:root{--color-bg:#040711;--color-text-primary:#f0f4f8;--color-text-secondary:#94a3b8;--color-text-muted:#7b8ba0;--color-accent-blue:#2385d9;--color-accent-cyan:#63cbe5;--color-accent-light:#38bdf8;--font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100%;display:flex}.page-wrapper{isolation:isolate;flex-direction:column;align-items:center;min-height:100vh;display:flex;position:relative}.ambient-glow{pointer-events:none;z-index:-1;background:radial-gradient(60% 45% at 50% 14%,#2385d924,#0000 60%),radial-gradient(45% 35% at 50% 28%,#0b2b5540,#0000 65%),radial-gradient(35% 30% at 16% 85%,#0b2b5514,#0000 50%),radial-gradient(35% 30% at 84% 80%,#0b2b550f,#0000 50%);position:fixed;inset:0}.content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:740px;padding:4rem 1.5rem 2rem;display:flex}.brand-header{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:clamp(2.25rem,4.5vw,3.25rem);display:flex}.brand-symbol{filter:drop-shadow(0 0 40px #2385d92e);width:clamp(88px,14vw,160px);height:auto;transition:transform .4s;display:block}.brand-symbol:hover{transform:scale(1.04)}.brand-name{letter-spacing:.28em;color:#cbd5e1;font-size:clamp(1rem,1.6vw,1.3rem);font-weight:500}.statement-section{flex-direction:column;align-items:center;gap:1.75rem;display:flex}.headline{letter-spacing:-.03em;color:var(--color-text-primary);max-width:680px;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:600;line-height:1.15}.headline-highlight{background:linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent-cyan) 55%, #a5f3fc 100%);-webkit-text-fill-color:transparent;color:var(--color-accent-light);-webkit-background-clip:text;background-clip:text}.supporting-copy{color:var(--color-text-secondary);max-width:520px;font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.65}.status-container{flex-direction:column;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.status-accent{background:linear-gradient(90deg, transparent, var(--color-accent-cyan), transparent);opacity:.6;width:40px;height:1.5px;display:block}.status-text{letter-spacing:.18em;color:var(--color-accent-cyan);font-size:.8125rem;font-weight:500}.abstract-curve{flex-shrink:0;width:100%;height:auto;max-height:100px}.page-footer{flex-shrink:0;padding:1.5rem 1.5rem 2rem}.footer-text{color:var(--color-text-muted);letter-spacing:.03em;font-size:.8125rem}@media (width<=640px){.content{padding:3rem 1.25rem 1.5rem}.brand-header{gap:1.25rem;margin-bottom:3rem}.statement-section{gap:1.5rem}.abstract-curve{max-height:60px}}@media (prefers-reduced-motion:reduce){.brand-symbol{transition:none}.brand-symbol:hover{transform:none}}
