@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:#0f1117;color:#e5e7eb;min-height:100vh}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.status-badge{display:inline-flex;align-items:center;gap:.6rem;font-size:clamp(2rem,8vw,4rem);font-weight:900;letter-spacing:.04em;padding:.6em 1.2em;border-radius:1rem;text-transform:uppercase;white-space:nowrap;border:3px solid transparent;transition:transform .2s ease}.status-badge.open{background:#052e16;color:#4ade80;border-color:#166534;box-shadow:0 0 40px #4ade8040}.status-badge.closed{background:#2d0000;color:#f87171;border-color:#7f1d1d;box-shadow:0 0 40px #f8717140}.status-badge.checking{background:#1c1d2e;color:#a78bfa;border-color:#3b3266}.status-badge.error{background:#1c1305;color:#fbbf24;border-color:#78350f}.pulse-dot{display:inline-block;width:.5em;height:.5em;border-radius:50%;background:#a78bfa;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.road-label{font-size:1.1rem;font-weight:500;color:#9ca3af;letter-spacing:.02em}.status-sub{font-size:1rem;color:#6b7280}.info-grid{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:42rem}.info-box{background:#161b27;border:1px solid #2a2f3f;border-radius:.75rem;padding:1.25rem 1.5rem}.info-title{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:.5rem}.info-body{font-size:1rem;font-weight:400;color:#e5e7eb;line-height:1.6}.last-checked{font-size:.78rem;color:#4b5563}.retry-btn{background:#1f2937;color:#d1d5db;border:1px solid #374151;border-radius:.5rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.retry-btn:hover{background:#374151}.credit-box{position:fixed;bottom:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;background:#161b27e6;border:1px solid #2a2f3f;border-radius:.5rem;padding:.4rem .75rem;font-size:.65rem;color:#6b7280;text-decoration:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:color .15s,border-color .15s;white-space:nowrap;z-index:50}.credit-box:hover{color:#9ca3af;border-color:#4b5563}.credit-logo{width:24px;height:24px;border-radius:4px;flex-shrink:0;object-fit:contain}
