@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{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 var(--transition-fast),background var(--transition-base),border-color var(--transition-base),opacity var(--transition-base),box-shadow var(--transition-base),filter var(--transition-base);white-space:nowrap}.ui-button:hover:not(:disabled){transform:translateY(-1px)}.ui-button:active:not(:disabled){transform:translateY(1px) scale(.98)}.ui-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.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(--on-primary)}.ui-button--primary:hover:not(:disabled){filter:brightness(1.06);box-shadow:var(--shadow-lg)}.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;transition:border-color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base)}.ui-card--interactive{cursor:pointer}.ui-card--interactive:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lift);transform:translateY(-1px)}.ui-card--interactive:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.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;transition:background var(--transition-base),color var(--transition-base)}.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--customer{color:var(--accent-admin);background:color-mix(in srgb,var(--accent-admin) 12%,transparent)}.ui-badge--service_provider,.ui-badge--store_supervisor{color:var(--accent-supervisor);background:color-mix(in srgb,var(--accent-supervisor) 14%,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__backdrop--nested{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.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;overflow-x:hidden;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;min-width:0;overflow-y:auto;overflow-x:hidden;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%}}.opening-hours-form{display:flex;flex-direction:column;gap:var(--space-4);min-width:0}.opening-hours-form__toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.opening-hours-form__hint{font:var(--text-sm);font-weight:400;color:var(--text-muted)}.opening-hours-row{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-lg);background:var(--surface-2);border:1px solid var(--border)}.opening-hours-row__top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.opening-hours-row__label{font:var(--text-sm);font-weight:700;color:var(--text)}.opening-hours-row__checkbox{display:flex;align-items:center;gap:var(--space-2);font:var(--text-sm);font-weight:400;color:var(--text-muted)}.opening-hours-row__times{display:flex;gap:var(--space-3);min-width:0}.opening-hours-row__times>*{flex:1;min-width:0}.opening-hours-row__error{font:var(--text-xs);font-weight:500;color:var(--alert-error-text)}.ui-skeleton{display:block;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:ui-skeleton-shimmer 1.3s ease-in-out infinite}@keyframes ui-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.ui-skeleton{animation:none;background:var(--surface-2)}}.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 var(--transition-base)}.ui-table__row--clickable:hover{background:var(--surface-2)}.ui-table__row--skeleton td{vertical-align:middle}.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:flex;flex-wrap:wrap;align-items:center;gap:3px;padding:3px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md)}.ui-tabs__tab{height:32px;padding:0 12px;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 var(--transition-base),transform var(--transition-base),border-color var(--transition-base)}.stat-card--wide{flex:2}.stat-card--clickable{cursor:pointer}.stat-card--clickable:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:var(--shadow-lift)}.stat-card--clickable:active{transform:translateY(0);transition-duration:var(--transition-fast)}.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 var(--transition-fast),border-color var(--transition-fast)}.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)}.ui-toast-viewport{position:fixed;z-index:1000;bottom:20px;right:20px;display:flex;flex-direction:column-reverse;gap:10px;width:min(360px,calc(100vw - 40px));pointer-events:none}.ui-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);border-left:3px solid var(--text-faint);box-shadow:var(--shadow-lift);opacity:0;transform:translateY(8px) scale(.98);transition:opacity var(--transition-base),transform var(--transition-base)}.ui-toast--visible{opacity:1;transform:translateY(0) scale(1)}.ui-toast--leaving{opacity:0;transform:translateY(4px) scale(.98)}.ui-toast--success{border-left-color:var(--accent-success)}.ui-toast--error{border-left-color:var(--accent-danger)}.ui-toast--info{border-left-color:var(--accent-admin)}.ui-toast__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-top:1px}.ui-toast--success .ui-toast__icon{color:var(--accent-success)}.ui-toast--error .ui-toast__icon{color:var(--accent-danger)}.ui-toast--info .ui-toast__icon{color:var(--accent-admin)}.ui-toast__message{flex:1;font-size:13.5px;line-height:1.4;color:var(--text)}.ui-toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:var(--text-faint);cursor:pointer;border-radius:var(--radius-sm);font-size:15px;line-height:1;padding:0;transition:background var(--transition-fast),color var(--transition-fast)}.ui-toast__close:hover{background:var(--surface-3);color:var(--text)}@media(prefers-reduced-motion:reduce){.ui-toast{transform:none}}.ui-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding:48px 24px;color:var(--text-muted)}.ui-empty-state__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:6px;border-radius:50%;background:var(--surface-2);color:var(--text-faint)}.ui-empty-state__title{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--text)}.ui-empty-state__description{max-width:360px;font-size:13px;line-height:1.5;color:var(--text-muted)}.ui-empty-state__action{margin-top:10px}.top-shell{min-height:100vh;background:var(--bg)}.top-shell__bar{position:sticky;top:0;z-index:var(--z-header);display:flex;align-items:center;gap:var(--space-4);height:56px;padding:0 var(--space-5);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:var(--space-2);height:32px;padding:0 var(--space-3);border-radius:var(--radius-md);color:var(--text-muted);font:var(--text-sm);text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background var(--transition-fast),color var(--transition-fast)}.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:var(--space-2);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 var(--transition-fast),color var(--transition-fast)}.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% + var(--space-2));right:0;z-index:var(--z-dropdown);display:flex;flex-direction:column;gap:var(--space-2);align-items:flex-start;min-width:180px;padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.top-shell__account-name{font:var(--text-sm);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 var(--transition-fast)}.top-shell__logout:hover{background:color-mix(in srgb,var(--accent-danger) 18%,transparent)}.top-shell__content{padding:var(--space-4) var(--space-8) var(--space-10);overflow-x:hidden}@media(max-width:860px){.top-shell__bar{gap:var(--space-3);padding:0 var(--space-4)}.top-shell__content{padding:var(--space-5)}}.filter-bar{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap;padding:var(--space-3);margin-bottom:var(--space-3);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 var(--space-3);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);font:var(--text-xs);font-family:var(--font-body);font-weight:400}.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 var(--space-3);background:transparent;border:none;color:var(--text);font:var(--text-xs);font-family:var(--font-body);font-weight:400}.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:var(--on-primary);cursor:pointer;transition:filter var(--transition-fast)}.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 var(--transition-fast),color var(--transition-fast)}.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__page-alert{margin-bottom:var(--space-5)}.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}.customers-directory__page-alert{margin-bottom:var(--space-5)}.customers-directory__mono{font-family:var(--font-mono);font-size:12.5px;color:var(--text-muted)}.customers-directory__stats{display:flex;gap:var(--space-4);margin-bottom:var(--space-5)}.customers-directory__stat-label{display:inline-flex;align-items:center;gap:var(--space-2);justify-content:center}.location-analytics__page-alert{margin-bottom:var(--space-5)}.location-analytics__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}.location-analytics__card-head{padding:var(--space-4) var(--space-4) 0}.location-analytics__card-head h3{margin:0;font:var(--text-lg)}.location-analytics__card-head p{color:var(--text-muted);margin-top:var(--space-1)}.manage-docks__page-alert{margin-bottom:var(--space-5)}.manage-docks__board{display:grid;grid-template-columns:1.3fr 1fr;gap:var(--space-5);align-items:start}.manage-docks__table-card{padding:0;overflow:hidden}.manage-docks__detail{padding:var(--space-6)}.manage-docks__empty{padding:var(--space-8) var(--space-4);color:var(--text-faint);font:var(--text-sm);font-weight:400;text-align:center}.manage-docks__detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-5);padding-bottom:var(--space-5);border-bottom:1px solid var(--border)}.manage-docks__detail-actions{display:flex;gap:var(--space-3);flex-shrink:0}.manage-docks__meta{font:var(--text-sm);font-weight:400;color:var(--text-muted);margin-top:var(--space-1)}.manage-docks__section-title{font:var(--text-sm);font-weight:400;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);margin-bottom:var(--space-3)}.manage-docks__supervisor-list{list-style:none;margin:0 0 var(--space-5);padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.manage-docks__supervisor-row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3);border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border)}.manage-docks__supervisor-name{display:block;font:var(--text-sm);font-weight:600}.manage-docks__mono{display:block;font-family:var(--font-mono);font-size:11.5px;color:var(--text-faint);margin-top:var(--space-1)}.manage-docks__assign-row{display:flex;gap:var(--space-3);align-items:flex-end}.manage-docks__assign-row>*:first-child{flex:1}.manage-docks__form{display:flex;flex-direction:column;gap:var(--space-4)}.manage-docks__form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}@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}}.riders-directory__page-alert{margin-bottom:var(--space-5)}.riders-directory__mono{font-family:var(--font-mono);font-size:12.5px;color:var(--text-muted)}.riders-directory__unassigned{color:var(--text-faint);font-style:italic}.riders-directory__stats{display:flex;flex-direction:column;gap:var(--space-4);margin-bottom:var(--space-5)}.riders-directory__stats-row{display:flex;gap:var(--space-4)}.riders-directory__stat-label{display:inline-flex;align-items:center;gap:var(--space-2);justify-content:center}.riders-directory__city-card{padding:var(--space-4) var(--space-5)}.riders-directory__city-heading{margin:0 0 var(--space-3);font-size:13px;font-weight:700;color:var(--text)}.riders-directory__city-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:var(--space-3)}.riders-directory__city-tile{display:flex;flex-direction:column;align-items:center;gap:var(--space-1);padding:var(--space-3) var(--space-2);border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2)}.riders-directory__city-value{font:var(--text-xl);font-weight:700;color:var(--text)}.riders-directory__city-label{font:var(--text-xs);font-weight:400;color:var(--text-muted)}.riders-directory__load-more{display:flex;justify-content:center;padding:var(--space-4) 0 var(--space-2)}.platform-highlights{display:flex;flex-direction:column;gap:14px}.platform-highlights__row{display:flex;align-items:flex-start;gap:12px}.platform-highlights__icon{flex:none;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--surface-3);color:var(--accent-admin)}.platform-highlights__text{display:flex;flex-direction:column;gap:2px;padding-top:2px}.platform-highlights__title{font-size:13.5px;font-weight:700;color:var(--text)}.platform-highlights__copy{font-size:12.5px;color:var(--text-muted);line-height:1.4}.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:var(--z-base)}.auth-layout__brand{position:relative;z-index:var(--z-sticky);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:var(--space-3)}.auth-layout__brand-top-right{display:flex;align-items:center;gap:var(--space-3)}.auth-layout__brand-mark{display:flex;align-items:baseline;gap:var(--space-3)}.auth-layout__mark{font:var(--text-lg);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:var(--space-1) var(--space-2);border:1px solid var(--border-strong);border-radius:var(--radius-full);white-space:nowrap}.auth-layout__status{display:inline-flex;align-items:center;gap:var(--space-2);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:var(--text-sm);font-weight:400;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:var(--z-sticky);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:var(--space-3);margin-bottom:var(--space-8);padding:var(--space-3) var(--space-4) var(--space-3) var(--space-5);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:var(--radius-full);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:var(--space-8)}@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:var(--space-6) var(--space-5)}}@media(max-width:480px){.auth-layout__card{padding:var(--space-6) var(--space-5)}}.login-card__title{font-size:clamp(21px,1.4vw + 16px,26px);color:var(--text);margin-bottom:var(--space-2)}.login-card__subtitle{font:var(--text-sm);font-weight:400;color:var(--text-muted);margin-bottom:var(--space-8);line-height:1.5}.login-card__form{display:flex;flex-direction:column;gap:var(--space-5);margin-bottom:var(--space-6)}.login-card__back{background:none;border:none;color:var(--text-muted);font:var(--text-sm);font-weight:400;cursor:pointer;align-self:center;padding:var(--space-1)}.login-card__back:hover{color:var(--text)}.login-card__footnote{font:var(--text-xs);font-weight:400;color:var(--text-faint);text-align:center;border-top:1px solid var(--border);padding-top:var(--space-5)}.login-card__link{background:none;border:none;color:var(--accent-admin, var(--text));font-size:inherit;font-weight:600;cursor:pointer;padding:0;text-decoration:underline}.login-card__link:hover{opacity:.85}.breach-stat{display:flex;align-items:stretch;gap:var(--space-4);padding:var(--space-4);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:var(--space-2);flex:0 0 140px;text-align:center}.breach-stat__value{font:var(--text-3xl);color:var(--text)}.breach-stat__label{font:var(--text-xs);font-weight:400;color:var(--text-faint)}.breach-stat__list{flex:1;min-width:0;padding:var(--space-1) 0 var(--space-1) var(--space-4);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:var(--space-2)}.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:var(--space-2)}.breach-stat__list li{display:flex;align-items:center;justify-content:space-between;font:var(--text-sm);font-weight:400;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:var(--space-3)}}.ct-filters__online{display:inline-flex;align-items:center;gap:var(--space-2);margin-left:auto;padding:0 var(--space-4);height:36px;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);font:var(--text-sm);font-weight:400;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:var(--space-2);padding:var(--space-4);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:var(--space-2);font:var(--text-xl);font-weight:700;color:var(--text)}.kpi-tile__sub{font:var(--text-xs);color:var(--text-faint)}.rider-perf-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.rider-perf{display:flex;gap:var(--space-4);padding:var(--space-4);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:var(--space-1);flex:0 0 130px;text-align:center;border-right:1px solid var(--border);padding-right:var(--space-4)}.rider-perf__value{font:var(--text-2xl);font-weight:700;color:var(--text)}.rider-perf__label{font:var(--text-xs);font-weight:400;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:var(--space-2)}.rider-perf__list li{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);font:var(--text-xs);font-weight:400}.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:var(--space-2);margin:var(--space-6) 0 var(--space-3);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:var(--space-3);align-items:stretch}.store-issues__card{display:flex;gap:var(--space-4);padding:var(--space-4);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:var(--space-1);flex:0 0 110px;text-align:center;border-right:1px solid var(--border);padding-right:var(--space-4)}.store-issues__value{font:var(--text-2xl);font-weight:700;color:var(--text)}.store-issues__label{font:var(--text-xs);font-weight:400;color:var(--text-faint)}.store-issues__grid{flex:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2)}.store-issues__tile{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md)}.store-issues__tile-label{font:var(--text-xs);font-weight:400;color:var(--text-muted)}.store-issues__tile-value{font:var(--text-sm);font-weight:700;color:var(--text)}.store-issues__tile-value--breach{color:var(--accent-danger)}.store-issues__delayed-by{padding:var(--space-4);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:var(--space-3)}.store-issues__delayed-by ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.store-issues__delayed-by li{display:flex;justify-content:space-between;font:var(--text-sm);font-weight:400;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:var(--space-3);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:var(--space-4)}.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:var(--space-3)}.store-sla__breach-value{font:var(--text-2xl);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:var(--space-2)}.store-sla__breach-rows li{display:flex;justify-content:space-between;font:var(--text-sm);font-weight:400;color:var(--text-muted)}.store-sla__breach-rows li span:last-child{font-weight:700;color:var(--text)}.store-sla__forward{display:flex;gap:var(--space-4)}.store-sla__forward-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-1);flex:0 0 100px;text-align:center;border-right:1px solid var(--border);padding-right:var(--space-4)}.store-sla__forward-value{font:var(--text-2xl);font-weight:700;color:var(--text)}.store-sla__forward-label{font:var(--text-xs);font-weight:400;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:var(--space-2)}.store-sla__delay-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);font:var(--text-xs);font-weight:400}.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:var(--text-xs);font-weight:700}.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:var(--space-1)}.store-sla__return-value{font:var(--text-2xl);font-weight:700;color:var(--text)}.store-sla__return-label{font:var(--text-xs);font-weight:400;color:var(--text-faint);margin-bottom:var(--space-2)}.store-sla__return-empty{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);flex:1;justify-content:center;color:var(--text-faint);font:var(--text-xs);font-weight:400}@media(max-width:900px){.store-sla{grid-template-columns:1fr}}.ct-hero-subtitle{font-size:11px;color:var(--text-faint);margin-top:calc(var(--space-2) * -1)}.ct-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3);margin-bottom:var(--space-3)}.ct-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--space-3);margin-top:var(--space-3)}@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))}}.side-shell{min-height:100vh;display:flex;background:var(--bg)}.side-shell__sidebar{position:sticky;top:0;height:100vh;width:232px;flex-shrink:0;display:flex;flex-direction:column;background:var(--bg-elevated);border-right:1px solid var(--border)}.side-shell__brand{display:flex;align-items:center;height:56px;padding:0 var(--space-5);border-bottom:1px solid var(--border);flex-shrink:0}.side-shell__brand-mark{font-family:var(--font-display);font-weight:700;font-size:16px;letter-spacing:-.01em;color:var(--text)}.side-shell__nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:var(--space-4) var(--space-3);overflow-y:auto}.side-shell__nav-link{display:flex;align-items:center;gap:var(--space-3);height:38px;padding:0 var(--space-3);border-radius:var(--radius-md);color:var(--text-muted);font:var(--text-sm);text-decoration:none;transition:background var(--transition-fast),color var(--transition-fast)}.side-shell__nav-link:hover{color:var(--text);background:var(--surface-2)}.side-shell__nav-link--active{color:var(--text);background:var(--surface-2);font-weight:600;box-shadow:inset 3px 0 0 var(--accent-admin)}.side-shell__nav-icon{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;opacity:.9;flex-shrink:0}.side-shell__sidebar-footer{padding:var(--space-3);border-top:1px solid var(--border);flex-shrink:0}.side-shell__account{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2)}.side-shell__account-avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border-radius:50%;background:var(--surface-3);color:var(--text-muted)}.side-shell__account-info{display:flex;flex-direction:column;gap:var(--space-1);min-width:0}.side-shell__account-name{font:var(--text-sm);font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-shell__main{flex:1;min-width:0;display:flex;flex-direction:column}.side-shell__topbar{position:sticky;top:0;z-index:var(--z-header);display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 var(--space-8);background:var(--bg-elevated);border-bottom:1px solid var(--border)}.side-shell__topbar-actions{display:flex;align-items:center;gap:var(--space-2)}.side-shell__icon-btn{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 var(--transition-fast),color var(--transition-fast)}.side-shell__icon-btn:hover{background:var(--surface-3);color:var(--text)}.side-shell__logout{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;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 var(--transition-fast)}.side-shell__logout:hover{background:color-mix(in srgb,var(--accent-danger) 18%,transparent)}.side-shell__content{flex:1;padding:var(--space-8) var(--space-8) var(--space-12);overflow-x:hidden}@media(max-width:860px){.side-shell__sidebar{width:200px}.side-shell__content{padding:var(--space-5)}.side-shell__topbar{padding:0 var(--space-4)}}@media(max-width:680px){.side-shell{flex-direction:column}.side-shell__sidebar{position:static;width:100%;height:auto;flex-direction:row;align-items:center;border-right:none;border-bottom:1px solid var(--border)}.side-shell__brand{border-bottom:none;border-right:1px solid var(--border)}.side-shell__nav{flex-direction:row;overflow-x:auto;padding:var(--space-2)}.side-shell__nav-link--active{box-shadow:inset 0 -3px 0 var(--accent-admin)}.side-shell__sidebar-footer{border-top:none;border-left:1px solid var(--border)}.side-shell__account-info{display:none}}.portal-page-intro{margin-bottom:var(--space-6)}.portal-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-4);margin-bottom:var(--space-6)}.portal-section-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);padding:var(--space-5) var(--space-6);margin-bottom:var(--space-5)}.portal-section-card__title{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--text);margin:0 0 var(--space-1)}.portal-section-card__subtitle{font:var(--text-sm);font-weight:400;color:var(--text-muted);margin:0 0 var(--space-4);line-height:1.5}.portal-quick-actions{display:flex;gap:var(--space-3);flex-wrap:wrap}.portal-two-col{display:grid;grid-template-columns:1.3fr 1fr;gap:var(--space-5);align-items:start}@media(max-width:900px){.portal-two-col{grid-template-columns:1fr}}.portal-checklist{display:flex;flex-direction:column;gap:var(--space-3)}.portal-checklist-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2)}.portal-checklist-item--done{opacity:.6}.portal-checklist-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border-radius:50%;background:var(--surface-3);color:var(--text-muted)}.portal-checklist-icon--done{background:color-mix(in srgb,var(--accent-success) 16%,transparent);color:var(--accent-success)}.portal-checklist-text{flex:1;min-width:0}.portal-checklist-title{font:var(--text-sm);font-weight:600;color:var(--text)}.portal-checklist-copy{font-family:var(--font-body);font-size:12px;font-weight:400;line-height:16px;color:var(--text-muted);margin-top:2px}.portal-form-row{display:flex;gap:var(--space-3)}.portal-form-row>*{flex:1;min-width:0}.portal-form-subheading{margin-top:var(--space-1);font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--text-faint)}.portal-subsection-card{margin-top:var(--space-5);padding:var(--space-5)}.customer-kpi-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--space-4)}@media(max-width:1100px){.customer-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.customer-kpi-tile{display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-4) var(--space-5);background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);transition:border-color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base)}.customer-kpi-tile--good{border-top-color:var(--accent-success)}.customer-kpi-tile--watch{border-top-color:var(--accent-warning)}.customer-kpi-tile__label{font:var(--text-xs);color:var(--text-muted)}.customer-kpi-tile__value{font:var(--text-2xl);color:var(--text);font-variant-numeric:tabular-nums}.customer-kpi-tile__hint{font:var(--text-xs);font-weight:400;color:var(--text-faint)}.delivery-perf__placeholder{display:flex;align-items:center;justify-content:center;height:180px;color:var(--text-faint);font:var(--text-sm);font-weight:400}.delivery-perf__tooltip{padding:var(--space-2) var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);font:var(--text-xs);font-weight:400;color:var(--text-muted)}.orders-trend__chart{margin:0 calc(var(--space-2) * -1)}.orders-trend__placeholder{display:flex;align-items:center;justify-content:center;height:220px;color:var(--text-faint);font:var(--text-sm);font-weight:400}.orders-trend__tooltip{display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-2) var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);font:var(--text-xs);font-weight:400;color:var(--text-muted)}.orders-trend__tooltip-day{font-weight:700;color:var(--text)}.orders-trend__tooltip-delivered{color:var(--accent-info)}.orders-trend__legend{display:flex;gap:var(--space-4);margin-top:var(--space-2);font:var(--text-xs);font-weight:400;color:var(--text-muted)}.orders-trend__legend-item{display:inline-flex;align-items:center;gap:var(--space-2)}.orders-trend__legend-dot{width:8px;height:8px;border-radius:50%}.orders-trend__legend-dot--total{background:var(--accent-admin)}.orders-trend__legend-dot--delivered{background:var(--accent-info)}.rider-attention__placeholder{padding:var(--space-4) 0;color:var(--text-faint);font:var(--text-sm);font-weight:400}.rider-attention__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-1)}.rider-attention__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);background:var(--surface-2)}.rider-attention__name{font:var(--text-sm);font-weight:600;color:var(--text)}.rider-attention__reason{font:var(--text-xs);font-weight:400;color:var(--accent-warning);text-align:right}.store-perf__placeholder{display:flex;align-items:center;justify-content:center;height:120px;color:var(--text-faint);font:var(--text-sm);font-weight:400}.store-perf__tooltip{display:flex;flex-direction:column;gap:2px;padding:var(--space-2) var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);font:var(--text-xs);font-weight:400;color:var(--text-muted)}.store-perf__tooltip strong{color:var(--text);font-weight:700}.rider-form{display:flex;flex-direction:column;gap:var(--space-4);min-width:0}.rider-form__intro{margin:0;font:var(--text-sm);font-weight:400;line-height:1.55;color:var(--text-muted)}.rider-form__progress{display:flex;flex-direction:column;gap:var(--space-2)}.rider-form__progress span{font:var(--text-xs);color:var(--text-muted)}.rider-form__progress-track{height:4px;border-radius:var(--radius-full);background:var(--surface-3);overflow:hidden}.rider-form__progress-fill{height:100%;background:var(--accent-admin);border-radius:var(--radius-full);transition:width var(--transition-base)}.rider-form__panel{display:flex;flex-direction:column;gap:var(--space-4);animation:rider-form-panel-in var(--transition-base) ease}@keyframes rider-form-panel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.rider-form__panel{animation:none}}.rider-form__panel-heading{display:flex;align-items:center;gap:var(--space-2);padding-bottom:var(--space-3);border-bottom:1px solid var(--border)}.rider-form__panel-heading h3{margin:0;font:var(--text-lg);color:var(--text)}.rider-form__panel-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--accent-admin) 14%,transparent);color:var(--accent-admin);flex-shrink:0}.rider-form__fields{display:flex;flex-direction:column;gap:var(--space-3)}.rider-form__row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}@media(max-width:480px){.rider-form__row{grid-template-columns:1fr}}.rider-form__divider{margin-top:var(--space-1);font:var(--text-xs);color:var(--text-faint)}.rider-form__divider--first{margin-top:0}.rider-form__reveal{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);animation:rider-form-panel-in var(--transition-base) ease}.rider-form__toggle{display:flex;align-items:center;gap:var(--space-3);font:var(--text-sm);color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none}.rider-form__toggle input{position:absolute;opacity:0;width:0;height:0}.rider-form__toggle-track{flex-shrink:0;width:36px;height:21px;border-radius:var(--radius-full);background:var(--surface-3);border:1px solid var(--border-strong);position:relative;transition:background var(--transition-fast),border-color var(--transition-fast)}.rider-form__toggle-thumb{position:absolute;top:2px;left:2px;width:15px;height:15px;border-radius:50%;background:var(--text-faint);transition:transform var(--transition-fast),background var(--transition-fast)}.rider-form__toggle input:checked+.rider-form__toggle-track{background:color-mix(in srgb,var(--accent-admin) 30%,transparent);border-color:var(--accent-admin)}.rider-form__toggle input:checked+.rider-form__toggle-track .rider-form__toggle-thumb{transform:translate(15px);background:var(--accent-admin)}.rider-form__toggle input:focus-visible+.rider-form__toggle-track{outline:2px solid var(--focus-ring);outline-offset:2px}.rider-form__note{display:flex;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);background:var(--badge-warning-bg);border:1px solid color-mix(in srgb,var(--badge-warning-text) 30%,transparent)}.rider-form__note-icon{flex-shrink:0;color:var(--badge-warning-text);margin-top:1px}.rider-form__note p{margin:0;font:var(--text-xs);font-weight:400;line-height:1.55;color:var(--badge-warning-text)}.rider-form__section-tag{display:inline-flex;align-self:flex-start;align-items:center;height:22px;padding:0 var(--space-3);border-radius:var(--radius-full);background:var(--badge-warning-bg);color:var(--badge-warning-text);font:var(--text-xs);font-weight:700;letter-spacing:.03em;text-transform:uppercase}.rider-form__helper{margin:calc(var(--space-1) * -1) 0 0;font:var(--text-xs);font-weight:400;line-height:1.55;color:var(--text-muted)}.rider-form__pincodes{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2);min-height:46px;padding:var(--space-2) var(--space-3);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md)}.rider-form__pincodes:focus-within{border-color:var(--accent-admin);background:var(--surface-3)}.rider-form__pincode-chip{display:inline-flex;align-items:center;gap:var(--space-2);height:26px;padding:0 var(--space-2) 0 var(--space-3);border-radius:var(--radius-full);background:color-mix(in srgb,var(--accent-admin) 16%,transparent);color:var(--accent-admin-strong);font-family:var(--font-mono);font-size:12px;font-weight:600}.rider-form__pincode-chip button{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:none;background:transparent;color:inherit;cursor:pointer;font-size:13px;line-height:1}.rider-form__pincode-chip button:hover{background:color-mix(in srgb,var(--accent-admin) 30%,transparent)}.rider-form__pincode-input{flex:1;min-width:120px;height:28px;border:none;background:transparent;color:var(--text);font:var(--text-sm);font-weight:400;outline:none}.rider-form__pincode-input::placeholder{color:var(--text-faint)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.customer-riders-map-wrap{position:relative;width:100%;height:420px}.customer-riders-map__host{width:100%;height:100%;border-radius:var(--radius-md);overflow:hidden}.customer-riders-map__icon-wrap{background:none;border:none}.customer-riders-map .leaflet-control-attribution{background:var(--surface);color:var(--text-faint);font-size:10px}.customer-riders-map .leaflet-control-zoom a{background:var(--surface);color:var(--text);border-color:var(--border)!important}.customer-riders-map__legend{position:absolute;right:var(--space-3);bottom:var(--space-3);z-index:var(--z-map-overlay);display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-2) var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lift);font:var(--text-xs);font-weight:400}.customer-riders-map__legend-row{display:flex;align-items:center;gap:var(--space-2);color:var(--text-muted);white-space:nowrap}.customer-riders-map__legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.customer-riders-map__placeholder{display:flex;align-items:center;justify-content:center;height:220px;padding:var(--space-4);text-align:center;color:var(--text-faint);font:var(--text-sm);font-weight:400;background:var(--surface-2);border:1px dashed var(--border);border-radius:var(--radius-md)}.customer-riders-map .leaflet-popup-content-wrapper{background:var(--surface);color:var(--text);border-radius:var(--radius-md)}.customer-riders-map .leaflet-popup-tip{background:var(--surface)}.riders-by-pincode__placeholder{display:flex;align-items:center;justify-content:center;height:120px;color:var(--text-faint);font:var(--text-sm);font-weight:400}.riders-by-pincode__tooltip{display:flex;flex-direction:column;gap:2px;padding:var(--space-2) var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);font:var(--text-xs);font-weight:400;color:var(--text-muted)}.riders-by-pincode__tooltip strong{color:var(--text);font-weight:700}.riders-by-pincode__more{margin:var(--space-2) 0 0;font:var(--text-xs);font-weight:400;color:var(--text-faint);text-align:right}.slot-settings-form{display:flex;flex-direction:column;gap:var(--space-4);min-width:0}.slot-settings-form__intro{margin:0;font:var(--text-sm);font-weight:400;line-height:1.55;color:var(--text-muted)}.slot-settings-form__hint{margin-top:calc(var(--space-2) * -1);font:var(--text-xs);font-weight:400;line-height:1.5;color:var(--text-faint)}.slot-settings-preview{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-lg);background:var(--surface-2);border:1px solid var(--border)}.slot-settings-preview__label{font:var(--text-xs);font-weight:700;letter-spacing:.02em;color:var(--text-faint)}.slot-settings-preview__chips{display:flex;flex-wrap:wrap;gap:var(--space-2);min-width:0}.slot-settings-preview__chip{display:inline-flex;align-items:center;height:28px;padding:0 var(--space-3);border-radius:var(--radius-full);background:color-mix(in srgb,var(--accent-admin) 16%,transparent);color:var(--accent-admin-strong);border:1px solid color-mix(in srgb,var(--accent-admin) 30%,transparent);font-family:var(--font-mono);font-size:12px;font-weight:600;white-space:nowrap}.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;transition:background var(--transition-fast)}.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;transition:color var(--transition-fast)}.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 var(--transition-fast)}.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;transition:background var(--transition-fast),filter var(--transition-fast)}.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:hover:not(:disabled){filter:brightness(1.08)}.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-card{overflow-x:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.orders-table-card .ui-table__wrap{overflow:visible}.orders-table-card .ui-table{width:100%;border-collapse:collapse;font-size:12px}.orders-table-card .ui-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-card .ui-table td{padding:10px 12px;border-bottom:1px solid var(--border);vertical-align:top;white-space:nowrap}.orders-table-card .ui-table th:not(:first-child){text-align:center}.orders-table-card .ui-table td:not(:first-child){text-align:center}.orders-table-card .ui-table tbody tr:last-child td{border-bottom:none}.orders-table-card .ui-table__row--clickable{cursor:pointer}.orders-table-card .ui-table__row--clickable:hover{background:var(--surface-2)}.orders-table-card .ui-table th:first-child,.orders-table-card .ui-table td:first-child{position:sticky;left:0;z-index:1;background:var(--surface);box-shadow:2px 0 4px -2px #00000026}.orders-table-card .ui-table th:last-child,.orders-table-card .ui-table td:last-child{position:sticky;right:0;z-index:1;background:var(--surface);box-shadow:-2px 0 4px -2px #00000026}.orders-table-card .ui-table thead th:first-child,.orders-table-card .ui-table thead th:last-child{z-index:2;background:var(--surface-2)}.orders-table-card .ui-table tbody tr:hover td:first-child,.orders-table-card .ui-table tbody tr:hover td:last-child{background:var(--surface-2)}.orders-table-card .ui-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;transition:color var(--transition-fast)}.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;transition:color var(--transition-fast)}.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;transition:background var(--transition-fast)}.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)}.provider-store-form__hours-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);min-height:46px;padding:0 var(--space-4);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md)}.provider-store-form__hours-summary{font:var(--text-sm);font-weight:400;color:var(--text);min-width:0}.vehicle-form{display:flex;flex-direction:column;gap:var(--space-3)}.vehicle-form__section{display:flex;flex-direction:column;gap:var(--space-3);border-top:1px solid var(--border);padding-top:var(--space-3)}.vehicle-form__section-label{margin:0;font:var(--text-xs);font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.vehicle-form__checkbox-row{display:flex;gap:var(--space-5)}.vehicle-form__checkbox{display:flex;align-items:center;gap:var(--space-2);font:var(--text-sm);font-weight:400;color:var(--text)}.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:var(--space-6)}.riders-page__pagination{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-3);font:var(--text-xs);font-weight:400;color:var(--text-faint)}.riders-page__pagination-controls{display:flex;gap:var(--space-2)}.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:var(--space-3)}.riders-summary-cards__reset{display:inline-flex;align-items:center;gap:var(--space-1);margin-top:var(--space-3);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text-muted);font:var(--text-xs);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:var(--space-2) var(--space-3);font-size:10.5px}.riders-table-wrapper .ui-table td{padding:var(--space-2) var(--space-3);font:var(--text-xs);font-weight:400}.riders-table__nowrap{white-space:nowrap}.rider-avatar{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--radius-full);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 var(--shadow-edge)}.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 var(--shadow-edge)}.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:var(--space-2)}.rider-action-btn{display:flex;align-items:center;justify-content:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--accent-admin);font:var(--text-xs);font-weight:400;cursor:pointer}.rider-action-btn:hover{background:var(--surface-3)}.sla-breach-badge{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);font:var(--text-xs);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:var(--text-xs);font-weight:400}.time-left__time{font-weight:600;color:var(--text)}.time-left__bar{height:4px;background:var(--accent-supervisor);border-radius:2px;margin:var(--space-1) 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:var(--space-1);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:var(--space-2)}.rider-sub-status{padding:var(--space-1) var(--space-2);border-radius:var(--radius-full);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}}.supervisor-dashboard__page-alert{margin-bottom:var(--space-5)}.supervisor-dashboard__subsection-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3)}.supervisor-dashboard__subsection-title{margin:0;font:var(--text-lg)}.supervisor-dashboard__subsection-subtitle{margin:var(--space-1) 0 0;color:var(--text-muted);font:var(--text-sm);font-weight:400}.supervisor-dashboard__subsection-empty{margin:0;color:var(--text-muted);font:var(--text-sm);font-weight:400}.supervisor-dashboard__subsupervisor-list{display:flex;flex-wrap:wrap;gap:var(--space-2)}.supervisor-dashboard__badge-remove{margin-left:var(--space-2);border:none;background:none;cursor:pointer;font:inherit;color:inherit;padding:0}.stores__page-alert{margin-bottom:var(--space-5)}.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:var(--space-8) var(--space-4);color:var(--text-faint);font:var(--text-sm);font-weight:400;text-align:center}.stores__detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-5);padding-bottom:var(--space-5);border-bottom:1px solid var(--border)}.stores__detail-actions{display:flex;gap:var(--space-3);flex-shrink:0}.stores__meta{font:var(--text-sm);font-weight:400;color:var(--text-muted);margin-top:var(--space-1)}.stores__section-title{font:var(--text-sm);font-weight:400;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);margin-bottom:var(--space-3)}.stores__supervisor-list{list-style:none;margin:0 0 var(--space-5);padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.stores__supervisor-row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3);border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border)}.stores__supervisor-name{display:block;font:var(--text-sm);font-weight:600}.stores__mono{display:block;font-family:var(--font-mono);font-size:11.5px;color:var(--text-faint);margin-top:var(--space-1)}.stores__assign-row{display:flex;gap:var(--space-3);align-items:flex-end}.stores__assign-row>*:first-child{flex:1}.stores__form{display:flex;flex-direction:column;gap:var(--space-4)}.stores__form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}@media(max-width:700px){.stores__form-row{grid-template-columns:1fr}}.supervisor-board__page-alert{margin-bottom:var(--space-5)}.supervisor-board{display:grid;grid-template-columns:340px 1fr;gap:var(--space-5);align-items:start}.supervisor-board__queue,.supervisor-board__detail{padding:var(--space-2)}.supervisor-board__empty{padding:var(--space-8) var(--space-4);color:var(--text-faint);font:var(--text-sm);font-weight:400;text-align:center}.supervisor-board__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-1)}.supervisor-board__row{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-1);padding:var(--space-3);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:var(--text-sm);font-weight:600}.supervisor-board__row-meta{font-family:var(--font-mono);font-size:11.5px;color:var(--text-faint)}.supervisor-board__detail{padding:var(--space-6)}.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;--radius-xl: 16px;--radius-full: 999px;--width-sm: 420px;--width-md: 480px;--width-lg: 560px;--width-xl: 640px;--width-2xl: 800px;--shadow-edge: rgba(0, 0, 0, .15);--transition-fast: .12s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--text-xs: 600 12px/16px var(--font-body);--text-sm: 500 13px/18px var(--font-body);--text-base: 400 15px/22px var(--font-body);--text-md: 500 16px/24px var(--font-body);--text-lg: 600 18px/26px var(--font-display);--text-xl: 600 22px/28px var(--font-display);--text-2xl: 600 28px/34px var(--font-display);--text-3xl: 700 34px/40px var(--font-display);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--z-base: 1;--z-sticky: 10;--z-header: 20;--z-map-overlay: 500;--z-dropdown: 900;--z-overlay: 100;--z-toast: 1000}: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;--accent-info: #5b9df9;--accent-warning: #fdb022;--accent-customer: #5b9df9;--accent-provider: #ec6fb5;--accent-store-supervisor: #22d3ee;--primary-50: #e6fbf3;--primary-100: #c3f5e0;--primary-200: #8febc8;--primary-300: #5de3af;--primary-400: #34d399;--primary-500: #22b57e;--primary-600: #1a9268;--primary-700: #147356;--primary-800: #0f5643;--primary-900: #0a3d30;--focus-ring: #34d399;--overlay-bg: rgba(5, 7, 11, .6);--on-primary: #04140f;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .3);--shadow-sm: 0 2px 6px rgba(0, 0, 0, .35);--shadow-md: 0 10px 24px -8px rgba(0, 0, 0, .45);--shadow-lg: 0 12px 40px -12px rgba(0, 0, 0, .55);--shadow-xl: 0 32px 72px -20px rgba(0, 0, 0, .65);--shadow-lift: var(--shadow-lg);--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;--accent-info: #2563eb;--accent-warning: #b54708;--accent-customer: #2563eb;--accent-provider: #c2266d;--accent-store-supervisor: #0e7490;--primary-50: #eefaf6;--primary-100: #d3f2e7;--primary-200: #a3e4cf;--primary-300: #6bd0b2;--primary-400: #3fb896;--primary-500: #2e7d6b;--primary-600: #24645a;--primary-700: #1c4f47;--primary-800: #163f39;--primary-900: #10302c;--focus-ring: #2e7d6b;--overlay-bg: rgba(16, 24, 40, .45);--on-primary: #ffffff;--shadow-xs: 0 1px 2px rgba(16, 24, 40, .05);--shadow-sm: 0 1px 3px rgba(16, 24, 40, .08);--shadow-md: 0 8px 20px -6px rgba(16, 24, 40, .12);--shadow-lg: 0 20px 48px -16px rgba(16, 24, 40, .14);--shadow-xl: 0 28px 64px -20px rgba(16, 24, 40, .2);--shadow-lift: var(--shadow-lg);--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:var(--on-primary)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
