:root{--map-width: 980px;--map-height: 620px;--app-bar-height: 40px;--border-radius: 5px;--spacing: .25rem;--spacing2: calc(var(--spacing) * 2);--spacing3: calc(var(--spacing) * 3);--spacing4: calc(var(--spacing) * 4);--spacing5: calc(var(--spacing) * 5);--spacing6: calc(var(--spacing) * 6);--color-bg: #f8fafc;--color-bg-elevated: #ffffff;--color-bg-hover: #f1f5f9;--color-bg-muted: #f8fafc;--color-text: #0f172a;--color-text-secondary: #334155;--color-text-muted: #64748b;--color-text-faint: #94a3b8;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-accent: #3b82f6;--color-accent-hover: #2563eb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-text);background-color:var(--color-bg)}*{box-sizing:border-box}.u-flex{display:flex}.u-inline-flex{display:inline-flex}.u-flex-col{flex-direction:column}.u-flex-1{flex:1}.u-items-center{align-items:center}.u-items-baseline{align-items:baseline}.u-justify-center{justify-content:center}.u-justify-between{justify-content:space-between}.u-text-muted{color:var(--color-text-muted)}.u-text-secondary{color:var(--color-text-secondary)}.u-text-sm{font-size:.875rem}.u-text-xs{font-size:.75rem}.u-font-medium{font-weight:500}.u-font-bold{font-weight:700}.u-tabular-nums{font-variant-numeric:tabular-nums}.u-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body,html,#root{margin:0;height:100vh}body{background:var(--color-bg)}a,.link{color:var(--color-accent);text-decoration:none}a:hover,.link:hover{text-decoration:underline}
