:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#f5f5f7;background-color:#07070f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;text-align:center}.nav{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding-bottom:1.5rem}.nav-link{color:#d4af37;text-decoration:none;text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;font-weight:600;border-bottom:1px solid transparent;padding-bottom:.2rem;transition:border-color .2s,color .2s}.nav-link:hover{color:#fdf6d8;border-bottom-color:#d4af37}h1{font-size:clamp(2.5rem,8vw,5rem);margin:0;background:linear-gradient(180deg,#fdf6d8,#d4af37 60%,#8a6d1d);-webkit-background-clip:text;background-clip:text;color:transparent}.status-title{font-size:clamp(2rem,5vw,3rem)}.sub{color:#9a9aa8;font-size:1.1rem;max-width:40rem;margin:0}.services{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;padding:1.5rem 0 0;margin:0}.service{display:flex;align-items:center;gap:.5rem}.dot{width:10px;height:10px;border-radius:50%;background:#52525f}.dot.online{background:#22c55e;box-shadow:0 0 12px #22c55e88}.dot.offline{background:#ef4444}.dot.checking{background:#eab308;animation:pulse 1.2s ease-in-out infinite}.service-name{font-weight:600}.service-status{color:#9a9aa8;font-size:.85rem}.back-link{color:#5b5b68;text-decoration:none;font-size:.85rem;margin-top:2rem}.back-link:hover{color:#9a9aa8}@keyframes pulse{50%{opacity:.3}}
