:root{--bg:#0f172a;--panel:#1e293b;--panel-2:#334155;--border:#ffffff14;--text:#f8fafc;--muted:#9ca3af;--accent:#0ea5e9;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--surface-card:#111827c7;--surface-card-alt:#ffffff08;--surface-soft:#ffffff05;--surface-strong:#00000038;--surface-outline:#ffffff0d;--surface-overlay:#0b1220f5;--text-soft:#d1d5db;--radius:8px;--font:"Inter", "Segoe UI", Roboto, -apple-system, system-ui, sans-serif;--surface-raised:#16203a;--border-strong:#ffffff24;--accent-soft:#0ea5e91f;--ok:var(--success);--ok-soft:#10b9811f;--warn:var(--warning);--warn-soft:#f59e0b1f;--danger-soft:#ef44441f;--info:#8b5cf6;--info-soft:#8b5cf61f;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-7:32px;--sp-8:40px;--r-sm:6px;--r-md:8px;--r-lg:10px;--r-pill:999px;--shadow-1:0 4px 18px #0000001f;--shadow-2:0 16px 40px #00000059;--shadow-glow:0 0 0 3px #0ea5e926;--fs-xs:11px;--fs-sm:12px;--fs-md:13px;--fs-lg:15px;--fs-xl:18px;--fs-xxl:24px;--topbar-h:52px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font:14px var(--font);-webkit-font-smoothing:antialiased;font-variant-numeric:tabular-nums}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.skip-link{z-index:3000;background:var(--accent);color:#fff;border-radius:var(--r-sm);padding:8px 14px;font-size:13px;font-weight:700;position:absolute;top:8px;left:-9999px}.skip-link:focus{left:8px}html.theme-switching *,html.theme-switching :before,html.theme-switching :after{transition:none!important;animation-duration:0s!important}a{color:var(--accent);text-decoration:none;transition:all .2s}a:hover{filter:brightness(1.2);text-decoration:none}button{background:var(--accent);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}button:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e940}button:active{transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}button.secondary{background:var(--panel-2);color:var(--text);border-color:#ffffff0d}button.secondary:hover{box-shadow:0 4px 12px #00000026}button.danger{background:var(--danger);color:#fff}button.danger:hover{box-shadow:0 4px 12px #ef444440}button.success{background:var(--success);color:#fff}button.success:hover{box-shadow:0 4px 12px #10b98140}button.ghost{color:var(--text);background:0 0;border:1px solid #ffffff1a}button.ghost:hover{background:#ffffff08}input,select,textarea{color:var(--text);background:#11182799;border:1px solid #ffffff14;border-radius:6px;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;transition:all .2s}input[type=checkbox]{flex:none;width:16px;min-width:16px;height:16px;padding:0}input:focus,select:focus,textarea:focus{border-color:var(--accent);background:#111827e6;outline:none;box-shadow:0 0 0 3px #0ea5e926}label{color:var(--muted);margin-bottom:6px;font-size:12px;font-weight:500;display:block}.main-shell{border-radius:10px!important}.card{border-radius:8px!important}.inner-box,.button{border-radius:6px!important}.badge,.chip{border-radius:999px!important}.layout{background:var(--bg);grid-template-columns:240px 1fr;min-height:100vh;display:grid}.sidebar{background:#070a13;border-right:1px solid #ffffff0a;flex-direction:column;height:100vh;padding:20px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar h1{color:var(--text);letter-spacing:-.5px;margin:0 0 32px;font-size:18px;font-weight:650}.sidebar nav a{border-radius:var(--radius);color:var(--muted);align-items:center;gap:10px;margin-bottom:2px;padding:9px 12px;font-size:13.5px;font-weight:500;transition:all .15s;display:flex;position:relative}.sidebar nav a svg{opacity:.85;flex-shrink:0}.sidebar nav a.active{color:var(--accent);background:#0ea5e91a;font-weight:600}.sidebar nav a.active:before{content:"";background:var(--accent);border-radius:0 3px 3px 0;width:3px;position:absolute;top:7px;bottom:7px;left:-16px}.client-sidebar nav a.active:before{display:none}.sidebar nav a:hover{color:var(--text);background:#ffffff08;text-decoration:none}.sidebar .user{color:var(--muted);flex-direction:column;gap:4px;margin-top:auto;font-size:12px;display:flex}.sidebar-brand{border-bottom:1px solid #ffffff0d;align-items:center;gap:11px;margin-bottom:14px;padding:4px 6px 18px;display:flex}.sidebar-brand-icon{color:#fff;background:linear-gradient(135deg, var(--accent), #2563eb);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 4px 12px #0ea5e94d}.sidebar-brand-text{flex-direction:column;min-width:0;display:flex}.sidebar-brand-name{letter-spacing:-.4px;color:var(--text);font-size:17px;font-weight:650;line-height:1.2}.sidebar-brand-sub{text-transform:uppercase;letter-spacing:.8px;color:var(--muted);opacity:.8;font-size:10px;font-weight:600}.sidebar-section{margin-bottom:16px}.sidebar-section-title{text-transform:uppercase;letter-spacing:1px;color:var(--muted);opacity:.6;margin-bottom:6px;padding:0 12px;font-size:10px;font-weight:700}.sidebar-user-card{border:1px solid var(--border);background:#ffffff06;border-radius:14px;padding:12px;gap:0!important}.sidebar-user-row{align-items:center;gap:10px;min-width:0;display:flex}.sidebar-avatar{width:36px;height:36px;color:var(--accent);background:#0ea5e91f;border:1px solid #0ea5e940;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12.5px;font-weight:700;display:flex}.sidebar-user-meta{min-width:0}.sidebar-user-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.sidebar-user-role{text-transform:uppercase;letter-spacing:.5px;margin-top:1px;font-size:10.5px}.sidebar-user-actions{gap:6px;margin-top:12px;display:flex}.sidebar-user-actions button{flex:1;min-height:32px;padding:7px 8px;font-size:11.5px}.sidebar-user-card .theme-toggle{margin-top:6px}.mobile-topbar,.mobile-nav-backdrop,.mobile-sidebar-close{display:none}.main{padding:32px;overflow-y:auto}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h2{letter-spacing:-.5px;margin:0;font-size:22px;font-weight:700}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:24px;padding:24px;box-shadow:0 4px 20px #0000001f}.card:has(table){-webkit-overflow-scrolling:touch;overflow-x:auto}.card h3{margin-top:0;margin-bottom:16px;font-size:16px;font-weight:600}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.kpi{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:0 4px 18px #0000001a}.kpi .label{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:600}.kpi .value{color:var(--accent);letter-spacing:-.5px;margin-top:8px;font-size:28px;font-weight:700}.kpi .unit{color:var(--muted);margin-left:4px;font-size:13px;font-weight:500}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;border-bottom:1px solid #ffffff0a;padding:12px 14px}th{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;background:#ffffff03;font-size:11px;font-weight:600}th.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none}th.sortable-th:hover{color:var(--text)}tr:hover td{background:#ffffff03}.badge{border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge.pending{color:var(--warning);background:#f59e0b1a}.badge.auto{color:var(--success);background:#10b9811a}.badge.manual{color:var(--accent);background:#0ea5e91a}.badge.edited{color:#a78bfa;background:#8b5cf61a}.badge.rejected{color:var(--danger);background:#ef6e6e1a}.badge.active{color:var(--success);background:#10b9811a}.badge.paused{color:var(--warning);background:#f59e0b1a}.badge.completed{color:var(--muted);background:#9ca3af1a}.row{align-items:center;gap:16px;display:flex}.row>*{flex:0 auto}.row.tight{gap:8px}.import-sender-panel{background:#ffffff05;border:1px solid #ffffff13;border-radius:10px;gap:12px;margin-top:14px;padding:14px;display:grid}.import-sender-head{grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:12px;display:grid}.import-sender-title{min-width:0}.import-sender-title h3{margin:0 0 3px;font-size:15px}.import-sender-title span{font-size:12px;display:block}.import-sender-stats,.import-sender-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.import-sender-actions button{min-height:32px;padding:7px 10px}.import-sender-list{gap:8px;display:grid}.import-sender-list-title{color:var(--muted);text-transform:uppercase;letter-spacing:.7px;font-size:11px;font-weight:650}.import-sender-table-wrap{border:1px solid #ffffff0e;border-radius:9px;overflow-x:auto}.import-sender-table{font-size:12px}.import-sender-table th,.import-sender-table td{vertical-align:middle;padding:8px 10px}.import-sender-table strong{overflow-wrap:anywhere}.import-sender-allowed{margin-top:2px}.import-sender-allowed summary{cursor:pointer;color:var(--muted);font-size:12px;font-weight:650}.import-sender-allowed .import-sender-table-wrap{margin-top:8px}.import-preview-filters{grid-template-columns:minmax(240px,1fr) auto auto;align-items:center;gap:10px;margin:12px 0;display:grid}.import-preview-filters input{min-width:0}.import-ignore-details{background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;padding:10px 12px}.import-ignore-details summary{cursor:pointer;color:var(--text-soft);font-size:12px;font-weight:650}.import-ignore-details textarea{resize:vertical;min-height:88px;margin-top:10px}.import-ignore-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.import-ignore-actions button{min-height:32px;padding:7px 10px}.import-ignore-actions span{font-size:12px}@media (width<=1050px){.import-sender-head{grid-template-columns:1fr}.import-sender-stats,.import-sender-actions{justify-content:flex-start}.import-preview-filters{grid-template-columns:1fr;align-items:start}}.page-toolbar,.vessels-toolbar{flex-wrap:wrap;justify-content:flex-end}.vessels-headcard{flex-direction:column;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex}.vessels-tool-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.vessels-search{flex:260px;min-width:220px;max-width:420px}.vessels-tool-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.vessels-filter-row{border-top:1px solid #ffffff12;flex-wrap:wrap;align-items:center;gap:14px;padding-top:12px;display:flex}.vessels-total-pill{color:var(--muted);white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;margin-left:auto;padding:3px 10px;font-size:12px;font-weight:600}.vessels-selectbar{background:#0ea5e914;border:1px solid #0ea5e938;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 10px;display:flex}@media (width<=768px){.vessels-search{max-width:none}.vessels-tool-actions{justify-content:flex-start;width:100%;margin-left:0}.vessels-total-pill{margin-left:0}}[data-theme=light] .vessels-filter-row{border-top-color:#e2e8f0}[data-theme=light] .vessels-total-pill{color:#475569;background:#f1f5f9;border-color:#e2e8f0}[data-theme=light] .vessels-selectbar{background:#0ea5e914;border-color:#0ea5e94d}[data-theme=light] .vessel-client-badge{color:#0369a1;background:#0284c71a;border-color:#0284c747}[data-theme=light] .vessel-client-more{color:#475569;background:#eef2f7;border-color:#cbd5e1}[data-theme=light] .vessel-client-more:hover{color:#0369a1;background:#0284c71a;border-color:#0284c747}.view-tabs{background:#ffffff06;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:3px;padding:3px;display:inline-flex}.view-tabs button{min-height:34px;color:var(--muted);box-shadow:none;background:0 0;border-radius:7px;padding:6px 11px}.view-tabs button:hover{box-shadow:none;filter:none;color:var(--text);background:#ffffff0a;transform:none}.view-tabs button.active{color:#7dd3fc;background:#0ea5e926;border-color:#0ea5e947}.review-subtitle{margin:2px 0 0;font-size:12.5px}.review-modebar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.mode-tabs button{gap:7px}.mode-tabs button.active.tab-danger{color:#fca5a5;background:#ef444424;border-color:#ef44444d}.tab-count{text-align:center;background:#ffffff1f;border-radius:999px;min-width:20px;padding:1px 7px;font-size:11px;font-weight:700;line-height:1.5}.mode-tabs button.active .tab-count{background:#0ea5e94d}.mode-tabs button.active.tab-danger .tab-count{background:#ef44444d}.review-stats{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.stat-pill{color:var(--muted);white-space:nowrap;background:#ffffff08;border:1px solid #ffffff1a;border-radius:999px;padding:3px 11px;font-size:12px}.stat-pill strong{color:var(--text)}.stat-pill-active{color:#7dd3fc;background:#0ea5e91a;border-color:#0ea5e959}.key-hints{align-items:center;gap:3px;display:inline-flex}.key-hints kbd{color:var(--muted);background:#ffffff0d;border:1px solid #ffffff24;border-bottom-width:2px;border-radius:5px;padding:2px 6px;font-family:inherit;font-size:10px;line-height:1.4}.review-filter-head{color:var(--text);border-bottom:1px solid #ffffff12;align-items:center;gap:8px;margin-bottom:2px;padding-bottom:8px;font-size:13px;display:flex}.review-filter-head svg{color:var(--muted)}.audit-table{table-layout:fixed}.audit-table th:first-child{width:13%}.audit-table th:nth-child(2){width:22%}.audit-table th:nth-child(3){width:17%}.audit-table th:nth-child(4){width:22%}.audit-table th:nth-child(5){width:26%}.audit-table td{overflow-wrap:anywhere;vertical-align:top}.toast-host{z-index:1000;flex-direction:column;gap:8px;max-width:min(420px,100vw - 32px);display:flex;position:fixed;bottom:24px;right:24px}.toast{color:#fff;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px 10px 16px;font-size:13px;font-weight:600;display:flex;box-shadow:0 8px 24px #00000059}.toast-text{flex:1;min-width:0;line-height:1.45}.toast-close{box-shadow:none;color:inherit;opacity:.7;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:18px;line-height:1.2}.toast-close:hover{opacity:1;box-shadow:none;filter:none;background:0 0;transform:none}.toast-success{background:#14532d;border:1px solid #22c55e}.toast-error{background:#7f1d1d;border:1px solid #ef4444}.toast-info{background:#0c4a6e;border:1px solid #0ea5e9}@media (width<=640px){.toast-host{max-width:none;bottom:16px;left:16px;right:16px}}.pager-bar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin:12px 0;padding:10px 16px;display:flex}.pager-range{margin-right:auto;font-size:12px}.pager-size{width:auto;padding:4px 8px;font-size:12px}.pager-btn{padding:4px 12px}.pager-status{white-space:nowrap;font-size:12px;font-weight:700}@media (width<=640px){.review-modebar .view-tabs{flex-wrap:wrap;max-width:100%}.review-modebar .view-tabs button{padding:6px 9px}}.users-admin-grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.admin-filter-grid{min-width:0}.simple-list-view{border-top:1px solid var(--border);overflow-x:auto}.simple-list-table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:940px;font-size:12px}.simple-list-table th,.simple-list-table td{border-bottom:1px solid var(--border);vertical-align:top;overflow-wrap:anywhere;padding:9px 11px;line-height:1.45}.simple-list-table th{letter-spacing:.45px;white-space:nowrap;background:0 0}.simple-list-table tr:hover td{background:var(--surface-strong,#ffffff08)}.simple-cell-message{-webkit-line-clamp:4;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.simple-list-actions{flex-wrap:wrap;align-items:center;gap:4px 10px;display:flex}.simple-list-empty{color:var(--muted);text-align:center;padding:24px}.events-simple-table td:first-child,.events-simple-table th:first-child{width:3%}.events-simple-table td:nth-child(2),.events-simple-table th:nth-child(2){width:11%}.events-simple-table td:nth-child(3),.events-simple-table th:nth-child(3){width:9%}.events-simple-table td:nth-child(4),.events-simple-table th:nth-child(4){width:13%}.events-simple-table td:nth-child(5),.events-simple-table th:nth-child(5){width:28%}.events-simple-table td:nth-child(6),.events-simple-table th:nth-child(6){text-align:right;width:6%}.events-simple-table td:nth-child(7),.events-simple-table th:nth-child(7){width:9%}.events-simple-table td:nth-child(8),.events-simple-table th:nth-child(8){width:12%}.events-simple-table td:nth-child(9),.events-simple-table th:nth-child(9){width:9%}.review-simple-table td:first-child,.review-simple-table th:first-child{width:3%}.review-simple-table td:nth-child(2),.review-simple-table th:nth-child(2){width:11%}.review-simple-table td:nth-child(3),.review-simple-table th:nth-child(3){width:14%}.review-simple-table td:nth-child(4),.review-simple-table th:nth-child(4){width:9%}.review-simple-table td:nth-child(5),.review-simple-table th:nth-child(5){width:27%}.review-simple-table td:nth-child(6),.review-simple-table th:nth-child(6){width:13%}.review-simple-table td:nth-child(7),.review-simple-table th:nth-child(7){text-align:right;width:6%}.review-simple-table td:nth-child(8),.review-simple-table th:nth-child(8){width:8%}.review-simple-table td:nth-child(9),.review-simple-table th:nth-child(9){width:9%}.vessels-plain-view{border-top:1px solid var(--border);overflow-x:auto}.vessels-table-card{-webkit-overflow-scrolling:touch;overflow-x:auto}.vessel-name-cell{flex-wrap:wrap;align-items:center;gap:4px 8px;min-width:185px;display:flex}.vessel-name-cell strong{line-height:1.3}.vessel-op-badge{white-space:nowrap;color:#4ade80;cursor:pointer;background:#22c55e21;border:1px solid #22c55e59;border-radius:999px;align-items:center;gap:5px;padding:2px 9px;font-size:11px;font-weight:700;line-height:1.5;display:inline-flex}.vessel-op-badge:hover{box-shadow:none;filter:none;background:#22c55e38;transform:none}.vessel-op-badge .vessel-op-dot{background:#22c55e;border-radius:50%;flex:none;width:6px;height:6px;box-shadow:0 0 6px #22c55ecc}.vessel-clients-cell{flex-wrap:wrap;align-items:center;gap:4px;max-width:250px;display:flex}.vessel-client-badge{text-overflow:ellipsis;white-space:nowrap;color:#7dd3fc;background:#0ea5e924;border:1px solid #0ea5e952;border-radius:999px;max-width:120px;padding:2px 9px;font-size:11px;font-weight:600;line-height:1.65;display:inline-block;overflow:hidden}.vessel-client-more{white-space:nowrap;min-height:0;color:var(--muted);border:1px solid var(--border);cursor:pointer;background:#94a3b829;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:700;line-height:1.65;display:inline-block}.vessel-client-more:hover{color:#7dd3fc;box-shadow:none;filter:none;background:#0ea5e929;border-color:#0ea5e952;transform:none}.vessels-plain-table{table-layout:fixed;min-width:760px;font-size:12px}.vessels-plain-table th,.vessels-plain-table td{border-bottom:1px solid var(--border);vertical-align:middle;overflow-wrap:anywhere;padding:8px 9px}.vessels-plain-table th{border-bottom:1px solid var(--border);vertical-align:middle;letter-spacing:.45px;background:0 0;padding:8px 9px}.vessels-plain-table th:first-child,.vessels-plain-table td:first-child{width:20%}.vessels-plain-table th:nth-child(2),.vessels-plain-table td:nth-child(2){width:9%}.vessels-plain-table th:nth-child(3),.vessels-plain-table td:nth-child(3){width:8%}.vessels-plain-table th:nth-child(4),.vessels-plain-table td:nth-child(4){width:12%}.vessels-plain-table th:nth-child(5),.vessels-plain-table td:nth-child(5){width:10%}.vessels-plain-table th:last-child,.vessels-plain-table td:last-child{width:17%}.vessels-plain-table tr:hover td{background:var(--surface-strong,#ffffff08)}.vessels-plain-actions{flex-wrap:wrap;align-items:center;gap:4px 9px;display:flex}button.plain-link{color:#7dd3fc;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;font-size:12px}button.plain-link:hover{box-shadow:none;filter:none;color:#bae6fd;text-decoration:underline;transform:none}button.success-link{color:#86efac}button.success-link:hover{color:#bbf7d0}button.danger-link{color:#fca5a5}button.danger-link:hover{color:#fecaca}.vessels-plain-empty{color:var(--muted);text-align:center;padding:24px}.parser-keyword-list{gap:12px;display:grid}.parser-keyword-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);grid-template-columns:minmax(180px,1.1fr) minmax(260px,2fr) minmax(90px,.45fr) auto;align-items:start;gap:14px;min-width:0;padding:16px;display:grid}.parser-keyword-main,.parser-keyword-detail,.parser-keyword-stats{min-width:0}.parser-keyword-badges{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.parser-keyword-detail{gap:5px;font-size:12px;display:grid}.parser-field-label{color:var(--muted);text-transform:uppercase;letter-spacing:.6px;font-size:10px;font-weight:650}.parser-pattern{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-width:100%;color:var(--text-soft);background:#00000029;border:1px solid #ffffff12;border-radius:8px;padding:8px 9px;font-size:11px;line-height:1.45;display:block}.parser-keyword-stats{gap:12px;display:grid}.parser-keyword-stats strong{margin-top:4px;font-size:15px;display:block}.parser-keyword-actions{flex-direction:column;align-items:stretch;gap:8px;min-width:104px;display:flex}.parser-keyword-actions button{white-space:nowrap;min-height:34px;padding:7px 10px}.parser-edit-modal{box-sizing:border-box;width:min(1040px,100vw - 32px);max-width:min(1040px,100vw - 32px);max-height:calc(100dvh - 32px);padding:28px;overflow-x:hidden}.parser-edit-header h3{margin-bottom:6px}.parser-edit-header p{margin:0 0 18px}.parser-edit-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.parser-edit-close{width:36px;height:36px;color:var(--text);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.parser-edit-close:hover{background:#ffffff14}.parser-edit-layout{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:start;gap:18px;display:grid}.parser-edit-section{border-radius:var(--radius);background:#ffffff05;border:1px solid #ffffff0f;min-width:0;padding:18px}.parser-edit-section h4{align-items:center;gap:8px;margin:0 0 14px;display:flex}.parser-edit-grid{gap:14px}.parser-event-help{border-radius:var(--radius);color:var(--text-soft);background:#0ea5e914;border:1px solid #0ea5e933;grid-column:1/-1;gap:5px;padding:14px;display:grid}.parser-event-help strong{color:var(--text)}.parser-example-box{border-radius:var(--radius);background:#10b9810f;border:1px solid #10b9812e;gap:10px;margin-bottom:14px;padding:14px;display:grid}.parser-example-box strong{font-size:15px}.parser-example-box button{justify-self:start}.parser-test-box textarea{resize:vertical;min-height:170px}.parser-modal-actions{border-top:1px solid var(--border);background:#111827f5;justify-content:flex-end;margin:18px -32px -32px;padding:14px 32px;position:sticky;bottom:-32px}.parser-edit-modal .parser-modal-actions{background:0 0;margin:18px 0 0;padding:14px 0 0;position:static;bottom:auto}@media (width<=1180px){.parser-keyword-card{grid-template-columns:minmax(180px,1fr) minmax(240px,1.4fr) auto}.parser-keyword-stats{grid-column:1/3;grid-template-columns:repeat(2,max-content)}}@media (width<=820px){.parser-keyword-card{grid-template-columns:1fr}.parser-keyword-stats{grid-column:auto;grid-template-columns:repeat(2,max-content)}.parser-keyword-actions{flex-direction:row;min-width:0}.parser-edit-modal{width:min(100vw - 24px,720px);max-width:min(100vw - 24px,720px);padding:20px}.parser-edit-layout{grid-template-columns:1fr}.parser-edit-section{padding:14px}.parser-edit-grid{grid-template-columns:1fr!important}.parser-modal-actions{margin:18px -24px -24px;padding:12px 24px;bottom:-24px}}.client-detail-plain{color:var(--text);gap:16px;display:grid}.client-plain-hero{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.client-plain-hero-card{background:#ffffff06;border:1px solid #94a3b829;border-radius:14px;align-content:start;gap:11px;min-width:0;padding:20px 20px 18px;display:grid}.client-plain-hero-card .q{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:700}.client-plain-hero-card .a{color:var(--text);letter-spacing:-.02em;font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:clamp(24px,2.4vw,32px);font-weight:650;line-height:1.08}.client-plain-hero-card .sub{color:var(--muted);font-size:12.5px;font-weight:700;line-height:1.5}.client-plain-hero-card .sub strong{color:var(--text);font-weight:700}.client-plain-bar{background:#94a3b824;border-radius:999px;height:11px;overflow:hidden}.client-plain-bar>i{background:linear-gradient(90deg,#0891b2,#06b6d4);border-radius:999px;height:100%;display:block;box-shadow:0 0 14px #06b6d459}.client-plain-stopbanner{background:#f59e0b1a;border:1px solid #f59e0b59;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}.client-plain-chips{flex-wrap:wrap;gap:8px;display:flex}.client-plain-chip{color:var(--text);white-space:nowrap;background:#94a3b80f;border:1px solid #94a3b82e;border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:12.5px;font-weight:650;display:inline-flex}.client-plain-chip.is-warn{background:#f59e0b12;border-color:#f59e0b59}.client-plain-chips--compact{gap:6px;margin-top:14px}.client-plain-chips--compact .client-plain-chip{overflow-wrap:anywhere;gap:6px;min-width:0;max-width:100%;padding:6px 10px;font-size:11.5px}.client-plain-details{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.client-plain-detail-card{background:#ffffff05;border:1px solid #94a3b824;border-radius:12px;min-width:0;padding:14px 16px}.client-plain-detail-card .t{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;font-size:10.5px;font-weight:700}.client-plain-detail-card dl{gap:8px;margin:0;display:grid}.client-plain-detail-card dl>div{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.client-plain-detail-card dt{color:var(--muted);font-size:12px;font-weight:600}.client-plain-detail-card dd{color:var(--text);text-align:right;overflow-wrap:anywhere;font-variant-numeric:tabular-nums;min-width:0;margin:0;font-size:13px;font-weight:700}.client-plain-feed-title{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:6px;font-size:11px;font-weight:700}.client-plain-feed{background:#ffffff04;border:1px solid #94a3b824;border-radius:12px;padding:2px 14px}.client-plain-feed-item{border-bottom:1px dashed #94a3b821;align-items:baseline;gap:14px;padding:10px 0;display:flex}.client-plain-feed-item:last-child{border-bottom:none}.client-plain-feed-time{color:var(--accent);font-variant-numeric:tabular-nums;flex:0 0 48px;font-size:12.5px;font-weight:700}.client-plain-feed-text{min-width:0;color:var(--text);overflow-wrap:anywhere;flex:1;font-size:13px;font-weight:700;line-height:1.45}.client-plain-feed-text strong{font-weight:700}.client-plain-feed-clerk{color:var(--muted);flex:none;font-size:11.5px;font-weight:600}@media (width<=980px){.client-plain-hero{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.client-plain-hero-card:first-child{grid-column:1/-1}.client-plain-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.client-detail-plain{gap:12px;min-width:0!important;max-width:100%!important;padding:14px 12px 18px!important}.client-plain-hero-card{border-radius:12px;gap:7px;padding:13px 14px 12px}.client-plain-hero-card .q{letter-spacing:.6px;font-size:9.5px}.client-plain-hero-card .a{font-size:21px}.client-plain-hero-card:first-child .a{font-size:27px}.client-plain-hero-card .sub{font-size:11.5px;line-height:1.45}.client-plain-bar{height:9px}.client-plain-chips{gap:6px;min-width:0!important;max-width:100%!important}.client-plain-chip{white-space:normal;overflow-wrap:anywhere;min-width:0;max-width:100%;padding:6px 10px;font-size:11.5px;line-height:1.35}.client-plain-details{grid-template-columns:1fr;gap:8px}.client-plain-detail-card{padding:12px 14px}.client-plain-detail-card .t{margin-bottom:8px}.client-plain-detail-card dt{font-size:11.5px}.client-plain-detail-card dd{font-size:12.5px}.client-plain-feed{padding:2px 12px;overflow:hidden;min-width:0!important;max-width:100%!important}.client-plain-feed-item{grid-template-columns:42px minmax(0,1fr);align-items:baseline;gap:6px 9px;min-width:0;padding:10px 0;display:grid}.client-plain-feed-time{flex-basis:auto;min-width:0}.client-plain-feed-text{white-space:normal;overflow-wrap:anywhere;min-width:0;font-size:12.5px}.client-plain-feed-clerk{display:none}}.login-wrap{background:linear-gradient(135deg,#070a13,#0f172a);place-items:center;min-height:100dvh;display:grid}.error{color:var(--danger);margin-top:10px;font-size:12px;font-weight:500}.muted{color:var(--muted)}.right{text-align:right}.modal-backdrop{box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000b3;place-items:center;padding:16px;display:grid;position:fixed;inset:0;overflow:hidden}.modal{background:var(--panel);border:1px solid var(--border);border-radius:16px;width:540px;max-height:85vh;padding:32px;overflow-y:auto;box-shadow:0 20px 50px #0000004d}.modal.parser-edit-modal{box-sizing:border-box;width:min(1040px,100vw - 32px);max-width:min(1040px,100vw - 32px);max-height:calc(100dvh - 32px);padding:28px;overflow-x:hidden}.modal h3{margin-top:0;margin-bottom:20px;font-size:18px;font-weight:700}.modal-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.modal-head h3{flex:1;min-width:0}.modal-x-close{width:36px;height:36px;color:var(--text);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:22px;line-height:1;display:inline-flex}.modal-x-close:hover{background:#ffffff14}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-grid .full{grid-column:1/-1}@media (width<=768px){.layout{grid-template-rows:auto 1fr;grid-template-columns:1fr}.mobile-topbar{z-index:100;background:#070a13;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.mobile-menu-button{border-radius:10px;align-items:center;gap:8px;min-height:38px;padding:8px 12px;display:inline-flex}.mobile-topbar-brand{color:var(--text);align-items:center;gap:8px;font-weight:650;display:inline-flex}.mobile-topbar-brand svg{color:var(--accent)}.mobile-nav-backdrop{z-index:89;box-shadow:none;background:#00000094;border:0;border-radius:0;padding:0;display:block;position:fixed;inset:0}.sidebar{z-index:90;width:min(300px,100vw - 44px);max-width:100vw;height:auto;padding:16px 20px 20px;transition:transform .18s;display:flex;position:fixed;top:63px;bottom:0;left:0;overflow-y:auto;transform:translate(-105%);box-shadow:20px 0 44px #00000061}.sidebar>div:first-child{display:none!important}.mobile-sidebar-close{width:34px;min-height:34px;color:var(--text);background:#ffffff0a;border-radius:10px;justify-content:center;align-items:center;margin-left:auto;padding:0;display:inline-flex}.mobile-sidebar-close svg{pointer-events:none}.mobile-nav-active .sidebar{transform:translate(0)}.main{padding:18px 16px 24px;overflow-x:hidden}.page-header{flex-wrap:wrap;align-items:flex-start;gap:10px}.page-header>*{min-width:0}.page-header .row{justify-content:flex-start;width:100%}.row{flex-wrap:wrap;align-items:stretch}.row>*{min-width:0}.card{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}.card table{width:max-content;min-width:100%}.card th,.card td{white-space:normal;overflow-wrap:anywhere}.card .badge{white-space:nowrap;overflow-wrap:normal;word-break:keep-all;width:fit-content}.card .row.tight{align-items:center}.mobile-card-table{display:block;width:100%!important;min-width:0!important}.mobile-card-table thead{display:none}.mobile-card-table tbody{gap:12px;display:grid}.mobile-card-table tr{background:#ffffff05;border:1px solid #ffffff12;border-radius:10px;gap:9px;padding:14px;display:grid}.mobile-card-table tr:hover td{background:0 0}.mobile-card-table td{border:0;grid-template-columns:minmax(84px,34%) minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:0;display:grid;width:100%!important}.mobile-card-table td:before{content:attr(data-label);color:var(--muted);text-transform:uppercase;letter-spacing:.55px;font-size:10px;font-weight:650;line-height:1.35}.mobile-card-table td[colspan]{text-align:center;padding:10px;display:block}.mobile-card-table td[colspan]:before{content:none}.mobile-card-table .vessel-name-cell{min-width:0}.mobile-card-select{grid-template-columns:minmax(84px,34%) auto!important;align-items:center!important}.mobile-card-actions{grid-template-columns:1fr!important;gap:8px!important;padding-top:6px!important}.mobile-card-actions:before{margin-bottom:-2px}.mobile-card-actions .row,.mobile-card-actions .row.tight,.mobile-card-actions .dash-actions,.mobile-card-actions .vessels-plain-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid!important}.mobile-card-actions button{white-space:normal;width:100%;min-height:42px}.mobile-card-actions .dash-action-btn{border-color:#ffffff14;justify-content:center;width:100%;min-height:42px}.operation-events-mobile-table .mobile-card-actions{grid-template-columns:minmax(84px,34%) minmax(0,1fr)!important;align-items:center!important}.operation-events-mobile-table .mobile-card-actions button{justify-content:center;align-items:center;width:42px;min-height:36px;display:inline-flex;margin-right:6px!important}.operation-events-mobile-table .operation-event-actions{justify-content:flex-start;align-items:center;gap:6px;min-width:0;display:flex}.mobile-card-actions button.plain-link{justify-content:flex-start;width:auto;min-height:34px;padding:6px 0}.whatsapp-mobile-table code{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.import-sender-table-wrap{overflow-x:hidden;max-height:none!important}.import-sender-table-wrap .mobile-card-table td{font-size:13px}.form-grid,.review-edit-diff{grid-template-columns:1fr!important}.review-edit-diff>*{min-width:0}.review-edit-diff pre{overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap!important}.form-grid>*,.form-grid .full{grid-column:auto!important}.admin-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-filter-grid>*{min-width:0}.admin-filter-wide,.admin-filter-actions{grid-column:1/-1!important}.admin-filter-actions{grid-template-columns:1fr;justify-content:stretch!important;align-items:stretch!important;gap:8px!important;display:grid!important}.admin-filter-actions button{white-space:normal;width:100%;min-height:44px;line-height:1.2}.modal-backdrop{align-items:start;padding:12px;overflow-y:auto}.modal{box-sizing:border-box;width:min(100%,100vw - 24px);max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);padding:20px;overflow-x:hidden}.modal.parser-edit-modal{width:min(100%,100vw - 24px);max-width:calc(100vw - 24px);padding:18px}.lexicon-page-head{flex-direction:column;align-items:stretch!important}.lexicon-reload-btn{justify-content:center;width:100%;min-height:42px}.lexicon-section-head{flex-wrap:wrap}.lexicon-add-btn{justify-content:center;width:100%;min-height:42px}.lexicon-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}input,select,textarea,button{max-width:100%}.users-admin-grid{grid-template-columns:minmax(0,1fr)}}.client-layout{grid-template-columns:80px 1fr;transition:grid-template-columns .22s cubic-bezier(.4,0,.2,1)}:is(.client-layout:has(.client-sidebar:hover),.client-layout:has(.client-sidebar:focus-within)){grid-template-columns:264px 1fr}.client-layout .sidebar{background:#05080d}.client-sidebar h1{color:var(--text);margin-bottom:4px}.client-sidebar{z-index:90;border-right:1px solid #94a3b81f;flex-direction:column;width:80px;height:100vh;padding:0;transition:width .22s cubic-bezier(.4,0,.2,1),box-shadow .22s;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:inset -1px 0 #ffffff05}.client-sidebar:hover,.client-sidebar:focus-within{width:264px;box-shadow:16px 0 36px #00000042,inset -1px 0 #ffffff05}.client-icon-rail{background:#080b0f;border-right:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:18px;min-width:0;padding:24px 14px;display:flex}.client-rail-logo{color:#fff;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:0 1px 2px #0000001f}.client-rail-nav{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.client-rail-nav a,.client-rail-icon{color:#64748b;width:44px;height:44px;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.client-rail-nav a:hover,.client-rail-icon:hover{color:#cbd5e1;box-shadow:none;filter:none;background:#ffffff09;transform:none}.client-rail-nav a.active{color:#22d3ee;background:#0ea5e91f;border-color:#0ea5e92e}.client-rail-nav a.active:before{content:"";background:#22d3ee;border-radius:0 6px 6px 0;width:4px;height:24px;position:absolute;top:50%;left:-14px;transform:translateY(-50%)}.client-rail-icon.is-admin{color:#38bdf8;background:#0ea5e914;border-color:#0ea5e92e}.client-rail-bottom{flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:auto;display:flex}.client-icon-rail .theme-toggle{border-radius:14px;justify-content:center;width:44px;height:44px;padding:0}.client-icon-rail .theme-toggle span{display:none}.client-rail-avatar{color:#cbd5e1;letter-spacing:.3px;background:#1e293b;border:1px solid #334155;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:11px;font-weight:700;display:inline-flex}.client-vessel-panel{scrollbar-width:thin;scrollbar-color:#94a3b840 transparent;background:#05080d;flex-direction:column;flex:auto;width:264px;min-width:0;min-height:0;padding:23px 10px 0 16px;display:flex;overflow:hidden auto}.client-vessel-panel::-webkit-scrollbar{width:3px}.cvg-scroll::-webkit-scrollbar{width:3px}.client-vessel-panel::-webkit-scrollbar-track{background:0 0}.cvg-scroll::-webkit-scrollbar-track{background:0 0}.client-vessel-panel::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:999px}.cvg-scroll::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:999px}.client-vessel-panel::-webkit-scrollbar-thumb:hover{background:#94a3b873}.cvg-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b873}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel{padding-left:14px;overflow:hidden}.client-vessel-panel-head{align-items:center;gap:12px;min-height:42px;padding:0 10px 24px 0;display:flex}.client-vessel-panel-head .client-rail-logo{margin-left:0;transform:none}.client-vessel-panel-head>span{color:#f8fafc;letter-spacing:0;opacity:1;font-size:17px;font-weight:700;line-height:1;transition:opacity .12s}.client-vessel-panel-head .client-brand-text{flex-direction:column;justify-content:center;gap:4px;min-width:0;display:flex}.client-brand-name{color:#fff;letter-spacing:-.5px;font-size:22px;font-weight:700;line-height:1.1}.client-brand-sub{color:#94a3b8;letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:700;line-height:1}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head>span,.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a span,.client-sidebar:not(:hover):not(:focus-within) .client-admin-return span,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section-title,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section a span,.client-sidebar:not(:hover):not(:focus-within) .cvg__head,.client-sidebar:not(:hover):not(:focus-within) .cvr__body,.client-sidebar:not(:hover):not(:focus-within) .client-footer-user-text,.client-sidebar:not(:hover):not(:focus-within) .client-footer-logout{opacity:0;pointer-events:none}.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a span,.client-sidebar:not(:hover):not(:focus-within) .client-admin-return span,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section-title,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section a span,.client-sidebar:not(:hover):not(:focus-within) .cvg__head,.client-sidebar:not(:hover):not(:focus-within) .cvr__body,.client-sidebar:not(:hover):not(:focus-within) .client-footer-user-text,.client-sidebar:not(:hover):not(:focus-within) .client-footer-logout{display:none}.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav svg,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section svg,.client-sidebar:not(:hover):not(:focus-within) .client-admin-return svg{flex-shrink:0}.client-vessel-panel-head>small{color:#64748b;letter-spacing:.9px;text-transform:uppercase;font-size:9px;font-weight:650}.client-panel-nav,.client-panel-section{flex-direction:column;gap:8px;display:flex}.client-panel-nav{flex:none;margin-bottom:14px}.client-panel-section{flex:none;margin-top:16px;margin-bottom:14px}.client-panel-nav a,.client-panel-section a,.client-admin-return{color:#94a3b8;width:100%;min-height:40px;box-shadow:none;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;padding:0 14px;font-size:13.5px;font-weight:550;transition:width .18s,background .16s,color .16s,opacity .12s;display:flex;position:relative}.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section a,.client-sidebar:not(:hover):not(:focus-within) .client-admin-return{color:#94a3b8;justify-content:center;width:52px;min-height:40px;padding:0}.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a.active,.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a:hover,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section a.active,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section a:hover{color:#f8fafc;background:#ffffff0a}.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a.active:before,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section a.active:before,.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:after{content:"";width:3px;height:20px;box-shadow:none;background:#3b82f6;border-radius:0 4px 4px 0;position:absolute;top:10px;left:0}.client-panel-nav a.active,.client-panel-section a.active{color:#f8fafc;background:#ffffff0b;border-color:#ffffff14}.client-panel-nav a:hover,.client-panel-section a:hover,.client-admin-return:hover{color:#e2e8f0;filter:none;box-shadow:none;background:#ffffff09;transform:none}.client-admin-return{color:#60a5fa;cursor:pointer;background:#3b82f614;justify-content:flex-start;min-height:36px;margin:-14px 0 14px}.client-panel-section-title,.cvg__label{color:#64748b;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:650}.client-panel-section-title{padding:0 0 8px 10px}.client-footer-stack{border-top:1px solid #94a3b814;flex-direction:column;flex:none;gap:6px;margin:0 0 0 -28px;padding:10px 14px 16px 28px;display:flex}.client-vessel-panel:not(:has(.client-sidebar-vessels)) .client-footer-stack{margin-top:auto}.client-vessel-panel-user{background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:8px;min-height:46px;padding:6px 10px;display:flex}.client-vessel-panel-user strong,.client-vessel-panel-user span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.client-vessel-panel-user strong{color:#fff;font-size:12px;font-weight:820}.client-vessel-panel-user span{color:#64748b;margin-top:2px;font-size:10px}.client-sidebar-vessels{flex-direction:column;flex:auto;min-height:180px;margin-top:0;transition:margin .18s;display:flex;overflow:hidden}.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels{background:#ffffff0a;border-radius:9px;flex:none;width:52px;height:44px;min-height:0;margin-top:22px;position:relative;overflow:visible}.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:before{content:"";background:#22d3ee;width:18px;height:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20a2.4 2.4 0 0 0 2 1 2.4 2.4 0 0 0 2-1 2.4 2.4 0 0 1 4 0 2.4 2.4 0 0 0 4 0 2.4 2.4 0 0 1 4 0 2.4 2.4 0 0 0 4 0'/%3E%3Cpath d='M4 18l-1-5h18l-2 5'/%3E%3Cpath d='M5 13V7h8l4 6'/%3E%3Cpath d='M7 7V4h4v3'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20a2.4 2.4 0 0 0 2 1 2.4 2.4 0 0 0 2-1 2.4 2.4 0 0 1 4 0 2.4 2.4 0 0 0 4 0 2.4 2.4 0 0 1 4 0 2.4 2.4 0 0 0 4 0'/%3E%3Cpath d='M4 18l-1-5h18l-2 5'/%3E%3Cpath d='M5 13V7h8l4 6'/%3E%3Cpath d='M7 7V4h4v3'/%3E%3C/svg%3E") 50%/contain no-repeat}.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:hover,.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:focus-within{background:#ffffff0a}.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:after{background:#22d3ee;box-shadow:0 0 12px #22d3ee75}.client-vessel-search{margin:0 0 10px;display:block;position:relative}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-search,.client-sidebar:not(:hover):not(:focus-within) .cvg-scroll{display:none}.cvg-scroll{flex-direction:column;flex:auto;gap:18px;min-height:0;padding-right:6px;display:flex;overflow-y:auto}.client-sidebar:not(:hover):not(:focus-within) .cvg-scroll{gap:18px;padding-right:0;overflow:hidden}.client-sidebar:not(:hover):not(:focus-within) .cvg__empty,.client-sidebar:not(:hover):not(:focus-within) .cvg__chevron,.client-sidebar:not(:hover):not(:focus-within) .cvg__count{display:none}.cvg{flex-direction:column;gap:12px;display:flex}.client-sidebar:not(:hover):not(:focus-within) .cvg{gap:12px}.cvg__head{cursor:default;text-align:left;color:#7f8da6;background:0 0;border:0;border-radius:0;justify-content:flex-start;align-items:center;gap:6px;width:100%;min-height:24px;padding:0 0 0 10px;transition:color .14s,opacity .14s;display:flex}button.cvg__head{cursor:pointer}.cvg__head .cvg__rule{margin-left:auto}button.cvg__head:hover{color:#cbd5e1;filter:none;box-shadow:none;background:0 0;transform:none}.cvg__dot{width:4px;height:4px;box-shadow:none;background:#22d3eee6;border-radius:999px;flex-shrink:0}.cvg__dot--done{box-shadow:none;background:#64748b}.cvg__head--active .cvg__label,.cvg__head--done .cvg__label{color:#94a3b8}.cvg__count{color:#94a3b8;font-variant-numeric:tabular-nums;background:#94a3b814;border:1px solid #94a3b81f;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:7px;font-weight:650;line-height:1;display:inline-flex}.cvg__count--done{color:#94a3b8;background:#64748b14;border-color:#64748b1f}.cvg__rule{background:linear-gradient(90deg,#ffffff14,#ffffff03);flex:1;min-width:8px;height:1px;display:none}.cvg__chevron{color:#94a3b873;flex-shrink:0;align-items:center;display:inline-flex}.cvg__list{flex-direction:column;gap:10px;display:flex}.cvg__empty{color:#ffffff4d;letter-spacing:.1px;text-align:center;background:#ffffff04;border:1px dashed #ffffff12;border-radius:10px;padding:10px 12px;font-size:10px;font-weight:600}.cvr{color:#fffffff0;cursor:pointer;text-align:left;width:100%;min-width:0;box-shadow:none;background:#ffffff05;border:1px solid #ffffff0f;border-radius:8px;align-items:flex-start;padding:8px 10px;transition:background .14s,border-color .14s,color .14s;display:flex;overflow:hidden}.client-sidebar:not(:hover):not(:focus-within) .cvr{background:0 0;border-color:#0000;justify-content:center;align-items:center;width:52px;height:44px;padding:0}.client-sidebar:not(:hover):not(:focus-within) .cvr__stripe{color:#7f8da6}.client-sidebar:not(:hover):not(:focus-within) .cvr--sel .cvr__stripe{color:#3b82f6}.cvr:hover{box-shadow:none;filter:none;background:#ffffff09;border-color:#ffffff1a;transform:none}.cvr--sel{color:#fff;background:#3b82f614;border-color:#3b82f647}.cvr--sel:hover{background:#3b82f61f;border-color:#3b82f659}.cvr--stop{background:#ffffff05;border-color:#ffffff0f #ffffff0f #ffffff0f #f97316;border-left-style:solid;border-left-width:3px}.cvr--done{opacity:.56}.cvr--done:hover{opacity:.85}.cvr__stripe{color:#64748b;background:0 0;border-radius:0;flex-shrink:0;width:18px;height:18px;transition:color .14s;position:relative}.cvr__stripe:before{content:"";background:currentColor;position:absolute;inset:1px 0 0;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20a2.4 2.4 0 0 0 2 1 2.4 2.4 0 0 0 2-1 2.4 2.4 0 0 1 4 0 2.4 2.4 0 0 0 4 0 2.4 2.4 0 0 1 4 0 2.4 2.4 0 0 0 4 0'/%3E%3Cpath d='M4 18l-1-5h18l-2 5'/%3E%3Cpath d='M5 13V7h8l4 6'/%3E%3Cpath d='M7 7V4h4v3'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 20a2.4 2.4 0 0 0 2 1 2.4 2.4 0 0 0 2-1 2.4 2.4 0 0 1 4 0 2.4 2.4 0 0 0 4 0 2.4 2.4 0 0 1 4 0 2.4 2.4 0 0 0 4 0'/%3E%3Cpath d='M4 18l-1-5h18l-2 5'/%3E%3Cpath d='M5 13V7h8l4 6'/%3E%3Cpath d='M7 7V4h4v3'/%3E%3C/svg%3E") 50%/contain no-repeat}.cvr--sel .cvr__stripe{color:#60a5fa}.cvr--stop .cvr__stripe{color:#f97316}.cvr--done .cvr__stripe{color:#94a3b8}.cvr__body{flex-direction:column;flex:1;gap:3px;min-width:0;padding:0 0 0 10px;display:flex}.cvr__head{align-items:center;gap:6px;min-width:0;display:flex}.cvr__name{text-overflow:ellipsis;white-space:nowrap;color:#fff;text-transform:uppercase;flex:1;min-width:0;font-size:12px;font-weight:650;line-height:1.2;overflow:hidden}.cvr--sel .cvr__name{color:#60a5fa}.cvr--stop .cvr__name{color:#fff}.cvr--done .cvr__name{color:#64748b;text-decoration:none}.cvr__badge{letter-spacing:.4px;text-transform:uppercase;border:1px solid #0000;border-radius:4px;flex-shrink:0;align-items:center;padding:1.5px 5px;font-size:7.5px;font-weight:600;line-height:1;display:inline-flex}.cvr__badge--live{color:#10b981;background:#10b98114;border-color:#10b98133}.cvr__badge--stop{color:#d97706;background:#f59e0b14;border-color:#f59e0b33}.cvr__badge--done{color:#64748b;background:#64748b14;border-color:#64748b2e}.cvr__bar-row{align-items:center;gap:7px;margin-top:2px;display:flex}.cvr__date{font-variant-numeric:tabular-nums;letter-spacing:.08px;color:#64748b;font-size:9px;font-weight:700;line-height:1.1}.cvr__statusline{text-overflow:ellipsis;white-space:nowrap;color:#22d3ee;font-size:9px;font-weight:650;line-height:1.2;display:block;overflow:hidden}.cvr--stop .cvr__statusline{color:#f59e0b}.cvr--done .cvr__statusline{color:#10b981}.cvr__bar-wrap{background:#ffffff12;border-radius:999px;flex:1;height:3px;overflow:hidden}.cvr__bar-fill{background:#22d3eea6;border-radius:999px;min-width:2px;height:100%;transition:width .4s;display:block}.cvr__pct{text-align:right;font-variant-numeric:tabular-nums;color:#ffffffd1;flex-shrink:0;min-width:26px;font-size:9px;font-weight:650;line-height:1}.cvr--stop .cvr__pct{color:#fcd34d}.cvr__meta{text-overflow:ellipsis;white-space:nowrap;color:#f59e0b;letter-spacing:.1px;font-size:9px;font-weight:600;line-height:1.2;overflow:hidden}.client-footer-icon,.client-footer-logout{color:#66758e;width:34px;height:34px;box-shadow:none;background:0 0;border:0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.client-footer-icon:hover,.client-footer-logout:hover{color:#cbd5e1;filter:none;box-shadow:none;background:#0f172ab8;transform:none}.client-footer-theme{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;justify-content:flex-start;gap:8px;width:100%;min-height:40px;padding:0 12px}.client-footer-theme span{white-space:nowrap;font-size:11px;font-weight:700}.client-footer-user-meta{flex-direction:column;flex:auto;gap:8px;min-width:0;display:flex}.client-footer-logout{opacity:0;margin-left:auto}.client-vessel-panel-user:hover .client-footer-logout{opacity:1}.client-footer-user-text{min-width:0}.client-sidebar:not(:hover):not(:focus-within) .client-footer-stack{border-top:0;flex-direction:column;justify-content:flex-end;align-items:center;gap:14px;width:80px;margin-top:auto;margin-left:-24px;padding:0 0 22px}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-user{justify-content:center;width:52px;min-height:52px;padding:0}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-user .client-footer-user-meta,.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-user .client-footer-logout{display:none}.client-sidebar:not(:hover):not(:focus-within) .client-footer-theme{justify-content:center;width:52px;min-height:44px;padding:0}.client-sidebar:not(:hover):not(:focus-within) .client-footer-theme span,.client-mobile-topbar,.client-mobile-nav-backdrop,.client-mobile-opbar{display:none}.client-mobile-vessel{min-width:154px;max-width:210px;height:44px;box-shadow:none;text-align:left;border:1px solid #ffffff14;border-radius:10px;flex:none;align-items:center;gap:8px;padding:8px 10px;display:inline-flex}.client-mobile-vessel:hover{box-shadow:none;transform:none}.client-mobile-vessel-text{flex-direction:column;gap:2px;min-width:0;line-height:1.1;display:flex}.client-mobile-vessel-text strong,.client-mobile-vessel-text small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.client-mobile-vessel-text strong{font-size:12px;font-weight:650}.client-mobile-vessel-text small{color:#ffffff80;font-size:9.5px;font-weight:650}.cdash{flex-direction:column;gap:24px;max-width:1200px;display:flex}.cdash-switch{flex-wrap:wrap;gap:8px;display:flex}.chip{background:var(--panel-2);color:var(--text);cursor:default;border:1px solid #0000;border-radius:999px;align-items:center;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}button.chip{cursor:pointer;border:1px solid #ffffff0a}button.chip:hover{background:#ffffff0f}.chip-active{color:var(--accent)!important;background:#0ea5e926!important;border-color:#0ea5e94d!important}.chip-success{color:var(--success);background:#10b9811a;border-color:#10b98126}.chip-warn{color:var(--warning);background:#f59e0b1a;border-color:#f59e0b26}.chip-accent{color:var(--accent);background:#0ea5e91a;border-color:#0ea5e926}.chip-muted{color:var(--muted);background:#94a3b826}.cdash-hero{border:1px solid var(--border);background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:10px;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.cdash-hero-vessel{font-size:24px;font-weight:700}.cdash-hero-sub{color:var(--muted);margin-top:4px;font-size:14px}.cdash-hero-times{font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:14px;margin-top:10px;font-size:12px;display:flex}.cdash-hero-times .muted{font-size:11px}.cdash-chips{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.cdash-hero-right{align-items:center;gap:20px;display:flex}@media (width<=960px){.cdash-hero-grid{grid-template-columns:1fr!important;gap:16px!important}}@keyframes cdashPulseAlert{0%,to{box-shadow:0 0 #ef444499,inset 0 0 16px #ef444459}50%{box-shadow:0 0 0 6px #ef444400,inset 0 0 24px #ef444499}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes cdashPulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.4)}}.cdash-pulse-alert{animation:1.6s ease-in-out infinite cdashPulseAlert}.cdash-pulse-dot{animation:1s ease-in-out infinite cdashPulseDot}@keyframes dashActiveDotPulse{0%,to{opacity:1;box-shadow:0 0 6px #10b981}50%{opacity:.45;box-shadow:0 0 2px #10b98166}}.dash-active-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite dashActiveDotPulse;display:inline-block}.dash-kpi-btn{cursor:pointer;align-items:flex-start;gap:14px;transition:border-color .15s,transform .15s,background-color .15s;display:flex}.dash-kpi-icon{background:color-mix(in srgb, var(--accent,#0e7490) 10%, transparent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:2px;font-size:22px;line-height:1;display:flex}.dash-kpi-body{min-width:0}.dash-kpi-hint{color:var(--muted);opacity:.7;margin-top:6px;font-size:10.5px}.dash-kpi-btn:hover,.dash-kpi-btn:focus-visible{border-color:var(--accent,#0e7490);transform:translateY(-1px)}.dash-kpi-btn.is-filter-on{border-color:var(--accent,#0e7490);background:color-mix(in srgb, var(--accent,#0e7490) 8%, var(--panel))}.dash-kpi-flag{letter-spacing:.3px;text-transform:none;color:var(--accent,#0e7490);background:color-mix(in srgb, var(--accent,#0e7490) 14%, transparent);border:1px solid color-mix(in srgb, var(--accent,#0e7490) 35%, transparent);border-radius:999px;margin-left:8px;padding:1px 8px;font-size:9.5px;font-weight:700}.dash-toolbar-btn{padding:6px 12px;font-size:12.5px}.dash-toolbar-label{text-transform:uppercase;letter-spacing:.6px;color:var(--muted);font-size:11px;font-weight:600}.dash-toolbar-vr{background:var(--border);width:1px;height:20px;margin:0 4px}.dash-page-sub{color:var(--muted);margin-top:4px;font-size:12.5px}.dash-row-btn{padding:6px 12px;font-size:12px}.dash-actions{align-items:center;gap:4px;display:inline-flex}.dash-action-btn{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;line-height:1;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex}.dash-action-btn svg{flex-shrink:0}.dash-action-btn:disabled{opacity:.5;cursor:default}.dash-action-view:hover,.dash-action-view:focus-visible{color:var(--accent);background:color-mix(in srgb, var(--accent,#0e7490) 10%, transparent);border-color:color-mix(in srgb, var(--accent,#0e7490) 25%, transparent)}.dash-action-edit:hover,.dash-action-edit:focus-visible{color:var(--text);background:#94a3b81f;border-color:#94a3b840}.dash-action-delete:hover:not(:disabled),.dash-action-delete:focus-visible{color:var(--danger,#ef4444);background:#ef44441a;border-color:#ef444440}.dash-action-approve{color:var(--success,#10b981);background:#10b98114;border-color:#10b98133}.dash-action-approve:hover:not(:disabled),.dash-action-approve:focus-visible{background:#10b98129;border-color:#10b98166}.dash-page-btn{min-width:36px;min-height:36px;padding:6px 12px}@keyframes dashSkeletonPulse{0%,to{opacity:.45}50%{opacity:.9}}.dash-skeleton-row{border-bottom:1px solid var(--border,#94a3b826);gap:16px;padding:14px 8px;display:flex}.dash-skeleton-row:last-child{border-bottom:none}.dash-skeleton-bar{background:color-mix(in srgb, var(--muted,#94a3b8) 30%, transparent);border-radius:6px;height:12px;animation:1.4s ease-in-out infinite dashSkeletonPulse}.dash-empty-state{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:40px 16px;display:flex}.dash-empty-icon{opacity:.6;font-size:32px}.dash-empty-title{font-size:15px;font-weight:600}.dash-table tbody tr:nth-child(2n) td{background:#ffffff04}.dash-table tbody tr:hover td{background:color-mix(in srgb, var(--accent,#0e7490) 6%, transparent)}@keyframes cdashEstimateRingPulse{0%,to{opacity:.85}50%{opacity:.55}}@keyframes cdashEstimateStripeMarch{0%{transform:translate(0)}to{transform:translate(8.485px)}}.cdash-estimate-ring{animation:2.4s ease-in-out infinite cdashEstimateRingPulse}.cdash-estimate-stripes{animation:1.6s linear infinite cdashEstimateStripeMarch}.cdash-estimate-label{animation:2.4s ease-in-out infinite cdashEstimateRingPulse}.cdash-weather{border:1px solid var(--border);background:#0f172a99;border-radius:10px;flex-direction:column;gap:8px;min-width:220px;padding:12px 14px;display:flex}.cdash-weather-blocked{background:#fbbf2414;border-color:#fbbf2499}.cdash-weather-title{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.cdash-weather-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.cdash-weather-cell{flex-direction:column;gap:2px;font-size:13px;display:flex}.cdash-weather-cell .muted{font-size:10px}.cdash-weather-status{font-size:11px}.cdash-weather-loading{justify-content:center;min-height:80px}.cdash-trend-tabs::-webkit-scrollbar{display:none}.cdash-trend-chart{background:var(--panel-2);border-radius:8px;width:100%;height:120px;padding:4px;display:block}.cdash-trend-stats{flex-wrap:wrap;gap:16px;margin-bottom:8px;font-size:13px;display:flex}.cdash-trend-axis{color:var(--muted);justify-content:space-between;margin-top:4px;font-size:11px;display:flex}.cdash-customer-priority{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:12px;padding:14px 24px 0;display:grid}.cdash-unified-meta-strip{border-left:1px solid #94a3b838;min-height:30px;padding-left:14px;overflow:hidden}.cdash-unified-meta-item{white-space:nowrap;border-right:1px solid #94a3b82e;align-items:baseline;gap:5px;min-width:0;max-width:28%;padding:0 12px;display:inline-flex}.cdash-unified-meta-item:first-child{padding-left:0}.cdash-unified-meta-item:last-child{border-right:0;padding-right:0}.cdash-unified-meta-label{color:var(--muted);letter-spacing:.48px;text-transform:uppercase;flex:none;font-size:10px;font-weight:800}.cdash-unified-meta-item strong{min-width:0;color:var(--strong,var(--text));text-overflow:ellipsis;font-size:12px;font-weight:760;overflow:hidden}.client-plain-priority{padding:0}.cdash-customer-priority-item{border-radius:9px;align-content:start;gap:9px;min-width:0;min-height:118px;padding:13px 14px;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 20px #0f172a09}.cdash-customer-priority-item:before{content:"";pointer-events:none;background:linear-gradient(135deg,#2563eb0f,#0000 42%);position:absolute;inset:0}.cdash-customer-priority-item--eta:before{background:linear-gradient(135deg,#0ea5e90d,#0000 45%)}.cdash-side-priority-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#2563eb0b,#0000 42%),#fff!important;border:1px solid #dbe5f2!important;border-radius:9px!important;box-shadow:0 8px 20px #0f172a09!important}.dark .cdash-side-priority-card{background:linear-gradient(135deg,#38bdf80e,#0000 42%),#1e293b!important;border-color:#ffffff14!important}.cdash-side-priority-card>*,.cdash-customer-priority-head,.cdash-customer-priority-main,.cdash-customer-priority-facts,.cdash-customer-priority-timeline{z-index:1;position:relative}.cdash-customer-priority-head{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.cdash-customer-priority-label{min-width:0;color:var(--muted);letter-spacing:.55px;text-transform:uppercase;white-space:nowrap;align-items:center;gap:4px;font-size:9px;font-weight:750;display:inline-flex}.cdash-customer-priority-pill{color:#1d4ed8;white-space:nowrap;font-variant-numeric:tabular-nums;background:#2563eb12;border:1px solid #2563eb29;border-radius:999px;justify-content:center;align-items:center;max-width:100%;min-height:20px;padding:3px 8px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.cdash-customer-priority-main{align-items:baseline;gap:9px;min-width:0;display:flex}.cdash-customer-priority-main--eta{align-items:center;gap:7px}.cdash-customer-priority-value{min-width:0;color:var(--strong,var(--text));font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:22px;font-weight:850;line-height:1.05;overflow:hidden}.cdash-customer-priority-sub{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;font-weight:650;overflow:hidden}.cdash-customer-priority-meter{z-index:1;height:42px;padding-top:6px;position:relative;overflow:visible}.cdash-customer-priority-meter:before{content:"";background:#94a3b82e;border-radius:999px;height:7px;position:absolute;bottom:20px;left:0;right:0}.cdash-customer-priority-meter i{z-index:2;border-radius:inherit;background:linear-gradient(90deg,#1d4ed8,#2563eb 64%,#0891b2);height:7px;display:block;position:absolute;bottom:20px;left:0}.cdash-customer-priority-estimate-band{z-index:3;background:repeating-linear-gradient(45deg,#f59e0b6b 0 4px,#f59e0b2e 4px 8px);border-radius:999px;height:7px;position:absolute;bottom:20px}.cdash-customer-priority-estimate-marker{z-index:4;background:#f59e0b;border-radius:999px;width:2px;position:absolute;top:9px;bottom:15px;transform:translate(-50%);box-shadow:0 0 0 2px #f59e0b24}.cdash-customer-priority-estimate-badge{z-index:5;color:#92400e;white-space:nowrap;background:#fffbebeb;border:1px solid #f59e0b47;border-radius:999px;align-items:center;max-width:min(160px,78%);padding:3px 7px;font-size:9.5px;font-weight:750;line-height:1;display:inline-flex;position:absolute;top:auto;bottom:0;box-shadow:0 3px 8px #0f172a14}.cdash-customer-priority-estimate-badge.is-center{transform:translate(-50%)}.cdash-customer-priority-facts{min-width:0;color:var(--muted);grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:1px;font-size:10px;font-weight:650;line-height:1.25;display:grid}.cdash-customer-priority-facts span{white-space:normal;background:#94a3b814;border-radius:7px;gap:2px;min-width:0;max-width:100%;padding:6px 7px;display:grid}.cdash-customer-priority-facts strong{color:var(--strong,var(--text));font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px;font-weight:850}.cdash-customer-priority-item.is-inline-metrics-card{grid-template-columns:minmax(198px,.44fr) minmax(0,1fr);grid-template-areas:"head head""main facts""meter meter";align-items:center;gap:10px 12px}.cdash-customer-priority-item.is-inline-metrics-card .cdash-customer-priority-head{grid-area:head}.cdash-customer-priority-item.is-inline-metrics-card .cdash-customer-priority-main{grid-area:main;grid-template-columns:max-content minmax(0,1fr);align-items:baseline;gap:7px;display:grid}.cdash-customer-priority-item.is-inline-metrics-card .cdash-customer-priority-value{text-overflow:clip;font-size:clamp(19px,1.35vw,22px);overflow:visible}.cdash-customer-priority-item.is-inline-metrics-card .cdash-customer-priority-sub{font-size:9.5px;line-height:1.1}.cdash-customer-priority-item.is-inline-metrics-card .cdash-customer-priority-meter{grid-area:meter;height:42px;padding-top:6px}.cdash-customer-priority-facts.is-inline-metrics{grid-area:facts;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:0;margin-top:0}.cdash-customer-priority-facts.is-inline-metrics span{background:0 0;border-left:1px solid #94a3b82e;border-radius:0;min-width:0;padding:0 8px;line-height:1.18}.cdash-customer-priority-facts.is-inline-metrics strong{font-size:11px;line-height:1.05}.cdash-customer-priority-facts.is-completed-result{grid-template-columns:repeat(3,minmax(0,1fr))}.cdash-customer-priority-timeline{grid-template-columns:minmax(0,1.35fr) minmax(120px,.65fr);gap:7px;min-width:0;display:grid}.cdash-customer-priority-timeline span{min-width:0;color:var(--strong,var(--text));overflow-wrap:anywhere;background:#0ea5e90f;border-radius:7px;gap:2px;padding:7px 8px;font-size:10.5px;font-weight:750;line-height:1.25;display:grid}.cdash-customer-priority-timeline b{color:var(--muted);letter-spacing:.45px;text-transform:uppercase;font-size:9px;font-weight:800}.cdash-toggle-badge{transition:background-color .15s,border-color .15s,color .15s;box-shadow:none!important;letter-spacing:0!important}.cdash-toggle-badge:hover{background:color-mix(in srgb, currentColor 8%, transparent)!important;border-color:color-mix(in srgb, currentColor 34%, transparent)!important}.cdash-toggle-badge--md{min-width:0!important}.cdash-term{vertical-align:middle;max-width:100%}.cdash-term>span:first-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.cdash-term-help{opacity:.78}.cdash-term-help:hover{opacity:1;border-color:color-mix(in srgb, var(--accent) 45%, transparent)!important;color:var(--accent)!important}.cdash-trend-backdrop{z-index:1200;-webkit-backdrop-filter:blur(3px);background:#0206119e;position:fixed;inset:0}[data-theme=light] .cdash-trend-backdrop{background:#0f172a61}.cdash-trend-card--max{z-index:1201;overscroll-behavior:contain;position:fixed;inset:clamp(8px,2.5vw,28px);overflow:auto;box-shadow:0 24px 80px #0000008c}@media (width<=640px){.cdash-trend-card--max{border-radius:0;inset:0}}.cdash-gauge svg{display:block}.cdash-gauge-pct{fill:var(--text);font-size:26px;font-weight:650}.cdash-gauge-sub{fill:var(--muted);font-size:11px}.cdash-kpi-row{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.cdash-bigkpi{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:20px}.cdash-bigkpi-label{color:var(--muted);text-transform:uppercase;letter-spacing:.6px;font-size:11px}.cdash-bigkpi-value{color:var(--text);margin-top:8px;font-size:28px;font-weight:700}.cdash-bigkpi-accent .cdash-bigkpi-value{color:var(--accent)}.cdash-section{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:18px}.cdash-section h3{text-transform:uppercase;letter-spacing:.6px;color:var(--muted);margin:0 0 12px;font-size:13px;font-weight:600}.cdash-tank-summary{color:var(--muted);flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:14px;font-size:13px;display:flex}.cdash-tank-summary strong{color:var(--text);margin-left:4px}.text-success{color:var(--success)!important}.text-accent{color:var(--accent)!important}.cdash-tank-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;display:grid}.cdash-tank{border:1px solid var(--border);background:var(--panel-2);border-radius:8px;padding:12px}.cdash-tank-no{font-size:14px;font-weight:700}.cdash-tank-status{color:var(--muted);margin-top:2px;font-size:11px}.cdash-tank-completed{background:#4ade801f;border-color:#4ade8066}.cdash-tank-completed .cdash-tank-status{color:var(--success)}.cdash-tank-active{background:#38bdf824;border-color:#38bdf880}.cdash-tank-active .cdash-tank-status{color:var(--accent)}.cdash-tank-problem{background:#f8717124;border-color:#f8717180}.cdash-tank-problem .cdash-tank-status{color:var(--danger)}.cdash-eta{flex-direction:column;gap:10px;display:flex}.cdash-eta-row{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.cdash-eta-label{color:var(--muted);font-size:13px}.cdash-eta-value{font-size:18px;font-weight:600}.cdash-eta-accent{color:var(--accent)}.cdash-shift{flex-direction:column;gap:16px;display:flex}.cdash-shift-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;display:grid}.cdash-stat{background:var(--panel-2);border-radius:8px;padding:12px}.cdash-stat-label{color:var(--muted);text-transform:uppercase;font-size:11px}.cdash-stat-value{margin-top:4px;font-size:16px;font-weight:600}.cdash-shift-list{background:var(--panel-2);border-radius:10px;flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.cdash-shift-row{border-bottom:1px solid #47556940;align-items:center;gap:12px;padding:10px 14px;font-size:14px;display:flex}.cdash-shift-row:last-child{border-bottom:none}.cdash-shift-row-name{font-variant-numeric:tabular-nums;color:var(--muted);min-width:60px;font-weight:600}.cdash-shift-row-value{flex:1}.cdash-shift-row-chip{padding:1px 6px;font-size:10px}.cdash-shift-row-active{background:#4ade800f}.cdash-shift-avg{background:#38bdf80f;border-radius:8px;flex-direction:column;gap:4px;padding:10px 14px;font-size:13px;display:flex}.cdash-breaks{flex-direction:column;gap:16px;display:flex}.cdash-breaks-bar{padding:8px 0 4px}.cdash-breaks-hours{height:16px;margin-bottom:6px;position:relative}.cdash-breaks-hours span{color:var(--muted);font-variant-numeric:tabular-nums;font-size:10px;position:absolute;transform:translate(-50%)}.cdash-breaks-track{background:var(--panel-2);border-radius:6px;height:18px;position:relative;overflow:hidden}.cdash-breaks-stage{padding-top:22px;position:relative}.cdash-breaks-slot{border-radius:2px;position:absolute;top:0;bottom:0}.cdash-breaks-slot-meal{background:#38bdf88c}.cdash-breaks-slot-shift_change{background:#fbbf24b3}.cdash-breaks-slot-active{box-shadow:0 0 0 2px #fbbf24e6}.cdash-breaks-now{pointer-events:none;z-index:2;width:0;position:absolute;top:0;bottom:0}.cdash-breaks-now-line{background:var(--success);width:2px;position:absolute;top:22px;bottom:0;left:-1px;box-shadow:0 0 6px #4ade8099}.cdash-breaks-now-dot{background:var(--success);border:2px solid var(--panel);border-radius:50%;width:10px;height:10px;position:absolute;top:18px;left:-5px}.cdash-breaks-now-label{background:var(--success);color:#0f172a;font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:0;left:50%;transform:translate(-50%)}.cdash-breaks-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.cdash-breaks-list li{border-radius:6px;align-items:center;gap:10px;padding:6px 10px;font-size:13px;display:flex}.cdash-break-dot{border-radius:2px;flex-shrink:0;width:10px;height:10px}.cdash-break-time{font-variant-numeric:tabular-nums;min-width:96px;color:var(--muted);font-weight:600}.cdash-break-label{flex:1}.cdash-break-active{background:#fbbf241f;border:1px solid #fbbf2466}.cdash-stoppages{flex-direction:column;gap:10px;display:flex}.cdash-stoppages-summary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.cdash-stoppages-list{background:var(--panel-2);border-radius:8px;margin:0;padding:0;list-style:none;overflow:hidden}.cdash-stoppages-list li{border-bottom:1px solid #47556940;grid-template-columns:140px 1fr 80px;align-items:center;gap:12px;padding:8px 14px;font-size:13px;display:grid}.cdash-stoppages-list li:last-child{border-bottom:none}.cdash-stoppage-time{font-variant-numeric:tabular-nums;color:var(--muted)}.cdash-stoppage-reason{font-weight:500}.cdash-stoppage-dur{text-align:right}.cdash-stoppage-active{background:#fbbf241a}.text-warn{color:#fbbf24;font-weight:600}.cdash-timeline{margin:0;padding:0;list-style:none}.cdash-timeline li{border-bottom:1px solid #47556966;gap:12px;padding:8px 0;font-size:13px;display:flex}.cdash-timeline li:last-child{border-bottom:none}.cdash-time{color:var(--muted);font-variant-numeric:tabular-nums;min-width:50px}.cdash-event-text{color:var(--text)}.cdash-actions{justify-content:flex-end;display:flex}.cdash-topbar{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070a13db;border:1px solid #ffffff0d;border-radius:0;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:56px;margin:0;padding:10px 16px;transition:left .22s cubic-bezier(.4,0,.2,1);display:grid;position:fixed;top:0;left:80px;right:0;box-shadow:0 16px 36px #00000038}:is(.client-layout:has(.client-sidebar:hover) .cdash-topbar,.client-layout:has(.client-sidebar:focus-within) .cdash-topbar){left:264px}.cdash-topbar-left,.cdash-topbar-right{align-items:center;gap:10px;min-width:0;display:flex}.cdash-topbar-left{white-space:nowrap;max-width:min(48vw,620px);overflow:hidden}.cdash-topbar-kicker,.cdash-topbar-title{letter-spacing:.9px;text-transform:uppercase;font-size:11px;font-weight:650}.cdash-topbar-kicker{color:#94a3b8e0}.cdash-topbar-sep{color:#ffffff38;font-size:12px}.cdash-topbar-title{color:#fffffff0;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.cdash-topbar-center{min-width:12px}.cdash-topbar-right{flex-wrap:nowrap;justify-content:flex-end}.cdash-topbar-actions-row{align-items:center;gap:10px;display:inline-flex}.cdash-topbar-icon,.cdash-topbar-report{color:#ffffffe0;height:38px;box-shadow:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0}.cdash-topbar-icon{width:38px;padding:0;position:relative}.cdash-topbar-icon:hover,.cdash-topbar-report:hover{box-shadow:none;background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-1px)}.cdash-topbar-notification-dot{background:#ef4444;border:2px solid #070a13;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:8px}.cdash-topbar-report{color:#090d1a;background:#fffffff0;border-color:#ffffffeb;align-items:center;gap:8px;padding:0 14px;font-weight:650;display:inline-flex}.cdash-topbar-report:hover{color:#090d1a;background:#fff}.cdash-topbar-report:disabled{opacity:.72;cursor:wait}.cdash-hero-kpi-wrap{min-width:0;container-type:inline-size}@container (width>=601px) and (width<=760px){.cdash-hero-kpi-strip [style*="font-size: 30px"]{font-size:24px!important}.cdash-hero-kpi-strip [style*="font-size: 19px"]{font-size:15px!important}}@container (width<=600px){.cdash-hero-kpi-strip{grid-template-columns:1fr 1fr!important;gap:16px 8px!important}.cdash-hero-kpi-strip>div{padding:2px 8px 2px 0!important}.cdash-hero-kpi-strip>div:nth-child(2){padding-left:8px!important;padding-right:0!important}.cdash-hero-kpi-strip>div:nth-child(3){border-top:1px solid var(--border);grid-column:span 2;border-left:none!important;padding-top:16px!important;padding-left:0!important}.cdash-hero-kpi-strip>div>div:first-child{flex-wrap:wrap!important;gap:4px!important;margin-bottom:6px!important}.cdash-hero-kpi-strip [style*="letter-spacing: 0.8"]{white-space:normal!important;font-size:8.5px!important;line-height:1.25!important;overflow:visible!important}.cdash-hero-kpi-strip [style*="border-radius: 999"]{padding:1px 5px!important;font-size:7.5px!important}.cdash-hero-kpi-strip [style*="font-size: 30px"]{font-size:18px!important}.cdash-hero-kpi-strip [style*="font-size: 19px"]{font-size:12.5px!important}.cdash-hero-kpi-strip [style*="font-size: 11px"]{font-size:9px!important}.cdash-hero-kpi-strip [style*="font-size: 9.5px"]{font-size:8.5px!important}}.cdash-header-weather{white-space:nowrap;align-items:center;gap:8px;min-width:0;display:inline-flex}.cdash-weather-metrics{align-items:center;gap:8px;min-width:0;display:inline-flex}.cdash-weather-chip{white-space:nowrap;color:#ffffffb8;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:5px 11px;font-size:10.5px;font-weight:600;display:inline-flex}.cdash-weather-chip svg{color:#38bdf8;flex-shrink:0}.cdash-weather-chip strong{color:#f8fafc;font-weight:650}.cdash-weather-chip.is-warn svg{color:#fbbf24}.cdash-weather-forecast{color:#7dd3fc;background:#38bdf81a;border-color:#38bdf847;font-size:10px;font-weight:650}.cdash-weather-desc{color:#94a3b8eb;white-space:nowrap;font-size:10.5px;font-weight:650}.cdash-weather-status{letter-spacing:.18px;text-transform:uppercase;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:5px 11px;font-size:10.5px;font-weight:650;display:inline-flex}.cdash-weather-status-dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite cdashPulseDot}.cdash-weather-status.is-ok{color:#34d399;background:#10b9811f;border:1px solid #10b98157}.cdash-weather-status.is-warn{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b57}.cdash-weather-status.is-blocked{color:#f87171;background:#ef44441f;border:1px solid #ef44445c}.cdash-weather-status-toggle{cursor:pointer;font-family:inherit}.cdash-weather-details{align-items:center;gap:8px;min-width:0;display:inline-flex}.cdash-weather-chevron{display:none}.cdash-weather-status-flag{color:#0b1220;background:#f59e0b;border-radius:999px;justify-content:center;align-items:center;min-width:13px;height:13px;padding:0 3px;font-size:9px;font-weight:900;line-height:1;display:inline-flex}@media (width<=1340px){.cdash-weather-desc{display:none}}@media (width<=1140px){.cdash-topbar{gap:10px}.cdash-topbar-right{gap:8px}.cdash-weather-chip{padding:4px 9px;font-size:10.5px}.cdash-weather-status{padding:4px 9px;font-size:9.5px}.cdash-weather-forecast span{text-overflow:ellipsis;max-width:130px;overflow:hidden}}.cdash-page .cdash-hero-card{isolation:isolate}.cdash-page .cdash-hero-grid{align-items:stretch!important}.cdash-page .cdash-hero-primary,.cdash-page .cdash-hero-center,.cdash-page .cdash-hero-summary{height:100%;min-height:0}.cdash-page .cdash-hero-primary{grid-template-rows:auto auto auto 1fr;align-content:start;display:grid}.cdash-page .cdash-hero-primary-body{min-height:0}.cdash-page .cdash-hero-center{align-items:center;justify-content:space-between!important}.cdash-page .cdash-hero-summary{justify-content:space-between}.cdash-page .cdash-hero-highlight{flex-direction:column;height:100%;display:flex}.cdash-page .cdash-hero-flow-row{grid-template-columns:minmax(72px,auto) minmax(0,1fr);gap:10px;align-items:start!important;display:grid!important}.cdash-page .cdash-hero-flow-label{white-space:nowrap;padding-top:2px}.cdash-page .cdash-hero-flow-stats{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:6px 10px;min-width:0;display:grid}.cdash-page .cdash-hero-flow-stat{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.cdash-page .cdash-hero-flow-stat strong{text-align:right;white-space:nowrap;margin-left:auto;font-size:11px}.cdash-page .cdash-title-meta-badge{vertical-align:middle}.cdash-page .cdash-progress-schedule{margin-top:4px}.cdash-page .cdash-schedule-block{background:linear-gradient(#0f172a6b,#0f172a29);border-radius:16px;box-shadow:inset 0 1px #ffffff09;padding:22px 18px 18px!important}.cdash-page .cdash-parcel-wrap{border-top:1px dashed #10b98124;margin-top:7px;padding-top:7px}.cdash-page .cdash-parcel-panel{border-radius:0;background:0 0!important;border:0!important;padding:0!important}.cdash-page .cdash-parcel-row{transition:border-color .18s,background .18s}.cdash-page .cdash-parcel-row:hover{background:0 0!important;border-color:#0000!important}@media (width<=520px){.cdash-page .cdash-hero-meta-grid{grid-template-columns:1fr!important}.cdash-page .cdash-title-meta{width:100%}.cdash-page .cdash-title-meta-badge{max-width:100%!important}.cdash-page .cdash-hero-gauge-wrap{width:146px!important;height:146px!important}.cdash-page .cdash-confirmed-strip{min-width:min(100%,220px)}.cdash-page .cdash-parcel-row,.cdash-page .cdash-hero-flow-row,.cdash-page .cdash-hero-flow-stats,.cdash-page .cdash-cargo-active-summary{grid-template-columns:1fr!important}}.cdash-page .cdash-confirmed-strip{font-variant-numeric:tabular-nums;background:linear-gradient(#10b98114,#0f172a14);border:1px solid #10b98129;border-radius:13px;width:100%;min-width:220px;padding:9px 10px;box-shadow:inset 0 1px #ffffff09}.cdash-page .cdash-confirmed-head,.cdash-page .cdash-confirmed-foot{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.cdash-page .cdash-confirmed-label{color:#34d399;letter-spacing:.62px;text-transform:uppercase;white-space:nowrap;align-items:center;gap:5px;font-size:8.5px;font-weight:700;line-height:1;display:inline-flex}.cdash-page .cdash-confirmed-ratio{white-space:nowrap;align-items:baseline;gap:4px;min-width:0;display:inline-flex}.cdash-page .cdash-confirmed-ratio strong{color:var(--text);font-size:15px;font-weight:920;line-height:1}.cdash-page .cdash-confirmed-ratio span,.cdash-page .cdash-confirmed-foot{color:#94a3b8d1;font-size:9.5px;font-weight:720}.cdash-page .cdash-confirmed-track{background:#ffffff12;border-radius:999px;height:4px;margin:8px 0 7px;overflow:hidden}.cdash-page .cdash-confirmed-track>span{border-radius:inherit;background:linear-gradient(90deg,#10b981,#22d3ee);height:100%;display:block}.cdash-page .cdash-confirmed-foot strong{color:var(--text);font-size:11px;font-weight:700}.cdash-page .cdash-unit-card{min-height:108px}.cdash-page .cdash-unit-active{transform:translateY(-2px)}.cdash-page .cdash-unit-active:after{content:"";pointer-events:none;border:1px solid #38bdf82e;border-radius:14px;position:absolute;inset:8px}.cdash-page .cdash-unit-completed{color:#dcfce7}.cdash-page .cdash-unit-pending{color:#cbd5e1}.cdash-page .cdash-active-shift-panel{background:linear-gradient(135deg,#0ea5e91f,#0ea5e909);border:1px solid #0ea5e933;border-radius:18px;padding:10px}.cdash-page .cdash-cargo-active-summary{align-items:stretch}.cdash-page .cdash-cargo-plan-shell{flex-direction:column;gap:10px;display:flex}.cdash-page .cdash-cargo-plan-badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.cdash-page .cdash-cargo-plan-badges.is-header{margin-left:auto}.cdash-page .cdash-cargo-plan-badge{color:#e2e8f0d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a4d;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.cdash-page .cdash-cargo-plan-badge-dot{border-radius:999px;flex-shrink:0;width:8px;height:8px}.cdash-page .cdash-cargo-plan-badge-dot.is-active{background:#38bdf8;box-shadow:0 0 0 4px #38bdf824}.cdash-page .cdash-cargo-compact-summary{gap:8px;min-width:0;display:grid}.cdash-page .cdash-cargo-compact-head{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.cdash-page .cdash-cargo-compact-title{min-width:0;color:var(--strong,var(--text));letter-spacing:.25px;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:850;line-height:1.2;overflow:hidden}.cdash-page .cdash-cargo-compact-crane{color:var(--muted);white-space:nowrap;flex:none;font-size:10.5px;font-weight:750}.cdash-page .cdash-cargo-compact-crane strong{color:var(--accent)}.cdash-page .cdash-cargo-compact-badges{flex-wrap:wrap;gap:5px;min-width:0;display:flex}.cdash-page .cdash-cargo-compact-badge{max-width:100%;min-height:22px;color:var(--muted);letter-spacing:.2px;white-space:nowrap;background:#94a3b812;border:1px solid #94a3b833;border-radius:6px;align-items:center;gap:5px;padding:3px 7px;font-size:9.5px;font-weight:800;line-height:1;display:inline-flex}.cdash-page .cdash-cargo-compact-badge:before{content:"";opacity:.75;background:currentColor;border-radius:999px;flex:none;width:6px;height:6px}.cdash-page .cdash-cargo-compact-badge.is-completed{color:#64748b;background:#64748b14}.cdash-page .cdash-cargo-compact-badge.is-active{color:#1d4ed8;background:#1d4ed812;border-color:#1d4ed838}.cdash-page .cdash-cargo-compact-badge.is-waiting{color:#94a3b8;background:#94a3b80b}.cdash-page .cdash-cargo-compact-badge small{min-width:0;color:inherit;opacity:.72;text-overflow:ellipsis;font-size:8.5px;font-weight:750;overflow:hidden}.cdash-page .cdash-cargo-plan-stage{background:radial-gradient(circle at top,#38bdf80f,#0000 42%),linear-gradient(#0f172a6b 0%,#02061785 100%);border:1px solid #ffffff0f;border-radius:22px;min-height:196px;padding:20px 18px 22px;position:relative;overflow:hidden}.cdash-page .cdash-cargo-plan-gridbg{pointer-events:none;background-image:linear-gradient(#94a3b814 1px,#0000 1px),linear-gradient(90deg,#94a3b814 1px,#0000 1px);background-size:34px 34px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000c7,#0000001f);mask-image:linear-gradient(#000000c7,#0000001f)}.cdash-page .cdash-cargo-plan-vessel{z-index:1;background:#131b29b8;border:1px solid #536f9b6b;border-radius:160px 20px 20px 160px/50% 20px 20px 50%;flex-direction:column;gap:10px;width:min(100%,700px);margin:0 auto;padding:16px 20px 16px 70px;display:flex;position:relative;box-shadow:inset 0 0 0 1px #ffffff0d,0 10px 26px #0206172e}.cdash-page .cdash-cargo-plan-vessel:before,.cdash-page .cdash-cargo-plan-vessel:after{display:none}.cdash-page .cdash-cargo-plan-vessel.is-single-row{border-radius:160px 20px 20px 160px/50% 20px 20px 50%;padding-top:20px;padding-bottom:20px}.cdash-page .cdash-cargo-plan-row{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:10px;display:grid}.cdash-page .cdash-cargo-slot{text-align:center;background:#161f2de0;border:1px solid #4c5f7f94;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:62px;padding:12px 12px 10px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff0d}.cdash-page .cdash-cargo-slot.is-active{box-shadow:none;background:#1e3a8a40;border-color:#1d4ed8}.cdash-page .cdash-cargo-slot.is-completed{background:#0a1d1cf0;border-color:#10b98180}.cdash-page .cdash-cargo-slot.is-waiting{background:#161f2de0}.cdash-page .cdash-cargo-slot-main{color:#e2e8f0;letter-spacing:-.02em;font-size:clamp(19px,2.2vw,26px);font-weight:650;line-height:1}.cdash-page .cdash-cargo-slot-sub{letter-spacing:.12em;text-transform:uppercase;color:#cbd5e199;font-size:9.5px;font-weight:650}.cdash-page .cdash-cargo-slot-mark{position:absolute;top:8px;right:8px}.cdash-page .cdash-cargo-slot.is-active .cdash-cargo-slot-mark{color:#0284c7}.cdash-page .cdash-cargo-slot.is-completed .cdash-cargo-slot-mark{color:#16a34a}.cdash-page .cdash-cargo-slot.is-waiting .cdash-cargo-slot-mark{color:#64748b}.cdash-page .cdash-cargo-slot-note{color:#bfdbfee6;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;font-size:9px;line-height:1.3;display:-webkit-box;overflow:hidden}@media (width<=900px){.cdash-page .cdash-cargo-plan-vessel{width:min(100%,520px);padding:14px 16px 14px 50px}.cdash-page .cdash-cargo-plan-vessel:before,.cdash-page .cdash-cargo-plan-vessel:after{display:none}.cdash-page .cdash-cargo-plan-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.cdash-page .cdash-cargo-plan-row{grid-template-columns:1fr}.cdash-page .cdash-cargo-plan-badge{font-size:9px}.cdash-page .cdash-cargo-compact-head{flex-direction:column;align-items:flex-start;gap:5px}.cdash-page .cdash-cargo-compact-title,.cdash-page .cdash-cargo-compact-crane{white-space:normal;overflow-wrap:anywhere}}.cdash-page .cdash-shift-row-meta{justify-content:flex-end;justify-self:end;width:116px;min-width:116px;margin-left:auto}.cdash-page .cdash-shift-row-stats{text-align:right;justify-content:flex-end;width:100%;min-width:100%;margin-left:auto;align-items:flex-end!important}.cdash-page .cdash-shift-row-layout{width:100%}.cdash-page .cdash-shift-row-current{box-shadow:0 14px 32px #0ea5e924,inset 3px 0 #0ea5e9}.cdash-page .cdash-shift-row-past,.cdash-page .cdash-shift-row-future{filter:saturate(.82)}.cdash-page .cdash-stoppage-summary-active{box-shadow:0 0 0 1px #ef444424,0 18px 38px #7f1d1d38}.cdash-page .cdash-stoppage-row-active{box-shadow:inset 3px 0 #ef4444,0 12px 28px #7f1d1d2e}.cdash-page .cdash-events-card{overflow:hidden}.cdash-page .cdash-events-timeline{position:relative}.cdash-page .cdash-events-timeline:before{content:"";background:linear-gradient(#0ea5e957,#94a3b80f);width:1px;position:absolute;top:8px;bottom:8px;left:92px}.cdash-page .cdash-event-item{transition:transform .18s,border-color .18s,background .18s;position:relative}.cdash-page .cdash-event-item:hover{transform:translateY(-1px);background:#0f172ab8!important;border-color:#0ea5e938!important}.cdash-page .cdash-event-dot{z-index:1;outline:4px solid #090d1af2;position:relative}.cdash-page .cdash-show-all-placeholder{letter-spacing:.1px}.cdash-progress-tooltip{opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s,transform .15s}.cdash-progress-bar:hover .cdash-progress-tooltip,.cdash-progress-bar:focus-within .cdash-progress-tooltip,.cdash-progress-bar:active .cdash-progress-tooltip{opacity:1;visibility:visible}.cdash-share-actions button{transition:background .15s,border-color .15s,color .15s;border-radius:4px!important}.cdash-share-actions button:not(:disabled):hover{border-color:var(--muted);background:#94a3b81f}.cdash-share-actions button:not(:disabled):active{background:#94a3b82e}.cdash-share-actions button:disabled{opacity:.55;cursor:default}.cdash-share-actions button svg{flex:none}@media (width<=768px){.client-layout{grid-template-rows:auto 1fr;grid-template-columns:1fr}:is(.client-layout:has(.client-sidebar:hover),.client-layout:has(.client-sidebar:focus-within)){grid-template-columns:1fr}.client-mobile-topbar{z-index:120;background:#070a13;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.client-mobile-nav-backdrop{z-index:109;box-shadow:none;background:#00000094;border:0;border-radius:0;padding:0;display:block;position:fixed;inset:0}.client-layout .sidebar{z-index:110;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-bottom:0;border-right:1px solid #ffffff0f;flex-direction:column;align-items:stretch;gap:0;width:min(330px,100vw - 44px);max-width:100vw;height:auto;min-height:0;padding:16px 18px 20px;transition:transform .18s;display:flex;position:fixed;top:63px;bottom:0;left:0;overflow:hidden auto;transform:translate(-105%);box-shadow:20px 0 44px #00000061}.client-sidebar:hover,.client-sidebar:focus-within{width:min(330px,100vw - 44px);box-shadow:20px 0 44px #00000061}.client-mobile-nav-active .client-sidebar{transform:translate(0)}.client-layout .sidebar>div:first-child{display:flex!important}.client-icon-rail{background:0 0;border-right:0;flex-direction:row;width:100%;padding:0}.client-rail-logo{border-radius:12px;width:38px;height:38px}.client-rail-nav{flex-direction:row;flex:1;gap:6px}.client-rail-nav a,.client-rail-icon,.client-icon-rail .theme-toggle{border-radius:12px;width:38px;height:38px}.client-rail-nav a.active:before{display:none}.client-rail-bottom{flex-direction:row;gap:6px;width:auto;margin-top:0}.client-rail-avatar{display:none}.client-vessel-panel{pointer-events:auto;width:100%;min-height:100%;padding:0;overflow:visible;display:flex!important}.client-vessel-panel-head{pointer-events:none;min-height:40px;margin-bottom:12px;padding-bottom:8px;position:relative}.client-vessel-panel-head>*{pointer-events:auto}.client-mobile-sidebar-close{display:none!important}.client-panel-nav{flex:none!important;gap:8px!important;display:grid!important}.client-panel-nav a,.client-panel-section a,.client-admin-return{justify-content:flex-start;min-height:42px}.client-sidebar-vessels{flex:none;min-height:0;max-height:none;margin:12px 0;overflow:visible;background:0 0!important;border-radius:0!important;width:100%!important;height:auto!important;display:flex!important}.client-sidebar-vessels:before,.client-sidebar-vessels:after{content:none!important;display:none!important}.client-vessel-search{width:100%!important;margin:0 0 12px!important}.client-sidebar-vessels .cvg-scroll{max-height:none!important;overflow:visible!important}.client-vessel-panel{flex:none!important}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel,.client-sidebar:not(:hover):not(:focus-within) .client-footer-stack,.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-user{align-items:stretch;width:100%;margin-left:0;padding-left:0;padding-right:0}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head>span,.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a span,.client-sidebar:not(:hover):not(:focus-within) .client-admin-return span,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section-title,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section a span,.client-sidebar:not(:hover):not(:focus-within) .cvg__head,.client-sidebar:not(:hover):not(:focus-within) .cvr__body,.client-sidebar:not(:hover):not(:focus-within) .client-footer-user-text,.client-sidebar:not(:hover):not(:focus-within) .client-footer-logout,.client-sidebar:not(:hover):not(:focus-within) .client-footer-theme span{display:initial!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section a,.client-sidebar:not(:hover):not(:focus-within) .client-admin-return,.client-sidebar:not(:hover):not(:focus-within) .client-footer-theme{justify-content:flex-start;width:100%;padding:10px 12px}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-search,.client-sidebar:not(:hover):not(:focus-within) .cvg-scroll,.client-sidebar:not(:hover):not(:focus-within) .cvg__empty{opacity:1!important;visibility:visible!important;display:block!important}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-user .client-footer-user-meta{display:flex!important}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head .client-brand-text{flex-direction:column!important;gap:2px!important;line-height:1.15!important;display:flex!important}.client-sidebar .cvg__head,.client-sidebar:not(:hover):not(:focus-within) .cvg__head{align-items:center!important;display:flex!important}.client-sidebar .cvg__count,.client-sidebar .cvg__chevron,.client-sidebar:not(:hover):not(:focus-within) .cvg__chevron,.client-sidebar:not(:hover):not(:focus-within) .cvg__count{opacity:1!important;visibility:visible!important;align-items:center!important;display:inline-flex!important}.client-sidebar .cvg__head .cvg__rule{flex:auto;margin-left:auto;display:block!important}.client-sidebar:not(:hover):not(:focus-within) .cvr{justify-content:flex-start;width:100%;height:auto;min-height:72px;padding:10px 11px}.client-sidebar .cvr{background:#0f172a9e;border:1px solid #94a3b81f;border-radius:8px;min-height:58px;padding:8px 10px}.client-sidebar .cvr--sel{background:#0891b221;border-color:#22d3ee47}.client-sidebar .cvr__stripe{width:18px;height:18px}.client-sidebar .cvr__body{gap:4px;padding-left:8px}.client-sidebar .cvr__head{gap:6px}.client-sidebar .cvr__name{font-size:13px;line-height:1.15}.client-sidebar .cvr__badge{border-radius:999px;align-items:center;padding:3px 7px;font-size:9px;font-weight:700;display:inline-flex}.client-sidebar .cvr__statusline{white-space:normal;font-size:11px}.client-sidebar .cvr__bar-row{display:flex}.client-sidebar .cvr__bar-wrap{height:5px}.client-sidebar .cvr__bar-fill{background:#22d3ee}.client-sidebar .cvr__pct{min-width:30px;font-size:10px}.client-sidebar .cvg__head{text-transform:uppercase;letter-spacing:.8px;min-height:26px;padding-left:0;font-size:11px;font-weight:700}.client-sidebar .cvg__count{min-width:18px;height:18px;font-size:9px}.client-sidebar .cvg__list{gap:10px}.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels{background:0 0!important;width:100%!important;height:auto!important;margin:12px 0!important}.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:before,.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:after{content:none!important;display:none!important}.client-sidebar:not(:hover):not(:focus-within) .cvg{width:100%}.client-sidebar:not(:hover):not(:focus-within) .cvg__list{width:100%;display:flex!important}.client-sidebar:not(:hover):not(:focus-within) .cvr__stripe{display:block}.client-panel-section{gap:8px;margin-top:0;display:grid}.client-footer-stack{flex-direction:column;align-items:stretch;width:100%;margin:12px 0 0;padding:14px 0 0}.client-vessel-panel-user{grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:10px;width:100%;min-height:52px;padding:8px 10px 8px 12px;display:grid!important}.client-vessel-panel-user .client-rail-avatar{justify-content:center;place-self:center start;align-items:center;width:34px;min-width:34px;height:34px;font-size:11px;display:flex!important}.client-footer-user-meta,.client-footer-user-text{grid-column:auto;align-self:center;width:100%;min-width:0}.client-footer-user-meta{justify-content:center;gap:0}.client-footer-user-text strong,.client-footer-user-text span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.client-footer-user-text strong{font-size:12px;line-height:1.15}.client-footer-user-text span{margin-top:2px;font-size:10px;line-height:1.2}.client-footer-logout{opacity:1;justify-content:center;place-self:center end;align-items:center;width:34px;height:34px;margin-left:0;display:inline-flex!important}.client-layout .sidebar h1{margin:0;font-size:14px}.client-layout .sidebar nav{flex:none;gap:8px;display:grid}.client-layout .sidebar nav a{padding:6px 10px;font-size:12px}.client-layout .sidebar .user{display:none!important}.client-main{overflow-x:hidden;padding:12px!important}.client-main>*{min-width:0;max-width:100%}.cdash-topbar{border-radius:14px;grid-template-columns:1fr;gap:9px;padding:10px 12px;position:static;left:0;right:0}.cdash-page{padding-top:0!important}.cdash-topbar-center,.cdash-topbar-left{display:none}.cdash-topbar-right{flex-direction:column;align-items:stretch;gap:7px;display:flex}.cdash-header-weather{flex-wrap:wrap;order:1;align-items:stretch;gap:6px;min-width:0;display:flex}.cdash-weather-metrics{display:contents}.cdash-weather-chip{flex:1 1 0;justify-content:center;gap:5px;min-width:0;padding:7px 8px;font-size:10.5px}.cdash-weather-status{letter-spacing:.3px;flex:100%;justify-content:center;align-items:center;padding:8px 12px;font-size:10px;display:flex}.cdash-weather-desc{display:none}.cdash-weather-chevron{margin-left:8px;display:inline-flex!important}.cdash-header-weather .cdash-weather-details{display:none}.cdash-header-weather.is-expanded .cdash-weather-details{flex-wrap:wrap;flex:100%;gap:6px;min-width:0;margin-top:2px;display:flex}.cdash-topbar-actions-row{order:2;align-items:center;gap:8px;width:100%;display:flex}.cdash-topbar-icon{border-radius:10px;flex:none;width:36px;height:36px}.cdash-topbar-report{border-radius:12px;flex:auto;justify-content:center;height:36px;padding:0 12px}.client-mobile-opbar{scrollbar-width:none;scroll-snap-type:x proximity;gap:8px;margin:-2px -12px 12px;padding:0 12px 10px;display:flex;overflow-x:auto}.client-mobile-opbar::-webkit-scrollbar{display:none}.client-mobile-vessel{scroll-snap-align:start}.cdash-page{gap:12px!important;width:100%!important;max-width:100%!important;padding-top:0!important}.cdash-topline{justify-content:stretch!important;gap:10px!important}.cdash-topline>*{width:100%}.cdash-pulse-alert{border-radius:12px!important;align-items:flex-start!important;padding:11px 12px!important}.cdash-pulse-alert>span:last-child{align-self:flex-start!important}.cdash-ops-shell{border-radius:12px!important;max-width:100%!important;margin-inline:0!important;overflow:hidden!important}.cdash-ops-header{padding:14px 12px 12px!important}.cdash-ops-title-row{flex-direction:column!important;gap:12px!important}.cdash-ops-title-row h1{overflow-wrap:anywhere;letter-spacing:0!important;font-size:clamp(23px,8vw,32px)!important;line-height:1.05!important}.cdash-ops-title-row>div:last-child{align-items:stretch!important;gap:10px!important;width:100%!important}.cdash-ops-header .view-tabs{width:100%!important;display:flex!important}.cdash-ops-header .view-tabs button{flex:1 1 0!important;justify-content:center!important}.cdash-ops-header-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;padding-top:0!important}.cdash-ops-header-metrics>div{gap:8px!important;padding:7px 10px!important}.cdash-ops-header-metrics [style*="font-size: 12.5px"]{white-space:normal!important}.cdash-progress-heading{flex-direction:row!important;align-items:center!important;gap:12px!important}.cdash-progress-title{flex:auto!important;min-width:0!important}.cdash-progress-stats{gap:6px!important}.cdash-progress-figures{align-items:flex-end!important}.cdash-progress-bigpct{font-size:26px!important}.cdash-progress-estimate-badge{display:none!important}.cdash-ops-grid{grid-template-columns:1fr!important;gap:12px!important;padding:12px!important}.cdash-customer-priority{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:12px 12px 0!important}.client-plain-priority{padding:0!important}.cdash-customer-priority-item{min-height:118px!important;padding:12px!important}.cdash-customer-priority-value{text-overflow:clip!important;font-size:20px!important;overflow:visible!important}.cdash-customer-priority-label,.cdash-customer-priority-sub{white-space:normal!important}.cdash-customer-priority-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;font-size:9.5px!important}.cdash-customer-priority-facts strong{font-size:10px!important}.cdash-customer-priority-timeline{grid-template-columns:1fr!important;gap:6px!important}.cdash-ops-grid>div{gap:12px!important;min-width:0!important}.cdash-ops-col-main{display:contents!important}.cdash-ops-col-main>*{min-width:0!important}.cdash-ops-col-logistics{order:1!important}.cdash-ops-col-status{display:contents!important}.cdash-ops-col-status>*{order:2!important;min-width:0!important}.cdash-cargo-plan-card{order:3!important}.cdash-chat-card{order:4!important}.cdash-trend-card-head{flex-direction:column!important;align-items:flex-start!important}.cdash-trend-controls{scrollbar-width:none;width:100%!important;padding-bottom:2px!important;overflow-x:auto!important}.cdash-trend-controls::-webkit-scrollbar{display:none}.cdash-trend-controls button{flex:none!important}.cdash-trend-tabs-scroll{scrollbar-width:none;overflow-x:auto!important}.cdash-trend-tabs-scroll::-webkit-scrollbar{display:none}.cdash-trend-tabs-scroll button{flex:none!important}.cdash-trend-subhead{align-items:flex-start!important}.cdash-trend-subhead>span{white-space:normal!important;line-height:1.35!important}.cdash-trend-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.cdash-trend-metrics [style*="font-size: 17px"],.cdash-trend-metrics [style*="font-size: 18px"]{font-size:15px!important}.cdash-stoppage-edit-head{display:none!important}.cdash-stoppage-edit-row{border-bottom:1px solid #94a3b824;padding-bottom:10px;grid-template-columns:1fr 1fr!important}.cdash-stoppage-edit-row>*{min-width:0}.cdash-stoppage-edit-row>input[type=text]{grid-column:1/-1}.cdash-allevents-overlay{padding:10px!important}.cdash-allevents-row{flex-wrap:wrap!important;gap:8px 10px!important}.cdash-allevents-row>span:first-child{min-width:48px!important}.cdash-allevents-row .cdash-allevents-actions{flex-wrap:wrap!important;flex-basis:100%!important;justify-content:flex-end!important;margin-left:0!important}.daily-timeline-legend{gap:8px!important}.daily-timeline-legend>div:first-child{gap:5px!important;font-size:9px!important}.daily-timeline-nav{gap:6px!important;margin-bottom:8px!important}.daily-timeline-nav>span{flex-basis:100%!important;order:5!important}.cdash-rate-hero{grid-template-columns:1fr 1fr!important}.cdash-final-summary{padding:12px 12px 14px!important}.cdash-final-summary-head{align-items:flex-start!important;gap:8px!important}.cdash-final-summary-titles{flex-wrap:wrap!important;gap:6px 8px!important}.cdash-final-summary-range{white-space:normal!important;text-overflow:clip!important;flex-basis:100%!important;overflow:visible!important}.cdash-final-summary-kpis{grid-template-columns:1fr 1fr!important;gap:8px!important}.cdash-final-summary-kpis>div{padding:9px 10px 10px!important}.cdash-final-summary-kpis [style*="font-size: 17px"]{font-size:15px!important}.cdash-share-wrap{justify-content:stretch!important;margin-top:4px!important}.cdash-share-actions{grid-template-columns:1fr 1fr!important;align-items:stretch!important;gap:8px!important;width:100%!important;display:grid!important}.cdash-share-actions button{border-radius:6px!important;justify-content:center!important;width:100%!important;min-height:38px!important;padding:8px 10px!important;font-size:11.5px!important}.cdash-share-actions button[data-csv-button=true]{order:6!important;grid-column:1/-1!important}.cdash-share-actions button[data-operation-pdf-button=true]{order:8!important;grid-column:1/-1!important}.cdash-share-actions button[data-share-button=true]{order:9!important;grid-column:1/-1!important}.cdash-share-actions>span{text-align:center!important;order:-1!important;grid-column:1/-1!important;width:100%!important}.cdash-main-card{border-radius:12px!important;padding:12px!important}.cdash-card-grid{grid-template-columns:1fr!important;gap:12px!important}.cdash-hero-grid{gap:12px!important}.daily-timeline-wrapper{scrollbar-width:none;max-width:100%;min-height:72px;padding-bottom:4px;overflow:hidden}.daily-timeline-wrapper::-webkit-scrollbar{display:none}.daily-timeline-track{width:100%!important;min-width:0!important;overflow:hidden!important}.daily-timeline-track [style*="font-size: 10px"]{font-size:9px!important}.daily-timeline-track [style*="left: 100%"]{transform:translate(-100%)!important}.cdash-hero{flex-direction:column;align-items:flex-start}.cdash-hero-right{flex-direction:column;align-items:flex-start;width:100%}.cdash-weather{width:100%;min-width:0}.cdash-kpi-row{grid-template-columns:1fr}.cdash-shift-bar{grid-template-columns:60px 1fr 80px}}@media (width<=520px){.client-main{padding:10px!important}.client-rail-logo,.client-rail-nav a,.client-rail-icon,.client-icon-rail .theme-toggle{border-radius:11px;width:34px;height:34px}.client-rail-nav,.client-rail-bottom{gap:4px}.cdash-topbar-right>*{max-width:100%}.cdash-customer-priority{grid-template-columns:1fr!important}.cdash-customer-priority-item{min-height:0!important}.cdash-customer-priority-item.is-inline-metrics-card{grid-template-columns:1fr!important;grid-template-areas:"head""main""meter""facts"!important}.cdash-customer-priority-head,.cdash-customer-priority-main{align-items:flex-start!important}.cdash-customer-priority-main{grid-template-columns:1fr!important;gap:3px!important;display:grid!important}.cdash-customer-priority-main--eta{grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:7px!important}.cdash-customer-priority-value{white-space:normal!important;text-overflow:clip!important;overflow-wrap:anywhere!important;overflow:visible!important}.cdash-customer-priority-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.cdash-customer-priority-facts.is-inline-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.cdash-customer-priority-facts.is-inline-metrics span{background:#94a3b814!important;border-left:0!important;border-radius:7px!important;padding:6px 7px!important}.cdash-customer-priority-facts span{white-space:normal!important;overflow-wrap:anywhere!important}.cdash-weather{font-size:11px!important}.cdash-trend-metrics{grid-template-columns:1fr 1fr!important;gap:6px!important}.cdash-ops-grid [style*="font-size: 42px"]{font-size:34px!important}.cdash-page :not(.cdash-hero-kpi-strip)>[style*="font-size: 30px"]{font-size:24px!important}.cdash-page [style*="font-size: 18px"]{font-size:16px!important}.cdash-page [style*="grid-template-columns: repeat(2"]{grid-template-columns:1fr!important}.cdash-hero-eta-range{display:none!important}.cdash-est-layout{grid-template-columns:1fr!important;gap:11px!important}.cdash-est-eta{border-top:1px solid #0ea5e929!important;border-left:none!important;padding-top:10px!important;padding-left:0!important}.cdash-page .cdash-ops-header-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cdash-page .cdash-ops-header-metrics [style*="font-size: 12.5px"]{white-space:normal!important;font-size:12px!important}.cdash-page .cdash-ops-header-metrics>div>span:first-child{display:none!important}.cdash-page .cdash-unified-hero{flex-direction:column!important;grid-template-columns:none!important;align-items:stretch!important;gap:13px!important;display:flex!important}.cdash-page .cdash-unified-hero--simple{grid-template-columns:minmax(0,1fr) auto!important;justify-content:stretch!important;align-items:start!important;gap:10px!important;display:grid!important}.cdash-page .cdash-unified-hero--simple .cdash-unified-title-col{grid-column:1/-1!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:flex-start!important;gap:8px 10px!important;min-width:0!important;display:grid!important}.cdash-page .cdash-unified-hero--simple .cdash-unified-actions{grid-area:1/2!important;place-self:start end!important}.cdash-page .cdash-unified-title-col{flex-wrap:wrap!important;gap:10px!important}.cdash-page .cdash-unified-title-row{grid-template-columns:minmax(0,1fr)!important;align-items:center!important;gap:7px!important;display:grid!important}.cdash-page .cdash-unified-title{letter-spacing:0!important;overflow-wrap:break-word!important;word-break:normal!important;grid-column:1!important;padding-right:64px!important;font-size:clamp(23px,6.2vw,28px)!important;line-height:1.04!important}.cdash-page .cdash-unified-status{grid-area:2/1/auto/2!important;justify-self:start!important;padding:4px 9px!important;font-size:11px!important;line-height:1!important}.cdash-page .cdash-unified-summary-btn{height:28px!important;min-height:0!important;padding:0 9px!important;font-size:10.5px!important}.cdash-page .cdash-unified-meta{flex:100%!important;grid-column:1/-1!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important;min-width:0!important;font-size:11.5px!important;line-height:1.35!important;display:grid!important}.cdash-page .cdash-unified-meta-strip{border-left:0!important;min-height:0!important;padding-left:0!important;overflow:visible!important}.cdash-page .cdash-unified-meta>span{overflow-wrap:anywhere!important;min-width:0!important}.cdash-page .cdash-unified-meta-item{white-space:normal!important;background:#94a3b80b!important;border:1px solid #94a3b82e!important;border-radius:8px!important;grid-template-columns:1fr!important;align-items:baseline!important;gap:2px!important;max-width:none!important;min-height:58px!important;padding:8px 9px!important;display:grid!important}.cdash-page .cdash-unified-meta-item:last-child{border:1px solid #94a3b82e!important}.cdash-page .cdash-unified-meta-item strong{white-space:normal!important;text-overflow:ellipsis!important;overflow-wrap:anywhere!important;overflow:hidden!important}.cdash-page .cdash-unified-meta-label{letter-spacing:.55px!important;font-size:8.5px!important}.cdash-page .cdash-unified-progress{border-radius:10px!important;grid-template-columns:1fr!important;gap:12px!important;padding:34px 12px 12px!important}.cdash-page .cdash-unified-progress-head{align-items:baseline!important;font-size:13px!important}.cdash-page .cdash-unified-progress-tonnage{align-items:flex-start!important;gap:10px!important;font-size:12.5px!important;line-height:1.25!important}.cdash-page .cdash-unified-progress-tonnage>span{white-space:normal!important;min-width:0!important}.cdash-page .cdash-unified-progress-tonnage>span:last-child{text-align:right!important}.cdash-page .cdash-unified-hero-right{border-left:none!important;border-top:1px solid var(--border)!important;align-items:stretch!important;gap:8px!important;padding-top:12px!important;padding-left:0!important}.cdash-page .cdash-unified-percent-row{grid-template-columns:auto minmax(0,1fr)!important;align-items:baseline!important;gap:8px!important;display:grid!important}.cdash-page .cdash-unified-percent{white-space:nowrap!important;font-size:clamp(32px,9.2vw,38px)!important;line-height:.96!important}.cdash-page .cdash-unified-percent-tonnage{white-space:normal!important;overflow-wrap:anywhere!important;min-width:0!important;font-size:13px!important;line-height:1.25!important}.cdash-page .cdash-unified-eta{text-align:left!important;justify-content:flex-start!important;gap:5px!important;margin-top:0!important;font-size:12.5px!important;line-height:1.3!important;display:flex!important}.cdash-page .cdash-unified-eta-strip{grid-template-columns:minmax(0,1fr)!important;gap:10px!important;margin-top:14px!important;padding-top:12px!important;display:grid!important}.cdash-page .cdash-unified-start{grid-template-columns:auto minmax(0,1fr)!important;align-items:baseline!important;gap:8px!important;font-size:13px!important;display:grid!important}.cdash-page .cdash-unified-eta-list{grid-template-columns:minmax(0,1fr)!important;gap:9px!important;width:100%!important;display:grid!important}.cdash-page .cdash-unified-eta-list>span:not(.cdash-unified-dot){overflow-wrap:anywhere!important;width:100%!important;min-width:0!important;font-size:13px!important;line-height:1.3!important}.cdash-page .cdash-unified-eta-label{letter-spacing:.8px!important}.cdash-page .cdash-unified-dot{display:none!important}.daily-timeline-track,.daily-timeline{min-width:0!important}.daily-timeline-nav{flex-direction:column!important;align-items:stretch!important;gap:8px!important;margin-bottom:10px!important;display:flex!important}.daily-timeline-nav>div:first-child{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;width:100%!important;display:grid!important}.daily-timeline-nav .daily-timeline-title{letter-spacing:.7px!important;white-space:nowrap!important;grid-area:1/1!important;min-width:0!important;font-size:10px!important}.daily-timeline-nav .daily-timeline-date-controls{z-index:1!important;grid-area:1/2!important;justify-self:end!important;position:static!important}.daily-timeline-nav .daily-timeline-day-chip{text-align:center!important;white-space:nowrap!important;grid-area:2/1/auto/-1!important;justify-self:stretch!important;width:100%!important;min-width:0!important}.daily-timeline-nav .daily-timeline-reset{grid-area:3/1/auto/-1!important;justify-self:start!important;min-height:24px!important}.daily-timeline-nav .daily-timeline-legend-inline{scrollbar-width:none;flex-wrap:nowrap!important;grid-area:4/1/auto/-1!important;gap:6px!important;width:100%!important;max-width:100%!important;padding:1px 1px 5px!important;display:flex!important;overflow:auto hidden!important}.daily-timeline-nav .daily-timeline-legend-inline::-webkit-scrollbar{display:none}.daily-timeline-nav .daily-timeline-legend-inline>span,.daily-timeline-nav .daily-timeline-legend-inline>button{white-space:nowrap!important;border-radius:999px!important;flex:none!important;min-height:22px!important;padding:3px 8px!important;font-size:9px!important}.daily-timeline-wrapper{margin-bottom:16px!important;padding-top:4px!important}}@media (width>=769px){.cdash-ops-title-row h1{letter-spacing:-.03em!important;font-size:clamp(22px,2.1vw,28px)!important}.cdash-ops-header-metrics{gap:18px!important}.cdash-ops-header-metrics [style*="font-size: 18px"]{font-size:15px!important}.cdash-progress-bigpct{font-size:24px!important}.cdash-ops-grid{gap:14px!important;padding:16px 18px 18px!important}.cdash-page [style*="font-size: 18px"]{font-size:16px!important}.cdash-trend-metrics{gap:8px!important}}.wl-list{border:1px solid var(--border);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.wl-row{border-bottom:1px solid var(--border);background:0 0;grid-template-columns:34px minmax(0,1.3fr) minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:9px 14px;transition:background .12s;display:grid}.wl-row:last-child{border-bottom:none}.wl-row:hover{background:#94a3b80d}.wl-row--off{opacity:.55}.wl-ico{background:#38bdf81a;border:1px solid #38bdf82e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:inline-flex}.wl-ico--tg{background:#3b82f61f;border-color:#3b82f638}.wl-ico--name{background:#a78bfa1a;border-color:#a78bfa33}.wl-main{min-width:0}.wl-name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.3;overflow:hidden}.wl-key{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,monospace;font-size:11px;display:block;overflow:hidden}.wl-meta{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.wl-status{white-space:nowrap;align-items:center;gap:6px;font-size:11.5px;font-weight:700;display:inline-flex}.wl-status .dot{border-radius:50%;width:7px;height:7px}.wl-status--on{color:#10b981}.wl-status--on .dot{background:#10b981;box-shadow:0 0 5px #10b98199}.wl-status--off{color:var(--muted)}.wl-status--off .dot{background:var(--muted)}.wl-actions{gap:4px;display:inline-flex}.wl-iconbtn{width:30px;height:30px;color:var(--muted);cursor:pointer;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;padding:0;font-size:13px;display:inline-flex}.wl-iconbtn:hover{color:var(--text);border-color:var(--border);box-shadow:none;background:#94a3b81a;transform:none}.wl-iconbtn--danger:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.wl-empty{text-align:center;color:var(--muted);padding:24px;font-size:13px}.wl-chip{color:var(--accent,#38bdf8);white-space:nowrap;background:#38bdf81a;border:1px solid #38bdf833;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}@media (width<=640px){.wl-row{grid-template-columns:34px minmax(0,1fr) auto;row-gap:4px}.wl-meta{grid-column:2/-1}.wl-status{grid-column:2}.wl-actions{grid-area:1/3}}[data-theme=light]{--bg:#e2e8f0;--panel:#f8fafc;--panel-2:#f1f5f9;--border:#cbd5e1;--text:#0f172a;--muted:#475569;--accent:#0284c7;--success:#059669;--warning:#b45309;--danger:#dc2626;--surface-card:#fff;--surface-card-alt:#f2f7fc;--surface-soft:#0284c714;--surface-strong:#0f172a12;--surface-outline:#c8d8e8;--surface-overlay:#ffffffeb;--text-soft:#334155;--shadow-card:0 4px 20px #0f172a17, 0 1px 5px #0f172a0f;--shadow-card-sm:0 2px 10px #0f172a14, 0 1px 3px #0f172a0d;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=light] body{color:var(--text);background:radial-gradient(circle at 0 0,#94a3b824 0,#0000 26%),radial-gradient(circle at 100% 12%,#bfdbfe38 0,#0000 24%),linear-gradient(#f4f7fa 0%,#e9eef4 100%)}[data-theme=light] .main,[data-theme=light] .client-main{background:radial-gradient(circle at 1px 1px,#94a3b814 1px,#0000 0) 0 0/22px 22px,linear-gradient(#ffffff61 0%,#f4f7fad1 100%)}[data-theme=light] .client-layout{background:radial-gradient(circle at 0 0,#bfdbfe29 0,#0000 28%),linear-gradient(#f6f9fc 0%,#eef3f8 100%)}[data-theme=light] .sidebar,[data-theme=light] .client-layout .sidebar{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);border-right:1.5px solid #cbd5e1;box-shadow:4px 0 28px #0f172a14}[data-theme=light] .client-layout .sidebar{align-self:start;height:100vh;position:sticky;top:0;overflow:hidden}[data-theme=light] .client-icon-rail{background:#f8fbff;border-right:1px solid #d0dbe7}[data-theme=light] .client-rail-logo{background:var(--accent)!important;color:#fff!important;box-shadow:none!important}[data-theme=light] .client-rail-nav a,[data-theme=light] .client-rail-icon{color:#64748b;box-shadow:none!important;background:0 0!important;border-color:#0000!important}[data-theme=light] .client-rail-nav a:hover,[data-theme=light] .client-rail-icon:hover{color:#0f172a;background:#eef6ff!important}[data-theme=light] .client-rail-nav a.active{color:#0284c7!important;box-shadow:none!important;background:#e0f2fe!important;border-color:#bae6fd!important}[data-theme=light] .client-rail-nav a.active:before{background:#0284c7}[data-theme=light] .client-vessel-panel{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%)}[data-theme=light] .client-vessel-panel-head>span,[data-theme=light] .client-brand-name{color:#0f172a}[data-theme=light] .client-brand-sub{color:#64748b}[data-theme=light] .cvr{box-shadow:none;background:0 0;border-color:#0000}[data-theme=light] .cvr:hover{background:#f0f7ff;border-color:#0000}[data-theme=light] .cvr__statusline{color:#475569;font-weight:500}[data-theme=light] .cvr--stop .cvr__statusline{color:#b45309}[data-theme=light] .cvr--done .cvr__statusline{color:#059669}[data-theme=light] .cvr__pct{color:#334155}[data-theme=light] .client-vessel-panel-head>small,[data-theme=light] .client-vessel-panel-user span{color:#64748b}[data-theme=light] .client-footer-stack{border-top-color:#d0dbe7}[data-theme=light] .client-vessel-panel-user{background:#fff;border-color:#d6e1ec}[data-theme=light] .client-vessel-panel-user strong{color:#0f172a}[data-theme=light] .client-panel-nav a,[data-theme=light] .client-panel-section a,[data-theme=light] .client-admin-return{color:#334155!important;background:#fff!important;border-color:#d6e1ec!important;box-shadow:0 2px 10px #0f172a0d!important}[data-theme=light] .client-panel-nav a:hover,[data-theme=light] .client-panel-section a:hover,[data-theme=light] .client-admin-return:hover{color:#0f172a!important;background:#eff6ff!important;box-shadow:0 4px 14px #2563eb1a!important}[data-theme=light] .client-panel-nav a.active,[data-theme=light] .client-panel-section a.active{color:#1d4ed8!important;background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%)!important;border-color:#bfdbfe!important}[data-theme=light] .client-vessel-panel-head>span,[data-theme=light] .client-panel-section-title,[data-theme=light] .cvg__label,[data-theme=light] .cvg__head,[data-theme=light] .cvr,[data-theme=light] .cvr__name,[data-theme=light] .cvr__statusline,[data-theme=light] .cvr__date,[data-theme=light] .cvr__meta,[data-theme=light] .client-footer-user-text,[data-theme=light] .client-footer-user-text strong,[data-theme=light] .client-footer-user-text span{color:#334155!important}[data-theme=light] .cvg__empty{color:#64748b!important;background:#f8fbff!important;border-color:#d6e1ec!important}[data-theme=light] .cvr,[data-theme=light] .cvr--sel,[data-theme=light] .cvr--stop,[data-theme=light] .cvr--done{box-shadow:none!important;background:0 0!important;border:1px solid #0000!important}[data-theme=light] .cvr:hover{transform:none;background:#f0f7ff!important}[data-theme=light] .client-sidebar:not(:hover):not(:focus-within) .cvr--sel{background:#e0f2fe!important}[data-theme=light] .cvr--stop{background:#fff!important;border-color:#e2e8f0!important}[data-theme=light] .client-sidebar:not(:hover):not(:focus-within) .cvr--stop{background:#fffbeb!important}[data-theme=light] .cvr__name{color:#0f172a!important}[data-theme=light] .cvr--sel .cvr__name{color:#0f172a!important;letter-spacing:-.015em!important;font-weight:700!important}[data-theme=light] .cvr__badge--live{background:#f8fafc;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:600!important}[data-theme=light] .cvr__badge--stop{color:#92400e;background:#fef3c7;border-color:#0000}[data-theme=light] .cvr__badge--done{color:#64748b;background:#f1f5f9;border-color:#0000}[data-theme=light] .cvr__bar-wrap{background:#e2e8f0}[data-theme=light] .cvr__bar-fill{background:#0284c7b3}[data-theme=light] .cvr--stop .cvr__bar-fill{background:#f59e0b}[data-theme=light] .client-footer-icon,[data-theme=light] .client-footer-logout{color:#475569}[data-theme=light] .client-footer-icon:hover,[data-theme=light] .client-footer-logout:hover{color:#0f172a;background:#eff6ff}[data-theme=light] .client-footer-theme{background:#fff;border-color:#d6e1ec}@media (width<=768px){[data-theme=light] .mobile-topbar,[data-theme=light] .client-mobile-topbar{color:#0f172a!important;background:#fffffff0!important;border-bottom:1px solid #d6e1ec!important;box-shadow:0 8px 22px #0f172a14!important}[data-theme=light] .mobile-topbar-brand,[data-theme=light] .mobile-topbar-brand span,[data-theme=light] .client-mobile-topbar .mobile-topbar-brand,[data-theme=light] .client-mobile-topbar .mobile-topbar-brand span{color:#0f172a!important}[data-theme=light] .mobile-menu-button{color:#475569!important;box-shadow:none!important;background:#64748b1a!important;border-color:#64748b4d!important}[data-theme=light] .client-mobile-nav-backdrop,[data-theme=light] .mobile-nav-backdrop{background:#0f172a57!important}[data-theme=light] .client-layout .sidebar,[data-theme=light] .sidebar{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;top:63px!important;left:0!important;bottom:calc(64px + env(safe-area-inset-bottom,0px))!important;background:linear-gradient(#fff 0%,#f7fafd 100%)!important;border-right-color:#d0dbe7!important;height:auto!important;min-height:0!important;max-height:calc(100dvh - 127px)!important;position:fixed!important;overflow:hidden auto!important;box-shadow:14px 0 34px #0f172a1f!important}[data-theme=light] .client-footer-theme{color:#334155!important;background:#f8fbff!important;border-color:#cbd5e1!important}[data-theme=light] .client-footer-theme span{color:#334155!important}[data-theme=light] .client-footer-theme:hover{color:#1d4ed8!important;background:#eff6ff!important;border-color:#93c5fd!important}}[data-theme=light] .cdash-topbar{background:#ffffffe0!important;border-color:#d6e1ec!important;box-shadow:0 10px 28px #0f172a14!important}[data-theme=light] .cdash-topbar-kicker{color:#64748b}[data-theme=light] .cdash-topbar-sep{color:#cbd5e1}[data-theme=light] .cdash-topbar-title{color:#0f172a}[data-theme=light] .cdash-topbar-icon,[data-theme=light] .cdash-topbar-report{color:#475569!important;box-shadow:none!important;background:0 0!important;border-color:#0000!important}[data-theme=light] .cdash-topbar-icon:hover,[data-theme=light] .cdash-topbar-report:hover{color:#1d4ed8!important;background:#eff6ff!important;border-color:#bfdbfe!important}[data-theme=light] .view-tabs{background:#f1f5f9;border-color:#d6e1ec}[data-theme=light] .view-tabs button{color:#475569}[data-theme=light] .view-tabs button:hover{color:#0f172a;background:#e2e8f0}[data-theme=light] .view-tabs button.active{color:#0369a1;background:#e0f2fe;border-color:#7dd3fc}[data-theme=light] .mode-tabs button.active.tab-danger{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}[data-theme=light] .tab-count{background:#0f172a1a}[data-theme=light] .mode-tabs button.active .tab-count{background:#0369a12e}[data-theme=light] .mode-tabs button.active.tab-danger .tab-count{background:#b91c1c29}[data-theme=light] .stat-pill{color:#475569;background:#f8fafc;border-color:#d6e1ec}[data-theme=light] .stat-pill strong{color:#0f172a}[data-theme=light] .stat-pill-active{color:#0369a1;background:#e0f2fe;border-color:#7dd3fc}[data-theme=light] .key-hints kbd{color:#64748b;background:#f1f5f9;border-color:#cbd5e1}[data-theme=light] .review-filter-head{color:#0f172a;border-bottom-color:#e2e8f0}[data-theme=light] .cdash-main-card{background:#ffffffeb!important;border-color:#d6e1ec!important;box-shadow:0 10px 28px #0f172a14,0 1px 4px #0f172a0d!important}[data-theme=light] .cdash-page .cdash-parcel-wrap{border-top-color:#cbd5e1}[data-theme=light] .cdash-declarations-card{background:#fff!important;border-color:#d6e1ec!important;box-shadow:0 8px 22px #0f172a0f!important}[data-theme=light] .cdash-declarations-card h3{color:#0f172a!important}[data-theme=light] .cdash-declarations-card h3 svg{color:#0284c7!important}[data-theme=light] .cdash-page .cdash-parcel-panel{color:#334155}[data-theme=light] .cdash-page .cdash-parcel-row{border-bottom:1px solid #e2e8f0!important;padding:5px 0!important}[data-theme=light] .cdash-page .cdash-parcel-row:last-child{border-bottom:0!important}[data-theme=light] .cdash-page .cdash-parcel-row span:first-child{color:#0f172a!important}[data-theme=light] .cdash-page .cdash-parcel-row span:last-child{color:#475569!important}[data-theme=light] .cdash-page .cdash-parcel-row strong{color:#0284c7!important}[data-theme=light] .cdash-page .cdash-cargo-plan-gridbg{background-image:linear-gradient(#94a3b81f 1px,#0000 1px),linear-gradient(90deg,#94a3b81f 1px,#0000 1px);-webkit-mask-image:linear-gradient(#0f172a4d,#0f172a0a);mask-image:linear-gradient(#0f172a4d,#0f172a0a)}[data-theme=light] .cdash-page .cdash-cargo-plan-vessel{background:#e2e8f0d1;border-color:#cbd5e1;box-shadow:inset 0 0 0 1px #ffffffa6,0 10px 24px #0f172a14}[data-theme=light] .cdash-page .cdash-cargo-plan-vessel:before,[data-theme=light] .cdash-page .cdash-cargo-plan-vessel:after{background:#cbd5e1;border-color:#b6c4d4}[data-theme=light] .cdash-page .cdash-cargo-slot{background:#fff;border-color:#cbd5e1;box-shadow:inset 0 1px #fffc,0 2px 8px #0f172a0f}[data-theme=light] .cdash-page .cdash-cargo-slot.is-active{box-shadow:none;background:#fff;border-color:#1e3a8a}[data-theme=light] .cdash-page .cdash-cargo-slot.is-completed{background:#ecfdf5;border-color:#86efac}[data-theme=light] .cdash-page .cdash-cargo-slot.is-waiting{background:#f8fafc;border-color:#d6e1ec}[data-theme=light] .cdash-page .cdash-cargo-slot-main{color:#0f172a}[data-theme=light] .cdash-page .cdash-cargo-slot-sub{color:#64748b}[data-theme=light] .cdash-page .cdash-cargo-slot.is-active .cdash-cargo-slot-sub{color:#0369a1}[data-theme=light] .cdash-page .cdash-cargo-slot.is-completed .cdash-cargo-slot-sub{color:#047857}[data-theme=light] .cdash-page .cdash-cargo-slot-note{color:#334155}[data-theme=light] .client-rail-avatar{color:#334155;background:#e8f1f9;border-color:#c8d8e8}[data-theme=light] .client-sidebar [style*="rgba(14, 165, 233, 0.1)"][style*=padding]{box-shadow:0 2px 8px #2563eb26;background:linear-gradient(135deg,#dbeafe,#e0f2fe)!important}[data-theme=light] .sidebar nav a{color:#334155;border-radius:12px;font-weight:600}[data-theme=light] .sidebar nav a.active{color:#1d4ed8!important;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)!important;border:1.5px solid #bfdbfe!important;font-weight:700!important;box-shadow:0 2px 12px #2563eb24!important}[data-theme=light] .sidebar nav a:hover{color:#0f172a;background:#f0f7ff!important}[data-theme=light] .client-sidebar nav button[style*="rgba(14,165,233"],[data-theme=light] .client-sidebar nav button[style*="rgba(14, 165, 233"]{color:#1d4ed8!important;background:#eff6ff!important;border-color:#bfdbfe!important}[data-theme=light] .sidebar .user{background:#f0f7ff!important;border:1.5px solid #d0dbe7!important;border-radius:14px!important;box-shadow:0 2px 8px #0f172a0d!important}[data-theme=light] .client-sidebar .user{flex-shrink:0;margin-top:auto!important}[data-theme=light] .sidebar .user>div:first-child{color:#0f172a!important}[data-theme=light] .sidebar .user .muted,[data-theme=light] .sidebar .user [style*="color: var(--muted)"]{color:#64748b!important}[data-theme=light] .sidebar .user button.ghost{color:#0f172a!important;background:#fff!important;border-color:#c8d8e8!important}[data-theme=light] .sidebar .user button.ghost:hover{background:#e8f1f9!important}[data-theme=light] .sidebar-brand{border-bottom-color:#0f172a14}[data-theme=light] .sidebar-brand-icon{background:linear-gradient(135deg,#0284c7,#2563eb);box-shadow:0 4px 12px #2563eb40}[data-theme=light] .sidebar-section-title{color:#64748b;opacity:1}[data-theme=light] .sidebar nav a.active:before{background:#1d4ed8}[data-theme=light] .sidebar-avatar{color:#1d4ed8;background:#dbeafe;border-color:#bfdbfe}[data-theme=light] .client-sidebar-vessels [style*="rgba(255,255,255,0.55)"],[data-theme=light] .client-sidebar-vessels [style*="rgba(255, 255, 255, 0.55)"]{color:#475569!important}[data-theme=light] .client-sidebar-vessels [style*="rgba(16,185,129,0.14)"],[data-theme=light] .client-sidebar-vessels [style*="rgba(16, 185, 129, 0.14)"]{color:#065f46!important;background:#0596691a!important;border-color:#05966947!important}[data-theme=light] .client-sidebar-vessels [style*="rgba(156,163,175,0.14)"],[data-theme=light] .client-sidebar-vessels [style*="rgba(156, 163, 175, 0.14)"]{color:#334155!important;background:#64748b1a!important;border-color:#64748b40!important}[data-theme=light] .client-sidebar-vessels input{color:#0f172a!important;background:#fff!important;border:1.5px solid #d0dbe7!important;box-shadow:0 1px 4px #0f172a0f!important}[data-theme=light] .client-sidebar-vessels input::placeholder,[data-theme=light] .client-sidebar-vessels [style*="rgba(255,255,255,0.35)"],[data-theme=light] .client-sidebar-vessels [style*="rgba(255, 255, 255, 0.35)"],[data-theme=light] .client-sidebar-vessels [style*="rgba(255,255,255,0.5)"],[data-theme=light] .client-sidebar-vessels [style*="rgba(255, 255, 255, 0.5)"],[data-theme=light] .client-sidebar-vessels div[style*="font-style: italic"],[data-theme=light] .client-sidebar-vessels div[style*="fontStyle: italic"]{color:#94a3b8!important}[data-theme=light] .client-sidebar-vessels button:not([aria-current=page]):not(.cvr),[data-theme=light] .client-mobile-vessel:not([aria-current=page]){transition:all .15s;color:#1e293b!important;background:#fff!important;border-color:#d0dbe7!important;box-shadow:0 2px 6px #0f172a0a!important}[data-theme=light] .client-sidebar-vessels button:not([aria-current=page]):not(.cvr):hover{background:#f0f7ff!important;border-color:#93c5fd!important;box-shadow:0 4px 14px #2563eb1f!important}[data-theme=light] .client-sidebar-vessels button[aria-current=page]:not(.cvr),[data-theme=light] .client-mobile-vessel[aria-current=page]{color:#1e3a8a!important;background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%)!important;border:2px solid #2563eb!important;font-weight:700!important;box-shadow:0 4px 18px #2563eb38!important}[data-theme=light] .client-sidebar-vessels small,[data-theme=light] .client-mobile-vessel small{color:#64748b!important}[data-theme=light] .client-sidebar-vessels button[aria-current=page]:not(.cvr) small,[data-theme=light] .client-mobile-vessel[aria-current=page] small{color:#1e40af!important}[data-theme=light] .client-sidebar-vessels button span[style*="rgba(255,255,255,0.45)"],[data-theme=light] .client-sidebar-vessels button span[style*="rgba(255, 255, 255, 0.45)"]{color:#64748b!important}[data-theme=light] .client-sidebar-vessels button[aria-current=page] span[style*="rgba(255,255,255,0.45)"],[data-theme=light] .client-sidebar-vessels button[aria-current=page] span[style*="rgba(255, 255, 255, 0.45)"]{color:#1e40af!important}[data-theme=light] .client-vessel-group-head,[data-theme=light] button.client-vessel-group-head:not([aria-current=page]){box-shadow:none!important;color:#64748b!important;background:0 0!important;border:0!important}[data-theme=light] .client-vessel-group-head.is-active>span:last-child{color:#047857!important}[data-theme=light] .client-vessel-group-head.is-completed>span:last-child{color:#64748b!important}[data-theme=light] .client-vessel-row,[data-theme=light] .client-sidebar-vessels .client-vessel-row:not([aria-current=page]){box-shadow:none!important;color:#334155!important;background:0 0!important;border-color:#0000!important}[data-theme=light] .client-vessel-row:hover,[data-theme=light] .client-sidebar-vessels .client-vessel-row:not([aria-current=page]):hover{box-shadow:none!important;background:#eef6ff!important;border-color:#d4e6fb!important}[data-theme=light] .client-vessel-row.is-selected,[data-theme=light] .client-sidebar-vessels .client-vessel-row[aria-current=page]{box-shadow:none!important;color:#0f172a!important;background:linear-gradient(90deg,#dbeafe,#f8fbff)!important;border:1px solid #bfdbfe!important}[data-theme=light] .client-vessel-row.has-stoppage{background:linear-gradient(90deg,#fee2e2,#fff7f7)!important;border-color:#fecaca!important}[data-theme=light] .client-vessel-meta{color:#64748b!important}[data-theme=light] .client-vessel-row.has-stoppage .client-vessel-meta{color:#b91c1c!important}[data-theme=light] .client-vessel-percent{color:#0284c7!important}[data-theme=light] .client-vessel-row.has-stoppage .client-vessel-percent{color:#b91c1c!important}[data-theme=light] .client-vessel-progress{background:#e2e8f0!important}[data-theme=light] .cdash-page .cdash-confirmed-strip{background:linear-gradient(#ecfdf5e6,#ffffffeb);border-color:#05966938}[data-theme=light] .cdash-page .cdash-confirmed-ratio strong,[data-theme=light] .cdash-page .cdash-confirmed-foot strong{color:#0f172a}[data-theme=light] .cdash-page .cdash-confirmed-ratio span,[data-theme=light] .cdash-page .cdash-confirmed-foot{color:#64748b}[data-theme=light] .client-sidebar-vessels>div:last-child{min-height:0;padding-bottom:8px;overflow-y:auto}[data-theme=light] .cdash-page h1,[data-theme=light] .cdash-page h1 span,[data-theme=light] .cdash-page [style*="color: #fff"],[data-theme=light] .cdash-page [style*="color:#fff"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.85)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.85)"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.78)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.78)"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.75)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.75)"]{color:#0f172a!important}[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.5)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.5)"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.45)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.45)"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.4)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.4)"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.3)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.3)"]{color:#64748b!important}[data-theme=light] [style*="rgba(17, 24, 39, 0.3)"],[data-theme=light] [style*="rgba(255, 255, 255, 0.01)"],[data-theme=light] [style*="rgba(255,255,255,0.01)"]{background:var(--surface-card)!important;border-color:var(--surface-outline)!important;box-shadow:var(--shadow-card-sm)!important}[data-theme=light] [style*="rgba(0,0,0,0.15)"],[data-theme=light] [style*="rgba(0, 0, 0, 0.15)"],[data-theme=light] [style*="rgba(0,0,0,0.12)"],[data-theme=light] [style*="rgba(0, 0, 0, 0.12)"],[data-theme=light] [style*="rgba(0,0,0,0.1)"],[data-theme=light] [style*="rgba(0, 0, 0, 0.1)"]{border-color:var(--surface-outline)!important;background:#f2f7fc!important}[data-theme=light] [style*="rgba(255,255,255,0.02)"],[data-theme=light] [style*="rgba(255, 255, 255, 0.02)"],[data-theme=light] [style*="rgba(255,255,255,0.03)"],[data-theme=light] [style*="rgba(255, 255, 255, 0.03)"],[data-theme=light] [style*="rgba(255,255,255,0.04)"],[data-theme=light] [style*="rgba(255, 255, 255, 0.04)"]{border-color:var(--surface-outline)!important;background-color:#f2f7fc!important}[data-theme=light] .cdash-main-card :not(button)[style*="color: rgb(255, 255, 255)"],[data-theme=light] .cdash-main-card :not(button)[style*="color: #fff"]{color:var(--text)!important}[data-theme=light] .cdash-main-card :not(button)[style*="color: rgb(229, 231, 235)"],[data-theme=light] .cdash-main-card :not(button)[style*="color: #e5e7eb"],[data-theme=light] .cdash-main-card :not(button)[style*="color: rgb(226, 232, 240)"],[data-theme=light] .cdash-main-card :not(button)[style*="color: #e2e8f0"]{color:var(--text-soft)!important}[data-theme=light] .cdash-main-card [style*="rgba(255,255,255,0.18)"],[data-theme=light] .cdash-main-card [style*="rgba(255, 255, 255, 0.18)"],[data-theme=light] .cdash-main-card [style*="rgba(255,255,255,0.35)"],[data-theme=light] .cdash-main-card [style*="rgba(255, 255, 255, 0.35)"],[data-theme=light] .cdash-main-card [style*="rgba(255,255,255,0.5)"],[data-theme=light] .cdash-main-card [style*="rgba(255, 255, 255, 0.5)"]{color:#475569!important}[data-theme=light] .cdash-main-card [style*="rgba(0,0,0,0.22)"],[data-theme=light] .cdash-main-card [style*="rgba(0, 0, 0, 0.22)"]{border-color:var(--border)!important;background:#f2f7fc!important}[data-theme=light] .cdash-main-card [style*="rgba(255,255,255,0.05)"],[data-theme=light] .cdash-main-card [style*="rgba(255, 255, 255, 0.05)"],[data-theme=light] .cdash-main-card [style*="rgba(255,255,255,0.06)"],[data-theme=light] .cdash-main-card [style*="rgba(255, 255, 255, 0.06)"]{border-color:var(--border)!important}[data-theme=light] .card,[data-theme=light] .kpi,[data-theme=light] .modal,[data-theme=light] .login-card{background:var(--surface-card);border-color:var(--border);box-shadow:var(--shadow-card-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}[data-theme=light] th{background:#f1f5f9f2}[data-theme=light] th,[data-theme=light] td{border-bottom:1px solid #0f172a0f}[data-theme=light] tr:hover td{background:#0f172a05}[data-theme=light] input,[data-theme=light] select,[data-theme=light] textarea{color:var(--text);background:#ffffffeb;border:1px solid #0f172a1f}[data-theme=light] input:focus,[data-theme=light] select:focus,[data-theme=light] textarea:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #0284c71f}[data-theme=light] button.secondary{background:var(--panel-2);color:var(--text);border-color:#0f172a1a}[data-theme=light] button.ghost{color:var(--text);border:1px solid #0f172a1f}[data-theme=light] button.ghost:hover{background:#0f172a0a}[data-theme=light] .modal-backdrop{background:#0f172a66}[data-theme=light] .login-wrap{background:linear-gradient(135deg,#dbeafe,#f8fafc 55%,#e2e8f0)}[data-theme=light] .badge.completed{color:#475569;background:#64748b26}[data-theme=light] .cdash-stoppages-list{background:#fff8f6;border:1px solid #fca5a5;border-radius:10px}[data-theme=light] .cdash-stoppages-list li,[data-theme=light] .cdash-timeline li{border-bottom:1px solid #f0d8d4}[data-theme=light] .cdash-event-text{color:var(--text)}.theme-toggle{width:100%;color:var(--text);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.theme-toggle:hover{background:#ffffff14}[data-theme=light] .theme-toggle{background:#ffffffbf;border:1px solid #0f172a1a}[data-theme=light] .cdash-page{color:#0f172a}[data-theme=light] .cdash-page .cdash-hero-card{background:#fff!important;border:1px solid #d0dbe7!important;border-radius:18px!important;box-shadow:0 18px 40px #0f172a1a,0 3px 10px #0f172a0f!important}[data-theme=light] .cdash-page .cdash-hero-grid{align-items:stretch}[data-theme=light] .cdash-page .cdash-hero-meta-card,[data-theme=light] .cdash-page .cdash-hero-estimate-card,[data-theme=light] .cdash-page .cdash-hero-highlight,[data-theme=light] .cdash-page .cdash-ops-stat-card,[data-theme=light] .cdash-page .cdash-unit-card,[data-theme=light] .cdash-page .cdash-shift-row,[data-theme=light] .cdash-page .cdash-event-item{border-radius:18px!important}[data-theme=light] .cdash-page .cdash-hero-meta-card,[data-theme=light] .cdash-page .cdash-ops-stat-card,[data-theme=light] .cdash-page .cdash-unit-card,[data-theme=light] .cdash-page .cdash-shift-row,[data-theme=light] .cdash-page .cdash-event-item{background:#fff!important;border:1px solid #d0dbe7!important;box-shadow:0 8px 24px #0f172a0f!important}[data-theme=light] .cdash-page .cdash-hero-highlight{box-shadow:0 10px 26px #0596691f!important}[data-theme=light] .cdash-page .cdash-hero-summary{justify-content:center}[data-theme=light] .cdash-page .cdash-section-heading{line-height:1.2;color:#0f172a!important;font-weight:650!important}[data-theme=light] .cdash-page .cdash-unit-card:hover,[data-theme=light] .cdash-page .cdash-shift-row:hover,[data-theme=light] .cdash-page .cdash-event-item:hover{transform:translateY(-1px);box-shadow:0 12px 30px #0f172a14!important}[data-theme=light] .cdash-page .cdash-event-item{background:linear-gradient(#fff 0%,#f9fbfd 100%)!important;align-items:flex-start!important}[data-theme=light] .cdash-page .cdash-event-time{border-right:1px solid #e2e8f0;padding-right:10px}[data-theme=light] .cdash-page .cdash-event-main{line-height:1.45;white-space:normal!important}[data-theme=light] .cdash-page .cdash-shift-row,[data-theme=light] .cdash-page .cdash-unit-card{background:linear-gradient(#fff 0%,#f8fbff 100%)!important}[data-theme=light] .cdash-page .cdash-ops-stat-card{background:#f8fbff!important}[data-theme=light] .cdash-page h1,[data-theme=light] .cdash-page h2,[data-theme=light] .cdash-page h3{color:#0f172a!important;font-weight:700!important}[data-theme=light] .cdash-page strong{font-weight:700;color:#0f172a!important}[data-theme=light] .cdash-page label{color:#334155;font-weight:600}[data-theme=light] .cdash-main-card{background:#fff!important;border:1px solid #c8d8e8!important;box-shadow:0 4px 20px #0f172a17,0 1px 5px #0f172a0f!important}[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255,255,255,0.3)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255, 255, 255, 0.3)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255,255,255,0.35)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255, 255, 255, 0.35)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255,255,255,0.38)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255, 255, 255, 0.38)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255,255,255,0.4)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255, 255, 255, 0.4)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255,255,255,0.45)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255, 255, 255, 0.45)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255,255,255,0.5)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255, 255, 255, 0.5)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255,255,255,0.7)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255, 255, 255, 0.7)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255,255,255,0.75)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255, 255, 255, 0.75)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255,255,255,0.85)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255, 255, 255, 0.85)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255,255,255,0.18)"],[data-theme=light] .cdash-page :not(button):not([class*=badge]):not([class*=tag]):not(svg *)[style*="rgba(255, 255, 255, 0.18)"]{color:#64748b!important}[data-theme=light] .cdash-page :not(button):not(svg *)[style="color: #fff"],[data-theme=light] .cdash-page :not(button):not(svg *)[style^="color: #fff;"],[data-theme=light] .cdash-page :not(button):not(svg *)[style^="color: #fff "]{color:#0f172a!important}[data-theme=light] .cdash-page :not(button):not(svg *)[style*="color: #d1d5db"],[data-theme=light] .cdash-page :not(button):not(svg *)[style*="color: #e5e7eb"],[data-theme=light] .cdash-page :not(button):not(svg *)[style*="color: rgb(209, 213, 219)"],[data-theme=light] .cdash-page :not(button):not(svg *)[style*="color: rgb(229, 231, 235)"]{color:#334155!important}[data-theme=light] .cdash-page :not(button):not(svg *)[style*="color: #f59e0b"],[data-theme=light] .cdash-page :not(button):not(svg *)[style*="color: rgb(245, 158, 11)"]{color:#92400e!important}[data-theme=light] .cdash-page :not(button):not(svg *)[style*="color: #10b981"],[data-theme=light] .cdash-page :not(button):not(svg *)[style*="color: #34d399"]{color:#065f46!important}[data-theme=light] .cdash-page [style*="rgba(0,0,0,0.15)"],[data-theme=light] .cdash-page [style*="rgba(0, 0, 0, 0.15)"],[data-theme=light] .cdash-page [style*="rgba(0,0,0,0.12)"],[data-theme=light] .cdash-page [style*="rgba(0, 0, 0, 0.12)"],[data-theme=light] .cdash-page [style*="rgba(0,0,0,0.1)"],[data-theme=light] .cdash-page [style*="rgba(0, 0, 0, 0.1)"],[data-theme=light] .cdash-page [style*="rgba(0,0,0,0.22)"],[data-theme=light] .cdash-page [style*="rgba(0, 0, 0, 0.22)"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.01)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.01)"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.015)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.015)"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.02)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.02)"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.03)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.03)"],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.04)"],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.04)"]{background-color:#f2f7fc!important;border-color:#c8d8e8!important}[data-theme=light] .cdash-page [style*="rgba(17, 24, 39, 0.3)"],[data-theme=light] .cdash-page [style*="rgba(17,24,39,0.3)"],[data-theme=light] .cdash-page [style*="rgba(9, 13, 26"]{background:#fff!important;border-color:#c8d8e8!important;box-shadow:0 4px 20px #0f172a17,0 1px 5px #0f172a0f!important}[data-theme=light] .cdash-page [style*="rgba(14, 165, 233, 0.04)"],[data-theme=light] .cdash-page [style*="rgba(14,165,233,0.04)"],[data-theme=light] .cdash-page [style*="rgba(14, 165, 233, 0.06)"],[data-theme=light] .cdash-page [style*="rgba(14,165,233,0.06)"]{background-color:#0284c71f!important;border-color:#0284c752!important}[data-theme=light] .cdash-page [style*="rgba(16, 185, 129, 0.04)"],[data-theme=light] .cdash-page [style*="rgba(16,185,129,0.04)"],[data-theme=light] .cdash-page [style*="rgba(16, 185, 129, 0.08)"],[data-theme=light] .cdash-page [style*="rgba(16,185,129,0.08)"],[data-theme=light] .cdash-page [style*="rgba(16, 185, 129, 0.1)"],[data-theme=light] .cdash-page [style*="rgba(16,185,129,0.1)"]{background-color:#05966924!important;border-color:#04785761!important}[data-theme=light] .cdash-page [style*="rgba(245, 158, 11, 0.08)"],[data-theme=light] .cdash-page [style*="rgba(245,158,11,0.08)"],[data-theme=light] .cdash-page [style*="rgba(245, 158, 11, 0.1)"],[data-theme=light] .cdash-page [style*="rgba(245,158,11,0.1)"],[data-theme=light] .cdash-page [style*="rgba(245, 158, 11, 0.12)"],[data-theme=light] .cdash-page [style*="rgba(245,158,11,0.12)"]{background-color:#f59e0b2e!important;border-color:#b453096b!important}[data-theme=light] .cdash-page [style*="rgba(239, 68, 68, 0.08)"],[data-theme=light] .cdash-page [style*="rgba(239,68,68,0.08)"],[data-theme=light] .cdash-page [style*="rgba(239, 68, 68, 0.1)"],[data-theme=light] .cdash-page [style*="rgba(239,68,68,0.1)"]{background-color:#dc26261f!important;border-color:#b91c1c61!important}[data-theme=light] .daily-timeline-track,[data-theme=light] .cdash-breaks-track{background:#d8e8f4!important;border:1px solid #b4cce0!important}[data-theme=light] .daily-timeline-track>div[style*="rgba(255, 255, 255, 0.04)"],[data-theme=light] .daily-timeline-track>div[style*="rgba(255,255,255,0.04)"],[data-theme=light] .cdash-breaks-track>div[style*="rgba(255, 255, 255, 0.04)"],[data-theme=light] .cdash-breaks-track>div[style*="rgba(255,255,255,0.04)"]{background:#0f172a24!important}[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.05)"][style*=border-radius],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.05)"][style*=border-radius],[data-theme=light] .cdash-page [style*="rgba(255, 255, 255, 0.06)"][style*=border-radius],[data-theme=light] .cdash-page [style*="rgba(255,255,255,0.06)"][style*=border-radius]{background-color:#d8e8f4!important;border-color:#b4cce0!important}[data-theme=light] .cdash-page svg text{fill:#475569}[data-theme=light] .cdash-page svg text[fill="rgba(255,255,255,0.5)"],[data-theme=light] .cdash-page svg text[fill="rgba(255,255,255,0.7)"],[data-theme=light] .cdash-page svg text[fill=\#fff],[data-theme=light] .cdash-page svg text[fill=white]{fill:#475569!important}[data-theme=light] .cdash-page svg line[stroke*="255"]{stroke:#4755692e!important}[data-theme=light] .cdash-page svg circle[stroke*="255"]{stroke:#0f172a33!important}[data-theme=light] .cdash-page .cdash-tank-card{background:#fff;border:1px solid #c8d8e8;box-shadow:0 2px 10px #0f172a12}[data-theme=light] .cdash-page .cdash-stoppage-card,[data-theme=light] .cdash-stoppages-list li{background:#fff8f6;border-left:3px solid #fca5a5}[data-theme=light] .cdash-stoppages-list li{border-bottom:1px solid #f0d8d4!important}[data-theme=light] .cdash-page .cdash-shift-card{background:#f8fbff;border:1px solid #bfdbfe}[data-theme=light] .cdash-page .cdash-section{padding:24px!important}[data-theme=light] .cdash-page .cdash-section-title{margin-bottom:16px!important}[data-theme=light] .cdash-page hr,[data-theme=light] .cdash-page [style*="border-top: 1px solid rgba(255,255,255,0.06)"],[data-theme=light] .cdash-page [style*="border-top: 1px solid rgba(255, 255, 255, 0.06)"],[data-theme=light] .cdash-page [style*="borderTop: '1px solid rgba(255, 255, 255, 0.06)'"],[data-theme=light] .cdash-page [style*="borderTop: '1px solid rgba(255,255,255,0.06)'"]{border-top-color:#c8d8e8!important}[data-theme=light] .cdash-page svg [style*=drop-shadow]{filter:none!important}[data-theme=light] .theme-toggle{color:#0f172a;background:#f2f7fc;border-color:#c8d8e8}[data-theme=light] .theme-toggle:hover{background:#e4eff8}@media (width<=640px){.opchat-pop,.demo-wa-pop{left:8px!important;right:8px!important;bottom:calc(64px + env(safe-area-inset-bottom,0px))!important;border-radius:16px!important;width:auto!important;max-width:none!important}.opchat-pop{height:min(86dvh,100dvh - 140px)!important}.demo-wa-pop{height:min(86dvh,100dvh - 132px)!important}.chat-notif-pop{left:8px!important;right:8px!important;top:calc(60px + env(safe-area-inset-top,0px))!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 150px)!important;position:fixed!important;bottom:auto!important}.opchat-fab{right:14px!important;bottom:calc(86px + env(safe-area-inset-bottom,0px))!important}.demo-wa-fab{right:14px!important;bottom:calc(148px + env(safe-area-inset-bottom,0px))!important}.cdash-report-menu{top:auto!important;left:8px!important;right:8px!important;bottom:calc(84px + env(safe-area-inset-bottom,0px))!important;z-index:1310!important;width:auto!important;min-width:0!important;max-width:none!important;max-height:66dvh!important;position:fixed!important;overflow-y:auto!important}.cdash-report-menu-backdrop{z-index:1305!important;background:#02061780!important}}@media (width<=768px){.stats-mobile-filter-bar{display:block!important}.stats-control-body:not(.is-open){display:none!important}}.stats-matrix-table .stats-matrix-vessel-col{z-index:2;background:var(--panel,#0f172a);box-shadow:1px 0 0 var(--border);position:sticky;left:0}.stats-matrix-table thead .stats-matrix-vessel-col{z-index:3}[data-theme=light] .stats-matrix-table .stats-matrix-vessel-col{background:#fff}.stats-page .kpi{transition:transform .15s,border-color .15s,box-shadow .15s;position:relative;overflow:hidden}.stats-page .kpi:before{content:"";background:linear-gradient(90deg, var(--accent), transparent 75%);opacity:.5;height:2px;position:absolute;top:0;left:0;right:0}.stats-page .kpi:hover{border-color:#0ea5e959;transform:translateY(-2px);box-shadow:0 8px 24px #0000002e}.stats-page .kpi .label{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-size:10.5px;font-weight:700}.stats-page .kpi .value{margin-top:10px}.stats-page .card{transition:border-color .15s}.stats-page .card:hover{border-color:color-mix(in srgb, var(--accent) 22%, var(--border))}.stats-page .card h3{letter-spacing:-.2px}[data-theme=light] .stats-page .kpi:hover{box-shadow:0 8px 24px #0f172a1a}.stats-page table thead th{background:color-mix(in srgb, var(--accent) 5%, transparent);border-bottom:1px solid color-mix(in srgb, var(--accent) 20%, var(--border));letter-spacing:.06em;padding:10px 14px;font-size:10.5px}.stats-page table tbody td{border-bottom:1px solid color-mix(in srgb, var(--border) 55%, transparent);padding:10px 14px}.stats-page table tbody tr:nth-child(2n) td{background:#ffffff04}.stats-page table tbody tr:hover td{background:#0ea5e90f}.stats-page table tbody tr:last-child td{border-bottom:none}[data-theme=light] .stats-page table tbody tr:nth-child(2n) td{background:#0f172a05}[data-theme=light] .stats-page table tbody tr:hover td{background:#0ea5e912}.stats-page .card>div:first-child:has(>h3){border-bottom:1px solid color-mix(in srgb, var(--border) 70%, transparent);margin-bottom:2px;padding-bottom:12px!important}.stats-page div:has(>h3)>svg{background:color-mix(in srgb, currentColor 12%, transparent);border-radius:8px;flex-shrink:0;padding:5px;width:25px!important;height:25px!important}.stats-page .stats-filters-inner{flex:auto;min-width:0}.stats-page .stats-filter-select{flex:1 1 0;min-width:0;max-width:260px}@media (width<=640px){.stats-page{padding-bottom:22px}.stats-page .stats-mobile-header{grid-template-columns:44px minmax(0,1fr)!important;align-items:center!important;gap:9px 10px!important;margin-bottom:12px!important;display:grid!important}.stats-page .stats-mobile-header-icon{border-radius:10px!important;width:40px!important;height:40px!important}.stats-page .stats-mobile-title{min-width:0!important}.stats-page .stats-mobile-title h2{font-size:21px!important;line-height:1.1!important}.stats-page .stats-mobile-title .muted{font-size:12.5px!important;line-height:1.28!important}.stats-page .stats-mobile-actions{grid-column:1/-1!important;align-items:center!important;gap:8px!important;width:100%!important;margin-left:0!important;display:flex!important;position:relative!important}.stats-page .stats-mobile-actions>button{flex:auto!important;justify-content:center!important}.stats-page .stats-mobile-actions button{white-space:nowrap!important;border-radius:10px!important;min-width:0!important;min-height:40px!important;padding:8px 9px!important;font-size:12.5px!important}.stats-page .stats-mobile-actions button svg{flex:none!important;width:14px!important;height:14px!important}.stats-page .stats-control-card{border-radius:12px!important;margin-bottom:16px!important;overflow:hidden!important}.stats-page .stats-tabbar{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:10px!important;display:grid!important}.stats-page .stats-tab-btn{border-radius:10px!important;justify-content:center!important;width:100%!important;min-width:0!important;min-height:40px!important;padding:8px 9px!important;font-size:12px!important}.stats-page .stats-control-body{gap:12px!important;padding:12px!important}.stats-page .stats-control-row{align-items:stretch!important;gap:8px!important}.stats-page .stats-period-group,.stats-page .stats-filters,.stats-page .stats-compare{grid-template-columns:minmax(0,1fr)!important;gap:8px!important;width:100%!important;display:grid!important}.stats-page .stats-period-group>.muted,.stats-page .stats-filters>.muted,.stats-page .stats-compare>.muted{letter-spacing:.65px!important;font-size:11.5px!important}.stats-page .stats-period-seg{border-radius:11px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;width:100%!important;padding:5px!important;display:grid!important;overflow:visible!important}.stats-page .stats-period-seg button{border-radius:8px!important;justify-content:center!important;width:100%!important;min-height:34px!important;padding:7px 8px!important;font-size:11.5px!important}.stats-page .stats-period-seg button:last-child:nth-child(odd){grid-column:auto!important}.stats-page .stats-custom-range{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto!important;width:100%!important;padding:6px!important;display:grid!important}.stats-page .stats-custom-range input{width:100%!important;min-width:0!important;min-height:32px!important}.stats-page .stats-filters{width:100%}.stats-page .stats-filters-inner{flex-wrap:wrap;width:100%;margin-left:0;gap:7px!important}.stats-page .stats-filter-select{flex:calc(50% - 4px);max-width:none;min-height:40px!important;padding:8px 10px!important;font-size:12.5px!important}.stats-page .stats-filter-select:nth-of-type(3){flex-basis:100%!important}.stats-page .stats-filters-inner .chip{flex:100%;justify-content:center}.stats-page .stats-compare>div{width:100%!important;max-width:100%!important}.stats-page .stats-compare>div:first-of-type{grid-template-columns:repeat(4,minmax(0,1fr))!important;display:grid!important}.stats-page .stats-compare button{justify-content:center!important;min-width:0!important}}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg, color-mix(in srgb, var(--text) 7%, transparent) 25%, color-mix(in srgb, var(--text) 13%, transparent) 50%, color-mix(in srgb, var(--text) 7%, transparent) 75%);background-size:200% 100%;border-radius:8px;animation:1.6s ease-in-out infinite skeletonShimmer;display:block}.skeleton-text{width:100%;height:13px}.skeleton-text.sm{height:10px}.skeleton-text.lg{height:22px}.skeleton-card{border:1px solid var(--border);background:var(--panel);border-radius:14px;gap:12px;padding:18px;display:grid}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}.empty-state{text-align:center;color:var(--muted);justify-items:center;gap:8px;padding:34px 20px;display:grid}.empty-state svg{opacity:.55;width:30px;height:30px;margin-bottom:2px}.empty-state .empty-title{color:var(--text);font-size:14px;font-weight:700}.empty-state .empty-desc{max-width:380px;font-size:12.5px;line-height:1.5}.empty-state .empty-action{margin-top:8px}[data-theme=light] .dash-table tbody tr:nth-child(2n) td{background:#0f172a06}[data-theme=light] .dash-table tbody tr:hover td{background:color-mix(in srgb, var(--accent,#0284c7) 8%, transparent)}[data-theme=light] .cdash-weather-chip{color:#334155;background:0 0;border-color:#0000;padding-left:2px;padding-right:8px}[data-theme=light] .cdash-weather-chip svg{color:#0284c7}[data-theme=light] .cdash-weather-chip.is-warn svg{color:#d97706}[data-theme=light] .cdash-weather-chip strong{color:#0f172a}[data-theme=light] .cdash-weather-forecast{color:#0369a1;background:#f0f9ff;border-color:#bae6fd}[data-theme=light] .cdash-weather-desc{color:#64748b}[data-theme=light] .cdash-weather-status.is-ok{color:#047857;background:#d1fae5;border-color:#6ee7b7}[data-theme=light] .cdash-weather-status.is-warn{color:#b45309;background:#fef3c7;border-color:#fcd34d}[data-theme=light] .cdash-weather-status.is-blocked{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}[data-theme=light] .vessel-op-badge{color:#15803d;background:#22c55e1f;border-color:#22c55e73}[data-theme=light] .vessel-op-badge:hover{background:#22c55e33}.ui-btn{font-weight:600;font-size:var(--fs-md);border-radius:var(--r-md);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;transition:all .18s;display:inline-flex}.ui-btn--md{padding:9px 15px}.ui-btn--sm{font-size:var(--fs-sm);border-radius:var(--r-sm);padding:6px 11px}.ui-btn--primary{background:var(--accent);color:#fff}.ui-btn--secondary{background:var(--panel-2);color:var(--text);border-color:#ffffff0d}.ui-btn--ghost{color:var(--text);background:0 0;border-color:#ffffff1a}.ui-btn--ghost:hover{background:#ffffff0a}.ui-btn--danger{background:var(--danger);color:#fff}.ui-btn[disabled]{opacity:.5;cursor:not-allowed}.ui-btn__spin{border:2px solid;border-top-color:#0000;border-radius:50%;width:13px;height:13px;animation:.7s linear infinite uiSpin}@keyframes uiSpin{to{transform:rotate(360deg)}}.ui-badge{border-radius:var(--r-pill);font-size:var(--fs-xs);border:1px solid #0000;align-items:center;gap:5px;padding:3px 9px;font-weight:700;line-height:1.5;display:inline-flex}.ui-badge--ok{background:var(--ok-soft);color:var(--ok)}.ui-badge--warn{background:var(--warn-soft);color:var(--warn)}.ui-badge--danger{background:var(--danger-soft);color:var(--danger)}.ui-badge--info{background:var(--info-soft);color:#a78bfa}.ui-badge--accent{background:var(--accent-soft);color:var(--accent)}.ui-badge--neutral{color:var(--muted);background:#9ca3af1f}.ui-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--r-md);padding:var(--sp-5);box-shadow:var(--shadow-1)}.ui-card__head{margin-bottom:var(--sp-4);align-items:center;gap:8px;display:flex}.ui-card__title{font-size:var(--fs-md);text-transform:uppercase;letter-spacing:.6px;color:var(--text);align-items:center;gap:7px;margin:0;font-weight:650;display:flex}.ui-card__title svg{width:15px;height:15px;color:var(--accent)}.ui-card__action{align-items:center;gap:8px;margin-left:auto;display:flex}.ui-card--clickable{cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s}.ui-card--clickable:hover{box-shadow:var(--shadow-2);border-color:var(--border-strong);transform:translateY(-1px)}.ui-stat{background:var(--panel);border:1px solid var(--border);border-radius:var(--r-md);padding:var(--sp-4) var(--sp-5);box-shadow:var(--shadow-1);flex-direction:column;gap:4px;min-width:0;display:flex}.ui-stat__label{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:6px;font-size:10.5px;font-weight:700;display:flex}.ui-stat__label svg{opacity:.8;width:13px;height:13px}.ui-stat__value{letter-spacing:-.5px;color:var(--accent);font-size:24px;font-weight:650;line-height:1.15}.ui-stat__value small{color:var(--muted);margin-left:4px;font-size:12px;font-weight:600}.ui-stat__sub{font-size:var(--fs-xs);color:var(--muted)}.ui-stat--ok .ui-stat__value{color:var(--ok)}.ui-stat--warn .ui-stat__value{color:var(--warn)}.ui-stat--danger .ui-stat__value{color:var(--danger)}.ui-progress{align-items:center;gap:8px;min-width:0;display:flex}.ui-progress__track{border-radius:var(--r-pill);background:#ffffff12;flex:1;min-width:40px;height:7px;display:block;overflow:hidden}.ui-progress__fill{border-radius:var(--r-pill);background:linear-gradient(90deg, var(--accent), #38bdf8);height:100%;transition:width .4s;display:block}.ui-progress--ok .ui-progress__fill{background:linear-gradient(90deg,#059669,#34d399)}.ui-progress--warn .ui-progress__fill{background:linear-gradient(90deg,#d97706,#fbbf24)}.ui-progress--stale .ui-progress__fill{background:#9ca3af8c}.ui-progress__pct{font-size:var(--fs-sm);color:var(--text);text-align:right;min-width:38px;font-weight:650}.ui-field{margin-bottom:var(--sp-4)}.ui-field__label{color:var(--text-soft);align-items:center;gap:7px;margin-bottom:5px;font-size:12.5px;font-weight:600;display:flex}.ui-field__hint{font-size:var(--fs-xs);color:var(--muted);margin-top:4px;line-height:1.5}.ui-field__error{font-size:var(--fs-xs);color:var(--danger);margin-top:4px;font-weight:600}.layout.has-topbar{grid-template-rows:var(--topbar-h) 1fr;grid-template-areas:"sidebar topbar""sidebar main"}.layout.has-topbar .sidebar{grid-area:sidebar}.layout.has-topbar .topbar{grid-area:topbar}.layout.has-topbar .main{height:calc(100vh - var(--topbar-h));grid-area:main}.topbar{height:var(--topbar-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:900;background:#090d1adb;align-items:center;gap:10px;padding:0 16px 0 12px;display:flex;position:sticky;top:0}.topbar-iconbtn{width:36px;height:36px;color:var(--muted);box-shadow:none;background:0 0;border:1px solid #0000;border-radius:10px;flex-shrink:0;place-items:center;padding:0;display:grid}.topbar-iconbtn:hover{color:var(--text);box-shadow:none;background:#ffffff0d;transform:none}.topbar-search{border:1px solid var(--border);cursor:pointer;min-width:150px;color:var(--muted);box-shadow:none;background:#ffffff0a;border-radius:10px;flex:0 360px;justify-content:flex-start;align-items:center;gap:8px;padding:7px 12px;font-size:12.5px;font-weight:500;transition:border-color .15s,background .15s;display:flex}.topbar-search:hover{border-color:var(--border-strong);box-shadow:none;color:var(--text-soft);background:#ffffff0f;transform:none}.topbar-search svg{flex-shrink:0;width:14px;height:14px}.topbar-search .kbd-chip{margin-left:auto}.kbd-chip{color:var(--muted);border:1px solid var(--border-strong);white-space:nowrap;background:#ffffff0a;border-radius:5px;padding:1px 6px;font-family:inherit;font-size:10px;font-weight:700;line-height:1.6}.topbar-spacer{flex:1}.topbar-newbtn{border-radius:10px;flex-shrink:0;padding:7px 13px;font-size:12.5px}.topbar-newbtn svg{width:14px;height:14px}.topbar-avatar{background:var(--accent-soft);width:30px;height:30px;color:var(--accent);border:2px solid #0ea5e966;border-radius:50%;flex-shrink:0;place-items:center;font-size:11px;font-weight:650;display:grid}.topbar-avatar--operator{color:#60a5fa;background:#2563eb24;border-color:#2563eb73}.topbar-avatar--viewer{background:var(--ok-soft);color:var(--ok);border-color:#10b98166}.topbar-userbtn{box-shadow:none;color:var(--text);background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:4px 8px 4px 4px;display:inline-flex}.topbar-userbtn:hover{box-shadow:none;background:#ffffff0d;transform:none}.topbar-userbtn .topbar-username{text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:12.5px;font-weight:600;overflow:hidden}.topbar-userbtn svg.chev{width:13px;height:13px;color:var(--muted)}.topbar-menu{z-index:1300;background:var(--surface-raised);border:1px solid var(--border-strong);min-width:230px;max-width:calc(100vw - 24px);box-shadow:var(--shadow-2);border-radius:14px;padding:6px;animation:.14s menuIn;position:absolute;top:calc(100% + 8px);right:0}@keyframes menuIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.topbar-menu{animation:none}}.topbar-menu__item{cursor:pointer;text-align:left;width:100%;color:var(--text);box-shadow:none;background:0 0;border:none;border-radius:9px;align-items:flex-start;gap:10px;padding:9px 10px;font-size:12.5px;font-weight:600;transition:background .12s;display:flex}.topbar-menu__item:hover{box-shadow:none;background:#ffffff0f;transform:none}.topbar-menu__item svg{width:15px;height:15px;color:var(--accent);flex-shrink:0;margin-top:1px}.topbar-menu__item .tmi-body{flex-direction:column;gap:2px;min-width:0;display:flex}.topbar-menu__item .tmi-desc{color:var(--muted);font-size:10.5px;font-weight:500;line-height:1.4}.topbar-menu__sep{background:var(--border);height:1px;margin:5px 8px}.topbar-menu__header{text-transform:uppercase;letter-spacing:.8px;color:var(--muted);padding:7px 10px 4px;font-size:10px;font-weight:650}.notifcenter-panel{width:372px;padding:0;overflow:hidden}.notifcenter-tabs{border-bottom:1px solid var(--border);display:flex}.notifcenter-tab{color:var(--muted);cursor:pointer;box-shadow:none;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 6px;font-size:11.5px;font-weight:700;display:inline-flex}.notifcenter-tab:hover{box-shadow:none;color:var(--text);background:#ffffff0a;transform:none}.notifcenter-tab.is-active{color:var(--accent);border-bottom-color:var(--accent)}.notifcenter-tab .nc-count{background:var(--danger);color:#fff;border-radius:8px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9.5px;font-weight:650;display:grid}.notifcenter-body{max-height:400px;padding:6px;overflow-y:auto}.notifcenter-empty{color:var(--muted);text-align:center;padding:22px 14px;font-size:12px;line-height:1.6}.notifcenter-row{text-align:left;cursor:pointer;width:100%;box-shadow:none;color:var(--text);background:0 0;border:none;border-radius:9px;padding:9px 10px;display:block}.notifcenter-row:hover{box-shadow:none;background:#ffffff0d;transform:none}.notifcenter-row .ncr-title{align-items:baseline;gap:8px;font-size:12px;font-weight:700;display:flex}.notifcenter-row .ncr-time{color:var(--muted);flex-shrink:0;margin-left:auto;font-size:9.5px;font-weight:600}.notifcenter-row .ncr-detail{color:var(--muted);margin-top:3px;font-size:11px;line-height:1.45}.notifcenter-dot{border-radius:50%;flex-shrink:0;align-self:center;width:8px;height:8px}.cmdk-backdrop{z-index:1500;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#02061199;justify-content:center;align-items:flex-start;padding:12vh 16px 16px;display:flex;position:fixed;inset:0}.cmdk{background:var(--surface-raised);border:1px solid var(--border-strong);width:100%;max-width:560px;max-height:64vh;box-shadow:var(--shadow-2);border-radius:16px;flex-direction:column;animation:.15s menuIn;display:flex;overflow:hidden}.cmdk__inputrow{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:14px 16px;display:flex}.cmdk__inputrow svg{width:16px;height:16px;color:var(--muted);flex-shrink:0}.cmdk__input{color:var(--text);background:0 0;border:none;flex:1;padding:0;font-size:14.5px}.cmdk__input:focus{box-shadow:none;background:0 0;border:none;outline:none}.cmdk__body{padding:6px;overflow-y:auto}.cmdk__group{text-transform:uppercase;letter-spacing:.8px;color:var(--muted);padding:8px 10px 4px;font-size:10px;font-weight:650}.cmdk__item{width:100%;box-shadow:none;cursor:pointer;text-align:left;color:var(--text);background:0 0;border:none;border-radius:9px;align-items:center;gap:10px;padding:9px 10px;font-size:13px;font-weight:600;display:flex}.cmdk__item:hover,.cmdk__item.is-active{box-shadow:none;background:#0ea5e91f;transform:none}.cmdk__item svg{width:15px;height:15px;color:var(--accent);flex-shrink:0}.cmdk__item .cmdk-sub{color:var(--muted);font-size:10.5px;font-weight:500}.cmdk__item .cmdk-right{flex-shrink:0;margin-left:auto}.cmdk__footer{border-top:1px solid var(--border);color:var(--muted);align-items:center;gap:14px;padding:8px 14px;font-size:10.5px;display:flex}.cmdk__footer .kbd-chip{margin-right:3px}.cmdk__empty{text-align:center;color:var(--muted);padding:26px 16px;font-size:12.5px;line-height:1.6}.sidebar-section-toggle{width:100%;box-shadow:none;cursor:pointer;text-transform:uppercase;letter-spacing:1px;color:var(--muted);opacity:.75;background:0 0;border:none;border-radius:7px;justify-content:flex-start;align-items:center;gap:6px;margin-bottom:6px;padding:0 12px;font-size:10px;font-weight:700;display:flex}.sidebar-section-toggle:hover{opacity:1;box-shadow:none;color:var(--text-soft);background:0 0;transform:none}.sidebar-section-toggle svg{width:11px;height:11px;margin-left:auto;transition:transform .15s}.sidebar-section-toggle.is-closed svg{transform:rotate(-90deg)}.sidebar-help-link{border-radius:var(--radius);color:var(--muted);border:1px dashed var(--border-strong);background:#ffffff05;align-items:center;gap:10px;margin-bottom:8px;padding:9px 12px;font-size:13px;font-weight:600;display:flex}.sidebar-help-link:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}.sidebar-help-link svg{width:15px;height:15px}.layout.sidebar-collapsed{grid-template-columns:64px 1fr}.layout.sidebar-collapsed .sidebar{padding:16px 10px}.layout.sidebar-collapsed .sidebar-brand{justify-content:center;padding:4px 0 14px}.layout.sidebar-collapsed .sidebar-brand-text,.layout.sidebar-collapsed .sidebar-section-title,.layout.sidebar-collapsed .sidebar-section-toggle,.layout.sidebar-collapsed .sidebar nav a span.nav-label,.layout.sidebar-collapsed .sidebar-help-link span,.layout.sidebar-collapsed .sidebar nav a .nav-badge{display:none}.layout.sidebar-collapsed .sidebar nav a{justify-content:center;padding:10px 0}.layout.sidebar-collapsed .sidebar nav a.active:before{left:-10px}.layout.sidebar-collapsed .sidebar-help-link{justify-content:center;padding:9px 0}.breadcrumbs{color:var(--muted);flex-shrink:1;align-items:center;gap:6px;min-width:0;font-size:12px;display:flex;overflow:hidden}.breadcrumbs a{color:var(--muted);white-space:nowrap;font-weight:600}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs .bc-sep{opacity:.45;flex-shrink:0}.breadcrumbs .bc-current{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.dash-statbar{background:var(--panel);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;align-items:stretch;display:inline-flex;overflow:hidden}.dash-stat{box-shadow:none;cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:0;align-items:baseline;gap:8px;padding:12px 20px;transition:background-color .15s;display:inline-flex}.dash-stat+.dash-stat{border-left:1px solid var(--border)}.dash-stat:hover,.dash-stat:focus-visible{box-shadow:none;background:#ffffff08;transform:none}.dash-stat__value{letter-spacing:-.5px;color:var(--text);font-variant-numeric:tabular-nums;font-size:21px;font-weight:700;line-height:1}.dash-stat__label{color:var(--muted);letter-spacing:.2px;font-size:11px;font-weight:600}.dash-stat.is-on{background:var(--accent-soft)}.dash-stat.is-on .dash-stat__value,.dash-stat.is-on .dash-stat__label{color:var(--accent)}.dash-stat--warn .dash-stat__value{color:var(--warn)}.dash-statrow{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.dash-attnchip{position:relative}.dash-attnchip__btn{cursor:pointer;box-shadow:none;color:var(--text-soft);background:0 0;border:1px solid #f59e0b66;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:700;display:inline-flex}.dash-attnchip__btn:hover{border-color:var(--warn);box-shadow:none;background:#f59e0b12;transform:none}.dash-attnchip__count{color:var(--muted);font-size:11.5px;font-weight:500}.dash-attention__dot{background:var(--warn);border-radius:50%;flex-shrink:0;width:7px;height:7px}.dash-attention__chev{color:var(--muted);font-size:11px}.dash-attnchip__pop{z-index:60;background:var(--panel);border:1px solid var(--border-strong);width:min(560px,100vw - 48px);box-shadow:var(--shadow-2);border-radius:12px;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0}.dash-attention__row{width:100%;box-shadow:none;cursor:pointer;text-align:left;color:var(--text);background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:12.5px;display:flex}.dash-attention__row:hover{box-shadow:none;background:#ffffff0a;transform:none}.dash-attention__row .da-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.dash-attention__row .da-title{white-space:nowrap;font-weight:600}.dash-attention__row .da-detail{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:11.5px;overflow:hidden}.dash-attention__row .da-go{color:var(--muted);opacity:0;flex-shrink:0;font-size:11px;font-weight:700;transition:opacity .12s}.dash-attention__row:hover .da-go{opacity:1}.dash-listhead{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:12px;display:flex}.dash-listhead__meta{align-items:center;gap:10px;margin-left:auto;display:flex}.dash-exportmenu{position:relative}.dash-exportmenu__pop{z-index:60;background:var(--panel);border:1px solid var(--border-strong);min-width:130px;box-shadow:var(--shadow-2);border-radius:10px;flex-direction:column;padding:4px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.dash-exportmenu__pop button{box-shadow:none;text-align:left;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:8px 12px;font-size:12.5px;font-weight:600}.dash-exportmenu__pop button:hover{background:var(--accent-soft);color:var(--accent);box-shadow:none;transform:none}.lexicon-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:6px;display:grid}.lexicon-item{border:1px solid var(--border);background:0 0;border-radius:8px;align-items:center;gap:6px;min-width:0;padding:5px 8px 5px 11px;display:flex}.lexicon-item.is-off{background:#94a3b81a}.lexicon-item.is-off .lexicon-item__term{opacity:.6;text-decoration:line-through}.lexicon-item__term{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.lexicon-item__actions{flex-shrink:0;gap:2px;display:inline-flex}.lexicon-item__actions .icon-btn{box-shadow:none;cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:6px;padding:3px;display:inline-flex}.lexicon-item__actions .icon-btn:hover{box-shadow:none;color:var(--text);background:#ffffff0f;transform:none}.lexicon-item__del{color:var(--muted)}.lexicon-item__del:hover{color:var(--danger)!important}@media (hover:hover){.lexicon-item__actions{opacity:0;transition:opacity .12s}.lexicon-item:hover .lexicon-item__actions,.lexicon-item:focus-within .lexicon-item__actions{opacity:1}}.lexicon-showmore{border:1px dashed var(--border-strong);width:100%;box-shadow:none;cursor:pointer;color:var(--muted);text-align:center;background:0 0;border-radius:9px;margin-top:10px;padding:9px;font-size:12.5px;font-weight:600;display:block}.lexicon-showmore:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft);box-shadow:none;transform:none}.uadm-count-pill{color:var(--muted);white-space:nowrap;background:var(--panel-2);border:1px solid var(--border);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.uadm-side{flex-direction:column;gap:10px;padding:14px;display:flex}.uadm-search{position:relative}.uadm-search svg{width:14px;height:14px;color:var(--muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.uadm-search input{width:100%;padding-left:30px}.uadm-list{border-top:1px solid var(--border);flex-direction:column;gap:4px;max-height:62vh;padding-top:10px;display:flex;overflow-y:auto}.uadm-user{text-align:left;cursor:pointer;color:inherit;font:inherit;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:flex-start;align-items:center;gap:10px;padding:8px 10px;display:flex;box-shadow:none!important;transform:none!important}.uadm-user:hover{background:color-mix(in srgb, var(--muted) 9%, transparent)}.uadm-user.is-selected{background:var(--accent-soft);border-color:color-mix(in srgb, var(--accent) 38%, transparent)}.uadm-avatar{letter-spacing:.3px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11.5px;font-weight:650;display:inline-flex}.uadm-avatar--lg{width:44px;height:44px;font-size:15px}.uadm-user__body{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.uadm-user__top{align-items:center;gap:6px;min-width:0;display:flex}.uadm-user__name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.uadm-user__mail{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.uadm-user__meta{color:var(--muted);align-items:center;gap:5px;font-size:10.5px;display:flex}.uadm-user__meta svg{flex-shrink:0;width:10px;height:10px}.uadm-user__perms{color:#22d3ee;font-weight:700}.uadm-badge{letter-spacing:.4px;text-transform:uppercase;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:9.5px;font-weight:650}.uadm-badge--self{color:#fbbf24;background:#f59e0b24}.uadm-role--admin{color:#fca5a5;background:#ef444424}.uadm-role--operator{color:#38bdf8;background:#0ea5e924}.uadm-role--shift_lead{color:#c084fc;background:#a855f724}.uadm-role--viewer{color:#cbd5f5;background:#94a3b824}.uadm-role--client{color:#6ee7b7;background:#10b98124}.uadm-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:10px;padding:48px 24px;font-size:13px;display:flex}.uadm-empty svg{opacity:.4;width:26px;height:26px}.uadm-create{border:1px dashed color-mix(in srgb, var(--accent) 35%, transparent);background:color-mix(in srgb, var(--accent) 4%, transparent);border-radius:12px;flex-direction:column;gap:8px;padding:12px;display:flex}.uadm-create__title{font-size:12px;font-weight:700}.uadm-detail-head{align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.uadm-detail-head__body{flex:1;min-width:0}.uadm-detail-head__top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.uadm-detail-head__top h3{margin:0;font-size:16px}.uadm-detail-head__mail{color:var(--muted);margin-top:3px;font-family:monospace;font-size:12px}.uadm-detail-head__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:5px;margin-top:3px;font-size:11px;display:flex}.uadm-detail-head__meta svg{flex-shrink:0;width:11px;height:11px}.uadm-permhead{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.uadm-permhead h3{align-items:center;gap:8px;margin:0;font-size:15px;display:flex}.uadm-permhead__right{align-items:center;gap:10px;display:flex}.uadm-permcount{color:var(--accent);white-space:nowrap;background:var(--accent-soft);border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.uadm-adminnote{color:#fca5a5;background:#ef444414;border:1px solid #ef444440;border-radius:10px;margin-bottom:12px;padding:10px 12px;font-size:12px;font-weight:600}.uadm-permgroup{border:1px solid var(--border);border-radius:12px;margin-bottom:10px;padding:12px 14px}.uadm-permgroup:last-child{margin-bottom:0}.uadm-permgroup__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.uadm-permgroup__title{letter-spacing:.6px;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:650}.uadm-permgroup__right{align-items:center;gap:8px;display:flex}.uadm-permgroup__count{color:var(--accent);font-variant-numeric:tabular-nums;font-size:10.5px;font-weight:700}.uadm-permgroup__bulk{cursor:pointer;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:7px;padding:2px 8px;font-size:10.5px;font-weight:600;box-shadow:none!important;transform:none!important}.uadm-permgroup__bulk:hover{color:var(--accent);background:var(--accent-soft)}.uadm-perms{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:8px;display:grid}.uadm-perm{cursor:pointer;border:1px solid var(--border);background:0 0;border-radius:10px;align-items:flex-start;gap:10px;padding:9px 11px;display:flex}.uadm-perm:hover{border-color:var(--border-strong);background:color-mix(in srgb, var(--muted) 6%, transparent)}.uadm-perm.is-on{background:var(--accent-soft);border-color:color-mix(in srgb, var(--accent) 40%, transparent)}.uadm-perm.is-locked{cursor:not-allowed;opacity:.65}.uadm-perm__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.uadm-perm__check{border:1.5px solid var(--border-strong);color:#0000;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:1px;font-size:11px;font-weight:650;line-height:1;display:inline-flex}.uadm-perm.is-on .uadm-perm__check{background:var(--accent);border-color:var(--accent);color:#03131c}.uadm-perm__body{flex-direction:column;gap:2px;min-width:0;display:flex}.uadm-perm__label{font-size:12.5px;font-weight:700}.uadm-perm__desc{color:var(--muted);font-size:11px}.uadm-hist{flex-direction:column;max-height:280px;display:flex;overflow-y:auto}.uadm-hist__row{padding:0 0 14px 22px;position:relative}.uadm-hist__row:last-child{padding-bottom:2px}.uadm-hist__row:before{content:"";background:var(--border);width:1px;position:absolute;top:14px;bottom:-2px;left:5px}.uadm-hist__row:last-child:before{display:none}.uadm-hist__dot{background:var(--accent-soft);border:2px solid var(--accent);border-radius:50%;width:11px;height:11px;position:absolute;top:3px;left:0}.uadm-hist__title{font-size:12.5px;font-weight:700}.uadm-hist__actor{color:var(--muted);font-weight:500}.uadm-hist__meta{color:var(--muted);margin-top:1px;font-size:11px}@media (width<=640px){.dash-statbar{display:flex}.dash-stat{flex:auto;justify-content:center;padding:10px 12px}.dash-listhead input[type=search]{flex-basis:100%;max-width:none}.dash-listhead__meta{margin-left:0}}.dash-opcards{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px;margin-bottom:20px;display:grid}.dash-opcard{text-align:left;background:var(--panel);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-1);cursor:pointer;color:var(--text);flex-direction:column;gap:9px;padding:15px 16px 13px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;position:relative;overflow:hidden}.dash-opcard:before{content:"";background:var(--accent);opacity:.85;width:3px;position:absolute;top:0;bottom:0;left:0}.dash-opcard--paused:before{background:var(--warn)}.dash-opcard--stopped:before{background:var(--danger)}.dash-opcard:hover{box-shadow:var(--shadow-2);border-color:var(--border-strong);transform:translateY(-2px)}.dash-opcard__head{align-items:center;gap:8px;min-width:0;display:flex}.dash-opcard__name{letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap;font-size:14.5px;font-weight:650;overflow:hidden}.dash-opcard__meta{color:var(--muted);flex-wrap:wrap;gap:4px 12px;font-size:11px;display:flex}.dash-opcard__meta strong{color:var(--text-soft);font-weight:700}.dash-opcard__foot{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;font-size:10.5px;display:flex}.dash-viewtoggle{border:1px solid var(--border-strong);border-radius:9px;display:inline-flex;overflow:hidden}.dash-viewtoggle button{color:var(--muted);box-shadow:none;background:0 0;border:none;border-radius:0;padding:6px 12px;font-size:11.5px;font-weight:700}.dash-viewtoggle button:hover{box-shadow:none;background:#ffffff0a;transform:none}.dash-viewtoggle button.is-on{background:var(--accent-soft);color:var(--accent)}.dash-pulse-dot{background:var(--ok);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite dashPulse}@keyframes dashPulse{0%,to{box-shadow:0 0 #10b98180}50%{box-shadow:0 0 0 5px #10b98100}}@media (prefers-reduced-motion:reduce){.dash-pulse-dot{animation:none}}.dash-section-label{text-transform:uppercase;letter-spacing:.9px;color:var(--muted);align-items:center;gap:8px;margin:4px 0 10px;font-size:11px;font-weight:650;display:flex}.dash-section-label svg{width:13px;height:13px}.infohint{vertical-align:middle;margin-left:6px;display:inline-flex;position:relative}.infohint__btn{border:1px solid var(--border-strong);width:17px;height:17px;color:var(--muted);box-shadow:none;background:0 0;border-radius:50%;place-items:center;padding:0;font-size:10px;font-weight:650;line-height:1;display:grid}.infohint__btn:hover{color:var(--accent);border-color:var(--accent);box-shadow:none;background:var(--accent-soft);transform:none}.infohint__pop{z-index:1250;background:var(--surface-raised);border:1px solid var(--border-strong);width:240px;box-shadow:var(--shadow-2);color:var(--text-soft);text-transform:none;letter-spacing:normal;text-align:left;border-radius:11px;padding:10px 12px;font-size:11.5px;font-weight:500;line-height:1.55;position:absolute;top:calc(100% + 7px);left:50%;transform:translate(-50%)}.infohint__pop a{font-size:11px;font-weight:700}.help-layout{grid-template-columns:230px 1fr;align-items:start;gap:22px;display:grid}.help-toc{top:calc(var(--topbar-h) + 16px);max-height:calc(100vh - var(--topbar-h) - 32px);flex-direction:column;gap:12px;display:flex;position:sticky;overflow-y:auto}.help-toc__block{background:var(--surface-card);border:1px solid var(--border);border-radius:14px;padding:7px}.help-toc__group{text-transform:uppercase;letter-spacing:.9px;color:var(--muted);align-items:center;gap:7px;padding:8px 10px 6px;font-size:10px;font-weight:650;display:flex}.help-toc__group svg{width:13px;height:13px;color:var(--accent);flex-shrink:0}.help-toc__link{color:var(--muted);cursor:pointer;text-align:left;box-shadow:none;background:0 0;border:none;border-radius:9px;align-items:center;gap:9px;width:100%;padding:8px 10px;font-size:12.5px;font-weight:600;display:flex;position:relative}.help-toc__link:hover{color:var(--text);box-shadow:none;background:#ffffff0a;transform:none}.help-toc__link.is-active{background:var(--accent-soft);color:var(--accent)}.help-toc__link.is-active:before{content:"";background:var(--accent);border-radius:2px;width:3px;position:absolute;top:8px;bottom:8px;left:0}.help-toc__link svg{flex-shrink:0;width:14px;height:14px}.help-toc__link .help-toc__chev{opacity:0;width:12px;height:12px;margin-left:auto;transition:opacity .15s,transform .15s;transform:translate(-3px)}.help-toc__link.is-active .help-toc__chev{opacity:1;transform:none}.help-article{flex-direction:column;gap:16px;min-width:0;display:flex}.help-section{scroll-margin-top:calc(var(--topbar-h) + 16px);background:var(--surface-card);border:1px solid var(--border);border-radius:16px;margin-bottom:0;padding:18px 20px}.help-section__head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.help-section__icon{background:var(--accent-soft);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.help-section__icon svg{width:18px;height:18px;color:var(--accent)}.help-section__kicker{text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin-bottom:1px;font-size:10px;font-weight:650}.help-section h3{letter-spacing:-.3px;align-items:center;gap:9px;margin:0;font-size:16px;font-weight:650;display:flex}.help-section p,.help-section li{color:var(--text-soft);font-size:13px;line-height:1.7}.help-section ul,.help-section ol{margin:8px 0;padding-left:20px}.help-section code{background:#ffffff12;border-radius:5px;padding:1px 6px;font-size:12px}.help-callout{background:var(--accent-soft);border:1px solid #0ea5e94d;border-radius:10px;align-items:flex-start;gap:10px;margin:10px 0;padding:11px 13px;font-size:12.5px;line-height:1.6;display:flex}.help-callout svg{width:15px;height:15px;color:var(--accent);flex-shrink:0;margin-top:2px}.help-msg-template{border:1px solid var(--border);background:#ffffff08;border-radius:10px;align-items:center;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex}.help-msg-template code{color:var(--text);background:0 0;flex:1;padding:0;font-size:12.5px}.help-msg-template .hmt-label{text-transform:uppercase;letter-spacing:.5px;color:var(--muted);flex-shrink:0;width:92px;font-size:10px;font-weight:650}.help-try-box{border:1px dashed var(--border-strong);background:#ffffff05;border-radius:12px;margin-top:12px;padding:14px}.help-parse-chips{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.help-faq{flex-direction:column;gap:10px;display:flex}.help-faq__item{border:1px solid var(--border);background:#ffffff08;border-radius:12px;padding:11px 14px}.help-faq__q{color:var(--text);margin-bottom:4px;font-size:13px;font-weight:700}.help-faq__a{color:var(--text-soft);font-size:12.5px;line-height:1.65}@media (width<=860px){.help-layout{grid-template-columns:1fr}.help-toc{flex-flow:wrap;gap:10px;max-height:none;position:static}.help-toc__block{flex:240px}}.tour-overlay{z-index:1600;position:fixed;inset:0}.tour-spotlight{border:2px solid var(--accent);pointer-events:none;border-radius:12px;transition:all .25s;position:absolute;box-shadow:0 0 0 9999px #020611b8}.tour-balloon{z-index:1601;background:var(--surface-raised);border:1px solid var(--border-strong);width:300px;max-width:calc(100vw - 24px);box-shadow:var(--shadow-2);border-radius:14px;padding:14px 16px;position:absolute}.tour-balloon h4{align-items:center;gap:8px;margin:0 0 6px;font-size:13.5px;font-weight:650;display:flex}.tour-balloon p{color:var(--text-soft);margin:0 0 12px;font-size:12.5px;line-height:1.6}.tour-balloon__foot{align-items:center;gap:8px;display:flex}.tour-balloon__step{color:var(--muted);margin-right:auto;font-size:10.5px;font-weight:700}.login-split{grid-template-columns:1.2fr 1fr;min-height:100dvh;display:grid}.login-wrap.login-split{place-items:stretch stretch}.login-hero{border-right:1px solid var(--border);background:radial-gradient(1100px 600px at 20% 0,#0ea5e929,#0000 55%),radial-gradient(900px 500px at 90% 100%,#2563eb2e,#0000 50%),linear-gradient(160deg,#0a1020 0%,#090d1a 100%);flex-direction:column;justify-content:center;gap:18px;padding:56px;display:flex;position:relative;overflow:hidden}.login-hero__orb{filter:blur(80px);opacity:.2;pointer-events:none;border-radius:50%;width:420px;height:420px;position:absolute}.login-hero__orb--a{background:#0ea5e9;animation:16s ease-in-out infinite loginFloat;top:-120px;left:-80px}.login-hero__orb--b{background:#2563eb;animation:20s ease-in-out infinite reverse loginFloat;bottom:-140px;right:-60px}@keyframes loginFloat{0%,to{transform:translate(0)}50%{transform:translate(42px,28px)}}.login-hero__logo{align-items:center;gap:13px;font-size:15px;font-weight:650;display:flex}.login-hero__logo-icon{color:#fff;background:linear-gradient(135deg, var(--accent), #2563eb);border-radius:14px;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 8px 24px #0ea5e966}.login-hero__logo-icon--image,.login-brandrow__icon--image,.about-brandmark{background:#ffffffeb;border:1px solid #b47b1738;overflow:hidden;box-shadow:0 8px 24px #b47b172e}.brandmark-logo{object-fit:contain;width:34px;height:34px;display:block}.login-hero h1{letter-spacing:-.8px;margin:0;font-size:clamp(24px,2.5vw,30px);font-weight:650;line-height:1.2}.login-hero h1 em{color:var(--accent);font-style:normal}.login-hero__sub{color:var(--muted);max-width:420px;margin:0;font-size:14.5px;line-height:1.7}.login-hero__points{flex-direction:column;gap:11px;margin-top:8px;display:flex}.login-hero__point{color:var(--text-soft);align-items:center;gap:11px;font-size:13px;font-weight:600;animation:.45s ease-out backwards loginRise;display:flex}.login-hero__point:first-child{animation-delay:.12s}.login-hero__point:nth-child(2){animation-delay:.2s}.login-hero__point:nth-child(3){animation-delay:.28s}@keyframes loginRise{0%{transform:translateY(10px)}to{transform:none}}.login-hero__point svg{width:16px;height:16px;color:var(--ok);flex-shrink:0}.login-hero__wave{opacity:.18;pointer-events:none;width:120%;height:130px;position:absolute;bottom:-40px;left:-10%}.login-formside{justify-content:center;align-items:center;padding:32px;display:flex;position:relative}.login-theme-toggle{z-index:5;cursor:pointer;border:1px solid var(--border-strong);width:38px;height:38px;color:var(--muted);box-shadow:none;background:#ffffff0a;border-radius:50%;place-items:center;padding:0;display:grid;position:absolute;top:18px;right:18px}.login-theme-toggle:hover{color:var(--accent);border-color:var(--accent);background:var(--accent-soft);box-shadow:none;transform:none}.login-theme-toggle svg{width:17px;height:17px}.lang-toggle{border:1px solid var(--border-strong);background:#94a3b81f;border-radius:999px;flex:none;align-items:center;gap:0;padding:3px;display:inline-flex}.lang-toggle__icon{width:15px;height:15px;color:var(--muted);flex:none;margin:0 5px 0 7px}.lang-toggle button{min-width:36px;height:26px;color:var(--muted);letter-spacing:.7px;cursor:pointer;box-shadow:none;background:0 0;border:0;border-radius:999px;padding:0 12px;font-size:11.5px;font-weight:650;transition:color .18s,background .18s,box-shadow .18s}.lang-toggle button:hover{color:var(--text);box-shadow:none;filter:none;background:#ffffff0f;transform:none}.lang-toggle button.is-active,.lang-toggle button.is-active:hover{color:#fff;background:linear-gradient(135deg, var(--accent), #2563eb);box-shadow:0 3px 10px -3px #2563eb99}.lang-toggle button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.login-topbar{z-index:6;align-items:center;gap:10px;display:flex;position:absolute;top:16px;right:18px}.login-topbar .login-theme-toggle{position:static;top:auto;right:auto}.lang-toggle--cdash{background:#ffffff0d;border-color:#ffffff1a;height:38px;padding:4px}.lang-toggle--cdash button{color:#ffffffb8;height:28px}.lang-toggle--cdash button:hover{color:#fff;background:#ffffff14}.lang-toggle--cdash button.is-active,.lang-toggle--cdash button.is-active:hover{background:linear-gradient(135deg, var(--accent), #2563eb);box-shadow:none}.lang-toggle--clientfoot{justify-content:center;width:100%;height:38px}.lang-toggle--clientfoot button{flex:1 1 0}.client-sidebar:not(:hover):not(:focus-within) .lang-toggle--clientfoot{width:auto;height:30px;margin:0 auto;padding:2px}.client-sidebar:not(:hover):not(:focus-within) .lang-toggle--clientfoot .lang-toggle__icon{display:none}.client-sidebar:not(:hover):not(:focus-within) .lang-toggle--clientfoot button{letter-spacing:.3px;flex:none;min-width:0;height:26px;padding:0 7px;font-size:10px}[data-theme=light] .lang-toggle button{color:#64748b}[data-theme=light] .lang-toggle button:hover{color:#0f172a;background:#fff}[data-theme=light] .lang-toggle__icon{color:#94a3b8}.login-card{box-sizing:border-box;background:var(--panel);border:1px solid var(--border);border-radius:20px;width:100%;max-width:420px;padding:clamp(28px,4vw,44px);animation:.3s ease-out loginCardIn;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000004d,0 16px 48px -12px #00000080}.login-card:before{content:"";background:linear-gradient(90deg, var(--accent), #2563eb);height:3px;position:absolute;top:0;left:0;right:0}@keyframes loginCardIn{0%{transform:translateY(10px)}to{transform:none}}.login-card h1{color:var(--text);letter-spacing:-.5px;margin:0 0 6px;font-size:24px;font-weight:650}.login-sub{color:var(--muted);margin:0 0 22px;font-size:13px;line-height:1.6}.login-sub strong{color:var(--text-soft)}.login-brandrow{color:var(--text-soft);align-items:center;gap:10px;margin-bottom:18px;font-size:13.5px;font-weight:650;display:flex}.login-brandrow__icon{color:#fff;background:linear-gradient(135deg, var(--accent), #2563eb);border-radius:12px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 6px 18px #0ea5e959}.login-brandrow__icon svg{width:19px;height:19px}.login-hero__logo-icon.login-hero__logo-icon--image,.login-brandrow__icon.login-brandrow__icon--image,.about-brandmark{box-shadow:none;color:inherit;background:0 0;border:0;border-radius:50%;overflow:visible}.login-brandrow__icon.login-brandrow__icon--image{flex:0 0 64px;width:64px;height:64px}.login-hero__logo-icon.login-hero__logo-icon--image{width:48px;height:48px}.brandmark-logo{object-fit:contain;filter:drop-shadow(0 6px 12px #b47b1742);border-radius:50%;width:64px;height:64px;display:block}.brandmark-logo--hero{width:48px;height:48px}.brandmark-logo--about{width:64px;height:64px}.login-card .field{gap:6px;margin-bottom:16px;display:grid}.login-card .field label{color:var(--text-soft);font-size:12.5px;font-weight:600}.input-icon{position:relative}.input-icon>svg{width:16px;height:16px;color:var(--muted);pointer-events:none;transition:color .15s;position:absolute;top:50%;left:12px;translate:0 -50%}.input-icon:focus-within>svg{color:var(--accent)}.input-icon input{box-sizing:border-box;border-radius:12px;width:100%;height:44px;padding:0 42px 0 38px;font-size:13.5px}.login-card input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 25%, transparent)}.login-card input:user-invalid{border-color:var(--danger)}.pw-toggle{cursor:pointer;width:32px;height:32px;box-shadow:none;color:var(--muted);background:0 0;border:none;border-radius:8px;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:6px;translate:0 -50%}.pw-toggle:hover{color:var(--text);box-shadow:none;background:#ffffff0f;transform:none}.pw-toggle svg{width:16px;height:16px}.otp-input{box-sizing:border-box;letter-spacing:.6em;text-align:center;font-variant-numeric:tabular-nums;border-radius:12px;width:100%;height:48px;font-size:22px}.login-caps{color:var(--warn);align-items:center;gap:6px;font-size:11.5px;font-weight:600;display:flex}.login-caps svg{flex-shrink:0;width:13px;height:13px}.login-aux{justify-content:space-between;align-items:center;gap:10px;margin:2px 0 16px;display:flex}.login-remember{color:var(--text-soft);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;font-size:12.5px;font-weight:600;display:inline-flex}.login-remember input{width:15px;height:15px;accent-color:var(--accent);margin:0}.login-forgot{color:var(--muted);cursor:pointer;text-underline-offset:3px;box-shadow:none;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.login-forgot:hover{color:var(--accent);box-shadow:none;background:0 0;transform:none}.login-hint{background:var(--accent-soft,#3b82f61a);border:1px solid #3b82f64d;border-left:3px solid var(--accent);color:var(--text-soft);border-radius:10px;align-items:flex-start;gap:8px;margin-bottom:14px;padding:10px 12px;font-size:12.5px;font-weight:500;animation:.2s ease-out loginErrIn;display:flex}.login-hint svg{width:15px;height:15px;color:var(--accent);flex-shrink:0;margin-top:1px}.login-error{background:var(--danger-soft,#ef44441a);border:1px solid #ef444459;border-left:3px solid var(--danger);color:var(--danger);border-radius:10px;align-items:flex-start;gap:8px;margin-bottom:14px;padding:10px 12px;font-size:12.5px;font-weight:600;animation:.2s ease-out loginErrIn;display:flex}.login-error svg{flex-shrink:0;width:15px;height:15px;margin-top:1px}@keyframes loginErrIn{0%{transform:translateY(-4px)}to{transform:none}}.login-submit{cursor:pointer;color:#fff;background:linear-gradient(135deg, var(--accent), #1d4ed8);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;font-size:14px;font-weight:700;transition:transform .15s,box-shadow .15s,filter .15s;display:inline-flex}.login-submit:hover:not([disabled]){filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 8px 20px #0ea5e94d}.login-submit:active:not([disabled]){box-shadow:none;transform:none}.login-submit[disabled]{opacity:.6;cursor:not-allowed}.login-spin{width:16px;height:16px;animation:1s linear infinite loginSpin}@keyframes loginSpin{to{rotate:1turn}}.login-backbtn{justify-content:center;align-items:center;gap:7px;width:100%;margin-top:8px;display:inline-flex}.login-backbtn svg{width:15px;height:15px}.login-foot{color:var(--muted);opacity:.85;justify-content:space-between;align-items:center;gap:8px;margin-top:18px;font-size:10.5px;display:flex}.login-foot__secure{align-items:center;gap:5px;display:inline-flex}.login-foot__secure svg{width:11px;height:11px}.login-card button:focus-visible,.login-card input[type=checkbox]:focus-visible,.login-theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (width<=1279px){.login-split{grid-template-columns:1fr 1fr}.login-hero{padding:40px}}@media (width<=860px){.login-split{grid-template-columns:1fr}.login-hero{display:none}}@media (width<=480px){.login-formside{align-items:stretch;padding:0}.login-card{max-width:none;min-height:100dvh;box-shadow:none;border:none;border-radius:0;flex-direction:column;justify-content:center;animation:none;display:flex}}@media (prefers-reduced-motion:reduce){.login-hero__orb,.login-hero__point,.login-card,.login-error{animation:none}}.import-entry-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-bottom:18px;display:grid}.import-entry-card{text-align:left;background:var(--panel);border:1px solid var(--border);border-radius:var(--r-lg);cursor:pointer;color:var(--text);box-shadow:var(--shadow-1);flex-direction:column;align-items:flex-start;gap:8px;padding:18px 20px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.import-entry-card:hover{box-shadow:var(--shadow-2);border-color:var(--accent);transform:translateY(-2px)}.import-entry-card.is-on{border-color:var(--accent);background:linear-gradient(180deg, #0ea5e912, transparent 60%), var(--panel)}.import-entry-card__icon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:12px;place-items:center;display:grid}.import-entry-card__icon svg{width:20px;height:20px}.import-entry-card h4{margin:2px 0 0;font-size:15px;font-weight:650}.import-entry-card p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.settings-layout{grid-template-columns:230px minmax(0,860px);align-items:start;gap:20px;display:grid}.settings-nav{top:calc(var(--topbar-h) + 16px);position:sticky}.settings-nav__block{background:var(--surface-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:2px;padding:7px;display:flex}.settings-nav__group{text-transform:uppercase;letter-spacing:.9px;color:var(--muted);align-items:center;gap:7px;padding:8px 10px 6px;font-size:10px;font-weight:650;display:flex}.settings-nav__group svg{width:13px;height:13px;color:var(--accent);flex-shrink:0}.settings-nav__link{color:var(--muted);cursor:pointer;text-align:left;box-shadow:none;background:0 0;border:none;border-radius:9px;align-items:center;gap:9px;width:100%;padding:9px 10px;font-size:12.5px;font-weight:600;display:flex;position:relative}.settings-nav__link:hover{color:var(--text);box-shadow:none;background:#ffffff0a;transform:none}.settings-nav__link.is-active{background:var(--accent-soft);color:var(--accent)}.settings-nav__link.is-active:before{content:"";background:var(--accent);border-radius:2px;width:3px;position:absolute;top:8px;bottom:8px;left:0}.settings-nav__link>svg:first-child{flex-shrink:0;width:14px;height:14px}.settings-nav__link span{flex:1;min-width:0}.settings-nav__dot{background:#fbbf24;border-radius:50%;flex-shrink:0;width:7px;height:7px}.settings-nav__chev{opacity:0;flex-shrink:0;width:12px;height:12px;transition:opacity .15s,transform .15s;transform:translate(-3px)}.settings-nav__link.is-active .settings-nav__chev{opacity:1;transform:none}.settings-section{scroll-margin-top:calc(var(--topbar-h) + 16px);background:var(--surface-card);border:1px solid var(--border);border-radius:16px;padding:18px 20px}.settings-section__head{align-items:center;gap:12px;margin-bottom:10px;display:flex}.settings-section__icon{background:var(--accent-soft);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.settings-section__icon svg{width:18px;height:18px;color:var(--accent)}.settings-section__kicker{text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin-bottom:1px;font-size:10px;font-weight:650}.settings-section h3{letter-spacing:-.3px;margin:0;font-size:15.5px;font-weight:650}.settings-section__desc{color:var(--muted);max-width:660px;margin:0 0 14px;font-size:12.5px;line-height:1.6}@media (width<=820px){.settings-layout{grid-template-columns:1fr}.settings-nav{position:static}.settings-nav__block{flex-flow:wrap;align-items:center}.settings-nav__group{width:100%}.settings-nav__link{flex:auto;justify-content:center;width:auto}.settings-nav__link.is-active:before,.settings-nav__chev{display:none}}.opdetail-sticky{z-index:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-1);background:#0d1323eb;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:16px;padding:10px 16px;display:flex;position:sticky;top:0}.layout.has-topbar .opdetail-sticky{top:8px}.opdetail-sticky__name{letter-spacing:-.3px;align-items:center;gap:9px;min-width:0;font-size:15px;font-weight:650;display:flex}.opdetail-sticky__progress{flex:170px;min-width:140px;max-width:300px}.opdetail-sticky__actions{flex-wrap:wrap;gap:7px;margin-left:auto;display:flex}.client-bottomnav{display:none}@media (width<=640px){.client-bottomnav{z-index:1100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-strong);padding:5px 4px calc(5px + env(safe-area-inset-bottom,0px));background:#070a13f5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.client-bottomnav a,.client-bottomnav button{box-shadow:none;min-height:48px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:6px 2px;font-size:9.5px;font-weight:700;text-decoration:none;display:flex}.client-bottomnav a:hover,.client-bottomnav button:hover{box-shadow:none;background:#ffffff0a;transform:none}.client-bottomnav a.active{color:var(--accent);background:var(--accent-soft)}.client-bottomnav svg{width:18px;height:18px}.client-main{padding-bottom:76px!important}.client-layout .sidebar{bottom:calc(64px + env(safe-area-inset-bottom,0px))!important}}@media (width<=768px){.layout.has-topbar{grid-template-rows:auto 1fr;grid-template-areas:none}.layout.has-topbar .sidebar,.layout.has-topbar .topbar,.layout.has-topbar .main{grid-area:auto}.layout.has-topbar .topbar{display:none}.layout.has-topbar .main{height:auto}.layout.sidebar-collapsed{grid-template-columns:1fr}}[data-theme=light] .wl-row:hover{background:#0f172a08}[data-theme=light] .wl-ico{background:#0284c714;border-color:#0284c72e}[data-theme=light] .wl-iconbtn:hover{background:#0f172a0f}[data-theme=light]{--surface-raised:#fff;--border-strong:#cbd8e4;--accent-soft:#0284c71a;--ok-soft:#0596691a;--warn-soft:#d977061f;--danger-soft:#dc26261a;--info-soft:#7c3aed1a;--shadow-1:0 4px 16px #0f172a0f;--shadow-2:0 16px 40px #0f172a29}[data-theme=light] .topbar{background:#f8fafce0;border-bottom-color:#dde7f0}[data-theme=light] .topbar-iconbtn{color:#64748b}[data-theme=light] .topbar-iconbtn:hover{color:#0f172a;background:#eef2f7}[data-theme=light] .topbar-search{color:#64748b;background:#fff;border-color:#d6e1ec}[data-theme=light] .topbar-search:hover{color:#334155;background:#fff;border-color:#94a3b8}[data-theme=light] .kbd-chip{color:#64748b;background:#f1f5f9;border-color:#cbd8e4}[data-theme=light] .topbar-userbtn{color:#0f172a}[data-theme=light] .topbar-userbtn:hover{background:#eef2f7}[data-theme=light] .topbar-menu__item{color:#0f172a}[data-theme=light] .topbar-menu__item:hover{background:#f1f5f9}[data-theme=light] .notifcenter-tab:hover{color:#0f172a;background:#f1f5f9}[data-theme=light] .notifcenter-row{color:#0f172a}[data-theme=light] .notifcenter-row:hover{background:#f1f5f9}[data-theme=light] .cmdk-backdrop{background:#0f172a52}[data-theme=light] .cmdk__item{color:#0f172a}[data-theme=light] .cmdk__item:hover,[data-theme=light] .cmdk__item.is-active{background:#0284c71a}[data-theme=light] .ui-progress__track{background:#e2e8f0}[data-theme=light] .ui-badge--info{color:#7c3aed}[data-theme=light] .ui-btn--ghost{color:#0f172a;border-color:#cbd8e4}[data-theme=light] .ui-btn--ghost:hover{background:#f1f5f9}[data-theme=light] .help-toc__link:hover{color:#0f172a;background:#f1f5f9}[data-theme=light] .help-section code{color:#0f172a;background:#eef2f7}[data-theme=light] .help-msg-template{background:#f8fafc;border-color:#dde7f0}[data-theme=light] .help-msg-template code{color:#0f172a}[data-theme=light] .help-try-box{background:#f8fafc}[data-theme=light] .help-toc__block,[data-theme=light] .help-section{border-color:#dde7f0;box-shadow:0 1px 2px #0f172a0a}[data-theme=light] .help-faq__item{background:#f8fafc;border-color:#dde7f0}[data-theme=light] .settings-nav__link:hover{color:#0f172a;background:#f1f5f9}[data-theme=light] .settings-nav__block,[data-theme=light] .settings-section{border-color:#dde7f0;box-shadow:0 1px 2px #0f172a0a}[data-theme=light] .tour-spotlight{box-shadow:0 0 0 9999px #0f172a73}[data-theme=light] .opdetail-sticky{background:#fffffff0;border-color:#dde7f0}[data-theme=light] .dash-opcard,[data-theme=light] .dash-attention__row{color:#0f172a}[data-theme=light] .dash-attention__row:hover{background:#d9770612}[data-theme=light] .login-hero{background:radial-gradient(1100px 600px at 20% 0,#0284c71a,#0000 55%),radial-gradient(900px 500px at 90% 100%,#2563eb14,#0000 50%),linear-gradient(160deg,#f1f6fb 0%,#e8eef6 100%);border-right-color:#dde7f0}[data-theme=light] .login-hero__orb{opacity:.12}[data-theme=light] .login-card{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a14}[data-theme=light] .login-theme-toggle{color:#64748b;background:#fff;border-color:#d6e1ec}[data-theme=light] .login-theme-toggle:hover{color:#0284c7;background:#f0f9ff;border-color:#0284c7}[data-theme=light] .pw-toggle:hover{color:#0f172a;background:#0f172a0f}[data-theme=light] .login-error{color:#b91c1c;background:#fee2e2;border-color:#fca5a5 #fca5a5 #fca5a5 #dc2626}[data-theme=light] .login-caps{color:#b45309}[data-theme=light] .login-hint{color:#1e40af;background:#eff6ff;border-color:#bfdbfe #bfdbfe #bfdbfe #2563eb}[data-theme=light] .client-bottomnav{background:#fffffff7;border-top-color:#dde7f0}[data-theme=light] .client-bottomnav a,[data-theme=light] .client-bottomnav button{color:#64748b}[data-theme=light] .client-bottomnav a.active{color:#0284c7}[data-theme=light] .import-entry-card{color:#0f172a}[data-theme=light] .sidebar-help-link{background:#f8fafc}@media (width>=769px){.layout.has-topbar:not(.client-layout){grid-template-columns:260px minmax(0,1fr)}.layout.has-topbar:not(.client-layout) .admin-sidebar{height:100vh;padding:16px 12px 14px 14px}.admin-sidebar nav{scrollbar-color:#3a4650 transparent;flex:auto;min-height:0;margin-right:-4px;padding-right:4px;overflow-y:auto}.admin-sidebar .sidebar-user-card{flex:none}}.admin-sidebar{scrollbar-color:#3a4650 transparent;background:#11161a;border-right:1px solid #2a3239;gap:12px;position:relative;box-shadow:inset -1px 0 #ffffff06}.admin-sidebar:before{content:"";background:linear-gradient(#0ea5e9 0 18%,#15847c 18% 56%,#586674 56% 100%);width:4px;position:absolute;inset:0 auto 0 0}.admin-sidebar .sidebar-brand{min-height:78px;box-shadow:none;background:0 0;border:none;gap:14px;margin:0 0 16px;padding:16px 12px;position:relative}.admin-sidebar .sidebar-brand-icon{color:#fff;background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 85%, #fff), var(--accent));border:1px solid color-mix(in srgb, var(--accent) 70%, #000);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:inset 0 1px #ffffff40,0 2px 5px #0000001a}.admin-sidebar .sidebar-brand-text{flex-direction:column;justify-content:center;gap:2px;display:flex}.admin-sidebar .sidebar-brand-name{color:#fff;letter-spacing:-.6px;-webkit-font-smoothing:antialiased;font-size:26px;font-weight:700;line-height:1}.admin-sidebar .sidebar-brand-sub{color:#94a3b8;letter-spacing:.8px;text-transform:uppercase;font-size:11.5px;font-weight:700}.admin-sidebar .sidebar-brand-meta{color:#10b981;background:#10b98114;border:1px solid #10b98133;border-radius:999px;align-items:center;gap:6px;width:fit-content;margin-top:4px;padding:3px 8px;font-size:10.5px;font-weight:700;display:inline-flex;box-shadow:inset 0 0 8px #10b9810d}@keyframes live-pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 4px #10b98100}to{box-shadow:0 0 #10b98100}}.admin-sidebar .sidebar-brand-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite live-pulse}.admin-sidebar nav{gap:14px;padding:0 2px 6px;display:grid}.admin-sidebar .sidebar-section{gap:5px;margin:0;display:grid}.admin-sidebar .sidebar-section+.sidebar-section{padding-top:2px}.admin-sidebar .sidebar-section-title{color:#8795a2;letter-spacing:.75px;opacity:1;align-items:center;gap:8px;margin:0 0 2px;padding:0 8px;font-size:10px;font-weight:820;display:flex}.admin-sidebar .sidebar-section-title:after{content:"";background:#2b343c;flex:auto;height:1px}.admin-sidebar nav a{color:#b7c1cb;letter-spacing:0;background:0 0;border:1px solid #0000;border-radius:8px;gap:10px;min-height:38px;margin:0;padding:0 10px;font-size:13px;font-weight:670;transition:background .14s,border-color .14s,color .14s}.admin-sidebar nav a svg{color:#7d8b98;opacity:1;width:16px;height:16px}.admin-sidebar nav a:hover{color:#f4f7fa;filter:none;box-shadow:none;background:#171f25;border-color:#2c3740;transform:none}.admin-sidebar nav a.active{color:#fff;box-shadow:none;background:#ffffff0a;border-color:#0000;font-weight:780}.admin-sidebar nav a.active:before{width:3px;box-shadow:none;background:#0ea5e9;border-radius:0 4px 4px 0;top:8px;bottom:8px;left:0}.admin-sidebar nav a.active svg{color:#7dd3fc}.admin-sidebar .sidebar-help-link{background:0 0;border-color:#0000}.admin-sidebar .sidebar-user-card{box-shadow:none;background:#151a1f;border:1px solid #2a343c;border-radius:8px;margin-top:auto;padding:10px}.admin-sidebar .sidebar-user-row{gap:9px}.admin-sidebar .sidebar-avatar{color:#e8b257;background:#202931;border-color:#36434d;border-radius:8px;width:34px;height:34px;font-size:11.5px}.admin-sidebar .sidebar-user-name{font-size:12.5px;font-weight:760}.admin-sidebar .sidebar-user-role{color:#8d9aa7;letter-spacing:.45px;font-size:10px}.admin-sidebar .sidebar-user-actions{gap:7px;margin-top:10px}.admin-sidebar .sidebar-user-actions button,.admin-sidebar .theme-toggle{color:#d6dee6;min-height:32px;box-shadow:none;background:#10161a;border-color:#2b3640;border-radius:8px}.admin-sidebar .sidebar-user-actions button:hover,.admin-sidebar .theme-toggle:hover{color:#fff;box-shadow:none;filter:none;background:#1b232a;border-color:#3a4752;transform:none}.admin-sidebar .theme-toggle{justify-content:center;width:100%;margin-top:7px;padding:7px 9px;font-size:11.5px}[data-theme=light] .layout.has-topbar:not(.client-layout) .admin-sidebar{background:#f6f8fa;border-right-color:#cfd9e3;box-shadow:1px 0 #0f172a0a}[data-theme=light] .admin-sidebar:before{background:linear-gradient(#0284c7 0 18%,#0284c7 18% 56%,#5f6c79 56% 100%)}[data-theme=light] .admin-sidebar .sidebar-brand{box-shadow:none;background:0 0;border-color:#0000}[data-theme=light] .admin-sidebar .sidebar-brand-icon{color:#fff;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #0f172a1a;box-shadow:0 4px 12px #0f172a1f,inset 0 1px #ffffff1a}[data-theme=light] .admin-sidebar .sidebar-brand-name{color:#17212b}[data-theme=light] .admin-sidebar .sidebar-brand-sub{color:#607080}[data-theme=light] .admin-sidebar .sidebar-brand-meta{color:#334155;background:#f4f8fb;border-color:#cbd5e1}[data-theme=light] .admin-sidebar .sidebar-section-title{color:#667483}[data-theme=light] .admin-sidebar .sidebar-section-title:after{background:#d8e1e8}[data-theme=light] .admin-sidebar nav a{color:#445260!important;box-shadow:none!important;background:0 0!important;border-color:#0000!important}[data-theme=light] .admin-sidebar nav a svg{color:#738191}[data-theme=light] .admin-sidebar nav a:hover{color:#17212b!important;box-shadow:none!important;background:#edf3f5!important;border-color:#d6e1e7!important}[data-theme=light] .admin-sidebar nav a.active{color:#fff;box-shadow:none;background:#ffffff0a;border-color:#0000;font-weight:780}[data-theme=light] .admin-sidebar .sidebar-help-link{background:0 0!important}[data-theme=light] .admin-sidebar .sidebar-user-card{background:#fff!important;border-color:#d5e0ea!important;border-radius:8px!important;box-shadow:0 1px 2px #0f172a0a!important}[data-theme=light] .admin-sidebar .sidebar-avatar{color:#0284c7;background:#eef4f6;border-color:#cbd9e1}[data-theme=light] .admin-sidebar .sidebar-user-name{color:#17212b}[data-theme=light] .admin-sidebar .sidebar-user-role{color:#667483!important}[data-theme=light] .admin-sidebar .sidebar-user-actions button,[data-theme=light] .admin-sidebar .theme-toggle{color:#31404d!important;background:#f6f8fa!important;border-color:#d4dde5!important}[data-theme=light] .admin-sidebar .sidebar-user-actions button:hover,[data-theme=light] .admin-sidebar .theme-toggle:hover{color:#17212b!important;background:#edf3f5!important;border-color:#bfced8!important}.client-sidebar{scrollbar-color:#94a3b840 transparent;background:#11161a;border-right-color:#2a3239;position:relative;box-shadow:inset -1px 0 #ffffff06}.client-sidebar::-webkit-scrollbar{width:3px}.client-sidebar .client-vessel-panel::-webkit-scrollbar{width:3px}.client-sidebar::-webkit-scrollbar-track{background:0 0}.client-sidebar .client-vessel-panel::-webkit-scrollbar-track{background:0 0}.client-sidebar::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:999px}.client-sidebar .client-vessel-panel::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:999px}.client-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b873}.client-sidebar .client-vessel-panel::-webkit-scrollbar-thumb:hover{background:#94a3b873}.client-sidebar:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(#15847c 0 28%,#0ea5e9 28% 48%,#586674 48% 100%);width:4px;position:absolute;inset:0 auto 0 0}.client-sidebar .client-vessel-panel{scrollbar-color:#94a3b840 transparent;background:0 0}.client-sidebar .client-rail-logo{color:#f8fafc;background:#0f3a40;border:1px solid #48bbb142;border-radius:8px;box-shadow:inset 0 -8px #0000001f}.client-brand-text{gap:3px}.client-sidebar .client-brand-name{color:#f7fafc;letter-spacing:0;font-size:16px;font-weight:700}.client-sidebar .client-brand-sub{color:#95a3af;letter-spacing:.55px;font-size:10px;font-weight:780}.client-brand-meta{color:#cdd6df;background:#10161a;border:1px solid #31404a;border-radius:6px;align-items:center;gap:6px;width:fit-content;margin-top:3px;padding:3px 7px;font-size:10.5px;font-weight:760;line-height:1;display:inline-flex}.client-brand-dot{background:#21b181;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #21b1811f}.client-sidebar .client-panel-nav a,.client-sidebar .client-panel-section a,.client-sidebar .client-admin-return{color:#b7c1cb;box-shadow:none;background:0 0;border-color:#0000;border-radius:8px}.client-sidebar .client-panel-nav a:hover,.client-sidebar .client-panel-section a:hover,.client-sidebar .client-admin-return:hover{color:#f4f7fa;background:#171f25;border-color:#2c3740}.client-sidebar .client-panel-nav a.active,.client-sidebar .client-panel-section a.active{color:#fff;box-shadow:none;background:#ffffff0a;border-color:#0000}.client-sidebar .client-panel-nav a.active:before,.client-sidebar .client-panel-section a.active:before{content:"";width:3px;box-shadow:none;background:#0ea5e9;border-radius:0 4px 4px 0;position:absolute;top:8px;bottom:8px;left:0}.client-sidebar .client-panel-nav a.active svg,.client-sidebar .client-panel-section a.active svg{color:#7dd3fc}.client-sidebar .client-admin-return{color:#8ddbd5;background:#132227;border-color:#244149}.client-sidebar .client-vessel-search input{color:#f7fafc!important;box-shadow:none!important;background:#10161a!important;border-color:#2b3640!important;border-radius:8px!important}.client-sidebar .client-vessel-search input::placeholder{color:#7d8b98}.client-sidebar .client-vessel-search svg{color:#7d8b98!important}.client-sidebar .cvg__head,.client-sidebar .cvg__label,.client-sidebar .cvg__head--active .cvg__label,.client-sidebar .cvg__head--done .cvg__label,.client-sidebar .client-panel-section-title{color:#8795a2}.client-sidebar .cvg__rule{opacity:.45;background:linear-gradient(90deg,#94a3b847,#94a3b805);height:1px;display:block}.client-sidebar .cvg__dot{background:#21b181;box-shadow:0 0 0 3px #21b1811f}.client-sidebar .cvg__dot--done{box-shadow:none;background:#667483}.client-sidebar .cvr{color:#f7fafc;background:#151a1f;border-color:#2a343c;border-radius:8px}.client-sidebar .cvr:hover{background:#171f25;border-color:#2c3740}.client-sidebar .cvr--sel{background:#1a242b;border-color:#35434d;box-shadow:inset 0 0 0 1px #d9912814}.client-sidebar .cvr__stripe{color:#475569}.client-sidebar .cvr--sel .cvr__stripe{color:#0ea5e9}.client-sidebar .cvr--stop .cvr__stripe{color:#94a3b8}.client-sidebar .cvr__name{color:#f7fafc}.client-sidebar .cvr--sel .cvr__name{color:#fff}.client-sidebar .cvr__statusline{color:#8ddbd5}.client-sidebar .cvr--stop .cvr__statusline,.client-sidebar .cvr--stop .cvr__meta,.client-sidebar .cvr--stop .cvr__pct{color:#e8b257}.client-sidebar .cvr--done .cvr__statusline{color:#9aa7b4}.client-sidebar .cvr__badge{border-radius:4px}.client-sidebar .cvr__badge--live{color:#7be0b4;background:#21b1811f}.client-sidebar .cvr__badge--stop{color:#e8b257;background:#d9912824}.client-sidebar .cvr__badge--done{color:#b7c1cb;background:#66748329}.client-sidebar .cvr__bar-fill{background:#15847c}.client-sidebar .cvr--sel .cvr__bar-fill,.client-sidebar .cvr--stop .cvr__bar-fill{background:#0ea5e9}.client-sidebar .cvr__pct,.client-sidebar .cvr__date,.client-sidebar .client-footer-user-text span{color:#8795a2}.client-sidebar .lang-toggle--clientfoot,.client-sidebar .client-footer-theme,.client-sidebar .client-vessel-panel-user{box-shadow:none;background:#151a1f;border-color:#2a343c;border-radius:8px}.client-sidebar .lang-toggle--clientfoot button{border-radius:6px}.client-sidebar .lang-toggle--clientfoot button.is-active,.client-sidebar .lang-toggle--clientfoot button.is-active:hover{color:#f7fafc;background:#1a242b}.client-sidebar .client-footer-theme,.client-sidebar .client-footer-logout{color:#d6dee6}.client-sidebar .client-footer-theme:hover,.client-sidebar .client-footer-logout:hover{color:#fff;background:#1b232a}.client-sidebar .client-vessel-panel-user strong{color:#f7fafc}@media (width>=769px){.client-layout{grid-template-columns:84px minmax(0,1fr)}:is(.client-layout:has(.client-sidebar:hover),.client-layout:has(.client-sidebar:focus-within)){grid-template-columns:288px minmax(0,1fr)}.cdash-topbar{left:84px}:is(.client-layout:has(.client-sidebar:hover) .cdash-topbar,.client-layout:has(.client-sidebar:focus-within) .cdash-topbar){left:288px}.client-sidebar{width:84px}.client-sidebar:hover,.client-sidebar:focus-within{width:288px;box-shadow:16px 0 34px #0000003d,inset -1px 0 #ffffff06}.client-vessel-panel{width:288px;padding:16px 12px 14px 14px}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel{padding-left:14px}.client-vessel-panel-head{background:#151b20;border:1px solid #2a343c;border-radius:8px;gap:11px;min-height:78px;margin:0 0 10px;padding:12px 10px 12px 12px}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head{background:0 0;border-color:#0000;width:56px;min-height:56px;margin-bottom:14px;padding:8px}.client-vessel-panel-head .client-rail-logo{flex:0 0 40px;width:40px;height:40px}.client-panel-nav,.client-panel-section{gap:5px}.client-panel-nav{margin-bottom:12px}.client-panel-section{margin-top:14px;margin-bottom:12px}.client-panel-nav a,.client-panel-section a,.client-admin-return{gap:10px;min-height:38px;padding:0 10px;font-size:13px;font-weight:670}.client-admin-return{min-height:36px;margin:-2px 0 12px}.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section a,.client-sidebar:not(:hover):not(:focus-within) .client-admin-return{border-radius:8px;width:56px;min-height:42px}.client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a.active:before,.client-sidebar:not(:hover):not(:focus-within) .client-panel-section a.active:before,.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:after{width:3px;height:24px;box-shadow:none;background:#0ea5e9;border-radius:0 4px 4px 0;top:9px;left:0}.client-sidebar-vessels{min-height:178px}.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels{background:#1a242b;border:1px solid #35434d;border-radius:8px;width:56px;height:42px;margin-top:18px}[data-theme=light] .client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels{background:#fff!important;border:1px solid #d5e0ea!important;box-shadow:0 1px 2px #0f172a0d!important}.client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:before{background:#0ea5e9}.cvg-scroll{gap:14px;padding-right:4px}.client-sidebar .cvg{gap:9px}.client-sidebar .cvg__head{min-height:22px;padding-left:8px}.client-sidebar .cvg__count{min-width:18px;height:18px;font-size:9px}.client-sidebar .cvg__list{gap:8px}.client-sidebar .cvr{min-height:56px;padding:8px}.client-sidebar .cvr__stripe{width:16px;height:16px}.client-sidebar .cvr__body{gap:4px;padding-left:8px}.client-sidebar .cvr__name{font-size:12px}.client-sidebar .cvr__statusline{font-size:10px}.client-footer-stack{gap:8px;width:100%;margin:12px 0 0;padding:12px 0 0}.client-sidebar:not(:hover):not(:focus-within) .client-footer-stack{gap:12px;width:84px;margin-left:-14px;padding:0 0 14px}.client-sidebar:not(:hover):not(:focus-within) .lang-toggle--clientfoot{background:#151a1f;border-color:#2a343c;border-radius:8px;height:30px}.client-sidebar:not(:hover):not(:focus-within) .client-footer-theme,.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-user{border-radius:8px;width:56px;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important}}@media (width<=768px){.client-layout .client-sidebar{background:#11161a!important;border-right-color:#2a3239!important;box-shadow:14px 0 34px #00000047!important}.client-vessel-panel-head{background:#151b20;border:1px solid #2a343c;border-radius:8px;min-height:74px;margin:0 0 12px;padding:12px}.client-sidebar .client-panel-nav a,.client-sidebar .client-panel-section a,.client-sidebar .client-admin-return{border-radius:8px}.client-sidebar .client-footer-stack{border-top-color:#2b343c}}[data-theme=light] .client-sidebar{background:#f6f8fa!important;border-right-color:#cfd9e3!important;box-shadow:1px 0 #0f172a0a!important}[data-theme=light] .client-sidebar:before{background:linear-gradient(#0284c7 0 28%,#0284c7 28% 48%,#5f6c79 48% 100%)}[data-theme=light] .client-sidebar .client-vessel-panel{background:0 0!important}[data-theme=light] .client-sidebar .client-vessel-panel-head{background:#fff!important;border-color:#d5e0ea!important;box-shadow:0 1px 2px #0f172a0a!important}[data-theme=light] .client-sidebar .client-rail-logo{color:#fff!important;background:var(--accent)!important;box-shadow:none!important;border-color:#0000!important}[data-theme=light] .client-sidebar .client-brand-name{color:#17212b!important}[data-theme=light] .client-sidebar .client-brand-sub{color:#607080!important}[data-theme=light] .client-sidebar .client-brand-meta{color:#334155;background:#f4f8fb;border-color:#cbd5e1}[data-theme=light] .client-sidebar .client-panel-nav a,[data-theme=light] .client-sidebar .client-panel-section a,[data-theme=light] .client-sidebar .client-admin-return{color:#445260!important;box-shadow:none!important;background:0 0!important;border-color:#0000!important}[data-theme=light] .client-sidebar .client-panel-nav a svg,[data-theme=light] .client-sidebar .client-panel-section a svg,[data-theme=light] .client-sidebar .client-admin-return svg{color:#738191!important}[data-theme=light] .client-sidebar .client-panel-nav a:hover,[data-theme=light] .client-sidebar .client-panel-section a:hover,[data-theme=light] .client-sidebar .client-admin-return:hover{color:#17212b!important;box-shadow:none!important;background:#edf3f5!important;border-color:#d6e1e7!important}[data-theme=light] .client-sidebar .client-panel-nav a.active,[data-theme=light] .client-sidebar .client-panel-section a.active{color:#082f49!important;background:#f0f9ff!important;border-color:#bae6fd!important;box-shadow:inset 0 0 0 1px #0ea5e914!important}[data-theme=light] .client-sidebar .client-panel-nav a.active:before,[data-theme=light] .client-sidebar .client-panel-section a.active:before,[data-theme=light] .client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:after{background:#38bdf8!important}[data-theme=light] .client-sidebar .client-panel-nav a.active svg,[data-theme=light] .client-sidebar .client-panel-section a.active svg{color:#0ea5e9!important}[data-theme=light] .client-sidebar .client-vessel-search input{color:#17212b!important;background:#fff!important;border-color:#d5e0ea!important}[data-theme=light] .client-sidebar .client-vessel-search input::placeholder,[data-theme=light] .client-sidebar .client-vessel-search svg{color:#738191!important}[data-theme=light] .client-sidebar .cvg__label,[data-theme=light] .client-sidebar .cvg__head,[data-theme=light] .client-sidebar .cvg__head--active .cvg__label,[data-theme=light] .client-sidebar .cvg__head--done .cvg__label,[data-theme=light] .client-sidebar .client-panel-section-title{color:#667483!important}[data-theme=light] .client-sidebar .cvg__rule{opacity:.55!important;background:linear-gradient(90deg,#64748b59,#64748b05)!important}[data-theme=light] .client-sidebar .cvg__count{color:#445260!important;background:#fff!important;border-color:#d5e0ea!important}[data-theme=light] .client-sidebar .cvr,[data-theme=light] .client-sidebar .cvr--sel,[data-theme=light] .client-sidebar .cvr--stop,[data-theme=light] .client-sidebar .cvr--done{box-shadow:none!important;background:#fff!important;border-color:#d5e0ea!important}[data-theme=light] .client-sidebar .cvr:hover{background:#edf3f5!important;border-color:#cbd9e1!important}[data-theme=light] .client-sidebar .cvr--sel{box-shadow:none!important;background:#fff!important;border-color:#e2e8f0!important}[data-theme=light] .client-sidebar .cvr--stop{background:#fff7e8!important;border-color:#ecd3a5!important}[data-theme=light] .client-sidebar .cvr__name,[data-theme=light] .client-sidebar .cvr--sel .cvr__name{color:#0f172a!important;letter-spacing:-.01em!important;font-weight:600!important}[data-theme=light] .client-sidebar .cvr__statusline,[data-theme=light] .client-sidebar .cvr--done .cvr__statusline{color:#475569!important;font-weight:500!important}[data-theme=light] .client-sidebar .cvr--stop .cvr__statusline,[data-theme=light] .client-sidebar .cvr--stop .cvr__meta,[data-theme=light] .client-sidebar .cvr--stop .cvr__pct{color:#a15f13!important}[data-theme=light] .client-sidebar .cvr__date,[data-theme=light] .client-sidebar .cvr__pct,[data-theme=light] .client-sidebar .client-footer-user-text span{color:#667483!important}[data-theme=light] .client-sidebar .cvr__bar-wrap{background:#d8e1e8!important}[data-theme=light] .client-sidebar .cvr__bar-fill,[data-theme=light] .client-sidebar .cvr--sel .cvr__bar-fill,[data-theme=light] .client-sidebar .cvr--stop .cvr__bar-fill{background:#0284c7!important}[data-theme=light] .client-sidebar .cvr__badge--live{color:#0284c7!important;background:#dff5ea!important}[data-theme=light] .client-sidebar .cvr__badge--stop{color:#8f5411!important;background:#f8e8c8!important}[data-theme=light] .client-sidebar .cvr__badge--done{color:#5f6c79!important;background:#e8edf2!important}[data-theme=light] .client-sidebar .client-footer-stack{border-top-color:#d8e1e8!important}[data-theme=light] .client-sidebar .lang-toggle--clientfoot,[data-theme=light] .client-sidebar .client-footer-theme,[data-theme=light] .client-sidebar .client-vessel-panel-user{background:#fff!important;border-color:#d5e0ea!important;border-radius:8px!important;box-shadow:0 1px 2px #0f172a0a!important}[data-theme=light] .client-sidebar .client-footer-theme,[data-theme=light] .client-sidebar .client-footer-logout{color:#31404d!important}[data-theme=light] .client-sidebar .client-footer-theme:hover,[data-theme=light] .client-sidebar .client-footer-logout:hover{color:#17212b!important;background:#edf3f5!important}[data-theme=light] .client-sidebar .client-rail-avatar{color:#0284c7!important;background:#eef4f6!important;border-color:#cbd9e1!important}[data-theme=light] .client-sidebar .client-vessel-panel-user strong{color:#17212b!important}@media (width<=768px){[data-theme=light] .client-layout .client-sidebar{background:#f6f8fa!important;border-right-color:#cfd9e3!important;box-shadow:14px 0 34px #0f172a1f!important}}@media (width>=769px){.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel{padding-left:12px!important}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head{width:60px!important;min-height:54px!important;box-shadow:none!important;background:0 0!important;border:0!important;place-items:center!important;margin:0 0 16px!important;padding:0!important;display:grid!important}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head .client-rail-logo{color:#f8fafc!important;background:#0d3439!important;border-radius:10px!important;flex-basis:42px!important;width:42px!important;height:42px!important;box-shadow:inset 0 -8px #0000001a!important}[data-theme=light] .client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head .client-rail-logo{background:var(--accent)!important;color:#fff!important;box-shadow:none!important}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head .client-rail-logo svg{width:20px!important;height:20px!important}.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head>span,.client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head .client-brand-text{display:none!important}.client-sidebar:not(:hover):not(:focus-within) .client-footer-stack{align-items:center!important;gap:10px!important;width:84px!important;margin-left:-12px!important}.client-sidebar:not(:hover):not(:focus-within) .lang-toggle--clientfoot{border-radius:8px!important;gap:2px!important;width:58px!important;height:28px!important;padding:3px!important}.client-sidebar:not(:hover):not(:focus-within) .lang-toggle--clientfoot button{letter-spacing:.15px!important;color:#9aa8b5!important;border-radius:6px!important;width:24px!important;min-width:24px!important;height:20px!important;padding:0!important;font-size:9px!important;font-weight:700!important}}.client-sidebar .lang-toggle--clientfoot{background:#111820;border-radius:8px;gap:3px;height:36px;padding:3px;position:relative}.client-sidebar .lang-toggle--clientfoot .lang-toggle__icon{color:#7f909f;width:14px;height:14px;margin:0 4px 0 6px}.client-sidebar .lang-toggle--clientfoot button{letter-spacing:.4px;color:#9aa8b5;border-radius:6px;min-width:0;height:28px;font-size:10px}.client-sidebar .lang-toggle--clientfoot button.is-active,.client-sidebar .lang-toggle--clientfoot button.is-active:hover{color:#0d3439;background:#dcefeb;box-shadow:0 6px 16px #0284c729}.client-sidebar .client-footer-stack{border-top:1px solid #2b343c;padding-top:10px}.client-sidebar .client-vessel-panel-user{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-height:48px;padding:5px 8px;display:grid;position:relative}.client-sidebar .client-vessel-panel-user .client-footer-logout{display:none}@media (width>=769px){.client-sidebar:hover .client-vessel-panel-user,.client-sidebar:focus-within .client-vessel-panel-user{padding-right:44px}.client-sidebar:hover .client-vessel-panel-user .client-footer-logout,.client-sidebar:focus-within .client-vessel-panel-user .client-footer-logout,.client-sidebar .client-vessel-panel-user:hover .client-footer-logout{opacity:1;justify-content:center;width:30px;min-width:30px;height:30px;min-height:30px;margin:0;padding:0;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.client-sidebar:hover .client-vessel-panel-user .client-footer-logout span,.client-sidebar:focus-within .client-vessel-panel-user .client-footer-logout span{display:none}}[data-theme=light] .client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head .client-rail-logo{background:var(--accent)!important;color:#fff!important;box-shadow:none!important;border-color:#0000!important}[data-theme=light] .client-sidebar .lang-toggle--clientfoot{background:#f3f7fa!important;border-color:#d3dee8!important}[data-theme=light] .client-sidebar .lang-toggle--clientfoot button{color:#64748b!important}[data-theme=light] .client-sidebar .lang-toggle--clientfoot button.is-active,[data-theme=light] .client-sidebar .lang-toggle--clientfoot button.is-active:hover{color:#0d3439!important;background:#dcefeb!important}.client-layout .client-sidebar{background:linear-gradient(#2563eb09,#0000 210px),#f6f8fb!important;border-right:1px solid #d6e1ec!important;box-shadow:inset -1px 0 #ffffffb8!important}.client-layout .client-sidebar:before{display:none!important}.client-sidebar .client-vessel-panel{background:0 0!important}.client-sidebar .client-brand-name{color:#0f172a!important;font-weight:750!important}.client-sidebar .client-brand-sub{color:#64748b!important;font-weight:760!important}.client-sidebar .client-vessel-search input{color:#0f172a!important;box-shadow:none!important;background:#fff!important}.client-sidebar .client-vessel-search input::placeholder,.client-sidebar .client-vessel-search svg,.client-sidebar .client-panel-section-title,.client-sidebar .cvg__head,.client-sidebar .cvg__label{color:#64748b!important}.client-sidebar .cvr{color:#0f172a!important;padding:10px 11px!important}.client-sidebar .cvr--done{opacity:.74!important}.client-sidebar .cvr__name,.client-sidebar .cvr--sel .cvr__name{color:#0f172a!important;font-weight:720!important}.client-sidebar .cvr__statusline,.client-sidebar .cvr__date,.client-sidebar .cvr__pct{color:#64748b!important}.client-sidebar .client-vessel-panel-user strong,.client-sidebar .client-footer-theme{color:#0f172a!important}.client-sidebar .client-footer-user-text span{color:#64748b!important}html:not([data-theme=light]) .client-layout .client-sidebar{background:linear-gradient(#0ea5e90e,#0000 210px),#0f172a!important;border-right-color:#ffffff14!important}@media (width<=768px){.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar{border-radius:0 14px 14px 0!important;width:min(92vw,420px)!important;height:auto!important;min-height:0!important;max-height:calc(100dvh - 106px)!important;padding:18px 14px 14px!important;top:88px!important;bottom:auto!important;overflow-y:auto!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar nav{flex:0 auto!important;min-height:0!important;padding-right:0!important;overflow:visible!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-user-card{margin-top:14px!important}.client-layout.client-mobile-nav-active .client-sidebar{bottom:calc(70px + env(safe-area-inset-bottom,0px))!important;max-height:calc(100dvh - 86px - 70px - env(safe-area-inset-bottom,0px))!important;overflow-y:auto!important}.client-layout.client-mobile-nav-active .client-footer-stack{background:linear-gradient(#11161a00,#11161a 22%);margin-top:12px;padding:10px 0 0;position:sticky;bottom:0}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot,.client-layout.client-mobile-nav-active .client-footer-theme,.client-layout.client-mobile-nav-active .client-vessel-panel-user{border-radius:8px!important}.client-layout.client-mobile-nav-active .client-vessel-panel-user{grid-template-columns:auto minmax(0,1fr) auto;min-height:52px}.client-layout.client-mobile-nav-active .client-vessel-panel-user .client-footer-logout{grid-column:auto;width:36px;min-width:36px;margin-top:0;padding:0;display:inline-flex}.client-layout.client-mobile-nav-active .client-vessel-panel-user .client-footer-logout span{display:none}[data-theme=light] .client-layout.client-mobile-nav-active .client-footer-stack{background:linear-gradient(#f6f8fa00,#f6f8fa 22%)}}@media (width<=640px){.client-bottomnav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:repeat(4,minmax(0,1fr));left:10px!important;right:10px!important;bottom:max(10px, env(safe-area-inset-bottom,0px))!important;background:#0a1117eb!important;border:1px solid #94a3b829!important;border-radius:18px!important;gap:5px!important;width:auto!important;height:62px!important;padding:7px!important;display:grid!important;box-shadow:0 16px 34px #0000003d,inset 0 1px #ffffff0f!important}.client-bottomnav a,.client-bottomnav button{min-width:0;color:#9aa8b5!important;letter-spacing:0!important;border-radius:12px!important;gap:3px!important;min-height:46px!important;padding:5px 3px!important;font-size:9px!important;font-weight:700!important}.client-bottomnav svg{stroke-width:2.2px;width:18px!important;height:18px!important}.client-bottomnav a.active{color:#f8fafc!important;background:linear-gradient(#14b8a647,#0d343985)!important;box-shadow:inset 0 0 0 1px #2dd4bf38!important}.client-bottomnav a.active svg{color:#2dd4bf!important}.client-main{padding-bottom:92px!important}.client-layout.client-mobile-nav-active .client-sidebar{bottom:calc(86px + env(safe-area-inset-bottom,0px))!important;max-height:calc(100dvh - 86px - 86px - env(safe-area-inset-bottom,0px))!important}[data-theme=light] .client-bottomnav{background:#fffffff0!important;border-color:#cbd5e1e0!important;box-shadow:0 16px 34px #0f172a24,inset 0 1px #ffffffd1!important}[data-theme=light] .client-bottomnav a,[data-theme=light] .client-bottomnav button{color:#64748b!important}[data-theme=light] .client-bottomnav a.active{color:#0f3439!important;background:linear-gradient(#dff4ef,#eef7f5)!important;box-shadow:inset 0 0 0 1px #0d94882e!important}[data-theme=light] .client-bottomnav a.active svg{color:#0284c7!important}}.client-sidebar .client-rail-avatar,.admin-sidebar .sidebar-avatar{text-align:center!important;white-space:nowrap!important;letter-spacing:0!important;justify-content:center!important;align-items:center!important;line-height:1!important;display:inline-flex!important}@media (width>=769px){.client-sidebar:not(:hover):not(:focus-within) .client-rail-avatar{width:42px!important;min-width:42px!important;height:42px!important;font-size:10.5px!important;font-weight:700!important}}@media (width<=768px){.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar{flex-direction:column!important;gap:0!important;display:flex!important;overflow-y:auto!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar nav{flex:none!important;padding-bottom:0!important;display:block!important;overflow:visible!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-user-card,.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .user{box-sizing:border-box!important;z-index:auto!important;flex:none!important;width:100%!important;margin-top:16px!important;margin-bottom:0!important;position:static!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-user-row{min-height:42px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-avatar{border-radius:10px!important;width:42px!important;min-width:42px!important;height:42px!important;font-size:12px!important;font-weight:700!important}.client-layout.client-mobile-nav-active .client-vessel-panel{height:auto!important;min-height:0!important;padding-bottom:0!important;overflow:visible!important}.client-layout.client-mobile-nav-active .client-sidebar-vessels{z-index:1!important;margin:12px 0 16px!important;padding-bottom:0!important;position:relative!important;overflow:visible!important}.client-layout.client-mobile-nav-active .client-footer-stack{z-index:auto!important;width:100%!important;box-shadow:none!important;background:0 0!important;border-top:1px solid #94a3b82e!important;flex:none!important;order:50!important;margin:14px 0 0!important;padding:12px 0 0!important;position:static!important;bottom:auto!important}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot,.client-layout.client-mobile-nav-active .client-footer-theme{width:100%!important;min-height:46px!important}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot{height:46px!important;padding:4px!important}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot button{height:36px!important;font-size:12px!important;font-weight:700!important}.client-layout.client-mobile-nav-active .client-vessel-panel-user{grid-template-columns:42px minmax(0,1fr) 38px!important;min-height:58px!important;padding:8px 10px!important}.client-layout.client-mobile-nav-active .client-vessel-panel-user .client-rail-avatar{border-radius:10px!important;width:42px!important;min-width:42px!important;height:42px!important;font-size:12px!important;font-weight:700!important;line-height:1!important}.client-layout.client-mobile-nav-active .client-vessel-panel-user .client-footer-user-text strong,.client-layout.client-mobile-nav-active .client-vessel-panel-user .client-footer-user-text span{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}[data-theme=light] .client-layout.client-mobile-nav-active .client-footer-stack{background:0 0!important;border-top-color:#cbd5e1e6!important}}[data-theme=light] .infohint__pop{color:#334155}[data-theme=light] .ui-card__title{color:#0f172a}[data-theme=light] .ui-stat__value{color:#0369a1}[data-theme=light] .ui-progress__pct{color:#0f172a}[data-theme=light] .uadm-role--admin{color:#b91c1c;background:#fee2e2}[data-theme=light] .uadm-role--operator{color:#0369a1;background:#e0f2fe}[data-theme=light] .uadm-role--shift_lead{color:#7e22ce;background:#f3e8ff}[data-theme=light] .uadm-role--viewer{color:#475569;background:#f1f5f9}[data-theme=light] .uadm-role--client{color:#047857;background:#d1fae5}[data-theme=light] .uadm-badge--self{color:#b45309;background:#fef3c7}[data-theme=light] .uadm-adminnote{color:#b91c1c;background:#fef2f2;border-color:#fecaca}[data-theme=light] .uadm-user__perms{color:#0e7490}[data-theme=light] .uadm-perm.is-on .uadm-perm__check{color:#fff}@media (width<=520px){.all-events-overlay{align-items:flex-end!important;padding:0!important}.all-events-panel{border-bottom:none!important;border-radius:18px 18px 0 0!important;width:100%!important;max-height:90vh!important}.all-events-filters{gap:5px!important;padding:8px 12px!important}.all-events-filters button{padding:5px 11px!important;font-size:10px!important}.aem-event-row{flex-wrap:wrap!important;row-gap:8px!important}.aem-event-actions{flex:1 0 100%!important;justify-content:flex-start!important;align-self:flex-start!important;margin-left:0!important;padding-left:84px!important}}@media (width<=768px){body.client-mobile-menu-open .opchat-fab,body.client-mobile-menu-open .demo-wa-fab,body.client-mobile-menu-open .chat-notif-pop,body.client-mobile-menu-open .opchat-pop,body.client-mobile-menu-open .demo-wa-pop{display:none!important}.client-layout.client-mobile-nav-active .client-vessel-panel-head{background:linear-gradient(#fff,#f8fbfd)!important;border-radius:11px!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-height:60px!important;margin:0 0 8px!important;padding:9px 10px!important;display:grid!important}.client-layout.client-mobile-nav-active .client-vessel-panel-head .client-rail-logo{border-radius:10px!important;flex:0 0 40px!important;align-self:center!important;width:40px!important;height:40px!important}.client-layout.client-mobile-nav-active .client-vessel-panel-head .client-rail-logo svg{width:19px!important;height:19px!important}.client-layout.client-mobile-nav-active .client-vessel-panel-head .client-brand-text{grid-template-columns:minmax(0,max-content)!important;align-content:center!important;gap:1px!important;min-width:0!important;line-height:1!important;display:grid!important}.client-layout.client-mobile-nav-active .client-brand-name{letter-spacing:0!important;color:#0f172a!important;font-size:15px!important;font-weight:700!important;line-height:1.05!important}.client-layout.client-mobile-nav-active .client-brand-sub{letter-spacing:.55px!important;color:#64748b!important;margin-top:1px!important;font-size:9px!important;font-weight:700!important}.client-layout.client-mobile-nav-active .client-brand-meta{color:#31524f!important;background:#eef7f5!important;border:1px solid #cfe4df!important;border-radius:7px!important;gap:4px!important;width:fit-content!important;min-height:18px!important;margin-top:3px!important;padding:2px 7px 2px 5px!important;font-size:9.5px!important;font-weight:700!important;line-height:1!important}.client-layout.client-mobile-nav-active .client-brand-dot{width:7px!important;height:7px!important}.client-layout.client-mobile-nav-active .client-footer-stack{background:0 0!important;border-top:1px solid #d7e2ec!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;margin:10px 0 0!important;padding:10px 0 0!important;display:grid!important}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot{background:#fff!important;border:1px solid #d6e1ec!important;border-radius:11px!important;grid-template-columns:34px minmax(0,1fr) minmax(0,1fr)!important;align-items:center!important;gap:4px!important;width:100%!important;height:46px!important;min-height:46px!important;padding:5px!important;display:grid!important;box-shadow:0 1px 2px #0f172a0a!important}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot .lang-toggle__icon{color:#64748b!important;justify-self:center!important;width:24px!important;height:24px!important;margin:0!important;display:inline-flex!important}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot button{letter-spacing:.45px!important;color:#64748b!important;border-radius:9px!important;width:100%!important;min-width:0!important;height:34px!important;padding:0!important;font-size:12px!important;font-weight:700!important}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot button.is-active,.client-layout.client-mobile-nav-active .lang-toggle--clientfoot button.is-active:hover{color:#0f3439!important;background:#dff4ef!important;box-shadow:0 8px 16px #0d94881f!important}.client-layout.client-mobile-nav-active .client-footer-theme{color:#334155!important;background:#fff!important;border:1px solid #d6e1ec!important;border-radius:11px!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:44px!important;padding:0 12px!important;font-size:13px!important;font-weight:700!important;display:inline-flex!important;box-shadow:0 1px 2px #0f172a0a!important}.client-layout.client-mobile-nav-active .client-footer-theme svg{flex:0 0 18px!important;width:18px!important;height:18px!important}.client-layout.client-mobile-nav-active .client-footer-theme span{opacity:1!important;text-overflow:ellipsis!important;white-space:nowrap!important;display:inline!important;overflow:hidden!important}.client-layout.client-mobile-nav-active .client-vessel-panel-user{background:#fff!important;border:1px solid #d6e1ec!important;border-radius:11px!important;grid-template-columns:42px minmax(0,1fr) 36px!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:58px!important;padding:8px 9px!important;display:grid!important;box-shadow:0 1px 2px #0f172a0a!important}.client-layout.client-mobile-nav-active .client-vessel-panel-user .client-rail-avatar{color:#0284c7!important;background:#eef7f5!important;border:1px solid #cfe4df!important;border-radius:10px!important;width:40px!important;min-width:40px!important;height:40px!important;font-size:11px!important;font-weight:700!important;line-height:1!important}.client-layout.client-mobile-nav-active .client-footer-user-meta{width:100%!important;min-width:0!important;display:block!important}.client-layout.client-mobile-nav-active .client-footer-user-text{width:100%!important;min-width:0!important}.client-layout.client-mobile-nav-active .client-footer-user-text strong{color:#0f172a!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;font-size:12.5px!important;font-weight:700!important;line-height:1.1!important;display:block!important;overflow:hidden!important}.client-layout.client-mobile-nav-active .client-footer-user-text span{color:#64748b!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;margin-top:3px!important;font-size:10px!important;line-height:1.1!important;display:block!important;overflow:hidden!important}.client-layout.client-mobile-nav-active .client-footer-logout{color:#334155!important;opacity:1!important;background:#f8fafc!important;border:1px solid #d6e1ec!important;border-radius:9px!important;justify-content:center!important;justify-self:end!important;align-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0!important;display:inline-flex!important}.mobile-topbar,.client-mobile-topbar{background:#f8fafcf5!important;border-bottom:1px solid #d6e1ec!important;align-items:center!important;min-height:64px!important;padding:10px 14px!important;box-shadow:0 8px 24px #0f172a14!important}.mobile-menu-button{color:#475569!important;min-height:42px!important;box-shadow:none!important;background:#94a3b81a!important;border:1px solid #94a3b857!important;border-radius:12px!important;gap:8px!important;padding:8px 12px!important;font-size:13px!important;font-weight:650!important;line-height:1!important}.mobile-menu-button svg{flex:none!important;width:17px!important;height:17px!important}.mobile-topbar-brand{color:#0f172a!important;gap:8px!important;font-size:16px!important;font-weight:700!important}.mobile-topbar-brand svg{color:#0284c7!important}.mobile-nav-backdrop,.client-mobile-nav-backdrop{background:#0f172a8c!important;top:64px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar,.client-layout.client-mobile-nav-active .client-sidebar{scrollbar-width:thin;scrollbar-color:#94a3b8 transparent;background:#f8fafc!important;border:1px solid #d6e1ec!important;border-radius:14px!important;width:min(360px,100vw - 20px)!important;max-width:calc(100vw - 20px)!important;height:auto!important;min-height:0!important;padding:12px!important;top:76px!important;left:8px!important;overflow:hidden auto!important;box-shadow:0 18px 42px #0f172a38!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar{max-height:calc(100dvh - 88px)!important;bottom:12px!important}.client-layout.client-mobile-nav-active .client-sidebar{bottom:calc(86px + env(safe-area-inset-bottom,0px))!important;max-height:calc(100dvh - 76px - 86px - env(safe-area-inset-bottom,0px))!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar::-webkit-scrollbar{width:6px}.client-layout.client-mobile-nav-active .client-sidebar::-webkit-scrollbar{width:6px}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}.client-layout.client-mobile-nav-active .client-sidebar::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar:before,.client-layout.client-mobile-nav-active .client-sidebar:before{display:none!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-brand,.client-layout.client-mobile-nav-active .client-vessel-panel-head{background:#fff!important;border:1px solid #d6e1ec!important;border-radius:10px!important;min-height:62px!important;margin:0 0 12px!important;padding:10px!important;box-shadow:0 1px 2px #0f172a0a!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-brand-icon,.client-layout.client-mobile-nav-active .client-vessel-panel-head .client-rail-logo{color:#fff!important;background:#0d3439!important;border-radius:9px!important;flex:0 0 38px!important;width:38px!important;height:38px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-brand-name,.client-layout.client-mobile-nav-active .client-brand-name{color:#0f172a!important;font-size:16px!important;line-height:1.1!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-brand-sub,.client-layout.client-mobile-nav-active .client-brand-sub{color:#64748b!important;font-size:9.5px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar nav,.client-layout.client-mobile-nav-active .client-panel-nav,.client-layout.client-mobile-nav-active .client-panel-section{gap:6px!important;display:grid!important;overflow:visible!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-section-title,.client-layout.client-mobile-nav-active .client-panel-section-title,.client-layout.client-mobile-nav-active .cvg__head{color:#64748b!important;letter-spacing:.8px!important;padding:0 4px 5px!important;font-size:10px!important;font-weight:700!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar nav a,.client-layout.client-mobile-nav-active .client-panel-nav a,.client-layout.client-mobile-nav-active .client-panel-section a,.client-layout.client-mobile-nav-active .client-admin-return{color:#334155!important;background:0 0!important;border:1px solid #0000!important;border-radius:10px!important;gap:10px!important;min-height:42px!important;padding:0 10px!important;font-size:13px!important;font-weight:760!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar nav a.active,.client-layout.client-mobile-nav-active .client-panel-nav a.active,.client-layout.client-mobile-nav-active .client-panel-section a.active{color:#082f49!important;background:#eaf5f3!important;border-color:#c4dcd8!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar nav a.active:before,.client-layout.client-mobile-nav-active .client-panel-nav a.active:before,.client-layout.client-mobile-nav-active .client-panel-section a.active:before{background:#0ea5e9!important;border-radius:0 4px 4px 0!important;width:3px!important;top:10px!important;bottom:10px!important;left:-1px!important}.client-layout.client-mobile-nav-active .client-vessel-panel{width:100%!important;height:auto!important;min-height:0!important;padding:0!important;overflow:visible!important}.client-layout.client-mobile-nav-active .client-sidebar-vessels{background:0 0!important;border:0!important;flex:none!important;width:100%!important;height:auto!important;min-height:0!important;margin:12px 0 14px!important;padding:0!important;overflow:visible!important}.client-layout.client-mobile-nav-active .client-vessel-search input{color:#0f172a!important;background:#fff!important;border-color:#d6e1ec!important;min-height:38px!important}.client-layout.client-mobile-nav-active .cvg-scroll{flex:none!important;height:auto!important;max-height:none!important;overflow:visible!important}.client-layout.client-mobile-nav-active .cvg__list{gap:8px!important}.client-layout.client-mobile-nav-active .cvr{background:#fff!important;border:1px solid #d6e1ec!important;border-radius:8px!important;min-height:56px!important;padding:8px!important;box-shadow:0 1px 2px #0f172a0a!important}.client-layout.client-mobile-nav-active .cvr--sel{background:#fff!important;border-color:#e2e8f0!important}.client-layout.client-mobile-nav-active .cvr__name{color:#0f172a!important;font-size:12px!important;line-height:1.1!important}.client-layout.client-mobile-nav-active .cvr__statusline,.client-layout.client-mobile-nav-active .cvr__pct,.client-layout.client-mobile-nav-active .cvr__date{font-size:10px!important}.client-layout.client-mobile-nav-active .client-footer-stack{background:0 0!important;border-top:1px solid #d6e1ec!important;gap:8px!important;width:100%!important;margin:12px 0 0!important;padding:12px 0 0!important;display:grid!important;position:static!important}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot,.client-layout.client-mobile-nav-active .client-footer-theme,.client-layout.client-mobile-nav-active .client-vessel-panel-user,.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-user-card{background:#fff!important;border:1px solid #d6e1ec!important;border-radius:10px!important;box-shadow:0 1px 2px #0f172a0a!important}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot{height:42px!important;min-height:42px!important;padding:4px!important}.client-layout.client-mobile-nav-active .lang-toggle--clientfoot button{border-radius:8px!important;height:32px!important;font-size:11px!important}.client-layout.client-mobile-nav-active .client-footer-theme{color:#334155!important;min-height:42px!important;padding:0 12px!important;font-size:12px!important;font-weight:650!important}.client-layout.client-mobile-nav-active .client-vessel-panel-user{color:#0f172a!important;grid-template-columns:38px minmax(0,1fr) 34px!important;min-height:54px!important;padding:8px!important}.client-layout.client-mobile-nav-active .client-vessel-panel-user .client-rail-avatar,.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-avatar{border-radius:9px!important;width:38px!important;min-width:38px!important;height:38px!important;font-size:11px!important;font-weight:700!important}.client-layout.client-mobile-nav-active .client-vessel-panel-user strong,.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-user-name{color:#0f172a!important;font-size:12px!important}.client-layout.client-mobile-nav-active .client-vessel-panel-user span,.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-user-role{color:#64748b!important;font-size:10px!important}.client-bottomnav{left:10px!important;right:10px!important;bottom:max(10px, env(safe-area-inset-bottom,0px))!important;z-index:1160!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#fffffff0!important;border:1px solid #cbd5e1e6!important;border-radius:18px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important;width:auto!important;height:62px!important;padding:7px!important;display:grid!important;position:fixed!important;box-shadow:0 16px 34px #0f172a24,inset 0 1px #ffffffd1!important}.client-bottomnav a,.client-bottomnav button{color:#64748b!important;letter-spacing:0!important;background:0 0!important;border-radius:12px!important;gap:3px!important;min-height:46px!important;padding:5px 3px!important;font-size:9px!important;font-weight:700!important}.client-bottomnav a.active{color:#0f3439!important;background:linear-gradient(#dff4ef,#eef7f5)!important;box-shadow:inset 0 0 0 1px #0d94882e!important}.client-bottomnav svg{width:18px!important;height:18px!important}.client-main{padding-bottom:calc(104px + env(safe-area-inset-bottom,0px))!important}.client-sidebar .client-nav-tabdupe,.client-mobile-nav-active .opchat-fab,.client-mobile-nav-active .demo-wa-fab,.client-mobile-nav-active .chat-notif-pop,.client-mobile-nav-active .opchat-pop,.client-mobile-nav-active .demo-wa-pop,:is(body:has(.client-mobile-nav-active) .opchat-fab,body:has(.client-mobile-nav-active) .demo-wa-fab,body:has(.client-mobile-nav-active) .chat-notif-pop,body:has(.client-mobile-nav-active) .opchat-pop,body:has(.client-mobile-nav-active) .demo-wa-pop){display:none!important}.client-layout.client-mobile-nav-active .client-vessel-panel-head{margin-bottom:8px!important}.client-layout.client-mobile-nav-active .client-panel-nav{gap:4px!important;margin:0 0 4px!important}.client-layout.client-mobile-nav-active .client-admin-return{min-height:38px!important;margin:0 0 8px!important}.client-layout.client-mobile-nav-active .client-panel-nav a,.client-layout.client-mobile-nav-active .client-panel-section a,.client-layout.client-mobile-nav-active .client-admin-return{min-height:38px!important;padding:0 10px!important}.client-layout.client-mobile-nav-active .client-sidebar-vessels{margin:0 0 12px!important}.client-layout.client-mobile-nav-active .client-vessel-search{margin:0 0 8px!important}.client-layout.client-mobile-nav-active .client-vessel-search input{min-height:36px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-section{margin:0 0 8px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-section+.sidebar-section{margin-top:2px!important;padding-top:0!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-section-title{margin-bottom:4px!important;padding:0 4px 3px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar nav{gap:0!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar nav a{min-height:38px!important;margin-bottom:2px!important;padding:0 10px!important;font-size:12.5px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-user-card{margin-top:10px!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head{margin-bottom:6px!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-nav{gap:2px!important;margin:0!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-admin-return{min-height:34px!important;padding:0 8px!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-admin-return{margin:0 0 6px!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels{margin:0 0 10px!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-search{margin:0 0 7px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar nav a{min-height:34px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar .sidebar-section{margin-bottom:6px!important}.mobile-topbar,.client-mobile-topbar{z-index:1200!important;background:#f8fafcf5!important;border-bottom:1px solid #cbd5e1db!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:58px!important;padding:8px 12px!important;display:flex!important;position:sticky!important;top:0!important;box-shadow:0 10px 26px #0f172a14!important}.mobile-menu-button{color:#475569!important;letter-spacing:0!important;height:38px!important;min-height:38px!important;box-shadow:none!important;filter:none!important;background:#94a3b81a!important;border:1px solid #94a3b857!important;border-radius:11px!important;justify-content:center!important;align-items:center!important;gap:7px!important;padding:0 12px!important;font-size:12.5px!important;font-weight:650!important;line-height:1!important;display:inline-flex!important;position:relative!important;transform:none!important}.mobile-menu-button:hover,.mobile-menu-button:active{filter:none!important;box-shadow:none!important;background:#94a3b82e!important;transform:none!important}.mobile-menu-button svg{stroke-width:2.6px!important;flex:0 0 16px!important;width:16px!important;height:16px!important}.mobile-menu-button span{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:88px!important;display:inline-block!important;overflow:hidden!important}.mobile-topbar-brand{color:#0f172a!important;letter-spacing:-.1px!important;background:0 0!important;border:1px solid #0000!important;border-radius:11px!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;min-width:0!important;max-width:52vw!important;height:38px!important;padding:0 10px!important;font-size:15px!important;font-weight:650!important;line-height:1!important;display:inline-flex!important}.mobile-topbar-brand svg{color:#0284c7!important;stroke-width:2.4px!important;flex:0 0 18px!important;width:18px!important;height:18px!important}.mobile-topbar-brand span{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;display:block!important;overflow:hidden!important}.mobile-nav-backdrop,.client-mobile-nav-backdrop{top:58px!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .admin-sidebar,.client-layout.client-mobile-nav-active .client-sidebar{max-height:calc(100dvh - 82px)!important;top:70px!important}.client-layout.client-mobile-nav-active .client-sidebar{max-height:calc(100dvh - 70px - 86px - env(safe-area-inset-bottom,0px))!important}}.dash-page{--dash-ink:var(--text);--dash-muted:var(--muted);--dash-line:color-mix(in srgb, var(--border) 60%, transparent);--dash-fill:var(--surface-card);--dash-fill-2:var(--surface-card-alt);--dash-table-row:color-mix(in srgb, var(--panel-2) 10%, transparent);gap:16px;width:100%;margin:0;display:grid}.main:has(.dash-page){padding:22px 24px 28px}[data-theme=light] .dash-page{--dash-ink:#0f172a;--dash-muted:#64748b;--dash-line:#94a3b833;--dash-fill:#fff;--dash-fill-2:#f8fafc;--dash-table-row:#f8fafc}.dash-page .dash-ops-header{border:0;border-bottom:1px solid var(--dash-line);box-shadow:none;background:0 0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin:0;padding:0 4px 12px;display:grid;position:relative}.dash-page .dash-ops-title{gap:4px;min-width:0;display:grid}.dash-page .dash-ops-title h2{color:var(--dash-ink);letter-spacing:-.3px;margin:0;font-size:clamp(21px,1.7vw,27px);font-weight:700;line-height:1.15}.dash-page .dash-page-sub{color:var(--dash-muted);margin:0;font-size:13px;font-weight:500;line-height:1.45}.dash-page .dash-ops-actions{justify-content:flex-end}.dash-page .dash-ops-actions button,.dash-page .dash-toolbar-btn,.dash-page .dash-action-btn{letter-spacing:0;min-height:36px;box-shadow:none;border-radius:8px;font-weight:600;transform:none}.dash-page .dash-ops-actions button:hover,.dash-page .dash-toolbar-btn:hover,.dash-page .dash-action-btn:hover{box-shadow:none;transform:none}.dash-page .dash-statrow{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;margin:0;display:grid}.dash-page .dash-statbar{border:1px solid var(--dash-line);background:var(--dash-fill);width:100%;box-shadow:none;border-radius:12px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.dash-page .dash-stat{min-height:54px;color:var(--dash-ink);border:0;border-right:1px solid var(--dash-line);background:0 0;justify-content:flex-start;align-items:center;gap:10px;padding:10px 16px;position:relative}.dash-page .dash-stat:last-child{border-right:0}.dash-page .dash-stat:after{content:"";background:0 0;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:14px;right:14px}.dash-page .dash-stat:hover,.dash-page .dash-stat:focus-visible{background:color-mix(in srgb, var(--accent) 6%, transparent);box-shadow:none;transform:none}.dash-page .dash-stat.is-on{background:color-mix(in srgb, var(--accent) 9%, transparent)}.dash-page .dash-stat.is-on:after{background:var(--accent)}.dash-page .dash-stat__value{min-width:34px;color:var(--dash-ink);font-size:24px;font-weight:700;line-height:1}.dash-page .dash-stat__label{color:var(--dash-muted);letter-spacing:0;font-size:12.5px;font-weight:500}.dash-page .dash-stat--warn .dash-stat__value{color:#d97706}.dash-page .dash-attnchip{min-width:250px;display:flex}.dash-page .dash-attnchip__btn{background:color-mix(in srgb, #f59e0b 5%, var(--dash-fill));width:100%;min-height:54px;color:var(--dash-ink);box-shadow:none;border-color:#f59e0b33;border-radius:12px;justify-content:flex-start;gap:9px;padding:10px 14px}.dash-page .dash-attnchip__btn:hover{background:color-mix(in srgb, #f59e0b 8%, var(--dash-fill));border-color:#f59e0b66}.dash-page .dash-attnchip__count,.dash-page .dash-attention__chev{color:var(--dash-muted)}.dash-page .dash-attnchip__pop,.dash-page .dash-exportmenu__pop{border-color:var(--dash-line);background:var(--dash-fill);border-radius:8px;box-shadow:0 18px 44px #0f172a38}.dash-page .dash-live-panel{background:0 0;border:0;border-radius:0;margin:0;padding:0}.dash-page .dash-section-label{color:var(--dash-muted);text-transform:none;letter-spacing:0;border-bottom:0;margin:0 0 10px;padding-bottom:0;font-size:12px;font-weight:600}.dash-page .dash-opcards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;margin:0}.dash-page .dash-opcard{text-align:left;border:1px solid var(--dash-line);background:var(--dash-fill);border-radius:10px;justify-content:flex-start;align-items:stretch;gap:6px;min-height:0;padding:11px 13px;transition:all .2s;box-shadow:0 2px 6px #00000005}.dash-page .dash-opcard:hover{border-color:color-mix(in srgb, var(--accent) 40%, var(--dash-line));transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.dash-page .dash-opcard:before{opacity:1;border-radius:10px 0 0 10px;width:3px}.dash-page .dash-opcard__name{min-width:0;color:var(--dash-ink);letter-spacing:-.2px;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.dash-page .dash-opcard__meta{color:var(--dash-muted);gap:3px 10px;font-size:11px;line-height:1.4}.dash-page .dash-opcard__meta strong,.dash-page .dash-opcard__foot{color:var(--dash-muted)}.dash-page .dash-board-card{border-color:var(--dash-line);background:var(--dash-fill);box-shadow:none;border-radius:12px;margin:0;padding:0;overflow:visible}.dash-page .dash-listhead{border-bottom:1px solid color-mix(in srgb, var(--dash-line) 50%, transparent);background:0 0;border-radius:12px 12px 0 0;grid-template-columns:minmax(220px,1fr) auto auto auto;align-items:center;gap:10px;margin:0;padding:16px 20px;display:grid}.dash-page .dash-listhead input[type=search]{border-color:var(--dash-line);background:var(--dash-fill-2);min-height:38px;color:var(--dash-ink);border-radius:7px;font-weight:650;max-width:none!important}.dash-page .dash-viewtoggle{border-color:var(--dash-line);background:var(--dash-fill-2);border-radius:7px;height:38px}.dash-page .dash-viewtoggle button{min-height:36px;color:var(--dash-muted);letter-spacing:0;padding:0 13px;font-size:13px;font-weight:600}.dash-page .dash-viewtoggle button.is-on{background:var(--dash-ink);color:var(--bg)}[data-theme=light] .dash-page .dash-viewtoggle button.is-on{color:#fff;background:#0f172a}.dash-page .dash-listhead__meta{gap:8px;margin-left:0}.dash-page .dash-listhead__meta .muted{border:1px solid var(--dash-line);background:var(--dash-fill-2);min-height:28px;color:var(--dash-muted);white-space:nowrap;border-radius:7px;align-items:center;padding:0 8px;display:inline-flex}.dash-page .dash-table{min-width:920px;font-size:13.5px}.dash-page .dash-table th{border-bottom:1px solid color-mix(in srgb, var(--dash-line) 50%, transparent);color:var(--dash-muted);text-transform:uppercase;letter-spacing:.5px;background:0 0;padding:14px 20px;font-size:11px;font-weight:700}.dash-page .dash-table td{border-bottom:1px solid color-mix(in srgb, var(--dash-line) 20%, transparent);color:var(--dash-ink);padding:16px 20px;line-height:1.5}.dash-page .dash-table input[type=checkbox]{accent-color:var(--accent);cursor:pointer;width:16px;height:16px}.dash-page .dash-table tbody tr:hover td{background:color-mix(in srgb, var(--accent) 3%, transparent)}.dash-page .dash-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.dash-page .dash-action-btn{white-space:nowrap;min-height:32px;color:var(--dash-muted);border:1px solid #0000;border-radius:8px;padding:0 10px;font-size:12.5px;transition:all .2s}.dash-page .dash-action-btn:hover{background:color-mix(in srgb, var(--dash-ink) 5%, transparent);color:var(--dash-ink)}.dash-page .dash-empty-state{color:var(--dash-muted);padding:48px 16px}.dash-page .dash-skeleton-row{padding:12px}@media (width<=1024px){.dash-page .dash-ops-header,.dash-page .dash-statrow,.dash-page .dash-listhead{grid-template-columns:1fr}.dash-page .dash-ops-actions{justify-content:flex-start}.dash-page .dash-attnchip{width:100%;min-width:0}.dash-page .dash-listhead__meta{justify-content:space-between;width:100%}}@media (width<=768px){.main:has(.dash-page){padding:12px 10px 18px!important}.dash-page{gap:10px;width:100%}.dash-page .dash-ops-header{padding:2px 0 13px}.dash-page .dash-ops-title h2{font-size:23px}.dash-page .dash-page-sub{font-size:12px}.dash-page .dash-ops-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:8px!important;display:grid!important}.dash-page .dash-ops-actions .badge,.dash-page .dash-ops-actions button{width:100%;min-width:0}.dash-page .dash-statbar{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-page .dash-stat{border-right:1px solid var(--dash-line);border-bottom:0;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-height:64px;padding:10px 10px 9px}.dash-page .dash-stat:last-child{border-right:0}.dash-page .dash-stat__value{min-width:0;font-size:25px}.dash-page .dash-stat__label{letter-spacing:.32px;font-size:10px;line-height:1.16}.dash-page .dash-attnchip__btn{flex-wrap:wrap;min-height:48px}.dash-page .dash-attnchip__pop{width:min(100%,100vw - 24px);left:0;right:0}.dash-page .dash-live-panel{padding:10px}.dash-page .dash-opcards{grid-template-columns:1fr}.dash-page .dash-opcard{gap:8px;min-height:0;padding:12px 12px 11px 15px}.dash-page .dash-opcard__head{justify-content:space-between;align-items:center}.dash-page .dash-opcard__name{font-size:14px}.dash-page .dash-opcard__meta,.dash-page .dash-opcard .muted,.dash-page .dash-opcard__foot{font-size:11px!important}.dash-page .dash-listhead{padding:10px;position:static}.dash-page .dash-viewtoggle,.dash-page .dash-listhead__meta,.dash-page .dash-exportmenu,.dash-page .dash-toolbar-btn{width:100%}.dash-page .dash-viewtoggle button{flex:1 1 0}.dash-page .dash-listhead__meta{grid-template-columns:1fr;display:grid}.dash-page .dash-listhead__meta .muted{justify-content:center}.dash-page .dash-exportmenu__pop{width:100%;left:0;right:0}.dash-page .dash-board-card{overflow:hidden}.dash-page .dash-table{min-width:0;padding:0 10px 10px}.dash-page .dash-table tbody{gap:10px;padding:10px}.dash-page .dash-table tr{border-color:var(--dash-line);background:var(--dash-fill-2);box-shadow:none;border-radius:8px}.dash-page .dash-table td{border:0;padding:0}.dash-page .dash-table td:before{color:var(--dash-muted)}.dash-page .dash-table td>div,.dash-page .dash-table td>strong,.dash-page .dash-table td>span{min-width:0}.dash-page .dash-actions{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.dash-page .dash-action-btn{width:100%;min-width:0;padding:0 8px}.dash-page .dash-action-btn span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media (width<=480px){.dash-page .dash-ops-actions,.dash-page .dash-actions{grid-template-columns:1fr}.dash-page .dash-listhead input[type=search]{min-width:0!important}}[data-theme=light] .client-layout{background-color:#f8fafc!important}[data-theme=light] .client-plain-hero-card,[data-theme=light] .client-plain-detail-card,[data-theme=light] .cdash-card,[data-theme=light] .cdash-tank-card,[data-theme=light] .cdash-stoppage-card,[data-theme=light] .cdash-shift-card,[data-theme=light] .cdash-ops-header,[data-theme=light] .cdash-listhead,[data-theme=light] .client-plain-feed{background-color:#fff!important;border-color:#0f172a0a!important;border-radius:16px!important;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 20px #0f172a0a,0 1px 3px #0f172a05!important}[data-theme=light] .client-plain-hero-card:hover,[data-theme=light] .client-plain-detail-card:hover,[data-theme=light] .cdash-card:hover,[data-theme=light] .cdash-tank-card:hover,[data-theme=light] .cdash-shift-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0f172a12,0 4px 6px #0f172a0a!important}[data-theme=light] .client-plain-hero-card .a{color:#0f172a!important;letter-spacing:-.03em!important}[data-theme=light] .client-plain-hero-card .q,[data-theme=light] .client-plain-detail-card .t{color:#64748b!important;letter-spacing:1px!important}[data-theme=light] .client-plain-hero-card .sub{color:#64748b!important}[data-theme=light] .client-plain-bar{background-color:#f1f5f9!important;border-radius:9999px!important;box-shadow:inset 0 1px 2px #0f172a05!important}[data-theme=light] .client-plain-bar>i{box-shadow:none!important;background:#2563eb!important;border-radius:9999px!important}[data-theme=light] [style*="borderRadius: 5"]{border-radius:9999px!important}[data-theme=light] .client-plain-chip{color:#334155!important;background-color:#f8fafc!important;border-color:#e2e8f0!important;border-radius:9999px!important;padding:6px 14px!important}[data-theme=light] .client-plain-stopbanner{color:#991b1b!important;background-color:#fef2f2!important;border-color:#fecaca!important;border-radius:16px!important}[data-theme=light] .cdash-share-actions button{box-shadow:none!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:4px!important;transform:none!important}[data-theme=light] .cdash-share-actions button:hover{box-shadow:none!important;background:#f8fafc!important;border-color:#94a3b8!important;transform:none!important}[data-theme=light] .cdash-parcel-panel{border-color:#0f172a0a!important;border-radius:12px!important}.client-layout .client-sidebar{max-height:100vh!important;position:sticky!important;top:0!important}html:not([data-theme=light]) .client-layout .client-sidebar{background:#0f172a!important;border-right-color:#ffffff0d!important;box-shadow:14px 0 34px #0006!important}html:not([data-theme=light]) .client-sidebar .cvr{background:#1e293b66!important;border-color:#38bdf826!important}html:not([data-theme=light]) .client-sidebar .cvr:hover{background:#1e293bb3!important;border-color:#38bdf866!important}html:not([data-theme=light]) .client-sidebar .cvr--sel{background:#3b82f626!important;border-color:#3b82f666!important}html:not([data-theme=light]) .client-sidebar .cvr__bar-fill{box-shadow:none!important;background:#3b82f6!important;border-radius:9999px!important}html:not([data-theme=light]) .client-sidebar .cvr--sel .cvr__bar-fill{box-shadow:none!important;background:#f59e0b!important}html:not([data-theme=light]) .client-sidebar .cvr__bar-wrap{background:#0f172a99!important;border-radius:9999px!important}html:not([data-theme=light]) .client-sidebar .client-panel-section a:hover,html:not([data-theme=light]) .client-sidebar .client-admin-return:hover{color:#e0f2fe!important;background:#38bdf81a!important;border-color:#0000!important}html:not([data-theme=light]) .client-sidebar .client-panel-section a.active{color:#38bdf8!important;background:#0ea5e926!important;border-color:#0ea5e966!important;box-shadow:0 0 15px #0ea5e91a!important}html:not([data-theme=light]) .client-sidebar .client-panel-section a.active svg{color:#38bdf8!important}html:not([data-theme=light]) .client-sidebar .client-panel-section a.active:before{background:#38bdf8!important}html:not([data-theme=light]) .client-sidebar .lang-toggle--clientfoot{background:#0f172a80!important;border-color:#ffffff0d!important}html:not([data-theme=light]) .client-sidebar .lang-toggle--clientfoot button{color:#94a3b8!important}html:not([data-theme=light]) .client-sidebar .lang-toggle--clientfoot button.is-active{color:#fff!important;background:#0ea5e9!important;border-radius:6px!important;box-shadow:0 0 12px #0ea5e966!important}html:not([data-theme=light]) .client-sidebar .client-footer-theme{color:#e2e8f0!important;background:#1e293b66!important;border-color:#ffffff0d!important}html:not([data-theme=light]) .client-sidebar .client-footer-theme:hover{color:#38bdf8!important;background:#38bdf81a!important}html:not([data-theme=light]) .client-sidebar .client-footer-user{background:#0f172a99!important;border-color:#38bdf826!important}html:not([data-theme=light]) .client-sidebar .client-admin-return{color:#94a3b8!important;background:#ffffff05!important;border-color:#ffffff0d!important}html:not([data-theme=light]) .client-sidebar .client-brand,html:not([data-theme=light]) .client-sidebar .client-rail-logo{box-shadow:none!important;background:0 0!important;border-color:#0000!important}html:not([data-theme=light]) .client-sidebar .client-brand-name{color:#f8fafc!important}html:not([data-theme=light]) .client-sidebar .client-brand-sub{color:#64748b!important}html:not([data-theme=light]) .client-sidebar .client-brand-meta{color:#e2e8f0!important;background:#ffffff0d!important;border-color:#ffffff14!important}html:not([data-theme=light]) .client-sidebar .client-brand-dot{background:#10b981!important}html:not([data-theme=light]) .client-sidebar .client-panel-section-title{color:#475569!important}[data-theme=light] .cdash-topbar-icon:hover,[data-theme=light] .cdash-topbar-report:hover{background:#f1f5f9!important;border-color:#0000!important}html:not([data-theme=light]) .cvr__name{color:#f1f5f9!important;letter-spacing:-.01em!important;font-weight:600!important}html:not([data-theme=light]) .cvr--sel .cvr__name{color:#fff!important;letter-spacing:-.015em!important;font-weight:700!important}html:not([data-theme=light]) .cvr__statusline{color:#94a3b8!important}html:not([data-theme=light]) .cvr__badge--live,html:not([data-theme=light]) .cvr__badge--stop,html:not([data-theme=light]) .cvr__badge--done{letter-spacing:.02em;color:#cbd5e1!important;background:#ffffff08!important;border:1px solid #ffffff1a!important;font-weight:600!important}[data-theme=light] .client-sidebar .client-panel-nav a.active,[data-theme=light] .client-sidebar .client-panel-section a.active,[data-theme=light] .admin-sidebar nav a.active{box-shadow:none!important;background:#00000008!important;border-color:#0000!important}.lang-toggle{background:0 0!important;border-color:#94a3b833!important;padding:2px!important}[data-theme=light] .lang-toggle{background:0 0!important;border-color:#cbd5e1!important}.lang-toggle button{min-width:32px!important;height:24px!important;padding:0 8px!important;font-size:10px!important}[data-theme=light] .lang-toggle button.is-active,[data-theme=light] .lang-toggle button.is-active:hover{color:#fff!important;background:#0f172a!important}html:not([data-theme=light]) .lang-toggle button.is-active,html:not([data-theme=light]) .lang-toggle button.is-active:hover{color:#0f172a!important;background:#f8fafc!important}.client-sidebar .client-footer-theme{justify-content:center!important}.cdash-topbar-report{height:26px!important;box-shadow:none!important;background:0 0!important;border:1px solid #94a3b84d!important;border-radius:6px!important;gap:6px!important;padding:0 10px!important;font-size:11px!important;font-weight:700!important}.cdash-topbar-report svg{width:14px!important;height:14px!important}[data-theme=light] .cdash-topbar-report{color:#475569!important;border-color:#cbd5e1!important}[data-theme=light] .cdash-topbar-report:hover{color:#0f172a!important;background:#f1f5f9!important}html:not([data-theme=light]) .cdash-topbar-report{color:#cbd5e1!important;border-color:#ffffff26!important}html:not([data-theme=light]) .cdash-topbar-report:hover{color:#fff!important;background:#ffffff0d!important}.daily-timeline-track{border-radius:10px!important;height:20px!important;box-shadow:inset 0 1px 3px #0000001a!important}.daily-timeline-slot{border:none!important;border-radius:8px!important;height:14px!important;top:3px!important;box-shadow:0 1px 2px #0000001a!important}.daily-timeline-track>div[style*=font-size]{color:#94a3b8!important;font-size:10px!important;font-weight:600!important;top:24px!important}.daily-timeline-legend>div:first-child{display:none!important}.daily-timeline-legend-inline{flex:520px;max-width:100%}.daily-timeline-legend-inline>span,.daily-timeline-legend-inline>button{flex:none}.daily-timeline-legend>div>div{background:0 0!important;border-color:#0000!important;padding:2px 6px!important;font-weight:600!important}[data-theme=light] .daily-timeline-legend>div>div{color:#475569!important}html:not([data-theme=light]) .daily-timeline-legend>div>div{color:#94a3b8!important}.daily-timeline-nav>div>div[style*=border]{box-shadow:none!important;background:0 0!important;border:1px solid #94a3b84d!important}.daily-timeline-nav button{background:0 0!important;border-color:#94a3b833!important}[data-theme=light] .daily-timeline-nav button{color:#475569!important}html:not([data-theme=light]) .daily-timeline-nav button{color:#94a3b8!important}.daily-timeline-track{border-radius:2px!important;height:24px!important;overflow:hidden!important;box-shadow:inset 0 1px 2px #0000000d!important}[data-theme=light] .daily-timeline-track{background:#f8fafc!important;border:1px solid #cbd5e1!important}html:not([data-theme=light]) .daily-timeline-track{background:#0f172a66!important;border:1px solid #ffffff1a!important}.daily-timeline-slot{height:100%!important;box-shadow:none!important;border:none!important;border-right:1px solid #fff3!important;border-radius:0!important;top:0!important;bottom:0!important}.daily-timeline-track>div[style*=font-size]{top:28px!important}[data-theme=light] .cdash-weather-status.is-ok{color:#047857!important;background:#ecfdf5!important;border:1px solid #a7f3d0!important}[data-theme=light] .cdash-weather-status.is-warn{color:#b45309!important;background:#fffbeb!important;border:1px solid #fde68a!important}[data-theme=light] .cdash-weather-status.is-blocked{color:#b91c1c!important;background:#fef2f2!important;border:1px solid #fecaca!important}html:not([data-theme=light]) .cdash-weather-status.is-ok{color:#34d399!important;background:#10b9811f!important;border:1px solid #10b98157!important}html:not([data-theme=light]) .cdash-weather-status.is-warn{color:#fbbf24!important;background:#f59e0b1f!important;border:1px solid #f59e0b57!important}html:not([data-theme=light]) .cdash-weather-status.is-blocked{color:#f87171!important;background:#ef44441f!important;border:1px solid #ef44445c!important}[data-theme=light] .admin-sidebar nav a.active{color:#0284c7!important;box-shadow:none!important;background:#f0f9ff!important;border:1px solid #e0f2fe!important}[data-theme=light] .admin-sidebar:not(:hover):not(:focus-within) nav a.active{background:#e0f2fe!important}[data-theme=light] .admin-sidebar nav a.active svg{color:#0ea5e9!important}[data-theme=light] .admin-sidebar nav a.active:before{background:#0ea5e9!important}.login-powered-text{color:#94a3b8;letter-spacing:1.5px;text-transform:uppercase;font-size:11px;font-weight:650}[data-theme=light] .login-powered-text{color:#475569}.opc-logo-filter{filter:drop-shadow(0 4px 12px #0000004d);transition:all .2s}[data-theme=light] .opc-logo-filter{filter:brightness(.9)saturate(1.2)drop-shadow(0 6px 16px #47556926)}img[src="/logo2.png"].opc-logo-filter{filter:drop-shadow(0 8px 18px #b47b1733);border-radius:50%;object-fit:contain!important;width:150px!important;height:150px!important}[data-theme=light] img[src="/logo2.png"].opc-logo-filter{filter:drop-shadow(0 8px 18px #b47b1733)}[data-theme=light] body,[data-theme=light] .client-layout,[data-theme=light] .main,[data-theme=light] .client-main{--accent:#2563eb!important;--accent-soft:#2563eb1a!important;background:#f6f8fb!important}html:not([data-theme=light]) .client-layout,html:not([data-theme=light]) .client-main{--accent:#3b82f6!important;--accent-soft:#3b82f626!important;background:#0f172a!important}.cdash-page .cdash-cargo-plan-gridbg{display:none!important}[data-theme=light] .cvr--sel{background:#fff!important;border-color:#cbd5e1!important}[data-theme=light] .cvr--sel .cvr__name{color:#1e3a8a!important}[data-theme=light] .cvr--sel .cvr__stripe{color:#2563eb!important}.cvr__bar-fill{background:#2563eb!important}html:not([data-theme=light]) .cvr__bar-fill{background:#3b82f6!important}.cvr--stop .cvr__bar-fill{background:#d97706!important}.cvr__badge--live{color:#15803d!important;background:#15803d1a!important}html:not([data-theme=light]) .cvr__badge--live{color:#16a34a!important;background:#16a34a26!important}.cdash-page .cdash-card,.cdash-page .cdash-cargo-plan-stage,.cdash-page .cdash-cargo-plan-shell,.cdash-page .cdash-pulse-alert,.cdash-page [style*="borderRadius: 12"],.cdash-page [style*="borderRadius: 14"],.cdash-page [style*="borderRadius: 16"],.cdash-page [style*="borderRadius: 18"],.cdash-page [style*="borderRadius: 22"],.cdash-page [style*="borderRadius: 24"],.client-plain-hero-card{border-radius:8px!important}.cdash-page button,.cdash-page .cdash-range-pills,.cdash-page .cdash-range-pills button,.cdash-page [style*="borderRadius: 999"],.cdash-page [style*="borderRadius: 9999"],.cdash-page [style*="borderRadius: 10"],.cdash-page [style*="borderRadius: 9"],.cdash-page .cdash-cargo-plan-badge,.cvr__badge,.cvr__status-pill{border-radius:6px!important}.cdash-progress-bar{border-radius:4px!important}.cdash-page .cdash-cargo-plan-stage{background:var(--panel,#fff)!important;box-shadow:none!important;border:1px solid #cbd5e1!important}html:not([data-theme=light]) .cdash-page .cdash-cargo-plan-stage{background:#1e293b!important;border-color:#ffffff1a!important}.cdash-page .cdash-cargo-slot{box-shadow:none!important;border-radius:6px!important;transition:all .15s!important}[data-theme=light] .cdash-page .cdash-cargo-slot{box-shadow:none!important;background:#f8fafc!important;border:1px solid #cbd5e1!important}[data-theme=light] .cdash-page .cdash-cargo-slot.is-active{color:#0f172a!important;box-shadow:none!important;background:#fff!important;border:2px solid #1e3a8a!important}[data-theme=light] .cdash-page .cdash-cargo-slot.is-completed{color:#475569!important;background:#f1f5f9!important;border:1px solid #94a3b8!important}[data-theme=light] .cdash-page .cdash-cargo-slot.is-waiting{color:#64748b!important;background:#f8fafc!important;border:1px solid #e2e8f0!important}html:not([data-theme=light]) .cdash-page .cdash-cargo-slot{box-shadow:none!important;background:#0f172a!important;border:1px solid #ffffff1f!important}html:not([data-theme=light]) .cdash-page .cdash-cargo-slot.is-active{color:#fff!important;box-shadow:none!important;background:#0f172a!important;border:2px solid #1d4ed8!important}html:not([data-theme=light]) .cdash-page .cdash-cargo-slot.is-completed{background:#64748b26!important;border:1px solid #64748b!important}html:not([data-theme=light]) .cdash-page .cdash-cargo-slot.is-waiting{color:#94a3b8!important;background:#1e293b!important;border:1px solid #ffffff14!important}.client-sidebar .client-vessel-panel-head,.sidebar .sidebar-brand{border-radius:12px!important;align-items:center!important;gap:12px!important;min-height:66px!important;margin:14px 12px 16px!important;padding:12px 14px!important;transition:all .2s!important;display:flex!important}[data-theme=light] .client-sidebar .client-vessel-panel-head,[data-theme=light] .sidebar .sidebar-brand{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 1px 3px #0f172a0d!important}html:not([data-theme=light]) .client-sidebar .client-vessel-panel-head,html:not([data-theme=light]) .sidebar .sidebar-brand{box-shadow:none!important;background:#1e293b!important;border:1px solid #ffffff14!important}.client-sidebar .client-rail-logo,.sidebar .sidebar-brand-icon{width:44px!important;min-width:44px!important;height:44px!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:10px!important;flex:0 0 44px!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;display:flex!important;overflow:hidden!important}.client-sidebar .client-rail-logo img,.sidebar .sidebar-brand-icon img{object-fit:cover!important;border-radius:10px!important;width:100%!important;height:100%!important;display:block!important}.client-sidebar .client-brand-text,.sidebar .sidebar-brand-text{flex-direction:column!important;justify-content:center!important;gap:3px!important;min-width:0!important;display:flex!important}.client-sidebar .client-brand-name,.sidebar .sidebar-brand-name{letter-spacing:-.3px!important;font-size:17px!important;font-weight:650!important;line-height:1.15!important}[data-theme=light] .client-sidebar .client-brand-name,[data-theme=light] .sidebar .sidebar-brand-name{color:#0f172a!important}html:not([data-theme=light]) .client-sidebar .client-brand-name,html:not([data-theme=light]) .sidebar .sidebar-brand-name{color:#f8fafc!important}.client-sidebar .client-brand-sub,.sidebar .sidebar-brand-sub{text-transform:uppercase!important;letter-spacing:.6px!important;opacity:1!important;font-size:11px!important;font-weight:700!important;line-height:1.15!important}[data-theme=light] .client-sidebar .client-brand-sub,[data-theme=light] .sidebar .sidebar-brand-sub{color:#64748b!important}html:not([data-theme=light]) .client-sidebar .client-brand-sub,html:not([data-theme=light]) .sidebar .sidebar-brand-sub{color:#94a3b8!important}.layout.sidebar-collapsed .sidebar .client-vessel-panel,.sidebar:not(:hover):not(:focus-within) .client-vessel-panel{flex-direction:column!important;align-items:center!important;width:100%!important;margin:0!important;padding:0!important;display:flex!important}.layout.sidebar-collapsed .sidebar .client-vessel-panel-head,.layout.sidebar-collapsed .sidebar .sidebar-brand,.sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head,.sidebar:not(:hover):not(:focus-within) .sidebar-brand{width:40px!important;height:40px!important;min-height:40px!important;box-shadow:none!important;visibility:visible!important;opacity:1!important;background:0 0!important;border:none!important;justify-content:center!important;align-items:center!important;margin:8px auto 16px!important;padding:0!important;display:flex!important;overflow:visible!important}.layout.sidebar-collapsed .sidebar .client-rail-logo,.layout.sidebar-collapsed .sidebar .sidebar-brand-icon,.sidebar:not(:hover):not(:focus-within) .client-rail-logo,.sidebar:not(:hover):not(:focus-within) .sidebar-brand-icon{width:40px!important;min-width:40px!important;height:40px!important;box-shadow:none!important;visibility:visible!important;opacity:1!important;background:0 0!important;border:none!important;border-radius:10px!important;flex:0 0 40px!important;justify-content:center!important;align-items:center!important;margin:0!important;display:flex!important;overflow:hidden!important;transform:none!important}.layout.sidebar-collapsed .sidebar .client-brand-text,.layout.sidebar-collapsed .sidebar .sidebar-brand-text,.layout.sidebar-collapsed .sidebar .client-vessel-panel-head>span,.sidebar:not(:hover):not(:focus-within) .client-brand-text,.sidebar:not(:hover):not(:focus-within) .sidebar-brand-text,.sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head>span{display:none!important}.reports-dropdown-box{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:9px!important;box-shadow:0 10px 28px #00000038!important}.reports-menu-btn{color:#1e293b;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:7px;width:100%;padding:6.5px 10px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.reports-menu-btn:hover:not(:disabled){color:#0369a1!important;background:#e0f2fe!important}.reports-menu-btn:disabled{opacity:.5;cursor:not-allowed}@media (width<=640px){.reports-page{padding-bottom:22px}.reports-page .reports-mobile-header{grid-template-columns:30px minmax(0,1fr)!important;align-items:center!important;gap:8px 10px!important;margin-bottom:12px!important;display:grid!important}.reports-page .reports-mobile-header>svg{background:color-mix(in srgb, var(--accent) 10%, transparent)!important;border-radius:8px!important;width:26px!important;height:26px!important;padding:3px!important}.reports-page .reports-mobile-title{min-width:0!important}.reports-page .reports-mobile-title h2{font-size:21px!important;line-height:1.1!important}.reports-page .reports-mobile-title .muted{font-size:12.5px!important;line-height:1.28!important}.reports-page .reports-mobile-header>span{grid-column:1/-1!important;margin-left:0!important}.reports-page .reports-filters{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:8px!important;margin-bottom:14px!important;display:grid!important}.reports-page .reports-filter-btn{border-radius:11px!important;grid-column:1/-1!important;justify-content:center!important;min-height:42px!important;font-size:13px!important;display:inline-flex!important}.reports-page .reports-advanced-filters{display:none!important}.reports-page .reports-search{flex:none!important;grid-column:1/-1!important;width:100%!important;min-width:0!important;max-width:none!important}.reports-page .reports-search input{border-radius:11px!important;min-height:42px!important;font-size:13px!important}.reports-page .reports-status-tabs{border-radius:11px!important;grid-column:1/-1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;display:grid!important}.reports-page .reports-status-tabs button{min-width:0!important;height:38px!important;padding:0 6px!important;font-size:12px!important}.reports-page .reports-vessel-select{border-radius:11px!important;grid-column:1/-1!important;width:100%!important;max-width:none!important;min-height:42px!important;font-size:13px!important}.reports-page .reports-date-filter{grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;gap:5px!important;width:100%!important;min-width:0!important;font-size:11px!important;line-height:1.1!important;display:grid!important}.reports-page .reports-date-filter input{border-radius:11px!important;width:100%!important;min-width:0!important;min-height:42px!important;padding:8px 10px!important;font-size:12.5px!important}.reports-page .reports-count{grid-column:1/-1!important;justify-self:end!important;margin-left:0!important;padding-right:2px!important;font-size:12px!important}.reports-page .reports-filters>.chip{grid-column:1/-1!important;justify-content:center!important;min-height:36px!important}.reports-page .reports-row{border-radius:13px!important;padding:13px 14px!important}.reports-page .reports-row-head{gap:7px 8px!important;margin-bottom:10px!important}.reports-page .reports-row-title{white-space:nowrap!important;text-overflow:ellipsis!important;flex:auto!important;min-width:168px!important;max-width:100%!important;font-size:16px!important;line-height:1.15!important;overflow:hidden!important}.reports-page .reports-row-head>.chip{border-radius:999px!important;min-height:28px!important;padding:5px 10px!important}.reports-page .reports-row-port{flex:100%!important;order:5!important;font-size:12px!important;line-height:1.25!important}.reports-page .reports-row-date{order:6!important;margin-left:22px!important;font-size:12px!important;line-height:1.25!important}.reports-page .reports-row-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px 10px!important;margin-bottom:10px!important;font-size:12.5px!important;display:grid!important}.reports-page .reports-metric{align-items:center!important;min-width:0!important;line-height:1.25!important}.reports-page .reports-metric strong{white-space:nowrap!important;font-size:13px!important}.reports-page .reports-row-event-count{grid-column:1/-1!important;font-size:11px!important}.reports-page .reports-row-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(76px,.72fr)!important;align-items:stretch!important;gap:7px!important;display:grid!important}.reports-page .reports-row-actions>button,.reports-page .reports-row-actions>div>button{white-space:nowrap!important;border-radius:10px!important;justify-content:center!important;width:100%!important;min-width:0!important;min-height:36px!important;padding:7px 8px!important;font-size:11.5px!important}.reports-page .reports-row-actions>div{width:100%!important;min-width:0!important}.reports-page .reports-dropdown-box{min-width:min(210px,100vw - 42px)!important;left:auto!important;right:0!important}}@media (width<=768px){.mobile-nav-backdrop,.client-mobile-nav-backdrop{z-index:1180!important;pointer-events:auto!important;touch-action:manipulation!important}.mobile-topbar,.client-mobile-topbar{z-index:1220!important}.layout.has-topbar.mobile-nav-active .admin-sidebar,.client-layout.client-mobile-nav-active .client-sidebar{z-index:1210!important;pointer-events:auto!important;touch-action:pan-y!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;width:min(360px,100vw - 20px)!important;max-width:calc(100vw - 20px)!important;transition:none!important;position:fixed!important;left:8px!important;right:auto!important;transform:translate(0,0)!important}.layout.has-topbar.mobile-nav-active .admin-sidebar *,.client-layout.client-mobile-nav-active .client-sidebar *{pointer-events:auto}.layout.has-topbar.mobile-nav-active .admin-sidebar nav a,.layout.has-topbar.mobile-nav-active .admin-sidebar button,.client-layout.client-mobile-nav-active .client-sidebar a,.client-layout.client-mobile-nav-active .client-sidebar button,.client-layout.client-mobile-nav-active .cvr{cursor:pointer;touch-action:manipulation}.client-layout.client-mobile-nav-active .client-vessel-panel,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel,.client-layout.client-mobile-nav-active .client-footer-stack,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-footer-stack,.client-layout.client-mobile-nav-active .client-vessel-panel-user,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-user{align-items:stretch!important;width:100%!important;margin-left:0!important;padding-left:0!important;padding-right:0!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-brand-text{opacity:1!important;visibility:visible!important;pointer-events:auto!important;flex-direction:column!important;display:flex!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a span,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-admin-return span,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-section a span,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-footer-theme span{opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:inline!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-section-title,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-footer-user-text{opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:block!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .cvg__head,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .cvr__body,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-search,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .cvg-scroll{opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:flex!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .cvr__body{flex-direction:column!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .cvg-scroll{flex-direction:column!important;overflow:visible!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-section a,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-admin-return,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-footer-theme{justify-content:flex-start!important;width:100%!important;min-height:42px!important;padding:0 10px!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .cvr{justify-content:flex-start!important;align-items:flex-start!important;width:100%!important;height:auto!important;min-height:56px!important;padding:8px!important}.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:before,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels:after{content:none!important;display:none!important}html:not([data-theme=light]) .mobile-topbar,html:not([data-theme=light]) .client-mobile-topbar{background:#0f172af5!important;border-bottom-color:#94a3b82e!important;box-shadow:0 10px 26px #00000057!important}html:not([data-theme=light]) .mobile-topbar-brand{color:#f8fafc!important}html:not([data-theme=light]) .mobile-topbar-brand svg{color:#38bdf8!important}html:not([data-theme=light]) .mobile-menu-button{color:#cbd5e1!important;box-shadow:none!important;background:#94a3b81f!important;border-color:#94a3b842!important}html:not([data-theme=light]) .mobile-nav-backdrop,html:not([data-theme=light]) .client-mobile-nav-backdrop{background:#020617ad!important}html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-sidebar{background:#0b1220!important;border-color:#94a3b82e!important;box-shadow:0 18px 42px #0000007a!important}html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar .sidebar-brand,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-vessel-panel-head,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .lang-toggle--clientfoot,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-footer-theme,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-vessel-panel-user,html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar .sidebar-user-card{box-shadow:none!important;background:#111827!important;border-color:#94a3b82e!important}html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar .sidebar-brand-name,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-brand-name,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-footer-user-text strong,html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar .sidebar-user-name{color:#f8fafc!important}html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar .sidebar-brand-sub,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-brand-sub,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-footer-user-text span,html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar .sidebar-user-role,html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar .sidebar-section-title,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-panel-section-title,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .cvg__head{color:#94a3b8!important}html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar nav a,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-panel-nav a,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-panel-section a,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-admin-return{color:#cbd5e1!important;background:0 0!important;border-color:#0000!important}html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar nav a:hover,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-panel-nav a:hover,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-panel-section a:hover,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-admin-return:hover{color:#e0f2fe!important;background:#38bdf81a!important}html:not([data-theme=light]) .layout.has-topbar.mobile-nav-active .admin-sidebar nav a.active,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-panel-nav a.active,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-panel-section a.active{color:#7dd3fc!important;box-shadow:none!important;background:#0ea5e929!important;border-color:#38bdf847!important}html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-vessel-search input{color:#f8fafc!important;background:#0f172a!important;border-color:#94a3b83d!important}html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-vessel-search svg{color:#94a3b8!important}html:not([data-theme=light]) .client-layout.client-mobile-nav-active .cvr{box-shadow:none!important;background:#111827!important;border-color:#94a3b82e!important}html:not([data-theme=light]) .client-layout.client-mobile-nav-active .cvr--sel{background:#2563eb2e!important;border-color:#60a5fa6b!important}html:not([data-theme=light]) .client-layout.client-mobile-nav-active .cvr__name{color:#f8fafc!important}html:not([data-theme=light]) .client-layout.client-mobile-nav-active .cvr__statusline,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .cvr__pct,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .cvr__date{color:#94a3b8!important}html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-footer-logout{color:#cbd5e1!important;background:#0f172a!important;border-color:#94a3b838!important}html:not([data-theme=light]) .client-bottomnav{background:#0f172af0!important;border-color:#94a3b83d!important;box-shadow:0 16px 34px #0000006b,inset 0 1px #ffffff0f!important}html:not([data-theme=light]) .client-bottomnav a,html:not([data-theme=light]) .client-bottomnav button{color:#94a3b8!important}html:not([data-theme=light]) .client-bottomnav a.active{color:#e0f2fe!important;background:#0ea5e929!important;box-shadow:inset 0 0 0 1px #38bdf840!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar .sidebar-brand,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar:hover .sidebar-brand,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar:focus-within .sidebar-brand,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar:not(:hover):not(:focus-within) .sidebar-brand{justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;height:auto!important;min-height:62px!important;margin:0 0 12px!important;padding:10px!important;transition:none!important;display:flex!important;overflow:hidden!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar .sidebar-brand-icon,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar:hover .sidebar-brand-icon,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar:focus-within .sidebar-brand-icon,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar:not(:hover):not(:focus-within) .sidebar-brand-icon{flex:0 0 38px!important;width:38px!important;min-width:38px!important;height:38px!important;margin:0!important;transition:none!important;transform:none!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar .sidebar-brand-text,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar:hover .sidebar-brand-text,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar:focus-within .sidebar-brand-text,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar:not(:hover):not(:focus-within) .sidebar-brand-text{opacity:1!important;visibility:visible!important;min-width:0!important;display:flex!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar nav,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar .sidebar-section,.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar nav a{transition:none!important}.layout.has-topbar:not(.client-layout) .sidebar.admin-sidebar,.layout.has-topbar .sidebar.admin-sidebar,.client-layout .sidebar.client-sidebar{z-index:1210!important;pointer-events:none!important;height:auto!important;min-height:0!important;max-height:calc(100dvh - 70px)!important;position:fixed!important;inset:70px auto 0 0!important;transform:translate(-110%)translate(0,0)!important}.client-layout .sidebar.client-sidebar{bottom:calc(86px + env(safe-area-inset-bottom,0px))!important;max-height:calc(100dvh - 70px - 86px - env(safe-area-inset-bottom,0px))!important}.layout.has-topbar:not(.client-layout).mobile-nav-active .sidebar.admin-sidebar,.layout.has-topbar.mobile-nav-active .sidebar.admin-sidebar,.client-layout.client-mobile-nav-active .sidebar.client-sidebar{pointer-events:auto!important;width:min(360px,100vw - 20px)!important;max-width:calc(100vw - 20px)!important;left:8px!important;transform:none!important}.client-layout.client-mobile-nav-active .sidebar.client-sidebar{width:min(378px,100vw - 12px)!important;max-width:calc(100vw - 12px)!important;top:62px!important;left:6px!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;max-height:calc(100dvh - 62px - 8px - env(safe-area-inset-bottom,0px))!important;border-radius:16px!important;padding:10px!important;display:flex!important;overflow:hidden!important}.client-layout.client-mobile-nav-active .client-vessel-panel,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel{-webkit-overflow-scrolling:touch;overscroll-behavior:contain!important;flex-direction:column!important;flex:auto!important;align-items:stretch!important;gap:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;margin:0!important;padding:0 2px 4px 0!important;display:flex!important;overflow:hidden auto!important}.client-layout.client-mobile-nav-active .client-vessel-panel-head,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head{pointer-events:auto!important;border-radius:12px!important;grid-template-columns:42px minmax(0,1fr) 34px!important;justify-content:stretch!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:58px!important;margin:0 0 8px!important;padding:8px 10px!important;display:grid!important}.client-layout.client-mobile-nav-active .client-vessel-panel-head>*,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head>*{pointer-events:auto!important}.client-layout.client-mobile-nav-active .client-vessel-panel-head .client-rail-logo,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head .client-rail-logo{border-radius:10px!important;flex:0 0 42px!important;width:42px!important;min-width:42px!important;height:42px!important;margin:0!important;transform:none!important}.client-layout.client-mobile-nav-active .client-vessel-panel-head .client-brand-text,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-panel-head .client-brand-text{text-align:left!important;opacity:1!important;visibility:visible!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:2px!important;min-width:0!important;display:flex!important}.client-layout.client-mobile-nav-active .client-brand-name{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:17px!important;line-height:1!important;overflow:hidden!important}.client-layout.client-mobile-nav-active .client-brand-sub{letter-spacing:.7px!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:9.5px!important;line-height:1.15!important;overflow:hidden!important}.client-layout.client-mobile-nav-active .client-mobile-sidebar-close,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-mobile-sidebar-close{color:#64748b!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;box-shadow:none!important;background:0 0!important;border:1px solid #94a3b83d!important;border-radius:9px!important;justify-content:center!important;justify-self:end!important;align-items:center!important;padding:0!important;display:inline-flex!important}.client-layout.client-mobile-nav-active .client-panel-nav,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-nav{flex:none!important;gap:4px!important;margin:0 0 8px!important;display:grid!important}.client-layout.client-mobile-nav-active .client-panel-nav a,.client-layout.client-mobile-nav-active .client-panel-section a,.client-layout.client-mobile-nav-active .client-admin-return,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-nav a,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-section a,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-admin-return{justify-content:flex-start!important;gap:10px!important;min-height:38px!important;padding:0 10px!important}.client-layout.client-mobile-nav-active .client-sidebar-vessels,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-sidebar-vessels{flex:none!important;width:100%!important;min-height:0!important;margin:0 0 8px!important;padding:0!important;overflow:visible!important}.client-layout.client-mobile-nav-active .client-vessel-search,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-vessel-search{flex:none!important;margin:0 0 8px!important}.client-layout.client-mobile-nav-active .client-vessel-search input{min-height:38px!important;font-size:13px!important}.client-layout.client-mobile-nav-active .cvg-scroll,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .cvg-scroll{flex-direction:column!important;gap:10px!important;max-height:none!important;display:flex!important;overflow:visible!important}.client-layout.client-mobile-nav-active .client-panel-section,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-panel-section{flex:none!important;margin:6px 0 0!important;padding-top:8px!important}.client-layout.client-mobile-nav-active .client-footer-stack,.client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-footer-stack{flex:none!important;margin-top:8px!important;padding-top:8px!important}html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-mobile-sidebar-close,html:not([data-theme=light]) .client-layout.client-mobile-nav-active .client-sidebar:not(:hover):not(:focus-within) .client-mobile-sidebar-close{color:#cbd5e1!important;background:#0f172a59!important;border-color:#94a3b842!important}.tour-overlay{pointer-events:none!important}.tour-balloon,.tour-balloon *{pointer-events:auto!important}.client-layout.client-mobile-nav-active .client-bottomnav{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(12px)!important}.layout.has-topbar.mobile-nav-active .tour-overlay,.client-layout.client-mobile-nav-active .tour-overlay{pointer-events:none!important;display:none!important}}.admin-sidebar nav{padding-bottom:84px}.client-layout .sidebar.client-sidebar{background:linear-gradient(#2563eb09,#0000 220px),#f6f8fb!important;border-right:1px solid #d6e1ec!important;box-shadow:inset -1px 0 #ffffffc7!important}.client-layout .sidebar.client-sidebar:before{display:none!important}.client-sidebar .client-vessel-panel-head,.client-sidebar .client-vessel-search input,.client-sidebar .cvr,.client-sidebar .lang-toggle--clientfoot,.client-sidebar .client-footer-theme,.client-sidebar .client-vessel-panel-user{background:linear-gradient(135deg,#2563eb0b,#0000 43%),#fff!important;border:1px solid #dbe5f2!important;border-radius:9px!important;box-shadow:0 8px 20px #0f172a09!important}.client-sidebar .client-vessel-panel-head{min-height:66px!important}.client-sidebar .client-rail-logo{color:#fff!important;box-shadow:none!important;background:#0ea5e9!important;border-color:#0000!important;border-radius:8px!important}.client-sidebar .client-brand-name,.client-sidebar .cvr__name,.client-sidebar .cvr--sel .cvr__name,.client-sidebar .client-vessel-panel-user strong,.client-sidebar .client-footer-theme{color:#0f172a!important}.client-sidebar .client-brand-name,.client-sidebar .cvr__name{font-weight:730!important}.client-sidebar .client-brand-sub,.client-sidebar .client-panel-section-title,.client-sidebar .cvg__head,.client-sidebar .cvg__label,.client-sidebar .client-vessel-search input::placeholder,.client-sidebar .client-vessel-search svg,.client-sidebar .cvr__statusline,.client-sidebar .cvr__date,.client-sidebar .cvr__pct,.client-sidebar .client-footer-user-text span{color:#64748b!important}.client-sidebar .client-panel-nav a,.client-sidebar .client-panel-section a,.client-sidebar .client-admin-return{color:#475569!important;box-shadow:none!important;background:0 0!important;border:1px solid #0000!important}.client-sidebar .client-panel-nav a svg,.client-sidebar .client-panel-section a svg,.client-sidebar .client-admin-return svg{color:#64748b!important}.client-sidebar .client-panel-nav a:hover,.client-sidebar .client-panel-section a:hover,.client-sidebar .client-admin-return:hover,.client-sidebar .client-panel-nav a.active,.client-sidebar .client-panel-section a.active{color:#0f172a!important;background:#fff!important;border-color:#dbe5f2!important;box-shadow:0 6px 16px #0f172a0a!important}.client-sidebar .client-panel-nav a.active:before,.client-sidebar .client-panel-section a.active:before{box-shadow:none!important;background:#2563eb!important}.client-sidebar .cvg__count{color:#475569!important;background:#fff!important;border-color:#dbe5f2!important}.client-sidebar .cvg__rule{background:linear-gradient(90deg,#64748b47,#64748b05)!important}.client-sidebar .cvr{padding:10px 11px!important}.client-sidebar .cvr:hover,.client-sidebar .cvr--sel{border-color:#bfdbfe!important;box-shadow:0 8px 22px #2563eb12!important}.client-sidebar .cvr--stop{background:linear-gradient(135deg,#f59e0b18,#0000 45%),#fff!important;border-color:#f3d8a8!important}.client-sidebar .cvr--stop .cvr__statusline,.client-sidebar .cvr--stop .cvr__pct{color:#b45309!important}.client-sidebar .cvr__bar-wrap{background:#dbe5f2!important}.client-sidebar .cvr__bar-fill,.client-sidebar .cvr--sel .cvr__bar-fill{background:linear-gradient(90deg,#1d4ed8,#2563eb 66%,#0891b2)!important}.client-sidebar .cvr--stop .cvr__bar-fill{background:linear-gradient(90deg,#d97706,#f59e0b)!important}.client-sidebar .cvr__badge{border-radius:999px!important;font-weight:760!important}.client-sidebar .cvr__badge--live{color:#047857!important;background:#ecfdf5!important;border-color:#a7f3d0!important}.client-sidebar .cvr__badge--stop{color:#b45309!important;background:#fffbeb!important;border-color:#fde68a!important}.client-sidebar .cvr__badge--done{color:#64748b!important;background:#f1f5f9!important;border-color:#dbe5f2!important}.client-sidebar .client-footer-stack{border-top-color:#dbe5f2!important}.client-sidebar .client-rail-avatar{color:#1d4ed8!important;background:#eef6ff!important;border-color:#cfe2f6!important;border-radius:8px!important}html:not([data-theme=light]) .client-layout .sidebar.client-sidebar{background:linear-gradient(#0ea5e90e,#0000 220px),#0f172a!important;border-right-color:#ffffff14!important}html:not([data-theme=light]) .client-sidebar .client-vessel-panel-head,html:not([data-theme=light]) .client-sidebar .client-vessel-search input,html:not([data-theme=light]) .client-sidebar .cvr,html:not([data-theme=light]) .client-sidebar .lang-toggle--clientfoot,html:not([data-theme=light]) .client-sidebar .client-footer-theme,html:not([data-theme=light]) .client-sidebar .client-vessel-panel-user{background:linear-gradient(135deg,#38bdf80e,#0000 43%),#1e293b!important;border-color:#ffffff14!important}html:not([data-theme=light]) .client-sidebar .client-brand-name,html:not([data-theme=light]) .client-sidebar .cvr__name,html:not([data-theme=light]) .client-sidebar .cvr--sel .cvr__name,html:not([data-theme=light]) .client-sidebar .client-vessel-panel-user strong,html:not([data-theme=light]) .client-sidebar .client-footer-theme,html:not([data-theme=light]) .client-sidebar .client-panel-nav a:hover,html:not([data-theme=light]) .client-sidebar .client-panel-section a:hover,html:not([data-theme=light]) .client-sidebar .client-admin-return:hover,html:not([data-theme=light]) .client-sidebar .client-panel-nav a.active,html:not([data-theme=light]) .client-sidebar .client-panel-section a.active{color:#f8fafc!important}html:not([data-theme=light]) .client-sidebar .client-brand-sub,html:not([data-theme=light]) .client-sidebar .client-panel-section-title,html:not([data-theme=light]) .client-sidebar .cvg__head,html:not([data-theme=light]) .client-sidebar .cvg__label,html:not([data-theme=light]) .client-sidebar .client-vessel-search input::placeholder,html:not([data-theme=light]) .client-sidebar .client-vessel-search svg,html:not([data-theme=light]) .client-sidebar .cvr__statusline,html:not([data-theme=light]) .client-sidebar .cvr__date,html:not([data-theme=light]) .client-sidebar .cvr__pct,html:not([data-theme=light]) .client-sidebar .client-footer-user-text span,html:not([data-theme=light]) .client-sidebar .client-panel-nav a,html:not([data-theme=light]) .client-sidebar .client-panel-section a,html:not([data-theme=light]) .client-sidebar .client-admin-return,html:not([data-theme=light]) .client-sidebar .client-panel-nav a svg,html:not([data-theme=light]) .client-sidebar .client-panel-section a svg,html:not([data-theme=light]) .client-sidebar .client-admin-return svg{color:#94a3b8!important}html:not([data-theme=light]) .client-sidebar .client-panel-nav a:hover,html:not([data-theme=light]) .client-sidebar .client-panel-section a:hover,html:not([data-theme=light]) .client-sidebar .client-admin-return:hover,html:not([data-theme=light]) .client-sidebar .client-panel-nav a.active,html:not([data-theme=light]) .client-sidebar .client-panel-section a.active{box-shadow:none!important;background:#ffffff0e!important;border-color:#94a3b829!important}html:not([data-theme=light]) .client-sidebar .client-vessel-search input{color:#f8fafc!important}html:not([data-theme=light]) .client-sidebar .cvg__count{color:#cbd5e1!important;background:#0f172a75!important;border-color:#94a3b829!important}html:not([data-theme=light]) .client-sidebar .cvr:hover,html:not([data-theme=light]) .client-sidebar .cvr--sel{border-color:#38bdf847!important;box-shadow:0 8px 22px #0ea5e914!important}html:not([data-theme=light]) .client-sidebar .cvr__bar-wrap{background:#94a3b838!important}html:not([data-theme=light]) .client-sidebar .cvr--stop{background:linear-gradient(135deg,#f59e0b14,#0000 45%),#1e293b!important;border-color:#f59e0b38!important}html:not([data-theme=light]) .client-sidebar .cvr--stop .cvr__statusline,html:not([data-theme=light]) .client-sidebar .cvr--stop .cvr__pct{color:#fbbf24!important}html:not([data-theme=light]) .client-sidebar .client-rail-avatar{color:#7dd3fc!important;background:#0ea5e91f!important;border-color:#38bdf842!important}html:not([data-theme=light]) .cdash-side-priority-card{background:linear-gradient(135deg,#38bdf80e,#0000 42%),#1e293b!important;border-color:#ffffff14!important;box-shadow:inset 0 1px #ffffff06!important}
