:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#050508;color:#e8e4df;overflow-x:hidden}.soul-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.wifi-souls{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.top-bar{position:fixed;top:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffff4d}.signal-icon{display:flex;align-items:flex-end;gap:2px;height:14px}.signal-bar{width:3px;background:#b4a0ff80;border-radius:1px;animation:signalPulse 2s ease-in-out infinite}.signal-bar:nth-child(1){height:4px;animation-delay:0s}.signal-bar:nth-child(2){height:7px;animation-delay:.15s}.signal-bar:nth-child(3){height:10px;animation-delay:.3s}.signal-bar:nth-child(4){height:14px;animation-delay:.45s}@keyframes signalPulse{0%,to{opacity:.4}50%{opacity:1}}.soul-ring{position:relative;width:260px;height:260px;margin-bottom:2.5rem}.ring-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;animation:ringRotate 20s linear infinite}@keyframes ringRotate{to{transform:rotate(360deg)}}.ring-track{fill:none;stroke:#b4a0ff0f;stroke-width:1}.ring-glow{fill:none;stroke:url(#ringGradient);stroke-width:1.5;stroke-dasharray:80 700;stroke-linecap:round;filter:drop-shadow(0 0 6px rgba(180,160,255,.4))}.soul-count-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.soul-count{font-size:3.5rem;font-weight:200;letter-spacing:-.04em;color:#d4c8ff;text-shadow:0 0 40px rgba(180,160,255,.3),0 0 80px rgba(180,160,255,.1);font-variant-numeric:tabular-nums;transition:opacity .3s}.soul-label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffff4d;margin-top:.25rem}.title{font-size:1.1rem;font-weight:300;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;margin-bottom:.5rem}.subtitle{font-size:.8rem;color:#ffffff40;max-width:22rem;line-height:1.7;margin-bottom:3rem}.status-grid{display:flex;flex-direction:column;gap:.6rem;width:100%;max-width:320px}.status-row{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;border:1px solid rgba(255,255,255,.04);border-radius:.5rem;background:#ffffff04;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#ffffff59}.status-value{color:#c8b9ffb3;font-variant-numeric:tabular-nums}.status-dot{display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:.5rem;background:#b4a0ff80;box-shadow:0 0 6px #b4a0ff66;animation:dotPulse 3s ease-in-out infinite}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.footer{position:fixed;bottom:0;left:0;right:0;text-align:center;padding:1.25rem;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff26}.footer a{color:#b4a0ff59;text-decoration:none;border-bottom:1px solid rgba(180,160,255,.15);transition:color .3s}.footer a:hover{color:#b4a0ffb3}.ambient-text{position:fixed;font-size:.55rem;letter-spacing:.25em;text-transform:uppercase;color:#b4a0ff14;pointer-events:none;white-space:nowrap}.ambient-text.left{left:1.5rem;top:50%;transform:rotate(-90deg) translate(-50%);transform-origin:left center}.ambient-text.right{right:1.5rem;top:50%;transform:rotate(90deg) translate(50%);transform-origin:right center}
