:root{--font-sans: "DM Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg-app: #0d0f12;--text-primary: #edf2fb;--text-secondary: #8a95a5;--text-footer: #475569;--brand-green: #3f851c}@media(prefers-color-scheme:light){:root{--bg-app: #f8fafc;--text-primary: #0f172a;--text-secondary: #64748b;--text-footer: #94a3b8;--brand-green: #3f851c}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%}body{font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-primary);min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.viewport-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:32px 24px 24px;min-height:100vh;min-height:100dvh;text-align:center}.coming-soon-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;-webkit-user-select:none;user-select:none}.brand-wordmark{font-size:clamp(3.25rem,9vw,6.5rem);font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--text-primary);display:inline-flex;align-items:baseline}.brand-wordmark .text-part{color:var(--text-primary)}.brand-wordmark .accent-5{color:var(--brand-green);display:inline-block;padding:0 .02em}.status-text{font-size:clamp(.95rem,2.2vw,1.25rem);font-weight:500;letter-spacing:.06em;color:var(--text-secondary);text-transform:none;opacity:.9}.minimal-footer{width:100%;font-size:12px;color:var(--text-footer);letter-spacing:.02em;text-align:center}
