:root,[data-theme=dark]{--bg: #16161B;--bg-card: #1E1E1E;--bg-hover: #26262C;--border-subtle: #2A2A30;--border: #34343C;--border-medium: #42424C;--text: #D1D5DB;--text-2: #9CA3AF;--text-muted: #6B7280;--text-3: #4B5563;--accent: #B0FF30;--accent-hover: #99E020;--accent-2: #B0FF30;--accent-fg: #16161B;--purple: #a78bfa;--purple-light: #2e1f5e;--warning: #fbbf24;--error-bg: #1c0a0a;--error-border: #ef4444;--error-text: #f87171}[data-theme=light]{--bg: #F2F2F7;--bg-card: #FFFFFF;--bg-hover: #E8E8EE;--border-subtle: #E0E0E8;--border: #C8C8D0;--border-medium: #AEAEB8;--text: #1C1C1E;--text-2: #3A3A40;--text-muted: #6B6B72;--text-3: #AEAEB8;--accent: #B0FF30;--accent-hover: #99E020;--accent-2: #5a9e00;--accent-fg: #16161B;--purple: #7c3aed;--purple-light: #ede9fe;--warning: #d97706;--error-bg: #fff1f0;--error-border: #ef4444;--error-text: #dc2626}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased}#root{height:100vh;display:flex;flex-direction:column}button{cursor:pointer;border:none;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;transition:opacity .15s}button:disabled{opacity:.5;cursor:not-allowed}button:not(:disabled):hover{opacity:.88}input,select,textarea{border:1.5px solid var(--border);border-radius:8px;padding:10px 14px;font-size:14px;width:100%;background:var(--bg-card);color:var(--text);transition:border-color .15s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--text)}.leaflet-control-attribution{background:color-mix(in srgb,var(--bg) 70%,transparent)!important;color:var(--text-muted)!important;font-size:9px!important;padding:1px 6px!important;opacity:.55;border-radius:4px 0 0}.leaflet-control-attribution a{color:var(--text-2)!important;text-decoration:none}
