:root{color-scheme:light dark;font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;--bg: #0f1419;--panel: #1a2332;--text: #e8eef5;--muted: #9fb0c3;--accent: #3b82f6;--border: #2d3a4d}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button,input,select{font:inherit}button{background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.45rem .85rem;cursor:pointer}button.secondary{background:transparent;border:1px solid var(--border);color:var(--text)}button:disabled{opacity:.5;cursor:not-allowed}.login-page{min-height:100vh;display:grid;place-items:center}.login-card{width:min(400px,92vw);background:var(--panel);padding:2rem;border-radius:12px;display:grid;gap:1rem}.login-card label,.filter-bar label{display:grid;gap:.35rem;font-size:.9rem;color:var(--muted)}input,select{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.45rem .6rem}.error{color:#f87171;margin:0}.dashboard{max-width:1400px;margin:0 auto;padding:1rem;display:grid;gap:1rem}.topbar,.filter-actions,.map-toolbar,.view-tabs,.pagination,.topbar-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.topbar{justify-content:space-between}.filter-bar,.stats-bar,.sync-bar,.table-wrap,.map-panel{background:var(--panel);border-radius:12px;padding:1rem}.map-panel-hidden{display:none}.table-toolbar{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:.75rem}.column-picker{margin-bottom:.85rem;padding:.85rem;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.column-picker-hint{margin:0 0 .65rem;color:var(--muted);font-size:.88rem}.column-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.45rem .75rem}.column-picker-item{display:flex;align-items:center;gap:.45rem;font-size:.9rem;color:var(--text)}.table-row-clickable{cursor:pointer}.table-row-clickable:hover{background:#3b82f61f}.table-row-selected{background:#2563eb38;cursor:pointer}.table-row-selected:hover{background:#2563eb4d}.filter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin:.75rem 0}.view-tabs button.active{background:#2563eb}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid var(--border);padding:.55rem .4rem;text-align:left;font-size:.92rem}.map-container{height:520px;border-radius:8px;overflow:hidden}.earthquake-popup-container .maplibregl-popup-content{background:#fff;color:#1a2332;padding:.85rem 1.1rem;border-radius:10px;box-shadow:0 6px 20px #00000059;font-size:.88rem}.earthquake-popup-container .maplibregl-popup-tip{border-top-color:#fff}.earthquake-popup{display:flex;flex-direction:column;gap:.4rem}.earthquake-popup__badge{display:inline-block;align-self:flex-start;background:#2563eb;color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:.2rem .5rem;border-radius:4px;margin-bottom:.15rem}.earthquake-popup__header{font-weight:700;color:#0f1419;font-size:.96rem;line-height:1.35;border-bottom:1px solid #e2e8f0;padding-bottom:.4rem;margin-bottom:.2rem}.earthquake-popup__seq{display:inline-block;background:#1e293b;color:#fff;font-size:.78rem;font-weight:700;padding:.1rem .4rem;border-radius:4px;margin-right:.25rem;vertical-align:middle}.earthquake-popup__grid{display:grid;grid-template-columns:auto 1fr;column-gap:.65rem;row-gap:.3rem;font-size:.85rem;line-height:1.4}.earthquake-popup__label{color:#64748b;font-weight:500;white-space:nowrap}.earthquake-popup__value{color:#1e293b}.earthquake-popup__value code{background:#f1f5f9;padding:.1rem .3rem;border-radius:4px;font-size:.8rem;color:#0f172a}.eq-map-marker{display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:700;font-family:inherit;font-size:11px;cursor:pointer;box-shadow:0 2px 6px #00000073;transition:transform .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none}.eq-map-marker:hover{transform:scale(1.3);box-shadow:0 4px 14px #000000b3;z-index:60!important}.eq-map-marker--nearby{width:26px;height:26px;border:2px solid rgba(255,255,255,.9);z-index:15}.eq-map-marker--selected{width:36px!important;height:36px!important;font-size:13px!important;border:3.5px solid #ffffff!important;z-index:40!important;animation:eq-pulse-ring 2s infinite}@keyframes eq-pulse-ring{0%{box-shadow:0 0 #3b82f6d9,0 3px 10px #00000080}70%{box-shadow:0 0 0 14px #3b82f600,0 3px 10px #00000080}to{box-shadow:0 0 #3b82f600,0 3px 10px #00000080}}.sync-chip{margin-left:.5rem;color:var(--muted);font-size:.85rem}.sync-progress-list{display:grid;gap:.85rem;margin-top:.75rem}.sync-progress-item{display:grid;gap:.35rem}.sync-progress-header{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap;font-size:.9rem}.sync-progress-label{font-weight:600}.sync-progress-meta{color:var(--muted);font-size:.85rem}.sync-progress-track{height:.55rem;border-radius:999px;background:var(--bg);border:1px solid var(--border);overflow:hidden}.sync-progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:inherit;transition:width .4s ease}.sync-progress-message{color:var(--muted);font-size:.82rem}.bbox-hint{color:var(--muted);font-size:.85rem}@media(max-width:768px){.map-container{height:360px}}
