*{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f172a;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:relative}#app{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative}.container{background:#1e293b;border-radius:12px;width:100%;max-width:700px;padding:60px 50px;box-shadow:0 10px 40px #0000004d}h1{letter-spacing:-.5px;color:#f1f5f9;margin-bottom:8px;font-size:2.5em;font-weight:700}.tagline{color:#94a3b8;margin-bottom:40px;font-size:1.1em;font-weight:400}.stats{grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0;display:grid}.stat{background:#0f172a;border-radius:8px;padding:20px;transition:all .3s}.stat:hover{background:#1e293b;transform:translateY(-2px)}.stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.85em;font-weight:500}.stat-value{color:#f1f5f9;font-size:1.6em;font-weight:600}.status-indicator{vertical-align:middle;background:#10b981;border-radius:50%;width:10px;height:10px;margin-top:-5px;margin-right:11px;animation:2s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.divider{background:#e2e8f0;height:1px;margin:30px 0}.description{color:#cbd5e1;margin:20px 0;font-size:.95em;line-height:1.6}.footer-text{color:#64748b;margin-top:30px;font-size:.85em}@media (width<=768px){.container{padding:30px 20px}h1{font-size:1.75em}.stats{grid-template-columns:1fr;gap:12px}.tagline{margin-bottom:24px;font-size:1em}.stat-value{font-size:1.4em}}
