*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;width:100%;overflow:hidden;background:#090a0f;background:radial-gradient(circle at 50% 0,#161925 0,#090a0f 70%);color:#e2e8f0;font-family:'Space Grotesk',sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center}::selection{background:#22c55e;color:#000}#skel{position:fixed;top:0;left:0;width:100%;height:100%;background:#090a0f;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .3s ease}.skel-box{width:60vw;max-width:400px;height:40px;background:#1e2333;border-radius:4px;margin:10px;animation:pulse 1.5s infinite}.skel-box:nth-child(2){width:40vw;height:20px;max-width:250px}@keyframes pulse{0%,100%{opacity:.5}50%{opacity:1}}#whc{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:100}.wh{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);color:#10b981;padding:6px 12px;font-size:12px;font-family:monospace;border-radius:4px;animation:slideIn .3s ease forwards,fadeOut .3s ease 2s forwards;opacity:0;transform:translateX(20px)}@keyframes slideIn{to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{to{opacity:0;transform:translateX(10px)}}.status{display:flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#94a3b8;margin-bottom:3vh}.dot{width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 8px #22c55e;animation:blink 1.5s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}.main-card{text-align:center;max-width:800px;padding:2rem;position:relative;z-index:10}.logo-img{height:clamp(40px,5vw,60px);margin-bottom:3vh;filter:drop-shadow(0 0 15px rgba(255,255,255,.1))}h1{font-size:clamp(28px,5vw,56px);font-weight:700;line-height:1.1;color:#fff;margin-bottom:2vh;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}h1 svg{width:clamp(24px,4vw,40px);height:clamp(24px,4vw,40px);fill:#3b82f6;filter:drop-shadow(0 0 10px rgba(59,130,246,.5))}p{font-size:clamp(16px,2vw,20px);color:#94a3b8;line-height:1.5;max-width:600px;margin:0 auto 4vh}.cta{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#090a0f;font-weight:700;font-size:clamp(16px,2vw,18px);padding:16px 40px;border-radius:50px;text-decoration:none;transition:all .2s ease;box-shadow:0 0 20px rgba(255,255,255,.1)}.cta:hover,.cta:focus{transform:translateY(-2px);box-shadow:0 0 30px rgba(255,255,255,.3);outline:none;background:#f8fafc}footer{position:absolute;bottom:3vh;font-size:12px;color:#475569;text-transform:uppercase;letter-spacing:1px}footer a{color:#64748b;text-decoration:none;margin:0 10px;transition:color .2s}footer a:hover{color:#e2e8f0}