@layer base{*,:before,:after{box-sizing:border-box;margin:0;padding:0}}[hidden]{display:none!important}:root{--primary:#1e293b;--primary-hover:#0f172a;--white:#fff;--gray-50:#fafafa;--gray-100:#f4f4f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-900:#18181b;--s-vor:#dc2626;--s-ueb:#d97706;--s-ent:#16a34a;--shadow-sm:0 1px 3px #0000001f;--shadow-md:0 4px 16px #00000024;--shadow-lg:0 8px 32px #00000038;--radius:10px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--hh:62px}html,body{height:100%;font-family:var(--font);background:var(--gray-100);color:var(--gray-900);flex-direction:column;display:flex;overflow:hidden}.btn-coffee{color:#fff;white-space:nowrap;background:#ffffff1f;border:1.5px solid #ffffff47;border-radius:50px;flex-shrink:0;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.btn-coffee:hover{background:#ffffff38;border-color:#ffffff80}.leaflet-bar{-webkit-backdrop-filter:blur(10px);overflow:hidden;background:#ffffffe6!important;border:none!important;border-radius:16px!important;box-shadow:0 6px 18px #14141e29!important}[data-theme=dark] .leaflet-bar{background:#1e2430cc!important}.leaflet-bar a{transition:color .15s,background .15s;color:#141824!important;background:0 0!important;border-bottom:1px solid #e7e9ee!important;width:44px!important;height:40px!important;font-size:20px!important;line-height:40px!important}.leaflet-bar a:last-child{border-bottom:none!important}[data-theme=dark] .leaflet-bar a{color:#e8ecf3!important;border-bottom-color:#ffffff1a!important}.locate-control-btn,.map-style-control-btn{justify-content:center;align-items:center;display:flex!important}.locate-control-btn:hover,.map-style-control-btn:hover{background:#ff5a1f1a!important}.locate-control-btn.active{color:#fff!important;background:#ff5a1f!important}.locate-control-btn.active:hover{background:#e04d18!important}.modal{z-index:95;background:#fff;border-radius:26px;width:100%;max-width:500px;max-height:90vh;transition:transform .2s;position:relative;overflow-y:auto;transform:translateY(22px);box-shadow:0 -10px 34px #0a0c1438}[data-theme=dark] .modal{background:#171d2a}form{flex-direction:column;gap:15px;padding:18px 22px 22px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group>label:first-child{color:var(--gray-700);font-size:13px;font-weight:600}select,textarea{border:1.5px solid var(--gray-300);width:100%;font-family:var(--font);color:var(--gray-900);background:var(--white);resize:vertical;border-radius:8px;outline:none;padding:10px 13px;font-size:14px;transition:border-color .15s}select:focus,textarea:focus{border-color:var(--primary)}#report-form .form-group>label:first-child{color:var(--color-muted-panel)}#report-form textarea{background:var(--color-report-location);border-color:var(--color-divider);color:var(--color-ink);border-radius:14px;padding:12px 14px}[data-theme=dark] #report-form textarea{border-color:var(--color-divider-dark);color:var(--color-ink-dark);background:#ffffff0a}#report-form textarea:focus{border-color:var(--color-brand-orange);box-shadow:0 0 0 3px #ff5a1f26}.ui-select{width:100%;position:relative}.ui-select-btn{background:var(--color-report-location);border:1.5px solid var(--color-divider);width:100%;color:var(--color-ink);font-family:var(--font);text-align:left;cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;font-size:14.5px;transition:border-color .15s,box-shadow .15s;display:flex}.ui-select-btn:focus-visible{border-color:var(--color-brand-orange);outline:none;box-shadow:0 0 0 3px #ff5a1f26}.ui-select-btn:disabled{opacity:.55;cursor:not-allowed}.ui-select-placeholder{color:var(--color-muted)}.ui-select-chevron{color:var(--color-muted);flex-shrink:0;transition:transform .15s;display:flex}.ui-select-btn[aria-expanded=true] .ui-select-chevron{transform:rotate(180deg)}[data-theme=dark] .ui-select-btn{border-color:var(--color-divider-dark);color:var(--color-ink-dark);background:#ffffff0a}.ui-select-popup{z-index:40;background:var(--color-surface);border:1px solid var(--color-divider);box-shadow:var(--shadow-pride,0 6px 22px #14182829);border-radius:14px;max-height:260px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}[data-theme=dark] .ui-select-popup{background:var(--color-surface-dark);border-color:var(--color-divider-dark);box-shadow:0 10px 30px #00000080}.ui-select-option{color:var(--color-ink);cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:14px;display:flex}[data-theme=dark] .ui-select-option{color:var(--color-ink-dark)}.ui-select-option.active{background:color-mix(in srgb, var(--color-brand-orange) 12%, transparent)}.ui-select-option.selected{color:var(--color-brand-orange);font-weight:700}[data-theme=dark] .ui-select-option.selected{color:var(--color-brand-orange-light)}.ui-select-option.selected svg{color:inherit}.radio-group{flex-direction:column;gap:10px;display:flex}.radio-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.radio-card{border:1.5px solid var(--color-divider,#eef0f3);cursor:pointer;color:var(--color-ink,#141824);-webkit-user-select:none;user-select:none;border-radius:12px;align-items:center;gap:9px;padding:14px;font-size:14px;font-weight:700;transition:border-color .15s,background .15s;display:flex}[data-theme=dark] .radio-card{color:#e8ecf3;border-color:#ffffff1a}.radio-card input[type=radio]{display:none}.radio-card.checked{border-color:var(--c,#ff5a1f);background:color-mix(in srgb, var(--c,#ff5a1f) 14%, white)}.radio-card:has(input:checked){border-color:var(--c,#ff5a1f);background:color-mix(in srgb, var(--c,#ff5a1f) 14%, white)}[data-theme=dark] .radio-card.checked{background:color-mix(in srgb, var(--c,#ff5a1f) 18%, transparent)}[data-theme=dark] .radio-card:has(input:checked){background:color-mix(in srgb, var(--c,#ff5a1f) 18%, transparent)}.radio-dot{background:var(--c,#ff5a1f);border-radius:3px;flex-shrink:0;width:11px;height:11px;display:block}.file-drop-zone{border:1.5px dashed var(--color-divider,#d4d4d8);border-radius:var(--radius-control,16px);background:var(--color-report-location,#f6f7f9);transition:border-color .15s,background .15s;position:relative}[data-theme=dark] .file-drop-zone{border-color:var(--color-divider-dark,#ffffff1a);background:#ffffff08}.file-drop-zone:hover{border-color:var(--color-brand-orange,#ff5a1f);background:color-mix(in srgb, var(--color-brand-orange,#ff5a1f) 5%, var(--color-report-location,#f6f7f9))}[data-theme=dark] .file-drop-zone:hover{background:color-mix(in srgb, var(--color-brand-orange,#ff5a1f) 8%, transparent)}.file-drop-zone input[type=file]{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.file-drop-inner{flex-direction:column;align-items:center;gap:12px;padding:22px 16px;display:flex}.file-drop-icon{color:var(--color-brand-orange,#ff5a1f)}[data-theme=dark] .file-drop-icon{color:var(--color-brand-orange-light,#ff7a45)}.file-source-btns{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.file-source-btn{background:var(--color-surface,#fff);border:1.5px solid var(--color-divider,#d4d4d8);border-radius:var(--radius-button,14px);cursor:pointer;color:var(--color-ink,#141824);-webkit-user-select:none;user-select:none;align-items:center;gap:7px;padding:9px 18px;font-size:13.5px;font-weight:700;transition:border-color .15s,color .15s;display:inline-flex;position:relative}[data-theme=dark] .file-source-btn{background:var(--color-surface-dark,#171d2a);border-color:var(--color-divider-dark,#ffffff1a);color:var(--color-ink-dark,#e8ecf3)}.file-source-btn:hover{border-color:var(--color-brand-orange,#ff5a1f);color:var(--color-brand-orange,#ff5a1f)}[data-theme=dark] .file-source-btn:hover{color:var(--color-brand-orange-light,#ff7a45)}.file-drop-sub{color:var(--color-muted-panel,#7a8496);font-size:11px}.image-preview{border-radius:var(--radius-control,16px);background:var(--gray-100);margin-top:8px;position:relative;overflow:hidden}.btn-remove-img{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;transition:background .15s;display:flex;position:absolute;top:8px;right:8px}.btn-remove-img:hover{background:#000c}#report-form .consent-group{border-top-color:var(--color-divider,#e4e4e7)}[data-theme=dark] #report-form .consent-group{border-top-color:var(--color-divider-dark,#ffffff1a)}.consent-group{border-top:1.5px solid var(--gray-200);gap:8px;padding-top:12px}#report-form .consent-label{color:var(--color-muted-panel,#7a8496)}.consent-label{color:var(--gray-700);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:flex-start;gap:10px;font-size:12px;line-height:1.45;display:flex}.consent-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex-shrink:0;margin-top:2px}#report-form .consent-label input[type=checkbox]{accent-color:var(--color-brand-orange,#ff5a1f)}.consent-label input[type=checkbox]:user-invalid{border-radius:3px;outline:2px solid #c00}.form-actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.btn{font-family:var(--font);cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .15s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{background:var(--gray-100);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-200)}.leaflet-backdrop-pane{filter:blur(2px)}#map.placing{cursor:crosshair!important}.leaflet-bottom.leaflet-right{bottom:100px!important;right:16px!important}body.ticker-visible .leaflet-bottom.leaflet-right,body.ticker-visible button[aria-label=Info]{bottom:144px!important}.leaflet-bottom.leaflet-right .leaflet-control{margin-right:0!important}.leaflet-control-attribution.attr-collapsible{z-index:20;cursor:pointer;background:#ffffffd1;border-radius:6px 0 0;position:fixed!important;bottom:0!important;right:0!important}[data-theme=dark] .leaflet-control-attribution.attr-collapsible{background:#181d28d1}.leaflet-control-attribution.attr-collapsible:not(.attr-open){padding:0!important;font-size:0!important}.leaflet-control-attribution.attr-collapsible:not(.attr-open):before{content:"ⓘ";color:#555;padding:3px 6px;font-size:14px;line-height:1;display:block}[data-theme=dark] .leaflet-control-attribution.attr-collapsible:not(.attr-open):before{color:#aab2c0}.leaflet-control-attribution.attr-collapsible.attr-open{padding:0 6px!important;font-size:11px!important}@media (min-width:768px){.leaflet-bottom.leaflet-right{bottom:112px!important;right:32px!important}}.field-error{color:#c00;margin-top:2px;font-size:.85em;display:block}.flag-modal .ui-select-popup{max-height:180px}.flag-modal .ui-select-option{padding:8px 10px;font-size:13px}
.btn-dark-toggle{color:#fff;cursor:pointer;background:#ffffff1f;border:1.5px solid #ffffff59;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;padding:4px 9px;font-size:14px;line-height:1;transition:background .15s,border-color .15s;display:inline-flex}.btn-dark-toggle:hover{background:#ffffff40;border-color:#fff9}[data-theme=dark]{--white:#1e293b;--gray-50:#0f172a;--gray-100:#1a2332;--gray-200:#1e293b;--gray-300:#334155;--gray-500:#94a3b8;--gray-700:#cbd5e1;--gray-900:#f1f5f9;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 16px #0009;--shadow-lg:0 8px 32px #000000b3}[data-theme=dark] body{background:var(--color-app-bg-dark,#0f131c);color:#f1f5f9}[data-theme=dark] .feed-title{color:#f1f5f9}[data-theme=dark] .feed-sub{color:#94a3b8}[data-theme=dark] .feed-time,[data-theme=dark] .feed-desc,[data-theme=dark] .feed-count,[data-theme=dark] .feed-empty{color:#64748b}[data-theme=dark] .spinner{border-color:#93c5fd #334155 #334155}[data-theme=dark] .btn-primary{color:#fff;background:#3b82f6}[data-theme=dark] .btn-primary:hover{background:#2563eb}[data-theme=dark] .btn-primary:disabled{opacity:.45;background:#3b82f6}[data-theme=dark] .btn-secondary{color:#e2e8f0;background:#334155}[data-theme=dark] .btn-secondary:hover{background:#475569}[data-theme=dark] .consent-group{border-top-color:#334155}[data-theme=dark] .consent-label{color:#94a3b8}[data-theme=dark] .file-source-btn{color:#e2e8f0;background:#0f172a;border-color:#334155}[data-theme=dark] .file-source-btn:hover{color:#60a5fa;border-color:#60a5fa}[data-theme=dark] .form-field input,[data-theme=dark] .form-field textarea,[data-theme=dark] .form-field select{color:#f1f5f9;background:#1e293b;border-color:#334155}[data-theme=dark] .form-field label{color:#94a3b8}[data-theme=dark] .form-hint{color:#64748b}[data-theme=dark] .msg-ok{color:#86efac;background:#16a34a1f;border-color:#16a34a4d}[data-theme=dark] .msg-err{color:#fca5a5;background:#be123c1f;border-color:#be123c4d}[data-theme=dark] .placeholder-note{color:#fde68a;background:#ca8a041f;border-color:#ca8a044d}[data-theme=dark] .placeholder-field{color:#94a3b8;background:#1e293b;border-color:#334155}[data-theme=dark] footer{color:#fff6;background:#0f172a;border-top:1px solid #334155}[data-theme=dark] footer a{color:#fff9}
