*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--text:#e8e6e3;--text-muted:#6b6b76;--accent:#7c6aef;--accent-glow:#7c6aef26}body{background:var(--bg);color:var(--text);display:grid;overflow:hidden;place-items: center;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.container{position:relative;display:flex;justify-content:center;align-items: center;width:100%;min-height:100vh;padding:2rem}.glow{position:fixed;background:radial-gradient(circle,var(--accent-glow)0%,transparent 70%);pointer-events:none;animation:breathe 6s ease-in-out infinite;width:600px;height:600px;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes breathe{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.15)}}.content{position:relative;z-index:1;text-align:center;max-width:480px}.icon{display:inline-flex;color:var(--accent);animation:float 4s ease-in-out infinite;background:#7c6aef14;border:1px solid #7c6aef26;border-radius:24px;justify-content:center;align-items: center;width:96px;height:96px;margin-bottom:2rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.1}.subtitle{color:var(--text-muted);font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.6}.divider{background:var(--accent);opacity:.5;border-radius:1px;width:48px;height:2px;margin:2rem auto}.brand{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-size:.85rem;font-weight:500}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important}}
