:root{--primary-color: #186573;--primary-dark: #1d4ed8;--secondary-color: #64748b;--success-color: #10b981;--warning-color: #f59e0b;--error-color: #ef4444;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:var(--gray-900);background-color:var(--gray-50)}.pm-header{background:#186573;border-bottom:1px solid var(--gray-200);padding:1rem 0;box-shadow:0 1px 3px #0000001a}.pm-header-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 1rem}.pm-header-left{display:flex;align-items:center}.pm-logo-img{height:45px;width:auto;margin-right:10px}.pm-logo-text{font-size:1.5rem;font-weight:700;color:#fff}.pm-user-info{display:flex;align-items:center;justify-content:flex-end;gap:1rem;min-width:0;flex-shrink:0}.pm-user-name{font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:160px}@container pm-header (max-width: 600px){.pm-user-name{display:none}}@media(max-width:600px){.pm-user-name{display:none}}.pm-logout-btn{padding:.5rem 1rem;background:var(--error-color);color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:background-color .2s}.pm-logout-btn:hover{background:#dc2626}.pm-site-bar{background:var(--primary-color);border-bottom:1px solid #125060;padding:.4rem 0}.pm-site-bar-inner{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:center}.pm-nav-tabs{background:#fff;border-bottom:none;position:relative;overflow-x:auto;overflow-y:visible;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.pm-nav-tabs::-webkit-scrollbar{height:3px}.pm-nav-tabs::-webkit-scrollbar-track{background:transparent}.pm-nav-tabs::-webkit-scrollbar-thumb{background-color:var(--gray-300);border-radius:2px}.pm-nav-tabs:after{content:"";position:absolute;bottom:0;left:0;right:0;height:10px;background:linear-gradient(90deg,transparent 5%,var(--app-accent, #4dd8c6) 40%,var(--app-accent, #4dd8c6) 60%,transparent 95%);clip-path:ellipse(50% 50% at 50% 100%);pointer-events:none}.pm-nav-container{max-width:1400px;margin:0 auto;display:flex;width:100%;min-width:max-content}.pm-nav-tab-right{margin-left:auto}.pm-nav-tab{flex:1;min-width:max-content;padding:1rem 1.25rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--gray-600);transition:all .2s;text-decoration:none;display:flex;align-items:center;justify-content:center;white-space:nowrap}.pm-nav-tab:hover{color:var(--gray-900)}.pm-nav-tab.active,.pm-nav-tab.router-link-active{color:var(--primary-color);border-bottom-color:var(--primary-color);background-color:#4dd8c60d}.nav-tabs{background:#fff;position:relative;border-bottom:1px solid var(--gray-200)}.nav-container{max-width:1400px;margin:0 auto;display:flex}.nav-tab{flex:1;padding:1rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--gray-600);transition:all .2s;text-decoration:none;display:flex;align-items:center;justify-content:center;white-space:nowrap}.nav-tab:hover{color:var(--gray-900)}.nav-tab.active,.nav-tab.router-link-active{color:var(--primary-color);border-bottom-color:var(--primary-color);background-color:#4dd8c60d}.pm-app-wrapper{display:flex;flex-direction:column;height:100vh;overflow:hidden}.pm-main-content{flex:1;overflow-x:auto;overflow-y:auto;min-height:0;max-width:1400px;width:100%;margin:0 auto;padding:2rem 1rem;box-sizing:border-box}.pm-main-content.with-footer{padding-bottom:calc(2rem + 45px)}.pm-main-content{scrollbar-width:thin;scrollbar-color:transparent transparent}.pm-main-content.is-scrolling{scrollbar-color:rgba(100,116,139,.5) transparent}.pm-main-content::-webkit-scrollbar{width:6px;height:6px}.pm-main-content::-webkit-scrollbar-track{background:transparent}.pm-main-content::-webkit-scrollbar-thumb{background:transparent;border-radius:3px;transition:background .3s}.pm-main-content.is-scrolling::-webkit-scrollbar-thumb{background:#64748b80}.pm-main-content.is-scrolling::-webkit-scrollbar-thumb:hover{background:#64748bcc}html[data-theme=dark] .pm-main-content.is-scrolling{scrollbar-color:rgba(148,163,184,.4) transparent}html[data-theme=dark] .pm-main-content.is-scrolling::-webkit-scrollbar-thumb{background:#94a3b866}html[data-theme=dark] .pm-main-content.is-scrolling::-webkit-scrollbar-thumb:hover{background:#94a3b8b3}.pm-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -1px 3px #0000001a;z-index:1000;transition:height .3s ease-in-out;overflow:hidden;height:45px}.pm-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:10px;background:linear-gradient(90deg,transparent 5%,var(--app-accent, #4dd8c6) 40%,var(--app-accent, #4dd8c6) 60%,transparent 95%);clip-path:ellipse(50% 50% at 50% 0%);z-index:1}.pm-footer.expanded{height:auto;max-height:300px}.pm-footer-toggle{display:flex;align-items:center;justify-content:center;height:45px;cursor:pointer;border-bottom:1px solid var(--gray-200);user-select:none}.pm-footer-toggle:hover{background:var(--gray-50)}.pm-footer-toggle-icon{font-size:1.2rem;color:var(--gray-600);transition:transform .3s ease-in-out}.pm-footer.expanded .pm-footer-toggle-icon{transform:rotate(180deg)}.pm-footer-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;opacity:0;transition:opacity .3s ease-in-out}.pm-footer.expanded .pm-footer-content{opacity:1}.pm-footer-section{display:flex;flex-direction:column;gap:.5rem}.pm-footer-title{font-size:.875rem;font-weight:600;color:var(--gray-700);margin:0 0 .5rem}.pm-footer-links{display:flex;flex-direction:column;gap:.5rem}.pm-footer-link{color:var(--gray-600);text-decoration:none;font-size:.875rem;cursor:pointer;background:none;border:none;padding:0;text-align:left}.pm-footer-link:hover{color:var(--primary-color)}.pm-footer-logo img{height:90px}@media print{.pm-footer{display:none}}.card{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.card-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.card-title{font-size:1.25rem;font-weight:600;color:var(--gray-900)}.table-container{background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin:1rem 0}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--gray-200);vertical-align:middle}.data-table thead{position:sticky;top:0;z-index:10;background-color:var(--gray-50);box-shadow:0 2px 4px #0000001a}.data-table thead th{background:var(--gray-50);font-weight:600;color:var(--gray-700);border-bottom:2px solid var(--gray-300);position:sticky;top:0;z-index:11}.data-table tr:hover{background:var(--gray-50)}.data-table tr:last-child td{border-bottom:none}.btn{padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:#0f4a56}.btn-secondary{background:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-300)}.btn-success{background:var(--success-color);color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:var(--error-color);color:#fff}.btn-danger:hover{background:#dc2626}.btn-warning{background:var(--warning-color);color:#fff}.btn-warning:hover{background:#d97706}.btn-sm{padding:.375rem .75rem;font-size:.75rem;margin:0 .125rem}.btn-icon{padding:.3rem .5rem;font-size:.9rem;line-height:1;min-width:2rem}.btn:disabled{opacity:.6;cursor:not-allowed}.col-check{text-align:center;width:2.5rem}.pm-chip{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.72rem;font-weight:500;margin:.1rem .15rem .1rem 0;white-space:nowrap;background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-200)}.aktiv-check{color:var(--success-color);font-size:1rem;font-weight:700}.aktiv-inactive{color:var(--gray-300);font-size:.9rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group.full-width{grid-column:1 / -1}.form-label{margin-bottom:.5rem;font-weight:500;color:var(--gray-700);font-size:.875rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:.375rem;font-size:.875rem;transition:border-color .2s;font-family:inherit;box-sizing:border-box}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #1865731a}.form-textarea{min-height:80px;resize:vertical}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid var(--gray-200);margin-top:1rem}.status-badge{padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.status-active,.status-available{background-color:#d1fae5;color:#065f46}.status-inactive{background-color:#fee2e2;color:#991b1b}.status-warning{background-color:#fef3c7;color:#92400e}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:.5rem;padding:1.5rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.modal-title{font-size:1.25rem;font-weight:600;color:var(--gray-900)}.modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gray-400);padding:.25rem;line-height:1}.modal-close-btn:hover{color:var(--gray-700)}.alert-container{position:fixed;bottom:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:400px}.alert{padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-shadow:0 4px 6px #0000001a;animation:slideIn .2s ease}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.alert-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.alert-close{background:none;border:none;cursor:pointer;font-size:1rem;color:inherit;opacity:.7}.alert-close:hover{opacity:1}.loading{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:3rem;color:var(--gray-500);gap:1rem}.spinner{width:32px;height:32px;border:3px solid var(--gray-200);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-container{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.text-muted{color:var(--gray-600)}.text-small{font-size:.875rem}.text-danger{color:var(--error-color)!important}.ml-1{margin-left:.25rem}.mt-1{margin-top:.25rem}.pm-site-selector{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.875rem}.pm-site-selector select{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.35rem .5rem;border-radius:.375rem;font-size:.875rem;cursor:pointer}.pm-site-selector select option{background:#186573;color:#fff}.resource-popup{position:fixed;z-index:9999;background:#fff;border:1px solid var(--gray-200);border-radius:.5rem;box-shadow:0 4px 16px #00000026;min-width:160px;max-width:280px;padding:.5rem}.resource-popup-title{font-size:.75rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem .4rem;border-bottom:1px solid var(--gray-100);margin-bottom:.35rem}.resource-popup-empty{padding:.35rem .5rem;font-size:.82rem;color:var(--gray-400);font-style:italic}.resource-popup-list{display:flex;flex-direction:column;gap:.1rem}.resource-popup-item{padding:.25rem .5rem;font-size:.82rem;color:var(--gray-700);border-radius:.25rem}.resource-popup-item:hover{background:var(--gray-50)}html[data-theme=dark]{--gray-50: #0f172a;--gray-100: #1e293b;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748b;--gray-500: #94a3b8;--gray-600: #cbd5e1;--gray-700: #e2e8f0;--gray-800: #f1f5f9;--gray-900: #f8fafc;--primary-color: #22a5b8;--primary-dark: #60a5fa;--text-dark: #e2e8f0;--text-muted: #94a3b8;--bg-light: #0f172a;--white: #1e293b;--status-neu-bg: #450a0a;--status-neu-text: #fca5a5;--status-termin-bg: #0c2d48;--status-termin-text: #7dd3fc;--status-arbeit-bg: #1e293b;--status-arbeit-text: #cbd5e1;--status-ok-bg: #052e16;--status-ok-text: #86efac;--status-warn-bg: #451a03;--status-warn-text: #fcd34d;--green-light: #052e16;--green-dark: #86efac;--red-light: #450a0a;--red-dark: #fca5a5;--yellow-light: #451a03;--yellow-dark: #fcd34d;color-scheme:dark}html[data-theme=dark] body{background-color:#0f172a;color:#e2e8f0}html[data-theme=dark] .pm-header{background:#0d3d48}html[data-theme=dark] .pm-site-bar{background:#0d3d48;border-bottom-color:#0a2e38}html[data-theme=dark] .pm-nav-tabs{background:#1e293b;border-bottom-color:#334155}html[data-theme=dark] .pm-nav-tab{color:#94a3b8}html[data-theme=dark] .pm-nav-tab:hover{color:#e2e8f0}html[data-theme=dark] .pm-nav-tab.active,html[data-theme=dark] .pm-nav-tab.router-link-active{color:#22a5b8;border-bottom-color:#22a5b8;background-color:#22a5b81a}html[data-theme=dark] .nav-tabs{background:#1e293b;border-bottom-color:#334155}html[data-theme=dark] .nav-tab{color:#94a3b8}html[data-theme=dark] .nav-tab:hover{color:#e2e8f0}html[data-theme=dark] .nav-tab.active,html[data-theme=dark] .nav-tab.router-link-active{color:#22a5b8;border-bottom-color:#22a5b8;background-color:#22a5b81a}html[data-theme=dark] .sub-nav-tabs{border-bottom-color:#334155}html[data-theme=dark] .sub-nav-tab:hover{background:#1e293b}html[data-theme=dark] .sub-nav-tab.active{color:#22a5b8;border-bottom-color:#22a5b8;background:#1e293b}html[data-theme=dark] .sub-nav-hamburger{background:#1e293b;border-color:#475569;color:#e2e8f0}html[data-theme=dark] .pm-footer{background:#1e293b;box-shadow:0 -1px 3px #0006}html[data-theme=dark] .pm-footer-toggle{border-bottom-color:#334155}html[data-theme=dark] .pm-footer-toggle:hover{background:#334155}html[data-theme=dark] .pm-footer-title{color:#cbd5e1}html[data-theme=dark] .pm-footer-link{color:#94a3b8}html[data-theme=dark] .pm-footer-link:hover{color:#22a5b8}html[data-theme=dark] .card,html[data-theme=dark] .stat-card,html[data-theme=dark] .kpi-card{background:#1e293b;box-shadow:0 1px 3px #0006;border-color:#334155}html[data-theme=dark] .card-header{border-bottom-color:#334155}html[data-theme=dark] .card-footer{background:#0f172a;border-top-color:#334155}html[data-theme=dark] input[type=text],html[data-theme=dark] input[type=email],html[data-theme=dark] input[type=password],html[data-theme=dark] input[type=search],html[data-theme=dark] input[type=date],html[data-theme=dark] input[type=datetime-local],html[data-theme=dark] input[type=number],html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=dark] .form-input,html[data-theme=dark] .form-select,html[data-theme=dark] .form-textarea{background:#0f172a;color:#e2e8f0;border-color:#475569}html[data-theme=dark] input:focus,html[data-theme=dark] select:focus,html[data-theme=dark] textarea:focus,html[data-theme=dark] .form-input:focus,html[data-theme=dark] .form-select:focus,html[data-theme=dark] .form-textarea:focus{border-color:#22a5b8;box-shadow:0 0 0 3px #22a5b833}html[data-theme=dark] label{color:#cbd5e1}html[data-theme=dark] .form-hint,html[data-theme=dark] .checkbox-description{color:#94a3b8}html[data-theme=dark] .form-section,html[data-theme=dark] .form-section-compact{background:#0f172a;border-color:#334155}html[data-theme=dark] .btn-primary{background:#22a5b8;color:#0f172a}html[data-theme=dark] .btn-primary:hover{background:#2dd4bf}html[data-theme=dark] .btn-secondary{background:#334155;color:#e2e8f0}html[data-theme=dark] .btn-secondary:hover{background:#475569}html[data-theme=dark] .btn-danger{background:#7f1d1d;color:#fca5a5;border-color:#ef4444}html[data-theme=dark] .btn-danger:hover{background:#991b1b}html[data-theme=dark] .btn-warning{background:#451a03;color:#fcd34d;border-color:#f59e0b}html[data-theme=dark] .btn-warning:hover{background:#78350f}html[data-theme=dark] .table-container{background:#1e293b;box-shadow:0 1px 3px #0006}html[data-theme=dark] th{background:#0f172a;color:#cbd5e1;border-bottom-color:#475569}html[data-theme=dark] td{border-bottom-color:#334155}html[data-theme=dark] tr:hover td,html[data-theme=dark] .table tr:hover,html[data-theme=dark] .data-table tr:hover{background:#334155}html[data-theme=dark] .data-table th,html[data-theme=dark] .data-table thead th{background-color:#0f172a;color:#94a3b8;border-bottom-color:#475569;background-clip:padding-box}html[data-theme=dark] .data-table td{border-bottom-color:#334155}html[data-theme=dark] .filters-bar{background:#1e293b;box-shadow:0 1px 3px #0006}html[data-theme=dark] .page-link{background:#1e293b;color:#cbd5e1;border-color:#475569}html[data-theme=dark] .page-link:hover{background:#334155}html[data-theme=dark] .page-link.active{background:#22a5b8;color:#0f172a;border-color:#22a5b8}html[data-theme=dark] .modal-content,html[data-theme=dark] .modal-box,html[data-theme=dark] .file-modal{background:#1e293b;color:#e2e8f0;box-shadow:0 20px 60px #00000080}html[data-theme=dark] .modal-header,html[data-theme=dark] .file-modal-header{border-bottom-color:#334155}html[data-theme=dark] .modal-footer,html[data-theme=dark] .file-modal-actions{border-top-color:#334155;background:#0f172a}html[data-theme=dark] .modal-overlay,html[data-theme=dark] .file-modal-overlay{background:#000000b3}html[data-theme=dark] .alert-success,html[data-theme=dark] .badge-success{background:#052e16;color:#86efac;border-color:#10b981}html[data-theme=dark] .alert-error,html[data-theme=dark] .alert-danger,html[data-theme=dark] .badge-danger{background:#450a0a;color:#fca5a5;border-color:#ef4444}html[data-theme=dark] .alert-warning,html[data-theme=dark] .badge-warning{background:#451a03;color:#fcd34d;border-color:#f59e0b}html[data-theme=dark] .alert-info,html[data-theme=dark] .badge-info{background:#0c2d48;color:#7dd3fc;border-color:#3b82f6}html[data-theme=dark] .badge-secondary{background:#334155;color:#cbd5e1}html[data-theme=dark] .status-offen{background:#334155;color:#e2e8f0}html[data-theme=dark] .status-in-bearbeitung{background:#451a03;color:#fcd34d}html[data-theme=dark] .status-in-erledigung{background:#0c2d48;color:#7dd3fc}html[data-theme=dark] .status-erledigt{background:#052e16;color:#86efac}html[data-theme=dark] .status-geschlossen{background:#334155;color:#94a3b8}html[data-theme=dark] .fraktion-lvp{background-color:#eab30826}html[data-theme=dark] tr.fraktion-lvp:hover{background-color:#eab30840}html[data-theme=dark] .fraktion-hm{background-color:#94a3b826}html[data-theme=dark] tr.fraktion-hm:hover{background-color:#94a3b840}html[data-theme=dark] .fraktion-bio{background-color:#22c55e26}html[data-theme=dark] tr.fraktion-bio:hover{background-color:#22c55e40}html[data-theme=dark] .fraktion-ppk{background-color:#60a5fa26}html[data-theme=dark] tr.fraktion-ppk:hover{background-color:#60a5fa40}html[data-theme=dark] .pruefen,html[data-theme=dark] .status-pruefen{background-color:#f8717133}html[data-theme=dark] tr.pruefen:hover,html[data-theme=dark] tr.status-pruefen:hover{background-color:#f8717159}html[data-theme=dark] .tourmeldung-warning{background:linear-gradient(135deg,#0c2d48,#1e3a5f);border-color:#3b82f6;color:#7dd3fc}html[data-theme=dark] .recurring-warning{background:#451a03;border-color:#f59e0b;color:#fcd34d}html[data-theme=dark] .termin-box{background:#0f172a;border-left-color:#475569}html[data-theme=dark] .termin-box--pending{border-left-color:var(--status-warn-text);background:var(--status-warn-bg)}html[data-theme=dark] .termin-box--confirmed{border-left-color:var(--status-ok-text);background:var(--status-ok-bg)}html[data-theme=dark] .termin-box--rejected{border-left-color:var(--status-neu-text);background:var(--status-neu-bg)}html[data-theme=dark] .file-indicator{background-color:#0c2d48;color:#7dd3fc}html[data-theme=dark] .file-indicator:hover{background-color:#1e3a5f}html[data-theme=dark] .waste-card.status-green{background:linear-gradient(135deg,#052e16,#064e3b);border-color:#10b981}html[data-theme=dark] .waste-card.status-red{background:linear-gradient(135deg,#450a0a,#7f1d1d);border-color:#ef4444}html[data-theme=dark] .waste-card.status-yellow{background:linear-gradient(135deg,#451a03,#78350f);border-color:#f59e0b}html[data-theme=dark] .waste-card h3{color:#e2e8f0}html[data-theme=dark] .status-indicator{background:#0006}html[data-theme=dark] .license-plate{background:#f8fafc;color:#000;border-color:#475569}html[data-theme=dark] .vehicle-card{background:#1e293b;border-color:#334155}html[data-theme=dark] .vehicle-card:hover{box-shadow:0 5px 15px #0000004d}html[data-theme=dark] .badge-legend.green{background:#052e16;color:#86efac;border-color:#10b981}html[data-theme=dark] .badge-legend.red{background:#450a0a;color:#fca5a5;border-color:#ef4444}html[data-theme=dark] .badge-legend.yellow{background:#451a03;color:#fcd34d;border-color:#f59e0b}html[data-theme=dark] .fraction-badge{background:#334155;color:#e2e8f0}html[data-theme=dark] .admin-sidebar{background:#0f172a;border-right:1px solid #334155}html[data-theme=dark] .sidebar-header{border-bottom-color:#334155}html[data-theme=dark] .nav-link:hover{background:#22a5b81a}html[data-theme=dark] .nav-link.active{background:#22a5b833;border-left-color:#22a5b8}html[data-theme=dark] .admin-header{background:#0f172a;border-bottom-color:#334155}html[data-theme=dark] .empty-state{color:#94a3b8}html[data-theme=dark] .empty-state h3{color:#e2e8f0}html[data-theme=dark] .stat-icon.users{background:#052e16;color:#86efac}html[data-theme=dark] .stat-icon.logins{background:#0c2d48;color:#7dd3fc}html[data-theme=dark] .stat-icon.sessions{background:#451a03;color:#fcd34d}html[data-theme=dark] .stat-icon.events{background:#2d1b4e;color:#d8b4fe}html[data-theme=dark] .json-full{background:#1e293b;box-shadow:0 10px 40px #00000080}html[data-theme=dark] .json-preview{color:#94a3b8}html[data-theme=dark] hr{border-color:#334155}html[data-theme=dark] code{background:#0f172a;color:#e2e8f0}html[data-theme=dark] a{color:#22a5b8}html[data-theme=dark] a:hover{color:#2dd4bf}html[data-theme=dark] .resource-popup{background:#1e293b;border-color:#334155}html[data-theme=dark] .resource-popup-item:hover{background:#334155}html[data-theme=dark] .spinner{border-color:#334155;border-top-color:#22a5b8}html[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}html[data-theme=dark] ::-webkit-scrollbar-track{background:#0f172a}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#64748b}@media(max-width:1024px){.pm-header-content{grid-template-columns:auto 1fr auto}.pm-logo-text{font-size:1.25rem}}@media(max-width:768px){.pm-header-content{padding:.5rem}.pm-logo-img{height:35px}.pm-logo-text{font-size:1.1rem}.pm-user-name{display:none}.pm-logout-btn{padding:.4rem .75rem;font-size:.75rem}.pm-main-content{padding:1rem .5rem}.card{padding:1rem}.card-header{flex-direction:column;align-items:flex-start}.form-grid{grid-template-columns:1fr}}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}.pm-nav-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}.pm-nav-container{width:auto;min-width:min-content}.sub-nav-tabs{display:flex;overflow-x:auto;border-bottom:1px solid var(--gray-200);margin-bottom:1rem;background:#fff;scrollbar-width:none}.sub-nav-tabs::-webkit-scrollbar{display:none}.sub-nav-tab{padding:.75rem 1rem;color:var(--gray-600);text-decoration:none;border-bottom:2px solid transparent;white-space:nowrap;font-size:.875rem;cursor:pointer}.sub-nav-tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color);font-weight:600}img,video,canvas,svg{max-width:100%;height:auto}.sub-tabs-bar{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;border-bottom:1px solid var(--gray-200);margin-bottom:1rem;background:#fff;scrollbar-width:none}.sub-tabs-bar::-webkit-scrollbar{display:none}.sub-tab{padding:1rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--gray-600);white-space:nowrap;transition:all .2s}.sub-tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.sub-tab-right{margin-left:auto}.toolbar{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;padding:1rem;margin-bottom:1rem}@media(max-width:768px){.toolbar{flex-direction:column;align-items:stretch}.search-wrapper{width:100%}}.action-menu-container{position:relative;display:inline-block}.btn-meatball{padding:.5rem .75rem;font-size:1.25rem;line-height:1;background:var(--gray-200);border-radius:.375rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-meatball:hover{background:var(--gray-300)}.action-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid var(--gray-200);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;z-index:1000;min-width:200px;padding:.5rem 0;display:flex;flex-direction:column}.action-menu-item{padding:.6rem 1rem;display:flex;align-items:center;gap:.75rem;background:none;border:none;width:100%;text-align:left;font-size:.875rem;color:var(--gray-700);cursor:pointer;transition:background .2s}.action-menu-item:hover{background:var(--gray-50);color:var(--primary-color)}.action-menu-divider{height:1px;background:var(--gray-200);margin:.4rem 0}html[data-theme=dark] .action-menu{background:#1e293b;border-color:#334155;box-shadow:0 10px 15px -3px #00000080}html[data-theme=dark] .action-menu-item{color:var(--gray-600)}html[data-theme=dark] .action-menu-item:hover{background:#334155;color:var(--primary-color)}.data-table{min-width:600px}@media(max-width:600px){.pm-nav-tab{padding:.75rem 1rem;font-size:.8rem}}html[data-theme=dark] .sub-tabs-bar{background:#1e293b;border-bottom-color:#334155}html[data-theme=dark] .sub-tab{color:var(--gray-600)}html[data-theme=dark] .sub-tab.active{color:var(--primary-color)}html[data-theme=dark] .toolbar{background:#1e293b;border-color:#334155}
