:root{--primary:#bfbcfc;--secondary:#ff61d2;--accent:#4ff;--bg:#0b0e14;--surface:#151921}html,body{background-color:var(--bg);width:100%;height:100%;margin:0;padding:0;font-family:Inter,system-ui,sans-serif;overflow:hidden}.neon-container{background:var(--bg);justify-content:center;align-items:center;width:100vw;min-height:100vh;display:flex;position:relative}.aurora{filter:blur(100px);z-index:0;background:radial-gradient(circle,#bfbcfc1a 0%,#0000 70%);width:600px;height:600px;position:absolute}.maintenance-card{z-index:1;background:var(--surface);text-align:center;border:1px solid #bfbcfc26;border-radius:24px;width:90%;max-width:480px;padding:3rem;position:relative;box-shadow:0 40px 100px #0009}.status-header{justify-content:center;align-items:center;gap:10px;margin-bottom:2rem;display:flex}.status-dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 10px var(--accent);border-radius:50%}.pulse-ring{border:2px solid var(--accent);border-radius:50%;width:12px;height:12px;position:absolute}.status-text{color:var(--accent);letter-spacing:.2em;font-size:.75rem;font-weight:700}.main-title{color:#fff;letter-spacing:-.02em;margin:0 0 1.5rem;font-size:2.5rem;font-weight:800}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-accent{color:var(--accent)}.description{color:#94a3b8;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.dna-visual{justify-content:center;align-items:center;gap:8px;height:80px;margin-bottom:2rem;display:flex}.dna-bar{border-radius:10px;width:6px}.stats-grid{background:#ffffff08;border-radius:16px;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem;padding:1.5rem;display:grid}.stat-item{flex-direction:column;gap:5px;display:flex}.stat-label{color:#64748b;font-size:.65rem;font-weight:800}.stat-value{font-size:.9rem;font-weight:700}.footer-links{justify-content:center;gap:2rem;display:flex}.footer-links a{color:var(--primary);opacity:.6;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.link-hover:hover{opacity:1;text-shadow:0 0 10px var(--primary)}
