:root{--bg:#080c14;--bg-panel:#0d1320;--cyan:#00e5ff;--cyan-dim:#00e5ff26;--cyan-glow:#00e5ff66;--text-bright:#e4eaf0;--text-muted:#5a6d82;--text-dim:#2e3d50;--grid-line:#00e5ff09;--font-display:"Syne", system-ui, sans-serif;--font-body:"Instrument Sans", system-ui, sans-serif;--font-mono:"Red Hat Mono", ui-monospace, monospace}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--text-muted);min-height:100dvh;overflow-x:hidden}#root{justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative}.grid-bg{z-index:0;background-image:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);background-size:64px 64px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(70% 60%,#000 20%,#0000 100%);mask-image:radial-gradient(70% 60%,#000 20%,#0000 100%)}.scan-line{z-index:1;background:linear-gradient(90deg, transparent 0%, var(--cyan-dim) 15%, var(--cyan) 50%, var(--cyan-dim) 85%, transparent 100%);height:2px;box-shadow:0 0 20px var(--cyan-glow), 0 0 60px var(--cyan-dim);opacity:.7;animation:6s ease-in-out infinite scan;position:fixed;left:0;right:0}.scan-line:after{content:"";background:linear-gradient(#0000,#00e5ff08,#0000);height:60px;position:absolute;top:-30px;left:0;right:0}@keyframes scan{0%,to{top:10%}50%{top:90%}}.maintenance{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:640px;padding:2rem;display:flex;position:relative}.scan-icon{width:72px;height:72px;margin-bottom:3rem;animation:1s ease-out .2s both fadeUp}.scan-icon .ring{fill:none;stroke:var(--cyan);stroke-width:1.5px;opacity:.3}.scan-icon .ring-pulse{fill:none;stroke:var(--cyan);stroke-width:1.5px;transform-origin:50%;animation:3s ease-out infinite radarPulse}.scan-icon .dot{fill:var(--cyan);filter:drop-shadow(0 0 6px var(--cyan-glow))}.scan-icon .sweep{fill:url(#sweepGradient);transform-origin:50%;animation:3s linear infinite sweep}@keyframes radarPulse{0%{opacity:.8;transform:scale(.5)}to{opacity:0;transform:scale(1.6)}}@keyframes sweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.brand{font-family:var(--font-display);letter-spacing:.35em;color:var(--cyan);text-transform:uppercase;text-shadow:0 0 30px var(--cyan-dim);margin-bottom:2.5rem;font-size:clamp(1.6rem,4.5vw,2.2rem);font-weight:800;animation:1s ease-out .4s both fadeUp}.divider{align-items:center;gap:1rem;margin-bottom:2.5rem;animation:1s ease-out .5s both fadeUp;display:flex}.divider-line{background:linear-gradient(90deg, transparent, var(--text-dim));width:48px;height:1px}.divider-line:last-child{background:linear-gradient(90deg, var(--text-dim), transparent)}.divider-dot{background:var(--cyan);width:8px;height:8px;box-shadow:0 0 12px var(--cyan-glow), 0 0 24px var(--cyan-dim);border-radius:50%;animation:2.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.heading{font-family:var(--font-display);color:var(--text-bright);letter-spacing:-.02em;text-align:center;margin-bottom:1.25rem;font-size:clamp(2.2rem,6vw,3.4rem);font-weight:700;line-height:1.1;animation:1s ease-out .6s both fadeUp}.description{color:var(--text-muted);text-align:center;max-width:420px;margin-bottom:3rem;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.7;animation:1s ease-out .8s both fadeUp}.status-bar{flex-direction:column;align-items:center;gap:1rem;animation:1s ease-out 1s both fadeUp;display:flex}.status-dots{gap:6px;display:flex}.status-dots span{background:var(--cyan);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite dotPulse}.status-dots span:nth-child(2){animation-delay:.2s}.status-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,60%,to{opacity:.2;transform:scale(.8)}30%{opacity:1;transform:scale(1.2)}}.status-text{font-family:var(--font-mono);letter-spacing:.25em;color:var(--cyan);text-transform:uppercase;opacity:.6;font-size:.72rem;font-weight:500}.domain{z-index:2;font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.12em;justify-content:center;align-items:center;gap:1rem;font-size:.8rem;font-weight:400;animation:1s ease-out 1.2s both fadeUp;display:flex;position:fixed;bottom:2rem;left:0;right:0}.domain:before,.domain:after{content:"";background:var(--text-dim);opacity:.5;width:32px;height:1px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.corner{z-index:2;width:40px;height:40px;animation:1s ease-out 1.4s both fadeUp;position:fixed}.corner--tl{border-top:1px solid var(--text-dim);border-left:1px solid var(--text-dim);top:1.5rem;left:1.5rem}.corner--tr{border-top:1px solid var(--text-dim);border-right:1px solid var(--text-dim);top:1.5rem;right:1.5rem}.corner--bl{border-bottom:1px solid var(--text-dim);border-left:1px solid var(--text-dim);bottom:1.5rem;left:1.5rem}.corner--br{border-bottom:1px solid var(--text-dim);border-right:1px solid var(--text-dim);bottom:1.5rem;right:1.5rem}.glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#00e5ff0f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:8s ease-in-out infinite glowBreathe;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glowBreathe{0%,to{opacity:1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.15)}}@media (width<=480px){.corner{width:24px;height:24px}.corner--tl,.corner--tr{top:1rem}.corner--bl,.corner--br{bottom:1rem}.corner--tl,.corner--bl{left:1rem}.corner--tr,.corner--br{right:1rem}.scan-icon{width:56px;height:56px;margin-bottom:2rem}.brand{margin-bottom:1.75rem}.description{margin-bottom:2rem}.domain{font-size:.7rem;bottom:1.25rem}.domain:before,.domain:after{width:20px}}
