.discover-root{--bg:#1e2022;--surface:#2a2d2f;--card:#2a2d2f;--card-2:#22262a;--border:#3a3d40;--blue:#3498db;--blue-h:#2980b9;--blue-glow:rgba(52,152,219,.18);--green:#4ade80;--orange:#fb923c;--neutral-bg:rgba(160,168,176,.08);--neutral-border:rgba(160,168,176,.22);--text:#f1f5f9;--text2:#a0a8b0;--text3:#64696e;min-height:100vh;overflow-x:hidden;background:radial-gradient(ellipse at 15% 8%,rgba(52,152,219,.08),transparent 35%),radial-gradient(ellipse at 85% 28%,rgba(74,222,128,.04),transparent 32%),var(--bg);color:var(--text);font-family:DM Sans,Inter,system-ui,sans-serif;line-height:1.6}.discover-root *{box-sizing:border-box}.discover-reveal:not(.discover-reveal--visible){pointer-events:none}.discover-reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.discover-reveal--visible{opacity:1;transform:translateY(0)}.discover-root .reveal:not(.in){pointer-events:none}.discover-root .reveal{opacity:0;transform:translateY(24px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.discover-root .reveal.in{opacity:1;transform:translateY(0)}.discover-root .feat-mock.reveal{transition-delay:.12s}.discover-root .roadmap-foot.reveal{transition-delay:.2s}@media (prefers-reduced-motion:reduce){.discover-reveal,.discover-root .reveal{opacity:1;transform:none;transition:none}}.discover-root .hero{position:relative;display:flex;min-height:100vh;align-items:center;overflow:hidden;padding:6rem 2rem 4rem}.discover-root .hero:before{position:absolute;top:-20%;left:-10%;width:60%;height:80%;background:radial-gradient(circle,var(--blue-glow),transparent 60%);content:""}.discover-root .feat-wrap,.discover-root .hero-wrap{position:relative;z-index:1;display:grid;width:100%;max-width:1200px;margin:0 auto;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.discover-root .hero-wrap{grid-template-columns:1fr 380px}.discover-root h1{margin:0 0 1.5rem;font-size:clamp(2.6rem,7vw,4rem);font-weight:500;letter-spacing:-.03em;line-height:1.05}.discover-root .accent,.discover-root .feat-tag .num{color:var(--blue)}.discover-root .lead{max-width:560px;margin-bottom:2rem;color:var(--text2);font-size:1.2rem}.discover-root .hero-welcome{margin:0;font-size:2.4rem;letter-spacing:-.02em;line-height:1.2}.discover-root .feat-p b,.discover-root .hero-welcome,.discover-root .hero-welcome b{color:var(--text);font-weight:500}.discover-root .hero-welcome b{color:var(--blue)}.discover-root .phone{position:relative;width:340px;height:680px;margin:0 auto;border:1px solid #2a2d2f;border-radius:42px;background:#0a0c0d;box-shadow:0 30px 80px rgba(0,0,0,.5);padding:14px}.discover-root .phone:before{position:absolute;top:14px;left:50%;z-index:2;width:110px;height:28px;border-radius:0 0 18px 18px;background:#0a0c0d;content:"";transform:translateX(-50%)}.discover-root .phone-screen{width:100%;overflow:hidden;border-radius:30px;background:var(--bg)}.discover-root .menu-preview-inner,.discover-root .phone-screen{position:relative;display:flex;height:100%;flex-direction:column}.discover-root .menu-preview-inner{overflow-x:hidden;overflow-y:auto;padding:42px 0 72px;background:radial-gradient(ellipse at 15% 20%,rgba(52,152,219,.03) 0,transparent 50%),radial-gradient(ellipse at 85% 60%,rgba(74,222,128,.02) 0,transparent 40%),#1e2022;scrollbar-width:none}.discover-root .menu-preview-inner::-webkit-scrollbar{display:none}.discover-root .menu-preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:0 14px}.discover-root .menu-preview-user{display:flex;min-width:0;align-items:center;gap:10px}.discover-root .menu-preview-avatar{display:grid;width:40px;height:40px;flex-shrink:0;place-items:center;border-radius:50%;background:linear-gradient(135deg,#3498db,#2980b9);color:#1e2022;font-size:.78rem;font-weight:600}.discover-root .menu-preview-greet{margin:0;color:var(--text2);font-size:.72rem;line-height:1.2}.discover-root .menu-preview-greet span{display:block;color:var(--text);font-size:.92rem;font-weight:500}.discover-root .menu-preview-role{display:inline-block;margin-top:4px;border:1px solid rgba(52,152,219,.3);border-radius:9999px;background:rgba(52,152,219,.12);color:var(--blue);font-size:.52rem;font-weight:500;letter-spacing:.06em;padding:2px 6px;text-transform:uppercase}.discover-root .menu-preview-bell{position:relative;display:grid;width:34px;height:34px;flex-shrink:0;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--card)}.discover-root .menu-preview-bell svg{width:16px;height:16px}.discover-root .menu-preview-bell-dot{position:absolute;top:2px;right:2px;width:7px;height:7px;border:2px solid #1e2022;border-radius:50%;background:#f87171}.discover-root .menu-preview-fid{margin:0 12px 12px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.06);box-shadow:0 8px 32px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.08);padding:10px 12px}.discover-root .menu-preview-fid-label{margin:0 0 4px;color:var(--text2);font-size:.58rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.discover-root .menu-preview-fid-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.discover-root .menu-preview-fid-value{color:#22c55e;font-family:ui-monospace,SFMono-Regular,monospace;font-size:1.05rem;font-weight:600;line-height:1}.discover-root .menu-preview-fid-dec{font-size:.68rem;opacity:.7}.discover-root .menu-preview-fid-plus{display:grid;width:24px;height:24px;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:50%;background:linear-gradient(135deg,rgba(16,120,72,.9),rgba(10,90,54,.9));color:#d1fae5}.discover-root .menu-preview-fid-plus svg{width:12px;height:12px}.discover-root .menu-preview-qa-icon{width:18px;height:18px;color:#3498db}.discover-root .menu-preview-svc-icon{width:16px;height:16px}.discover-root .menu-preview-inner .qa{min-height:58px;animation:none}.discover-root .menu-preview-inner .qa-icon{width:34px;height:34px;border-radius:9px}.discover-root .menu-preview-inner .qa-l{display:flex;flex-direction:column;gap:0;font-size:.5rem;line-height:1.15}.discover-root .menu-preview-inner .li-row{align-items:center;padding:8px 10px}.discover-root .menu-preview-inner .li-icon{width:32px;height:32px;flex-shrink:0;border:none;border-radius:9px;background:rgba(160,168,176,.1);color:inherit;font-size:inherit}.discover-root .menu-preview-inner .li-body{min-width:0;flex:1}.discover-root .menu-preview-inner .li-t{font-size:.72rem;line-height:1.2}.discover-root .menu-preview-inner .li-desc{margin:2px 0 0;color:var(--text3);font-size:.58rem;line-height:1.2}.discover-root .menu-preview-inner .li-chev{font-size:.9rem}.discover-root .menu-preview-footer{display:flex;gap:5px;margin:8px 12px 0;padding-bottom:4px}.discover-root .menu-preview-footer span{flex:1;border:1px solid var(--border);border-radius:9999px;background:var(--card);color:var(--text2);font-size:.52rem;font-weight:500;padding:6px 4px;text-align:center}.discover-root .menu-preview-logout{color:#f87171!important}.discover-root .menu-preview-fab{position:absolute;right:12px;bottom:14px;z-index:3;display:grid;width:44px;height:44px;place-items:center;border:none;border-radius:50%;background:linear-gradient(135deg,#3498db,#2980b9);box-shadow:0 4px 20px rgba(52,152,219,.45);color:#fff;pointer-events:none}.discover-root .menu-preview-fab svg{width:20px;height:20px}.discover-root .menu-top,.discover-root .sg-top{display:flex;align-items:center;justify-content:space-between;padding:48px 18px 14px}.discover-root .menu-greet,.discover-root .sg-sub{color:var(--text2);font-size:.78rem}.discover-root .menu-greet b{display:block;color:var(--text);font-size:1rem;font-weight:500}.discover-root .menu-bell{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--card);color:#f87171}.discover-root .menu-fid{position:relative;display:flex;align-items:center;justify-content:space-between;margin:0 16px 14px;border:1px solid rgba(74,222,128,.25);border-radius:16px;background:linear-gradient(135deg,rgba(74,222,128,.08),rgba(74,222,128,.02));padding:14px 16px}.discover-root .menu-fid-l,.discover-root .menu-section-l,.discover-root .sg-stat-l{color:var(--text3);font-size:.62rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.discover-root .menu-fid-v{color:var(--green);font-family:ui-monospace,SFMono-Regular,monospace;font-size:1.5rem;font-weight:500}.discover-root .menu-fid-actions{display:flex;gap:6px}.discover-root .fid-circle{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(74,222,128,.3);border-radius:50%;background:rgba(74,222,128,.12);color:var(--green)}.discover-root .menu-section-l{padding:0 18px;margin-bottom:8px}.discover-root .menu-quick,.discover-root .menu-tools,.discover-root .sg-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:14px;padding:0 16px}.discover-root .menu-tools,.discover-root .sg-stats{grid-template-columns:repeat(3,1fr)}.discover-root .qa,.discover-root .sg-stat,.discover-root .tool{display:flex;min-height:72px;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:1px solid var(--border);border-radius:12px;background:var(--card);padding:6px 4px;animation:qaPulse 5s infinite}.discover-root .li-icon,.discover-root .qa-icon,.discover-root .tool-icon{display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(160,168,176,.22);border-radius:8px;background:rgba(160,168,176,.08);color:var(--blue);font-size:.7rem}.discover-root .qa-l,.discover-root .tool-l{color:var(--text2);font-size:.55rem;font-weight:500;line-height:1.1;text-align:center}.discover-root .menu-list,.discover-root .sg-list{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;padding:0 16px}.discover-root .li-row{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:12px;background:var(--card);padding:10px 12px}.discover-root .li-t{flex:1;font-size:.78rem;font-weight:500}.discover-root .li-chev{color:var(--text3)}@keyframes qaPulse{0%,90%,to{border-color:var(--border);transform:scale(1)}45%{border-color:rgba(52,152,219,.4);transform:scale(1.02)}}.discover-root .feature{position:relative;overflow:hidden;padding:7rem 2rem}.discover-root .reverse .feat-wrap{direction:rtl}.discover-root .reverse .feat-wrap>*{direction:ltr}.discover-root .feat-tag,.discover-root .roadmap-tag{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.4rem;border:1px solid rgba(52,152,219,.25);border-radius:9999px;background:rgba(52,152,219,.1);color:var(--blue);font-family:ui-monospace,SFMono-Regular,monospace;font-size:.7rem;letter-spacing:.1em;padding:.35rem .85rem;text-transform:uppercase}.discover-root .cta-h,.discover-root .feat-h,.discover-root .roadmap-h{margin:0 0 1.2rem;font-size:clamp(2rem,5vw,2.7rem);font-weight:500;letter-spacing:-.02em;line-height:1.1}.discover-root .feat-p{margin:0 0 1rem;color:var(--text2);font-size:1.05rem;line-height:1.7}.discover-root .feat-bullets{display:flex;flex-direction:column;gap:.7rem;margin-top:1.5rem}.discover-root .feat-bullet{display:flex;gap:.7rem;color:var(--text2)}.discover-root .feat-bullet:before{width:5px;height:5px;flex:0 0 auto;margin-top:.65rem;border-radius:50%;background:var(--blue);content:""}.discover-root .feat-mock{display:flex;align-items:center;justify-content:center}.discover-root .browser,.discover-root .db-mock,.discover-root .ev-mock,.discover-root .mg-mock,.discover-root .nm-mock,.discover-root .rd-mock,.discover-root .sec-mock,.discover-root .speed-card,.discover-root .ten-mock{width:100%;max-width:480px;overflow:hidden;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:0 25px 60px rgba(0,0,0,.32)}.discover-root .browser-bar{display:flex;align-items:center;gap:.85rem;border-bottom:1px solid var(--border);background:#0f1214;padding:.7rem .9rem}.discover-root .browser-dots{display:flex;gap:.4rem}.discover-root .browser-dot{width:11px;height:11px;border-radius:50%;background:#3a3d40}.discover-root .browser-dot:first-child{background:#f87171}.discover-root .browser-dot:nth-child(2){background:#fb923c}.discover-root .browser-dot:nth-child(3){background:#4ade80}.discover-root .browser-url{flex:1;border:1px solid var(--border);border-radius:9999px;background:#1a1d20;color:var(--text2);font-family:ui-monospace,SFMono-Regular,monospace;font-size:.7rem;padding:.35rem .85rem}.discover-root .browser-content{min-height:380px;background:linear-gradient(180deg,#1e2022,#1a1d20)}.discover-root .bw-nav,.discover-root .mg-h,.discover-root .nm-h,.discover-root .rd-h{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(58,61,64,.55);padding:.8rem 1rem}.discover-root .bw-brand,.discover-root .mg-h-l,.discover-root .nm-h-l{font-weight:600}.discover-root .bw-actions,.discover-root .bw-cta-group,.discover-root .db-chips,.discover-root .ev-picker,.discover-root .rd-msg-act{display:flex;gap:.5rem}.discover-root .bw-btn,.discover-root .bw-cta-mini,.discover-root .db-chip,.discover-root .rd-msg-btn{border:1px solid var(--border);border-radius:9999px;color:var(--text2);font-size:.62rem;font-weight:500;padding:.35rem .75rem}.discover-root .db-chip.active,.discover-root .primary,.discover-root .rd-msg-btn{border-color:var(--blue);background:var(--blue);color:#fff}.discover-root .bw-hero,.discover-root .bw-section{position:relative;z-index:1;padding:1.6rem 1.2rem 1.2rem;text-align:center}.discover-root .bw-badge{display:inline-flex;margin-bottom:.85rem;border:1px solid var(--border);border-radius:9999px;background:var(--card);color:var(--text2);font-size:.55rem;padding:.25rem .65rem}.discover-root .bw-title{margin-bottom:.55rem;font-size:1.4rem;font-weight:500;letter-spacing:-.02em;line-height:1.1}.discover-root .grad{background:linear-gradient(90deg,#62b8ec,#3498db,#2980b9);-webkit-background-clip:text;background-clip:text;color:transparent}.discover-root .bw-section-p,.discover-root .bw-sub{color:var(--text2);font-size:.7rem}.discover-root .bw-section{border-top:1px solid var(--border);background:rgba(0,0,0,.15)}.discover-root .bw-section-l,.discover-root .db-foot,.discover-root .mg-h-r,.discover-root .nm-chart-leg,.discover-root .nm-h-sub,.discover-root .rd-result-role,.discover-root .sec-foot-d,.discover-root .ten-info{color:var(--text3);font-size:.7rem}.discover-root .bw-section-h{font-size:.95rem;font-weight:500}.discover-root .db-mock,.discover-root .ev-mock,.discover-root .mg-mock,.discover-root .rd-mock,.discover-root .sec-mock,.discover-root .speed-card,.discover-root .ten-mock{padding:1.5rem}.discover-root .speed-row{margin-bottom:1.6rem}.discover-root .db-row,.discover-root .rd-result-h,.discover-root .sec-foot,.discover-root .sec-layer,.discover-root .speed-foot,.discover-root .speed-h{display:flex;align-items:center;justify-content:space-between;gap:1rem}.discover-root .speed-l{color:var(--text2);font-size:.85rem}.discover-root .speed-time{font-family:ui-monospace,SFMono-Regular,monospace;font-size:1.3rem}.discover-root .speed-time.old{margin-right:.5rem;color:var(--text3);font-size:1rem;text-decoration:line-through}.discover-root .sg-stat-v.green,.discover-root .speed-foot-v,.discover-root .speed-time.new{color:var(--green)}.discover-root .nm-row-bar,.discover-root .speed-bar-wrap,.discover-root .ten-bar{height:10px;overflow:hidden;border-radius:9999px;background:var(--card-2)}.discover-root .speed-bar{height:100%;border-radius:9999px}.discover-root .speed-bar.old{width:90%;background:var(--text3);animation:slowFill 4s ease-out infinite}.discover-root .speed-bar.new{width:18%;background:linear-gradient(90deg,var(--green),var(--blue));animation:fastFill 4s ease-out infinite}@keyframes slowFill{0%{width:0}90%,to{width:90%}}@keyframes fastFill{0%{width:0}10%,to{width:18%}}.discover-root .sg-h1{color:var(--text);font-size:1.15rem;font-weight:500}.discover-root .sg-stat{align-items:flex-start;min-height:auto;padding:9px 10px}.discover-root .sg-stat-v{color:var(--text);font-size:1.2rem;font-weight:500}.discover-root .sg-stat-v.blue{color:var(--blue)}.discover-root .sg-filters{display:flex;gap:5px;margin-bottom:12px;overflow-x:auto;padding:0 16px}.discover-root .sg-filter{border:1px solid var(--border);border-radius:9999px;color:var(--text2);font-size:.6rem;padding:5px 11px}.discover-root .sg-filter.active{border-color:var(--blue);background:var(--blue);color:#fff}.discover-root .db-row,.discover-root .mg-msg,.discover-root .mg-strat,.discover-root .nm-chart,.discover-root .nm-row-c,.discover-root .nm-stat-c,.discover-root .rd-msg-card,.discover-root .rd-result-card,.discover-root .sec-layer,.discover-root .sg-card{border:1px solid var(--border);border-radius:12px;background:var(--card);padding:11px 13px}.discover-root .sg-card-h{display:flex;justify-content:space-between;margin-bottom:6px}.discover-root .sg-badge{border-radius:9999px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.5rem;padding:2px 7px;text-transform:uppercase}.discover-root .sg-badge.ai{border:1px solid rgba(52,152,219,.3);background:rgba(52,152,219,.15);color:var(--blue)}.discover-root .sg-badge.usr{border:1px solid rgba(74,222,128,.3);background:rgba(74,222,128,.12);color:var(--green)}.discover-root .sg-text{margin-bottom:8px;color:var(--text);font-size:.7rem}.discover-root .sg-actions{display:flex;gap:5px}.discover-root .sg-act{flex:1;border:1px solid var(--border);border-radius:7px;color:var(--text3);text-align:center}.discover-root .mg-input{margin:1.2rem 0;border:1px solid var(--border);border-radius:12px;background:var(--card-2);color:var(--text2);padding:.9rem 1rem;animation:mgInput 10s infinite}.discover-root .mg-output{position:relative;min-height:240px}.discover-root .mg-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;animation:mgLoading 10s infinite}.discover-root .mg-magnet-wrap{position:relative;display:grid;width:130px;height:130px;place-items:center}.discover-root .mg-magnet-glow{position:absolute;width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,rgba(52,152,219,.45),transparent 75%);filter:blur(8px);animation:mgGlow 2s ease-in-out infinite}.discover-root .mg-wave{position:absolute;width:60px;height:60px;border:2px solid var(--blue);border-radius:50%;opacity:0;animation:mgWave 2.8s ease-out infinite}.discover-root .mg-wave:nth-child(3){animation-delay:.7s}.discover-root .mg-wave:nth-child(4){animation-delay:1.4s}.discover-root .mg-wave:nth-child(5){animation-delay:2.1s}.discover-root .mg-particle{position:absolute;width:5px;height:5px;border-radius:50%;background:#5dade2;box-shadow:0 0 12px rgba(52,152,219,.6);opacity:0;animation:mgParticle 2s ease-in infinite}.discover-root .pt1{top:8%;left:50%}.discover-root .pt2{top:18%;right:14%;animation-delay:.2s}.discover-root .pt3{top:50%;right:6%;animation-delay:.4s}.discover-root .pt4{bottom:18%;right:14%;animation-delay:.6s}.discover-root .pt5{bottom:8%;left:50%;animation-delay:.8s}.discover-root .pt6{bottom:18%;left:14%;animation-delay:1s}.discover-root .pt7{top:50%;left:6%;animation-delay:1.2s}.discover-root .pt8{top:18%;left:14%;animation-delay:1.4s}.discover-root .mg-magnet-icon{position:relative;z-index:2;width:56px;height:56px;animation:mgFloat 3s ease-in-out infinite}.discover-root .mg-loading-t{font-size:.9rem;font-weight:500}.discover-root .dots:after{content:"";animation:dots 1.4s infinite}.discover-root .mg-loading-sub{color:var(--text3);font-size:.72rem}.discover-root .mg-result{opacity:0;animation:mgResult 10s infinite}.discover-root .mg-strats{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:.7rem}.discover-root .mg-strat.featured{border-color:rgba(52,152,219,.45)}.discover-root .mg-msg-h,.discover-root .mg-strat-tag,.discover-root .rd-msg-h{color:var(--blue);font-size:.62rem;font-weight:600;text-transform:uppercase}.discover-root .mg-strat-h,.discover-root .rd-result-name{margin:.25rem 0;font-weight:600}.discover-root .mg-msg-t,.discover-root .mg-strat-list,.discover-root .rd-msg-t,.discover-root .rd-why{color:var(--text2);font-size:.78rem}@keyframes mgInput{40%,55%{border-color:rgba(52,152,219,.5);box-shadow:0 0 0 3px var(--blue-glow)}}@keyframes mgLoading{0%,40%,to{opacity:0;transform:scale(.94)}45%,60%{opacity:1;transform:scale(1)}}@keyframes mgResult{0%,60%{opacity:0;transform:translateY(8px)}68%,to{opacity:1;transform:translateY(0)}}@keyframes mgGlow{50%{opacity:1;transform:scale(1.15)}}@keyframes mgWave{0%{opacity:.7;transform:scale(.8)}to{opacity:0;transform:scale(2.2)}}@keyframes mgParticle{0%{opacity:0;transform:scale(.4)}25%{opacity:1}to{opacity:0;transform:translate(-35px,35px) scale(.2)}}@keyframes mgFloat{50%{transform:translateY(-3px) rotate(3deg)}}@keyframes dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}.discover-root .db-search{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:9999px;background:var(--card-2);color:var(--text2);margin-bottom:.8rem;padding:.8rem 1rem}.discover-root .db-search-cursor{width:1px;height:1rem;background:var(--blue);animation:blink 1s infinite}.discover-root .db-chips{margin-bottom:.8rem}.discover-root .db-list{display:flex;flex-direction:column;gap:.55rem}.discover-root .db-logo,.discover-root .nm-row-av,.discover-root .rd-avatar{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border-radius:11px;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;font-weight:600}.discover-root .db-info{min-width:0;flex:1}.discover-root .db-name,.discover-root .ev-title,.discover-root .nm-row-name,.discover-root .sec-foot-t,.discover-root .sec-layer-t{font-weight:600}.discover-root .db-meta,.discover-root .ev-where,.discover-root .nm-row-meta,.discover-root .sec-layer-d{color:var(--text2);font-size:.75rem}.discover-root .db-btn{display:inline-flex;border:1px solid rgba(168,85,247,.35);border-radius:9999px;color:#a855f7;font-size:.7rem;padding:.35rem .65rem}.discover-root .db-btn.connect{border-color:rgba(52,152,219,.35);color:var(--blue)}.discover-root .db-foot{margin-top:.8rem;text-align:center}@keyframes blink{50%{opacity:0}}.discover-root .ev-preview{overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--card)}.discover-root .ev-banner{display:flex;min-height:150px;align-items:flex-end;padding:1rem;transition:background .4s ease}.discover-root .ev-banner-date{border-radius:9999px;background:rgba(0,0,0,.3);color:#fff;font-size:.7rem;padding:.35rem .7rem}.discover-root .ev-body{padding:1rem}.discover-root .ev-attendees,.discover-root .ev-avs{display:flex;align-items:center}.discover-root .ev-attendees{justify-content:space-between;margin-top:1rem}.discover-root .ev-av{display:grid;width:30px;height:30px;margin-right:-8px;place-items:center;border:2px solid var(--card);border-radius:50%;background:var(--blue);color:#fff;font-size:.65rem}.discover-root .ev-picker-l{margin:1rem 0 .55rem;color:var(--text3);font-size:.7rem;text-transform:uppercase}.discover-root .ev-swatch{width:38px;height:38px;border:2px solid transparent;border-radius:50%;cursor:pointer}.discover-root .ev-swatch.active{border-color:#fff;box-shadow:0 0 0 2px var(--blue)}.discover-root .sec-shield{position:relative;display:grid;min-height:180px;place-items:center}.discover-root .sec-shield-bg{position:absolute;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(52,152,219,.25),transparent 70%);animation:pulse 2.6s ease-in-out infinite}.discover-root .sec-shield svg{position:relative;width:110px;height:110px;fill:none;stroke:var(--blue);stroke-width:1.5}.discover-root .sec-layers{display:flex;flex-direction:column;gap:.7rem}.discover-root .sec-layer.featured{border-color:rgba(52,152,219,.45)}.discover-root .sec-layer-num{color:var(--blue);font-family:ui-monospace,SFMono-Regular,monospace}.discover-root .sec-foot{margin-top:.8rem}.discover-root .sec-foot-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:rgba(74,222,128,.1);color:var(--green);font-weight:700}@keyframes pulse{50%{transform:scale(1.08);opacity:.8}}.discover-root .nm-mock{display:grid;grid-template-columns:130px 1fr;padding:0}.discover-root .nm-side{border-right:1px solid var(--border);background:#1a1d20;padding:1rem .75rem}.discover-root .nm-side-brand{margin-bottom:1rem;font-size:.8rem}.discover-root .dot{display:inline-block;width:7px;height:7px;margin-right:.35rem;border-radius:50%;background:var(--blue)}.discover-root .nm-nav-i{display:flex;align-items:center;gap:.45rem;border-radius:8px;color:var(--text2);font-size:.65rem;padding:.45rem}.discover-root .nm-nav-i.active{background:rgba(52,152,219,.12);color:var(--blue)}.discover-root .nm-main{padding:1rem}.discover-root .nm-h{padding:0 0 .8rem}.discover-root .nm-h-pill,.discover-root .nm-stat-d,.discover-root .rd-pct{border-radius:9999px;background:rgba(74,222,128,.12);color:var(--green);font-size:.65rem;padding:.25rem .55rem}.discover-root .nm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:.8rem 0}.discover-root .nm-stat-c{padding:.65rem}.discover-root .nm-stat-l{color:var(--text3);font-size:.55rem;text-transform:uppercase}.discover-root .nm-stat-v{font-size:1.1rem;font-weight:600}.discover-root .nm-chart{margin-bottom:.8rem}.discover-root .nm-chart-h,.discover-root .nm-chart-x{display:flex;justify-content:space-between}.discover-root .nm-chart-t{font-size:.75rem}.discover-root .nm-chart-bars{display:flex;height:120px;align-items:end;gap:.45rem;margin-top:.75rem}.discover-root .nm-bar{flex:1;border-radius:6px 6px 0 0;background:linear-gradient(180deg,var(--blue),#1d4f72);animation:barUp 1.4s ease-out infinite alternate}.discover-root .nm-chart-x{color:var(--text3);font-size:.55rem}.discover-root .nm-rows{display:flex;flex-direction:column;gap:.5rem}.discover-root .nm-row-l{display:flex;align-items:center;gap:.7rem}.discover-root .nm-row-c{padding:.65rem}.discover-root .nm-row-bar{width:68px}.discover-root .nm-row-bar-f{height:100%;border-radius:9999px;background:var(--blue)}.discover-root .b1{width:90%}.discover-root .b2{width:70%}.discover-root .b3{width:45%}@keyframes barUp{0%{transform:scaleY(.78);transform-origin:bottom}}.discover-root .ten-mock{text-align:center}.discover-root .ten-eye{display:grid;width:150px;height:150px;margin:0 auto 1.4rem;place-items:center;border-radius:50%;background:radial-gradient(circle,#f87171 0,#7f1d1d 42%,#1a1d20 70%);box-shadow:0 0 40px rgba(248,113,113,.35);animation:tenEye 2.4s infinite}.discover-root .ten-eye-pupil{width:42px;height:42px;border-radius:50%;background:#0a0c0d}.discover-root .ten-time{color:#f87171;font-family:ui-monospace,SFMono-Regular,monospace;font-size:2.5rem}.discover-root .colon{animation:blink 1s infinite}.discover-root .ten-waves{display:flex;height:80px;align-items:center;justify-content:center;gap:5px;margin:1rem 0}.discover-root .ten-wave{width:7px;border-radius:9999px;background:var(--blue);animation:wave 1.1s ease-in-out infinite}.discover-root .ten-wave:nth-child(odd){animation-delay:.15s}.discover-root .ten-wave:nth-child(3n){animation-delay:.3s}.discover-root .ten-bar-fill{width:72%;height:100%;border-radius:9999px;background:#f87171;animation:tenProgress 4s infinite}.discover-root .ten-info{display:flex;justify-content:space-between;margin-top:.7rem}@keyframes tenEye{50%{box-shadow:0 0 70px rgba(248,113,113,.55)}}@keyframes wave{0%,to{height:16px}50%{height:64px}}@keyframes tenProgress{0%{width:0}to{width:72%}}.discover-root .radar-title{font-size:clamp(1.8rem,4vw,2.2rem)}.discover-root .rd-h-l{display:flex;align-items:center;gap:.65rem;color:var(--blue);font-weight:600}.discover-root .rd-h-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:rgba(52,152,219,.12)}.discover-root .rd-input-area{min-height:90px;border-bottom:1px solid var(--border);color:var(--text2);padding:1rem}.discover-root .rd-text-chunk{opacity:0;animation:typeIn 12s infinite}.discover-root .rd-text-chunk.c2{animation-delay:1s}.discover-root .rd-text-chunk.c3{animation-delay:2s}.discover-root .rd-text-chunk.c4{animation-delay:3s}.discover-root .rd-cursor{display:inline-block;width:1px;height:1rem;background:var(--blue);animation:blink 1s infinite}.discover-root .rd-stage{position:relative;min-height:280px}.discover-root .rd-scanning{position:absolute;inset:0;display:grid;place-items:center;opacity:0;animation:radarScanStage 12s infinite}.discover-root .rd-radar-big{position:relative;width:150px;height:150px;border:1px solid rgba(52,152,219,.4);border-radius:50%;background:radial-gradient(circle,rgba(52,152,219,.2),transparent 60%)}.discover-root .rd-radar-big:after{position:absolute;inset:50% 0 0 50%;width:50%;height:2px;background:var(--blue);content:"";transform-origin:left center;animation:radarSweep 1.4s linear infinite}.discover-root .rd-scan-text{color:var(--blue);font-size:.75rem}.discover-root .rd-result-wrap{display:flex;flex-direction:column;gap:.8rem;opacity:0;padding:1rem;animation:radarResult 12s infinite}.discover-root .rd-msg-btn.alt{border-color:var(--border);background:transparent;color:var(--text2)}@keyframes typeIn{0%,10%{opacity:0}16%,to{opacity:1}}@keyframes radarScanStage{0%,35%,75%,to{opacity:0}42%,68%{opacity:1}}@keyframes radarResult{0%,68%{opacity:0;transform:translateY(8px)}76%,to{opacity:1;transform:translateY(0)}}@keyframes radarSweep{to{transform:rotate(1turn)}}.discover-root .cta-section,.discover-root .download-section,.discover-root .roadmap-section{position:relative;overflow:hidden;padding:7rem 2rem;text-align:center}.discover-root .cta-section:before,.discover-root .roadmap-section:before{position:absolute;top:50%;left:50%;width:700px;height:430px;background:radial-gradient(ellipse,var(--blue-glow),transparent 65%);content:"";transform:translate(-50%,-50%)}.discover-root .cta-section>*,.discover-root .roadmap-wrap{position:relative;z-index:1}.discover-root .roadmap-head{max-width:720px;margin:0 auto 4rem}.discover-root .cta-p,.discover-root .download-p,.discover-root .roadmap-p{max-width:580px;margin:0 auto;color:var(--text2);font-size:1.05rem}.discover-root .timeline{position:relative;padding:1rem 0}.discover-root .timeline-track{display:grid;position:relative;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:1100px;margin:0 auto}.discover-root .tl-stop{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.discover-root .tl-time{position:absolute;top:0;color:var(--text3);font-family:ui-monospace,SFMono-Regular,monospace;font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.discover-root .tl-stop.now .tl-time{color:var(--blue)}.discover-root .tl-dot{position:relative;z-index:2;width:18px;height:18px;margin-top:38px;border:3px solid var(--border);border-radius:50%;background:var(--bg);transition:all .3s}.discover-root .tl-stop.now .tl-dot{border-color:var(--blue);background:var(--blue);animation:nowPulse 2s ease-in-out infinite;box-shadow:0 0 0 6px rgba(52,152,219,.18)}@keyframes nowPulse{0%,to{box-shadow:0 0 0 6px rgba(52,152,219,.18)}50%{box-shadow:0 0 0 10px rgba(52,152,219,.28)}}.discover-root .tl-card{display:flex;width:100%;min-height:130px;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;border:1px solid var(--border);border-radius:14px;background:var(--card);padding:1.1rem .9rem;transition:border-color .15s,transform .15s}.discover-root .tl-stop.now .tl-card{border-color:rgba(52,152,219,.4);background:linear-gradient(135deg,rgba(52,152,219,.08),rgba(52,152,219,.02))}.discover-root .tl-stop:not(.now) .tl-card{opacity:.85}.discover-root .tl-icon{display:flex;width:38px;height:38px;flex-shrink:0;align-items:center;justify-content:center;border:1px solid var(--neutral-border);border-radius:10px;background:var(--neutral-bg);color:var(--blue)}.discover-root .tl-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.discover-root .tl-stop.now .tl-icon{border-color:rgba(52,152,219,.4);background:rgba(52,152,219,.18)}.discover-root .tl-stop.now .tl-icon svg{width:26px;height:26px;fill:currentColor;stroke:none}.discover-root .tl-name{color:var(--text);font-size:.85rem;font-weight:500;line-height:1.2}.discover-root .tl-stop:not(.now) .tl-name{color:var(--text2)}.discover-root .tl-soon{color:var(--text3);font-family:ui-monospace,SFMono-Regular,monospace;font-size:.55rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.discover-root .tl-soon.secret{border:1px solid rgba(251,146,60,.3);border-radius:9999px;background:rgba(251,146,60,.1);color:var(--orange);letter-spacing:.08em;padding:.2rem .55rem}.discover-root .tl-stop.is-secret .tl-icon{border-color:rgba(251,146,60,.25);background:rgba(251,146,60,.1);color:var(--orange)}.discover-root .tl-stop.is-secret .tl-name{position:relative;filter:blur(.6px)}.discover-root .tl-stop.is-secret .tl-name:after{position:absolute;inset:0;content:""}.discover-root .roadmap-foot{max-width:640px;margin:3.5rem auto 0;color:var(--text2)}.discover-root .cta-h{font-size:clamp(2.2rem,7vw,3.4rem)}.discover-root .cta-p{margin-bottom:3rem;font-size:1.15rem}.discover-root .access-form{max-width:620px;margin:0 auto}.discover-root .access-input-wrap{display:flex;gap:.75rem;border:1px solid var(--border);border-radius:9999px;background:var(--card);padding:.45rem}.discover-root .access-input{min-width:0;flex:1;border:0;background:transparent;color:var(--text);font:inherit;outline:none;padding:0 1rem}.discover-root .access-input::-moz-placeholder{color:var(--text3)}.discover-root .access-input::placeholder{color:var(--text3)}.discover-root .access-btn,.discover-root .download-btn{white-space:nowrap}.discover-root .access-hint{margin-top:.8rem;color:var(--text3);font-size:.8rem}.discover-root .access-success{display:inline-flex;max-width:620px;border:1px solid rgba(74,222,128,.3);border-radius:16px;background:rgba(74,222,128,.1);color:var(--green);padding:1rem 1.2rem}.discover-root .download-section.highlighted{background:radial-gradient(ellipse at center,var(--blue-glow),transparent 60%)}.discover-root .download-os-logo{min-height:48px;margin:0 auto 1.4rem;color:var(--text2);opacity:.6}.discover-root .download-os-logo svg{width:48px;height:48px;fill:currentColor}.discover-root .download-logo-row{display:flex;align-items:center;justify-content:center;gap:1.2rem}.discover-root .download-h{margin:0 0 .6rem;font-size:1.6rem;font-weight:500}.discover-root .download-p{margin-bottom:2rem}.discover-footer{background:#1e2022;color:#64696e;font-size:.85rem;padding:2.5rem 2rem;text-align:center}.discover-footer b{color:#a0a8b0;font-weight:500}@media (max-width:920px){.discover-root .cta-section,.discover-root .download-section,.discover-root .feature,.discover-root .hero,.discover-root .roadmap-section{padding:5rem 1rem}.discover-root .feat-wrap,.discover-root .hero-wrap{grid-template-columns:1fr;gap:3rem}.discover-root .reverse .feat-wrap{direction:ltr}.discover-root .hero-wrap{text-align:center}.discover-root .lead{margin-inline:auto}.discover-root .phone{width:min(340px,100%)}.discover-root .timeline-track{grid-template-columns:1fr;max-width:360px}.discover-root .tl-dot{display:none;margin-top:0}.discover-root .tl-time{position:relative;display:block;margin-bottom:.5rem}.discover-root .tl-card{margin-top:0}.discover-root .roadmap-h{font-size:1.9rem}.discover-root .access-input-wrap{flex-direction:column;border-radius:24px}.discover-root .access-input{min-height:48px}}@media (max-width:560px){.discover-root .phone{height:640px}.discover-root .nm-mock{grid-template-columns:1fr}.discover-root .nm-side{display:none}.discover-root .mg-strats,.discover-root .nm-stats{grid-template-columns:1fr}}.lh-card{background:var(--surface,#2a2d2f);border:1px solid var(--border,#3a3d40);border-radius:20px;padding:1.8rem;width:100%;max-width:460px}.lh-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1.4rem;border-bottom:1px solid var(--border,#3a3d40)}.lh-title{font-size:.95rem;font-weight:500;color:var(--text,#f1f5f9)}.lh-source{color:var(--text2,#a0a8b0);background:rgba(160,168,176,.08);border:1px solid var(--border,#3a3d40);padding:.25rem .6rem;border-radius:9999px;letter-spacing:.04em}.lh-now-label,.lh-source{font-family:var(--mono,"Space Mono",monospace);font-size:.62rem}.lh-now-label{color:var(--green,#4ade80);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.85rem;font-weight:500;text-align:center}.lh-rings-now{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.6rem}.lh-ring{display:flex;flex-direction:column;align-items:center;gap:.4rem;position:relative}.lh-ring-svg{width:72px;height:72px;transform:rotate(-90deg)}.lh-ring-bg{stroke:rgba(160,168,176,.18)}.lh-ring-bg,.lh-ring-fg{fill:none;stroke-width:6}.lh-ring-fg{stroke-linecap:round;stroke-dasharray:276.46;transition:stroke-dashoffset 1.2s ease-out;animation:lhRingFill 1.5s ease-out forwards}.lh-good .lh-ring-fg{stroke:var(--green,#4ade80);filter:drop-shadow(0 0 6px rgba(74,222,128,.35))}.lh-ring-num{position:absolute;top:36px;left:50%;transform:translate(-50%,-50%);font-family:var(--mono,"Space Mono",monospace);font-size:1.35rem;font-weight:500;color:var(--green,#4ade80);letter-spacing:-.02em}.lh-ring-cat{font-size:.65rem;color:var(--text2,#a0a8b0);font-weight:500;text-align:center;letter-spacing:.01em}@keyframes lhRingFill{0%{stroke-dashoffset:276.46}}.lh-before-row{display:flex;align-items:center;gap:.85rem;padding-top:1.2rem;border-top:1px dashed var(--border,#3a3d40)}.lh-before-label{font-family:var(--mono,"Space Mono",monospace);font-size:.6rem;color:var(--text3,#64696e);text-transform:uppercase;letter-spacing:.08em;flex-shrink:0}.lh-mini-rings{display:flex;gap:.5rem;flex:1}.lh-mini{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--mono,"Space Mono",monospace);font-size:.78rem;font-weight:500;border:2px solid;opacity:.75}.lh-mini.lh-bad{color:var(--danger,#f87171);border-color:rgba(248,113,113,.5);background:rgba(248,113,113,.08)}.lh-mini.lh-warn{color:var(--orange,#fb923c);border-color:rgba(251,146,60,.5);background:rgba(251,146,60,.08)}.lh-mini.lh-good{color:var(--green,#4ade80);border-color:rgba(74,222,128,.5);background:rgba(74,222,128,.08)}@media (max-width:920px){.lh-card{padding:1.3rem}.lh-rings-now{gap:.3rem}.lh-ring-svg{width:60px;height:60px}.lh-ring-num{top:30px;font-size:1.1rem}.lh-ring-cat{font-size:.55rem}.lh-mini{width:30px;height:30px;font-size:.68rem}.lh-before-label{font-size:.55rem}}