:root{--bg: #000000;--fg: #ffffff;font-family:Tajawal,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--fg);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{background-color:var(--bg);color:var(--fg);overflow:hidden}.page{min-height:100svh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;padding:2rem;background-color:#000}.page__soon{font-size:clamp(2.75rem,9vw,6rem);font-weight:800;letter-spacing:.01em;color:#fff;line-height:1.2}.page__divider{width:64px;height:1px;background:#ffffff40}.page__tagline{font-size:clamp(1.1rem,3.5vw,1.9rem);font-weight:300;color:#ffffffb8;letter-spacing:.02em}
