:root{--home-surface: #0d1224;--home-surface-low: #161b2d;--home-surface-card: rgba(26, 31, 49, .72);--home-surface-card-strong: rgba(36, 41, 60, .9);--home-surface-raised: #2f3448;--home-text: #dde1fb;--home-text-muted: #bfc7d4;--home-coral: #ff5c8d;--home-coral-soft: #ffb1c1;--home-cyan: #00f4fe;--home-cyan-soft: #63f7ff;--home-ghost-border: rgba(223, 190, 196, .12);--home-shadow: 0 0 32px rgba(221, 225, 251, .06);--home-shadow-deep: 0 24px 72px rgba(1, 6, 18, .44);--home-glow-coral: 0 0 32px rgba(255, 92, 141, .24);--home-glow-cyan: 0 0 36px rgba(0, 244, 254, .18);--home-radius-section: 3rem;--home-radius-card: 2rem;--home-radius-pill: 999px;--home-content-width: min(1180px, calc(100% - 48px) );--home-font-display: "Plus Jakarta Sans", var(--font-family-display);--home-font-body: "Be Vietnam Pro", "Inter", var(--font-family)}html{background:var(--home-surface)}body.imposter-home-page{background:linear-gradient(180deg,#080d1f,#0d1224 100vh);background-attachment:fixed;background-color:#0d1224;color:var(--home-text);font-family:var(--home-font-body)}body.imposter-home-page:before,body.imposter-home-page:after{display:none}.imposter-home-page #app{position:relative;z-index:1}.imposter-home-page .nav-logo-mark{width:52px;height:52px}.imposter-home-page .nav-logo-mark svg{width:26px;height:26px}.imposter-home-page .site-eyebrow,.imposter-home-page .mobile-nav-kicker,.imposter-home-page .hero-kicker{font-family:var(--home-font-display);font-weight:800;letter-spacing:.18em;text-transform:uppercase}.imposter-home-page .hero-kicker{color:var(--home-cyan-soft);font-size:.75rem}.imposter-home-page .nav-cta,.imposter-home-page .nav-cta--mobile,.imposter-home-page .mode-link{border:none;box-shadow:0 20px 36px #ff5c8d38}.imposter-home-page .mode-link{background:linear-gradient(135deg,var(--home-coral-soft) 0%,var(--home-coral) 100%);color:#0d1224}.imposter-home-page .nav-cta{display:inline-flex;border-radius:var(--home-radius-pill)}.imposter-home-page .nav-cta:hover,.imposter-home-page .nav-cta:focus-visible,.imposter-home-page .nav-cta--mobile:hover,.imposter-home-page .nav-cta--mobile:focus-visible,.imposter-home-page .mode-link:hover,.imposter-home-page .mode-link:focus-visible{transform:translateY(-1px);filter:brightness(1.03);text-decoration:none}.imposter-home-page .hamburger-menu{margin-left:auto;border:none;background:#1a1f31d1;box-shadow:inset 0 0 0 1px var(--home-ghost-border)}.imposter-home-page .mobile-nav-panel{background:linear-gradient(180deg,#0d1224fa,#080d1ffa);border-left:none}.imposter-home-page .nav-item-mobile{border-bottom:none}.imposter-home-page .main-content.imposter-home-main{width:var(--home-content-width);max-width:none;overflow:visible;padding:40px 0 96px}.hero-shell{display:grid;gap:32px;align-items:center;padding:32px;border-radius:var(--home-radius-section);background:linear-gradient(145deg,#161b2de0,#0d1224ad);box-shadow:inset 0 0 0 1px #dfbec414,var(--home-shadow-deep);overflow:hidden}.hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px;min-width:0}.imposter-home-page .hero-kicker{display:inline-flex;align-self:flex-start;margin:0;padding:10px 18px;border-radius:var(--home-radius-pill);background:#00f4fe14;box-shadow:inset 0 0 0 1px #00f4fe24}.hero-headline,.section-title{margin:0;font-family:var(--home-font-display);font-weight:800;letter-spacing:0;color:var(--home-text)}.hero-headline{max-width:9ch;font-size:5.75rem;line-height:.98}.hero-headline span{display:inline-block;background:linear-gradient(135deg,var(--home-coral-soft) 0%,var(--home-coral) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 22px rgba(255,92,141,.24)}.hero-description,.section-subtitle,.mode-card p,.step-card p,.imposter-home-page .faq-answer p{margin:0;color:var(--home-text-muted);font-family:var(--home-font-body);line-height:1.75}.hero-description{max-width:58ch;font-size:1.05rem}.hero-media{position:relative;min-height:340px;margin:0;border-radius:2.5rem;overflow:hidden;background:var(--home-surface-card);box-shadow:inset 0 0 0 1px #dfbec414,var(--home-shadow-deep);min-width:0}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#080d1f14,#080d1f80)}.hero-media-glow{position:absolute;inset:auto auto -56px -32px;width:220px;height:220px;border-radius:50%;background:#00f4fe2e;filter:blur(72px);z-index:0}.hero-image{position:relative;z-index:1;width:100%;height:100%;object-fit:cover}.home-section{margin-top:32px;padding:40px 32px;border-radius:var(--home-radius-section);background:#161b2db8;box-shadow:inset 0 0 0 1px #dfbec40f,var(--home-shadow)}.section-heading{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.section-heading--center{align-items:center;text-align:center}.section-heading--accent{position:relative;padding-left:24px}.section-heading--accent:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;border-radius:var(--home-radius-pill);background:linear-gradient(180deg,var(--home-coral-soft),var(--home-coral));box-shadow:var(--home-glow-coral)}.section-title{font-size:3rem}.section-title--caps{text-transform:uppercase}.mode-grid,.steps-grid{display:grid;gap:20px}.mode-card,.step-card,.imposter-home-page .faq-item{position:relative;overflow:hidden;border-radius:var(--home-radius-card);background:var(--home-surface-card);box-shadow:inset 0 0 0 1px #dfbec414,var(--home-shadow)}.mode-card{display:flex;flex-direction:column;gap:16px;min-height:100%;padding:28px}.mode-card:before,.step-card:before{content:"";position:absolute;width:180px;height:180px;right:-72px;top:-72px;border-radius:50%;filter:blur(8px);opacity:.5}.mode-card--remote:before{background:radial-gradient(circle,rgba(0,244,254,.2) 0%,transparent 68%)}.mode-card--face:before{background:radial-gradient(circle,rgba(255,92,141,.24) 0%,transparent 68%)}.mode-card h3,.step-card h3,.imposter-home-page .faq-question>span:first-child{margin:0;color:var(--home-text);font-family:var(--home-font-display);font-size:1.55rem;font-weight:800}.mode-icon,.step-icon-wrap{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:1.5rem;background:#2f3448eb;box-shadow:inset 0 0 0 1px #dfbec40f}.mode-card--remote .mode-icon,.step-card:first-child .step-icon-wrap{color:var(--home-cyan-soft);box-shadow:inset 0 0 0 1px #00f4fe1f,var(--home-glow-cyan)}.mode-card--face .mode-icon,.step-card:nth-child(2) .step-icon-wrap,.step-card:nth-child(3) .step-icon-wrap{color:var(--home-coral-soft);box-shadow:inset 0 0 0 1px #ff5c8d1f,var(--home-glow-coral)}.word-generator-entry{max-width:680px;margin:24px auto 0;padding:16px 20px;border-radius:var(--home-radius-pill);background:#0a10226b;box-shadow:inset 0 0 0 1px #dfbec414;color:var(--home-muted);font-size:1rem;line-height:1.6;text-align:center}.word-generator-entry a{color:var(--home-cyan-soft);font-weight:800;text-decoration:none}.word-generator-entry a:hover,.word-generator-entry a:focus-visible{color:var(--home-text);text-decoration:underline;text-underline-offset:4px}.imposter-home-page .mode-link{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;margin-top:auto;padding:14px 18px;border-radius:var(--home-radius-pill);font-family:var(--home-font-display);font-size:.83rem;font-weight:800;letter-spacing:.14em;text-decoration:none}.steps-grid{counter-reset:step}.step-card{padding:28px}.step-card:before{background:radial-gradient(circle,rgba(47,52,72,.9) 0%,transparent 68%)}.step-number{margin:0 0 18px;font-family:var(--home-font-display);font-size:4rem;font-weight:800;line-height:1;letter-spacing:0;color:#dfbec42e}.step-card h3{margin-top:18px;margin-bottom:10px}.intel-accordion{display:grid;gap:14px}.imposter-home-page .faq-section{max-width:none;padding:40px 32px}.imposter-home-page .faq-item{border:1px solid var(--home-ghost-border);padding:0;background:linear-gradient(180deg,#1a1f31cc,#101526f0);transition:border-color .28s ease,box-shadow .28s ease,background .28s ease,transform .28s ease}.imposter-home-page .faq-item[open]{border-color:#00f4fe3d;background:linear-gradient(180deg,#24293cf0,#12182afa);box-shadow:inset 0 0 0 1px #ffffff05,0 0 0 1px #00f4fe0f,var(--home-glow-cyan)}.imposter-home-page .faq-question{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;width:100%;padding:22px 24px}.imposter-home-page .faq-question>span:first-child{min-width:0;padding-right:0;font-size:1.08rem;line-height:1.35}.imposter-home-page .faq-icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--home-cyan-soft);background:#00f4fe14}.imposter-home-page .faq-item[open] .faq-icon{color:var(--home-coral-soft);background:#ff5c8d1a}.imposter-home-page .faq-answer{max-height:0;opacity:0;transition:max-height .32s ease,opacity .22s ease}.imposter-home-page .faq-item[open] .faq-answer{max-height:28rem;opacity:1}.imposter-home-page .faq-answer p{max-width:none;padding:0 24px 24px;margin:0}@media (min-width: 768px){.hero-shell{grid-template-columns:minmax(0,1fr) minmax(380px,480px);gap:40px;padding:44px}.mode-grid,.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 900px){.imposter-home-page .nav-utility-column{justify-content:flex-end}.imposter-home-page .hamburger-menu,.imposter-home-page .mobile-nav-panel{display:none}}@media (max-width: 899px){.imposter-home-page .nav-logo{min-width:0}.imposter-home-page .site-eyebrow{display:none}}@media (max-width: 767px){:root{--home-content-width: calc(100% - 24px) }.imposter-home-page .main-content.imposter-home-main{padding-top:24px;padding-bottom:72px}.hero-shell,.home-section,.imposter-home-page .faq-section{padding:24px;border-radius:2rem}.hero-media{min-height:280px}.hero-headline{width:100%;max-width:10ch;font-size:3rem;overflow-wrap:anywhere}.section-heading--accent{padding-left:18px}.mode-card,.step-card{padding:24px}}@media (max-width: 479px){.imposter-home-page .nav-logo-mark{width:46px;height:46px}.imposter-home-page .hero-kicker{width:100%;justify-content:center;text-align:center}.imposter-home-page .faq-question{padding:18px}.imposter-home-page .faq-answer p{padding:0 18px 18px}}
