:root{--brand-500:#2f86e0;--brand-600:#1766cb;--brand-700:#114e9e;--brand-50:#e9f2fd;--brand-accent:#3aa0e8;--brand-grad:linear-gradient(135deg,#1f74d8,#3a9ae4);--st-created:#6b7280;--st-created-bg:#f1f3f5;--st-assigned:#2563eb;--st-assigned-bg:#e6efff;--st-accepted:#4f46e5;--st-accepted-bg:#ebe9ff;--st-at_loading:#7c3aed;--st-at_loading-bg:#f0e9ff;--st-loaded:#9333ea;--st-loaded-bg:#f6e9ff;--st-en_route:#0d9488;--st-en_route-bg:#dcf5f1;--st-unloaded:#0891b2;--st-unloaded-bg:#e0f5fa;--st-in_review:#b45309;--st-in_review-bg:#fef3df;--st-completed:#137536;--st-completed-bg:#e4f7ea;--st-problem:#dc2626;--st-problem-bg:#fdeaea;--st-cancelled:#475569;--st-cancelled-bg:#e9edf2;--danger:#dc2626;--ok:#16a34a;--bg:#eef1f6;--surface:#ffffff;--surface-2:#f8fafc;--surface-3:#eef2f7;--text:#131a24;--text-2:#46515f;--text-3:#8b95a3;--border:#e7ecf2;--border-2:#eef2f6;--hover:#f5f9fe;--selected:var(--brand-50);--shadow-sm:0 1px 3px rgba(20,30,48,.06);--shadow-md:0 12px 28px rgba(20,30,48,.16);--shadow-pop:0 20px 50px rgba(20,30,48,.28);--side:#ffffff;--side-border:#e7ecf2;--side-brand-sub:#9aa6b6;--nav-mut:#5a6573;--nav-fg:#131a24;--nav-active-bg:#e9f2fd;--nav-active-fg:#1763c9;--nav-hover:#f2f6fb;--nav-rail:var(--brand-600);--head:#ffffff;--head-border:#e7ecf2;--head-fg:#131a24;--head-mut:#7b8696;--search-bg:#f1f5fa;--search-border:#e1e8f0;--r-sm:8px;--r-md:11px;--r-lg:14px;--r-pill:999px;--font:-apple-system,"Segoe UI",Roboto,Arial,sans-serif}:root[data-theme=dark]{--brand-500:#4aa6ee;--brand-600:#2f86e0;--brand-700:#1f74d8;--brand-50:rgba(36,120,220,.16);--st-created:#9aa3af;--st-created-bg:rgba(107,114,128,.18);--st-assigned:#7fb0ff;--st-assigned-bg:rgba(37,99,235,.2);--st-accepted:#9c95f0;--st-accepted-bg:rgba(79,70,229,.2);--st-at_loading:#b794f6;--st-at_loading-bg:rgba(124,58,237,.2);--st-loaded:#c489f5;--st-loaded-bg:rgba(147,51,234,.2);--st-en_route:#4fd1c5;--st-en_route-bg:rgba(13,148,136,.2);--st-unloaded:#4dd0e8;--st-unloaded-bg:rgba(8,145,178,.2);--st-in_review:#e0a458;--st-in_review-bg:rgba(180,83,9,.22);--st-completed:#4ade80;--st-completed-bg:rgba(19,117,54,.22);--st-problem:#f87171;--st-problem-bg:rgba(220,38,38,.2);--st-cancelled:#94a3b8;--st-cancelled-bg:rgba(71,85,105,.22);--danger:#f87171;--ok:#3cc873;--bg:#080c14;--surface:#101926;--surface-2:#0d1422;--surface-3:#172234;--text:#e7eef7;--text-2:#a7b3c4;--text-3:#6e7d92;--border:rgba(255,255,255,.08);--border-2:rgba(255,255,255,.05);--hover:rgba(255,255,255,.035);--selected:var(--brand-50);--shadow-sm:0 1px 3px rgba(0,0,0,.4);--shadow-md:0 12px 28px rgba(0,0,0,.5);--shadow-pop:0 20px 50px rgba(0,0,0,.6);--side:linear-gradient(180deg,#0e1626,#0a111d);--side-border:rgba(255,255,255,.07);--side-brand-sub:#73839a;--nav-mut:#8593a8;--nav-fg:#e7eef7;--nav-active-bg:rgba(36,120,220,.2);--nav-active-fg:#7cbcf6;--nav-hover:rgba(255,255,255,.05);--nav-rail:#4aa6ee;--head:#0d1422;--head-border:rgba(255,255,255,.06);--head-fg:#e7eef7;--head-mut:#8593a8;--search-bg:#121b2b;--search-border:rgba(255,255,255,.09)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;transition:background .25s ease,color .25s ease}.mono{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.muted{color:var(--text-3)}.strong{font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:9px 15px;border-radius:var(--r-sm);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s}.btn:not(.btn-primary):hover{background:var(--hover);border-color:var(--brand-500)}.btn-primary{background:var(--brand-grad);border-color:transparent;color:#fff;box-shadow:0 4px 12px #1766cb52}.btn-primary:hover{background:var(--brand-grad);color:#fff;filter:brightness(1.05);box-shadow:0 7px 18px #1766cb6b}.btn-block{width:100%}.btn-lg{padding:13px 22px;font-size:16px}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.input{width:100%;padding:7px 10px;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface-2);color:var(--text);font-size:13px;font-family:inherit;transition:border-color .15s,background .15s}.input:focus{outline:2px solid var(--brand-500);outline-offset:-1px;border-color:var(--brand-500);background:var(--surface)}.input::placeholder{color:var(--text-3)}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:var(--r-pill);font-size:12px;font-weight:700;line-height:1.5}.badge .dot{width:7px;height:7px;border-radius:50%;background:currentColor}.st-draft{color:#64748b;background:transparent;border:1px dashed #94a3b8}.st-created{color:var(--st-created);background:var(--st-created-bg)}.st-assigned{color:var(--st-assigned);background:var(--st-assigned-bg)}.st-accepted{color:var(--st-accepted);background:var(--st-accepted-bg)}.st-at_loading{color:var(--st-at_loading);background:var(--st-at_loading-bg)}.st-loaded{color:var(--st-loaded);background:var(--st-loaded-bg)}.st-en_route{color:var(--st-en_route);background:var(--st-en_route-bg)}.st-unloaded{color:var(--st-unloaded);background:var(--st-unloaded-bg)}.st-in_review{color:var(--st-in_review);background:var(--st-in_review-bg)}.st-completed{color:var(--st-completed);background:var(--st-completed-bg)}.st-to_owner{color:#0e7490;background:#0e749024}.st-zafakturowano{color:#6d28d9;background:#6d28d924}.st-problem{color:var(--st-problem);background:var(--st-problem-bg)}.st-cancelled{color:var(--st-cancelled);background:var(--st-cancelled-bg)}table.data{width:100%;border-collapse:collapse;font-size:13px}table.data th{text-align:left;padding:10px 12px;background:var(--surface-2);border-bottom:1px solid var(--border);font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-3);font-weight:800;white-space:nowrap}table.data td{padding:10px 12px;border-bottom:1px solid var(--border-2);white-space:nowrap}table.data tbody tr{animation:mlc-row-in .45s ease both}table.data tr:hover td{background:var(--hover)}table.data tfoot td{font-weight:800;background:var(--surface-2);border-top:2px solid var(--border)}.tbl-wrap{overflow:auto;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-sm)}table.data.fixed{table-layout:fixed}table.data.fixed th,table.data.fixed td{overflow:hidden;text-overflow:ellipsis}table.data.fixed th{position:relative}.col-resizer{position:absolute;top:0;right:0;width:9px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none}.col-resizer:hover{background:var(--brand-600);opacity:.35}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.card-pad{padding:16px}.kv{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid var(--border-2)}.kv:last-child{border-bottom:0}.kv .k{color:var(--text-3);font-size:13px}.kv .v{font-weight:600;text-align:right}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px}@media (max-width:720px){.grid-2{grid-template-columns:1fr}}.timeline{position:relative;padding-left:6px}.tl-item{position:relative;padding:0 0 18px 22px}.tl-item:not(:last-child):before{content:"";position:absolute;left:5px;top:14px;bottom:0;width:2px;background:var(--border)}.tl-item .dot{position:absolute;left:0;top:3px;width:12px;height:12px;border-radius:50%;background:var(--surface-3);border:2px solid var(--border)}.tl-item.done .dot{background:var(--ok);border-color:var(--ok)}.tl-item.cur .dot{background:var(--brand-600);border-color:var(--brand-600);box-shadow:0 0 0 4px var(--brand-50)}.tl-item.cancelled .dot{background:var(--danger);border-color:var(--danger)}.tl-item .tt{font-weight:700;font-size:13px}.tl-item .tm{color:var(--text-3);font-size:12px}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.thumb{aspect-ratio:4/3;border:1px solid var(--border);border-radius:var(--r-sm);background:var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--text-3);font-size:12px}.statchips{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:16px}.statchip{display:flex;flex-direction:column;gap:3px;padding:10px 14px;border-radius:var(--r-md);background:var(--surface);border:1px solid var(--border);min-width:92px;cursor:pointer;text-align:left;font-family:inherit;box-shadow:var(--shadow-sm);animation:mlc-pop .4s ease both}.statchip:hover{border-color:var(--brand-500)}.statchip.active{outline:2px solid var(--brand-500);outline-offset:-1px}.statchip .n{font-size:20px;font-weight:800;line-height:1}.statchip .l{font-size:11px;color:var(--text-2);font-weight:600}.filter-pop{position:relative}.popover{position:absolute;top:calc(100% + 6px);left:0;z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-md);padding:8px;min-width:230px}.checks{display:flex;flex-direction:column;gap:2px}.chk{display:flex;align-items:center;gap:9px;padding:7px 9px;border-radius:var(--r-sm);cursor:pointer;font-size:13px}.chk:hover{background:var(--hover)}.chk input{width:17px;height:17px;accent-color:var(--brand-600)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#080c148c;display:flex;align-items:center;justify-content:center;padding:16px;animation:mlc-fade .15s ease}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-pop);width:100%;max-width:520px;max-height:90vh;overflow:auto;padding:20px;animation:mlc-pop .2s ease}.modal h3{font-size:18px;font-weight:800;margin-bottom:14px}.modal .field{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.modal .field label{font-size:12px;font-weight:700;color:var(--text-2)}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.row-actions{display:flex;gap:6px}.icon-btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:var(--r-sm);padding:4px 8px;font-size:13px;font-family:inherit;color:var(--text-2)}.icon-btn:hover{background:var(--hover);color:var(--text)}.page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.chip{display:inline-flex;align-items:center;gap:6px;background:var(--hover);border:1px solid var(--border);border-radius:var(--r-sm);padding:4px 10px;font-size:13px;font-weight:600}.dropdown-item:hover{background:var(--hover)}@keyframes mlc-row-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes mlc-pop{0%{opacity:0;transform:translateY(-5px) scale(.97)}to{opacity:1;transform:none}}@keyframes mlc-fade{0%{opacity:0}to{opacity:1}}@keyframes mlc-dash{to{stroke-dashoffset:0}}@keyframes mlc-glow{0%,to{opacity:.55}50%{opacity:1}}@media (prefers-reduced-motion: reduce){*,table.data tbody tr,.statchip{animation:none!important}body{transition:none}}.driver-hello{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;margin:2px 0 14px}.driver-hello__hi{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-3)}.ord-num{flex:none;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:var(--brand-grad);color:#fff;font-size:12px;font-weight:800;line-height:1}.driver-hello__name{font-size:26px;font-weight:900;line-height:1.15;letter-spacing:.2px;background:var(--brand-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--brand-600);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
