body{font-family:sans-serif;display:flex;align-items:center;justify-content:center;min-height:100vh;margin:0;background:#0f172a;color:#e2e8f0;}
.wrap{text-align:center;}
.spin{width:40px;height:40px;border:3px solid #334155;border-top-color:#34d399;border-radius:50%;animation:s 0.8s linear infinite;margin:0 auto 16px;}
.ipsentry-noscript-warn{color:#f87171;}
@keyframes s{to{transform:rotate(360deg)}}
