:root{--bg-color: #f3f4f6;--sidebar-bg: #ffffff;--text-main: #1f2937;--text-muted: #6b7280;--border-color: #e5e7eb;--color-gefahr: #fee2e2;--color-gefahr-border: #ef4444;--color-stau: #ffedd5;--color-stau-border: #f97316;--color-baustelle: #f3f4f6;--color-baustelle-border: #9ca3af;--color-blitzer: #fef08a;--color-blitzer-border: #eab308}html.dark{--bg-color: #171717;--sidebar-bg: #262626;--text-main: #fafafa;--text-muted: #a3a3a3;--border-color: #525252;--accent: #22c55e;--accent-hover: #16a34a;--color-gefahr: #991b1b;--color-gefahr-border: #ef4444;--color-stau: #9a3412;--color-stau-border: #f97316;--color-baustelle: #374151;--color-baustelle-border: #6b7280;--color-blitzer: #713f12;--color-blitzer-border: #eab308}html.dark{scrollbar-width:thin;scrollbar-color:#525252 #262626}html.dark ::-webkit-scrollbar{width:10px;height:10px}html.dark ::-webkit-scrollbar-track{background:#262626}html.dark ::-webkit-scrollbar-thumb{background:#525252;border-radius:5px}html.dark ::-webkit-scrollbar-thumb:hover{background:#737373}html.dark .login-logo,html.dark .topbar-logo{filter:invert(1) brightness(1.1)}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Segoe UI,sans-serif}html{transition:background-color .25s ease,color .25s ease}body,html,#app{height:100vh;width:100vw;overflow:hidden;background-color:var(--bg-color);color:var(--text-main)}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fafafa,#e2e8f0);position:relative}.login-dark-toggle{position:absolute;top:20px;right:20px;width:44px;height:44px;border:1px solid #d4d4d4;background:#ffffffe6;border-radius:12px;color:#737373;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s}.login-dark-toggle:hover{background:#fff;color:#262626}.login-box{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 8px 32px #0000001f;width:100%;max-width:340px}.login-logo{height:48px;width:auto;margin-bottom:1rem;display:block}.login-box h1{font-size:1.5rem;color:#262626;margin-bottom:.25rem}.login-subtitle{font-size:.9rem;color:#737373;margin-bottom:1.5rem}.login-form{display:flex;flex-direction:column;gap:.75rem}.login-input{padding:.75rem 1rem;border:1px solid #d4d4d4;border-radius:8px;font-size:1rem}.login-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.login-error{color:#dc2626;font-size:.85rem;margin:0}.login-btn{padding:.75rem 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem}.login-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.app-wrapper{display:flex;flex-direction:column;height:100vh}.topbar{background:linear-gradient(135deg,#fafafa,#e2e8f0);color:#262626;padding:8px 16px;display:flex;justify-content:space-between;align-items:center;gap:20px;box-shadow:0 2px 8px #00000014;z-index:2000;flex-wrap:wrap}.topbar-left{display:flex;align-items:center;gap:16px}.topbar-logo{height:36px;width:auto;object-fit:contain;flex-shrink:0}.topbar-buttons{display:flex;gap:4px}.tb-btn{width:36px;height:36px;background:#fffc;border:1px solid #d4d4d4;border-radius:8px;color:#525252;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.tb-btn:hover{background:#fff;color:#262626;transform:scale(1.05);box-shadow:0 2px 5px #0000001a}.tb-icon{font-size:1.1rem}.tb-status{font-size:.7rem;color:#737373;min-width:140px;display:inline-block}.topbar-center{flex:1;display:flex;justify-content:center;min-width:200px}.status-bar{flex-shrink:0;display:flex;align-items:center;min-height:22px;max-height:22px;padding:0 12px;background:#e5e7eb;border-top:1px solid #d1d5db;font-size:11px;color:#4b5563;overflow:hidden}.status-bar{justify-content:space-between}.status-bar-left{flex:1;min-width:100px;overflow:hidden}.status-bar-right{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:12px;min-width:0}.status-connection,.status-admin,.status-cron{display:inline-flex;align-items:center;font-size:12px}.status-cron{font-variant-numeric:tabular-nums;color:#6b7280;white-space:nowrap}.status-cron-text{margin-left:4px}.status-app{font-size:11px;color:#6b7280;font-variant-numeric:tabular-nums}.status-bar .status-item{display:inline-flex;align-items:center;gap:6px;min-width:0;font-size:11px}.status-item .status-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-item i{font-size:10px;opacity:.9}.status-item.status-error{color:#dc2626}.status-item.status-success{color:#16a34a}.status-time{font-variant-numeric:tabular-nums;opacity:.85}.topbar-right{display:flex;align-items:center;gap:10px}.filter-pills{display:flex;gap:6px;flex-wrap:wrap}.filter-pill{padding:6px 12px;border-radius:6px;border:1px solid #d4d4d4;background:#fffc;color:#525252;font-size:.8rem;cursor:pointer;transition:all .2s}.filter-pill:hover{background:#fff;color:#262626}.filter-pill.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.filter-pill.filter-pill-icon{padding:4px 8px}.filter-pill-img{width:22px;height:22px;display:block;object-fit:contain}.region-btn{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#fffc;border:1px solid #d4d4d4;border-radius:8px;color:#525252;font-size:.9rem;cursor:pointer;transition:all .2s}.region-btn:hover{background:#fff;color:#262626}.region-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.region-label-readonly{display:flex;align-items:center;gap:8px;padding:8px 14px;font-size:.9rem;color:var(--text-muted);cursor:default}.tb-btn-newmsg{width:auto!important;min-width:120px;padding:0 16px;font-size:.85rem;gap:8px;background:#10b981!important;color:#fff!important}.tb-btn-newmsg:hover{background:#059669!important}.tb-btn-newmsg i{font-size:1rem;flex-shrink:0}.tb-btn-newmsg span{white-space:nowrap}.tb-btn-lesemodus{width:auto!important;min-width:120px;padding:0 16px;font-size:.85rem;gap:8px;flex-shrink:0}.tb-btn-lesemodus i{font-size:1rem;flex-shrink:0}.tb-btn-lesemodus span{white-space:nowrap}.tb-btn-admin{width:auto!important;min-width:80px;padding:0 12px;gap:6px}.tb-btn-admin i{font-size:1rem;flex-shrink:0}.tb-btn-admin span{white-space:nowrap}.tb-btn-tts{width:auto!important;min-width:120px;padding:0 12px;gap:6px;background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;color:#fff!important;border-color:#6d28d9!important}.tb-btn-tts:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)!important}.tb-btn-tts i{font-size:1rem;flex-shrink:0}.tb-btn-tts span{white-space:nowrap}.tb-btn-tts-ftp{width:auto!important;min-width:60px;padding:0 10px;gap:4px;background:linear-gradient(135deg,#a78bfa,#8b5cf6)!important;color:#fff!important;border-color:#7c3aed!important}.tb-btn-tts-ftp:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important}.tb-btn-tts-ftp i{font-size:1rem;flex-shrink:0}.tb-btn-tts-ftp span{white-space:nowrap}.lesemodus-overlay{position:fixed;inset:0;z-index:4000;background:#f8fafc;display:flex;flex-direction:column;transition:background .2s}.lesemodus-size-small .lesemodus-content{font-size:1rem}.lesemodus-size-small .lesemodus-card-text,.lesemodus-size-normal .lesemodus-content{font-size:1.1rem}.lesemodus-size-normal .lesemodus-card-text{font-size:1.35rem}.lesemodus-size-large .lesemodus-content{font-size:1.2rem}.lesemodus-size-large .lesemodus-card-text{font-size:1.5rem}.lesemodus-size-xlarge .lesemodus-content{font-size:1.35rem}.lesemodus-size-xlarge .lesemodus-card-text{font-size:1.8rem}.lesemodus-size-xlarge .lesemodus-section-header{font-size:1.1rem;padding:12px 18px}.lesemodus-design-contrast.lesemodus-overlay,.lesemodus-design-contrast .lesemodus-content{background:#fff}.lesemodus-design-contrast .lesemodus-card{background:#fff;border:2px solid #262626;color:#171717;box-shadow:0 2px 6px #00000026}.lesemodus-design-contrast .lesemodus-card-text{color:#171717;font-weight:500}.lesemodus-design-contrast .lesemodus-section-header{background:#171717;color:#fff;font-weight:800}.lesemodus-design-contrast .lesemodus-greeting{background:#dbeafe;border:2px solid #1d4ed8;color:#1e3a8a}.lesemodus-design-contrast .lesemodus-end{background:#fef3c7;border:2px solid #d97706;color:#92400e}.lesemodus-design-contrast .lesemodus-blitzer{background:#fefce8;border:2px solid #ca8a04;color:#713f12}.lesemodus-design-contrast .lesemodus-card.type-Gefahr,.lesemodus-design-contrast .lesemodus-card.type-Geisterfahrer,.lesemodus-design-contrast .lesemodus-card.type-Unfall{border-color:#b91c1c;background:#fecaca;color:#7f1d1d}.lesemodus-design-contrast .lesemodus-card.type-Stau,.lesemodus-design-contrast .lesemodus-card.type-Verkehrsbehinderung{border-color:#c2410c;background:#fed7aa;color:#7c2d12}.lesemodus-design-contrast .lesemodus-card.type-Baustelle{border-color:#374151;background:#e5e7eb;color:#1f2937}.lesemodus-design-dark.lesemodus-overlay,.lesemodus-design-dark .lesemodus-content{background:#262626}.lesemodus-design-dark .lesemodus-card{background:#404040;border:1px solid #525252;color:#fafafa;box-shadow:0 2px 8px #0000004d}.lesemodus-design-dark .lesemodus-card-text{color:#fafafa}.lesemodus-design-dark .lesemodus-card-meta{color:#a3a3a3}.lesemodus-design-dark .lesemodus-section-header{background:#171717;color:#f8fafc}.lesemodus-design-dark .lesemodus-greeting{background:#1e3a8a;border-color:#3b82f6;color:#bfdbfe}.lesemodus-design-dark .lesemodus-end{background:#78350f;border-color:#f59e0b;color:#fef3c7}.lesemodus-design-dark .lesemodus-blitzer{background:#422006;border-color:#eab308;color:#fef9c3}.lesemodus-design-dark .lesemodus-card.type-Gefahr,.lesemodus-design-dark .lesemodus-card.type-Geisterfahrer,.lesemodus-design-dark .lesemodus-card.type-Unfall{background:#7f1d1d;border-color:#ef4444;color:#fecaca}.lesemodus-design-dark .lesemodus-card.type-Stau,.lesemodus-design-dark .lesemodus-card.type-Verkehrsbehinderung{background:#7c2d12;border-color:#f97316;color:#fed7aa}.lesemodus-design-dark .lesemodus-card.type-Baustelle{background:#374151;border-color:#6b7280;color:#e5e7eb}.lesemodus-design-dark .lesemodus-empty{color:#737373}.lesemodus-bar{background:#404040;color:#fff;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-shrink:0;flex-wrap:wrap}.lesemodus-bar-left,.lesemodus-bar-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lesemodus-bar-center{display:flex;align-items:center;gap:16px}.lesemodus-feedback{font-size:.85rem;color:#86efac}.lesemodus-lesezeit{font-size:.9rem;color:#d4d4d4}.lesemodus-filter-label,.lesemodus-hide-label{font-size:.85rem}.lesemodus-select{margin:0 4px;padding:4px 8px;border-radius:4px;background:#262626;color:#fff;border:1px solid #525252}.lesemodus-timer{background:#fff;color:#262626;padding:6px 16px;border-radius:6px;font-weight:600;font-variant-numeric:tabular-nums}.lesemodus-btn{width:36px;height:36px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.lesemodus-btn:hover{background:#ffffff40}.lesemodus-close{background:#ef44444d;border-color:#ef444480}.lesemodus-close:hover{background:#ef444480}.lesemodus-hide-label{display:flex;align-items:center;gap:8px;font-size:.9rem;cursor:pointer}.lesemodus-hide-label input{accent-color:#3b82f6}.lesemodus-main{flex:1;display:flex;align-items:stretch;min-height:0}.lesemodus-content{flex:1;overflow-y:auto;padding:24px;max-width:900px;margin:0 auto;width:100%}.lesemodus-nav{display:flex;flex-direction:column;gap:12px;padding:24px 20px;background:#0000000d;border-left:1px solid rgba(0,0,0,.08);align-items:center;justify-content:center}.lesemodus-design-dark .lesemodus-nav{background:#0003;border-left-color:#ffffff1a}.lesemodus-design-contrast .lesemodus-nav{background:#e5e7eb;border-left-color:#525252}.lesemodus-nav-btn{width:56px;height:56px;border-radius:12px;border:2px solid rgba(255,255,255,.3);background:#fff3;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .2s}.lesemodus-nav-btn:hover:not(:disabled){background:#ffffff59;transform:scale(1.05)}.lesemodus-nav-btn:disabled{opacity:.4;cursor:not-allowed}.lesemodus-design-dark .lesemodus-nav-btn{border-color:#fff3;background:#ffffff1a}.lesemodus-design-dark .lesemodus-nav-btn:hover:not(:disabled){background:#fff3}.lesemodus-design-contrast .lesemodus-nav-btn{border-color:#525252;background:#404040;color:#fff}.lesemodus-design-contrast .lesemodus-nav-btn:hover:not(:disabled){background:#525252}.lesemodus-card-current .lesemodus-card-text{font-size:1.4em;font-weight:600}.lesemodus-size-large .lesemodus-card-current .lesemodus-card-text{font-size:1.35em}.lesemodus-size-xlarge .lesemodus-card-current .lesemodus-card-text{font-size:1.3em}.lesemodus-section-header{background:#525252;color:#fff;padding:10px 16px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:20px 0 12px}.lesemodus-section-header:first-of-type{margin-top:0}.lesemodus-card{background:#fff;padding:16px 20px;margin-bottom:12px;border-radius:8px;box-shadow:0 1px 3px #00000014;border-left:4px solid #a3a3a3}.lesemodus-greeting{background:#e0f2fe;border-left-color:#0ea5e9}.lesemodus-end{background:#fef3c7;border-left-color:#f59e0b}.lesemodus-blitzer{background:#fefce8;border-left-color:#eab308}.lesemodus-card.type-Gefahr,.lesemodus-card.type-Geisterfahrer,.lesemodus-card.type-Unfall{border-left-color:var(--color-gefahr-border);background:var(--color-gefahr)}.lesemodus-card.type-Stau,.lesemodus-card.type-Verkehrsbehinderung{border-left-color:var(--color-stau-border);background:var(--color-stau)}.lesemodus-card.type-Baustelle{border-left-color:var(--color-baustelle-border);background:var(--color-baustelle)}.lesemodus-card-text{font-size:1.15rem;line-height:1.6;margin-bottom:8px}.lesemodus-card-meta{font-size:.8rem;color:#737373}.lesemodus-empty{color:#a3a3a3;font-size:.9rem;padding:12px 0}.formulation-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.formulation-input{flex:1;padding:6px 10px;border:1px solid var(--border-color);border-radius:6px;font-size:.9rem}.formulation-arrow{color:var(--text-muted);font-size:1rem}@media print{.lesemodus-bar{display:none!important}}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:420px;width:90%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:16px 20px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.1rem;margin:0}.modal-close{width:32px;height:32px;border:none;background:#fafafa;border-radius:6px;font-size:1.2rem;cursor:pointer;color:#737373}.modal-close:hover{background:#e2e8f0;color:#262626}.modal-body{padding:20px;overflow-y:auto}.region-actions{margin-bottom:16px;display:flex;gap:12px}.btn-link{background:none;border:none;color:#3b82f6;font-size:.85rem;cursor:pointer;text-decoration:underline}.btn-link:hover{color:#2563eb}.region-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.region-check{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .2s}.region-check:hover{background:#f8fafc}.region-check input{accent-color:#3b82f6}.modal-footer{padding:16px 20px;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:10px}.modal-admin{max-width:520px;min-height:380px;max-height:85vh}.modal-admin .modal-header h2{display:flex;align-items:center;gap:8px}.modal-admin .modal-body{flex:1;min-height:220px;overflow-y:auto}.admin-desc{font-size:.9rem;color:var(--text-muted);margin:0 0 16px}.admin-error{color:#dc2626;font-size:.9rem;margin:0 0 12px}.admin-loading{padding:48px 24px;text-align:center;color:var(--text-muted);min-height:120px;display:flex;align-items:center;justify-content:center}.admin-user-list{display:flex;flex-direction:column;gap:8px}.admin-user-row{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border:1px solid var(--border-color);border-radius:8px;background:#fafafa}.admin-user-info{display:flex;flex-direction:column;gap:2px}.admin-username{font-weight:600;font-size:.95rem}.admin-user-meta{font-size:.8rem;color:var(--text-muted)}.admin-user-toggles{display:flex;gap:16px;align-items:center}.admin-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:.85rem}.admin-toggle input{accent-color:#3b82f6}.admin-toggle-label{color:var(--text-muted)}.admin-toggle input:checked+.admin-toggle-label{color:#16a34a;font-weight:500}.modal-template{max-width:480px}.modal-template-header{padding:16px 20px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.modal-template-header h3{font-size:1.1rem;margin:0}.modal-template-body{padding:16px 20px;overflow-y:auto;max-height:60vh}.modal-template-desc{font-size:.85rem;color:var(--text-muted);margin:0 0 12px}.template-list{display:flex;flex-direction:column;gap:6px}.template-list-item{display:block;width:100%;padding:10px 14px;text-align:left;border:1px solid var(--border-color);border-radius:8px;background:#fff;font-size:.9rem;cursor:pointer;transition:border-color .15s,background .15s}.template-list-item:hover{border-color:var(--accent);background:#3b82f60f}.modal-template-footer{padding:12px 20px;border-top:1px solid var(--border-color)}.btn-primary{background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#fafafa;color:#525252;border:none;padding:10px 20px;border-radius:8px;cursor:pointer}.btn-secondary:hover{background:#e2e8f0}.main-content{display:flex;flex:1;overflow:hidden;min-height:0}.sidebar{width:400px;min-width:320px;background-color:var(--sidebar-bg);border-right:1px solid var(--border-color);display:flex;flex-direction:column;z-index:1000;box-shadow:4px 0 10px #00000008;overflow:hidden}.modal-newmsg{max-width:520px;max-height:90vh}.modal-newmsg-header{padding:16px 20px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.modal-newmsg-header h2{font-size:1.1rem;margin:0}.modal-newmsg-body{padding:20px;overflow-y:auto;max-height:calc(90vh - 60px)}.modal-newmsg-body .input-section-desc{margin-top:0}.input-section h3{font-size:.9rem;color:var(--text-muted);margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.form-group{margin-bottom:10px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:8px;border:1px solid var(--border-color);border-radius:6px;font-size:.9rem}.form-actions{display:flex;justify-content:flex-end;gap:10px}.btn-save{background-color:#10b981;color:#fff;border:none;padding:8px 15px;border-radius:6px;cursor:pointer;font-weight:700}.btn-save:hover{background-color:#059669}.btn-save:disabled{opacity:.7;cursor:not-allowed}.input-section-desc{font-size:.8rem;color:var(--text-muted);margin:-4px 0 12px;line-height:1.3}.input-section .form-group label{display:block;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:4px}.new-msg-select,.new-msg-input,.new-msg-textarea{width:100%;padding:8px 10px;border:1px solid var(--border-color);border-radius:6px;font-size:.9rem}.msg-type-buttons{display:flex;flex-wrap:wrap;gap:8px}.msg-type-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 10px;min-width:56px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-secondary);cursor:pointer;font-size:.75rem;color:var(--text-main);transition:border-color .15s,background .15s}.msg-type-btn:hover{border-color:var(--accent);background:#3b82f614}.msg-type-btn.active{border-color:var(--accent);background:#3b82f626}.msg-type-icon{width:24px;height:24px;object-fit:contain}.msg-type-label{white-space:nowrap}.new-msg-street-wrap{position:relative}.street-suggestions{position:absolute;top:100%;left:0;right:0;z-index:100;background:#fff;border:1px solid var(--border-color);border-radius:6px;box-shadow:0 4px 12px #00000026;max-height:200px;overflow-y:auto}.street-suggestion-item{display:block;width:100%;padding:8px 12px;text-align:left;border:none;background:none;cursor:pointer;font-size:.9rem;transition:background .15s}.street-suggestion-item:hover{background:#fafafa}.echtzeit-section{margin-top:16px;padding-top:12px;border-top:1px solid var(--border-color)}.echtzeit-label{display:flex;align-items:center;gap:6px}.echtzeit-desc{font-size:.8rem;color:var(--text-muted);margin:2px 0 10px;line-height:1.3}.echtzeit-inputs{display:flex;align-items:center;gap:8px;margin-bottom:8px}.echtzeit-input{flex:1}.echtzeit-arrow{color:var(--text-muted);font-size:.9rem}.btn-echtzeit{padding:8px 14px;font-size:.85rem;background:#0ea5e9;color:#fff;border:none;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.btn-echtzeit:hover:not(:disabled){background:#0284c7}.btn-echtzeit:disabled{opacity:.7;cursor:not-allowed}.echtzeit-error{color:#dc2626;font-size:.85rem;margin:8px 0 0}.echtzeit-result{font-size:.9rem;margin:8px 0 0;color:var(--text-main)}.echtzeit-result strong{color:#0ea5e9}.new-msg-template-row{margin-bottom:6px}.btn-template{font-size:.8rem;padding:4px 0}.new-msg-error{color:#dc2626;font-size:.85rem;margin:8px 0 0}.list-section{flex:1;min-width:280px;overflow-y:auto;padding:15px}.browser-section{border-left:none}.browser-header{font-size:.9rem;color:var(--text-main);margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}.browser-desc{font-size:.8rem;color:var(--text-muted);margin:0 0 12px;line-height:1.3}.browser-region{margin-bottom:12px}.browser-select{width:100%;padding:8px 10px;border:1px solid var(--border-color);border-radius:6px;font-size:.9rem;background:#fff}.browser-region-badge{display:inline-block;font-size:.7rem;color:#737373;background:#fafafa;padding:2px 6px;border-radius:4px;margin-bottom:4px}.browser-card-actions{flex-shrink:0;display:flex;align-items:center;gap:6px}.browser-card .btn-browser-info,.browser-card .btn-add-to-moderator{width:28px;height:28px;font-size:.9rem}.btn-add-to-moderator{background:#dcfce7;color:#16a34a}.btn-add-to-moderator:hover{background:#bbf7d0;color:#15803d}.browser-in-sendung{color:#16a34a;font-size:.9rem;padding:0 4px}.empty-state{padding:12px;color:var(--text-muted);font-size:.9rem;text-align:center}.freie-fahrt-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:28px 20px;margin:12px 0;border-radius:12px;text-align:center;border:1px dashed var(--border-color);background:linear-gradient(135deg,#22c55e14,#22c55e05)}.freie-fahrt-box i{font-size:2rem;color:#16a34a;opacity:.9}.freie-fahrt-title{font-size:1rem;font-weight:600;color:var(--text-main)}.freie-fahrt-sub{font-size:1.1rem;font-weight:700;color:#16a34a;letter-spacing:.5px}.freie-fahrt-blitzer i{color:#ca8a04}.freie-fahrt-blitzer{background:linear-gradient(135deg,#eab30814,#eab30805)}.freie-fahrt-blitzer .freie-fahrt-sub{color:#ca8a04}.message-card{border-left:4px solid #ccc;border-radius:6px;padding:12px;margin-bottom:12px;cursor:pointer;box-shadow:0 1px 3px #0000000d;transition:all .2s;display:flex;align-items:flex-start;gap:8px}.message-card:hover{transform:translate(2px);box-shadow:0 2px 5px #0000001a}.message-card-content{flex:1;min-width:0}.browser-card .message-card-content{display:grid;grid-template-columns:28px 1fr;gap:6px 10px;align-items:start}.browser-card .card-traffic-icon{grid-column:1;grid-row:1 / -1;align-self:start}.browser-card .card-badges,.browser-card .message-card-content>h4,.browser-card .message-card-content>p,.browser-card .meta-info{grid-column:2;flex-wrap:nowrap;gap:10px}.browser-card .meta-info>*{white-space:nowrap}.card-badges{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px}.category-badge{display:inline-block;font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:4px}.category-badge.type-Gefahr,.category-badge.type-Geisterfahrer,.category-badge.type-Unfall{background:#fee2e2;color:#b91c1c}.category-badge.type-Stau,.category-badge.type-Verkehrsbehinderung{background:#ffedd5;color:#c2410c}.category-badge.type-Blitzer{background:#fef08a;color:#713f12}.category-badge.type-Baustelle,.category-badge.type-Sperre{background:#e5e7eb;color:#374151}.category-badge.type-Schneekette{background:#e0f2fe;color:#0369a1}.detail-category-badge{display:inline-block;margin-bottom:6px}.broadcast-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;padding:2px 6px;font-size:.75rem;color:#16a34a;background:#16a34a26;border-radius:4px}.broadcast-badge i{font-size:.85em}.excluded-badge{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:.75rem;font-weight:500;color:#b45309;background:#f59e0b33;border-radius:6px}.excluded-badge i{font-size:.85em}.enddate-badge{display:inline-flex;align-items:center;gap:4px;margin-left:6px;padding:2px 8px;font-size:.72rem;color:#6366f1;background:#6366f11f;border-radius:6px;font-weight:500}.enddate-badge i{font-size:.85em}.enddate-soon{color:#ea580c;background:#ea580c1f;animation:pulse-enddate 2s ease-in-out infinite}.enddate-expired{color:#dc2626;background:#dc26261f}@keyframes pulse-enddate{0%,to{opacity:1}50%{opacity:.6}}.enddate-edit-row{display:flex;align-items:center;gap:8px}.enddate-input{flex:1;padding:6px 10px;border:1px solid var(--border-color);border-radius:6px;font-size:.9rem;background:var(--bg-main);color:var(--text-main)}.btn-clear-enddate{color:#dc2626;font-size:1rem}.detail-card-excluded{border-left-width:4px;border-left-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#f59e0b14 50%)}.card-traffic-icon{width:28px;height:28px;flex-shrink:0;object-fit:contain}.btn-delete{flex-shrink:0;width:24px;height:24px;border:none;background:#fee2e2;color:#b91c1c;border-radius:4px;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;opacity:.7}.btn-delete:hover{opacity:1;background:#fecaca}.btn-cleanup{background:#dc2626;color:#fff}.btn-cleanup:hover{background:#b91c1c}.type-Gefahr,.type-Geisterfahrer,.type-Unfall{background-color:var(--color-gefahr);border-left-color:var(--color-gefahr-border)}.type-Stau,.type-Verkehrsbehinderung{background-color:var(--color-stau);border-left-color:var(--color-stau-border)}.type-Baustelle,.type-Sperre{background-color:var(--color-baustelle);border-left-color:var(--color-baustelle-border)}.type-Blitzer{background-color:var(--color-blitzer);border-left-color:var(--color-blitzer-border)}.message-card h4{font-size:.95rem;margin-bottom:4px}.detail-card.type-Gefahr,.detail-card.type-Geisterfahrer,.detail-card.type-Unfall{border-left-color:var(--color-gefahr-border)}.detail-card.type-Stau,.detail-card.type-Verkehrsbehinderung{border-left-color:var(--color-stau-border)}.detail-card.type-Baustelle,.detail-card.type-Sperre{border-left-color:var(--color-baustelle-border)}.detail-card.type-Blitzer{border-left-color:var(--color-blitzer-border)}.message-card p{font-size:.85rem;color:#4b5563;line-height:1.3}.meta-info{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;font-size:.75rem;color:var(--text-muted);border-top:1px solid rgba(0,0,0,.05);padding-top:6px}.meta-info i{margin-right:2px;opacity:.8}.meta-info a{color:#2563eb;text-decoration:none}.meta-info a:hover{text-decoration:underline}.right-panel{flex:1;overflow-y:auto;background:#f8fafc;padding:20px;min-width:0;position:relative}.right-panel:before{content:"VKS";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:5rem;font-weight:800;color:#64748b26;pointer-events:none;z-index:0}.right-panel:after{content:"Live Verkehrsmeldungen";position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% + 3.2em));font-size:1.15rem;font-weight:600;color:#64748b1f;pointer-events:none;z-index:0}.right-panel>*{position:relative;z-index:1}.moderator-refresh-overlay{position:absolute;inset:0;background:#f8fafcb3;display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:none}.moderator-refresh-overlay i{font-size:2rem;color:#737373}.panel-header{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:24px 0 12px;padding-bottom:6px}.panel-header:first-child{margin-top:0}.panel-header-moderator{background:linear-gradient(90deg,#dbeafe 0%,transparent 100%);margin:0 -20px 12px;padding:8px 12px 8px 20px;border-left:4px solid #3b82f6;font-size:.8rem}.panel-header-blitzer{background:linear-gradient(90deg,var(--color-blitzer) 0%,transparent 100%);margin:20px -20px 12px;padding:8px 12px 8px 20px;border-left:4px solid var(--color-blitzer-border)}.detail-card-blitzer{background:linear-gradient(135deg,#fefce8 0%,var(--color-blitzer) 50%);border-left-width:5px}.detail-card-archived{opacity:.92;border-style:dashed}.panel-content{display:flex;flex-direction:column;gap:12px}.detail-card{background:#fff;border-radius:10px;padding:16px 16px 16px 48px;box-shadow:0 2px 8px #0000000f;border-left:4px solid #9ca3af;cursor:pointer;transition:all .2s;position:relative}.detail-card .card-traffic-icon{position:absolute;left:12px;top:12px;width:28px;height:28px;object-fit:contain}.detail-card:hover{box-shadow:0 4px 12px #0000001a}.detail-card.selected{box-shadow:0 0 0 2px #3b82f6}.detail-card h4{font-size:1rem;margin-bottom:6px}.detail-card p{font-size:.9rem;color:#4b5563;line-height:1.4;margin-bottom:10px}.detail-readable{font-size:.95rem;line-height:1.5;color:#0c4a6e;background:#f0f9ff;padding:10px 12px;border-radius:6px;margin-bottom:10px;border-left:3px solid #0ea5e9}.detail-readable i{margin-right:6px;color:#0ea5e9}.detail-message-raw{font-size:.9rem;color:#6b7280}.form-group-checkbox{margin-top:16px}.checkbox-row{display:flex;align-items:flex-start;gap:12px}.checkbox-row input[type=checkbox]{margin-top:4px;width:1.1rem;height:1.1rem;min-width:1.1rem;flex-shrink:0;accent-color:#3b82f6;cursor:pointer}.checkbox-row label{flex:1;cursor:pointer;font-weight:500;font-size:.95rem;line-height:1.4;margin:0}.form-hint{font-size:.8rem;color:var(--text-muted);margin-top:8px;line-height:1.4}.form-group-checkbox .form-hint{margin-left:1.75rem;margin-top:6px}.form-divider{border:none;border-top:1px solid var(--border-color);margin:20px 0 16px}.form-section-title{font-size:1rem;margin:0 0 12px;display:flex;align-items:center;gap:8px}.form-row{display:flex;gap:10px;margin:8px 0}.form-input-half{flex:1}.modal-settings{width:560px;max-width:95vw;height:520px;max-height:90vh}.modal-settings .modal-body{flex:1;min-height:0;overflow-y:auto}.settings-tabs{display:flex;gap:4px;padding:10px 20px;border-bottom:1px solid var(--border-color);flex-wrap:nowrap;flex-shrink:0;overflow-x:auto}.settings-tab{padding:6px 10px;border:none;background:#fafafa;border-radius:6px;font-size:.75rem;cursor:pointer;color:#737373;display:flex;align-items:center;gap:5px;white-space:nowrap;flex-shrink:0}.settings-tab:hover{background:#e2e8f0;color:#262626}.settings-tab.active{background:#3b82f6;color:#fff}.settings-tabs::-webkit-scrollbar{height:4px}.settings-tabs::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:2px}.app-version{font-size:.7em;font-weight:400;color:#a3a3a3}.settings-readonly-hint{font-size:.8rem;color:var(--text-muted);font-weight:400;margin-left:8px}.settings-panel{padding:4px 0}.modal-tts{max-width:560px}.tts-preview{padding:8px 0}.tts-preview-intro{margin:0 0 12px;font-size:.95rem;color:#525252}.tts-message-list{list-style:none;margin:0 0 20px;padding:0;max-height:220px;overflow-y:auto;border:1px solid var(--border-color);border-radius:8px;background:#f8fafc}.tts-message-item{padding:10px 14px;border-bottom:1px solid #e2e8f0;font-size:.9rem;line-height:1.4}.tts-message-item:last-child{border-bottom:none}.tts-msg-region{font-weight:600;color:#525252;margin-right:6px}.tts-msg-text{color:#262626}.tts-no-messages{color:#737373;font-style:italic;margin:0 0 16px}.tts-generate-btn{width:100%}.tts-loading-preview{text-align:center;padding:24px 0;color:#737373}.tts-loading,.tts-error,.tts-ready{text-align:center;padding:24px 0}.tts-loading i,.tts-error i{color:var(--primary);margin-bottom:12px}.tts-error i{color:#dc2626}.tts-hint{font-size:.85rem;color:#737373;margin-top:8px;max-width:360px;margin-left:auto;margin-right:auto}.tts-player-controls{display:flex;align-items:center;gap:12px;margin-bottom:16px}.tts-play-btn{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:none;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s}.tts-play-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #8b5cf666}.tts-waveform{flex:1;min-height:80px;border-radius:8px;background:#f8fafc}.tts-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.detail-meta{display:flex;align-items:center;gap:10px;font-size:.8rem;color:var(--text-muted)}.detail-meta .badge{background:#e0f2fe;color:#0369a1;padding:2px 8px;border-radius:4px}.greeting-block,.end-block{background:linear-gradient(135deg,#e0f2fe,#f0f9ff);border-left:4px solid #0ea5e9;padding:14px 18px;margin-bottom:16px;border-radius:8px;font-size:.95rem;line-height:1.5;color:#0c4a6e}.end-block{margin-top:20px;background:linear-gradient(135deg,#fef3c7,#fffbeb);border-left-color:#f59e0b;color:#92400e}.detail-actions{position:absolute;top:12px;right:12px;display:flex;gap:6px}.btn-icon{width:32px;height:32px;border:none;background:#fafafa;color:#525252;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-icon:hover{background:#e2e8f0;color:#262626}.btn-icon.btn-delete{background:#fee2e2;color:#b91c1c}.btn-icon.btn-delete:hover{background:#fecaca}.btn-icon.btn-restore{background:#dcfce7;color:#16a34a}.btn-icon.btn-restore:hover{background:#bbf7d0}.btn-remove-from-sendung{color:#737373}.btn-remove-from-sendung:hover{background:#e2e8f0;color:#525252}.detail-footer{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;font-size:.8rem;color:var(--text-muted);padding-top:10px;border-top:1px solid rgba(0,0,0,.06)}.detail-footer i{margin-right:4px;opacity:.8}.detail-footer a{color:#2563eb;text-decoration:none}.detail-footer a:hover{text-decoration:underline}.modal-map{max-width:700px;width:95%}.map-modal-container{height:450px;min-height:300px;background:#e5e7eb}.map-modal-container .camera-marker{cursor:pointer;font-size:22px;line-height:1;text-align:center}.map-modal-container .camera-marker .camera-icon-video{display:inline-flex;align-items:center;justify-content:center}.map-modal-container .camera-marker .camera-icon-video svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.map-modal-container .camera-marker:hover .camera-icon-video svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.3)) brightness(1.15)}.map-modal-container .camera-video-link{color:#2563eb;text-decoration:none}.map-modal-container .camera-video-link:hover{text-decoration:underline}.camera-video-overlay{position:fixed;inset:0;background:#0009;z-index:3500;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.camera-video-modal{position:relative;width:90%;max-width:800px;height:70vh;background:#fff;border-radius:8px;box-shadow:0 8px 32px #0000004d;overflow:hidden}.camera-video-close{position:absolute;top:8px;right:8px;z-index:10;width:36px;height:36px;border:none;background:#00000080;color:#fff;font-size:24px;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0}.camera-video-close:hover{background:#000000b3}.camera-video-iframe{width:100%;height:100%;border:none}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:6px;color:var(--text-main)}.form-group textarea{resize:vertical;min-height:80px}.info-detail p{margin-bottom:10px}.modal-info{max-width:650px}.info-modal-header{background:#404040;color:#fafafa;padding:12px 20px;display:flex;justify-content:space-between;align-items:center}.info-modal-title{font-size:.95rem;font-weight:500}.info-modal-select{background:#fff3;color:#fafafa;border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:6px 12px;font-size:.9rem;min-width:200px}.info-modal-select option{color:#262626}.info-modal-header .modal-close{background:#ffffff26;color:#fafafa}.info-modal-header .modal-close:hover{background:#ffffff40}.info-modal-body{padding:0;overflow-y:auto;max-height:70vh}.info-modal-intro{font-size:.85rem;color:#737373;padding:12px 20px;margin:0;background:#f8fafc;border-bottom:1px solid #e2e8f0;line-height:1.4}.info-modal-main{background:#dbeafe;padding:20px;border-bottom:1px solid #93c5fd}.info-modal-heading{font-size:1.25rem;font-weight:700;color:#262626;margin:0 0 10px;line-height:1.3}.info-modal-text{font-size:1rem;color:#404040;margin:0 0 8px;line-height:1.5}.info-modal-warning{font-size:.95rem;font-weight:600;color:#b45309;margin:0}.zeitverlust-badge{padding:2px 8px;border-radius:6px;font-weight:600;white-space:nowrap}.zeitverlust-yellow{background:#fef08a;color:#854d0e}.zeitverlust-orange{background:#fed7aa;color:#c2410c}.zeitverlust-red{background:#fecaca;color:#b91c1c}.zeitverlust-darkred{background:#f87171;color:#7f1d1d}.info-modal-details{background:#fafafa;padding:16px 20px;border-bottom:1px solid #e2e8f0}.info-modal-code-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.info-modal-code{font-size:.8rem;color:#737373;background:#e2e8f0;padding:4px 8px;border-radius:4px}.info-modal-timeago{font-size:.85rem;color:#737373}.info-modal-timeago i{margin-right:4px}.info-modal-meta-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.info-modal-badge{font-size:.85rem;color:#525252}.info-modal-badge i{margin-right:4px;opacity:.8}.info-modal-badge.info-modal-expired{color:#b91c1c;background:#fee2e2;padding:4px 10px;border-radius:6px}.info-modal-badge.info-modal-no-expiry{color:#737373}.info-modal-badge.info-modal-broadcast{color:#16a34a}.info-modal-badge.info-modal-excluded{color:#b45309}.info-modal-link{font-size:.85rem;color:#2563eb;text-decoration:none}.info-modal-link:hover{text-decoration:underline}.info-modal-type-badge{padding:4px 10px;border-radius:6px;font-size:.8rem;font-weight:600}.info-modal-type-badge.type-Gefahr{background:#fee2e2;color:#b91c1c}.info-modal-type-badge.type-Stau{background:#ffedd5;color:#c2410c}.info-modal-type-badge.type-Blitzer{background:#fef08a;color:#713f12}.info-modal-type-badge.type-Baustelle{background:#e5e7eb;color:#374151}.info-modal-road{padding:16px 20px;background:#fff}.info-modal-road-bar{display:flex;height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden}.info-modal-road-segment{flex:1;background:#d4d4d4}.info-modal-road-affected{background:#ef4444;min-width:8px;transition:flex .3s ease}.info-modal-map-wrap{padding:0 0 16px;width:100%}.info-modal-map{height:180px;width:100%;border-radius:0;overflow:hidden;background:#e5e7eb}.info-modal-google-section{padding:16px 20px;border-top:1px solid var(--border-color);background:#f8fafc}.info-modal-google-heading{font-size:.9rem;margin:0 0 12px;display:flex;align-items:center;gap:8px}.info-modal-google-heading i{color:#0ea5e9}.info-modal-google-inputs{display:flex;align-items:center;gap:8px;margin-bottom:8px}.info-modal-google-input{flex:1;padding:8px 10px;border:1px solid var(--border-color);border-radius:6px;font-size:.9rem}.info-modal-google-arrow{color:var(--text-muted);font-size:.9rem}.info-modal-google-result{margin-top:12px;display:flex;flex-direction:column;gap:6px}.info-modal-google-result .zeitverlust-badge{align-self:flex-start}.info-modal-google-detail{font-size:.8rem;color:var(--text-muted)}.info-modal-footer{padding:16px 20px;border-top:1px solid var(--border-color)}.info-meta{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:16px;padding-top:12px;border-top:1px solid var(--border-color);font-size:.9rem;color:var(--text-muted)}.info-meta i{margin-right:6px;opacity:.8}.info-meta a{color:#2563eb;text-decoration:none}.info-meta a:hover{text-decoration:underline}.message-card.selected{box-shadow:0 0 0 2px #3b82f6}@media(max-width:1024px){.main-content{flex-direction:column}.right-panel{order:1;flex:1 1 auto;min-height:50vh}.sidebar{order:2;width:100%;min-width:0;max-height:45vh;border-right:none;border-top:1px solid var(--border-color)}}html.dark .login-screen{background:linear-gradient(135deg,#171717,#262626)}html.dark .login-box{background:#262626;box-shadow:0 8px 32px #0006}html.dark .login-box h1{color:#fafafa}html.dark .login-subtitle{color:#a3a3a3}html.dark .login-input{background:#171717;border-color:#525252;color:#fafafa}html.dark .login-input::placeholder{color:#737373}html.dark .login-input:focus{border-color:var(--accent);background:#262626;box-shadow:0 0 0 2px #22c55e33}html.dark .login-btn{background:linear-gradient(135deg,var(--accent),var(--accent-hover))}html.dark .login-btn:hover{background:linear-gradient(135deg,var(--accent-hover),#15803d)}html.dark .login-dark-toggle{background:#262626e6;border-color:#525252;color:#a3a3a3}html.dark .login-dark-toggle:hover{background:#404040;color:#fafafa}html.dark .topbar{background:linear-gradient(135deg,#404040,#171717);color:#fafafa;box-shadow:0 2px 8px #0000004d}html.dark .tb-btn{background:#40404099;border-color:#525252;color:#d4d4d4}html.dark .tb-btn:hover{background:#47556980;color:#fff}html.dark .tb-status{color:#a3a3a3}html.dark .status-bar{background:#404040;border-top-color:#525252;color:#a3a3a3}html.dark .status-item.status-error{color:#f87171}html.dark .status-item.status-success{color:#4ade80}html.dark .status-app{color:#a3a3a3}html.dark .filter-pill{background:#40404080;border-color:#525252;color:#d4d4d4}html.dark .filter-pill:hover{background:#47556966;color:#fff}html.dark .filter-pill.active{background:var(--accent);border-color:var(--accent);color:#fff}html.dark .region-btn{background:#40404080;border-color:#525252;color:#d4d4d4}html.dark .region-btn:hover{background:#47556966;color:#fff}html.dark .region-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}html.dark .region-label-readonly{color:#a3a3a3}html.dark .sidebar{background-color:#262626;border-color:var(--border-color)}html.dark .input-section{background:#171717;border-color:var(--border-color)}html.dark .input-section h3{color:var(--text-muted)}html.dark .form-group input,html.dark .form-group textarea,html.dark .form-group select{background:#171717;border-color:#525252;color:#fafafa}html.dark .list-section{background:#262626}html.dark .browser-section{background:linear-gradient(180deg,#262626,#404040)}html.dark .right-panel{background-color:#171717}html.dark .right-panel:before{color:#a3a3a31a}html.dark .right-panel:after{color:#a3a3a314}html.dark .moderator-refresh-overlay{background:#171717b3}html.dark .moderator-refresh-overlay i{color:#a3a3a3}html.dark .panel-header{color:var(--text-muted)}html.dark .panel-header-moderator{background:linear-gradient(90deg,#404040 0%,transparent 100%);border-color:#737373;color:#d4d4d4}html.dark .panel-header-blitzer{background:linear-gradient(90deg,#713f12 0%,transparent 100%);border-color:#f59e0b;color:#fef3c7}html.dark .greeting-block{background:linear-gradient(135deg,#404040,#171717);border-color:#525252;color:#d4d4d4}html.dark .end-block{background:linear-gradient(135deg,#78350f,#171717);border-color:#f59e0b;color:#fef3c7}html.dark .message-card{background:#404040;box-shadow:0 1px 3px #0000004d;border-left-color:var(--color-baustelle-border)}html.dark .message-card h4{color:#fafafa}html.dark .message-card p{color:#d4d4d4}html.dark .browser-card{background:#404040;border-left:4px solid #525252}html.dark .browser-card.type-Gefahr,html.dark .browser-card.type-Geisterfahrer,html.dark .browser-card.type-Unfall{background:color-mix(in srgb,var(--color-gefahr) 35%,#404040);border-left-color:var(--color-gefahr-border)}html.dark .browser-card.type-Stau,html.dark .browser-card.type-Verkehrsbehinderung{background:color-mix(in srgb,var(--color-stau) 35%,#404040);border-left-color:var(--color-stau-border)}html.dark .browser-card.type-Baustelle,html.dark .browser-card.type-Sperre{background:color-mix(in srgb,var(--color-baustelle) 40%,#404040);border-left-color:var(--color-baustelle-border)}html.dark .browser-card.type-Blitzer{background:color-mix(in srgb,var(--color-blitzer) 35%,#404040);border-left-color:var(--color-blitzer-border)}html.dark .browser-card .message-card-content h4{color:#fafafa}html.dark .browser-card .message-card-content p{color:#d4d4d4}html.dark .detail-card{background:#404040;box-shadow:0 2px 8px #0000004d}html.dark .detail-card h4{color:#fafafa}html.dark .detail-card p,html.dark .detail-message-raw{color:#a3a3a3}html.dark .detail-readable{background:#171717;border-color:#525252;border-left-color:var(--accent);color:#a3a3a3}html.dark .detail-readable i{color:var(--accent)}html.dark .detail-footer{border-color:#ffffff1a}html.dark .btn-icon{background:#525252;color:#e2e8f0}html.dark .btn-icon:hover{background:#737373;color:#fff}html.dark .empty-state{color:#a3a3a3}html.dark .freie-fahrt-box{background:linear-gradient(135deg,#22c55e1f,#22c55e0a);border-color:#404040}html.dark .freie-fahrt-box i{color:#22c55e}html.dark .freie-fahrt-title{color:#fafafa}html.dark .freie-fahrt-sub{color:#22c55e}html.dark .freie-fahrt-blitzer{background:linear-gradient(135deg,#eab3081f,#eab3080a)}html.dark .freie-fahrt-blitzer i,html.dark .freie-fahrt-blitzer .freie-fahrt-sub{color:#eab308}html.dark .broadcast-badge{color:#22c55e;background:#22c55e33}html.dark .excluded-badge{color:#fbbf24;background:#f59e0b40}html.dark .enddate-badge{color:#a5b4fc;background:#6366f133}html.dark .enddate-soon{color:#fb923c;background:#ea580c33}html.dark .enddate-expired{color:#f87171;background:#dc262633}html.dark .enddate-input{background:#1a1a1a;border-color:#404040;color:#fafafa}html.dark .detail-card-excluded{border-left-color:#f59e0b;background:linear-gradient(135deg,#422006,#f59e0b26 50%)}html.dark .modal-backdrop{background:#000c}html.dark .modal-content{background:#262626}html.dark .modal-header{border-color:var(--border-color)}html.dark .modal-header h2{color:#fafafa}html.dark .modal-close{background:#404040;color:#a3a3a3}html.dark .modal-close:hover{background:#525252;color:#fafafa}html.dark .modal-body{background:#262626}html.dark .modal-footer{border-color:var(--border-color)}html.dark .form-group label{color:var(--text-main)}html.dark .btn-primary{background:var(--accent)}html.dark .btn-primary:hover{background:var(--accent-hover)}html.dark .btn-secondary{background:#404040;color:#fafafa}html.dark .btn-secondary:hover{background:#525252}html.dark .btn-link{color:var(--accent)}html.dark .btn-link:hover{color:var(--accent-hover)}html.dark .region-grid .region-check:hover{background:#404040}html.dark .region-check input{accent-color:var(--accent)}html.dark .detail-card.selected,html.dark .message-card.selected{box-shadow:0 0 0 2px var(--accent)}html.dark .meta-info a,html.dark .info-meta a,html.dark .detail-footer a,html.dark .info-modal-link,html.dark .camera-video-link{color:var(--accent)}html.dark .meta-info a:hover,html.dark .info-meta a:hover,html.dark .info-modal-link:hover,html.dark .camera-video-link:hover{color:var(--accent-hover)}html.dark .greeting-block{border-left-color:var(--accent)}html.dark .settings-tab.active{background:var(--accent);color:#fff}html.dark .admin-toggle input{accent-color:var(--accent)}html.dark .lesemodus-design-dark .lesemodus-greeting{border-color:var(--accent);background:#14532d;color:#86efac}html.dark .tb-btn-tts{background:linear-gradient(135deg,#22c55e,#16a34a)!important}html.dark .tb-btn-tts:hover{background:linear-gradient(135deg,#16a34a,#15803d)!important}html.dark .tb-btn-tts-ftp{background:linear-gradient(135deg,#22c55e,#16a34a)!important}html.dark .tb-btn-tts-ftp:hover{background:linear-gradient(135deg,#16a34a,#15803d)!important}html.dark .btn-echtzeit{background:var(--accent)!important}html.dark .btn-echtzeit:hover:not(:disabled){background:var(--accent-hover)!important}html.dark .echtzeit-result strong{color:var(--accent)}html.dark .browser-header{color:#fafafa}html.dark .browser-desc{color:#a3a3a3}html.dark .browser-select{background:#171717;border-color:#525252;color:#fafafa}html.dark .browser-region-badge{background:#525252;color:#e2e8f0}html.dark .btn-add-to-moderator{background:#14532d!important;color:#86efac!important}html.dark .btn-add-to-moderator:hover{background:#166534!important}html.dark .modal-content.modal-info{background:#262626}html.dark .info-modal-header{background:#171717;border-bottom:1px solid #404040}html.dark .info-modal-select{background:#404040;border-color:#525252;color:#fafafa}html.dark .info-modal-select option{color:#fafafa;background:#262626}html.dark .info-modal-header .modal-close{background:#404040;color:#a3a3a3}html.dark .info-modal-header .modal-close:hover{background:#525252;color:#fafafa}html.dark .info-modal-main{background:linear-gradient(135deg,#404040,#262626);border-color:#525252}html.dark .info-modal-heading{color:#fafafa}html.dark .info-modal-text{color:#d4d4d4}html.dark .info-modal-details{background:#171717;border-color:#404040}html.dark .info-modal-code{background:#404040;color:#a3a3a3}html.dark .info-modal-timeago{color:#a3a3a3}html.dark .info-modal-badge{color:#d4d4d4}html.dark .info-modal-badge.info-modal-expired{background:#7f1d1d;color:#fecaca}html.dark .info-modal-badge.info-modal-no-expiry{color:#a3a3a3}html.dark .info-modal-badge.info-modal-broadcast{color:#22c55e}html.dark .info-modal-badge.info-modal-excluded{color:#fbbf24}html.dark .info-modal-type-badge.type-Gefahr{background:#7f1d1d;color:#fecaca}html.dark .info-modal-type-badge.type-Stau{background:#9a3412;color:#fed7aa}html.dark .info-modal-type-badge.type-Blitzer{background:#713f12;color:#fef08a}html.dark .info-modal-type-badge.type-Baustelle{background:#374151;color:#e5e7eb}html.dark .info-modal-road{background:#262626;border-bottom:1px solid #404040}html.dark .info-modal-road-bar{background:#404040}html.dark .info-modal-road-segment{background:#525252}html.dark .info-modal-road-affected{background:#ef4444}html.dark .info-modal-map-wrap{background:#262626}html.dark .info-modal-map{background:#404040;border:none;border-radius:0}html.dark .info-modal-google-section{background:#171717;border-color:#404040}html.dark .info-modal-google-heading,html.dark .info-modal-google-heading i{color:#a3a3a3}html.dark .info-modal-google-input{background:#262626;border-color:#525252;color:#fafafa}html.dark .info-modal-google-input::placeholder{color:#737373}html.dark .info-modal-google-arrow,html.dark .info-modal-google-detail{color:#a3a3a3}html.dark .info-modal-footer{background:#262626;border-color:#404040}html.dark .modal-info .btn-secondary{background:#404040;color:#fafafa}html.dark .modal-info .btn-secondary:hover{background:#525252}html.dark .info-modal-warning{color:#fbbf24}html.dark .camera-video-modal,html.dark .modal-content.modal-settings{background:#262626}html.dark .modal-content.modal-settings .modal-header{border-color:#404040;background:#171717}html.dark .modal-content.modal-settings .modal-body{background:#262626}html.dark .modal-content.modal-settings .modal-footer{border-color:#404040;background:#262626}html.dark .modal-content.modal-settings .settings-tabs{border-color:#404040;background:#262626;padding-left:20px;padding-right:20px}html.dark .settings-tab{background:#404040;color:#a3a3a3}html.dark .settings-tab:hover{background:#525252;color:#e2e8f0}html.dark .settings-tab.active{background:#737373;color:#fff}html.dark .modal-content.modal-settings .form-group label{color:#fafafa}html.dark .modal-content.modal-settings .form-group textarea,html.dark .modal-content.modal-settings .form-group input{background:#171717;border-color:#525252;color:#fafafa}html.dark .modal-content.modal-settings .form-group textarea::placeholder,html.dark .modal-content.modal-settings .form-group input::placeholder{color:#737373}html.dark .modal-content.modal-settings .form-hint{color:#a3a3a3}html.dark .modal-content.modal-settings .formulation-input{background:#171717;border-color:#525252;color:#fafafa}html.dark .modal-content.modal-settings .formulation-input::placeholder{color:#737373}html.dark .modal-content.modal-settings .formulation-arrow{color:#737373}html.dark .modal-content.modal-settings .checkbox-row label{color:#e2e8f0}html.dark .modal-content.modal-settings .btn-link{color:#a3a3a3}html.dark .modal-content.modal-settings .btn-link:hover{color:#d4d4d4}html.dark .modal-content.modal-settings .btn-primary{background:#737373;color:#fff}html.dark .modal-content.modal-settings .btn-primary:hover{background:#525252}html.dark .modal-content.modal-settings .form-divider{border-color:#404040}html.dark .modal-content.modal-admin{background:#262626}html.dark .modal-content.modal-admin .modal-header{border-color:#404040;background:#171717}html.dark .modal-content.modal-admin .modal-body{background:#262626}html.dark .modal-content.modal-admin .modal-footer{border-color:#404040;background:#262626}html.dark .modal-content.modal-admin .modal-close{background:#404040;color:#a3a3a3}html.dark .modal-content.modal-admin .modal-close:hover{background:#525252;color:#fafafa}html.dark .admin-desc{color:#a3a3a3}html.dark .admin-error{color:#f87171}html.dark .admin-loading{color:#a3a3a3}html.dark .admin-user-row{background:#171717;border-color:#404040}html.dark .admin-username{color:#fafafa}html.dark .admin-user-meta{color:#a3a3a3}html.dark .admin-toggle-label{color:#d4d4d4}html.dark .admin-toggle input:checked+.admin-toggle-label{color:#22c55e}html.dark .admin-toggle input{accent-color:#737373}html.dark .modal-content.modal-admin .btn-secondary{background:#404040;color:#fafafa}html.dark .modal-content.modal-admin .btn-secondary:hover{background:#525252}html.dark .lesemodus-overlay{background:#171717;color:#fafafa}html.dark .lesemodus-bar{background:#262626;color:#fafafa}html.dark .lesemodus-content{background:#171717;color:#fafafa}html.dark .lesemodus-card{background:#262626;border-color:#525252;color:#fafafa}html.dark .lesemodus-card-text{color:#fafafa}html.dark .lesemodus-card-meta{color:#a3a3a3}html.dark .lesemodus-section-header{background:#404040;color:#fafafa}html.dark .lesemodus-greeting{background:#404040;border-left-color:#737373;color:#e2e8f0}html.dark .lesemodus-end{background:#78350f;border-left-color:#f59e0b;color:#fef3c7}html.dark .lesemodus-blitzer{background:#422006;border-left-color:#eab308;color:#fef9c3}html.dark .lesemodus-empty{color:#a3a3a3}html.dark .lesemodus-card.type-Gefahr .lesemodus-card-text,html.dark .lesemodus-card.type-Geisterfahrer .lesemodus-card-text,html.dark .lesemodus-card.type-Unfall .lesemodus-card-text{color:#fecaca}html.dark .lesemodus-card.type-Stau .lesemodus-card-text,html.dark .lesemodus-card.type-Verkehrsbehinderung .lesemodus-card-text{color:#fed7aa}html.dark .lesemodus-card.type-Baustelle .lesemodus-card-text{color:#e5e7eb}html.dark .lesemodus-filter-label,html.dark .lesemodus-hide-label{color:#e2e8f0}html.dark .lesemodus-hide-label input{accent-color:var(--accent)}html.dark .lesemodus-select{background:#404040;color:#fafafa;border-color:#525252}html.dark .lesemodus-timer{background:#404040;color:#fafafa}html.dark .lesemodus-design-dark .lesemodus-overlay{background:#171717}html.dark .lesemodus-design-dark .lesemodus-card{background:#404040}html.dark body,html.dark #app{background-color:var(--bg-color);color:var(--text-main)}html.dark .message-card.selected,html.dark .detail-card.selected{box-shadow:0 0 0 2px #737373}@media print{.topbar,.btn-delete{display:none!important}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
