:root{--bg:#020617;--surface:#020816;--surface-soft:#0f172a;--surface-strong:#1e293b;--text:#e2e8f0;--muted:#94a3b8;--line:rgba(148,163,184,.18);--primary:#3b82f6;--primary-dark:#60a5fa;--green:#34d399;--green-soft:rgba(52,211,153,.12);--amber:#f59e0b;--amber-soft:rgba(245,158,11,.12);--rose:#fb7185;--rose-soft:rgba(251,113,133,.12);--shadow:0 22px 70px rgba(0,0,0,.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 50% -10%,rgba(59,130,246,.18),transparent 42rem),linear-gradient(180deg,rgba(59,130,246,.05) 0,transparent 24rem),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:20px;font-size:68px;line-height:.98}h1,h2{letter-spacing:0}h2{font-size:27px;line-height:1.15}h3{font-size:18px;line-height:1.25;letter-spacing:0}ul{padding-left:18px;margin-bottom:0}li+li{margin-top:8px}.site-shell{min-height:100vh}.site-footer,.site-header,main{width:min(1140px,calc(100% - 40px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;padding:14px 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header-row{display:flex;align-items:center;gap:24px;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;min-height:44px;color:var(--text);font-weight:850;letter-spacing:0}.brand em{color:var(--primary-dark);font-style:normal}.brand-mark{width:40px;height:40px;border-radius:8px;object-fit:contain;box-shadow:0 12px 30px rgba(59,130,246,.18)}nav{display:flex;align-items:center;gap:4px;border:1px solid var(--line);border-radius:999px;background:rgba(2,8,22,.76);padding:5px;color:var(--muted);font-size:14px;font-weight:700}.resource-menu button,nav a{border-radius:999px;padding:8px 11px}.resource-menu button{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit}.footer-links a:hover,.resource-menu button:hover,.resource-menu.is-open button,.resource-menu:focus-within button,.resource-menu:hover button,nav a:hover{background:var(--surface-strong);color:var(--text)}.resource-menu{position:relative}.hamburger-icon{display:none;width:18px;flex-direction:column;gap:4px}.hamburger-icon span{display:block;height:2px;border-radius:999px;background:currentColor}.resource-menu-list{position:absolute;top:calc(100% + 10px);right:0;z-index:30;display:grid;min-width:230px;border:1px solid var(--line);border-radius:8px;background:rgba(2,8,22,.96);box-shadow:var(--shadow);padding:8px;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .16s ease,transform .16s ease}.resource-menu.is-open .resource-menu-list,.resource-menu:focus-within .resource-menu-list,.resource-menu:hover .resource-menu-list{opacity:1;transform:translateY(0);pointer-events:auto}.resource-menu-list a{border-radius:8px;padding:10px 12px;white-space:nowrap}.mobile-menu-app,.mobile-nav-panel{display:none}.signed-in-redirect{position:fixed;top:18px;left:50%;z-index:60;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;width:min(520px,calc(100% - 32px));border:1px solid rgba(96,165,250,.3);border-radius:16px;background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(2,8,22,.96)),var(--surface);box-shadow:0 22px 70px rgba(0,0,0,.36),inset 0 1px 0 hsla(0,0%,100%,.06);padding:13px 14px;transform:translateX(-50%);animation:redirectNoticeIn .22s ease both}.signed-in-redirect strong{display:block;color:var(--text);font-size:14px;line-height:1.2}.signed-in-redirect p{margin:3px 0 0;color:var(--muted);font-size:13px;line-height:1.35}.signed-in-redirect a{border:1px solid rgba(96,165,250,.28);border-radius:999px;background:rgba(59,130,246,.12);color:var(--primary-dark);padding:8px 11px;font-size:12px;font-weight:850;white-space:nowrap}.signed-in-redirect a:hover{border-color:rgba(96,165,250,.5);background:rgba(59,130,246,.2)}.redirect-indicator{position:relative;width:36px;height:36px;border:1px solid rgba(96,165,250,.25);border-radius:999px;background:rgba(59,130,246,.12)}.redirect-indicator span,.redirect-indicator:after,.redirect-indicator:before{content:"";position:absolute;border-radius:999px}.redirect-indicator:before{inset:7px;border:2px solid rgba(96,165,250,.2);border-top:2px solid var(--primary-dark);animation:redirectSpin .76s linear infinite}.redirect-indicator:after{inset:15px 9px 9px 15px;border-right:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(45deg)}.redirect-indicator span{inset:12px;background:rgba(52,211,153,.14)}@keyframes redirectNoticeIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@keyframes redirectSpin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.redirect-indicator:before,.signed-in-redirect{animation:none}}.header-cta,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:8px;padding:0 18px;font-weight:800;white-space:nowrap}.header-cta,.primary-button{background:var(--primary);color:var(--surface);box-shadow:0 12px 28px rgba(59,130,246,.25)}.header-cta:hover,.primary-button:hover{background:#2563eb}.secondary-button{border:1px solid var(--line);background:rgba(2,8,22,.68);color:var(--text)}.secondary-button:hover{border-color:rgba(148,163,184,.34);background:var(--surface-strong)}.hero{display:grid;grid-template-columns:minmax(0,1fr) 390px;grid-gap:42px;gap:42px;align-items:center;padding:78px 0 32px}.hero-content{min-width:0}.eyebrow{width:-moz-fit-content;width:fit-content;margin:0 0 16px;border:1px solid rgba(59,130,246,.22);border-radius:999px;background:rgba(59,130,246,.1);color:var(--primary-dark);padding:6px 12px;font-size:13px;font-weight:850;text-transform:uppercase}.hero-copy{max-width:720px;color:var(--muted);font-size:20px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.home-gateway{display:flex;align-items:center;justify-content:center;min-height:calc(100svh - 72px);padding:0 0 28px;text-align:center}.home-gateway-copy{min-width:0;max-width:580px}.home-gateway .eyebrow{margin-right:auto;margin-left:auto}.home-gateway h1{max-width:520px;margin-bottom:12px;font-size:34px;line-height:1.08}.home-gateway .hero-copy{max-width:460px;margin-right:auto;margin-left:auto;font-size:14px;line-height:1.55}.home-gateway .hero-actions{justify-content:center}.home-details{margin:-10px 0 64px}.home-details summary{display:flex;align-items:center;justify-content:center;gap:10px;width:-moz-fit-content;width:fit-content;min-height:44px;cursor:pointer;border:1px solid rgba(59,130,246,.26);border-radius:999px;background:linear-gradient(180deg,rgba(15,23,42,.94),rgba(2,8,22,.92)),var(--surface);color:var(--text);box-shadow:0 14px 36px rgba(0,0,0,.22),inset 0 1px 0 hsla(0,0%,100%,.04);margin:0 auto;padding:0 8px 0 17px;font-size:14px;font-weight:850;list-style:none;transition:border-color .16s ease,background .16s ease,transform .16s ease}.home-details summary::-webkit-details-marker{display:none}.summary-icon{position:relative;display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid rgba(96,165,250,.2);border-radius:999px;background:rgba(59,130,246,.12)}.summary-icon:before{content:"";position:absolute;left:50%;top:48%;width:7px;height:7px;border-right:2px solid var(--primary-dark);border-bottom:2px solid var(--primary-dark);transform:translate(-50%,-58%) rotate(45deg);transition:transform .18s ease}.home-details summary:hover,.home-details[open] summary{border-color:var(--primary);background:linear-gradient(180deg,rgba(30,41,59,.95),rgba(15,23,42,.95)),var(--surface-strong);transform:translateY(-1px)}.home-details[open] .summary-icon:before{transform:translate(-50%,-38%) rotate(225deg)}.home-details-body{border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle at top left,rgba(59,130,246,.12),transparent 24rem),linear-gradient(180deg,rgba(15,23,42,.72),rgba(2,8,22,.78)),var(--surface);box-shadow:0 24px 80px rgba(0,0,0,.28);margin-top:24px;padding:30px}.details-intro{max-width:760px;margin:0 auto 28px;text-align:center}.details-kicker{width:-moz-fit-content;width:fit-content;margin:0 auto 12px;border:1px solid rgba(245,158,11,.22);border-radius:999px;background:rgba(245,158,11,.1);color:var(--amber);padding:5px 11px;font-size:12px;font-weight:850;text-transform:uppercase}.details-intro h2{max-width:640px;margin:0 auto 12px;font-size:32px;line-height:1.08}.details-intro p{max-width:640px;margin:0 auto;color:var(--muted);font-size:15px}.hero-panel{border:1px solid rgba(185,199,230,.82);border-radius:8px;background:rgba(2,8,22,.74);box-shadow:var(--shadow);padding:20px}.panel-header{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:14px;color:var(--muted);font-size:13px;font-weight:800}.panel-header strong{color:var(--text)}.track-list{display:grid;grid-gap:12px;gap:12px;margin:18px 0}.track-list>div{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:14px}.track-list p{margin:8px 0 0;color:var(--muted);font-size:14px}.track-label{display:inline-flex;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:850}.track-label.engineering{background:var(--surface-strong);color:var(--primary-dark)}.track-label.business{background:var(--green-soft);color:var(--green)}.workflow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.workflow span{border-radius:8px;background:var(--surface-strong);color:#fff;padding:10px 8px;text-align:center;font-size:13px;font-weight:850}.readiness-meter{margin-top:18px;color:var(--muted);font-size:13px;font-weight:800}.readiness-meter div{height:10px;overflow:hidden;border-radius:999px;background:#e8edf5;margin-top:8px}.readiness-meter i{display:block;width:72%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--green),#e0a323)}.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin:0 0 22px}.metric-strip div{display:grid;grid-gap:4px;gap:4px;border:1px solid var(--line);border-radius:16px;background:rgba(15,23,42,.62);padding:18px}.metric-strip strong{color:var(--text);font-size:24px;line-height:1.1}.metric-strip span{color:var(--muted);font-size:14px;font-weight:700}.section-grid,.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin:22px 0}.calculator,.faq-list article,.info-panel,.related-section,.stat-card{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(15,23,42,.74),rgba(2,8,22,.76)),rgba(2,8,22,.82);padding:24px}.info-panel{position:relative;overflow:hidden}.info-panel:before,.stat-card:before{content:"";display:block;width:42px;height:4px;border-radius:999px;background:var(--primary);margin-bottom:18px}.section-grid .info-panel:nth-child(2):before,.stat-grid .stat-card:nth-child(2):before{background:var(--green)}.section-grid .info-panel:nth-child(3):before,.stat-grid .stat-card:nth-child(3):before{background:var(--amber)}.calculator p,.calculator-page-copy p,.faq-list p,.info-panel p,.site-footer p,.stat-card p{color:var(--muted)}.info-panel h2{font-size:21px;line-height:1.18}.info-panel ul{color:var(--text);font-size:14px}.info-panel li::marker{color:var(--primary)}.calculator-page-copy,.faq-section,.related-section{margin:22px 0 0}.faq-section>h2,.related-section>h2{margin-bottom:18px}.faq-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.faq-list article{background:linear-gradient(180deg,rgba(15,23,42,.78),rgba(2,8,22,.82)),var(--surface)}.related-section{background:linear-gradient(135deg,rgba(59,130,246,.14),rgba(245,158,11,.08)),var(--surface)}.related-links{display:flex;flex-wrap:wrap;gap:10px}.related-links a{border:1px solid var(--line);border-radius:999px;background:rgba(2,8,22,.7);color:var(--text);padding:9px 14px;font-weight:800}.related-links a:hover{border-color:var(--primary)}.calculator{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:24px;gap:24px;align-items:stretch;margin:32px 0;box-shadow:var(--shadow)}.calculator-fields{display:grid;grid-gap:14px;gap:14px}label{display:grid;grid-gap:8px;gap:8px;font-weight:800}input{width:100%;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);color:var(--text);padding:12px 14px;font:inherit}input:focus{border-color:var(--primary);outline:3px solid rgba(20,87,217,.14)}.calculator-result{display:grid;align-content:center;border-radius:8px;background:var(--green-soft);padding:24px}.calculator-result strong{color:var(--green);font-size:46px;line-height:1}.site-footer{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr) auto;align-items:center;grid-gap:22px;gap:22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(245,158,11,.06)),rgba(2,8,22,.82);box-shadow:0 18px 60px rgba(0,0,0,.22);margin-bottom:32px;padding:22px}.site-footer strong{display:inline-flex;align-items:center;gap:8px}.site-footer strong img{border-radius:6px}.footer-brand p{max-width:360px;margin:8px 0 0}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;border:0;background:transparent;padding:0;color:var(--muted)}.footer-links a{border:1px solid var(--line);border-radius:999px;background:rgba(2,8,22,.48);padding:7px 11px;font-size:13px;font-weight:800}.footer-app-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:10px;background:var(--primary);color:var(--surface);padding:0 16px;font-weight:850;white-space:nowrap}.footer-app-link:hover{background:#2563eb}@media (max-width:980px){h1{font-size:52px}.site-header-row{align-items:flex-start;flex-direction:column}nav{flex-wrap:wrap;border-radius:8px}.hero{grid-template-columns:1fr;padding-top:52px}.home-gateway{min-height:calc(100svh - 72px);padding-top:0}.hero-panel{max-width:560px}.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.calculator,.faq-list,.section-grid,.site-footer,.stat-grid{grid-template-columns:1fr}.site-footer{justify-items:start}}@media (max-width:560px){.site-footer,.site-header,main{width:min(100% - 28px,1140px)}h1{font-size:42px;line-height:1.04}h2{font-size:24px}.hero{padding-top:36px}.hero-copy{font-size:18px}.home-gateway h1{font-size:30px}.home-gateway .hero-copy{font-size:14px}.site-header{padding:12px 0}.site-header-row{flex-direction:row;align-items:center;gap:10px}nav{border-radius:999px;padding:4px}.resource-menu button{width:38px;height:36px;padding:0;transition:background .16s ease,color .16s ease}.resource-menu-label{display:none}.hamburger-icon{display:flex}.resource-menu.is-open .hamburger-icon span:first-child{transform:translateY(6px) rotate(45deg)}.resource-menu.is-open .hamburger-icon span:nth-child(2){opacity:0}.resource-menu.is-open .hamburger-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hamburger-icon span{transition:opacity .16s ease,transform .16s ease}.resource-menu-list{display:none}.header-cta,.primary-button,.secondary-button{width:100%}.site-header .header-cta{display:none}.mobile-nav-panel{display:grid;max-height:0;overflow:hidden;border:0 solid transparent;opacity:0;pointer-events:none;transition:max-height .24s ease,margin-top .2s ease,opacity .16s ease,padding .2s ease,border-color .2s ease}.mobile-nav-panel.is-open{max-height:560px;margin-top:12px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(2,8,22,.94)),var(--surface);box-shadow:0 18px 54px rgba(0,0,0,.24);opacity:1;padding:10px;pointer-events:auto}.mobile-nav-panel a{display:flex;align-items:center;min-height:44px;border:1px solid transparent;border-radius:12px;color:var(--text);padding:0 13px;font-size:14px;font-weight:800}.mobile-nav-panel a:hover{border-color:var(--line);background:rgba(15,23,42,.76)}.mobile-menu-app{display:flex;align-items:center;justify-content:center;margin-top:4px;background:var(--primary);color:var(--surface);font-weight:850}.signed-in-redirect{top:12px;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:12px}.signed-in-redirect a{grid-column:1/-1;justify-content:center;text-align:center}.metric-strip,.workflow{grid-template-columns:1fr 1fr}}