html,body,#app{height:100%;margin:0}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-shell>main{flex:1;padding:24px 0 40px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin:1.5rem 0 1rem;display:flex}.page-header h1{font-family:var(--cri-font-slab);color:var(--cri-red);margin:0;font-size:28px}.page-header .subtitle{color:var(--cri-gray);margin-top:4px;font-size:14px}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:1rem;display:flex}.toolbar .cri-input,.toolbar .cri-select{width:auto;min-width:200px}.cri-table td.actions,.cri-table th.actions{white-space:nowrap;width:1%}.cri-table td.actions .cri-btn{margin-right:4px}.cri-table .muted{color:var(--cri-gray);font-size:.85em}.cri-table code{background:#0000000d;border-radius:4px;padding:2px 6px;font-size:.85em}.modal-backdrop{z-index:1100;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-backdrop.elevated{z-index:1200}.modal{border-radius:var(--cri-radius-lg);box-shadow:var(--cri-shadow-lg);background:#fff;width:100%;max-width:640px;max-height:90vh}.modal.modal-lg{max-width:960px}.modal.modal-xl{max-width:1200px}.modal{flex-direction:column;display:flex;overflow:hidden}.modal-header{background:var(--cri-red);color:#fff;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.modal-header h3{font-family:var(--cri-font-slab);color:#fff;margin:0;font-size:18px}.modal-header button{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;width:32px;height:32px;font-size:18px;line-height:1}.modal-header button:hover{background:#ffffff4d}.modal-body{padding:24px;overflow-y:auto}.modal-footer{border-top:1px solid var(--cri-gray-light);background:#f7f7f7;justify-content:flex-end;gap:8px;padding:14px 24px;display:flex}.stat-tile{border-radius:var(--cri-radius-lg);box-shadow:var(--cri-shadow-md);border-left:4px solid var(--cri-red);color:inherit;background:#fff;align-items:center;gap:16px;padding:20px;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex}.stat-tile:hover{box-shadow:var(--cri-shadow-lg);color:inherit;text-decoration:none;transform:translateY(-2px)}.stat-tile .icon{width:48px;height:48px;color:var(--cri-red);background:#cc00001a;border-radius:10px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.stat-tile .value{font-family:var(--cri-font-slab);color:var(--cri-dark);font-size:28px;font-weight:700;line-height:1}.stat-tile .label{color:var(--cri-gray);margin-top:4px;font-size:.85rem}.empty-state{text-align:center;color:var(--cri-gray);padding:40px 20px}.error-text{color:var(--cri-red);border-left:3px solid var(--cri-red);border-radius:var(--cri-radius);background:#fde8e8;padding:8px 12px;font-size:.9rem}.muted{color:var(--cri-gray)}.flex-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.flex-col{flex-direction:column;gap:12px;display:flex}.between{justify-content:space-between;align-items:center;display:flex}:root{--cri-surface:#fff;--cri-surface-2:#fafafa;--cri-bg:#f5f5f5}html[data-theme=dark]{--cri-white:#242a33;--cri-black:#e6e8ec;--cri-gray:#aab2bd;--cri-gray-light:#3a4150;--cri-surface:#242a33;--cri-surface-2:#2c333d;--cri-bg:#1a1d23;--cri-shadow-sm:0 1px 3px #00000080;--cri-shadow-md:0 4px 12px #0000008c;--cri-shadow-lg:0 8px 24px #0009;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] body,html[data-theme=dark] .cri-scope,html[data-theme=dark] #app{background:var(--cri-bg);color:var(--cri-black)}html[data-theme=dark] .cri-card,html[data-theme=dark] .modal-card,html[data-theme=dark] .modal-body,html[data-theme=dark] .stat-tile{background:var(--cri-surface);color:var(--cri-black);border-color:var(--cri-gray-light)}html[data-theme=dark] .modal-footer{background:var(--cri-surface-2);border-color:var(--cri-gray-light)}html[data-theme=dark] .cri-input,html[data-theme=dark] .cri-select,html[data-theme=dark] .cri-textarea{background:var(--cri-surface-2);color:var(--cri-black);border-color:var(--cri-gray-light)}html[data-theme=dark] .cri-input::placeholder,html[data-theme=dark] .cri-textarea::placeholder{color:#8a8d91}html[data-theme=dark] .cri-table{color:var(--cri-black)}html[data-theme=dark] .cri-table th{background:var(--cri-surface-2);color:var(--cri-black)}html[data-theme=dark] .cri-table td{border-color:var(--cri-gray-light)}html[data-theme=dark] .cri-table-striped>tbody>tr:nth-of-type(odd)>*{background-color:#ffffff0a}html[data-theme=dark] .cri-table-hover>tbody>tr:hover>*{background-color:#ffffff12}html[data-theme=dark] .cri-alert-info{color:#cfe9f2;background:#16313a}html[data-theme=dark] .cri-alert-warning{color:#f0e2bd;background:#3a3320}html[data-theme=dark] .cri-alert-success{color:#c7e7d3;background:#1c3326}html[data-theme=dark] .cri-alert-error{color:#f3cccc;background:#3a1f1f}html[data-theme=dark] .cri-badge-gray{color:#e8eaed;background:#3c4043}html[data-theme=dark] .modal-footer,html[data-theme=dark] .empty-state{color:var(--cri-black)}html[data-theme=dark] .cri-card[style*=\#fafafa],html[data-theme=dark] .cri-card[style*=\#fff]{background:var(--cri-surface-2)!important}html[data-theme=dark] .cri-navbar{background:var(--cri-surface);border-bottom-color:var(--cri-red)}html[data-theme=dark] .cri-navbar .cri-nav-link,html[data-theme=dark] .cri-navbar .cri-nav-dropdown-trigger,html[data-theme=dark] .cri-navbar a{color:var(--cri-black)}html[data-theme=dark] .cri-nav-dropdown-menu{background:var(--cri-surface);border-color:var(--cri-gray-light)}html[data-theme=dark] .cri-nav-dropdown-menu a,html[data-theme=dark] .cri-nav-dropdown-menu .cri-nav-user-header{color:var(--cri-black)}html[data-theme=dark] .cri-nav-dropdown-menu a:hover{background:#ffffff0f}html[data-theme=dark] .cri-nav-dropdown-divider{background:var(--cri-gray-light);border-color:var(--cri-gray-light)}html[data-theme=dark] .cri-scope a{color:#dde2ea;text-underline-offset:2px;text-decoration:underline}html[data-theme=dark] .cri-scope a:hover{color:#fff}html[data-theme=dark] .cri-nav-links a,html[data-theme=dark] .cri-navbar a{text-decoration:none}html[data-theme=dark] .cri-btn-primary{color:#1a1d23;box-shadow:none;background:#e7e9ee}html[data-theme=dark] .cri-btn-primary:hover{color:#14171c;background:#f4f5f8}html[data-theme=dark] .cri-btn-gray,html[data-theme=dark] .cri-btn-dark{color:var(--cri-black);background:#353c49}html[data-theme=dark] .cri-btn-gray:hover,html[data-theme=dark] .cri-btn-dark:hover{color:#fff;background:#404858}html[data-theme=dark] .cri-btn-outline{color:#dde2ea;border-color:var(--cri-gray-light)}html[data-theme=dark] .cri-btn-outline:hover{color:#fff;background:#ffffff14}html[data-theme=dark] .cri-section-title{background:var(--cri-surface-2);color:var(--cri-black);border-left:3px solid var(--cri-gray-light)}html[data-theme=dark] .cri-section-title:after{background:var(--cri-gray-light)}html[data-theme=dark] .cri-nav-links a.cri-active,html[data-theme=dark] .cri-navbar a.cri-active{color:#fff;background:#ffffff1a}html[data-theme=dark] .cri-navbar{border-bottom-color:var(--cri-gray-light)}html[data-theme=dark] .cri-card{border-left-color:var(--cri-gray-light)}html[data-theme=dark] .cri-badge-red{color:#fff;background:#e2483f}html[data-theme=dark] .cri-scope h1,html[data-theme=dark] .cri-scope h2,html[data-theme=dark] .cri-scope h3,html[data-theme=dark] .cri-scope h4,html[data-theme=dark] .cri-scope h5,html[data-theme=dark] .cri-scope h6,html[data-theme=dark] .cri-card-title,html[data-theme=dark] .cri-label,html[data-theme=dark] .cri-text-dark,html[data-theme=dark] .page-header h1{color:var(--cri-black)}html[data-theme=dark] .cri-footer{background:var(--cri-surface);color:var(--cri-black);border-top:1px solid var(--cri-gray-light)}html[data-theme=dark] .cri-footer a{color:#dde2ea}html[data-theme=dark] .cri-login-bg{background:var(--cri-bg)}html[data-theme=dark] .cri-login-card{background:var(--cri-surface);box-shadow:var(--cri-shadow-lg)}html[data-theme=dark] .cri-login-card h2{color:var(--cri-black)}html[data-theme=dark] .cri-alert{border-left-color:var(--cri-gray-light)}html[data-theme=dark] .cri-alert-danger,html[data-theme=dark] .cri-alert-error{border-left-color:#e2483f}html[data-theme=dark] .cri-alert-warning{border-left-color:#d9a23a}html[data-theme=dark] .cri-alert-info{border-left-color:#4a90d9}html[data-theme=dark] .cri-alert-success{border-left-color:#4caf7d}html[data-theme=dark] .stat-tile .value{color:var(--cri-black)}html[data-theme=dark] .ct-card{background:var(--cri-surface);border-color:var(--cri-gray-light)}html[data-theme=dark] .ct-card.active{background:#ffffff0d}html[data-theme=dark] .ct-title{color:var(--cri-black)}html[data-theme=dark] .ct-kind,html[data-theme=dark] .ct-info{color:var(--cri-gray)}html[data-theme=dark] .kpi{background:var(--cri-surface);border-color:var(--cri-gray-light);color:var(--cri-black)}html[data-theme=dark] .kpi-lbl{color:var(--cri-gray)}html[data-theme=dark] .ss-list,html[data-theme=dark] .ac-list{background:var(--cri-surface);border-color:var(--cri-gray-light);color:var(--cri-black)}html[data-theme=dark] .ss-list .ss-hl,html[data-theme=dark] .ac-hl{background:#ffffff14}html[data-theme=dark] .ss-list .ss-sel{color:var(--cri-black)}html[data-theme=dark] .ss-list .ss-empty,html[data-theme=dark] .ac-empty{color:var(--cri-gray)}html[data-theme=dark] .seg-btn{background:var(--cri-surface-2);color:var(--cri-black)}html[data-theme=dark] .seg-btn.seg-active{color:#1a1d23;background:#e7e9ee}html[data-theme=dark] .leaflet-container{background:var(--cri-bg)}html[data-theme=dark] .cad-topbar{background:var(--cri-surface);border-bottom-color:var(--cri-gray-light);color:var(--cri-black)}html[data-theme=dark] .cad-title h1{color:var(--cri-black)}html[data-theme=dark] .cad-side{background:var(--cri-surface)}html[data-theme=dark] .cad-mapctl-btn{background:var(--cri-surface);border-color:var(--cri-gray-light);color:var(--cri-black)}html[data-theme=dark] .cad-mapctl-btn:hover{background:var(--cri-surface-2)}html[data-theme=dark] .cad-thresholds-pop,html[data-theme=dark] .cad-ctx-menu,html[data-theme=dark] .cad-back,html[data-theme=dark] .cad-op{background:var(--cri-surface);border-color:var(--cri-gray-light);color:var(--cri-black)}html[data-theme=dark] .cad-icon-grid button{background:var(--cri-surface-2);border-color:var(--cri-gray-light);color:var(--cri-black)}html[data-theme=dark] .cad-annotation-sel{background:#ffffff0f}html[data-theme=dark] .leaflet-bar a{background:var(--cri-surface);color:var(--cri-black);border-bottom-color:var(--cri-gray-light)}html[data-theme=dark] .leaflet-bar a:hover{background:var(--cri-surface-2)}html[data-theme=dark] .leaflet-control-attribution{color:var(--cri-gray);background:#14171ed1}html[data-theme=dark] .leaflet-control-attribution a{color:#9db4d0}html[data-theme=dark] .leaflet-control-layers{background:var(--cri-surface);color:var(--cri-black);border-color:var(--cri-gray-light)}html[data-theme=dark] .leaflet-control-layers-separator{border-top-color:var(--cri-gray-light)}html[data-theme=dark] .cad-fullscreen{background:var(--cri-bg)}html[data-theme=dark] .cad-side-tabs{background:var(--cri-surface-2)}html[data-theme=dark] .cri-card-inset{background:var(--cri-surface-2);color:var(--cri-black)}html[data-theme=dark] .cad-event-item{background:#ffffff08}html[data-theme=dark] .cad-clickable{background:#ffffff0a}html[data-theme=dark] .cad-back:hover,html[data-theme=dark] .cad-op:hover{background:var(--cri-surface-2)}html[data-theme=dark] .cad-ctx-item:hover{background:#ffffff0f}.toast-host[data-v-840b7f28]{z-index:9999;flex-direction:column;gap:8px;max-width:360px;display:flex;position:fixed;top:16px;right:16px}.toast[data-v-840b7f28]{color:#fff;cursor:pointer;border-radius:8px;padding:10px 14px;font-size:14px;animation:.18s ease-out toast-in-840b7f28;box-shadow:0 4px 12px #0003}.toast-error[data-v-840b7f28]{background:#c00}.toast-info[data-v-840b7f28]{background:#333}.toast-success[data-v-840b7f28]{background:#2e7d32}@keyframes toast-in-840b7f28{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
