@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap";
:root{--bg:#07080a;--card:#0f1720;--muted:#98a2af;--accent:#ef4444;--glow:#ef444414}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}*{box-sizing:border-box}html,body,#__next{height:100%}body{background:radial-gradient(1200px 600px at 10% 10%,#141e2866,transparent),var(--bg);color:#e6eef6;-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial}.page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:48px 20px;display:flex}.card{width:100%;max-width:920px;box-shadow:0 6px 30px #02060999,0 0 40px var(--glow);text-align:center;background:linear-gradient(#ffffff05,#ffffff03);border:1px solid #ffffff0a;border-radius:16px;padding:48px}.logo-wrap{justify-content:center;margin-bottom:10px;display:flex}.mark{width:96px;height:96px;color:var(--accent)}.mark-bg{fill:#0000;stroke:#ffffff0a;stroke-width:2px}.mark-line{stroke:var(--accent)}h1{color:#fff;margin:8px 0 6px;font-size:28px;font-weight:600}.lead{color:var(--muted);margin:0 0 18px;line-height:1.5}.loader{justify-content:center;margin:18px 0;display:flex}.spinner{transform-box:fill-box;transform-origin:50%;width:56px;height:56px;animation:1s linear infinite spin;display:block}.spinner-track{stroke:#ffffff0f;stroke-width:4px}.spinner-head{stroke:var(--accent);stroke-width:4px;stroke-linecap:round;stroke-dasharray:80;stroke-dashoffset:60px;animation:1.2s ease-in-out infinite dash}@keyframes spin{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dashoffset:80px}50%{stroke-dashoffset:20px}to{stroke-dashoffset:80px}}.contact{color:var(--muted);margin-top:12px}.footer{background:0 0;width:100%;margin-top:28px;padding:20px 0}.footer-inner{max-width:920px;color:var(--muted);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.brand{color:var(--accent);letter-spacing:.6px;font-weight:700}@media (max-width:600px){.card{border-radius:12px;padding:28px}.chicken{width:120px;height:120px}h1{font-size:20px}}
