:root{--ink:#111d1a;--muted:#6d7c76;--paper:#f3f5f1;--card:#fff;--green:#0f6b50;--lime:#b9d63e;--gold:#d5a62e;--line:#dce3dd}*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper)}body{display:flex;flex-direction:column;min-height:100vh}header{height:82px;padding:0 28px;display:flex;align-items:center;gap:15px;background:#10221d;color:#fff;border-bottom:3px solid var(--lime)}.brand-mark{display:grid;place-items:center;width:43px;height:43px;border:1px solid #73968a;border-radius:12px;font:700 23px Georgia;color:var(--lime)}h1,h2,p{margin:0}h1{font-size:22px;letter-spacing:-.4px}h1 span{font-weight:400;color:#a9c5bc}.eyebrow{font-size:9px;letter-spacing:1.5px;color:#88a89d;margin-bottom:5px}.header-status{margin-left:auto;display:flex;align-items:center;gap:9px;font-size:12px;color:#b9cdc6}.header-status i{width:8px;height:8px;border-radius:50%;background:#82dba8;box-shadow:0 0 12px #82dba8}.header-status time{font:600 14px ui-monospace;margin-left:16px;color:#fff}main{padding:20px 24px;display:flex;flex-direction:column;gap:18px;flex:1;min-height:0}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metrics article{position:relative;background:var(--card);border:1px solid var(--line);border-radius:13px;padding:15px 18px;overflow:hidden}.metrics article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--green)}.metrics p{font-size:11px;text-transform:uppercase;letter-spacing:.9px;color:var(--muted)}.metrics strong{display:block;font-size:30px;margin:5px 0 1px}.metrics small{color:#8a9993}.workspace{display:grid;grid-template-columns:320px 1fr;min-height:500px;flex:1;background:var(--card);border:1px solid var(--line);border-radius:15px;overflow:hidden}aside{padding:19px;border-right:1px solid var(--line);overflow:auto}.panel-title{display:flex;align-items:center;justify-content:space-between}.panel-title h2{font-size:20px}.panel-title button{border:1px solid var(--line);background:#fff;border-radius:8px;width:34px;height:34px;font-size:19px;cursor:pointer}.filters{display:flex;gap:6px;margin:18px 0 13px}.filters button{border:0;border-radius:20px;padding:7px 11px;background:#edf1ee;color:#53625d;font-size:11px}.filters .active{background:var(--green);color:white}.event-list{display:flex;flex-direction:column;gap:9px}.event-item{padding:13px;border:1px solid var(--line);border-radius:11px;cursor:pointer;transition:.2s;background:#fff}.event-item:hover{border-color:#85a499;transform:translateY(-1px);box-shadow:0 5px 16px #132a2010}.event-item .row{display:flex;justify-content:space-between;gap:10px}.event-item strong{font-size:12px}.event-item .status{font-size:9px;letter-spacing:.5px;color:var(--green);background:#e6f3ed;border-radius:12px;padding:4px 7px}.event-item h3{font-size:14px;margin:10px 0 7px}.event-item small{color:var(--muted)}.loading{padding:30px 0;color:var(--muted);text-align:center}.map-shell{position:relative;min-height:500px}#map{position:absolute;inset:0;background:#dfe6df}.map-label,.legend{position:absolute;z-index:500;background:#10221dea;color:#fff;backdrop-filter:blur(10px);border:1px solid #ffffff24;border-radius:10px}.map-label{top:15px;left:15px;padding:10px 13px}.map-label span{display:block;font-size:9px;letter-spacing:1.2px;color:#9dc1b4}.map-label strong{display:block;font-size:12px;margin-top:3px}.legend{right:15px;bottom:20px;padding:10px 13px;display:flex;gap:14px;font-size:10px}.dot,.pulse{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px}.dot.event{background:var(--gold)}.dot.team{background:#276ee8}.pulse{background:#65dda0;box-shadow:0 0 0 4px #65dda02d}.event-pin,.team-pin{border-radius:50%;border:3px solid white;box-shadow:0 3px 10px #0005}.event-pin{background:var(--gold)}.team-pin{background:#276ee8}footer{display:flex;justify-content:space-between;padding:8px 25px;background:#e6ebe7;color:#6c7974;font-size:9px;letter-spacing:.5px}@media(max-width:800px){header{padding:0 14px}.header-status span{display:none}.metrics{grid-template-columns:repeat(2,1fr)}main{padding:12px}.workspace{grid-template-columns:1fr}.workspace aside{display:none}.map-shell{min-height:60vh}footer span:first-child{display:none}}
