@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");body{margin:0;padding:0;background:radial-gradient(circle at top left,#24252b,#18181b);color:#f0f2f5;font-family:Inter,sans-serif}#container{max-width:960px;margin:0 auto;padding:3rem}.header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.header h1{font-size:2rem;font-weight:700;margin:0;color:#00d4ff}.time-info{font-size:.875rem;color:#a1a1aa}.status-info{margin-top:2rem;background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:1.5rem;box-shadow:0 10px 20px rgba(0,0,0,.25);transition:transform .3s ease}.status-info:hover{transform:translateY(-8px)}.map-wrapper{background:rgba(255,255,255,.06);padding:1rem;border-radius:16px;box-shadow:0 0 20px rgba(0,212,255,.3);margin-bottom:2rem;overflow-x:auto}.map-wrapper svg{width:100%;height:auto;border-radius:12px;filter:drop-shadow(0 0 8px #00d4ff88)}.status-info h2{margin-top:0;color:#ffffff;font-size:1.5rem;font-weight:500;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.status-info p{font-size:.95rem;margin:.6rem 0;color:#e4e4e7}.status-info p strong{color:#00d4ff;width:140px;display:inline-block}.error{color:#ff4a4a}