.landing{--primary:#ff6600;--primary-hover:#ff8533;--primary-glow:rgba(255,102,0,0.25);--bg:#050608;--surface:#0b0d10;--surface-2:#10131a;--stroke:rgba(255,255,255,0.08);--stroke-active:rgba(255,102,0,0.4);--text:#ffffff;--muted:rgba(255,255,255,0.65);--muted-2:rgba(255,255,255,0.35);--shadow:0 20px 80px rgba(0,0,0,0.7);--radius:18px;--ease:cubic-bezier(0.16,1,0.3,1);--mono:var(--font-mono),"JetBrains Mono",monospace;font-family:var(--font-inter),Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);min-height:100vh;min-height:100dvh}body:has(>.landing){background-color:var(--bg,#050608)}.landing .landing-outlet{min-width:0;width:100%;max-width:100%}.landing .reveal{opacity:0;transform:translateY(30px);transition:all .8s var(--ease)}.landing .reveal.active{opacity:1;transform:translateY(0)}.landing .bg-grid{position:fixed;inset:0;pointer-events:none;opacity:.12;background-image:linear-gradient(var(--stroke) 1px,transparent 1px),linear-gradient(90deg,var(--stroke) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(circle at 50% 50%,black,transparent);mask-image:radial-gradient(circle at 50% 50%,black,transparent);z-index:-1}.landing .container{width:min(1200px,90%);margin:0 auto}.landing .landing-home h1{font-size:clamp(3.2rem,8vw,5rem);font-weight:800;line-height:.95;letter-spacing:-.05em;margin-bottom:24px}.landing .landing-home h2{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;letter-spacing:-.04em;line-height:1.1}.landing .accent{color:var(--primary);text-shadow:0 0 40px var(--primary-glow)}.landing .kicker{font-family:var(--mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);display:flex;align-items:center;gap:12px;margin-bottom:20px;font-weight:500}.landing .kicker:before{content:"";width:30px;height:1px;background:var(--primary);opacity:.5}.landing .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;min-height:48px;border-radius:12px;font-weight:600;transition:all .4s var(--ease);cursor:pointer;font-size:.95rem;border:1px solid var(--stroke);background:rgba(255,255,255,.04);color:#fff;text-decoration:none;-webkit-tap-highlight-color:transparent}.landing .btn-primary{background:var(--primary);color:#000;border:none;box-shadow:0 15px 45px var(--primary-glow)}@media (hover:hover){.landing .btn-primary:hover{background:var(--primary-hover);transform:translateY(-3px) scale(1.02)}}.landing nav{position:fixed;top:0;width:100%;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-bottom:1px solid var(--stroke);z-index:1000;padding:20px 0}.landing .nav-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}.landing .nav-logo{display:block;line-height:0;flex-shrink:0}.landing .nav-logo img{height:24px;width:auto;display:block}.landing .nav-actions{display:flex;align-items:center;gap:20px}.landing .nav-link{color:var(--muted);text-decoration:none;font-size:.7rem;font-family:var(--mono);white-space:nowrap;letter-spacing:.05em}.landing .nav-cta{padding:8px 14px;min-height:36px;font-size:.7rem;flex-shrink:0}.landing details.nav-dropdown{position:relative}.landing .nav-dropdown>summary{list-style:none;cursor:pointer;color:var(--muted);font-size:.7rem;font-family:var(--mono);letter-spacing:.05em}.landing .nav-dropdown>summary::-webkit-details-marker{display:none}.landing .nav-dropdown-summary:after{content:"";display:inline-block;width:0;height:0;margin-left:6px;vertical-align:middle;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--muted-2)}.landing .nav-dropdown-menu{position:absolute;top:calc(100% + 12px);right:0;min-width:260px;margin:0;padding:10px 0;list-style:none;background:var(--surface-2);border:1px solid var(--stroke);border-radius:var(--radius);box-shadow:var(--shadow);z-index:1001}.landing .nav-dropdown-menu li a{display:block;padding:10px 18px;color:var(--text);text-decoration:none;font-size:.85rem;font-family:var(--font-inter),Inter,system-ui,sans-serif;letter-spacing:normal;line-height:1.35}@media (hover:hover){.landing .nav-dropdown-menu li a:hover{background:rgba(255,102,0,.08);color:var(--primary)}}.landing .nav-mobile-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin:0;padding:0;border:1px solid var(--stroke);border-radius:12px;background:rgba(255,255,255,.04);color:var(--text);cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:border-color .2s var(--ease),background .2s var(--ease)}@media (hover:hover){.landing .nav-mobile-toggle:hover{border-color:var(--stroke-active);background:rgba(255,255,255,.08)}}.landing .nav-mobile-toggle-bars{display:flex;flex-direction:column;justify-content:center;gap:5px;width:18px}.landing .nav-mobile-toggle-bars span{display:block;height:2px;width:100%;border-radius:1px;background:var(--text);transition:transform .25s var(--ease),opacity .2s ease;transform-origin:center}.landing .nav-mobile-toggle--open .nav-mobile-toggle-bars span:first-child{transform:translateY(7px) rotate(45deg)}.landing .nav-mobile-toggle--open .nav-mobile-toggle-bars span:nth-child(2){opacity:0;transform:scaleX(0)}.landing .nav-mobile-toggle--open .nav-mobile-toggle-bars span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing nav.nav--mobile-open .nav-inner{position:relative;z-index:1003}.landing .nav-mobile-backdrop{z-index:1001;margin:0;padding:0;border:0;background:rgba(0,0,0,.55);cursor:pointer}.landing .nav-mobile-backdrop,.landing .nav-mobile-panel{position:fixed;left:0;right:0;top:var(--landing-nav-overlay-top,60px);bottom:0}.landing .nav-mobile-panel{z-index:1002;display:flex;flex-direction:column;gap:24px;padding:20px 24px max(28px,env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,var(--surface) 0,var(--bg) 100%);border-top:1px solid var(--stroke);box-shadow:0 24px 80px rgba(0,0,0,.5)}.landing .nav-mobile-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.landing .nav-mobile-list>li:not(.nav-mobile-label) a{display:block;padding:14px 16px;border-radius:12px;color:var(--text);text-decoration:none;font-size:1rem;font-family:var(--font-inter),Inter,system-ui,sans-serif;letter-spacing:normal;transition:background .2s var(--ease),color .2s var(--ease)}@media (hover:hover){.landing .nav-mobile-list>li:not(.nav-mobile-label) a:hover{background:rgba(255,102,0,.1);color:var(--primary)}}.landing .nav-mobile-label{padding:16px 16px 8px;font-family:var(--mono);font-size:.65rem;letter-spacing:.14em;color:var(--muted-2);text-transform:uppercase;list-style:none}.landing .nav-mobile-cta{margin-top:auto;width:100%;min-height:48px;font-size:.85rem}.landing .marketing-static-wrap{width:100%;padding-top:72px;margin:0;box-sizing:border-box}.landing .marketing-static-frame{display:block;width:100%;min-height:600px;border:0;background:#050608}.landing .hero-section{position:relative;isolation:isolate;padding-bottom:64px;text-align:center;min-height:80vh;display:flex;align-items:center}.landing .hero-ctas{display:flex;gap:20px;justify-content:center}.landing .hero-partners{margin-top:56px;padding-top:32px;border-top:1px solid var(--stroke);display:flex;flex-direction:column;align-items:center}.landing .hero-partners .kicker{margin-bottom:20px}.landing .hero-partners-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px 48px}.landing .hero-partners-logos img{height:36px;width:auto;object-fit:contain;opacity:.7;transition:opacity .3s var(--ease)}@media (hover:hover){.landing .hero-partners-logos img:hover{opacity:1}}.landing .landing-home section{padding:140px 0}.landing #features{padding-top:64px;background:#08090b}.landing .features-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:60px;gap:60px;align-items:stretch}.landing .features-grid>*{min-height:0}.landing .features-column{display:flex;flex-direction:column;min-height:0;align-self:stretch;justify-content:space-evenly;padding:1rem 0}.landing .features-column .feature-card{margin-bottom:0;flex-shrink:0}.landing .feature-card{padding:14px 18px;background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius);transition:all .4s var(--ease);margin-bottom:8px;position:relative;overflow:hidden}.landing .feature-card p{font-size:.875rem;line-height:1.4;margin:0;color:var(--muted)}.landing .feature-card-head{display:flex;align-items:center;gap:10px;margin-bottom:4px}.landing .feature-card-head h3{margin:0;font-size:.95rem}.landing .feature-card-head svg{color:var(--primary);flex-shrink:0;width:18px;height:18px}@media (hover:hover){.landing .feature-card:hover{border-color:var(--stroke-active);background:var(--surface-2);transform:translateX(10px)}}.landing .dashboard-window{background:#000;border:1px solid var(--stroke-active);border-radius:var(--radius);box-shadow:var(--shadow);position:-webkit-sticky;position:sticky;top:120px;display:flex;flex-direction:column;height:480px;min-height:480px;overflow:hidden}.landing .db-header{padding:16px 24px;border-bottom:1px solid var(--stroke);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.landing .db-status{font-family:var(--mono);font-size:.7rem;color:#00ff66;display:flex;align-items:center;gap:8px}.landing .db-dot{width:6px;height:6px;background:#00ff66;border-radius:50%;animation:landing-pulse 2s infinite}.landing .db-content{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:20px;font-family:var(--mono);font-size:.8rem}.landing .log-entry{padding:10px;border-radius:6px;margin-bottom:8px;display:flex;gap:15px;align-items:flex-start;animation:landing-slideIn .5s var(--ease) forwards;border-left:3px solid transparent}.landing .log-entry--urgent{border-left-color:#000;background:#ff6600;color:#000}.landing .log-entry--urgent .log-badge{flex-shrink:0;display:flex;align-items:center;color:#000}.landing .log-entry--urgent .log-badge svg{display:block}.landing .log-entry--urgent span{color:#000}@keyframes landing-pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes landing-slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.landing .apply-box{background:linear-gradient(145deg,var(--surface),#000);padding:100px 40px;border-radius:30px;border:1px solid var(--stroke-active);text-align:center;position:relative;overflow:hidden}.landing .apply-box:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent)}.landing .on-prem-section{text-align:center}.landing .on-prem-section .section-kicker{justify-content:center;margin-bottom:24px}.landing .on-prem-section .on-prem-headline{max-width:560px;margin-left:auto;margin-right:auto;margin-bottom:28px}.landing .on-prem-section .on-prem-body{color:var(--muted);max-width:540px;margin-left:auto;margin-right:auto;line-height:1.65;font-size:1.05rem}.landing .on-prem-section .on-prem-body p+p{margin-top:1em}.landing .on-prem-section .on-prem-tagline{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-top:28px;color:var(--muted);font-weight:600;font-size:.95rem}.landing .on-prem-section .on-prem-tagline svg{color:var(--primary);flex-shrink:0}.landing .who-its-for-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;align-items:stretch}.landing .who-its-for-card{background:linear-gradient(145deg,var(--surface),#000);border:1px solid var(--stroke);border-radius:var(--radius);padding:36px 28px;display:flex;flex-direction:column;transition:all .4s var(--ease)}.landing .who-its-for-card:hover{border-color:var(--stroke-active);background:linear-gradient(145deg,var(--surface-2),#0a0a0a)}.landing .who-its-for-card h3{margin:0}@media (max-width:900px){.landing .who-its-for-grid{grid-template-columns:1fr}}@media (max-width:768px){.landing .who-its-for-card{padding:28px 22px}.landing #who-its-for h2{font-size:clamp(1.5rem,5vw,2.2rem);margin-bottom:40px}}.landing footer{padding:80px 0;border-top:1px solid var(--stroke);color:var(--muted-2);font-size:.8rem;text-align:center;font-family:var(--mono)}.landing .modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .3s var(--ease),visibility .3s var(--ease)}.landing .modal-overlay.is-open{opacity:1;visibility:visible}.landing body.modal-open{overflow:hidden;position:fixed;width:100%}.landing .modal-box{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius);max-width:440px;width:100%;padding:40px 36px;box-shadow:var(--shadow);transform:scale(.96) translateY(10px);transition:transform .3s var(--ease)}.landing .modal-overlay.is-open .modal-box{transform:scale(1) translateY(0);touch-action:pan-y}.landing .modal-box h3{font-size:1.35rem;margin-bottom:8px}.landing .modal-step-label{color:var(--muted);font-size:.9rem;margin-bottom:20px}.landing .modal-step{width:100%;min-width:0}.landing .modal-step input{width:100%;max-width:100%;box-sizing:border-box;padding:16px 20px;min-height:52px;font-size:16px;border-radius:12px;border:1px solid var(--stroke);background:var(--bg);color:var(--text);font-family:inherit;transition:border-color .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.landing .modal-step input:focus{outline:none;border-color:var(--primary)}.landing .modal-step input::placeholder{color:var(--muted-2)}.landing .modal-actions{display:flex;gap:12px;margin-top:28px}.landing .modal-actions .btn{flex:1 1;justify-content:center}.landing .modal-progress{font-family:var(--mono);font-size:.7rem;color:var(--muted-2);margin-bottom:24px}.landing .modal-thanks{text-align:center;padding:20px 0 0}.landing .modal-thanks h3{margin-bottom:12px}.landing .modal-thanks p{color:var(--muted)}@media (max-width:960px){.landing .features-grid{grid-template-columns:1fr}.landing .dashboard-window{position:relative;top:0;margin-top:40px}}@media (max-width:768px){.landing .container{width:min(100%,calc(100% - 32px));margin-left:auto;margin-right:auto;padding:0 16px}.landing .landing-home section{padding:80px 0}.landing nav .nav-inner{padding:0 16px;gap:12px;min-height:0}.landing nav{padding:max(12px,env(safe-area-inset-top)) 0 12px}.landing .nav-actions{gap:10px;min-width:0}.landing .nav-link{font-size:.65rem}.landing .nav-cta{padding:8px 12px;min-height:36px;font-size:.7rem}.landing .nav-logo img{height:20px}.landing .nav-dropdown-menu{right:auto;left:0;min-width:min(280px,calc(100vw - 48px))}.landing .hero-section{min-height:70vh;padding:max(100px,calc(60px + env(safe-area-inset-top, 0px))) 16px 48px;align-items:flex-start!important}.landing #features{padding-top:48px}.landing .hero-section .container{padding:0}.landing .hero-section p{font-size:1.1rem;margin-bottom:32px}.landing .hero-ctas{flex-direction:column;width:100%;max-width:320px;margin:0 auto}.landing .feature-card{padding:20px}.landing .db-header{padding:12px 16px;flex-wrap:wrap;gap:8px}.landing .db-content{height:320px;padding:16px;font-size:.75rem}.landing .apply-box{padding:48px 24px;border-radius:20px}.landing .apply-box h2{font-size:clamp(1.75rem,5vw,2.2rem)}.landing #apply .btn{width:100%;max-width:280px}.landing footer{padding:48px 16px max(48px,env(safe-area-inset-bottom))}.landing footer p{font-size:.7rem;line-height:1.6}.landing .hero-partners{margin-top:40px;padding-top:24px}.landing .hero-partners .kicker{margin-bottom:16px}.landing .hero-partners-logos{gap:28px 32px}.landing .hero-partners-logos img{height:28px}.landing .modal-overlay{padding:16px;align-items:flex-end}.landing .modal-box{max-height:90vh;max-height:calc(100dvh - 32px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:28px 24px 32px;margin-bottom:env(safe-area-inset-bottom);border-radius:var(--radius) var(--radius) 0 0}.landing .modal-actions{flex-direction:column-reverse}.landing .modal-actions .btn{width:100%;min-height:48px}}@media (max-width:640px){.landing nav{--landing-nav-overlay-top:68px}.landing .nav-actions-desktop{display:none}.landing .nav-mobile-toggle{display:flex}}@media (max-width:480px){.landing .landing-home section{padding:60px 0}.landing .landing-home h1{font-size:clamp(2.2rem,10vw,3rem);margin-bottom:20px}.landing .kicker{font-size:.65rem;letter-spacing:.15em}.landing .nav-inner{padding:0 16px}.landing .hero-section .btn{padding:14px 24px}}