@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";.ui-button{--btn-fg: #04140f;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 20px;border-radius:var(--radius-md);border:1px solid transparent;font-family:var(--font-body);font-size:14.5px;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:transform .12s ease,background .15s ease,border-color .15s ease,opacity .15s ease;white-space:nowrap}.ui-button:active:not(:disabled){transform:translateY(1px)}.ui-button:disabled{cursor:not-allowed;opacity:.55}.ui-button--full{width:100%}.ui-button--primary{background:linear-gradient(135deg,var(--accent-admin),var(--accent-admin-strong));color:var(--btn-fg)}.ui-button--primary:hover:not(:disabled){filter:brightness(1.06)}.ui-button--secondary{background:var(--surface-3);color:var(--text);border-color:var(--border-strong)}.ui-button--secondary:hover:not(:disabled){background:var(--surface-hover)}.ui-button--ghost{background:transparent;color:var(--text-muted)}.ui-button--ghost:hover:not(:disabled){color:var(--text);background:var(--surface-2)}.ui-button--danger{background:color-mix(in srgb,var(--accent-danger) 12%,transparent);color:var(--accent-danger);border-color:color-mix(in srgb,var(--accent-danger) 35%,transparent)}.ui-button--danger:hover:not(:disabled){background:color-mix(in srgb,var(--accent-danger) 20%,transparent)}.ui-button__spinner{width:14px;height:14px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:ui-button-spin .7s linear infinite;opacity:.85}@keyframes ui-button-spin{to{transform:rotate(360deg)}}.ui-field{display:flex;flex-direction:column;gap:7px;width:100%}.ui-field__label{font-size:13px;font-weight:600;color:var(--text-muted);letter-spacing:.01em}.ui-field__control{display:flex;align-items:center;height:46px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color .15s ease,background .15s ease;overflow:hidden}.ui-field__control:focus-within{border-color:var(--accent-admin);background:var(--surface-3)}.ui-field__control--error{border-color:var(--accent-danger)}.ui-field__prefix{padding:0 4px 0 14px;color:var(--text-muted);font-family:var(--font-mono);font-size:14px;border-right:1px solid var(--border);height:100%;display:flex;align-items:center}.ui-field__input{flex:1;height:100%;min-width:0;padding:0 14px;background:transparent;border:none;color:var(--text);font-family:var(--font-body);font-size:13px}.ui-field__input:focus{outline:none}.ui-field__input::placeholder{color:var(--text-faint)}.ui-field__error{font-size:12.5px;color:var(--accent-danger)}.ui-field__hint{font-size:12.5px;color:var(--text-faint)}.ui-otp{display:flex;gap:10px}.ui-otp__box{width:48px;height:56px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-family:var(--font-mono);font-size:22px;font-weight:600;text-align:center;transition:border-color .15s ease,background .15s ease,transform .1s ease}.ui-otp__box:focus{outline:none;border-color:var(--accent-admin);background:var(--surface-3);transform:translateY(-1px)}.ui-otp__box--error{border-color:var(--accent-danger)}.ui-otp__box:disabled{opacity:.5}@media(max-width:380px){.ui-otp__box{width:40px;height:48px;font-size:18px}.ui-otp{gap:8px}}.ui-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);padding:24px}.ui-badge{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 10px;border-radius:999px;font-family:var(--font-mono);font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.ui-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.ui-badge--system_admin{color:var(--badge-warning-text);background:var(--badge-warning-bg)}.ui-badge--system_admin:before{background:var(--accent-system-admin)}.ui-badge--admin{color:var(--accent-admin);background:color-mix(in srgb,var(--accent-admin) 12%,transparent)}.ui-badge--supervisor{color:var(--accent-supervisor);background:color-mix(in srgb,var(--accent-supervisor) 14%,transparent)}.ui-badge--success{color:var(--accent-success);background:color-mix(in srgb,var(--accent-success) 12%,transparent)}.ui-badge--warning{color:var(--badge-warning-text);background:var(--badge-warning-bg)}.ui-badge--warning:before{background:var(--accent-system-admin)}.ui-badge--danger{color:var(--accent-danger);background:color-mix(in srgb,var(--accent-danger) 12%,transparent)}.ui-badge--neutral{color:var(--text-muted);background:var(--surface-3)}.ui-alert{padding:12px 14px;border-radius:var(--radius-md);font-size:13.5px;line-height:1.45;border:1px solid transparent}.ui-alert--error{background:#ff6b6b1a;border-color:#ff6b6b4d;color:var(--alert-error-text)}.ui-alert--info{background:var(--surface-2);border-color:var(--border);color:var(--text-muted)}.ui-alert--success{background:#34d3991a;border-color:#34d3994d;color:var(--alert-success-text)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.page-header__title{font-size:24px}.page-header__subtitle{margin-top:6px;color:var(--text-muted);font-size:14px}.ui-select__control{position:relative}.ui-select__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:34px;cursor:pointer}.ui-select__input:disabled{cursor:not-allowed;opacity:.6}.ui-select__chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.ui-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#05070b99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:100}.ui-modal{width:100%;max-width:480px;max-height:calc(100vh - 48px);overflow-y:auto;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);display:flex;flex-direction:column}.ui-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--border)}.ui-modal__heading{display:flex;flex-direction:column;gap:4px;min-width:0}.ui-modal__title{font-size:16px}.ui-modal__subtitle{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-faint)}.ui-modal__close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-sm);background:transparent;border:none;color:var(--text-muted);cursor:pointer}.ui-modal__close:hover{background:var(--surface-3);color:var(--text)}.ui-modal__body{padding:20px 22px;display:flex;flex-direction:column;gap:14px}.ui-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid var(--border)}.ui-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#05070b80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:flex-end;z-index:100;animation:ui-drawer-fade .18s ease}.ui-drawer{width:100%;max-width:480px;height:100vh;background:var(--surface);border-left:1px solid var(--border-strong);box-shadow:var(--shadow-lift);display:flex;flex-direction:column;animation:ui-drawer-slide-in .22s cubic-bezier(.16,1,.3,1)}@keyframes ui-drawer-fade{0%{opacity:0}}@keyframes ui-drawer-slide-in{0%{transform:translate(100%)}}.ui-drawer__header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:14px 20px;border-bottom:1px solid var(--border)}.ui-drawer__title{font-size:15px}.ui-drawer__close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-sm);background:transparent;border:none;color:var(--text-muted);cursor:pointer}.ui-drawer__close:hover{background:var(--surface-3);color:var(--text)}.ui-drawer__body{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:10px}.ui-drawer__footer{flex-shrink:0;display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid var(--border)}@media(max-width:560px){.ui-drawer{max-width:100%}}.ui-table__wrap{overflow-x:auto}.ui-table{width:100%;border-collapse:collapse}.ui-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);font-weight:600;padding:9px 20px;border-bottom:1px solid var(--border);white-space:nowrap}.ui-table td{padding:9px 20px;font-size:13px;line-height:1.3;border-bottom:1px solid var(--border);vertical-align:middle}.ui-table tr:last-child td{border-bottom:none}.ui-table__row--clickable{cursor:pointer;transition:background .12s ease}.ui-table__row--clickable:hover{background:var(--surface-2)}.ui-table__row--active{background:var(--surface-2);box-shadow:inset 3px 0 0 var(--accent-admin)}.ui-table__empty{padding:32px 16px;text-align:center;color:var(--text-faint);font-size:13.5px}.ui-tabs{display:inline-flex;align-items:center;gap:2px;padding:3px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md)}.ui-tabs__tab{height:32px;padding:0 14px;border:none;border-radius:calc(var(--radius-md) - 3px);background:transparent;color:var(--text-muted);font-family:var(--font-body);font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease;white-space:nowrap;outline:none}.ui-tabs__tab:hover{color:var(--text)}.ui-tabs__tab--active{background:var(--surface-3);color:var(--text)}.ui-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text-muted);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.ui-theme-toggle:hover{background:var(--surface-3);color:var(--text)}.store-multiselect{position:relative;min-width:160px}.store-multiselect__control{display:flex;align-items:center;gap:6px;width:100%;min-height:34px;padding:0 10px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);cursor:pointer}.store-multiselect__control:hover{border-color:var(--border-strong)}.store-multiselect__placeholder{flex:1;text-align:left;color:var(--text-faint);font-size:12.5px}.store-multiselect__chips{display:flex;flex-wrap:wrap;gap:4px;flex:1}.store-multiselect__chip{display:inline-flex;align-items:center;gap:4px;padding:2px 4px 2px 8px;border-radius:999px;background:color-mix(in srgb,var(--accent-supervisor) 14%,transparent);color:var(--accent-supervisor);font-size:12px;font-weight:600}.store-multiselect__chip button{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border:none;background:none;color:inherit;font-size:13px;line-height:1;cursor:pointer;opacity:.7}.store-multiselect__chip button:hover{opacity:1}.store-multiselect__chevron{flex-shrink:0;color:var(--text-faint)}.store-multiselect__menu{position:absolute;top:calc(100% + 6px);left:0;z-index:10;min-width:100%;max-height:220px;overflow-y:auto;padding:6px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lift)}.store-multiselect__option{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:var(--radius-sm);font-size:13.5px;color:var(--text);cursor:pointer;white-space:nowrap}.store-multiselect__option:hover{background:var(--surface-2)}.stat-card{--tone-color: var(--accent-supervisor);flex:1;display:flex;flex-direction:column;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--card-shadow);overflow:hidden;transition:box-shadow .15s ease,transform .1s ease}.stat-card--wide{flex:2}.stat-card--clickable{cursor:pointer}.stat-card--clickable:hover{transform:translateY(-1px)}.stat-card--clickable:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.stat-card--selected{box-shadow:0 0 0 3px color-mix(in srgb,var(--tone-color) 30%,transparent),var(--card-shadow)}.stat-card--total{--tone-color: var(--accent-supervisor)}.stat-card--live{--tone-color: var(--accent-admin)}.stat-card--success{--tone-color: var(--accent-success)}.stat-card--neutral{--tone-color: var(--text-faint)}.stat-card--danger{--tone-color: var(--accent-danger)}.stat-card__header{padding:8px 12px;text-align:center;font-size:11.5px;font-weight:700;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,var(--tone-color),color-mix(in srgb,var(--tone-color) 55%,white))}.stat-card--danger .stat-card__body{background:color-mix(in srgb,var(--accent-danger) 6%,var(--surface))}.stat-card__body{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 14px;text-align:center}.stat-card__value{font-family:var(--font-display);font-size:23px;font-weight:700;color:var(--text);line-height:1}.stat-card__breakdown{display:flex;align-self:stretch;gap:8px;margin-top:auto}.stat-chip{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:7px 4px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);font-family:inherit;cursor:pointer;transition:background .12s ease,border-color .12s ease}.stat-chip:hover{background:var(--surface-3)}.stat-chip--selected{background:color-mix(in srgb,var(--tone-color) 16%,var(--surface-2));border-color:var(--tone-color)}.stat-chip__value{font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--text)}.stat-chip__label{font-size:10px}.stat-card__sla-hint{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:var(--text-faint)}@media(max-width:700px){.stat-card__breakdown{flex-wrap:wrap}.stat-chip{flex-basis:calc(50% - 4px)}}.ui-options-menu{position:relative;display:inline-block}.ui-options-menu__trigger{display:flex;align-items:center;gap:6px;height:28px;padding:0 12px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--accent-admin);font-size:12px;font-weight:600;cursor:pointer}.ui-options-menu__trigger:hover{background:var(--surface-3)}.ui-options-menu__list{position:fixed;z-index:1000;display:flex;flex-direction:column;min-width:160px;padding:6px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);box-shadow:var(--card-shadow)}.ui-options-menu__item{padding:8px 10px;border:none;border-radius:var(--radius-sm);background:none;color:var(--text);font-size:13px;text-align:left;cursor:pointer}.ui-options-menu__item:hover:not(:disabled){background:var(--surface-2)}.ui-options-menu__item:disabled{opacity:.5;cursor:default}.ui-options-menu__item--danger{color:var(--accent-danger)}.top-shell{min-height:100vh;background:var(--bg)}.top-shell__bar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:16px;height:56px;padding:0 18px;background:var(--bg-elevated);border-bottom:1px solid var(--border)}.top-shell__brand{display:flex;align-items:baseline;flex-shrink:0}.top-shell__brand-mark{font-family:var(--font-display);font-weight:700;font-size:15px;letter-spacing:-.01em;white-space:nowrap}.top-shell__nav{position:relative;display:flex;align-items:center;gap:2px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none;-webkit-mask-image:linear-gradient(to right,transparent,#000 12px,#000 calc(100% - 12px),transparent);mask-image:linear-gradient(to right,transparent,#000 12px,#000 calc(100% - 12px),transparent)}.top-shell__nav::-webkit-scrollbar{display:none}.top-shell__nav-link{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border-radius:var(--radius-md);color:var(--text-muted);font-size:12.5px;font-weight:500;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .12s ease,color .12s ease}.top-shell__nav-link:hover{color:var(--text);background:var(--surface-2)}.top-shell__nav-link--active{color:var(--text);background:var(--surface-2);font-weight:600;border-radius:var(--radius-md) var(--radius-md) 0 0;box-shadow:inset 0 -2px 0 var(--accent-admin)}.top-shell__nav-icon{display:inline-flex;width:14px;height:14px;align-items:center;justify-content:center;opacity:.85}.top-shell__actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.top-shell__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.top-shell__icon-btn:hover{background:var(--surface-3);color:var(--text)}.top-shell__account{position:relative}.top-shell__account-menu{position:absolute;top:calc(100% + 8px);right:0;display:flex;flex-direction:column;gap:8px;align-items:flex-start;min-width:180px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lift)}.top-shell__account-name{font-size:13px;font-weight:600;color:var(--text)}.top-shell__logout{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--accent-danger) 40%,transparent);background:color-mix(in srgb,var(--accent-danger) 10%,transparent);color:var(--accent-danger);cursor:pointer;transition:background .15s ease}.top-shell__logout:hover{background:color-mix(in srgb,var(--accent-danger) 18%,transparent)}.top-shell__content{padding:14px 32px 40px;overflow-x:hidden}@media(max-width:860px){.top-shell__bar{gap:12px;padding:0 14px}.top-shell__content{padding:18px}}.filter-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px 12px;margin-bottom:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.filter-bar__control{height:34px;padding:0 10px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);font-family:var(--font-body);font-size:12.5px}.filter-bar__select{min-width:150px}.filter-bar__select .ui-field__control{height:34px}.filter-bar__search{display:flex;align-items:stretch;flex:1;min-width:200px;height:34px;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;background:var(--surface-2)}.filter-bar__search:focus-within{border-color:var(--accent-admin)}.filter-bar__search input{flex:1;min-width:0;padding:0 12px;background:transparent;border:none;color:var(--text);font-family:var(--font-body);font-size:12.5px}.filter-bar__search input:focus{outline:none}.filter-bar__search input::placeholder{color:var(--text-faint)}.filter-bar__search-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;flex-shrink:0;border:none;background:var(--accent-admin);color:#fff;cursor:pointer;transition:filter .12s ease}.filter-bar__search-btn:hover{filter:brightness(1.08)}.filter-bar__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;padding:0;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.filter-bar__icon-btn:hover{background:var(--surface-3);color:var(--text)}@media(max-width:860px){.filter-bar__search{flex-basis:100%;order:5}}.edit-rider-modal__grid{display:grid;gap:14px}.edit-rider-modal__error{margin:0 0 14px;color:var(--accent-danger);font-size:13px}.rider-review-panel__empty{padding:32px 16px;color:var(--text-faint);font-size:13.5px;text-align:center}.rider-review-panel__error{margin:0 0 16px;color:var(--accent-danger);font-size:13px}.rider-review-panel__head{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.rider-review-panel__head h2{margin:0 0 4px;font-size:18px;line-height:1.3}.rider-review-panel__meta{margin:0 0 14px;font-family:var(--font-mono);font-size:11.5px;color:var(--text-faint)}.rider-review-panel__head-controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.rider-review-panel__reject-form{margin-bottom:20px}.rider-review-panel__actions{display:flex;gap:12px}.rider-review-panel__decided-note{font-size:13.5px;color:var(--text-muted)}.rider-review-panel__section{margin-bottom:4px;border-bottom:1px solid var(--border)}.rider-review-panel__section-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 2px;border:none;background:none;cursor:pointer;font:inherit;color:var(--text);text-align:left}.rider-review-panel__section-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.rider-review-panel__chevron{flex-shrink:0;color:var(--text-faint);transition:transform .15s ease}.rider-review-panel__chevron--open{transform:rotate(180deg)}.rider-review-panel__section-body{padding:0 2px 18px}.rider-review-panel__images{display:flex;gap:10px;margin-bottom:14px}.rider-review-panel__image-tile{display:flex;flex-direction:column;align-items:center;gap:6px;width:140px}.rider-review-panel__image-tile img{width:140px;height:90px;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2)}.rider-review-panel__image-tile span{font-size:11.5px;color:var(--text-faint)}.rider-review-panel__pan-number{display:flex;align-items:flex-end;gap:10px;max-width:320px;margin-bottom:14px}.rider-review-panel__pan-number>*:first-child{flex:1}.rider-review-panel__icon-actions{display:flex;gap:8px}.rider-review-panel__icon-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;border:1px solid transparent;cursor:pointer;transition:opacity .15s ease}.rider-review-panel__icon-btn:disabled{opacity:.5;cursor:default}.rider-review-panel__icon-btn--approve{background:color-mix(in srgb,var(--accent-success) 16%,transparent);color:var(--accent-success)}.rider-review-panel__icon-btn--reject{background:color-mix(in srgb,var(--accent-danger) 12%,transparent);color:var(--accent-danger)}.rider-review-panel__upload-prompt{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border-radius:var(--radius-md);border:1px dashed var(--border-strong);background:var(--surface-2)}.rider-review-panel__upload-prompt p{margin:0;font-size:13px;color:var(--text-muted)}.all-riders__table-wrapper{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.all-riders__mono{font-family:var(--font-mono);font-size:12.5px;color:var(--text-muted)}.all-riders__unassigned{color:var(--text-faint);font-style:italic}.manage-docks__board{display:grid;grid-template-columns:1.3fr 1fr;gap:20px;align-items:start}.manage-docks__table-card{padding:0;overflow:hidden}.manage-docks__detail{padding:24px}.manage-docks__empty{padding:32px 16px;color:var(--text-faint);font-size:13.5px;text-align:center}.manage-docks__detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.manage-docks__detail-actions{display:flex;gap:10px;flex-shrink:0}.manage-docks__meta{font-size:13px;color:var(--text-muted);margin-top:4px}.manage-docks__section-title{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);margin-bottom:12px}.manage-docks__supervisor-list{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:6px}.manage-docks__supervisor-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border)}.manage-docks__supervisor-name{display:block;font-size:13.5px;font-weight:600}.manage-docks__mono{display:block;font-family:var(--font-mono);font-size:11.5px;color:var(--text-faint);margin-top:2px}.manage-docks__assign-row{display:flex;gap:10px;align-items:flex-end}.manage-docks__assign-row>*:first-child{flex:1}.manage-docks__form{display:flex;flex-direction:column;gap:16px}.manage-docks__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:1000px){.manage-docks__board{grid-template-columns:1fr}}@media(max-width:700px){.manage-docks__form-row{grid-template-columns:1fr}}.manage-staff__form-card{margin-bottom:20px}.manage-staff__form{display:flex;flex-direction:column;gap:16px}.manage-staff__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.manage-staff__table-card{padding:0;overflow:hidden}.manage-staff__role-cell{display:flex;align-items:center;gap:6px}.manage-staff__mono{font-family:var(--font-mono);font-size:12.5px;color:var(--text-muted)}@media(max-width:700px){.manage-staff__form-row{grid-template-columns:1fr}}.alerts-empty{display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center;padding:48px 24px}.alerts-empty__title{font-size:15px;font-weight:600;color:var(--text)}.alerts-empty__body{max-width:380px;font-size:13.5px;color:var(--text-faint);margin:0}.dispatch-signature{position:relative;padding:4px 0 4px 4px}.dispatch-signature__rail{position:relative;display:flex;flex-direction:column;gap:clamp(6px,1.6vh,22px);padding-left:22px}.dispatch-signature__rail:before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:1px;background:linear-gradient(to bottom,transparent,var(--border-strong) 12%,var(--border-strong) 88%,transparent)}.dispatch-signature__node{position:relative;display:flex;align-items:baseline;gap:14px}.dispatch-signature__dot{position:absolute;left:-22px;top:3px;width:11px;height:11px;border-radius:50%;background:var(--surface-3);border:1px solid var(--border-strong)}.dispatch-signature__node--active .dispatch-signature__dot{background:var(--accent-admin);border-color:var(--accent-admin);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent-admin) 16%,transparent);animation:dispatch-pulse 1.8s ease-in-out infinite}@keyframes dispatch-pulse{0%,to{box-shadow:0 0 0 4px color-mix(in srgb,var(--accent-admin) 16%,transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb,var(--accent-admin) 6%,transparent)}}.dispatch-signature__text{display:flex;flex-direction:column;gap:2px}.dispatch-signature__label{font-size:14px;color:var(--text-muted)}.dispatch-signature__node--active .dispatch-signature__label{color:var(--text);font-weight:600}.dispatch-signature__code{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:var(--text-faint)}.dispatch-signature__node--active .dispatch-signature__code{color:var(--accent-admin)}.auth-layout{position:relative;height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:var(--bg);overflow:hidden}.auth-layout>.map-bg{z-index:0}.auth-layout__brand{position:relative;z-index:1;display:flex;align-items:center;padding:clamp(20px,3vh,56px) clamp(24px,4vw,56px)}.auth-layout__glass{width:100%;max-width:460px;display:flex;flex-direction:column;gap:clamp(8px,1.6vh,24px);padding:clamp(14px,1.6vh + 1vw,30px);background:var(--glass-bg);backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);max-height:calc(100vh - clamp(24px,4vh,64px));overflow:hidden}.auth-layout__brand-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth-layout__brand-top-right{display:flex;align-items:center;gap:10px}.auth-layout__brand-mark{display:flex;align-items:baseline;gap:10px}.auth-layout__mark{font-family:var(--font-display);font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--text);white-space:nowrap}.auth-layout__mark-sub{font-family:var(--font-mono);font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);padding:3px 8px;border:1px solid var(--border-strong);border-radius:999px;white-space:nowrap}.auth-layout__status{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.auth-layout__status-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-admin);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-admin) 18%,transparent);animation:auth-status-pulse 1.8s ease-in-out infinite}@keyframes auth-status-pulse{0%,to{box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-admin) 18%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--accent-admin) 6%,transparent)}}.auth-layout__headline{font-size:clamp(20px,1.3vw + 1.3vh + 10px,32px);line-height:1.15;color:var(--text);margin-bottom:clamp(4px,1vh,14px)}.auth-layout__sub{font-size:13.5px;color:var(--text-muted);line-height:1.5;margin-bottom:clamp(8px,1.6vh,24px)}.auth-layout__brand-bottom{font-family:var(--font-mono);font-size:11.5px;color:var(--text-faint);letter-spacing:.02em}.auth-layout__panel{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:clamp(20px,4vw,32px);overflow-y:auto}.auth-layout__panel-inner{width:100%;max-width:400px}.auth-layout__mobile-header{display:none;align-items:center;justify-content:center;gap:10px;margin-bottom:28px;padding:10px 14px 10px 18px;background:var(--glass-bg);backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);border:1px solid var(--glass-border);border-radius:999px;box-shadow:var(--shadow-lift);width:fit-content;margin-inline:auto}.auth-layout__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lift);padding:36px}@media(max-width:1180px){.auth-layout__brand-mid{max-width:360px}}@media(max-width:900px){.auth-layout{grid-template-columns:1fr}.auth-layout__brand{display:none}.auth-layout__mobile-header{display:flex}.auth-layout__panel{padding:24px 20px}}@media(max-width:480px){.auth-layout__card{padding:26px 20px}}.login-card__title{font-size:clamp(21px,1.4vw + 16px,26px);color:var(--text);margin-bottom:8px}.login-card__subtitle{font-size:13.5px;color:var(--text-muted);margin-bottom:28px;line-height:1.5}.login-card__form{display:flex;flex-direction:column;gap:18px;margin-bottom:22px}.login-card__back{background:none;border:none;color:var(--text-muted);font-size:13px;cursor:pointer;align-self:center;padding:4px}.login-card__back:hover{color:var(--text)}.login-card__footnote{font-size:12.5px;color:var(--text-faint);text-align:center;border-top:1px solid var(--border);padding-top:18px}.breach-stat{display:flex;align-items:stretch;gap:16px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.breach-stat__hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;flex:0 0 140px;text-align:center}.breach-stat__value{font-family:var(--font-display);font-size:32px;font-weight:700;color:var(--text)}.breach-stat__label{font-size:12px;color:var(--text-faint)}.breach-stat__list{flex:1;min-width:0;padding:4px 0 4px 16px;border-left:1px solid var(--border)}.breach-stat__list-header{display:flex;align-items:baseline;justify-content:space-between;font-size:11.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--text);margin-bottom:8px}.breach-stat__list-value{font-weight:700;color:var(--accent-admin)}.breach-stat__list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.breach-stat__list li{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text-muted)}.breach-stat__list li span:last-child{font-weight:700;color:var(--text)}.breach-stat__row-danger{color:var(--accent-danger)!important}@media(max-width:640px){.breach-stat{flex-direction:column}.breach-stat__list{border-left:none;padding-left:0;border-top:1px solid var(--border);padding-top:12px}}.ct-filters__online{display:inline-flex;align-items:center;gap:7px;margin-left:auto;padding:0 14px;height:36px;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);font-size:13px;color:var(--text-muted);white-space:nowrap}.ct-filters__online b{color:var(--text)}.ct-filters__online-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-success);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-success) 20%,transparent)}.kpi-tile{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);text-align:center}.kpi-tile__label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint)}.kpi-tile__value{display:flex;align-items:baseline;gap:6px;font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--text)}.kpi-tile__sub{font-family:var(--font-body);font-size:12px;font-weight:600;color:var(--text-faint)}.rider-perf-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rider-perf{display:flex;gap:16px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.rider-perf__hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:0 0 130px;text-align:center;border-right:1px solid var(--border);padding-right:14px}.rider-perf__value{font-family:var(--font-display);font-size:30px;font-weight:700;color:var(--text)}.rider-perf__label{font-size:12px;color:var(--text-faint)}.rider-perf__list{flex:1;min-width:0;list-style:none;margin:0;padding:0;max-height:140px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.rider-perf__list li{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12.5px}.rider-perf__name{display:block;font-weight:600;color:var(--accent-admin)}.rider-perf__phone{display:block;color:var(--text-faint);font-size:11px}.rider-perf__count{flex-shrink:0;font-weight:700;color:var(--text)}@media(max-width:700px){.rider-perf-section{grid-template-columns:1fr}}.ct-section-label{display:flex;align-items:center;gap:8px;margin:24px 0 12px;font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text)}.ct-section-label__bar{width:3px;height:14px;border-radius:2px;background:var(--accent-admin)}.store-issues{display:grid;grid-template-columns:2fr 1fr;gap:12px;align-items:stretch}.store-issues__card{display:flex;gap:16px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.store-issues__hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:0 0 110px;text-align:center;border-right:1px solid var(--border);padding-right:14px}.store-issues__value{font-family:var(--font-display);font-size:30px;font-weight:700;color:var(--text)}.store-issues__label{font-size:12px;color:var(--text-faint)}.store-issues__grid{flex:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.store-issues__tile{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md)}.store-issues__tile-label{font-size:12.5px;color:var(--text-muted)}.store-issues__tile-value{font-weight:700;color:var(--text);font-size:13px}.store-issues__tile-value--breach{color:var(--accent-danger)}.store-issues__delayed-by{padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.store-issues__delayed-header{display:flex;justify-content:space-between;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint);margin-bottom:10px}.store-issues__delayed-by ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.store-issues__delayed-by li{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted)}.store-issues__delayed-by li span:last-child{font-weight:700;color:var(--text)}@media(max-width:900px){.store-issues{grid-template-columns:1fr}}.store-sla{display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:12px;align-items:stretch}.store-sla__breach,.store-sla__forward,.store-sla__return{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);padding:16px}.store-sla__breach-header{display:flex;align-items:baseline;justify-content:space-between;font-size:11.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint);margin-bottom:10px}.store-sla__breach-value{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--text);text-transform:none}.store-sla__breach-rows{list-style:none;margin:0;padding:0;max-height:160px;overflow-y:auto;display:flex;flex-direction:column;gap:7px}.store-sla__breach-rows li{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted)}.store-sla__breach-rows li span:last-child{font-weight:700;color:var(--text)}.store-sla__forward{display:flex;gap:14px}.store-sla__forward-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;flex:0 0 100px;text-align:center;border-right:1px solid var(--border);padding-right:14px}.store-sla__forward-value{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--text)}.store-sla__forward-label{font-size:12px;color:var(--text-faint)}.store-sla__forward-avg{font-size:10.5px;color:var(--text-faint)}.store-sla__delay-list{flex:1;min-width:0;list-style:none;margin:0;padding:0;max-height:160px;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.store-sla__delay-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.store-sla__delay-name{display:block;font-weight:600;color:var(--accent-admin)}.store-sla__delay-phone{display:block;color:var(--text-faint);font-size:11px}.store-sla__delay-times{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.store-sla__delay-label{color:var(--accent-danger);font-weight:700;font-size:12px}.store-sla__delay-extra{color:var(--text-faint);font-size:10.5px}.store-sla__return{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.store-sla__return-value{font-family:var(--font-display);font-size:26px;font-weight:700;color:var(--text)}.store-sla__return-label{font-size:12px;color:var(--text-faint);margin-bottom:8px}.store-sla__return-empty{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;justify-content:center;color:var(--text-faint);font-size:12.5px}@media(max-width:900px){.store-sla{grid-template-columns:1fr}}.ct-hero-subtitle{font-size:11px;color:var(--text-faint);margin-top:-6px}.ct-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.ct-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:12px}@media(max-width:1100px){.ct-grid-2{grid-template-columns:1fr}.ct-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:560px){.ct-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.order-details{display:flex;flex-direction:column;gap:0;margin:0 0 14px}.order-details__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:7px 0;border-bottom:1px solid var(--border)}.order-details__row:last-child{border-bottom:none}.order-details__row dt{font-size:12.5px;color:var(--text-faint)}.order-details__row dd{margin:0;font-size:13.5px;font-weight:600;color:var(--text);text-align:right}.order-details__map-btn{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 10px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--accent-admin);font-size:12px;font-weight:600;cursor:pointer}.order-details__map-btn:hover{background:var(--surface-3)}.order-details__reveal{display:inline-flex;align-items:center;gap:5px;border:none;background:none;color:var(--text);font-family:var(--font-mono);font-weight:600;font-size:13px;cursor:pointer}.order-details__reveal:hover{color:var(--accent-admin)}.order-details__grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.order-details__action{height:36px;border-radius:var(--radius-md);border:none;font-size:12.5px;font-weight:700;color:#fff;cursor:pointer;transition:filter .12s ease}.order-details__action:hover:not(:disabled){filter:brightness(1.08)}.order-details__action:disabled{opacity:.45;cursor:not-allowed}.order-details__action--wide{grid-column:1 / -1}.order-details__action--amber{background:#d99a3a}.order-details__action--indigo{background:var(--accent-supervisor)}.order-details__action--green{background:var(--accent-success)}.order-details__action--blue{background:#2f5fd6}.order-details__assign-panel{display:flex;flex-direction:column;gap:10px;margin-top:14px;padding:14px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2)}.order-details__assign-title{font-size:12.5px;font-weight:600;color:var(--text)}.order-details__assign-hint{font-size:12.5px;color:var(--text-faint)}.order-details__assign-error{font-size:12px;color:var(--accent-danger)}.order-details__assign-actions{display:flex;justify-content:flex-end;gap:8px}.order-details__assign-cancel,.order-details__assign-confirm{height:30px;padding:0 14px;border-radius:var(--radius-sm);border:none;font-size:12.5px;font-weight:600;cursor:pointer}.order-details__assign-cancel{background:var(--surface-3);color:var(--text)}.order-details__assign-confirm{background:var(--accent-supervisor);color:#fff}.order-details__assign-confirm:disabled{opacity:.5;cursor:not-allowed}.order-events__subtitle{margin:-8px 0 16px;font-size:12.5px;color:var(--text-faint)}.order-events__table{width:100%;border-collapse:collapse;font-size:12.5px;table-layout:fixed}.order-events__table th{padding:8px 10px;text-align:left;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:var(--accent-supervisor);white-space:nowrap}.order-events__table th:first-child{border-top-left-radius:var(--radius-sm);width:32%}.order-events__table th:nth-child(2){width:34%}.order-events__table th:last-child{border-top-right-radius:var(--radius-sm);width:34%}.order-events__table td{padding:8px 10px;border-bottom:1px solid var(--border);color:var(--text);vertical-align:top}.order-events__table td:not(.order-events__remarks){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-events__status{display:inline-block;max-width:100%;padding:3px 9px;border-radius:999px;background:color-mix(in srgb,var(--accent-admin) 14%,transparent);color:var(--accent-admin);font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.order-events__time{font-family:var(--font-mono);font-size:11px;color:var(--text-muted)}.order-events__remarks{color:var(--text-faint);white-space:normal;word-break:break-word}.order-events__footer{margin:14px 0 0;font-size:12px;color:var(--text-faint)}.orders-table__wrap{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.orders-table{width:100%;border-collapse:collapse;font-size:12px}.orders-table th{position:sticky;top:0;padding:10px 12px;text-align:left;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint);background:var(--surface-2);border-bottom:1px solid var(--border);white-space:nowrap}.orders-table td{padding:10px 12px;border-bottom:1px solid var(--border);vertical-align:top;white-space:nowrap}.orders-table th:not(:first-child){text-align:center}.orders-table td:not(:first-child){text-align:center}.orders-table tbody tr:last-child td{border-bottom:none}.orders-table tbody tr{cursor:pointer}.orders-table tbody tr:hover{background:var(--surface-2)}.orders-table th:first-child,.orders-table td:first-child{position:sticky;left:0;z-index:1;background:var(--surface);box-shadow:2px 0 4px -2px #00000026}.orders-table th:last-child,.orders-table td:last-child{position:sticky;right:0;z-index:1;background:var(--surface);box-shadow:-2px 0 4px -2px #00000026}.orders-table thead th:first-child,.orders-table thead th:last-child{z-index:2;background:var(--surface-2)}.orders-table tbody tr:hover td:first-child,.orders-table tbody tr:hover td:last-child{background:var(--surface-2)}.orders-table__empty{text-align:center;color:var(--text-faint);padding:32px 0}.orders-table__id{display:flex;align-items:center;gap:6px}.orders-table__id-main{font-weight:700;color:var(--text)}.orders-table__id-map{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:none;color:var(--text-faint);cursor:pointer}.orders-table__id-map:hover{color:var(--accent-admin)}.orders-table__id-meta{margin-top:2px;font-size:11px;color:var(--text-faint)}.orders-table__status{display:flex;flex-direction:column;gap:4px;align-items:center}.orders-table__rider{font-weight:600;color:var(--text);white-space:normal;max-width:160px;margin:0 auto;text-align:center}.orders-table__phone{display:inline-flex;align-items:center;gap:5px;margin-top:3px;padding:0;border:none;background:none;color:var(--text-faint);font-family:var(--font-mono);font-size:11px;cursor:pointer}.orders-table__phone:hover{color:var(--text-muted)}.orders-table__tat{display:inline-flex;align-items:baseline;gap:4px;color:var(--text)}.orders-table__tat span{color:var(--text-faint);font-size:11px}.orders-table__tat--breach b{color:var(--accent-danger)}.orders-table__breach{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:999px;background:color-mix(in srgb,var(--accent-danger) 12%,transparent);color:var(--accent-danger);font-size:11px;font-weight:700;white-space:nowrap}.orders-table__dash{color:var(--text-faint)}.orders-table__time-left{display:flex;flex-direction:column;align-items:center}.orders-table__time-left-time{font-weight:600;color:var(--text)}.orders-table__time-left-bar{height:4px;background:var(--accent-admin);border-radius:2px;margin:4px 0;width:100%}.orders-table__time-left-bar--breach{background:var(--accent-danger)}.orders-table__time-left-dist{color:var(--text-faint)}.orders-table__actions{display:flex;flex-direction:column;align-items:center;gap:6px}.orders-table__action{height:28px;width:100%;padding:0 10px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font-size:11.5px;font-weight:600;cursor:pointer}.orders-table__action:hover{background:var(--surface-3)}.stat-tiles{margin-bottom:22px}.stat-tiles__row{display:flex;align-items:stretch;gap:14px}.stat-tiles__reset{display:inline-flex;align-items:center;gap:4px;margin-top:10px;padding:5px 12px;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text-muted);font-size:12px;font-weight:600;cursor:pointer}.stat-tiles__reset:hover{background:var(--surface-3);color:var(--text)}@media(max-width:1180px){.stat-tiles__row{flex-wrap:wrap}}.orders-page__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;font-size:12.5px;color:var(--text-faint)}.orders-page__pagination-controls{display:flex;gap:6px}.orders-page__pagination-controls button{width:28px;height:28px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);cursor:pointer}.orders-page__pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.orders-page__pagination-controls button:hover:not(:disabled){background:var(--surface-3)}.rider-details__reveal{display:inline-flex;align-items:center;gap:5px;border:none;background:none;padding:0;color:var(--text-faint);font-family:var(--font-mono);font-weight:600;font-size:12.5px;cursor:pointer}.rider-details__reveal:hover{color:var(--text-muted)}.rider-details__sep{color:var(--border-strong)}.rider-details__tabs .ui-tabs{display:flex;width:100%;padding:0;border-radius:var(--radius-md);overflow:hidden}.rider-details__tabs .ui-tabs__tab{flex:1;height:38px;border-radius:0}.rider-details__flag{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px}.rider-details__flag--on{background:color-mix(in srgb,var(--accent-admin) 16%,transparent);color:var(--accent-admin)}.rider-details__flag-dash{color:var(--text-faint)}.rider-details__override{height:26px;padding:0 12px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text-muted);font-size:11.5px;font-weight:600;cursor:pointer}.rider-details__override:hover{background:var(--surface-3);color:var(--text)}.rider-details__th{display:inline-flex;align-items:center;gap:4px}.rider-details__panel{min-height:300px;max-height:300px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-md)}.rider-details__panel .ui-table th{position:sticky;top:0;z-index:1;padding:9px 14px;font-size:10.5px;background:var(--surface);white-space:nowrap}.rider-details__panel .ui-table td{padding:9px 14px;font-size:12px;white-space:nowrap}.rider-details__panel--code .ui-table th{text-transform:none;font-weight:600}.rider-details__panel--code .ui-table td{font-family:var(--font-mono)}.rider-details__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--text-faint)}.rider-details__pagination-controls{display:flex;gap:6px}.rider-details__pagination-controls button{width:26px;height:26px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);cursor:pointer}.rider-details__pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.riders-summary-cards{margin-bottom:22px}.riders-page__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;font-size:12.5px;color:var(--text-faint)}.riders-page__pagination-controls{display:flex;gap:6px}.riders-page__pagination-controls button{width:28px;height:28px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);cursor:pointer}.riders-page__pagination-controls button:disabled{opacity:.4;cursor:not-allowed}.riders-page__pagination-controls button:hover:not(:disabled){background:var(--surface-3)}.riders-summary-cards__row{display:flex;align-items:stretch;gap:14px}.riders-summary-cards__reset{display:inline-flex;align-items:center;gap:4px;margin-top:10px;padding:5px 12px;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text-muted);font-size:12px;font-weight:600;cursor:pointer}.riders-summary-cards__reset:hover{background:var(--surface-3);color:var(--text)}.riders-table-wrapper{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.riders-table-wrapper .ui-table th{background:var(--surface-2);color:var(--text-faint);padding:9px 14px;font-size:10.5px}.riders-table-wrapper .ui-table td{padding:9px 14px;font-size:12px}.riders-table__nowrap{white-space:nowrap}.rider-avatar{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;color:#fff;font-size:11px;font-weight:700}.riders-table-wrapper .ui-table th:first-child,.riders-table-wrapper .ui-table td:first-child{position:sticky;left:0;z-index:1;background:var(--surface);box-shadow:2px 0 4px -2px #00000026}.riders-table-wrapper .ui-table th:last-child,.riders-table-wrapper .ui-table td:last-child{position:sticky;right:0;z-index:1;background:var(--surface);box-shadow:-2px 0 4px -2px #00000026}.riders-table-wrapper .ui-table thead th:first-child,.riders-table-wrapper .ui-table thead th:last-child{z-index:2;background:var(--surface-2)}.rider-action-buttons{display:flex;flex-direction:column;align-items:center;gap:6px}.rider-action-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 12px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--accent-admin);font-size:12px;cursor:pointer}.rider-action-btn:hover{background:var(--surface-3)}.sla-breach-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;white-space:nowrap}.sla-breach-badge.on-track{background:color-mix(in srgb,var(--accent-success) 14%,transparent);color:var(--accent-success)}.sla-breach-badge.breached{background:color-mix(in srgb,var(--accent-danger) 14%,transparent);color:var(--accent-danger)}.time-left{display:flex;flex-direction:column;align-items:center;font-size:12px}.time-left__time{font-weight:600;color:var(--text)}.time-left__bar{height:4px;background:var(--accent-supervisor);border-radius:2px;margin:4px 0;width:100%}.time-left__dist{color:var(--text-faint)}.rider-info{display:flex;flex-direction:column}.rider-info__id{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--text-faint)}.rider-info__eye{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;color:var(--text-faint);cursor:pointer}.rider-info__eye:hover{color:var(--text-muted)}.rider-status-group{display:flex;flex-direction:column;align-items:center;gap:6px}.rider-sub-status{padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:color-mix(in srgb,var(--accent-supervisor) 14%,transparent);color:var(--accent-supervisor)}@media(max-width:1180px){.riders-summary-cards__row{flex-wrap:wrap}}.stores-table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);overflow:hidden}.stores__empty{padding:32px 16px;color:var(--text-faint);font-size:13.5px;text-align:center}.stores__detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.stores__detail-actions{display:flex;gap:10px;flex-shrink:0}.stores__meta{font-size:13px;color:var(--text-muted);margin-top:4px}.stores__section-title{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);margin-bottom:12px}.stores__supervisor-list{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:6px}.stores__supervisor-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border)}.stores__supervisor-name{display:block;font-size:13.5px;font-weight:600}.stores__mono{display:block;font-family:var(--font-mono);font-size:11.5px;color:var(--text-faint);margin-top:2px}.stores__assign-row{display:flex;gap:10px;align-items:flex-end}.stores__assign-row>*:first-child{flex:1}.stores__form{display:flex;flex-direction:column;gap:16px}.stores__form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:700px){.stores__form-row{grid-template-columns:1fr}}.supervisor-board{display:grid;grid-template-columns:340px 1fr;gap:20px;align-items:start}.supervisor-board__queue,.supervisor-board__detail{padding:8px}.supervisor-board__empty{padding:32px 16px;color:var(--text-faint);font-size:13.5px;text-align:center}.supervisor-board__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.supervisor-board__row{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 14px;border-radius:var(--radius-md);background:transparent;border:1px solid transparent;text-align:left;cursor:pointer}.supervisor-board__row:hover{background:var(--surface-2)}.supervisor-board__row--active{background:var(--surface-2);border-color:var(--border-strong)}.supervisor-board__row-name{font-size:14px;font-weight:600}.supervisor-board__row-meta{font-family:var(--font-mono);font-size:11.5px;color:var(--text-faint)}.supervisor-board__detail{padding:24px}.supervisor-board__detail-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.supervisor-board__docs{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;margin-bottom:24px}.supervisor-board__doc{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);text-decoration:none;color:var(--text);font-size:13px;font-weight:500;transition:border-color .15s ease}.supervisor-board__doc:hover{border-color:var(--border-strong)}.supervisor-board__doc-type{text-transform:capitalize}.supervisor-board__reject-form{margin-bottom:20px}.supervisor-board__actions{display:flex;gap:12px}@media(max-width:900px){.supervisor-board{grid-template-columns:1fr}}:root{--font-display: "Space Grotesk", "Segoe UI", sans-serif;--font-body: "Inter", "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Consolas", monospace;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 12px}:root,:root[data-theme=dark]{color-scheme:dark;--bg: #0d1117;--bg-elevated: #111318;--surface: #1a1d24;--surface-2: #21252d;--surface-3: #2a2e37;--surface-hover: #323844;--border: #2a2e37;--border-strong: #3a4049;--text: #f2f4f7;--text-muted: #94a3b8;--text-faint: #6b7789;--accent-system-admin: #fdb022;--accent-admin: #34d399;--accent-admin-strong: #22b57e;--accent-supervisor: #8b92f5;--accent-danger: #ff6b6b;--accent-success: #34d399;--focus-ring: #34d399;--shadow-lift: 0 12px 40px -12px rgba(0, 0, 0, .55);--card-shadow: none;--alert-error-text: #ffb3b3;--alert-success-text: #8ff0cf;--badge-warning-text: #fdb022;--badge-warning-bg: #3b2f14;--glass-bg: rgba(15, 19, 27, .62);--glass-border: rgba(255, 255, 255, .08)}:root[data-theme=light]{color-scheme:light;--bg: #f4f6f9;--bg-elevated: #eef1f9;--surface: #ffffff;--surface-2: #eef1f5;--surface-3: #e4e7ec;--surface-hover: #dfe3ea;--border: #e4e7ec;--border-strong: #cbd1db;--text: #101828;--text-muted: #667085;--text-faint: #98a2b3;--accent-system-admin: #f79009;--accent-admin: #2e7d6b;--accent-admin-strong: #24645a;--accent-supervisor: #5457e6;--accent-danger: #dc2626;--accent-success: #059669;--focus-ring: #2e7d6b;--shadow-lift: 0 20px 48px -16px rgba(16, 24, 40, .14);--card-shadow: 0 1px 3px rgba(16, 24, 40, .06);--alert-error-text: #b3261e;--alert-success-text: #0a7a55;--badge-warning-text: #b54708;--badge-warning-bg: #fffaeb;--glass-bg: rgba(255, 255, 255, .72);--glass-border: rgba(255, 255, 255, .6)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;margin:0;letter-spacing:-.01em}p{margin:0}a{color:inherit}button{font-family:inherit}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}::selection{background:var(--accent-admin);color:#04140f}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
