:root{color-scheme:dark;--bg: #0b1220;--surface: #111a2b;--surface-2: #172236;--surface-3: #1e293b;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .16);--text: #e6ebf3;--muted: #94a3b8;--primary: #2563eb;--primary-d: #1d4ed8;--green: #16a34a;--red: #dc2626;--amber: #d97706;--info: #3b82f6;--r-sm: 8px;--r: 12px;--r-lg: 16px;--r-pill: 999px;--sh-1: 0 2px 8px rgba(0, 0, 0, .25);--sh-2: 0 6px 18px rgba(0, 0, 0, .4);--sh-3: 0 16px 40px rgba(0, 0, 0, .55);--tap: 44px;--header-h: 56px;--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:#60a5fa;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;border:none;border-radius:var(--r);padding:11px 16px;font-weight:600;font-size:14px;cursor:pointer;color:#fff;min-height:var(--tap);display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:filter .15s ease,transform .06s ease,opacity .15s ease,background .15s ease;-webkit-tap-highlight-color:transparent}button:hover{filter:brightness(1.08)}button:active{transform:translateY(1px)}button:disabled{opacity:.4;cursor:not-allowed;filter:none;transform:none}.btn-blue{background:var(--primary)}.btn-green{background:var(--green)}.btn-red{background:var(--red)}.btn-gray{background:#3a4760}.btn-amber{background:var(--amber)}.btn-ghost{background:var(--surface-2)}input,select,textarea{width:100%;padding:11px 12px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface-3);color:var(--text);font-size:14px;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}input::placeholder,textarea::placeholder{color:#6b7a90}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb40}label{font-size:13px;color:var(--muted);display:block;margin:8px 0 4px}:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}.card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);padding:14px}.badge{font-size:11px;padding:3px 8px;border-radius:var(--r-pill);font-weight:700;display:inline-block}.muted{color:var(--muted)}*{scrollbar-width:thin;scrollbar-color:#33415a transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{background:#33415a;border-radius:4px}*::-webkit-scrollbar-track{background:transparent}#toasts{position:fixed;top:calc(var(--header-h) + 12px);right:14px;z-index:9999;display:flex;flex-direction:column;gap:10px;max-width:min(360px,calc(100vw - 28px))}#toasts .toast{padding:12px 14px;border-radius:var(--r);background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--info);box-shadow:var(--sh-2);font-size:14px;line-height:1.45;animation:toastIn .22s cubic-bezier(.2,.8,.2,1)}#toasts .toast b{display:block;margin-bottom:2px}#toasts .toast.success{border-left-color:var(--green)}#toasts .toast.warning{border-left-color:var(--amber)}#toasts .toast.danger{border-left-color:var(--red)}@keyframes toastIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:none}}.leaflet-bar{border:none!important;box-shadow:var(--sh-2)!important;border-radius:10px!important;overflow:hidden}.leaflet-bar a{background:var(--bg)!important;color:#fff!important;border-bottom:1px solid var(--border)!important;width:36px;height:36px;line-height:36px}.leaflet-bar a:hover{background:#1c2c47!important}.leaflet-control-layers{background:var(--bg)!important;color:#fff!important;border:none!important;border-radius:10px!important;box-shadow:var(--sh-2)!important}.leaflet-control-layers-toggle{filter:invert(1)}.leaflet-control-layers-expanded{padding:10px 12px!important}.leaflet-control-attribution{background:#0b1220b3!important;color:var(--muted)!important;border-radius:6px 0 0}.leaflet-control-attribution a{color:#60a5fa!important}.leaflet-popup-content-wrapper{background:var(--surface)!important;color:var(--text)!important;border-radius:var(--r)!important;box-shadow:var(--sh-3)!important}.leaflet-popup-tip{background:var(--surface)!important}.leaflet-popup-content{font-size:14px;line-height:1.5}
