:root{--color-deep-navy:#060f1c;--color-mid-navy:#0d1f3c;--color-empire-navy:#0a1628;--color-bright-gold:#e4c36a;--color-empire-gold:#c9a84c;--color-app-bg:#f6f7fb;--color-off-white:#f5f3ee;--color-text-grey:#8a9bb0;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-error-bg:#ffdad6;--color-border:#e4e2e3;--color-border-strong:#c5c6cd;--color-surface:#fff;--color-surface-soft:#f5f3f5;--color-text:#1b1b1d;--color-muted:#45474c;--color-info:#3b82f6;--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;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--radius-full:9999px;--shadow-card:0 8px 30px #060f1c0f;--shadow-card-strong:0 18px 50px #060f1c24;--shadow-focus:0 0 0 3px #0d1f3c2e;--shadow-error-focus:0 0 0 3px #ef44442e;--font-family-base:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--font-family-arabic:"IBM Plex Sans Arabic", Cairo, Tahoma, Arial, sans-serif;--font-family-metrics:Sora, Inter, system-ui, sans-serif;--font-size-caption:.75rem;--font-size-label-sm:.6875rem;--font-size-label:.8125rem;--font-size-body:.875rem;--font-size-body-lg:1rem;--font-size-title:1rem;--font-size-headline-md:1.25rem;--font-size-headline-lg:1.5rem;--font-size-display:2.25rem;--line-height-caption:1rem;--line-height-label:1.125rem;--line-height-body:1.25rem;--line-height-body-lg:1.5rem;--line-height-title:1.5rem;--line-height-headline-md:1.75rem;--line-height-headline-lg:2rem;--line-height-display:2.75rem;--transition-fast:.12s ease;--transition-base:.18s ease;--focus-ring:0 0 0 3px #e4c36a47}*,:before,:after{box-sizing:border-box}:root{font-family:var(--font-family-base);color:var(--color-text);background:var(--color-app-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}body{background:var(--color-app-bg);min-width:320px;min-height:100vh;margin:0}body:lang(ar){font-family:var(--font-family-arabic)}#root{min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.material-symbols-outlined{font-feature-settings:"liga";font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;letter-spacing:0;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;font-family:Material Symbols Outlined;font-size:1.5rem;font-style:normal;font-weight:400;line-height:1;display:inline-block}.ltr-value{direction:ltr;unicode-bidi:plaintext}.rtl-value{direction:rtl;unicode-bidi:plaintext}.rtl-mirror{transform-origin:50%}[dir=rtl] .rtl-mirror{transform:scaleX(-1)}:focus-visible{outline:2px solid var(--color-bright-gold);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ui-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card)}.ui-button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-lg);min-height:44px;font-size:var(--font-size-title);font-weight:600;line-height:var(--line-height-title);transition:background-color var(--transition-base), border-color var(--transition-base), color var(--transition-base), opacity var(--transition-base), transform var(--transition-fast);border:1px solid #0000;padding:10px 16px;text-decoration:none;display:inline-flex;position:relative}.ui-button:hover{text-decoration:none}.ui-button:active:not(:disabled){transform:scale(.98)}.ui-button--primary{background:var(--color-deep-navy);color:#fff;box-shadow:0 1px 2px #060f1c1f}.ui-button--primary:hover:not(:disabled){background:var(--color-mid-navy)}.ui-button--secondary{border-color:var(--color-border-strong);background:var(--color-surface);color:var(--color-deep-navy)}.ui-button--secondary:hover:not(:disabled){border-color:var(--color-mid-navy)}.ui-button--ghost{color:var(--color-mid-navy);background:0 0}.ui-button--ghost:hover:not(:disabled){background:#0d1f3c0f}.ui-button--danger{background:var(--color-error);color:#fff}.ui-button--danger:hover:not(:disabled){background:#dc2626}.ui-button--full{width:100%}.ui-button:disabled,.ui-button[aria-disabled=true]{opacity:.68}.ui-spinner{border-radius:var(--radius-full);border:2px solid;border-right-color:#0000;width:18px;height:18px;animation:.8s linear infinite ui-spin}@keyframes ui-spin{to{transform:rotate(360deg)}}.ui-field{gap:var(--space-2);display:grid}.ui-field__label{color:var(--color-deep-navy);font-size:var(--font-size-label);font-weight:600;line-height:var(--line-height-label)}.ui-field__control{align-items:center;display:flex;position:relative}.ui-field__icon,.ui-field__action,.ui-field__status{color:var(--color-text-grey);justify-content:center;align-items:center;display:inline-flex;position:absolute}.ui-field__icon{pointer-events:none;inset-inline-start:var(--space-4)}.ui-field__status{color:var(--color-error);pointer-events:none;inset-inline-end:var(--space-4)}.ui-field__action{inset-inline-end:var(--space-2)}.ui-field__icon svg,.ui-field__status svg,.ui-field__action svg{width:20px;height:20px}.ui-input{border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-surface);width:100%;min-height:46px;color:var(--color-deep-navy);font-size:var(--font-size-body);line-height:var(--line-height-body);transition:background-color var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);padding:12px 14px}.ui-input--with-icon{padding-inline-start:44px}.ui-input--with-action{padding-inline-end:44px}.ui-input--error{border-color:var(--color-error)}.ui-input:focus{border-color:var(--color-mid-navy);box-shadow:var(--shadow-focus);outline:0}.ui-input--error:focus{border-color:var(--color-error);box-shadow:var(--shadow-error-focus)}.ui-input::placeholder{color:var(--color-text-grey)}.ui-input:disabled{border-color:var(--color-border);background:var(--color-surface-soft);color:var(--color-muted);opacity:.72}.ui-field__help,.ui-field__error{font-size:var(--font-size-caption);line-height:var(--line-height-caption);margin:0}.ui-field__help{color:var(--color-muted)}.ui-field__error{color:var(--color-error);font-weight:600}.ui-icon-button{border-radius:var(--radius-md);min-width:36px;min-height:36px;color:var(--color-text-grey);padding:var(--space-2);transition:background-color var(--transition-base), color var(--transition-base);background:0 0;border:0}.ui-icon-button:hover:not(:disabled){color:var(--color-deep-navy);background:#0d1f3c0f}.ui-checkbox{align-items:center;gap:var(--space-2);color:var(--color-muted);font-size:var(--font-size-body);line-height:var(--line-height-body);display:inline-flex}.ui-checkbox__input{width:16px;height:16px;accent-color:var(--color-mid-navy)}.ui-checkbox--disabled{opacity:.64}.ui-alert{align-items:flex-start;gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);color:var(--color-text);display:flex}.ui-alert--error{background:var(--color-error-bg);color:#93000a;border-color:#ef44446b;box-shadow:0 4px 12px #ef444426}.ui-alert--warning{color:#8a4b00;background:#fff7ed;border-color:#f59e0b6b}.ui-alert--success{color:#065f46;background:#ecfdf5;border-color:#10b98159}.ui-alert--info{color:#1e3a8a;background:#eff6ff;border-color:#3b82f659}.ui-alert__icon{flex:none;font-weight:800}.ui-alert__content{flex:1}.ui-alert__title{font-size:var(--font-size-title);font-weight:600;line-height:var(--line-height-title);margin:0}.ui-alert__message{font-size:var(--font-size-body);line-height:var(--line-height-body);margin:2px 0 0}.ui-alert__dismiss{border-radius:var(--radius-md);color:currentColor;opacity:.68;background:0 0;border:0;min-width:32px;min-height:32px}.ui-alert__dismiss:hover{opacity:1}.ui-loading-overlay{z-index:2;border-radius:inherit;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff94;place-items:center;display:grid;position:absolute;inset:0}.ui-logo-mark{border-radius:var(--radius-md);background:var(--color-bright-gold);width:40px;height:40px;color:var(--color-deep-navy);justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:inline-flex;box-shadow:0 8px 20px #e4c36a2e}.ui-logo-mark--small{width:32px;height:32px;font-size:1rem}.ui-logo-mark--large{border-radius:var(--radius-full);background:var(--color-deep-navy);width:64px;height:64px;color:var(--color-bright-gold);font-size:1.8rem}.ui-feature-chip{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);color:#fff;padding:var(--space-1) var(--space-4);font-size:var(--font-size-label);font-weight:600;line-height:var(--line-height-label);background:#ffffff0a;border:1px solid #ffffff12;display:inline-flex}.ui-feature-chip__icon{color:var(--color-bright-gold)}.language-switcher{justify-content:center;align-items:center;gap:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);min-height:40px;color:var(--color-deep-navy);padding:0 var(--space-3);font-size:var(--font-size-label);font-weight:800;line-height:var(--line-height-label);transition:background-color var(--transition-base), border-color var(--transition-base), color var(--transition-base);display:inline-flex}.language-switcher:hover{border-color:var(--color-mid-navy);background:var(--color-surface-soft)}.language-switcher .material-symbols-outlined{font-size:1.25rem}.language-switcher--compact{min-width:56px;padding:0 var(--space-2)}.ui-status-badge{border-radius:var(--radius-sm);font-size:var(--font-size-label-sm);white-space:nowrap;align-items:center;padding:2px 8px;font-weight:600;display:inline-flex}.ui-status-badge--success{color:var(--color-success);background-color:#10b9811a}.ui-status-badge--info{color:var(--color-info);background-color:#3b82f61a}.ui-status-badge--warning{color:var(--color-warning);background-color:#f59e0b1a}.ui-status-badge--error{color:var(--color-error);background-color:#ef44441a}.ui-status-badge--default{color:var(--color-mid-navy);background-color:#0d1f3c1a}.ui-status-badge--pending{color:var(--color-text-grey);background-color:#8a9bb01a}.ui-metric-card{background-color:var(--color-surface);border-radius:var(--radius-xl);padding:var(--space-4);border:1px solid var(--color-border);box-shadow:var(--shadow-card);transition:border-color var(--transition-base);flex-direction:column;display:flex;position:relative;overflow:hidden}.ui-metric-card__border-left{inset-inline-start:0;opacity:0;width:4px;transition:opacity var(--transition-base);position:absolute;top:0;bottom:0}.ui-metric-card:hover .ui-metric-card__border-left{opacity:1}.ui-metric-card--success:hover{border-color:#10b98180}.ui-metric-card--success .ui-metric-card__border-left{background-color:var(--color-success)}.ui-metric-card--success .ui-metric-card__icon-bg{color:var(--color-success);background-color:#10b9811a}.ui-metric-card--info:hover{border-color:#3b82f680}.ui-metric-card--info .ui-metric-card__border-left{background-color:var(--color-info)}.ui-metric-card--info .ui-metric-card__icon-bg{color:var(--color-info);background-color:#3b82f61a}.ui-metric-card--error:hover{border-color:#ef444480}.ui-metric-card--error .ui-metric-card__border-left{background-color:var(--color-error)}.ui-metric-card--error .ui-metric-card__icon-bg{color:var(--color-error);background-color:#ef44441a}.ui-metric-card--navy:hover{border-color:#0d1f3c80}.ui-metric-card--navy .ui-metric-card__border-left{background-color:var(--color-mid-navy)}.ui-metric-card--navy .ui-metric-card__icon-bg{color:var(--color-mid-navy);background-color:#0d1f3c1a}.ui-metric-card--gold:hover{border-color:#e4c36a80}.ui-metric-card--gold .ui-metric-card__border-left{background-color:var(--color-bright-gold)}.ui-metric-card--gold .ui-metric-card__icon-bg{color:var(--color-deep-navy);background-color:#e4c36a1a}.ui-page-header{gap:var(--space-4);margin-bottom:var(--space-8);flex-direction:column;display:flex}@media (width>=640px){.ui-page-header{flex-direction:row;justify-content:space-between;align-items:center}}.ui-page-header__title{font-size:var(--font-size-headline-lg);font-weight:600;line-height:var(--line-height-headline-lg);color:var(--color-mid-navy);margin:0 0 var(--space-1) 0}.ui-page-header__subtitle{font-size:var(--font-size-body);color:var(--color-text-grey);margin:0}.ui-page-header__actions{gap:var(--space-2);display:flex}.ui-detail-card{background-color:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-card);overflow:hidden}.ui-detail-card__header{padding:var(--space-4);border-bottom:1px solid var(--color-border);align-items:center;gap:var(--space-3);background-color:var(--color-surface-soft);display:flex}.ui-detail-card__title{font-size:var(--font-size-title);color:var(--color-mid-navy);margin:0;font-weight:600}.ui-detail-card__body{padding:var(--space-4)}.ui-timeline{flex-direction:column;display:flex;position:relative}.ui-timeline-item{gap:var(--space-4);padding-bottom:var(--space-6);display:flex;position:relative}.ui-timeline-item:last-child{padding-bottom:0}.ui-timeline-item__indicator{flex-direction:column;align-items:center;display:flex;position:relative}.ui-timeline-item__dot{background-color:var(--color-border-strong);z-index:2;border-radius:50%;width:12px;height:12px}.ui-timeline-item__dot--active,.ui-timeline-item__dot--current{background-color:var(--color-success);box-shadow:0 0 0 4px #10b98133}.ui-timeline-item__dot--completed{background-color:var(--color-success)}.ui-timeline-item__dot--terminal{background-color:var(--color-error);box-shadow:0 0 0 4px #ef444429}.ui-timeline-item__dot--pending{background-color:var(--color-border-strong)}.ui-timeline-item__line{top:12px;bottom:calc(-1 * var(--space-6));background-color:var(--color-border);z-index:0;width:2px;position:absolute}.ui-timeline-item:last-child .ui-timeline-item__line{display:none}.ui-timeline-item__content{gap:var(--space-1);flex-direction:column;flex:1;padding-top:-2px;display:flex}.ui-timeline__progress-line{top:6px;width:2px;height:var(--timeline-progress-height,100%);background-color:var(--color-success);z-index:1;transform-origin:top;position:absolute;inset-inline-start:5px}[dir=rtl] .ui-timeline--animated .ui-timeline-item__content{animation-name:timeline-content-rtl}.ui-timeline--waiting .ui-timeline__progress-line{transform:scaleY(0)}.ui-timeline--waiting .ui-timeline-item__dot--completed,.ui-timeline--waiting .ui-timeline-item__dot--current,.ui-timeline--waiting .ui-timeline-item__dot--terminal,.ui-timeline--waiting .ui-timeline-item__content{opacity:0;transform:scale(.95)}.ui-timeline--animated .ui-timeline__progress-line{animation:1.8s cubic-bezier(.22,1,.36,1) forwards timeline-progress-line}.ui-timeline--animated .ui-timeline-item__dot--completed{animation:.4s cubic-bezier(.22,1,.36,1) forwards timeline-dot;animation-delay:calc((var(--timeline-index,0) / max(1, var(--timeline-total,1))) * 1.8s);opacity:0;transform:scale(0)}.ui-timeline--animated .ui-timeline-item__dot--current,.ui-timeline--animated .ui-timeline-item__dot--terminal{animation:.6s cubic-bezier(.22,1,.36,1) forwards timeline-dot-current;animation-delay:calc((var(--timeline-index,0) / max(1, var(--timeline-total,1))) * 1.8s);opacity:0;transform:scale(0)}.ui-timeline--animated .ui-timeline-item__content{animation:.5s cubic-bezier(.22,1,.36,1) forwards timeline-content;animation-delay:calc((var(--timeline-index,0) / max(1, var(--timeline-total,1))) * 1.8s + .1s);opacity:0;transform:scale(.95)}@keyframes timeline-progress-line{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes timeline-dot{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes timeline-dot-current{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.25)}to{opacity:1;transform:scale(1)}}@keyframes timeline-content{0%{opacity:0;transform:scale(.95)translate(-8px)}to{opacity:1;transform:scale(1)translate(0)}}@keyframes timeline-content-rtl{0%{opacity:0;transform:scale(.95)translate(8px)}to{opacity:1;transform:scale(1)translate(0)}}@media (prefers-reduced-motion:reduce){.ui-timeline__progress-line{animation:none!important;transform:none!important}.ui-timeline--animated .ui-timeline-item__dot--completed,.ui-timeline--animated .ui-timeline-item__dot--current,.ui-timeline--animated .ui-timeline-item__dot--terminal,.ui-timeline--animated .ui-timeline-item__content{opacity:1!important;animation:none!important;transform:none!important}}.ops-table{border-collapse:separate;border-spacing:0;width:100%}.ops-table thead th,.ops-table [role=columnheader]{border-bottom:1px solid #0a162814}.ops-table tbody td,.ops-table [role=row]{border-bottom:1px solid #0a162812}.ops-table th:not(:last-child),.ops-table td:not(:last-child),.ops-table [role=columnheader]:not(:last-child),.ops-table [role=cell]:not(:last-child){border-right:1px solid #0a16280f}[dir=rtl] .ops-table th:not(:last-child),[dir=rtl] .ops-table td:not(:last-child),[dir=rtl] .ops-table [role=columnheader]:not(:last-child),[dir=rtl] .ops-table [role=cell]:not(:last-child){border-left:1px solid #0a16280f;border-right:none}.ops-table tbody tr:last-child td,.ops-table [role=rowgroup]>[role=row]:last-child,.ops-table [role=rowgroup]>[role=row]:last-child>[role=cell]{border-bottom:none}.auth-shell{background:var(--color-app-bg);min-height:100vh;display:grid}.auth-shell__brand-panel{background:var(--color-deep-navy);color:#fff;min-height:100vh;padding:var(--space-8);display:none;position:relative;overflow:hidden}.auth-shell__brand-panel:before{content:"";opacity:.28;background-image:radial-gradient(#ffffff1a 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.auth-shell__brand-panel:after{top:-180px;border-radius:var(--radius-full);background:var(--color-mid-navy);content:"";filter:blur(90px);opacity:.55;width:500px;height:500px;position:absolute;inset-inline-end:-180px}.auth-shell__brand-content{z-index:1;justify-content:space-between;gap:var(--space-8);flex-direction:column;min-height:calc(100vh - 64px);display:flex;position:relative}.auth-shell__tenant{align-items:center;gap:var(--space-2);color:#fff;font-size:var(--font-size-headline-lg);font-weight:700;line-height:var(--line-height-headline-lg);display:flex}.auth-shell__pitch{max-width:34rem}.auth-shell__headline{margin:0 0 var(--space-4);color:#fff;font-family:var(--font-family-metrics);font-size:var(--font-size-display);font-weight:700;line-height:var(--line-height-display)}.auth-shell__headline-accent{color:var(--color-bright-gold)}.auth-shell__description{max-width:28rem;color:var(--color-text-grey);font-size:var(--font-size-body-lg);line-height:var(--line-height-body-lg);margin:0}.auth-shell__chips{gap:var(--space-2);margin-top:var(--space-8);flex-wrap:wrap;display:flex}.auth-shell__proof{align-items:center;gap:var(--space-4);padding-top:var(--space-8);border-top:1px solid #ffffff1a;display:flex}.auth-shell__avatar-stack{display:flex}.auth-shell__avatar{border:2px solid var(--color-deep-navy);border-radius:var(--radius-full);background:var(--color-mid-navy);color:#fff;width:40px;height:40px;font-size:var(--font-size-caption);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.auth-shell__avatar+.auth-shell__avatar{margin-inline-start:-12px}.auth-shell__stars{color:var(--color-bright-gold);font-size:var(--font-size-caption);line-height:1}.auth-shell__proof-text{margin:var(--space-1) 0 0;color:var(--color-text-grey);font-size:var(--font-size-caption);line-height:var(--line-height-caption)}.auth-shell__work-area{min-height:100vh;padding:88px var(--space-4) 72px;justify-content:center;align-items:center;display:flex;position:relative}.auth-shell__mobile-tenant{top:var(--space-8);align-items:center;gap:var(--space-2);color:var(--color-deep-navy);font-size:var(--font-size-headline-md);font-weight:700;line-height:var(--line-height-headline-md);display:flex;position:absolute;inset-inline-start:var(--space-4)}.auth-shell__language{top:var(--space-6);z-index:1;position:absolute;inset-inline-end:var(--space-6)}.auth-shell__content{width:min(100%,420px)}.auth-shell__footer{bottom:var(--space-4);width:100%;color:var(--color-text-grey);text-align:center;font-size:var(--font-size-caption);line-height:var(--line-height-caption);position:absolute;inset-inline-start:0}.auth-shell__footer strong{color:var(--color-muted)}.login-card{border-radius:var(--radius-lg);padding:var(--space-8);position:relative;overflow:hidden;box-shadow:0 8px 30px #060f1c0a}.login-card__secure{justify-content:center;align-items:center;gap:var(--space-1);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-4);color:var(--color-muted);font-size:var(--font-size-label-sm);letter-spacing:.05em;font-weight:700;line-height:var(--line-height-caption);text-transform:uppercase;display:flex}.login-card__secure-icon{color:var(--color-success)}.login-card__secure-icon svg{width:16px;height:16px}.login-card__header{margin:var(--space-8) 0}.login-card__title{margin:0 0 var(--space-1);color:var(--color-deep-navy);font-size:var(--font-size-headline-lg);font-weight:600;line-height:var(--line-height-headline-lg)}.login-card__subtitle{color:var(--color-muted);font-size:var(--font-size-body);line-height:var(--line-height-body);margin:0}.login-card__form,.login-card__form-body{gap:var(--space-6);display:grid}.login-card__meta{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.login-card__support{margin-top:var(--space-8);border-top:1px solid var(--color-border);padding-top:var(--space-6);color:var(--color-muted);text-align:center;font-size:var(--font-size-body);line-height:var(--line-height-body)}.login-card__support p{margin:0}.login-card__support-link{color:var(--color-mid-navy);font-size:var(--font-size-label);font-weight:600}@media (width>=1024px){.auth-shell{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.auth-shell__brand-panel{display:block}.auth-shell__mobile-tenant{display:none}.auth-shell__work-area{padding:var(--space-8)}.auth-shell__footer{text-align:start;width:auto;inset-inline-start:var(--space-8)}}@media (width<=520px){.login-card{padding:var(--space-6)}.login-card__meta{flex-direction:column;align-items:flex-start}}.portal-shell{background:var(--color-app-bg);flex-direction:column;min-height:100vh;display:flex}.portal-nav{top:0;z-index:100;background:var(--color-surface);border-bottom:1px solid var(--color-border);height:64px;position:fixed;inset-inline:0;box-shadow:0 1px 3px #060f1c0d}.portal-nav__inner{max-width:1200px;height:100%;padding:0 var(--space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.portal-nav__brand{align-items:center;gap:var(--space-3);color:var(--color-deep-navy);text-decoration:none;display:flex}.portal-nav__brand-name{font-size:var(--font-size-title);font-weight:700;line-height:var(--line-height-title);color:var(--color-deep-navy);letter-spacing:-.01em}.portal-nav__actions{align-items:center;gap:var(--space-6);display:flex}.portal-nav__divider{background:var(--color-border);width:1px;height:24px}.portal-nav__btn-lang{font-size:var(--font-size-label-sm);color:var(--color-deep-navy);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);background:0 0;padding:6px 12px;font-weight:600}.portal-nav__btn-lang:hover{background:var(--color-surface-soft);border-color:var(--color-border-strong)}.portal-nav__staff-login{font-size:var(--font-size-label-sm);color:var(--color-muted);border-radius:var(--radius-md);transition:all var(--transition-base);padding:6px 12px;font-weight:600;text-decoration:none}.portal-nav__staff-login:hover{color:var(--color-deep-navy);background:var(--color-surface-soft)}.portal-nav__mobile-menu{border-radius:var(--radius-md);color:var(--color-deep-navy);padding:var(--space-2);cursor:pointer;background:0 0;border:0;display:none}@media (width<=767px){.portal-nav__actions{gap:var(--space-4)}.portal-nav__hide-mobile{display:none}}.portal-footer{background:var(--color-surface);border-top:1px solid var(--color-border);margin-top:auto}.portal-footer__inner{justify-content:space-between;align-items:center;gap:var(--space-4);max-width:1200px;padding:var(--space-8) var(--space-6);flex-direction:column;margin:0 auto;display:flex}@media (width>=768px){.portal-footer__inner{flex-direction:row}}.portal-footer__brand{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}@media (width>=768px){.portal-footer__brand{align-items:flex-start}}.portal-footer__brand-name{font-size:var(--font-size-title);color:var(--color-deep-navy);font-weight:700}.portal-footer__powered{font-size:var(--font-size-caption);color:var(--color-text-grey)}.portal-footer__powered strong{color:var(--color-empire-gold);font-weight:600}.portal-footer__links{gap:var(--space-6);flex-wrap:wrap;justify-content:center;display:flex}.portal-footer__link{font-size:var(--font-size-caption);color:var(--color-text-grey);transition:color var(--transition-base);text-decoration:none}.portal-footer__link:hover{color:var(--color-empire-gold);text-decoration:none}.portal-page{flex:1;padding-top:64px}.portal-container{max-width:1200px;padding:0 var(--space-6);margin:0 auto}.portal-hero{background:var(--color-app-bg);padding:80px 0;position:relative;overflow:hidden}.portal-hero:before{content:"";pointer-events:none;background:radial-gradient(at 100% 0,#e4c36a14 0%,#0000 60%);position:absolute;inset:0}.portal-hero__grid{gap:var(--space-10);grid-template-columns:1fr;align-items:center;display:grid;position:relative}@media (width>=992px){.portal-hero{padding:80px 0 96px}.portal-hero__grid{gap:var(--space-10);grid-template-columns:1fr 440px}}@media (width>=1200px){.portal-hero__grid{gap:var(--space-16);grid-template-columns:1.2fr 460px}}.portal-hero__eyebrow{align-items:center;gap:var(--space-2);font-size:var(--font-size-label);color:var(--color-empire-gold);margin-bottom:var(--space-4);font-weight:600;display:inline-flex}.portal-hero__heading{margin:0 0 var(--space-4);letter-spacing:-.02em;color:var(--color-deep-navy);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15}.portal-hero__description{margin:0 0 var(--space-6);font-size:var(--font-size-body-lg);line-height:var(--line-height-body-lg);color:var(--color-muted);max-width:540px}.portal-action-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card-strong);transition:transform var(--transition-base);overflow:hidden}.portal-action-card:hover{transform:perspective(1000px)rotateY(1deg)rotateX(.5deg)}.portal-action-card__tabs{border-bottom:1px solid var(--color-border);display:flex}.portal-tab{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-6);font-size:var(--font-size-title);cursor:pointer;transition:background-color var(--transition-base), color var(--transition-base);border:0;flex:1;font-weight:600;display:flex}.portal-tab--active{background:var(--color-deep-navy);color:#fff}.portal-tab--inactive{background:var(--color-surface-soft);color:var(--color-muted)}.portal-tab--inactive:hover{background:var(--color-border);color:var(--color-deep-navy)}.portal-tab svg{flex-shrink:0;width:20px;height:20px}.portal-action-card__body{padding:var(--space-8)}.portal-action-card__panel{gap:var(--space-4);flex-direction:column;display:flex}.portal-action-card__panel--hidden{display:none}.portal-action-card__hint{margin:var(--space-4) 0;font-size:var(--font-size-body);color:var(--color-muted);text-align:center}.portal-trust-section{background:var(--color-surface-soft);padding:80px 0}.portal-trust-grid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (width>=768px){.portal-trust-grid{grid-template-columns:repeat(3,1fr)}}.portal-trust-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-8);transition:border-color var(--transition-base), box-shadow var(--transition-base);position:relative;overflow:hidden}.portal-trust-card:before{content:"";top:0;background:var(--color-empire-gold);transform-origin:top;width:3px;height:100%;transition:transform var(--transition-base);position:absolute;inset-inline-start:0;transform:scaleY(0)}.portal-trust-card:hover{border-color:var(--color-empire-gold);box-shadow:var(--shadow-card)}.portal-trust-card:hover:before{transform:scaleY(1)}.portal-trust-card__icon{border-radius:var(--radius-md);width:48px;height:48px;margin-bottom:var(--space-4);color:var(--color-empire-gold);background:#c9a84c1f;justify-content:center;align-items:center;display:flex}.portal-trust-card__icon svg{width:22px;height:22px}.portal-trust-card__title{margin:0 0 var(--space-2);font-size:var(--font-size-headline-md);color:var(--color-deep-navy);font-weight:600}.portal-trust-card__body{font-size:var(--font-size-body);color:var(--color-muted);line-height:var(--line-height-body-lg);margin:0}.portal-cta-section{padding:80px 0}.portal-cta-grid{gap:var(--space-8);grid-template-columns:1fr;align-items:center;display:grid}@media (width>=768px){.portal-cta-grid{grid-template-columns:7fr 5fr}}.portal-cta-image{border:1px solid var(--color-border);border-radius:var(--radius-lg);height:360px;position:relative;overflow:hidden}.portal-cta-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.portal-cta-image:hover img{transform:scale(1.04)}.portal-cta-image__overlay{background:linear-gradient(#0000 45%,#060f1c8c 100%);position:absolute;inset:0}.portal-cta-image__badge{bottom:var(--space-6);position:absolute;inset-inline-start:var(--space-6)}.portal-cta-image__tag{background:var(--color-empire-gold);color:var(--color-deep-navy);font-size:var(--font-size-label-sm);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);margin-bottom:var(--space-2);padding:4px 10px;font-weight:700;display:inline-block}.portal-cta-image__caption{color:#fff;font-size:var(--font-size-headline-md);margin:0;font-weight:600}.portal-cta-content__heading{margin:0 0 var(--space-4);font-size:var(--font-size-headline-lg);color:var(--color-deep-navy);font-weight:600}.portal-cta-content__body{margin:0 0 var(--space-6);font-size:var(--font-size-body);color:var(--color-muted);line-height:var(--line-height-body-lg)}.portal-status-chip{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);font-size:var(--font-size-label);font-weight:600;line-height:var(--line-height-label);white-space:nowrap;padding:4px 12px;display:inline-flex}.portal-status-chip--pending{color:#92400e;background:#f59e0b1f;border:1px solid #f59e0b4d}.portal-status-chip--accepted{color:var(--color-deep-navy);border:1px solid var(--color-border);background:#060f1c14}.portal-status-chip--in-transit{color:#1e40af;background:#3b82f61a;border:1px solid #3b82f640}.portal-status-chip--delivered{color:#065f46;background:#10b9811a;border:1px solid #10b98140}.portal-status-chip--failed{background:var(--color-error-bg);color:#93000a;border:1px solid #ef444440}.portal-alert{align-items:flex-start;gap:var(--space-3);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);font-size:var(--font-size-body);display:flex}.portal-alert--success{color:#065f46;background:#10b98114;border:1px solid #10b9814d}.portal-alert--info{color:#1e3a8a;background:#3b82f614;border:1px solid #3b82f64d}.portal-alert--warning{color:#92400e;background:#f59e0b14;border:1px solid #f59e0b4d}.portal-alert__icon{flex-shrink:0;width:20px;height:20px;margin-top:1px}.portal-alert__text{font-size:var(--font-size-label);font-weight:600;line-height:var(--line-height-body)}.portal-section-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);overflow:hidden}.portal-section-card__header{padding:var(--space-6) var(--space-8);border-bottom:1px solid var(--color-border)}.portal-section-card__title{margin:0 0 var(--space-1);font-size:var(--font-size-headline-md);color:var(--color-deep-navy);font-weight:600}.portal-section-card__subtitle{font-size:var(--font-size-body);color:var(--color-muted);margin:0}.portal-section-card__body{padding:var(--space-8)}.portal-section-heading{align-items:center;gap:var(--space-2);margin:0 0 var(--space-4);font-size:var(--font-size-headline-md);color:var(--color-deep-navy);font-weight:600;display:flex}.portal-section-heading__icon{color:var(--color-empire-gold);flex-shrink:0}.portal-form{gap:var(--space-8);flex-direction:column;display:flex}.portal-form-section{gap:var(--space-4);flex-direction:column;display:flex}.portal-form-grid{gap:var(--space-4);padding:var(--space-5);background:var(--color-surface-soft);border-radius:var(--radius-lg);grid-template-columns:1fr;display:grid}@media (width>=768px){.portal-form-grid--2col{grid-template-columns:1fr 1fr}.portal-form-grid--3col{grid-template-columns:1fr 1fr 1fr}}.portal-form-grid__full{grid-column:1/-1}.portal-form__field{gap:var(--space-1);flex-direction:column;display:flex}.portal-form__label{font-size:var(--font-size-label);color:var(--color-deep-navy);font-weight:600;line-height:var(--line-height-label)}.portal-form__input{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:42px;color:var(--color-deep-navy);font-size:var(--font-size-body);transition:border-color var(--transition-base), box-shadow var(--transition-base);padding:10px 12px}.portal-form__input:focus{border-color:var(--color-mid-navy);box-shadow:var(--shadow-focus);outline:0}.portal-form__input::placeholder{color:var(--color-text-grey)}.portal-form__select{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:42px;color:var(--color-deep-navy);font-size:var(--font-size-body);cursor:pointer;transition:border-color var(--transition-base), box-shadow var(--transition-base);appearance:none;padding:10px 12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a9bb0' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-inline-end:36px}[dir=rtl] .portal-form__select{background-position:12px}.portal-form__select:focus{border-color:var(--color-mid-navy);box-shadow:var(--shadow-focus);outline:0}.portal-form__price-display{background:var(--color-mid-navy);border-radius:var(--radius-md);min-height:42px;padding:var(--space-2) var(--space-3);flex-direction:column;justify-content:center;align-items:center;display:flex}.portal-form__price-label{font-size:var(--font-size-caption);color:#ffffffa6}.portal-form__price-value{font-size:var(--font-size-headline-md);color:var(--color-bright-gold);font-weight:700}.portal-form__dashed-section{border:2px dashed var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);background:var(--color-surface)}.portal-form__info-note{align-items:flex-start;gap:var(--space-2);margin-top:var(--space-4);font-size:var(--font-size-caption);color:var(--color-muted);display:flex}.portal-form__info-note svg{flex-shrink:0;width:16px;height:16px;margin-top:1px}.portal-form__field-error{font-size:var(--font-size-caption);color:var(--color-error);margin-top:var(--space-1);display:block}.portal-form__footer{align-items:center;gap:var(--space-3);padding-top:var(--space-5);border-top:1px solid var(--color-border);flex-direction:column;display:flex}@media (width>=768px){.portal-form__footer{flex-direction:row;justify-content:flex-end}.portal-form__footer .portal-btn--outline,.portal-form__footer .portal-btn--primary{width:auto}}.portal-btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-lg);min-height:46px;font-size:var(--font-size-title);cursor:pointer;transition:background-color var(--transition-base), border-color var(--transition-base), color var(--transition-base), transform var(--transition-fast);padding:10px 20px;font-weight:600;text-decoration:none;display:inline-flex}.portal-btn:hover{text-decoration:none}.portal-btn:active:not(:disabled){transform:scale(.98)}.portal-btn--primary{background:var(--color-deep-navy);color:#fff;border:1px solid #0000}.portal-btn--primary:hover:not(:disabled){background:var(--color-mid-navy)}.portal-btn--outline{color:var(--color-deep-navy);border:2px solid var(--color-deep-navy);background:0 0}.portal-btn--outline:hover:not(:disabled){background:#060f1c0a}.portal-btn--full{width:100%}.portal-btn svg{flex-shrink:0;width:18px;height:18px}.portal-request-page{padding-bottom:80px}.portal-request-layout{gap:var(--space-6);flex-direction:column;display:flex}@media (width>=992px){.portal-request-layout{gap:var(--space-8);grid-template-columns:240px 1fr;display:grid}}@media (width<=991px){.portal-request-sidebar{margin-bottom:var(--space-4)}}.portal-sidebar-btn{padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);cursor:pointer;font-size:var(--font-size-label);text-align:start;transition:background-color var(--transition-base), color var(--transition-base);border:0;justify-content:space-between;align-items:center;font-weight:600;text-decoration:none;display:flex}.portal-sidebar-btn--active{background:var(--color-deep-navy);color:#fff;border-inline-start:3px solid var(--color-empire-gold)}.portal-sidebar-btn--inactive{background:var(--color-surface-soft);color:var(--color-muted);border-inline-start:3px solid #0000}@media (width>=768px){.portal-feature-grid{grid-template-columns:repeat(3,1fr)}}.portal-feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-card);transition:box-shadow var(--transition-base)}.portal-feature-card:hover{box-shadow:var(--shadow-card-strong)}.portal-feature-card__icon{color:var(--color-empire-gold);margin-bottom:var(--space-3)}.portal-confirmation{padding:var(--space-10) 0;max-width:768px;margin:0 auto}.portal-confirmation__ref-card{background:var(--color-surface);border:1px solid var(--color-border);border-inline-start:4px solid var(--color-empire-gold);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);overflow:hidden}.portal-confirmation__ref-header{gap:var(--space-4);padding:var(--space-6) var(--space-8);border-bottom:1px solid var(--color-border);flex-direction:column;display:flex}@media (width>=640px){.portal-confirmation__ref-header{flex-direction:row;justify-content:space-between;align-items:center}}.portal-confirmation__ref-label{font-size:var(--font-size-label-sm);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-grey);margin-bottom:var(--space-1);font-weight:600}.portal-confirmation__ref-id-row{align-items:center;gap:var(--space-2);display:flex}.portal-confirmation__ref-id{color:var(--color-deep-navy);letter-spacing:-.01em;font-family:Courier New,Courier,monospace;font-size:1.75rem;font-weight:700}.portal-confirmation__copy-btn{border-radius:var(--radius-full);width:32px;height:32px;color:var(--color-text-grey);cursor:pointer;transition:background-color var(--transition-base), color var(--transition-base);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.portal-confirmation__copy-btn:hover{background:var(--color-surface-soft);color:var(--color-deep-navy)}.portal-confirmation__ref-body{padding:var(--space-6) var(--space-8)}.portal-confirmation__info-block{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:var(--space-6);display:flex}.portal-confirmation__info-block svg{width:20px;height:20px;color:var(--color-mid-navy);flex-shrink:0;margin-top:1px}.portal-confirmation__info-title{font-size:var(--font-size-label);color:var(--color-deep-navy);margin-bottom:var(--space-1);font-weight:600}.portal-confirmation__info-text{font-size:var(--font-size-body);color:var(--color-muted)}.portal-timeline{padding-top:var(--space-4);position:relative}.portal-timeline__line{inset-inline-start:15px;background:var(--color-border);width:1px;position:absolute;top:0;bottom:0}.portal-timeline__heading{font-size:var(--font-size-label);color:var(--color-deep-navy);margin:0 0 var(--space-4);font-weight:600}.portal-timeline__items{gap:var(--space-6);flex-direction:column;display:flex;position:relative}.portal-timeline__item{align-items:flex-start;gap:var(--space-4);display:flex}.portal-timeline__item--faded{opacity:.45}.portal-timeline__dot{z-index:1;border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.portal-timeline__dot--completed{background:var(--color-deep-navy);color:#fff}.portal-timeline__dot--active{background:var(--color-empire-gold);color:var(--color-deep-navy);box-shadow:0 0 0 4px #e4c36a33}.portal-timeline__dot--future{background:var(--color-border);color:var(--color-muted)}.portal-timeline__dot svg{width:14px;height:14px}.portal-timeline__step-title{font-size:var(--font-size-label);color:var(--color-deep-navy);font-weight:600}.portal-timeline__step-meta{font-size:var(--font-size-caption);color:var(--color-text-grey);margin-top:2px}.portal-resource-grid{gap:var(--space-4);margin-top:var(--space-8);grid-template-columns:1fr;display:grid}@media (width>=640px){.portal-resource-grid{grid-template-columns:1fr 1fr}}.portal-resource-card{align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color var(--transition-base), box-shadow var(--transition-base);display:flex}.portal-resource-card:hover{border-color:var(--color-empire-gold);box-shadow:var(--shadow-card)}.portal-resource-card__icon-wrap{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-deep-navy);flex-shrink:0;justify-content:center;align-items:center;display:flex}.portal-resource-card__icon-wrap svg{width:20px;height:20px}.portal-resource-card__title{font-size:var(--font-size-label);color:var(--color-deep-navy);margin-bottom:2px;font-weight:600}.portal-resource-card__desc{font-size:var(--font-size-caption);color:var(--color-text-grey)}.portal-tracking-page{padding:var(--space-10) 0}.portal-tracking-layout{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (width>=1024px){.portal-tracking-layout{grid-template-columns:1fr 340px}}.portal-stepper{padding:var(--space-8) 0 var(--space-6);position:relative}.portal-stepper__track{top:50%;background:var(--color-border);width:100%;height:2px;position:absolute;inset-inline-start:0;transform:translateY(-50%)}.portal-stepper__progress{background:var(--color-deep-navy);height:100%;transition:width var(--transition-base)}[dir=rtl] .portal-stepper__progress{margin-inline-start:auto}.portal-stepper__steps{justify-content:space-between;display:flex;position:relative}.portal-stepper__step{align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.portal-stepper__dot{border-radius:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.portal-stepper__dot svg{width:20px;height:20px}.portal-stepper__dot--active{background:var(--color-deep-navy);color:#fff}.portal-stepper__dot--inactive{background:var(--color-border);color:var(--color-text-grey)}.portal-stepper__label{font-size:var(--font-size-label);white-space:nowrap;font-weight:600}.portal-stepper__label--active{color:var(--color-deep-navy)}.portal-stepper__label--inactive{color:var(--color-text-grey)}.portal-shipment-history{padding-inline-start:var(--space-8);position:relative}.portal-shipment-history:before{content:"";inset-inline-start:15px;background:var(--color-border);width:1px;position:absolute;top:6px;bottom:6px}.portal-shipment-history__item{padding-bottom:var(--space-5);position:relative}.portal-shipment-history__dot{inset-inline-start:-21px;border-radius:var(--radius-full);width:10px;height:10px;position:absolute;top:5px}.portal-shipment-history__dot--primary{background:var(--color-deep-navy)}.portal-shipment-history__dot--secondary{background:var(--color-border-strong)}.portal-shipment-history__event{font-size:var(--font-size-label);color:var(--color-deep-navy);font-weight:600}.portal-shipment-history__meta{font-size:var(--font-size-caption);color:var(--color-text-grey);margin-top:2px}.portal-tracking-details{gap:var(--space-6);border-top:1px solid var(--color-border);padding-top:var(--space-6);grid-template-columns:1fr 1fr;display:grid}.portal-tracking-details__group h3{font-size:var(--font-size-label-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-grey);margin:0 0 var(--space-3);font-weight:700}.portal-tracking-details__block{background:var(--color-surface-soft);padding:var(--space-4);border-radius:var(--radius-md);min-height:80px}.portal-tracking-details__name{font-size:var(--font-size-title);color:var(--color-deep-navy);margin:0 0 var(--space-1);font-weight:600}.portal-tracking-details__sub{font-size:var(--font-size-body);color:var(--color-muted);margin:0}.portal-tracking-details__payment-row{align-items:center;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.portal-tracking-sidebar{gap:var(--space-4);flex-direction:column;display:flex}.portal-map-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.portal-map-card__map{background:var(--color-surface-soft);height:200px;position:relative;overflow:hidden}.portal-map-card__map img{object-fit:cover;opacity:.85;width:100%;height:100%}.portal-map-card__location-label{bottom:var(--space-3);align-items:center;gap:var(--space-2);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);font-size:var(--font-size-caption);color:var(--color-deep-navy);box-shadow:var(--shadow-card);font-weight:600;display:flex;position:absolute;inset-inline-start:var(--space-3)}.portal-map-card__footer{padding:var(--space-4)}.portal-map-card__footer h4{font-size:var(--font-size-label);color:var(--color-deep-navy);margin:0 0 var(--space-2);font-weight:600}.portal-map-card__estimate-row{font-size:var(--font-size-body);justify-content:space-between;align-items:center;display:flex}.portal-map-card__estimate-row span:last-child{color:var(--color-deep-navy);font-weight:700}.portal-support-card{background:var(--color-deep-navy);border-radius:var(--radius-lg);padding:var(--space-5);color:#fff}.portal-support-card__icon{margin-bottom:var(--space-3);color:var(--color-bright-gold)}.portal-support-card__icon svg{width:28px;height:28px}.portal-support-card__title{font-size:var(--font-size-title);margin:0 0 var(--space-2);font-weight:600}.portal-support-card__body{font-size:var(--font-size-body);color:#ffffffbf;margin:0 0 var(--space-4)}.portal-support-card__btn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;min-height:42px;color:var(--color-deep-navy);border-radius:var(--radius-lg);font-size:var(--font-size-label);cursor:pointer;transition:background-color var(--transition-base);background:#fff;border:0;font-weight:600;display:flex}.portal-support-card__btn:hover{background:var(--color-surface-soft)}.portal-quick-links{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4)}.portal-quick-links__heading{font-size:var(--font-size-label-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-grey);margin:0 0 var(--space-4);font-weight:700}.portal-quick-links__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.portal-quick-links__link{font-size:var(--font-size-body);color:var(--color-deep-navy);padding:var(--space-2) 0;border-bottom:1px solid var(--color-border);transition:color var(--transition-base);justify-content:space-between;align-items:center;text-decoration:none;display:flex}.portal-quick-links__link:last-child{border-bottom:0}.portal-quick-links__link:hover{color:var(--color-empire-gold);text-decoration:none}.portal-quick-links__link svg{flex-shrink:0;width:14px;height:14px}.portal-page-title{padding:var(--space-10) 0 var(--space-6)}.portal-page-title__heading{margin:0 0 var(--space-2);letter-spacing:-.02em;color:var(--color-deep-navy);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700}.portal-page-title__sub{font-size:var(--font-size-body-lg);color:var(--color-muted);max-width:640px;margin:0}.portal-confirmation__actions{gap:var(--space-3);margin-top:var(--space-6);flex-direction:column;display:flex}@media (width>=640px){.portal-confirmation__actions{flex-direction:row}.portal-confirmation__actions .portal-btn{flex:1}}.portal-tracking-id{color:var(--color-deep-navy);letter-spacing:-.01em;font-family:Courier New,Courier,monospace;font-size:1.5rem;font-weight:700}.portal-page-header{gap:var(--space-4);margin-bottom:var(--space-8);flex-direction:column;display:flex}.portal-text-muted{color:var(--color-text-grey);font-size:var(--font-size-label-sm);font-weight:500}.portal-text-gold{color:var(--color-empire-gold)}.portal-divider{border:0;border-top:1px solid var(--color-border);margin:var(--space-6) 0}.portal-request-page{padding:40px 0 80px}.portal-request-layout{gap:var(--space-8);grid-template-columns:1fr;display:grid}@media (width>=992px){.portal-request-page{padding:64px 0 96px}.portal-request-layout{grid-template-columns:240px 1fr;align-items:start}}.portal-request-sidebar{gap:var(--space-2);flex-direction:column;display:flex}@media (width<=991px){.portal-request-sidebar{padding-bottom:var(--space-2);flex-direction:row;overflow-x:auto}}.portal-sidebar-btn{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--font-size-body);transition:all var(--transition-base);justify-content:space-between;align-items:center;font-weight:600;text-decoration:none;display:flex}.portal-sidebar-btn__inner{align-items:center;gap:var(--space-3);display:flex}.portal-sidebar-btn--active{background:var(--color-deep-navy);color:#fff}.portal-sidebar-btn--inactive{color:var(--color-muted);background:0 0}.portal-sidebar-btn--inactive:hover{background:var(--color-surface-soft);color:var(--color-deep-navy)}@media (width<=991px){.portal-sidebar-btn{white-space:nowrap}}.portal-feature-grid{gap:var(--space-6);margin-top:var(--space-8);grid-template-columns:1fr;display:grid}@media (width>=768px){.portal-feature-grid{grid-template-columns:repeat(3,1fr)}}.portal-feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6);height:100%;transition:box-shadow var(--transition-base), border-color var(--transition-base);flex-direction:column;display:flex}.portal-feature-card:hover{border-color:var(--color-empire-gold);box-shadow:var(--shadow-card)}.portal-feature-card__icon{color:var(--color-empire-gold);margin-bottom:var(--space-4);display:flex}.portal-feature-card__icon svg{width:28px;height:28px}.portal-feature-card__title{margin:0 0 var(--space-2);font-size:var(--font-size-label);color:var(--color-deep-navy);font-weight:700}.portal-feature-card__body{font-size:var(--font-size-caption);color:var(--color-muted);line-height:var(--line-height-body);margin:0}.portal-form__footer{gap:var(--space-4);margin-top:var(--space-8);padding-top:var(--space-6);border-top:1px solid var(--color-border);flex-direction:column;display:flex}@media (width>=768px){.portal-form__footer{flex-direction:row;justify-content:flex-end;align-items:center}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}:root{--sidebar-collapsed-width:76px;--sidebar-expanded-width:260px;--ease-out-strong:cubic-bezier(.23, 1, .32, 1)}.oms-shell{grid-template-columns:var(--sidebar-expanded-width) minmax(0, 1fr);background:var(--color-app-bg);min-height:100vh;display:grid}.oms-sidebar{gap:var(--space-6);background:var(--color-deep-navy);color:#fff;height:100vh;padding:var(--space-6) var(--space-4);flex-direction:column;display:flex;position:sticky;top:0;box-shadow:inset -1px 0 #c5c6cd6b}[dir=rtl] .oms-sidebar{box-shadow:inset 1px 0 #c5c6cd6b}.oms-sidebar__brand{align-items:center;gap:var(--space-3);display:flex}.oms-sidebar__brand strong,.oms-sidebar__user strong{color:#fff;font-family:var(--font-family-metrics);font-size:1.25rem;line-height:1.45rem;display:block}.oms-sidebar__brand span,.oms-sidebar__user span{color:var(--color-text-grey);font-size:var(--font-size-caption);line-height:var(--line-height-caption);display:block}.oms-sidebar__badge{border-radius:var(--radius-full);width:fit-content;color:var(--color-bright-gold);padding:var(--space-1) var(--space-3);font-size:var(--font-size-caption);background:#e4c36a1a;border:1px solid #e4c36a59;font-weight:700}.oms-sidebar__nav{gap:var(--space-1);padding-top:var(--space-2);display:grid}.oms-sidebar__nav a,.oms-sidebar__nav button{align-items:center;gap:var(--space-3);min-height:40px;color:var(--color-text-grey);padding:var(--space-2) var(--space-3);font-size:var(--font-size-label);border-inline-start:2px solid #0000;font-weight:600;text-decoration:none;display:flex}.oms-sidebar__nav a:hover,.oms-sidebar__nav button:hover:not(:disabled){color:#fff;background:#101c2eb3}.oms-sidebar__nav a.is-active,.oms-sidebar__nav button.is-active{border-inline-start-color:var(--color-bright-gold);color:#fff;background:#101c2e}.oms-sidebar__nav a span,.oms-sidebar__nav button span{color:currentColor;font-size:1.25rem}.oms-sidebar__user{gap:var(--space-3);border-radius:var(--radius-xl);padding:var(--space-3);background:#ffffff0d;border:1px solid #ffffff1a;grid-template-columns:auto minmax(0,1fr);align-items:center;margin-top:auto;display:grid}.oms-sidebar__user button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-lg);color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;grid-column:1/-1;min-height:38px;font-weight:700;display:inline-flex}.oms-sidebar__user button:hover{background:#ffffff1a}.oms-avatar{border-radius:var(--radius-full);background:var(--color-bright-gold);width:36px;height:36px;color:var(--color-deep-navy);font-size:var(--font-size-label);flex:none;place-items:center;font-weight:800;display:inline-grid}.oms-main{background:var(--color-app-bg);min-width:0}.oms-topbar{z-index:3;gap:var(--space-4);border-bottom:1px solid var(--color-border);background:var(--color-surface);min-height:64px;padding:var(--space-3) var(--space-6);grid-template-columns:minmax(190px,260px) minmax(280px,1fr) auto;align-items:center;display:grid;position:sticky;top:0;box-shadow:0 1px 2px #060f1c0d}.oms-topbar__title strong{color:#000;font-size:var(--font-size-headline-md);font-weight:600;line-height:var(--line-height-headline-md);display:block}.oms-topbar__actions{justify-content:flex-end;align-items:center;gap:var(--space-3);display:flex}.oms-topbar__icon-button{border-radius:var(--radius-full);width:40px;height:40px;color:var(--color-muted);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.oms-topbar__icon-button:hover{background:var(--color-surface-soft);color:#000}.oms-topbar__icon-button--alert>span:last-child{top:6px;border:2px solid var(--color-surface);border-radius:var(--radius-full);background:var(--color-error);color:#fff;place-items:center;min-width:16px;height:16px;font-size:.625rem;font-weight:800;line-height:1;display:inline-grid;position:absolute;inset-inline-end:6px}.oms-realtime-status--connected{color:#047857}.oms-realtime-status--reconnecting{color:#92400e}.oms-realtime-status--offline{color:var(--color-muted)}.oms-topbar__pill{border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);min-height:40px;color:var(--color-deep-navy);padding:0 var(--space-3);font-weight:700}.oms-topbar__pill span{border-radius:var(--radius-full);background:var(--color-error);color:#fff;min-width:20px;min-height:20px;font-size:var(--font-size-caption);place-items:center;display:inline-grid}.oms-topbar__profile{align-items:center;gap:var(--space-2);border-inline-start:1px solid var(--color-border);color:var(--color-deep-navy);font-size:var(--font-size-body);padding-inline-start:var(--space-4);font-weight:700;display:flex}.oms-topbar__profile .material-symbols-outlined{color:var(--color-muted);font-size:1.25rem}.oms-content{padding:var(--space-6)}.dashboard-view{gap:var(--space-6);display:grid}.dashboard-view__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-card);background:linear-gradient(135deg,#fffffff5,#f5f3f5d1),#fff;border:1px solid #c5c6cdb3;display:flex}.dashboard-view__header h1{color:var(--color-deep-navy);font-size:var(--font-size-display);line-height:var(--line-height-display);margin:0}.dashboard-view__header p{max-width:660px;margin:var(--space-1) 0 0;color:var(--color-muted)}.dashboard-header__meta{gap:var(--space-2);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.dashboard-header__meta span,.dashboard-panel__count{border:1px solid var(--color-border);border-radius:var(--radius-full);min-height:26px;color:var(--color-muted);padding:0 var(--space-3);font-size:var(--font-size-caption);background:#fff;align-items:center;font-weight:800;display:inline-flex}.dashboard-eyebrow{color:var(--color-empire-gold);font-size:var(--font-size-label-sm);letter-spacing:.05em;font-weight:800;line-height:var(--line-height-caption);text-transform:uppercase;margin:0}.dashboard-view__header-actions{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;display:flex}.kpi-grid{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.kpi-card,.dashboard-panel,.dashboard-state-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card)}.kpi-card{gap:var(--space-3);min-height:132px;padding:var(--space-4);display:grid;position:relative;overflow:hidden}.kpi-card:after{border-radius:var(--radius-full);content:"";background:#0d1f3c0d;width:82px;height:82px;position:absolute;bottom:-28px;right:-24px}.kpi-card__topline{align-items:center;gap:var(--space-2);color:var(--color-muted);font-size:var(--font-size-label);font-weight:700;display:flex}.kpi-card__icon,.feed-item__dot,.driver-stat__dot{border-radius:var(--radius-full);background:var(--color-mid-navy);width:9px;height:9px}.kpi-card__icon{border-radius:var(--radius-lg);width:30px;height:30px;color:var(--color-deep-navy);flex:none;place-items:center;font-size:.62rem;font-weight:900;display:inline-grid}.kpi-card strong{color:var(--color-deep-navy);font-family:var(--font-family-metrics);z-index:1;font-size:1.9rem;line-height:2.2rem;position:relative}.kpi-card p{color:var(--color-muted);font-size:var(--font-size-caption);margin:0}.kpi-card--success .kpi-card__icon,.feed-item__dot--success{color:#047857;background:#ecfdf5}.kpi-card--warning .kpi-card__icon,.feed-item__dot--warning{color:#92400e;background:#fffbeb}.kpi-card--danger .kpi-card__icon,.feed-item__dot--danger{color:#b91c1c;background:#fef2f2}.kpi-card--info .kpi-card__icon,.feed-item__dot--info{color:#1d4ed8;background:#eff6ff}.kpi-card--neutral .kpi-card__icon{background:var(--color-surface-soft);color:var(--color-mid-navy)}.dashboard-view__primary-grid{gap:var(--space-4);grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);display:grid}.dashboard-view__secondary-grid{gap:var(--space-4);grid-template-columns:minmax(320px,1fr) minmax(320px,1fr) minmax(260px,.75fr);display:grid}.dashboard-panel{min-width:0;padding:var(--space-5);overflow:hidden}.dashboard-panel__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.dashboard-panel__header>div{min-width:0}.dashboard-panel__header h2{color:var(--color-deep-navy);font-size:var(--font-size-headline-md);line-height:var(--line-height-headline-md);margin:0}.dashboard-panel__header p{margin:var(--space-1) 0 0;color:var(--color-muted);font-size:var(--font-size-body)}.dashboard-inline-warning{margin:0 0 var(--space-3);border-radius:var(--radius-lg);color:#92400e;padding:var(--space-3);font-size:var(--font-size-caption);background:#fffbeb;border:1px solid #f59e0b52;font-weight:700}.dashboard-link-button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:34px;color:var(--color-mid-navy);padding:0 var(--space-3);font-size:var(--font-size-label);font-weight:800}.attention-list{gap:var(--space-2);display:grid}.attention-item{gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-3);background:linear-gradient(90deg,#fff,#f5f3f58f);border-inline-start-width:4px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.attention-item--critical{border-inline-start-color:var(--color-error)}.attention-item--warning{border-inline-start-color:var(--color-warning)}.attention-item--info{border-inline-start-color:var(--color-info)}.live-board__counts{display:flex}.attention-item__count{border-radius:var(--radius-lg);background:var(--color-deep-navy);width:44px;height:44px;color:#fff;font-family:var(--font-family-metrics);place-items:center;font-weight:800;display:grid}.attention-item h3,.driver-row h3,.feed-item h3{color:var(--color-deep-navy);font-size:var(--font-size-body);line-height:var(--line-height-body);margin:0}.attention-item p,.driver-row p,.feed-item p{margin:var(--space-1) 0 0;color:var(--color-muted);font-size:var(--font-size-caption);line-height:var(--line-height-caption)}.live-board__table-wrap{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow-x:auto}.live-board__counts{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;display:flex}.live-board__table{width:100%;min-width:940px}.live-board__table th,.live-board__table td{padding:var(--space-3) var(--space-4);text-align:start;vertical-align:middle;white-space:nowrap}.live-board__table th{background:var(--color-surface-soft);color:var(--color-muted);font-size:var(--font-size-caption);text-transform:uppercase;font-weight:800}.live-board__table td{color:var(--color-text);font-size:var(--font-size-body)}.live-board__table tbody tr:hover{background:#e4c36a12}.status-chip,.driver-row__status{border:1px solid var(--color-border);border-radius:var(--radius-full);padding:2px var(--space-2);font-size:var(--font-size-caption);align-items:center;font-weight:800;display:inline-flex}.status-chip--delivered,.driver-row__status--online{color:#047857;background:#ecfdf5;border-color:#10b98147}.status-chip--assigned,.status-chip--picked-up,.status-chip--out-for-delivery,.driver-row__status--busy{color:#1d4ed8;background:#eff6ff;border-color:#3b82f647}.status-chip--awaiting-customer,.status-chip--awaiting-payment,.status-chip--on-hold,.status-chip--pending-review,.driver-row__status--idle{color:#92400e;background:#fffbeb;border-color:#f59e0b52}.status-chip--failed,.status-chip--cancelled,.status-chip--returned{color:#b91c1c;background:#fef2f2;border-color:#ef444447}.status-chip--new,.driver-row__status--offline{border-color:var(--color-border);background:var(--color-surface-soft);color:var(--color-muted)}.live-board__actions{gap:var(--space-1);display:flex}.live-board__actions button{border:1px solid var(--color-border);border-radius:var(--radius-md);min-height:30px;color:var(--color-mid-navy);padding:0 var(--space-2);font-size:var(--font-size-caption);background:#fff;font-weight:800}.driver-stats{gap:var(--space-2);margin-bottom:var(--space-4);grid-template-columns:repeat(4,1fr);display:grid}.driver-stat{gap:var(--space-1);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-soft);padding:var(--space-3);display:grid}.driver-stat strong{color:var(--color-deep-navy);font-family:var(--font-family-metrics)}.driver-stat span:last-child{color:var(--color-muted);font-size:var(--font-size-caption)}.driver-stat__dot--online{background:var(--color-success)}.driver-stat__dot--busy{background:var(--color-info)}.driver-stat__dot--idle{background:var(--color-warning)}.driver-stat__dot--offline{background:var(--color-border-strong)}.driver-list,.feed-list{gap:var(--space-2);display:grid}.driver-row,.feed-item{gap:var(--space-3);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.driver-row{border-radius:var(--radius-lg);padding:var(--space-2);border:1px solid #0000;grid-template-columns:auto minmax(0,1fr) auto auto}.driver-row:hover{border-color:var(--color-border);background:var(--color-surface-soft)}.driver-row__avatar{border-radius:var(--radius-full);background:var(--color-surface-soft);width:34px;height:34px;color:var(--color-mid-navy);font-size:var(--font-size-caption);place-items:center;font-weight:800;display:grid}.driver-row__time,.feed-item time{color:var(--color-text-grey);font-size:var(--font-size-caption);white-space:nowrap}.cod-card__hero{gap:var(--space-2);border-radius:var(--radius-lg);background:radial-gradient(circle at 85% 10%, #e4c36a47, transparent 28%), var(--color-deep-navy);color:#fff;padding:var(--space-4);display:grid}.cod-card__hero span{color:var(--color-text-grey);font-size:var(--font-size-caption);text-transform:uppercase;font-weight:800}.cod-card__hero strong{font-family:var(--font-family-metrics);font-size:1.7rem}.cod-card__progress{border-radius:var(--radius-full);background:#ffffff24;height:8px;overflow:hidden}.cod-card__progress span{border-radius:inherit;background:var(--color-bright-gold);height:100%;display:block}.cod-card__grid,.health-card__list{gap:var(--space-3);margin:var(--space-4) 0 0;display:grid}.cod-card__grid div,.health-card__list div{justify-content:space-between;align-items:center;gap:var(--space-3);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-3);display:flex}.cod-card__grid dt,.health-card__list dt{color:var(--color-muted);font-size:var(--font-size-caption);font-weight:700}.cod-card__grid dd,.health-card__list dd{color:var(--color-deep-navy);font-size:var(--font-size-body);margin:0;font-weight:800}.feed-item{border-bottom:1px solid var(--color-border);padding-bottom:var(--space-3);grid-template-columns:auto minmax(0,1fr) auto}.feed-item__dot--success{background:var(--color-success)}.feed-item__dot--warning{background:var(--color-warning)}.feed-item__dot--danger{background:var(--color-error)}.feed-item__dot--info{background:var(--color-info)}.health-card{align-self:start}.dashboard-state-card{gap:var(--space-3);padding:var(--space-6);text-align:center;place-items:center;display:grid}.dashboard-state-card h2{color:var(--color-deep-navy);margin:0}.dashboard-state-card p{color:var(--color-muted);max-width:520px;margin:0}.dashboard-empty-note{border:1px dashed var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-surface-soft);color:var(--color-muted);padding:var(--space-4);font-size:var(--font-size-body);text-align:center;margin:0}.dashboard-state-card button{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-deep-navy);color:#fff;min-height:38px;padding:0 var(--space-4);font-weight:800}.dashboard-state-card__icon{border-radius:var(--radius-full);background:var(--color-surface-soft);width:48px;height:48px;color:var(--color-mid-navy);place-items:center;font-weight:900;display:inline-grid}.dashboard-state-card--error{background:#fff7f7;border-color:#ef444447}.dashboard-state-card--error .dashboard-state-card__icon,.dashboard-state-card--alert .dashboard-state-card__icon{background:var(--color-error-bg);color:var(--color-error)}.dashboard-state-card--alert{border-color:#ef444457;box-shadow:0 12px 34px #ef44441f}.dashboard-state-card--alert button{background:var(--color-error)}.dashboard-state-card__skeleton-grid{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));width:min(100%,620px);display:grid}.dashboard-state-card__skeleton-grid span{border-radius:var(--radius-lg);background:linear-gradient(90deg,#f1eff1,#fff,#f1eff1) 0 0/200% 100%;height:76px;animation:1.25s linear infinite dashboard-shimmer}@keyframes dashboard-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width>=721px){.oms-shell{grid-template-columns:var(--sidebar-collapsed-width) minmax(0, 1fr);transition:grid-template-columns .2s var(--ease-out-strong)}.oms-sidebar{width:var(--sidebar-collapsed-width);transition:width .2s var(--ease-out-strong);min-width:0;overflow:hidden}@media (hover:hover) and (pointer:fine){.oms-sidebar:hover{width:var(--sidebar-expanded-width)}.oms-shell:has(.oms-sidebar:hover){grid-template-columns:var(--sidebar-expanded-width) minmax(0, 1fr)}}.oms-sidebar:focus-within{width:var(--sidebar-expanded-width)}.oms-shell:has(.oms-sidebar:focus-within){grid-template-columns:var(--sidebar-expanded-width) minmax(0, 1fr)}.oms-sidebar__brand{justify-content:center;min-width:0;overflow:hidden}.oms-sidebar__brand-text{opacity:0;white-space:nowrap;transition:opacity .18s var(--ease-out-strong), transform .18s var(--ease-out-strong);pointer-events:none;flex:none;width:0;min-width:0;overflow:hidden;transform:translate(-6px)}.oms-sidebar__nav a,.oms-sidebar__nav button{padding:var(--space-2);justify-content:center;overflow:hidden}.oms-sidebar__nav .sidebar-label{opacity:0;white-space:nowrap;transition:opacity .16s var(--ease-out-strong), transform .16s var(--ease-out-strong);pointer-events:none;flex-shrink:0;max-width:0;overflow:hidden;transform:translate(-6px)}.oms-sidebar__user{min-width:0;transition:grid-template-columns .2s var(--ease-out-strong);grid-template-columns:auto;overflow:hidden}.oms-sidebar__user-text{opacity:0;white-space:nowrap;transition:opacity .16s var(--ease-out-strong), transform .16s var(--ease-out-strong);pointer-events:none;flex:none;width:0;min-width:0;overflow:hidden;transform:translate(-6px)}.oms-sidebar__user button{grid-column:1/-1}@media (hover:hover) and (pointer:fine){.oms-sidebar:hover .oms-sidebar__brand{justify-content:flex-start}.oms-sidebar:hover .oms-sidebar__brand-text{opacity:1;pointer-events:auto;width:auto;transform:translate(0)}.oms-sidebar:hover .oms-sidebar__nav a,.oms-sidebar__nav button{padding:var(--space-2) var(--space-3);justify-content:flex-start}.oms-sidebar:hover .sidebar-label{opacity:1;pointer-events:auto;max-width:200px;transform:translate(0)}.oms-sidebar:hover .oms-sidebar__user{grid-template-columns:auto minmax(0,1fr)}.oms-sidebar:hover .oms-sidebar__user-text{opacity:1;pointer-events:auto;width:auto;transform:translate(0)}}.oms-sidebar:focus-within .oms-sidebar__brand{justify-content:flex-start}.oms-sidebar:focus-within .oms-sidebar__brand-text{opacity:1;pointer-events:auto;width:auto;transform:translate(0)}.oms-sidebar:focus-within .oms-sidebar__nav a,.oms-sidebar__nav button{padding:var(--space-2) var(--space-3);justify-content:flex-start}.oms-sidebar:focus-within .sidebar-label{opacity:1;pointer-events:auto;max-width:200px;transform:translate(0)}.oms-sidebar:focus-within .oms-sidebar__user{grid-template-columns:auto minmax(0,1fr)}.oms-sidebar:focus-within .oms-sidebar__user-text{opacity:1;pointer-events:auto;width:auto;transform:translate(0)}.oms-sidebar__nav a.is-active,.oms-sidebar__nav button.is-active{position:relative}}@media (width>=721px) and (width<=1180px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-view__primary-grid,.dashboard-view__secondary-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.oms-shell,.oms-sidebar,.oms-sidebar__brand-text,.sidebar-label,.oms-sidebar__user-text,.oms-sidebar__user button{transition:none}}@media (width<=720px){.oms-shell{display:block}.oms-sidebar{height:auto;min-height:0;padding:var(--space-3) var(--space-4);flex-direction:row;align-items:center;position:static}.oms-sidebar__brand div,.oms-sidebar__badge{display:block}.oms-sidebar__nav,.oms-sidebar__user{display:none}.oms-topbar{padding:var(--space-4);position:static}.oms-topbar__actions{justify-content:flex-start;overflow-x:auto}.oms-topbar__profile{display:none}.oms-content{padding:var(--space-4)}.dashboard-view__header{display:grid}.dashboard-view__header h1{font-size:var(--font-size-headline-lg);line-height:var(--line-height-headline-lg)}.dashboard-view__header-actions{justify-content:flex-start}.kpi-grid{grid-template-columns:1fr}.attention-item,.driver-row,.feed-item{grid-template-columns:auto minmax(0,1fr)}.attention-item .dashboard-link-button,.driver-row__time,.feed-item time{grid-column:2}.driver-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.oms-topbar__menu-button{width:40px;height:40px;color:var(--color-deep-navy);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin-inline-end:var(--space-2);display:none}.oms-sidebar-overlay{z-index:40;background:#00000080;display:none;position:fixed;inset:0}.oms-sidebar__close-button{color:#fff;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin-inline-start:auto;display:none}@media (width<=720px){.oms-topbar__menu-button{display:inline-flex}.oms-sidebar-overlay.is-open{display:block}.oms-sidebar__close-button{display:inline-flex}.oms-sidebar{top:0;inset-inline-start:0;z-index:50;width:280px;transition:transform .3s ease-in-out;bottom:0;transform:translate(-100%);height:100vh!important;padding:var(--space-6) var(--space-4)!important;flex-direction:column!important;align-items:stretch!important;position:fixed!important}.oms-sidebar.is-open{transform:translate(0)}[dir=rtl] .oms-sidebar{inset-inline:auto 0;transform:translate(100%)}[dir=rtl] .oms-sidebar.is-open{transform:translate(0)}.oms-sidebar.is-open .oms-sidebar__brand div,.oms-sidebar.is-open .oms-sidebar__brand-text,.oms-sidebar.is-open .oms-sidebar__badge,.oms-sidebar.is-open .oms-sidebar__user div,.oms-sidebar.is-open .oms-sidebar__user-text,.oms-sidebar.is-open .oms-sidebar__user button{opacity:1!important;pointer-events:auto!important;width:auto!important;display:block!important;overflow:visible!important;transform:none!important}.oms-sidebar.is-open .sidebar-label{opacity:1!important;pointer-events:auto!important;max-width:none!important;overflow:visible!important;transform:none!important}.oms-sidebar.is-open .oms-sidebar__nav a,.oms-sidebar__nav button{justify-content:flex-start!important;display:flex!important}.oms-sidebar.is-open .oms-sidebar__user{grid-template-columns:auto minmax(0,1fr)!important;display:grid!important}.oms-sidebar.is-open .oms-sidebar__nav{display:grid!important}}.dashboard-skeleton__header{margin-bottom:var(--space-4);justify-content:space-between;align-items:flex-end;display:flex}.dashboard-skeleton__title{border-radius:var(--radius-md);background:var(--color-surface-variant,#e4e2e3);width:192px;height:24px;margin-bottom:var(--space-2)}.dashboard-skeleton__subtitle{border-radius:var(--radius-md);background:var(--color-surface-container,#f0edef);width:256px;height:16px}.dashboard-skeleton__actions{gap:var(--space-3);display:flex}.dashboard-skeleton__btn-small{border-radius:var(--radius-md);background:var(--color-surface,#fbf8fa);border:1px solid #0000000d;width:96px;height:32px}.dashboard-skeleton__btn-large{border-radius:var(--radius-md);background:#0d1f3c1a;width:128px;height:32px}.dashboard-skeleton__kpi-card{padding:var(--space-6);border-radius:var(--radius-xl);border:1px solid var(--color-border);gap:var(--space-4);background:#fff;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000005}.dashboard-skeleton__kpi-top{justify-content:space-between;align-items:flex-start;display:flex}.dashboard-skeleton__kpi-label{border-radius:var(--radius-md);background:var(--color-surface-variant,#e4e2e3);width:80px;height:16px}.dashboard-skeleton__kpi-icon{border-radius:var(--radius-full);background:var(--color-surface-container-high,#eae7e9);width:32px;height:32px}.dashboard-skeleton__kpi-value{border-radius:var(--radius-md);background:var(--color-surface-variant,#e4e2e3);width:96px;height:40px;margin-top:var(--space-2)}.dashboard-skeleton__kpi-bottom{align-items:center;gap:var(--space-1);padding-top:var(--space-2);margin-top:auto;display:flex}.dashboard-skeleton__kpi-pill{border-radius:var(--radius-md);background:var(--color-surface-container,#f0edef);width:48px;height:16px}.dashboard-skeleton__kpi-text{border-radius:var(--radius-md);background:#fff;width:128px;height:16px}.dashboard-skeleton__primary-grid{gap:var(--space-4);grid-template-columns:minmax(0,2fr) minmax(0,1fr);display:grid}.dashboard-skeleton__chart-card,.dashboard-skeleton__alerts-card,.dashboard-skeleton__table-card{border-radius:var(--radius-xl);border:1px solid var(--color-border);background:#fff;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000005}.dashboard-skeleton__chart-card,.dashboard-skeleton__alerts-card{height:400px}.dashboard-skeleton__card-header{padding:var(--space-4) var(--space-6);background:#fff;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;display:flex}.dashboard-skeleton__chart-title{border-radius:var(--radius-md);background:var(--color-surface-variant,#e4e2e3);width:160px;height:20px}.dashboard-skeleton__card-actions{gap:var(--space-1);display:flex}.dashboard-skeleton__action-sm{border-radius:var(--radius-md);background:var(--color-surface-container,#f0edef);width:64px;height:24px}.dashboard-skeleton__action-lg{border-radius:var(--radius-md);background:var(--color-surface-container,#f0edef);width:128px;height:32px}.dashboard-skeleton__chart-body{padding:var(--space-6);background:#f0edef80;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.dashboard-skeleton__chart-bars{align-items:flex-end;gap:var(--space-4);opacity:.4;width:100%;height:100%;display:flex}.dashboard-skeleton__bar{background:var(--color-surface-variant,#e4e2e3);border-radius:var(--radius-md) var(--radius-md) 0 0;flex:1}.dashboard-skeleton__chart-spinner{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.skeleton-spin{color:var(--color-outline-variant,#c5c6cd);opacity:.5;font-size:48px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-skeleton__alerts-title{border-radius:var(--radius-md);background:var(--color-surface-variant,#e4e2e3);width:128px;height:20px}.dashboard-skeleton__alerts-badge{border-radius:var(--radius-md);background:#ef444433;width:48px;height:16px}.dashboard-skeleton__alerts-body{padding:var(--space-4);gap:var(--space-3);flex-direction:column;flex:1;display:flex;overflow:hidden}.dashboard-skeleton__alert-item{padding:var(--space-4);border-radius:var(--radius-lg);background:var(--color-surface,#fbf8fa);gap:var(--space-4);align-items:flex-start;display:flex}.dashboard-skeleton__alert-icon{border-radius:var(--radius-full);background:var(--color-surface-variant,#e4e2e3);flex-shrink:0;width:32px;height:32px}.dashboard-skeleton__alert-content{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.dashboard-skeleton__alert-line1{border-radius:var(--radius-md);background:var(--color-surface-variant,#e4e2e3);width:75%;height:16px}.dashboard-skeleton__alert-line2{border-radius:var(--radius-md);background:var(--color-surface-container,#f0edef);width:50%;height:12px}.dashboard-skeleton__table-card{margin-bottom:var(--space-6)}.dashboard-skeleton__table-title{border-radius:var(--radius-md);background:var(--color-surface-variant,#e4e2e3);width:192px;height:20px}.dashboard-skeleton__table-body{width:100%;overflow-x:auto}.dashboard-skeleton__table{text-align:start;border-collapse:collapse;width:100%}.dashboard-skeleton__table th,.dashboard-skeleton__table td{padding:var(--space-4) var(--space-6)}.dashboard-skeleton__table th{background:#f8fafc;border-bottom:1px solid #0000000d}.dashboard-skeleton__table td{background:#fff;border-bottom:1px solid #0000000d}.dashboard-skeleton__table th>div{border-radius:var(--radius-md);background:var(--color-surface-variant,#e4e2e3);height:12px}.dashboard-skeleton__table-cell{border-radius:var(--radius-md);background:var(--color-surface-variant,#e4e2e3);height:16px}.dashboard-skeleton__table-user{align-items:center;gap:var(--space-3);display:flex}.dashboard-skeleton__user-avatar{border-radius:var(--radius-full);background:var(--color-surface-container,#f0edef);width:24px;height:24px}.dashboard-skeleton__table-status{border-radius:var(--radius-full);background:var(--color-surface-container,#f0edef);width:96px;height:20px}.dashboard-skeleton__table-icon{border-radius:var(--radius-md);background:var(--color-surface-container,#f0edef);width:24px;height:24px;margin-inline-start:auto}@media (width<=1024px){.dashboard-skeleton__primary-grid{grid-template-columns:1fr}}@media (width<=768px){.dashboard-skeleton__header{align-items:flex-start;gap:var(--space-4);flex-direction:column}}.skeleton-shimmer{background:linear-gradient(90deg,#e4e2e3 25%,#f0edef 50%,#e4e2e3 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.orders-page{gap:var(--space-6);display:grid}.orders-page__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.orders-page__header h1{margin:0 0 var(--space-1);color:var(--color-deep-navy);font-size:var(--font-size-headline-lg);letter-spacing:-.02em;font-weight:800;line-height:var(--line-height-headline-lg)}.orders-page__header p{color:var(--color-text-grey);font-size:var(--font-size-body);margin:0}.orders-page__actions,.orders-filter-group,.orders-filters-card__tools,.orders-pagination__controls{align-items:center;gap:var(--space-2);display:flex}.orders-button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-lg);min-height:40px;padding:0 var(--space-4);font-size:var(--font-size-label);transition:background-color var(--transition-base), border-color var(--transition-base), color var(--transition-base);border:1px solid #0000;font-weight:700;display:inline-flex}.orders-button .material-symbols-outlined{font-size:1.125rem}.orders-button--secondary{border-color:var(--color-border-strong);background:var(--color-surface);color:var(--color-mid-navy)}.orders-kpi-grid{gap:var(--space-4);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.orders-kpi-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-4);transition:border-color var(--transition-base);position:relative;overflow:hidden;box-shadow:0 1px 2px #060f1c0d}.orders-kpi-card:before{top:0;bottom:0;background:var(--orders-kpi-accent,transparent);content:"";opacity:0;width:4px;transition:opacity var(--transition-base);position:absolute;inset-inline-start:0}.orders-kpi-card:hover{border-color:color-mix(in srgb, var(--orders-kpi-accent,var(--color-bright-gold)) 44%, var(--color-border))}.orders-kpi-card:hover:before{opacity:1}.orders-kpi-card--info{--orders-kpi-accent:var(--color-info)}.orders-kpi-card--navy{--orders-kpi-accent:var(--color-mid-navy)}.orders-kpi-card--success{--orders-kpi-accent:var(--color-success)}.orders-kpi-card--error{--orders-kpi-accent:var(--color-error)}.orders-kpi-card__topline{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-2);display:flex}.orders-kpi-card__topline span:first-child{color:var(--color-empire-navy);font-size:var(--font-size-label-sm);letter-spacing:.04em;font-weight:700;line-height:var(--line-height-caption);text-transform:uppercase}.orders-kpi-card__topline .material-symbols-outlined{border-radius:var(--radius-full);background:color-mix(in srgb, var(--orders-kpi-accent,var(--color-mid-navy)) 10%, transparent);width:24px;height:24px;color:var(--orders-kpi-accent,var(--color-text-grey));place-items:center;font-size:1rem;display:inline-grid}.orders-kpi-card strong{margin-bottom:var(--space-1);color:var(--color-empire-navy);font-family:var(--font-family-metrics);font-size:var(--font-size-display);letter-spacing:0;font-weight:800;line-height:var(--line-height-display);display:block}.orders-kpi-card small{color:var(--color-text-grey);font-size:var(--font-size-caption)}.orders-filters-card{justify-content:space-between;align-items:center;gap:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--color-surface);padding:var(--space-4);border-bottom:0;display:flex;box-shadow:0 1px 2px #060f1c0d}.orders-filters-card__primary{align-items:center;gap:var(--space-2);flex:1;min-width:0;display:flex}.orders-filter-search{flex:1;min-width:220px;max-width:260px;position:relative}.orders-filter-search .material-symbols-outlined{top:50%;color:var(--color-text-grey);pointer-events:none;font-size:1.125rem;position:absolute;inset-inline-start:var(--space-3);transform:translateY(-50%)}.orders-filter-search input,.orders-filter-group select,.orders-date-filter{border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);min-height:36px;color:var(--color-text);font-size:var(--font-size-body);background:#fff}.orders-filter-search input{width:100%;padding:7px var(--space-3);padding-inline-start:34px}.orders-filter-group{flex-wrap:wrap}.orders-filter-group select{padding:6px var(--space-3);padding-inline-end:var(--space-8)}.orders-filter-group select:disabled,.orders-date-filter:disabled{background:var(--color-surface-soft);color:var(--color-text-grey);opacity:.76}.orders-filter-search input:focus,.orders-filter-group select:focus{border-color:var(--color-bright-gold);box-shadow:var(--focus-ring);outline:0}.orders-filters-card__tools{border-inline-start:1px solid var(--color-border);padding-inline-start:var(--space-4)}.orders-date-filter{align-items:center;gap:var(--space-2);padding:0 var(--space-3);display:inline-flex}.orders-date-filter .material-symbols-outlined{font-size:1.125rem}.orders-toggle{align-items:center;gap:var(--space-2);color:var(--color-muted);font-size:var(--font-size-label);white-space:nowrap;font-weight:600;display:inline-flex}.orders-toggle input{opacity:0;position:absolute}.orders-toggle span{border:1px solid var(--color-border-strong);border-radius:var(--radius-full);background:var(--color-border);width:40px;height:24px;transition:background-color var(--transition-base), border-color var(--transition-base);position:relative}.orders-toggle span:after{top:3px;border-radius:var(--radius-full);content:"";width:16px;height:16px;transition:transform var(--transition-base);background:#fff;position:absolute;inset-inline-start:3px}.orders-toggle input:checked+span{border-color:var(--color-bright-gold);background:var(--color-bright-gold)}.orders-toggle input:checked+span:after{background:var(--color-deep-navy);transform:translate(16px)}[dir=rtl] .orders-toggle input:checked+span:after{transform:translate(-16px)}.orders-table-card{border:1px solid var(--color-border);border-radius:0 0 var(--radius-lg) var(--radius-lg);background:var(--color-surface);position:relative;overflow:hidden;box-shadow:0 1px 2px #060f1c0d}.orders-table-card--search-pending .orders-table-scroll{opacity:.7;filter:blur(1px);pointer-events:none}.orders-table-scroll{transition:filter var(--transition-base), opacity var(--transition-base)}.orders-search-pending{z-index:1;top:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-mid-navy);font-size:var(--font-size-caption);background:#ffffffe6;padding:4px 10px;font-weight:700;position:absolute;inset-inline-end:var(--space-4);box-shadow:0 6px 18px #060f1c14}.orders-table-scroll{overflow-x:auto}.orders-table{text-align:start;width:100%;min-width:1080px}.orders-table th,.orders-table td{padding:var(--space-3) var(--space-4);vertical-align:middle;white-space:nowrap}.orders-table th{color:var(--color-text-grey);font-size:var(--font-size-label-sm);font-weight:700;line-height:var(--line-height-caption);text-transform:uppercase;background:#f8fafc}.orders-table tbody tr{color:var(--color-text);font-size:var(--font-size-body);transition:background-color var(--transition-base)}.orders-table tbody tr:hover{background:#f1f5f9}.orders-table tbody tr:last-child{border-bottom:0}.orders-table input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-bright-gold)}.orders-table__tracking{color:var(--color-mid-navy);font-size:var(--font-size-label);font-weight:700}.orders-table__customer,.orders-payment{gap:2px;display:grid}.orders-table__customer strong,.orders-payment strong{color:var(--color-text);font-weight:700}.orders-table__customer span,.orders-payment span,.orders-table__updated{color:var(--color-text-grey);font-size:var(--font-size-caption)}.orders-route{align-items:center;gap:var(--space-1);color:var(--color-muted);display:flex}.orders-route span:not(.material-symbols-outlined){text-overflow:ellipsis;white-space:nowrap;max-width:128px;display:inline-block;overflow:hidden}.orders-route .material-symbols-outlined{color:var(--color-text-grey);flex:none;font-size:.875rem}.orders-driver{align-items:center;gap:var(--space-2);display:flex}.orders-driver>span:first-child{border-radius:var(--radius-full);background:var(--color-mid-navy);color:#fff;place-items:center;width:24px;height:24px;font-size:.625rem;font-weight:800;display:inline-grid}.orders-driver--unassigned{color:var(--color-text-grey);font-style:italic}.orders-driver--unassigned>span:first-child{border:1px dashed var(--color-border-strong);color:var(--color-text-grey);background:#fff;font-size:.875rem;font-style:normal}.orders-table__state{height:132px;color:var(--color-text-grey);text-align:center}.orders-table__state p{margin:0}.orders-pagination{justify-content:space-between;align-items:center;gap:var(--space-4);border-top:1px solid var(--color-border);background:var(--color-surface-soft);padding:var(--space-2) var(--space-4);display:flex}.orders-pagination>span{color:var(--color-text-grey);font-size:var(--font-size-caption)}.orders-pagination button,.orders-pagination__page,.orders-pagination__page-muted{border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-mid-navy);font-size:var(--font-size-label);background:0 0;border:0;place-items:center;font-weight:700;display:inline-grid}.orders-pagination button:not(:disabled):hover,.orders-pagination__page-muted:hover{background:var(--color-border)}.orders-pagination button:disabled{color:var(--color-text-grey);opacity:.5}.orders-pagination button .material-symbols-outlined{font-size:1.25rem}.orders-pagination__page{background:var(--color-mid-navy);color:#fff}.orders-pagination__page-muted{color:var(--color-mid-navy)}.orders-error{gap:var(--space-3);justify-items:start;display:grid}@media (width<=1320px){.orders-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.orders-filters-card,.orders-filters-card__primary{flex-direction:column;align-items:stretch}.orders-filters-card__tools{border-top:1px solid var(--color-border);padding-top:var(--space-3);border-inline-start:0;justify-content:space-between;padding-inline-start:0}.orders-filter-search{max-width:none}}@media (width<=760px){.orders-page__header,.orders-pagination{flex-direction:column;align-items:stretch}.orders-page__actions,.orders-filters-card__tools{flex-wrap:wrap;justify-content:flex-start}.orders-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-filter-search{min-width:0}}@media (width<=480px){.orders-kpi-grid{grid-template-columns:1fr}}.order-detail-page{background:linear-gradient(180deg, #f6f7fbeb, #f6f7fb), var(--color-app-bg);min-height:100%;color:var(--color-text);padding:var(--space-6)}.order-detail-state{min-height:320px;padding:var(--space-6);place-items:center;display:grid}.order-detail-alert-action{margin-top:var(--space-4)}.order-detail-header{justify-content:space-between;align-items:flex-start;gap:var(--space-6);margin-bottom:var(--space-8);display:flex}.order-detail-header__main{gap:var(--space-2);display:grid}.order-detail-breadcrumb{align-items:center;gap:var(--space-2);color:var(--color-text-grey);font-size:var(--font-size-label);font-weight:500;display:flex}.order-detail-breadcrumb a{color:inherit;text-decoration:none}.order-detail-breadcrumb a:hover{color:var(--color-mid-navy)}.order-detail-breadcrumb .material-symbols-outlined{font-size:16px}.order-detail-breadcrumb strong{color:var(--color-text)}.order-detail-title-row{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.order-detail-title-row h1{color:var(--color-mid-navy);font-family:var(--font-family-metrics);font-size:var(--font-size-headline-lg);line-height:var(--line-height-headline-lg);margin:0}.order-detail-actions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.order-detail-action-button{border-radius:var(--radius-md);min-height:40px}.order-detail-action-button .material-symbols-outlined{font-size:18px}.order-detail-actions__divider{background:var(--color-border-strong);width:1px;height:24px;margin:0 var(--space-1)}.order-detail-icon-action{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);width:40px;height:40px;color:var(--color-mid-navy);transition:background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.order-detail-icon-action:hover:not(:disabled):not(.order-detail-icon-action--disabled){border-color:var(--color-mid-navy);background:var(--color-surface-soft);color:var(--color-success)}.order-detail-icon-action:disabled,.order-detail-icon-action--disabled{cursor:not-allowed;opacity:.55}.order-detail-grid{gap:var(--space-6);grid-template-columns:minmax(0,8fr) minmax(320px,4fr);display:grid}.order-detail-main-column,.order-detail-side-column{gap:var(--space-6);flex-direction:column;min-width:0;display:flex}.order-detail-card-row{gap:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.order-detail-panel{border:1px solid var(--color-border-strong);border-radius:var(--radius-xl);background:var(--color-surface);overflow:hidden;box-shadow:0 8px 24px #060f1c0f}.order-detail-panel:not(.order-route-card){padding:var(--space-6)}.order-detail-panel__header{align-items:center;gap:var(--space-2);padding-bottom:var(--space-3);margin-bottom:var(--space-4);border-bottom:1px solid var(--color-border);display:flex}.order-detail-panel__header .material-symbols-outlined{color:var(--color-text-grey);font-size:20px}.order-detail-panel__header h2{color:var(--color-mid-navy);font-size:var(--font-size-title);font-weight:700;line-height:var(--line-height-title);margin:0}.order-route-card{flex-direction:column;display:flex}.order-route-visual{background:linear-gradient(90deg,#ffffff1f 1px,#0000 1px) 0 0/42px 42px,linear-gradient(#ffffff1f 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 18% 28%,#e4c36a52,#0000 22%),radial-gradient(circle at 78% 62%,#3b82f640,#0000 24%),linear-gradient(135deg,#eef1f6,#dfe6ef);min-height:196px;position:relative;overflow:hidden}.order-route-visual:before,.order-route-visual:after{content:"";border-radius:var(--radius-full);background:#ffffff70;position:absolute}.order-route-visual:before{width:320px;height:88px;top:42px;left:-64px;transform:rotate(-18deg)}.order-route-visual:after{width:360px;height:96px;bottom:28px;right:-72px;transform:rotate(-18deg)}.order-route-visual__path{border-radius:var(--radius-full);background:linear-gradient(90deg, var(--color-mid-navy), var(--color-bright-gold), var(--color-info));height:4px;position:absolute;top:50%;left:16%;right:18%;transform:rotate(-13deg);box-shadow:0 10px 22px #0d1f3c26}.order-route-visual__pin{z-index:1;border:4px solid var(--color-surface);border-radius:var(--radius-full);width:18px;height:18px;position:absolute;box-shadow:0 8px 20px #060f1c38}.order-route-visual__pin--pickup{background:var(--color-mid-navy);top:56%;left:17%}.order-route-visual__pin--delivery{background:var(--color-info);top:33%;right:18%}.order-route-card__body{gap:var(--space-6);padding:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.order-route-address{gap:var(--space-4);align-items:flex-start;display:flex}.order-route-address__icon{border:1px solid var(--color-border-strong);border-radius:var(--radius-full);background:var(--color-surface-soft);width:36px;height:36px;color:var(--color-mid-navy);flex:none;justify-content:center;align-items:center;display:inline-flex}.order-route-address__icon--accent{color:var(--color-info);background:#3b82f61a;border-color:#3b82f640}.order-route-address__icon .material-symbols-outlined{font-size:18px}.order-route-address p,.order-route-address h2,.order-route-address address{margin:0}.order-route-address p{margin-bottom:var(--space-1);color:var(--color-text-grey);font-size:var(--font-size-caption);letter-spacing:.04em;font-weight:700;line-height:var(--line-height-caption);text-transform:uppercase}.order-route-address h2{margin-bottom:var(--space-1);color:var(--color-mid-navy);font-size:var(--font-size-title);line-height:var(--line-height-title)}.order-route-address address{color:var(--color-muted);font-style:normal;line-height:var(--line-height-body)}.order-detail-data-list,.order-payment-card__amounts{gap:var(--space-4);margin:0;display:grid}.order-detail-data-list--compact{gap:var(--space-3);margin-top:var(--space-4)}.order-detail-data-row{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.order-detail-data-row dt{color:var(--color-text-grey)}.order-detail-data-row dd{color:var(--color-text);text-align:end;margin:0;font-weight:500}.order-detail-data-row__value--strong{color:var(--color-mid-navy);font-weight:800}.order-customer-card__identity{align-items:center;gap:var(--space-4);display:flex}.order-customer-card__avatar{border:1px solid var(--color-border-strong);border-radius:var(--radius-full);background:linear-gradient(135deg, var(--color-mid-navy), var(--color-deep-navy));width:48px;height:48px;color:var(--color-bright-gold);flex:none;place-items:center;font-weight:800;display:grid}.order-customer-card__identity h3,.order-customer-card__identity p{margin:0}.order-customer-card__identity h3{color:var(--color-mid-navy);font-size:var(--font-size-title)}.order-customer-card__identity p{color:var(--color-text-grey)}.order-customer-card__note{gap:var(--space-2);padding:var(--space-3);margin-top:var(--space-4);border-radius:var(--radius-md);background:#e4c36a17;border:1px solid #e4c36a47;display:flex}.order-customer-card__note .material-symbols-outlined{color:var(--color-warning);font-size:18px}.order-customer-card__note strong,.order-customer-card__note p{margin:0}.order-customer-card__note strong{color:var(--color-warning);font-size:var(--font-size-label-sm);letter-spacing:.04em;text-transform:uppercase}.order-customer-card__note p{color:var(--color-muted);font-style:italic}.order-payment-card{align-items:center;gap:var(--space-6);grid-template-columns:minmax(220px,1fr) minmax(280px,1.1fr);display:grid}.order-payment-card__status{align-items:center;gap:var(--space-4);display:flex}.order-payment-card__icon{border-radius:var(--radius-full);flex:none;place-items:center;width:44px;height:44px;display:grid}.order-payment-card__icon--success{color:var(--color-success);background:#10b9811a}.order-payment-card__icon--warning{color:var(--color-warning);background:#f59e0b1f}.order-payment-card__status h2,.order-payment-card__status p{margin:0}.order-payment-card__status h2{color:var(--color-mid-navy);font-size:var(--font-size-title)}.order-payment-card__status p{color:var(--color-muted);font-size:var(--font-size-label);letter-spacing:.04em;text-transform:uppercase;font-weight:700}.order-status-timeline-card{flex:1}.order-status-timeline-card .ui-timeline-item{padding-bottom:var(--space-5)}.order-status-timeline-card .ui-timeline-item__content{padding-top:0}.order-status-timeline__title{color:var(--color-mid-navy);font-size:var(--font-size-label);letter-spacing:.03em;text-transform:uppercase;font-weight:800}.order-status-timeline__title--pending{color:var(--color-text-grey)}.order-status-timeline__title--terminal{color:var(--color-error)}.order-status-timeline__note{color:var(--color-muted);line-height:var(--line-height-body)}.order-status-timeline__meta{color:var(--color-text-grey);font-size:var(--font-size-caption);line-height:var(--line-height-caption)}.order-status-timeline__empty{padding:var(--space-4);color:var(--color-text-grey);text-align:center}.order-proof-card__attachments{gap:var(--space-3);display:grid}.order-proof-card__attachment{align-items:center;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-soft);color:var(--color-mid-navy);font-weight:600;text-decoration:none;display:flex}.order-proof-card__placeholder{min-height:144px;padding:var(--space-5);border-radius:var(--radius-lg);background:var(--color-surface-soft);color:var(--color-text-grey);text-align:center;border:2px dashed #c5c6cdb3;flex-direction:column;justify-content:center;align-items:center;display:flex}.order-proof-card__placeholder .material-symbols-outlined{margin-bottom:var(--space-2);opacity:.6;font-size:34px}.order-proof-card__placeholder strong,.order-proof-card__placeholder p{margin:0}.order-proof-card__placeholder strong{color:var(--color-muted)}.order-proof-card__placeholder p{max-width:260px;margin-top:var(--space-1);font-size:var(--font-size-caption);line-height:var(--line-height-caption)}.order-detail-modal-overlay{z-index:1000;padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.order-detail-modal{border-radius:var(--radius-xl);background:var(--color-surface);width:min(100%,420px);box-shadow:var(--shadow-card-strong);padding:var(--space-6)}.order-detail-modal h3{margin:0 0 var(--space-4);color:var(--color-mid-navy);font-size:var(--font-size-headline-md)}.order-detail-modal__body{gap:var(--space-4);margin-bottom:var(--space-6);display:grid}.order-detail-field{gap:var(--space-2);display:grid}.order-detail-field span{color:var(--color-mid-navy);font-size:var(--font-size-body);font-weight:700}.order-detail-field select,.order-detail-field textarea{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);width:100%;color:var(--color-text);font:inherit;padding:var(--space-3)}.order-detail-field textarea{resize:vertical;min-height:92px}.order-detail-field small{color:var(--color-text-grey);font-size:var(--font-size-caption)}.order-detail-modal__actions{justify-content:flex-end;gap:var(--space-3);display:flex}@media (width<=1100px){.order-detail-grid{grid-template-columns:1fr}}@media (width<=760px){.order-detail-page{padding:var(--space-4)}.order-detail-header,.order-payment-card,.order-route-card__body{grid-template-columns:1fr}.order-detail-header{flex-direction:column}.order-detail-actions{justify-content:flex-start}.order-detail-actions__divider{display:none}.order-detail-card-row{grid-template-columns:1fr}}.order-detail-error-wrapper{min-height:50vh;padding:var(--space-6);justify-content:center;align-items:center;display:flex}.order-detail-error-card{width:100%;max-width:480px;padding:var(--space-8);border:1px solid var(--color-border-strong);border-radius:var(--radius-xl);background:var(--color-surface);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;box-shadow:0 8px 24px #060f1c0f}.order-detail-error-card--not-found{background:linear-gradient(180deg, #f59e0b0a, var(--color-surface));border-color:#f59e0b66}.order-detail-error-card--server{background:linear-gradient(180deg, #ef444408, var(--color-surface));border-color:#ef444433}.order-detail-error-icon{width:56px;height:56px;margin-bottom:var(--space-4);border-radius:var(--radius-full);justify-content:center;align-items:center;font-size:28px;display:flex}.order-detail-error-card--not-found .order-detail-error-icon{color:var(--color-warning);background:#f59e0b26}.order-detail-error-card--server .order-detail-error-icon{color:var(--color-error);background:#ef44441a}.order-detail-error-card h2{margin:0 0 var(--space-2);color:var(--color-mid-navy);font-size:var(--font-size-title);font-weight:700}.order-detail-error-card p{margin:0 0 var(--space-6);color:var(--color-muted);line-height:var(--line-height-body)}.order-detail-error-card .ui-button{min-width:160px}.create-order-page{gap:var(--space-8);display:grid}.create-order-header{justify-content:space-between;align-items:flex-end;gap:var(--space-4);display:flex}.create-order-breadcrumb{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);color:var(--color-text-grey);font-size:var(--font-size-caption);line-height:var(--line-height-caption);display:flex}.create-order-breadcrumb .material-symbols-outlined{font-size:.875rem}.create-order-breadcrumb [aria-current=page]{color:var(--color-mid-navy);font-weight:700}.create-order-header h1{margin:0 0 var(--space-1);color:var(--color-mid-navy);font-size:var(--font-size-headline-lg);letter-spacing:0;font-weight:800;line-height:var(--line-height-headline-lg)}.create-order-header p{color:var(--color-muted);font-size:var(--font-size-body);margin:0}.create-order-header__actions{justify-content:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}.create-order-header__actions .ui-button{min-height:40px;font-size:var(--font-size-label)}.create-order-header__actions .material-symbols-outlined{font-size:1.125rem}.create-order-layout{align-items:start;gap:var(--space-6);grid-template-columns:minmax(0,2fr) minmax(320px,1fr);display:grid}.create-order-layout__form{gap:var(--space-6);min-width:0;display:grid}.create-order-layout__preview{top:calc(64px + var(--space-6));min-width:0;position:sticky}.create-order-card,.create-order-preview{border-radius:var(--radius-xl);background:var(--color-surface);border:1px solid #c5c6cdb3;overflow:hidden;box-shadow:0 1px 2px #060f1c0d}.create-order-card{position:relative}.create-order-card--muted:before,.create-order-card--strong:before{content:"";width:4px;position:absolute;inset-block:0;inset-inline-start:0}.create-order-card--muted:before{background:#0d1f3c38}.create-order-card--strong:before{background:var(--color-mid-navy)}.create-order-card__header{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-6);background:#fbfbfc;border-bottom:1px solid #c5c6cd7a;display:flex}.create-order-card__header .material-symbols-outlined{color:var(--color-mid-navy);font-size:1.35rem}.create-order-card__header h2,.create-order-preview__header h2{font-size:var(--font-size-title);font-weight:800;line-height:var(--line-height-title);margin:0}.create-order-card__header h2{color:var(--color-mid-navy)}.create-order-card__body{padding:var(--space-6)}.create-order-form-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}.create-order-field{gap:6px;min-width:0;display:grid}.create-order-field--wide{grid-column:1/-1}.create-order-field__label{color:var(--color-muted);font-size:var(--font-size-label);font-weight:700;line-height:var(--line-height-label)}.create-order-field__label span,.create-order-field small{color:var(--color-text-grey);font-weight:500}.create-order-field small{font-size:var(--font-size-caption);line-height:var(--line-height-caption);margin:0}.create-order-field__error{color:var(--color-error)!important;font-weight:800!important}.create-order-input{border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-surface);width:100%;min-height:42px;color:var(--color-text);font-size:var(--font-size-body);line-height:var(--line-height-body);transition:border-color var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base);padding:10px 12px}.create-order-input:focus{border-color:var(--color-bright-gold);box-shadow:var(--focus-ring);outline:0}.create-order-input--error{border-color:var(--color-error)}.create-order-input--error:focus{border-color:var(--color-error);box-shadow:var(--shadow-error-focus)}.create-order-input[readonly]{background:var(--color-surface-soft);color:var(--color-muted)}.create-order-input::placeholder{color:var(--color-text-grey)}.create-order-select-wrap{display:block;position:relative}.create-order-input--select{appearance:none;padding-inline-end:42px}.create-order-select-wrap .material-symbols-outlined{top:50%;color:var(--color-text-grey);pointer-events:none;position:absolute;inset-inline-end:12px;transform:translateY(-50%)}.create-order-textarea{resize:vertical;min-height:92px}.create-order-preview{flex-direction:column;display:flex}.create-order-preview__header{justify-content:space-between;align-items:center;gap:var(--space-3);background:var(--color-mid-navy);color:#fff;padding:var(--space-4) var(--space-6);display:flex}.create-order-preview__header .material-symbols-outlined{opacity:.82;font-size:1.25rem}.create-order-preview__body{gap:var(--space-5);padding:var(--space-6);display:grid}.create-order-summary-list,.create-order-totals{gap:var(--space-2);margin:0;display:grid}.create-order-summary-list div,.create-order-totals div{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.create-order-summary-list dt,.create-order-totals dt{color:var(--color-text-grey);font-size:var(--font-size-label);font-weight:700}.create-order-summary-list dd,.create-order-totals dd{color:var(--color-mid-navy);font-size:var(--font-size-body);text-align:end;margin:0;font-weight:800}.create-order-divider{background:#c5c6cd8a;height:1px}.create-order-route-summary h3,.create-order-validation h3{margin:0 0 var(--space-4);color:var(--color-text-grey);font-size:var(--font-size-label-sm);letter-spacing:.04em;font-weight:800;line-height:var(--line-height-caption);text-transform:uppercase}.create-order-route-timeline{gap:var(--space-4);padding-inline-start:var(--space-6);display:grid;position:relative}.create-order-route-timeline:before{content:"";background:#c5c6cd8c;width:2px;position:absolute;inset-block:8px;inset-inline-start:7px}.create-order-route-stop{min-width:0;position:relative}.create-order-route-stop:before{top:5px;border:2px solid var(--color-surface);border-radius:var(--radius-full);content:"";background:#0d1f3c59;width:12px;height:12px;position:absolute;inset-inline-start:calc(-1 * var(--space-6) - 1px)}.create-order-route-stop--strong:before{background:var(--color-mid-navy);box-shadow:0 0 0 3px #0d1f3c2e}.create-order-route-stop strong{color:var(--color-mid-navy);font-size:var(--font-size-label);line-height:var(--line-height-label);display:block}.create-order-route-stop strong span{color:var(--color-text-grey);font-weight:500}.create-order-route-stop p{margin:var(--space-1) 0 0;color:var(--color-muted);font-size:var(--font-size-caption);line-height:var(--line-height-caption);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.create-order-totals{border-radius:var(--radius-lg);background:var(--color-surface-soft);padding:var(--space-4)}.create-order-totals__grand{margin-top:var(--space-1);padding-top:var(--space-3);border-top:1px solid #c5c6cdb8}.create-order-totals__grand dt{color:var(--color-mid-navy);font-size:var(--font-size-title)}.create-order-totals__grand dd{color:var(--color-empire-gold);font-family:var(--font-family-metrics);font-size:var(--font-size-headline-md);line-height:var(--line-height-headline-md)}.create-order-validation ul{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.create-order-validation li{align-items:center;gap:var(--space-2);color:var(--color-muted);font-size:var(--font-size-caption);font-weight:800;line-height:var(--line-height-caption);display:flex}.create-order-validation li .material-symbols-outlined{color:var(--color-text-grey);font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;font-size:1rem}.create-order-validation li.is-valid{color:var(--color-mid-navy)}.create-order-validation li.is-valid .material-symbols-outlined{color:var(--color-success)}.create-order-preview__note{justify-content:center;align-items:center;gap:var(--space-2);background:var(--color-surface-soft);color:var(--color-text-grey);padding:var(--space-3) var(--space-6);text-align:center;font-size:var(--font-size-caption);line-height:var(--line-height-caption);border-top:1px solid #c5c6cd7a;margin:0;display:flex}.create-order-preview__note .material-symbols-outlined{flex:none;font-size:.875rem}@media (width<=1180px){.create-order-layout{grid-template-columns:1fr}.create-order-layout__preview{position:static}}@media (width<=720px){.create-order-page{gap:var(--space-6)}.create-order-header{flex-direction:column;align-items:stretch}.create-order-header__actions{justify-content:flex-start}.create-order-form-grid{grid-template-columns:1fr}.create-order-card__header,.create-order-card__body,.create-order-preview__header,.create-order-preview__body,.create-order-preview__note{padding-inline:var(--space-4)}}.cr-layout-grid{gap:var(--space-6);grid-template-columns:1fr;align-items:flex-start;display:grid}@media (width>=1280px){.cr-layout-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.cr-layout-main{grid-column:span 8/span 8}.cr-layout-sidebar{grid-column:span 4/span 4;position:sticky;top:88px}}.cr-card{background-color:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);margin-bottom:var(--space-6);overflow:hidden}.cr-card__header{background-color:var(--color-surface-soft);padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.cr-card__title{color:var(--color-mid-navy);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:12px;font-weight:600}.cr-card__body{padding:var(--space-6)}.cr-summary-grid{gap:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (width>=768px){.cr-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.cr-summary-grid--full{border-top:1px solid var(--color-border);margin-top:var(--space-2);padding-top:var(--space-4);grid-column:span 2/span 2}@media (width>=768px){.cr-summary-grid--full{grid-column:span 4/span 4}}.cr-summary-field{gap:var(--space-1);flex-direction:column;display:flex}.cr-summary-label{font-size:var(--font-size-caption);color:var(--color-text-grey);text-transform:uppercase;letter-spacing:.05em}.cr-summary-value{font-size:var(--font-size-body);color:var(--color-text);align-items:center;gap:var(--space-1);font-weight:600;display:flex}.cr-route-timeline{gap:var(--space-6);flex-direction:column;display:flex;position:relative}.cr-route-item{margin-inline-start:12px;padding-inline-start:32px;position:relative}.cr-route-item:first-child{padding-bottom:var(--space-6);border-inline-start:2px dashed var(--color-border)}.cr-route-marker{inset-inline-start:-11px;background-color:var(--color-surface);border:2px solid var(--color-mid-navy);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:0}.cr-route-marker:after{content:"";background-color:var(--color-mid-navy);border-radius:50%;width:8px;height:8px}.cr-route-marker--delivery{border-color:var(--color-secondary)}.cr-route-marker--delivery:after{display:none}.cr-route-marker--delivery .material-symbols-outlined{color:var(--color-secondary);font-size:12px;font-weight:700}.cr-customer-avatar{border-radius:var(--radius-xl);width:64px;height:64px;color:var(--color-mid-navy);border:2px solid var(--color-surface);box-shadow:var(--shadow-sm);background-color:#d7e3fc;justify-content:center;align-items:center;font-size:24px;font-weight:600;display:flex}.cr-decision-panel{background-color:var(--color-deep-navy);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);color:#fff;margin-bottom:var(--space-6);border:1px solid #ffffff1a;overflow:hidden}.cr-decision-panel__body{padding:var(--space-6);gap:var(--space-4);flex-direction:column;display:flex}.cr-decision-button--accept{width:100%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);background-color:var(--color-bright-gold);color:var(--color-deep-navy);cursor:pointer;justify-content:center;align-items:center;gap:var(--space-2);border:none;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #e4c36a63}.cr-decision-button--accept:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.cr-decision-button--accept:disabled{opacity:.6;cursor:not-allowed}.cr-decision-button--reject{width:100%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);color:var(--color-danger);border:1px solid var(--color-danger);cursor:pointer;justify-content:center;align-items:center;gap:var(--space-2);background-color:#0000;font-weight:600;transition:all .2s;display:flex}.cr-decision-button--reject:hover:not(:disabled){background-color:#ef44441a}.cr-decision-button--reject:disabled{opacity:.6;cursor:not-allowed}.oms-toast{z-index:1000;background-color:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-xl);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);align-items:center;gap:var(--space-3);pointer-events:auto;width:min(480px,100vw - 32px);display:flex;position:fixed;top:84px;left:50%;right:auto;transform:translate(-50%)}.oms-toast--enter{animation:.3s cubic-bezier(.2,.8,.2,1) forwards toast-enter}.oms-toast--exit{animation:.3s cubic-bezier(.2,.8,.2,1) forwards toast-exit}.oms-toast__icon{color:var(--color-brand);display:flex}.oms-toast__content{font-size:var(--font-size-sm);color:var(--color-text);flex:1;gap:2px;font-weight:500;display:grid}.oms-toast__title{color:var(--color-deep-navy);font-size:var(--font-size-label);line-height:var(--line-height-label)}.oms-toast__close{cursor:pointer;color:var(--color-text-muted);border-radius:var(--radius-sm);background:0 0;border:none;padding:2px;transition:background-color .2s;display:flex}.oms-toast__close:hover{background-color:var(--color-surface-soft);color:var(--color-text)}@keyframes toast-enter{0%{opacity:0;transform:translate(-50%,-16px)scale(.95)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes toast-exit{0%{opacity:1;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%,-16px)scale(.95)}}@media (prefers-reduced-motion:reduce){.oms-toast--enter,.oms-toast--exit{animation:none!important}.oms-toast--exit{opacity:0}}.users-page{gap:var(--space-6);display:grid}.users-page--state{place-items:center;min-height:280px}.users-toast{z-index:140;border-radius:var(--radius-lg);color:#065f46;box-shadow:var(--shadow-card-strong);padding:var(--space-3) var(--space-4);background:#ecfdf5;border:1px solid #10b98142;font-weight:700;position:fixed;inset-block-start:84px;inset-inline-end:var(--space-6)}.users-error{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.users-page__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.users-page__header h1{margin:0 0 var(--space-1);color:var(--color-mid-navy);font-size:var(--font-size-headline-lg);line-height:var(--line-height-headline-lg)}.users-page__header p{color:var(--color-muted);font-size:var(--font-size-body);margin:0}.users-page__actions,.users-filter-card__selects,.users-action-row{align-items:center;gap:var(--space-3);display:flex}.users-summary-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.users-summary-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-4)}.users-summary-card__topline{justify-content:space-between;align-items:center;gap:var(--space-3);color:var(--color-muted);font-size:var(--font-size-caption);letter-spacing:.06em;font-weight:800;line-height:var(--line-height-caption);text-transform:uppercase;display:flex}.users-summary-card__topline .material-symbols-outlined{border-radius:var(--radius-full);width:32px;height:32px;color:var(--color-mid-navy);background:#0d1f3c14;place-items:center;font-size:1.125rem;display:inline-grid}.users-summary-card--success .material-symbols-outlined{color:var(--color-success);background:#10b9811a}.users-summary-card--info .material-symbols-outlined{color:var(--color-info);background:#3b82f61a}.users-summary-card--error .material-symbols-outlined{color:var(--color-error);background:#ef44441a}.users-summary-card strong{margin-top:var(--space-2);color:var(--color-mid-navy);font-family:var(--font-family-metrics);font-size:var(--font-size-display);line-height:var(--line-height-display);display:block}.users-filter-card,.users-table-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card)}.users-filter-card{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);display:flex}.users-search{flex:1;max-width:380px;position:relative}.users-search .material-symbols-outlined{inset-inline-start:var(--space-3);color:var(--color-text-grey);font-size:1.25rem;position:absolute;top:50%;transform:translateY(-50%)}.users-search input,.users-filter-card select,.users-field input,.users-field select,.users-field textarea{border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-surface);width:100%;min-height:42px;color:var(--color-mid-navy);padding:10px 12px}.users-search input{padding-inline-start:42px}.users-search input:focus,.users-filter-card select:focus,.users-field input:focus,.users-field select:focus,.users-field textarea:focus{border-color:var(--color-bright-gold);box-shadow:var(--focus-ring);outline:0}.users-input--error{border-color:var(--color-error)!important}.users-filter-card select{min-width:148px}.users-clear-filters-button{color:#dc2626;cursor:pointer;white-space:nowrap;background:#ef444414;border:1px solid #ef444459;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-weight:800;display:inline-flex}.users-clear-filters-button:hover{background:#ef444424;border-color:#ef44448c}.users-clear-filters-button:focus-visible{outline-offset:2px;outline:3px solid #ef444433}.users-table-card{position:relative;overflow:visible}.users-table-card--search-pending .users-table-scroll{opacity:.7;filter:blur(1px);pointer-events:none}.users-table-scroll{transition:filter var(--transition-base), opacity var(--transition-base);overflow-x:auto}.users-search-pending{z-index:1;top:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-mid-navy);font-size:var(--font-size-caption);background:#ffffffe6;padding:4px 10px;font-weight:700;position:absolute;inset-inline-end:var(--space-4);box-shadow:0 6px 18px #060f1c14}.users-table{text-align:start;--users-table-columns:minmax(260px, 1.8fr) minmax(140px, .75fr) minmax(190px, 1fr) minmax(120px, .65fr) minmax(130px, .7fr) minmax(130px, .7fr) 88px;width:100%;min-width:1080px}.users-table-header,.users-table-row{grid-template-columns:var(--users-table-columns);align-items:center;display:grid}.users-table-header{background:var(--color-surface-soft);color:var(--color-muted);font-size:var(--font-size-label-sm);letter-spacing:.06em;text-transform:uppercase;font-weight:800}.users-table-cell{padding-block:8px;padding-inline:16px}.users-table-row{color:var(--color-muted);font-size:.8125rem}.users-table-row:hover{background:#0d1f3c08}.users-table-row.is-inactive{opacity:.72}.users-table-cell--role,.users-table-cell--actions{justify-content:center;align-items:center;display:flex}.users-person-button{width:100%;color:inherit;text-align:start;cursor:pointer;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;margin:-6px;padding:6px;transition:background-color .16s,box-shadow .16s,transform .16s;display:flex}.users-person-button:hover{background-color:#0a162809;transform:translateY(-1px);box-shadow:0 10px 24px #0a162814}.users-person-button:focus-visible{box-shadow:var(--focus-ring);outline:0}.users-person-button>span:last-child{gap:1px;min-width:0;display:grid}.users-person-button strong{color:var(--color-mid-navy);font-size:var(--font-size-body);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.users-person-button span span{color:var(--color-text-grey);font-size:var(--font-size-caption);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.users-avatar{border-radius:var(--radius-full);background:var(--color-mid-navy);color:#fff;flex:none;place-items:center;width:34px;height:34px;font-weight:800;display:inline-grid}.users-avatar--large{background:var(--color-bright-gold);width:64px;height:64px;color:var(--color-deep-navy);font-size:var(--font-size-headline-md)}.users-role-badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-width:104px;height:30px;padding:0 12px;font-size:.75rem;font-weight:800;display:inline-flex}[dir=rtl] .users-role-badge{min-width:120px}.users-role-badge--owner{background:var(--color-mid-navy);color:#fff}.users-role-badge--manager{color:var(--color-mid-navy);background:#0d1f3c14;border-color:#0d1f3c33}.users-role-badge--dispatcher{color:#9a5c00;background:#f59e0b1a;border-color:#f59e0b3d}.users-role-badge--driver{color:var(--color-info);background:#3b82f61a;border-color:#3b82f63d}.users-role-badge--viewer{border-color:var(--color-border-strong);background:var(--color-surface-soft);color:var(--color-muted)}.users-driver-cell{gap:var(--space-1);display:grid}.users-driver-cell strong{color:var(--color-mid-navy)}.users-driver-cell span{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-soft);width:fit-content;color:var(--color-muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:var(--font-size-caption);padding:1px 6px}.users-muted{color:var(--color-text-grey)}.users-table-footer{padding:var(--space-4);color:var(--color-muted);font-size:var(--font-size-caption);border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.users-table-footer__info{font-weight:500}.users-table-footer__controls{align-items:center;gap:var(--space-4);display:flex}.users-table-footer__page-text{color:var(--color-mid-navy);font-weight:600}.users-table-footer__button{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);min-height:32px;color:var(--color-mid-navy);cursor:pointer;justify-content:center;align-items:center;padding:0 12px;font-weight:700;transition:all .2s;display:inline-flex}.users-table-footer__button:hover:not(:disabled){background:var(--color-surface-soft);border-color:var(--color-mid-navy)}.users-table-footer__button:disabled{color:var(--color-text-grey);border-color:var(--color-border);cursor:not-allowed;opacity:.6}.users-actions-menu{display:inline-block;position:relative}.users-actions-menu-trigger{border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-text-grey);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.users-actions-menu-trigger:hover{color:var(--color-mid-navy);background:#0d1f3c0f}.users-actions-menu__panel{z-index:150;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);min-width:190px;box-shadow:var(--shadow-card-strong);padding:var(--space-2);text-align:start;display:grid;position:fixed}.users-actions-menu__panel button{align-items:center;gap:var(--space-2);border-radius:var(--radius-md);color:var(--color-mid-navy);padding:var(--space-2) var(--space-3);text-align:start;background:0 0;border:0;display:flex}.users-actions-menu__panel button:hover{background:var(--color-surface-soft)}.users-actions-menu__panel button:disabled{color:var(--color-text-grey);cursor:not-allowed;opacity:.58}.users-actions-menu__panel button:disabled:hover{background:0 0}.users-actions-menu__panel button.is-danger{color:var(--color-error)}.users-actions-menu__panel button.is-danger:disabled{color:var(--color-text-grey)}.users-overlay{z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#060f1c75;animation:.18s forwards usersOverlayFadeIn;position:fixed;inset:0}.users-drawer{z-index:100;border-inline-start:1px solid var(--color-border);background:var(--color-surface);flex-direction:column;width:min(560px,100vw - 32px);animation:.22s forwards usersDrawerSlideIn;display:flex;position:fixed;inset-block:0;inset-inline-end:0;transform:translate(100%);box-shadow:-18px 0 50px #060f1c29}@keyframes usersOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes usersDrawerSlideIn{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}.users-drawer__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);border-bottom:1px solid var(--color-border);padding:var(--space-5) var(--space-6);display:flex}.users-drawer__header h2,.users-modal__header h2{color:var(--color-mid-navy);font-size:var(--font-size-headline-md);line-height:var(--line-height-headline-md);margin:0}.users-drawer__header p{margin:var(--space-1) 0 0;color:var(--color-text-grey);font-size:var(--font-size-caption)}.users-icon-button{border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-muted);background:0 0;border:0;place-items:center;display:inline-grid}.users-icon-button:hover{background:var(--color-surface-soft);color:var(--color-mid-navy)}.users-drawer__body{background:var(--color-app-bg);padding:var(--space-6);flex:1;overflow-y:auto}.users-form,.users-detail{gap:var(--space-5);display:grid}.users-drawer-section,.users-detail-section{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-4)}.users-drawer-section h3,.users-detail-section h4{align-items:center;gap:var(--space-2);margin:0 0 var(--space-4);color:var(--color-mid-navy);font-size:var(--font-size-title);display:flex}.users-drawer-section h3 .material-symbols-outlined,.users-detail-section h4 .material-symbols-outlined{color:var(--color-text-grey);font-size:1.25rem}.users-form-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.users-field{gap:var(--space-2);color:var(--color-muted);font-size:var(--font-size-label);font-weight:700;display:grid}.users-field small,.users-form-error{color:var(--color-error);font-size:var(--font-size-caption);font-weight:700;line-height:var(--line-height-caption)}.users-form-error{margin:0}.users-field--wide{grid-column:1/-1}.users-field textarea{resize:vertical}.users-driver-section,.users-detail-section--driver{border-inline-start:4px solid var(--color-info);background:#f8fbff}.users-drawer__footer{justify-content:flex-end;gap:var(--space-3);border-top:1px solid var(--color-border);background:var(--color-surface);margin:var(--space-6) calc(-1 * var(--space-6)) calc(-1 * var(--space-6));padding:var(--space-4) var(--space-6);display:flex}.users-drawer__footer--stacked{justify-content:stretch;display:grid}.users-action-row>.ui-button{flex:1}.users-detail__hero{align-items:center;gap:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);padding:var(--space-4);display:flex}.users-detail__hero h3{margin:0 0 var(--space-2);color:var(--color-mid-navy);font-size:var(--font-size-headline-md)}.users-detail__badges{gap:var(--space-2);flex-wrap:wrap;display:flex}.users-detail-row{justify-content:space-between;gap:var(--space-4);border-top:1px solid var(--color-border);padding:var(--space-3) 0;display:flex}.users-detail-row:first-child{border-top:0;padding-top:0}.users-detail-row:last-child{padding-bottom:0}.users-detail-row span{color:var(--color-text-grey);font-size:var(--font-size-label);text-transform:uppercase;font-weight:700}.users-detail-row strong{color:var(--color-mid-navy);text-align:end}.users-detail__note,.users-modal__hint{margin:var(--space-2) 0 0;color:var(--color-muted);font-size:var(--font-size-body)}.users-modal-layer{z-index:120;position:fixed;inset:0}.users-modal-layer .users-overlay{z-index:0}.users-modal{z-index:1;border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);width:min(460px,100vw - 32px);max-height:calc(100vh - 48px);box-shadow:var(--shadow-card-strong);position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.users-modal__header{align-items:center;gap:var(--space-3);border-bottom:1px solid var(--color-border);padding:var(--space-5) var(--space-6);display:flex}.users-modal__header>.material-symbols-outlined{border-radius:var(--radius-full);width:40px;height:40px;color:var(--color-mid-navy);background:#0d1f3c14;place-items:center;display:inline-grid}.users-modal__body{gap:var(--space-4);padding:var(--space-6);display:grid}.users-modal__body p{color:var(--color-muted);margin:0}.users-modal__actions{justify-content:flex-end;gap:var(--space-3);border-top:1px solid var(--color-border);padding-top:var(--space-4);display:flex}.users-driver-role-section{border:1px solid var(--color-border);border-inline-start:4px solid var(--color-info);border-radius:var(--radius-lg);padding:var(--space-4);background:#f8fbff}.users-driver-role-section--error{border-color:#ef44446b;border-inline-start-color:var(--color-error);box-shadow:0 0 0 3px #ef444414}.users-driver-role-section h3{align-items:center;gap:var(--space-2);margin:0 0 var(--space-4);color:var(--color-mid-navy);font-size:var(--font-size-title);display:flex}.users-driver-role-section h3 .material-symbols-outlined{color:var(--color-info);font-size:1.25rem}.users-form-warning{border-radius:var(--radius-md);color:#8a4b00;padding:var(--space-3);font-size:var(--font-size-body);background:#fff7ed;border:1px solid #f59e0b47;margin:0;font-weight:700}.users-password-wrapper{width:100%;display:flex;position:relative}.users-password-wrapper input{padding-inline-end:42px}.users-password-toggle{inset-inline-end:6px;border-radius:var(--radius-md);width:30px;height:30px;color:var(--color-text-grey);cursor:pointer;background:0 0;border:0;place-items:center;display:inline-grid;position:absolute;top:50%;transform:translateY(-50%)}.users-password-toggle:hover{background:var(--color-surface-soft);color:var(--color-mid-navy)}.users-password-toggle .material-symbols-outlined{font-size:1.25rem}@media (width<=980px){.users-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.users-filter-card,.users-page__header{flex-direction:column;align-items:stretch}.users-search{max-width:none}}@media (width<=640px){.users-summary-grid,.users-form-grid{grid-template-columns:1fr}.users-page__actions,.users-filter-card__selects,.users-action-row,.users-drawer__footer,.users-modal__actions{flex-direction:column;align-items:stretch}}.driver-status-badge{border-radius:var(--radius-md);min-height:28px;font-size:var(--font-size-label-sm);letter-spacing:.05em;font-weight:800;line-height:var(--line-height-caption);text-transform:uppercase;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;padding:3px 10px;display:inline-flex}.driver-status-badge--busy{color:var(--color-info);background:#3b82f61a;border-color:#3b82f63d}.driver-status-badge--idle{color:var(--color-success);background:#10b9811a;border-color:#10b9813d}.driver-status-badge--inactive{color:#6b7280;background:#8a9bb01f;border-color:#ef444438}.driver-avatar{border-radius:var(--radius-full);background:var(--color-mid-navy);color:#fff;border:1px solid #e4c36a52;flex:none;place-items:center;font-weight:800;line-height:1;display:inline-grid;box-shadow:0 8px 20px #060f1c1a}.driver-avatar--sm{width:32px;height:32px;font-size:var(--font-size-label)}.driver-avatar--md{width:40px;height:40px;font-size:var(--font-size-body)}.driver-avatar--lg{background:var(--color-bright-gold);width:64px;height:64px;color:var(--color-deep-navy);font-size:var(--font-size-headline-md)}.driver-plate-pill{border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface-soft);width:fit-content;min-height:24px;color:var(--color-mid-navy);font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:var(--font-size-caption);letter-spacing:.04em;font-weight:800;line-height:var(--line-height-caption);text-transform:uppercase;white-space:nowrap;justify-content:center;align-items:center;padding:2px 8px;display:inline-flex}.driver-plate-pill--empty{color:var(--color-text-grey);letter-spacing:0;text-transform:none;font-weight:700}.driver-metric-card{gap:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-4);display:grid;position:relative;overflow:hidden}.driver-metric-card:before{background:var(--color-mid-navy);content:"";opacity:0;width:4px;transition:opacity var(--transition-base);position:absolute;inset-block:0;inset-inline-start:0}.driver-metric-card:hover:before{opacity:1}.driver-metric-card__topline{justify-content:space-between;align-items:center;gap:var(--space-3);color:var(--color-muted);font-size:var(--font-size-caption);letter-spacing:.06em;font-weight:800;line-height:var(--line-height-caption);text-transform:uppercase;display:flex}.driver-metric-card__topline .material-symbols-outlined{border-radius:var(--radius-full);width:32px;height:32px;color:var(--color-mid-navy);background:#0d1f3c14;place-items:center;font-size:1.125rem;display:inline-grid}.driver-metric-card strong{color:var(--color-mid-navy);font-family:var(--font-family-metrics);font-size:var(--font-size-display);line-height:var(--line-height-display)}.driver-metric-card p{color:var(--color-text-grey);font-size:var(--font-size-caption);line-height:var(--line-height-caption);margin:0;margin-top:var(--space-1)}.driver-metric-card--success:before,.driver-metric-card--success .material-symbols-outlined{color:var(--color-success)}.driver-metric-card--success:before{background:var(--color-success)}.driver-metric-card--success .material-symbols-outlined{background:#10b9811a}.driver-metric-card--info:before,.driver-metric-card--info .material-symbols-outlined{color:var(--color-info)}.driver-metric-card--info:before{background:var(--color-info)}.driver-metric-card--info .material-symbols-outlined{background:#3b82f61a}.driver-metric-card--warning:before,.driver-metric-card--warning .material-symbols-outlined,.driver-metric-card--gold:before,.driver-metric-card--gold .material-symbols-outlined{color:#9a5c00}.driver-metric-card--warning:before{background:var(--color-warning)}.driver-metric-card--warning .material-symbols-outlined{background:#f59e0b1a}.driver-metric-card--gold:before{background:var(--color-bright-gold)}.driver-metric-card--gold .material-symbols-outlined{background:#e4c36a24}.driver-metric-card--error:before,.driver-metric-card--error .material-symbols-outlined{color:var(--color-error)}.driver-metric-card--error:before{background:var(--color-error)}.driver-metric-card--error .material-symbols-outlined{background:#ef44441a}.driver-metric-card--navy:before{background:var(--color-mid-navy)}.driver-metric-card--navy .material-symbols-outlined{color:var(--color-mid-navy);background:#0d1f3c14}.drivers-page{gap:var(--space-6);display:grid}.drivers-page__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.drivers-page__header h1{margin:0 0 var(--space-1);color:var(--color-mid-navy);font-size:var(--font-size-headline-lg);line-height:var(--line-height-headline-lg)}.drivers-page__header p{color:var(--color-muted);font-size:var(--font-size-body);margin:0}.drivers-page__actions,.drivers-filter-card__selects{align-items:center;gap:var(--space-3);display:flex}.drivers-page__actions .ui-button .material-symbols-outlined{font-size:1.125rem}.drivers-kpi-grid{gap:var(--space-4);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.drivers-kpi-skeleton{gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--space-4);display:grid}.drivers-kpi-skeleton__topline{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.driver-skeleton-avatar--icon{width:32px;height:32px}.driver-skeleton-block--metric{max-width:64px;height:36px}.drivers-filter-card,.drivers-table-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card)}.drivers-filter-card{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);display:flex}.drivers-search{flex:1;max-width:420px;position:relative}.drivers-search .material-symbols-outlined{inset-inline-start:var(--space-3);color:var(--color-text-grey);font-size:1.25rem;position:absolute;top:50%;transform:translateY(-50%)}.drivers-search input,.drivers-filter-card select{border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-surface);width:100%;min-height:42px;color:var(--color-mid-navy);padding:10px 12px}.drivers-search input{padding-inline-start:42px}.drivers-search input:focus,.drivers-filter-card select:focus{border-color:var(--color-bright-gold);box-shadow:var(--focus-ring);outline:0}.drivers-filter-card select{min-width:148px}.drivers-clear-filters-button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-lg);color:#dc2626;min-height:44px;padding:0 var(--space-4);white-space:nowrap;background:#ef444414;border:1px solid #ef444459;font-weight:800;display:inline-flex}.drivers-clear-filters-button:hover{background:#ef444424;border-color:#ef44448c}.drivers-clear-filters-button .material-symbols-outlined{font-size:1.125rem}.drivers-table-card{transition:opacity var(--transition-base);position:relative;overflow:visible}.drivers-table-card--refreshing .drivers-table-body{opacity:.55;pointer-events:none}.drivers-table-card--search-pending .drivers-table-scroll{opacity:.7;filter:blur(1px);pointer-events:none}.drivers-table-scroll{transition:filter var(--transition-base), opacity var(--transition-base);overflow-x:auto}.drivers-search-pending{z-index:1;top:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-mid-navy);font-size:var(--font-size-caption);background:#ffffffe6;padding:4px 10px;font-weight:700;position:absolute;inset-inline-end:var(--space-4);box-shadow:0 6px 18px #060f1c14}.drivers-table{text-align:start;--drivers-table-columns:minmax(260px, 1.6fr) minmax(120px, .7fr) minmax(116px, .6fr) minmax(180px, 1fr) minmax(160px, .85fr) minmax(130px, .7fr) 84px;width:100%;min-width:1120px}.drivers-table-header,.drivers-table-row{grid-template-columns:var(--drivers-table-columns);align-items:center;display:grid}.drivers-table-header{background:var(--color-surface-soft);color:var(--color-muted);font-size:var(--font-size-label-sm);letter-spacing:.06em;text-transform:uppercase;font-weight:800}.drivers-table-cell{padding-inline:20px;padding-block:var(--space-3)}.drivers-table-row{color:var(--color-muted);font-size:var(--font-size-body);transition:background-color var(--transition-base), opacity var(--transition-base)}.drivers-table-row:hover{background:#0d1f3c0d}.drivers-table-row.is-inactive{opacity:.72}.drivers-table-row+.drivers-table-row{border-top:1px solid var(--color-border)}.drivers-table-cell--status,.drivers-table-cell--active-orders,.drivers-table-cell--actions{justify-content:center;align-items:center;display:flex}.drivers-person-button{align-items:center;gap:var(--space-3);border-radius:var(--radius-lg);width:100%;color:inherit;text-align:start;cursor:pointer;transition:background-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);background:0 0;border:0;margin:-8px;padding:8px;text-decoration:none;display:flex}.drivers-person-button:hover{background-color:#0a162809;text-decoration:none;transform:translateY(-1px);box-shadow:0 10px 24px #0a162814}.drivers-person-button:focus-visible{box-shadow:var(--focus-ring);outline:0}.drivers-person-button>span:last-child{gap:1px;min-width:0;display:grid}.drivers-person-button strong{color:var(--color-mid-navy);font-size:var(--font-size-title);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.drivers-person-button span span{color:var(--color-text-grey);font-size:var(--font-size-caption);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.drivers-orders-count{color:var(--color-mid-navy);font-family:var(--font-family-metrics);font-size:var(--font-size-title)}.drivers-vehicle-cell{gap:var(--space-1);display:grid}.drivers-vehicle-cell strong{color:var(--color-mid-navy)}.drivers-actions-button{border-radius:var(--radius-md);width:36px;height:36px;color:var(--color-text-grey);cursor:pointer;background:0 0;border:0;place-items:center;display:inline-grid}.drivers-actions-button:hover{color:var(--color-mid-navy);background:#0d1f3c0f}.drivers-table-footer{justify-content:space-between;align-items:center;gap:var(--space-4);border-top:1px solid var(--color-border);padding:var(--space-4);color:var(--color-muted);font-size:var(--font-size-caption);display:flex}.drivers-table-footer__info{font-weight:500}.drivers-table-footer__controls{align-items:center;gap:var(--space-3);display:flex}.drivers-table-footer__button{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);min-height:32px;color:var(--color-mid-navy);justify-content:center;align-items:center;padding:0 12px;font-weight:700;display:inline-flex}.drivers-table-footer__button:disabled{border-color:var(--color-border);color:var(--color-text-grey);cursor:not-allowed;opacity:.6}.driver-detail-page .ui-button .material-symbols-outlined{font-size:1.125rem}.driver-detail-layout{align-items:start;gap:var(--space-6);grid-template-columns:minmax(300px,360px) minmax(0,1fr);display:grid}.driver-detail-layout__profile,.driver-detail-layout__main{gap:var(--space-5);display:grid}.driver-detail-card{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card)}.driver-profile-card,.driver-notes-card{padding:var(--space-5)}.driver-profile-card__hero{align-items:center;gap:var(--space-4);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-5);display:flex}.driver-profile-card__hero h2,.driver-notes-card h2,.driver-orders-panel__header h2{color:var(--color-mid-navy);font-size:var(--font-size-headline-md);line-height:var(--line-height-headline-md);margin:0}.driver-profile-card__hero p{margin:var(--space-1) 0 var(--space-2);color:var(--color-text-grey);font-size:var(--font-size-body)}.driver-detail-list{margin:var(--space-4) 0 0;display:grid}.driver-detail-row{justify-content:space-between;align-items:center;gap:var(--space-4);border-top:1px solid var(--color-border);padding:var(--space-3) 0;display:flex}.driver-detail-row:first-child{border-top:0;padding-top:0}.driver-detail-row:last-child{padding-bottom:0}.driver-detail-row dt{color:var(--color-text-grey);font-size:var(--font-size-label);text-transform:uppercase;font-weight:800}.driver-detail-row dd{color:var(--color-mid-navy);text-align:end;margin:0;font-weight:700}.driver-notes-card{gap:var(--space-3);display:grid}.driver-note-box{border-radius:var(--radius-lg);color:var(--color-muted);padding:var(--space-4);line-height:var(--line-height-body-lg);word-break:break-word;overflow-wrap:break-word;background:#0d1f3c08;border:1px solid #0d1f3c1f;margin:0}.driver-detail-muted{color:var(--color-text-grey);font-size:var(--font-size-body);margin:0}.driver-detail-stats-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.driver-detail-stats-grid .driver-metric-card strong{font-size:var(--font-size-headline-lg);line-height:var(--line-height-headline-lg)}.driver-orders-panel{overflow:hidden}.driver-orders-panel__header{justify-content:space-between;align-items:center;gap:var(--space-4);border-bottom:1px solid var(--color-border);padding:var(--space-4) var(--space-5);display:flex}.driver-orders-panel__header span{color:var(--color-text-grey);font-size:var(--font-size-caption);font-weight:800}.driver-orders-scroll{overflow-x:auto}.driver-orders-table{--driver-orders-columns:minmax(130px, .8fr) minmax(190px, 1.2fr) minmax(150px, .8fr) minmax(120px, .65fr) minmax(130px, .7fr);min-width:760px}.driver-orders-table__header,.driver-orders-table__row{grid-template-columns:var(--driver-orders-columns);align-items:center;display:grid}.driver-orders-table__header{background:var(--color-surface-soft);color:var(--color-muted);font-size:var(--font-size-label-sm);letter-spacing:.06em;text-transform:uppercase;font-weight:800}.driver-orders-table__header>div,.driver-orders-table__row>div{padding:var(--space-3) var(--space-4)}.driver-orders-table__row{color:var(--color-muted);font-size:var(--font-size-body);text-decoration:none}.driver-orders-table__row+.driver-orders-table__row{border-top:1px solid var(--color-border)}.driver-orders-table__row:hover{background:#0d1f3c08;text-decoration:none}.driver-orders-table__row strong,.driver-orders-table__row span{color:var(--color-mid-navy)}.driver-orders-table__row small{color:var(--color-text-grey);margin-top:2px;display:block}.driver-orders-empty{gap:var(--space-1);padding:var(--space-6);text-align:center;display:grid}.driver-orders-empty h3{color:var(--color-mid-navy);font-size:var(--font-size-title);margin:0}.driver-orders-empty p{color:var(--color-muted);font-size:var(--font-size-body);margin:0}.driver-order-status{border-radius:var(--radius-md);font-size:var(--font-size-label-sm);font-weight:800;line-height:var(--line-height-caption);white-space:nowrap;border:1px solid #0000;align-items:center;padding:3px 10px;display:inline-flex}.driver-order-status--info{background:#3b82f61a;border-color:#3b82f63d;color:var(--color-info)!important}.driver-order-status--success{background:#10b9811a;border-color:#10b9813d;color:var(--color-success)!important}.driver-order-status--error{background:#ef44441a;border-color:#ef44443d;color:var(--color-error)!important}.driver-state-panel__action--group{align-items:center;gap:var(--space-3);display:flex}.assign-driver-layer{z-index:180;position:fixed;inset:0}.assign-driver-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#060f1c75;border:0;animation:.18s ease-out forwards assignOverlayFadeIn;position:absolute;inset:0}@keyframes assignOverlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.assign-driver-drawer{border-inline-start:1px solid var(--color-border);background:var(--color-surface);flex-direction:column;width:min(480px,100vw - 28px);display:flex;position:absolute;inset-block:0;inset-inline-end:0;box-shadow:-18px 0 50px #060f1c29}.assign-driver-drawer__header,.assign-driver-drawer__footer{z-index:1;background:var(--color-surface);position:sticky}.assign-driver-drawer__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);border-bottom:1px solid var(--color-border);padding:var(--space-5) var(--space-6);display:flex;top:0}.assign-driver-drawer__header h2{color:var(--color-mid-navy);font-size:var(--font-size-headline-md);line-height:var(--line-height-headline-md);margin:0}.assign-driver-drawer__header p{margin:var(--space-1) 0 0;color:var(--color-text-grey);font-size:var(--font-size-body)}.assign-driver-drawer__body{gap:var(--space-4);background:var(--color-app-bg);padding:var(--space-5);flex:1;display:grid;overflow-y:auto}.assign-driver-drawer__footer{justify-content:flex-end;align-items:center;gap:var(--space-3);border-top:1px solid var(--color-border);padding:var(--space-4) var(--space-6);grid-template-columns:1fr auto auto;display:grid;bottom:0}.assign-order-card,.assign-driver-warning,.assign-driver-filters,.assign-driver-choice,.assign-driver-state{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card)}.assign-order-card{gap:var(--space-4);padding:var(--space-4);display:grid}.assign-order-card__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.assign-order-card__header span:first-child,.assign-order-card__details dt{color:var(--color-text-grey);font-size:var(--font-size-label-sm);letter-spacing:.06em;text-transform:uppercase;font-weight:800}.assign-order-card__header strong{margin-top:var(--space-1);color:var(--color-mid-navy);font-size:var(--font-size-title);display:block}.assign-order-card__details{gap:var(--space-3);margin:0;display:grid}.assign-order-card__details div{gap:2px;display:grid}.assign-order-card__details dd{color:var(--color-mid-navy);font-size:var(--font-size-body);margin:0;font-weight:700}.assign-driver-warning{align-items:flex-start;gap:var(--space-3);color:#1e3a8a;padding:var(--space-4);background:#eff6ff;border-color:#3b82f647;display:flex}.assign-driver-warning .material-symbols-outlined{font-size:1.25rem}.assign-driver-warning p{font-size:var(--font-size-body);margin:0;font-weight:700}.assign-driver-warning>div{gap:var(--space-3);display:grid}.assign-driver-warning .ui-button{justify-self:start}.assign-driver-submit-error{color:var(--color-error);font-size:var(--font-size-caption);justify-self:start;font-weight:800}.assign-driver-filters{gap:var(--space-3);padding:var(--space-4);display:grid}.assign-driver-search{max-width:none}.assign-driver-filter-chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.assign-driver-filter-chip{border:1px solid var(--color-border-strong);border-radius:var(--radius-full);background:var(--color-surface);min-height:32px;color:var(--color-mid-navy);padding:0 var(--space-3);font-size:var(--font-size-label);font-weight:800}.assign-driver-filter-chip.is-selected{color:var(--color-deep-navy);background:#e4c36a2e;border-color:#e4c36ab8}.assign-driver-list{gap:var(--space-3);display:grid}.assign-driver-choice{align-items:flex-start;gap:var(--space-3);width:100%;padding:var(--space-4);color:inherit;text-align:start;cursor:pointer;grid-template-columns:24px 40px minmax(0,1fr);display:grid;position:relative}.assign-driver-choice:before{background:var(--color-bright-gold);content:"";opacity:0;width:4px;position:absolute;inset-block:0;inset-inline-start:0}.assign-driver-choice:hover{border-color:#0d1f3c3d}.assign-driver-choice.is-selected{border-color:#e4c36adb;box-shadow:0 0 0 3px #e4c36a2e}.assign-driver-choice.is-selected:before{opacity:1}.assign-driver-choice__indicator{color:var(--color-text-grey);justify-content:center;align-items:center;display:inline-flex}.assign-driver-choice.is-selected .assign-driver-choice__indicator{color:var(--color-empire-gold)}.assign-driver-choice__indicator .material-symbols-outlined{font-size:1.25rem}.assign-driver-choice__content{gap:var(--space-2);min-width:0;display:grid}.assign-driver-choice__title{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.assign-driver-choice__title strong{color:var(--color-mid-navy);font-size:var(--font-size-title);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.assign-driver-choice__title em{border-radius:var(--radius-full);color:#8a6400;font-size:var(--font-size-label-sm);white-space:nowrap;background:#e4c36a29;border:1px solid #e4c36a9e;padding:2px 8px;font-style:normal;font-weight:900}.assign-driver-choice__phone,.assign-driver-choice__orders{color:var(--color-text-grey);font-size:var(--font-size-caption)}.assign-driver-choice__meta{align-items:center;gap:var(--space-2);color:var(--color-muted);font-size:var(--font-size-caption);flex-wrap:wrap;display:flex}.assign-driver-state{justify-items:center;gap:var(--space-2);padding:var(--space-8) var(--space-4);text-align:center;display:grid}.assign-driver-state .material-symbols-outlined{border-radius:var(--radius-full);width:44px;height:44px;color:var(--color-mid-navy);background:#0d1f3c14;place-items:center;display:inline-grid}.assign-driver-state--error .material-symbols-outlined{color:var(--color-error);background:#ef44441a}.assign-driver-state h3{color:var(--color-mid-navy);font-size:var(--font-size-title);margin:0}.assign-driver-state p{color:var(--color-muted);font-size:var(--font-size-body);margin:0}.driver-table-skeleton,.driver-card-skeleton,.driver-state-panel{border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-card)}.driver-table-skeleton{overflow:hidden}.driver-table-skeleton__header,.driver-table-skeleton__row{align-items:center;gap:var(--space-4);padding:var(--space-4);grid-template-columns:48px minmax(180px,1.4fr) minmax(120px,.8fr) minmax(88px,.55fr) minmax(140px,.9fr) minmax(88px,.55fr);display:grid}.driver-table-skeleton__header{background:var(--color-surface-soft)}.driver-table-skeleton__row{border-top:1px solid var(--color-border)}.driver-card-skeleton{gap:var(--space-4);padding:var(--space-4);display:grid}.driver-card-skeleton__header{align-items:center;gap:var(--space-3);display:flex}.driver-card-skeleton__header>div,.driver-card-skeleton__body{gap:var(--space-2);flex:1;display:grid}.driver-skeleton-block,.driver-skeleton-avatar{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;animation:1.4s ease-in-out infinite driverSkeletonShimmer;display:block;overflow:hidden}.driver-skeleton-block{border-radius:var(--radius-sm);width:100%;max-width:132px;height:12px}.driver-skeleton-block--wide{max-width:220px}.driver-skeleton-block--short{max-width:76px}.driver-skeleton-avatar{border-radius:var(--radius-full);width:40px;height:40px}.driver-skeleton-avatar--large{width:56px;height:56px}.driver-state-panel{align-items:center;gap:var(--space-4);padding:var(--space-5);display:flex}.driver-state-panel__icon{border-radius:var(--radius-full);flex:none;place-items:center;width:44px;height:44px;font-size:1.5rem;display:inline-grid}.driver-state-panel--empty .driver-state-panel__icon{color:var(--color-mid-navy);background:#0d1f3c14}.driver-state-panel--error{background:#fff7f7;border-color:#ef444452}.driver-state-panel--error .driver-state-panel__icon{color:var(--color-error);background:#ef44441a}.driver-state-panel h3{color:var(--color-mid-navy);font-size:var(--font-size-title);line-height:var(--line-height-title);margin:0}.driver-state-panel p{margin:var(--space-1) 0 0;color:var(--color-muted);font-size:var(--font-size-body);line-height:var(--line-height-body)}.driver-state-panel__action{margin-inline-start:auto}@keyframes driverSkeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.driver-skeleton-block,.driver-skeleton-avatar{animation:none}}@media (width<=760px){.drivers-page__header,.drivers-filter-card,.driver-orders-panel__header,.drivers-page__actions,.drivers-filter-card__selects,.drivers-table-footer,.driver-state-panel__action--group{flex-direction:column;align-items:stretch}.drivers-search{max-width:none}.drivers-kpi-grid,.driver-detail-layout,.driver-detail-stats-grid{grid-template-columns:1fr}.driver-profile-card__hero{flex-direction:column;align-items:flex-start}.driver-table-skeleton__header{display:none}.driver-table-skeleton__row{grid-template-columns:40px minmax(0,1fr)}.driver-table-skeleton__row .driver-skeleton-block:nth-of-type(n+4){display:none}.driver-state-panel{flex-direction:column;align-items:flex-start}.driver-state-panel__action{width:100%;margin-inline-start:0}.assign-driver-drawer{width:100vw}.assign-driver-drawer__footer{grid-template-columns:1fr;align-items:stretch}.assign-driver-submit-error,.assign-driver-drawer__footer .ui-button{width:100%}.assign-driver-choice{grid-template-columns:24px minmax(0,1fr)}.assign-driver-choice>.driver-avatar{display:none}}@media (width>=761px) and (width<=1180px){.drivers-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.drivers-filter-card{flex-direction:column;align-items:stretch}.drivers-search{max-width:none}.driver-detail-layout{grid-template-columns:1fr}.driver-detail-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.reports-view{--report-border-soft:#0d1f3c1a;--report-border-strong:#0d1f3c29;--report-shadow-soft:0 1px 2px #060f1c0d, 0 12px 28px #060f1c12;--report-shadow-card:0 1px 2px #060f1c0a, 0 18px 42px #060f1c14;--report-shadow-lifted:0 14px 30px #060f1c1f;gap:var(--space-6);min-width:0;max-width:100%;display:grid;overflow-x:hidden}.reports-page-header{justify-content:space-between;align-items:flex-start;gap:var(--space-5);border:1px solid var(--report-border-soft);border-radius:var(--radius-xl);background:radial-gradient(circle at 95% 18%, #e4c36a3d, transparent 30%), linear-gradient(135deg, #fffffff5, #f8f7f4eb 56%, #f1f4f8e0), var(--color-surface);padding:var(--space-6);box-shadow:var(--report-shadow-card);display:flex;position:relative;overflow:hidden}.reports-page-header:before{inset-block:var(--space-4);background:linear-gradient(180deg, var(--color-bright-gold), var(--color-mid-navy));content:"";border-start-end-radius:var(--radius-full);border-end-end-radius:var(--radius-full);width:5px;position:absolute;inset-inline-start:0}.reports-page-header__content,.reports-page-header__actions{z-index:1;position:relative}.reports-page-header h1{color:var(--color-deep-navy);font-size:var(--font-size-display);line-height:var(--line-height-display);margin:0}.reports-page-header p:not(.dashboard-eyebrow){max-width:690px;margin:var(--space-2) 0 0;color:var(--color-muted)}.reports-page-header__meta{gap:var(--space-2);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.reports-page-header__actions{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;display:flex}.report-export-action{justify-items:end;gap:var(--space-2);display:grid}.report-export-action__message{max-width:280px;color:var(--color-muted);font-size:var(--font-size-caption);line-height:var(--line-height-caption);text-align:end;margin:0}.report-export-action__message--error{color:var(--color-error);font-weight:700}.report-tabs{gap:var(--space-2);border:1px solid var(--report-border-soft);border-radius:var(--radius-xl);padding:var(--space-2);box-shadow:var(--report-shadow-soft);scrollbar-width:thin;background:linear-gradient(#fff,#f8f8f6);display:flex;overflow-x:auto}.report-tabs button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-lg);min-height:44px;color:var(--color-muted);padding:0 var(--space-4);font-size:var(--font-size-label);transition:background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);background:0 0;border:1px solid #0000;flex:none;font-weight:800;display:inline-flex}.report-tabs button:hover{border-color:var(--report-border-soft);color:var(--color-deep-navy);background:#fff;transform:translateY(-1px)}.report-tabs button:focus-visible{box-shadow:var(--focus-ring);outline:0}.report-tabs button.is-active{background:linear-gradient(135deg, var(--color-deep-navy), var(--color-mid-navy));color:#fff;border-color:#e4c36a8a;box-shadow:0 10px 24px #060f1c29}.report-tabs .material-symbols-outlined{font-size:1.15rem}.reports-tab-panel,.report-section-card__body{gap:var(--space-4);min-width:0;display:grid}.reports-tab-panel[hidden]{display:none!important}.reports-metric-grid{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;display:grid}.reports-mini-metrics{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;display:grid}.reports-two-column{gap:var(--space-4);grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);min-width:0;display:grid}.reports-chart-grid{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;display:grid}.report-metric-card,.report-chart-card,.report-section-card,.report-table-shell,.report-state-card{border:1px solid var(--report-border-soft);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--report-shadow-soft);min-width:0}.report-chart-card{overflow:hidden}.report-chart-card__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);border-bottom:1px solid var(--report-border-soft);background:linear-gradient(180deg, #ffffffe0, #f8f8f6f0), var(--color-surface-soft);padding:var(--space-4);display:flex}.report-chart-card__header h3{color:var(--color-deep-navy);font-size:var(--font-size-headline-md);line-height:var(--line-height-headline-md);margin:0}.report-chart-card__header p,.report-chart-card__header span,.report-chart-empty{color:var(--color-muted);font-size:var(--font-size-caption);line-height:var(--line-height-caption);margin:0}.report-chart-card__header span{border:1px solid var(--report-border-soft);border-radius:var(--radius-full);background:var(--color-surface);width:fit-content;padding:3px var(--space-2);white-space:nowrap;flex:none;font-weight:800}.report-chart-card__body{padding:var(--space-4)}.report-chart-empty{border:1px dashed var(--report-border-soft);border-radius:var(--radius-lg);background:var(--color-surface-soft);text-align:center;place-items:center;min-height:180px;display:grid}.report-horizontal-bars,.report-comparison-bars{gap:var(--space-3);display:grid}.report-horizontal-bars__item,.report-comparison-bars__item{gap:var(--space-2);display:grid}.report-horizontal-bars__label,.report-comparison-bars__label{justify-content:space-between;align-items:baseline;gap:var(--space-3);color:var(--color-deep-navy);font-size:var(--font-size-body);font-weight:800;display:flex}.report-horizontal-bars__label strong,.report-comparison-bars__label small,.report-comparison-bars__tracks span{color:var(--color-muted);font-size:var(--font-size-caption);font-weight:800}.report-horizontal-bars__track,.report-comparison-bars__track{border-radius:var(--radius-full);background:var(--color-surface-soft);height:12px;overflow:hidden}.report-horizontal-bars__track span,.report-comparison-bars__track i{border-radius:inherit;block-size:100%;display:block}.report-comparison-bars__tracks{gap:var(--space-2);display:grid}.report-comparison-bars__tracks>div{gap:6px;display:grid}.report-donut-chart{place-items:center;gap:var(--space-3);min-height:260px;display:grid;position:relative}.report-donut-chart__svg{aspect-ratio:1;width:min(220px,70vw);transform:rotate(-90deg)}.report-donut-chart__track,.report-donut-chart__segment{fill:none;stroke-width:16px}.report-donut-chart__track{stroke:var(--color-surface-soft)}.report-donut-chart__segment{stroke-linecap:round}.report-donut-chart__center{color:var(--color-muted);font-size:var(--font-size-caption);pointer-events:none;justify-items:center;display:grid;position:absolute;inset-block-start:calc(var(--space-4) + 74px)}.report-donut-chart__center strong{color:var(--color-deep-navy);font-family:var(--font-family-metrics);font-size:1.6rem;line-height:2rem}.report-chart-legend{justify-content:center;gap:var(--space-2) var(--space-3);color:var(--color-muted);font-size:var(--font-size-caption);flex-wrap:wrap;display:flex}.report-chart-legend span{align-items:center;gap:6px;display:inline-flex}.report-chart-legend i{border-radius:var(--radius-full);block-size:8px;inline-size:8px}.report-chart-legend strong{color:var(--color-deep-navy)}.report-chart-tone--brand{background:linear-gradient(90deg, var(--color-bright-gold), #f3d984);stroke:var(--color-bright-gold)}.report-chart-tone--success{background:linear-gradient(90deg, var(--color-success), #6ee7b7);stroke:var(--color-success)}.report-chart-tone--warning{background:linear-gradient(90deg, var(--color-warning), #fbbf24);stroke:var(--color-warning)}.report-chart-tone--danger{background:linear-gradient(90deg, var(--color-error), #fb7185);stroke:var(--color-error)}.report-chart-tone--active{background:linear-gradient(90deg, var(--color-mid-navy), #3b82f6);stroke:var(--color-mid-navy)}.report-chart-tone--neutral{background:linear-gradient(90deg, var(--color-text-grey), var(--color-border-strong));stroke:var(--color-text-grey)}.report-metric-card{gap:var(--space-3);min-height:158px;padding:var(--space-4);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);display:grid;position:relative;overflow:hidden}.report-metric-card:before{background:var(--report-tone,var(--color-border-strong));content:"";height:4px;position:absolute;inset-block-start:0;inset-inline:0}.report-metric-card:after{border-radius:var(--radius-full);background:color-mix(in srgb, var(--report-tone,var(--color-mid-navy)) 13%, transparent);content:"";width:108px;height:108px;position:absolute;inset-block-end:-36px;inset-inline-end:-30px}.report-metric-card:hover{border-color:var(--report-border-strong);box-shadow:var(--report-shadow-lifted);transform:translateY(-2px)}.report-metric-card--brand{--report-tone:var(--color-bright-gold)}.report-metric-card--success{--report-tone:var(--color-success)}.report-metric-card--warning{--report-tone:var(--color-warning)}.report-metric-card--danger{--report-tone:var(--color-error)}.report-metric-card__header,.report-metric-card__footer{z-index:1;justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex;position:relative}.report-metric-card__header>span:first-child{color:var(--color-muted);font-size:var(--font-size-label-sm);text-transform:uppercase;font-weight:800}.report-metric-card__icon{border:1px solid color-mix(in srgb, var(--report-tone,var(--color-mid-navy)) 20%, transparent);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--report-tone,var(--color-mid-navy)) 12%, #fff);width:36px;height:36px;color:var(--color-mid-navy);place-items:center;font-size:1.15rem;display:inline-grid}.report-metric-card strong{z-index:1;color:var(--color-deep-navy);font-family:var(--font-family-metrics);font-size:2rem;line-height:2.25rem;position:relative}.report-metric-card__footer p,.report-section-card__header p,.report-table-shell__header p,.report-progress p,.report-state-card p{color:var(--color-muted);font-size:var(--font-size-caption);line-height:var(--line-height-caption);margin:0}.report-metric-card__footer span{color:var(--color-mid-navy);font-size:var(--font-size-caption);white-space:nowrap;font-weight:800}.report-section-card,.report-table-shell{min-width:0;max-width:100%;overflow:hidden}.report-table-anchor{min-width:0;max-width:100%;overflow-x:hidden}.report-section-card__header,.report-table-shell__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);border-bottom:1px solid var(--report-border-soft);background:linear-gradient(180deg, #ffffffdb, #f8f8f6f0), var(--color-surface-soft);padding:var(--space-4);display:flex}.report-section-card__header h2,.report-table-shell__header h3,.report-state-card h1,.report-state-card h2{color:var(--color-deep-navy);font-size:var(--font-size-headline-md);line-height:var(--line-height-headline-md);margin:0}.report-section-card__body{padding:var(--space-4)}.report-filters-bar{gap:var(--space-3);border:1px solid var(--report-border-soft);border-radius:var(--radius-xl);background:linear-gradient(135deg, #fffffff2, #f7f8faf2), var(--color-surface);min-width:0;padding:var(--space-4);box-shadow:var(--report-shadow-soft);grid-template-columns:repeat(4,minmax(160px,1fr));display:grid}.report-field{gap:var(--space-2);display:grid}.report-field label{color:var(--color-deep-navy);font-size:var(--font-size-label);font-weight:800}.report-field input,.report-field select{border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);width:100%;min-height:44px;color:var(--color-deep-navy);font:inherit;padding:0 var(--space-3);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);background:#fff}.report-field input:hover,.report-field select:hover{border-color:var(--report-border-strong)}.report-field input:focus-visible,.report-field select:focus-visible{border-color:var(--color-bright-gold);box-shadow:var(--focus-ring);outline:0}.report-field input:disabled,.report-field select:disabled{background:var(--color-surface-soft);color:var(--color-muted);cursor:not-allowed}.report-field__help,.report-field__error{font-size:var(--font-size-caption);line-height:var(--line-height-caption);margin:0}.report-field__help{color:var(--color-muted)}.report-field__error{color:var(--color-error);font-weight:800}.report-filters-bar__action{align-items:end;display:flex}.report-status-badge{border:1px solid var(--color-border);border-radius:var(--radius-full);width:fit-content;padding:3px var(--space-2);font-size:var(--font-size-caption);white-space:nowrap;align-items:center;font-weight:800;display:inline-flex}.report-status-badge:before{border-radius:var(--radius-full);content:"";background:currentColor;width:6px;height:6px;margin-inline-end:6px}.report-status-badge--active,.report-status-badge--collected{color:#1d4ed8;background:#eff6ff;border-color:#3b82f647}.report-status-badge--success{color:#047857;background:#ecfdf5;border-color:#10b98147}.report-status-badge--warning,.report-status-badge--pending{color:#92400e;background:#fffbeb;border-color:#f59e0b52}.report-status-badge--danger{color:#b91c1c;background:#fef2f2;border-color:#ef444447}.report-status-badge--neutral{background:var(--color-surface-soft);color:var(--color-muted)}.reports-progress-stack{gap:var(--space-4);display:grid}.report-progress{gap:var(--space-2);display:grid}.report-progress__header{justify-content:space-between;align-items:center;gap:var(--space-3);color:var(--color-deep-navy);font-size:var(--font-size-body);font-weight:800;display:flex}.report-progress__track{border-radius:var(--radius-full);background:color-mix(in srgb, var(--report-progress-tone,var(--color-mid-navy)) 12%, var(--color-surface-soft));height:10px;overflow:hidden}.report-progress__track span{border-radius:inherit;background:linear-gradient(90deg, var(--report-progress-tone,var(--color-mid-navy)), color-mix(in srgb, var(--report-progress-tone,var(--color-mid-navy)) 62%, #fff));height:100%;display:block}.report-progress--brand{--report-progress-tone:var(--color-bright-gold)}.report-progress--success{--report-progress-tone:var(--color-success)}.report-progress--warning{--report-progress-tone:var(--color-warning)}.report-progress--danger{--report-progress-tone:var(--color-error)}.report-table-shell__scroll{overscroll-behavior-inline:contain;width:100%;min-width:0;max-width:100%;overflow-x:auto}.report-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1120px}.report-table th,.report-table td{padding:var(--space-3) var(--space-4);text-align:start;vertical-align:middle;white-space:nowrap}.report-table thead th{border-bottom:1px solid var(--report-border-soft);color:var(--color-muted);font-size:var(--font-size-caption);text-transform:uppercase;background:#f8f9fb;font-weight:800}.report-table tbody th,.report-table tbody td{color:var(--color-text);font-size:var(--font-size-body);border-bottom:1px solid #0d1f3c0f}.report-table tbody tr:last-child th,.report-table tbody tr:last-child td{border-bottom:0}.report-table tbody th{color:var(--color-deep-navy);font-weight:800}.report-table tbody tr:hover{background:#e4c36a14}.report-table th:last-child,.report-table td:last-child{text-align:end}.report-table-shell__footer{border-top:1px solid var(--report-border-soft);color:var(--color-muted);padding:var(--space-3) var(--space-4);font-size:var(--font-size-caption);background:#fbfbfa;justify-content:flex-end;font-weight:700;display:flex}.report-table-shell__footer-content{justify-content:space-between;align-items:center;gap:var(--space-3);width:100%;display:flex}.report-pagination{align-items:center;gap:var(--space-2);display:flex}.report-pagination .ui-button{min-width:92px}.report-table__stack{gap:2px;display:grid}.report-table__primary{color:var(--color-deep-navy);font-weight:800}.report-table__secondary{color:var(--color-muted);font-size:var(--font-size-caption)}.report-state-card{gap:var(--space-3);min-height:220px;padding:var(--space-6);text-align:center;place-items:center;display:grid}.report-state-card__icon{border:1px solid var(--report-border-soft);border-radius:var(--radius-full);background:var(--color-surface-soft);width:52px;height:52px;color:var(--color-mid-navy);place-items:center;display:inline-grid}.report-state-card--error{background:#fff7f7;border-color:#ef444447}.report-state-card--permission{background:radial-gradient(circle at 50% 0%, #e4c36a29, transparent 42%), var(--color-surface);border-color:#0d1f3c2e}.report-skeleton{gap:var(--space-3);display:grid}.report-skeleton span{border-radius:var(--radius-md);background:linear-gradient(90deg,#f0eef0,#fff,#f0eef0) 0 0/200% 100%;min-height:18px;animation:1.25s linear infinite report-shimmer}.report-skeleton--metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.report-skeleton--metrics span{border-radius:var(--radius-xl);min-height:132px}.report-skeleton--table{padding:var(--space-4)}@keyframes report-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1180px){.reports-metric-grid,.report-skeleton--metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-two-column,.reports-chart-grid{grid-template-columns:1fr}}@media (width<=780px){.reports-page-header,.report-chart-card__header,.report-section-card__header,.report-table-shell__header{display:grid}.reports-page-header{padding:var(--space-5)}.reports-page-header h1{font-size:var(--font-size-headline-lg);line-height:var(--line-height-headline-lg)}.reports-page-header__actions{justify-content:flex-start}.report-export-action{justify-items:start}.report-export-action__message{text-align:start}.report-filters-bar{grid-template-columns:1fr}.report-tabs{display:grid}.report-tabs button{justify-content:flex-start}.reports-metric-grid,.reports-mini-metrics,.report-skeleton--metrics{grid-template-columns:1fr}.report-table-shell__footer-content,.report-pagination{align-items:stretch}.report-table-shell__footer-content{display:grid}.report-pagination{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (prefers-reduced-motion:reduce){.report-metric-card,.report-tabs button,.report-skeleton span{transition:none;animation:none}}.driver-portal-shell{min-height:100vh;color:var(--color-text);background:#f6f7fb}.driver-portal-shell__main{min-height:100vh;padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}.driver-portal-shell--detail .driver-portal-shell__main{padding-bottom:0}.driver-portal-page{width:min(100%,720px);min-height:100vh;padding:calc(18px + env(safe-area-inset-top,0px)) 16px 24px;margin:0 auto}.driver-home{width:min(100%,768px);padding:0 0 24px}.driver-home__header{z-index:20;min-height:calc(72px + env(safe-area-inset-top,0px));padding:calc(10px + env(safe-area-inset-top,0px)) 16px 10px;background:#fff;border-bottom:1px solid #0d1f3c0f;justify-content:space-between;align-items:center;gap:12px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #060f1c0a}.driver-home__identity{align-items:center;gap:10px;min-width:0;display:flex}.driver-home__avatar{width:48px;height:48px;color:var(--color-mid-navy);background:linear-gradient(135deg,#d7e3fc,#fff);border:1px solid #75777d4d;border-radius:16px;flex:0 0 48px;place-items:center;font-size:.95rem;font-weight:800;display:grid;box-shadow:inset 0 0 0 1px #ffffffb8}.driver-home__identity h1{color:var(--color-mid-navy);margin:0;font-size:1.45rem;font-weight:800;line-height:1.15}.driver-home__identity p{color:var(--color-text-grey);margin:4px 0 0;font-size:.95rem;line-height:1.2}.driver-home__header-actions{flex:none;align-items:center;gap:8px;display:flex}.driver-home__language{min-height:38px;color:var(--color-mid-navy);background:0 0;border:0;padding-inline:8px;font-size:.92rem;font-weight:800}.driver-home__language .material-symbols-outlined{display:none}.driver-home__logout{width:42px;height:42px;color:var(--color-text-grey);background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.driver-home__logout:hover{background:var(--color-surface-soft);color:var(--color-error)}.driver-home__content{gap:24px;padding:24px 16px 0;display:grid}.driver-home__route-section{gap:12px;display:grid}.driver-home__route-section>h2{color:var(--color-mid-navy);margin:0;font-size:1.35rem;font-weight:800;line-height:1.3}.driver-home__kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.driver-home__kpi-card{background:#fff;border:1px solid #75777d42;border-radius:12px;justify-content:space-between;min-height:112px;padding:18px 18px 14px 22px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #060f1c0a}.driver-home__kpi-card:before{content:"";width:4px;position:absolute;inset-block:0;inset-inline-start:0}.driver-home__kpi-card>div{align-content:space-between;display:grid}.driver-home__kpi-card span:not(.material-symbols-outlined){color:var(--color-text-grey);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700;line-height:1.2}.driver-home__kpi-card strong{color:var(--color-mid-navy);font-family:var(--font-family-metrics);font-size:2.55rem;font-weight:800;line-height:1}.driver-home__kpi-card .material-symbols-outlined{margin-top:16px;font-size:1.35rem}.driver-home__kpi-card--active:before{background:var(--color-info)}.driver-home__kpi-card--active .material-symbols-outlined{color:var(--color-info)}.driver-home__kpi-card--completed:before{background:var(--color-success)}.driver-home__kpi-card--completed .material-symbols-outlined{color:var(--color-success)}.driver-home__next-card{border:2px solid var(--color-bright-gold);background:#fff;border-radius:12px;gap:18px;padding:18px;display:grid;position:relative;overflow:hidden;box-shadow:0 4px 18px #e4c36a29}.driver-home__next-card:after{content:"";filter:blur(20px);pointer-events:none;background:#e4c36a1f;border-radius:50%;width:144px;height:144px;position:absolute;inset-block-start:-54px;inset-inline-end:-54px}.driver-home__next-card-header,.driver-home__next-meta{z-index:1;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.driver-home__next-title{align-items:center;gap:8px;min-width:0;display:flex}.driver-home__next-title .material-symbols-outlined{color:var(--color-warning);font-variation-settings:"FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;font-size:1.35rem}.driver-home__next-title h2{color:var(--color-mid-navy);margin:0;font-size:1.35rem;font-weight:800;line-height:1.25}.driver-home__priority-chip{color:var(--color-mid-navy);background:#0d1f3c17;border-radius:999px;flex:none;padding:9px 12px;font-size:.78rem;font-weight:800;line-height:1}.driver-home__next-meta strong{color:var(--color-mid-navy);font-size:1.6rem;font-weight:800;line-height:1.15}.driver-home__next-meta span{color:var(--color-text-grey);white-space:nowrap;font-size:.95rem}.driver-home__destination-card{z-index:1;background:#f6f7fb;border:1px solid #75777d33;border-radius:8px;align-items:flex-start;gap:12px;padding:14px;display:flex;position:relative}.driver-home__destination-card>.material-symbols-outlined{color:var(--color-info);margin-top:8px;font-size:1.45rem}.driver-home__destination-card div{min-width:0}.driver-home__destination-card span:not(.material-symbols-outlined){color:var(--color-text-grey);font-size:.88rem;font-weight:700}.driver-home__destination-card strong{color:var(--color-mid-navy);margin-top:2px;font-size:1.2rem;font-weight:800;display:block}.driver-home__destination-card p{color:var(--color-text-grey);text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:.9rem;overflow:hidden}.driver-home__next-cta{z-index:1;background:var(--color-bright-gold);color:#241a00;min-height:56px;transition:background-color var(--transition-base), transform var(--transition-fast);border-radius:10px;justify-content:center;align-items:center;gap:12px;font-size:1.05rem;font-weight:800;text-decoration:none;display:inline-flex;position:relative}.driver-home__next-cta:hover{background:#e6c364;text-decoration:none}.driver-home__next-cta:active{transform:scale(.98)}.driver-home__orders-preview{gap:12px;display:grid}.driver-home__scope-tabs{scrollbar-width:none;gap:10px;padding:0 2px 4px;display:flex;overflow-x:auto}.driver-home__scope-tabs::-webkit-scrollbar{display:none}.driver-home__scope-tab{min-height:44px;color:var(--color-text-grey);white-space:nowrap;background:#fff;border:1px solid #75777d2e;border-radius:16px;padding:0 18px;font-size:.95rem;font-weight:800}.driver-home__scope-tab--active{border-color:var(--color-mid-navy);background:var(--color-mid-navy);color:#fff;box-shadow:0 3px 8px #060f1c29}.driver-home__preview-list{gap:10px;display:grid}.driver-home__preview-item{min-height:70px;color:inherit;transition:background-color var(--transition-base), border-color var(--transition-base);background:#fff;border:1px solid #75777d2e;border-radius:8px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 14px;text-decoration:none;display:grid}.driver-home__preview-item:hover{background:#ffffffd6;border-color:#3b82f647;text-decoration:none}.driver-home__preview-icon{width:44px;height:44px;color:var(--color-info);background:#3b82f61a;border-radius:4px;place-items:center;font-size:1.35rem;display:grid}.driver-home__preview-copy{min-width:0;display:grid}.driver-home__preview-copy strong{color:var(--color-mid-navy);text-overflow:ellipsis;white-space:nowrap;font-size:1.05rem;font-weight:800;line-height:1.25;overflow:hidden}.driver-home__preview-copy span{color:var(--color-text-grey);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;line-height:1.3;overflow:hidden}.driver-home__preview-status{color:var(--color-info);white-space:nowrap;font-size:.9rem;font-weight:700}.driver-orders{width:min(100%,768px);padding:0 0 24px}.driver-orders__header{z-index:20;padding-top:env(safe-area-inset-top,0px);background:#fff;border-bottom:1px solid #75777d59;position:sticky;top:0;box-shadow:0 2px 8px #060f1c0a}.driver-orders__topbar{justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:0 16px;display:flex}.driver-orders__topbar h1{color:var(--color-mid-navy);margin:0;font-size:1.65rem;font-weight:800;line-height:1.2}.driver-orders__actions{align-items:center;gap:12px;display:flex}.driver-orders__icon-button{width:42px;height:42px;color:var(--color-muted);background:0 0;border:0;border-radius:8px;place-items:center;display:grid;position:relative}.driver-orders__icon-button:hover{background:var(--color-surface-soft);color:var(--color-mid-navy)}.driver-orders__icon-button .material-symbols-outlined{font-size:1.8rem}.driver-orders__filter-dot{background:var(--color-warning);border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;inset-block-start:7px;inset-inline-end:7px}.driver-orders__search{color:var(--color-text-grey);background:#f6f7fb;border:1px solid #75777d47;border-radius:8px;align-items:center;gap:8px;margin:0 16px 8px;padding:8px 12px;display:flex}.driver-orders__search input{width:100%;min-width:0;color:var(--color-mid-navy);background:0 0;border:0;outline:0}.driver-orders__tabs{scrollbar-width:none;border-top:1px solid #75777d24;gap:28px;padding:0 16px;display:flex;overflow-x:auto}.driver-orders__tabs::-webkit-scrollbar{display:none}.driver-orders__tab{min-height:48px;color:var(--color-muted);white-space:nowrap;background:0 0;border:0;padding:0 8px;font-size:1rem;font-weight:700;position:relative}.driver-orders__tab:after{inset-inline:0;content:"";background:0 0;border-radius:999px 999px 0 0;height:3px;position:absolute;bottom:0}.driver-orders__tab--active{color:var(--color-mid-navy)}.driver-orders__tab--active:after{background:var(--color-bright-gold)}.driver-orders__list{gap:16px;padding:88px 16px 8px;display:grid}.driver-orders .driver-empty-state{min-height:360px}.driver-orders__load-more{border:1px solid var(--color-mid-navy);min-height:50px;color:var(--color-mid-navy);background:#fff;border-radius:8px;font-weight:800}.driver-orders__load-more:hover:not(:disabled){background:var(--color-surface-soft)}.driver-orders__load-more:disabled{cursor:wait;opacity:.72}.driver-orders .driver-status-badge{letter-spacing:.04em;text-transform:uppercase;border:1px solid;border-radius:4px;gap:6px;min-height:34px;padding:6px 10px;font-size:.78rem}.driver-orders .driver-status-badge:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.driver-orders .driver-status-badge--neutral{color:var(--color-mid-navy);background:#0d1f3c14}.driver-orders .driver-status-badge--warning{color:var(--color-warning);background:#f59e0b17}.driver-order-card{cursor:pointer;background:#fff;border:1px solid #75777d5c;border-radius:12px;gap:14px;padding:20px 18px 18px;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 8px #060f1c0d}.driver-order-card:focus-visible{outline:2px solid var(--color-bright-gold);outline-offset:3px}.driver-order-card--priority:before{background:var(--color-warning);content:"";width:5px;position:absolute;inset-block:0;inset-inline-start:0}.driver-order-card__header>div{min-width:0}.driver-order-card__tracking{color:var(--color-text-grey);letter-spacing:.05em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.82rem;font-weight:800;line-height:1.2;display:block;overflow:hidden}.driver-order-card__header h2{color:var(--color-mid-navy);text-overflow:ellipsis;white-space:nowrap;margin:8px 0 0;font-size:1.25rem;font-weight:800;line-height:1.25;overflow:hidden}.driver-order-card__route{border-block:1px solid #75777d29;padding:14px 0;display:grid}.driver-order-card__route-row{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:8px;display:grid}.driver-order-card__route-row>.material-symbols-outlined{color:var(--color-text-grey);font-size:1.55rem}.driver-order-card__route-icon--delivery{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;color:var(--color-info)!important}.driver-order-card__route-row div{min-width:0}.driver-order-card__route-row span:not(.material-symbols-outlined){color:var(--color-text-grey);font-size:.95rem;font-weight:600;line-height:1.2;display:block}.driver-order-card__route-row strong{color:var(--color-on-surface,#1b1b1d);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:1rem;font-weight:600;line-height:1.3;display:block;overflow:hidden}.driver-order-card__route-line{background:#75777d57;width:1px;height:28px;margin-inline-start:12px}.driver-order-card__footer{justify-content:space-between;align-items:center;gap:14px;display:flex}.driver-order-card__money{min-width:0;display:grid}.driver-order-card__money span{color:var(--color-text-grey);font-size:.95rem;line-height:1.2}.driver-order-card__money strong{color:var(--color-mid-navy);white-space:nowrap;margin-top:5px;font-size:1.2rem;font-weight:800;line-height:1.2}.driver-order-card__action{border-radius:8px;min-width:128px;min-height:46px;padding:0 16px;font-size:.95rem;font-weight:800}.driver-order-card__action--primary{border:1px solid var(--color-mid-navy);background:var(--color-mid-navy);color:#fff}.driver-order-card__action--primary:hover{background:var(--color-deep-navy)}.driver-order-card__action--secondary{border:1px solid var(--color-mid-navy);color:var(--color-mid-navy);background:#fff}.driver-order-card__action--secondary:hover{background:var(--color-surface-soft)}.driver-detail{width:min(100%,1100px);padding:0 0 calc(132px + env(safe-area-inset-bottom,0px))}.driver-detail--not-found{min-height:100vh;padding-bottom:24px}.driver-detail__header{z-index:35;min-height:calc(68px + env(safe-area-inset-top,0px));padding:calc(8px + env(safe-area-inset-top,0px)) 14px 8px;background:#fff;border-bottom:1px solid #75777d38;justify-content:space-between;align-items:center;gap:10px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #060f1c0d}.driver-detail__header-main{align-items:center;gap:10px;min-width:0;display:flex}.driver-detail__back-button,.driver-detail__menu-button{width:44px;height:44px;color:var(--color-mid-navy);background:0 0;border:0;border-radius:50%;flex:0 0 44px;place-items:center;display:grid}.driver-detail__back-button:hover,.driver-detail__menu-button:hover{background:var(--color-surface-soft)}.driver-detail__title-group{align-items:center;gap:10px;min-width:0;display:flex}.driver-detail__title-group h1,.driver-detail__header>h1{overflow-wrap:anywhere;color:var(--color-mid-navy);margin:0;font-size:1.35rem;font-weight:800;line-height:1.2}.driver-detail__title-group .driver-status-badge{flex:0 auto;min-height:32px}.driver-detail__content{padding:24px 16px}.driver-detail__grid,.driver-detail__column{gap:20px;display:grid}.driver-detail__section,.driver-detail__payment-card{background:#fff;border:1px solid #75777d33;border-radius:12px;padding:22px;box-shadow:0 2px 8px #060f1c0a}.driver-detail__section--customer{position:relative;overflow:hidden}.driver-detail__section--customer:before{background:var(--color-mid-navy);content:"";width:5px;position:absolute;inset-block:0;inset-inline-start:0}.driver-detail__section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.driver-detail__section-title{color:var(--color-text-grey);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:7px;margin:0 0 18px;font-size:.78rem;font-weight:800;line-height:1.2;display:flex}.driver-detail__section-heading .driver-detail__section-title{margin-bottom:0}.driver-detail__section-title .material-symbols-outlined{font-size:1rem}.driver-detail__customer{align-items:center;gap:16px;margin-bottom:22px;display:flex}.driver-detail__avatar{background:var(--color-off-white);width:64px;height:64px;color:var(--color-mid-navy);border:1px solid #75777d47;border-radius:14px;flex:0 0 64px;place-items:center;font-size:1.1rem;font-weight:800;display:grid}.driver-detail__customer h3{color:var(--color-mid-navy);margin:0;font-size:1.2rem;font-weight:800;line-height:1.2}.driver-detail__customer p{color:var(--color-muted);align-items:center;gap:6px;margin:8px 0 0;font-size:.95rem;display:flex}.driver-detail__customer p .material-symbols-outlined{font-size:1rem}.driver-detail__copy-phone-button{background:var(--color-mid-navy);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:56px;font-size:1rem;font-weight:800;text-decoration:none;display:inline-flex}.driver-detail__copy-phone-button:hover:not(:disabled){background:var(--color-deep-navy);text-decoration:none}.driver-detail__copy-phone-button:disabled{opacity:.6;cursor:not-allowed}.driver-detail__copy-feedback{text-align:center;border-radius:6px;margin:10px 0 0;padding:10px;font-size:.9rem;font-weight:700}.driver-detail__copy-feedback--success{color:#047857;background:#10b9811f}.driver-detail__copy-feedback--error{color:#b91c1c;background:#ef44441a}.driver-detail__maps-link{color:var(--color-mid-navy);flex:none;align-items:center;gap:6px;font-size:.95rem;font-weight:800;text-decoration:none;display:inline-flex}.driver-detail__maps-link:hover{color:var(--color-info);text-decoration:none}.driver-detail__maps-link .material-symbols-outlined{font-size:1.15rem}.driver-detail__route{gap:30px;padding-inline-start:8px;display:grid;position:relative}.driver-detail__route-line{background:#75777d38;width:2px;position:absolute;inset-block:18px 44px;inset-inline-start:20px}.driver-detail__route-node{grid-template-columns:32px minmax(0,1fr);align-items:start;gap:16px;display:grid;position:relative}.driver-detail__route-dot{z-index:1;background:#fff;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:relative}.driver-detail__route-dot:after{content:"";border-radius:50%;width:10px;height:10px}.driver-detail__route-dot--pickup{border:3px solid var(--color-text-grey)}.driver-detail__route-dot--pickup:after{background:var(--color-text-grey)}.driver-detail__route-dot--delivery{border:3px solid var(--color-info);background:#3b82f629}.driver-detail__route-dot--delivery:after{background:var(--color-info)}.driver-detail__route-node span:not(.driver-detail__route-dot):not(.material-symbols-outlined){color:var(--color-text-grey);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:800;line-height:1.2;display:block}.driver-detail__route-node:nth-of-type(3) span:not(.driver-detail__route-dot):not(.material-symbols-outlined){color:var(--color-info)}.driver-detail__route-node strong{color:var(--color-mid-navy);margin-top:8px;font-size:1.12rem;font-weight:800;line-height:1.35;display:block}.driver-detail__route-node p{color:var(--color-muted);align-items:center;gap:5px;margin:7px 0 0;font-size:.88rem;line-height:1.35;display:flex}.driver-detail__route-node p .material-symbols-outlined{flex:none;font-size:1rem}.driver-detail__payment-card{background:var(--color-off-white);position:relative;overflow:hidden}.driver-detail__payment-watermark{inset-inline-end:-22px;color:#e4c36a24;pointer-events:none;font-size:7rem;position:absolute;bottom:-28px}.driver-detail__payment-chip{z-index:1;background:var(--color-mid-navy);color:#fff;border-radius:4px;padding:7px 10px;font-size:.78rem;font-weight:800;position:relative}.driver-detail__money{z-index:1;gap:8px;display:grid;position:relative}.driver-detail__money span{color:var(--color-muted);font-size:.95rem}.driver-detail__money strong{color:var(--color-mid-navy);font-family:var(--font-family-metrics);font-size:2.2rem;font-weight:800;line-height:1.1}.driver-detail__attachments{min-height:270px}.driver-detail__attachment-empty{text-align:center;background:#fbf8fa80;border:2px dashed #75777d38;border-radius:10px;align-content:center;place-items:center;gap:8px;min-height:230px;padding:24px;display:grid}.driver-detail__upload-icon{background:var(--color-surface-variant,#e4e2e3);width:62px;height:62px;color:var(--color-text-grey);border-radius:18px;place-items:center;display:grid}.driver-detail__upload-icon .material-symbols-outlined{font-size:1.8rem}.driver-detail__attachment-empty h3{color:var(--color-muted);margin:8px 0 0;font-size:1rem}.driver-detail__attachment-empty p{max-width:280px;color:var(--color-text-grey);margin:0;font-size:.9rem;line-height:1.45}.driver-detail__attachment-filters{scrollbar-width:none;gap:8px;margin-bottom:16px;padding-bottom:4px;display:flex;overflow-x:auto}.driver-detail__attachment-filters::-webkit-scrollbar{display:none}.driver-detail__attachment-filter{min-height:36px;color:var(--color-text-grey);white-space:nowrap;transition:all var(--transition-base);background:#fff;border:1px solid #75777d2e;border-radius:16px;padding:0 14px;font-size:.88rem;font-weight:800}.driver-detail__attachment-filter--active{border-color:var(--color-mid-navy);background:var(--color-mid-navy);color:#fff;box-shadow:0 2px 6px #060f1c29}.driver-detail__attachment-group{gap:10px;margin-bottom:20px;display:grid}.driver-detail__attachment-group:last-child{margin-bottom:0}.driver-detail__attachment-list{gap:10px;display:grid}.driver-detail__attachment-group-header{align-items:center;gap:8px;display:flex}.driver-detail__attachment-group-title{color:var(--color-mid-navy);margin:0;font-size:.95rem;font-weight:800}.driver-detail__attachment-group-count{min-width:20px;height:20px;color:var(--color-text-grey);background:#75777d24;border-radius:10px;place-items:center;padding:0 6px;font-size:.75rem;font-weight:800;display:grid}.driver-detail__attachment-message{border-radius:8px;margin:0 0 10px;padding:10px 12px;font-size:.88rem;font-weight:800;line-height:1.4}.driver-detail__attachment-message--success{color:#047857;background:#10b9811f}.driver-detail__attachment-message--error{color:#b91c1c;background:#ef44441a}.driver-detail__attachment-card{background:#f6f7fb;border:1px solid #75777d33;border-radius:8px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;padding:12px;display:grid}.driver-detail__attachment-card>.material-symbols-outlined{width:42px;height:42px;color:var(--color-info);background:#fff;border-radius:8px;place-items:center;display:grid}.driver-detail__attachment-card div{min-width:0}.driver-detail__attachment-card strong{color:var(--color-mid-navy);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;display:block;overflow:hidden}.driver-detail__attachment-card p{color:var(--color-text-grey);margin:4px 0 0;font-size:.82rem}.driver-detail__attachment-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:8px;display:grid}.driver-detail__attachment-button{min-height:40px;color:var(--color-mid-navy);background:#fff;border:1px solid #75777d47;border-radius:8px;justify-content:center;align-items:center;gap:6px;font-weight:800;display:inline-flex}.driver-detail__attachment-button .material-symbols-outlined{font-size:1.05rem}.driver-detail__attachment-button:hover:not(:disabled){background:var(--color-surface-soft)}.driver-detail__attachment-delete{color:var(--color-error);border-color:#ef444442}.driver-detail__attachment-button:disabled{cursor:wait;opacity:.68}.driver-detail__history-list{display:grid}.driver-detail__history-item{grid-template-columns:18px minmax(0,1fr);gap:12px;padding-bottom:18px;display:grid;position:relative}.driver-detail__history-item:not(:last-child):before{content:"";background:#75777d33;width:2px;position:absolute;inset-block:14px 0;inset-inline-start:6px}.driver-detail__history-dot{z-index:1;background:var(--color-bright-gold);border:3px solid #fff;border-radius:50%;width:14px;height:14px;margin-top:3px;position:relative;box-shadow:0 0 0 1px #e4c36ab3}.driver-detail__history-item strong{color:var(--color-mid-navy);font-size:.98rem}.driver-detail__history-item p{color:var(--color-text-grey);margin:4px 0 0;font-size:.86rem;line-height:1.35}.driver-detail__sticky-actions{z-index:40;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-top:1px solid #75777d42;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #060f1c14}.driver-detail__sticky-inner{flex-direction:column-reverse;gap:10px;width:min(100%,1100px);margin:0 auto;display:flex}.driver-detail__primary-action,.driver-detail__secondary-action{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:52px;padding:0 16px;font-size:.95rem;font-weight:800;display:inline-flex}.driver-detail__primary-action{border:1px solid var(--color-bright-gold);background:var(--color-bright-gold);color:var(--color-mid-navy)}.driver-detail__primary-action:hover{background:#e6c364}.driver-detail__secondary-action{border:1px solid var(--color-muted);color:var(--color-mid-navy);background:#fff}.driver-detail__secondary-action:hover{background:var(--color-surface-soft)}.driver-detail__final-message,.driver-detail__status-placeholder{color:var(--color-mid-navy);text-align:center;background:#0d1f3c12;border-radius:8px;margin:0;padding:12px;font-size:.9rem;font-weight:700;line-height:1.4}.driver-detail__status-placeholder{background:#e4c36a2e}.driver-detail__status-placeholder--error{color:var(--color-error);background:#dc26261a}.driver-status-sheet-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#060f1c9e;justify-content:center;align-items:flex-end;animation:.16s ease-out driver-sheet-fade-in;display:flex;position:fixed;inset:0}.driver-status-sheet{width:min(100%,640px);max-height:min(88vh,760px);padding:14px 22px calc(22px + env(safe-area-inset-bottom,0px));background:#fff;border-radius:28px 28px 0 0;animation:.24s cubic-bezier(.16,1,.3,1) driver-sheet-slide-up;overflow-y:auto;box-shadow:0 -8px 30px #060f1c2e}.driver-status-sheet__handle{background:#75777d38;border-radius:999px;width:54px;height:7px;margin:0 auto 22px}.driver-status-sheet__header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.driver-status-sheet__header h2{color:var(--color-mid-navy);margin:0;font-size:1.8rem;font-weight:800;line-height:1.18}.driver-status-sheet__header p{color:var(--color-text-grey);margin:10px 0 0;font-size:1rem}.driver-status-sheet__header .driver-status-badge{text-transform:uppercase;border:1px solid;border-radius:8px;flex:none;min-height:40px;padding:8px 12px}.driver-status-sheet__divider{background:#75777d24;height:1px;margin:24px 0}.driver-status-sheet__section{gap:12px;margin-bottom:20px;display:grid}.driver-status-sheet__section-header,.driver-status-sheet__field-heading{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.driver-status-sheet__section-header h3,.driver-status-sheet__field-heading strong{color:var(--color-mid-navy);margin:0;font-size:1.2rem;font-weight:800;line-height:1.25}.driver-status-sheet__section-header span,.driver-status-sheet__field-heading em{color:var(--color-text-grey);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-style:normal;font-weight:800}.driver-status-sheet__hint{color:var(--color-muted);margin:-4px 0 0;font-size:.88rem}.driver-status-sheet__photo-row{grid-template-columns:minmax(0,1fr);gap:12px;display:grid}.driver-status-sheet__photo-preview{border:1px solid #75777d47;border-radius:14px;min-height:126px;position:relative;overflow:hidden;box-shadow:0 2px 8px #060f1c14}.driver-status-sheet__photo-preview img{object-fit:cover;width:100%;height:100%;min-height:126px}.driver-status-sheet__photo-remove{color:#fff;background:#060f1cc7;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;inset-block-start:8px;inset-inline-end:8px}.driver-status-sheet__photo-area{min-height:126px;color:var(--color-text-grey);text-align:center;background:#f5f3f59e;border:2px dashed #75777d57;border-radius:14px;align-content:center;place-items:center;gap:8px;padding:18px;display:grid}.driver-status-sheet__photo-area:hover{border-color:var(--color-text-grey);color:var(--color-mid-navy)}.driver-status-sheet__camera-icon{background:#fff;border-radius:18px;place-items:center;width:56px;height:56px;font-size:1.65rem;display:grid;box-shadow:0 2px 8px #060f1c14}.driver-status-sheet__photo-area>span:not(.material-symbols-outlined){font-size:1rem;font-weight:800}.driver-status-sheet__photo-area small{color:var(--color-text-grey);font-size:.78rem;line-height:1.35}.driver-status-sheet__file-input{display:none}.driver-status-sheet__field{gap:10px;display:grid}.driver-status-sheet__field>span:not(.driver-status-sheet__field-heading){color:var(--color-mid-navy);font-size:.9rem;font-weight:800}.driver-status-sheet__field select,.driver-status-sheet__field textarea{width:100%;color:var(--color-mid-navy);font:inherit;background:#fff;border:1px solid #75777d61;border-radius:12px;padding:12px 14px}.driver-status-sheet__field textarea{resize:vertical;min-height:112px}.driver-status-sheet__field select:focus,.driver-status-sheet__field textarea:focus{border-color:var(--color-bright-gold);box-shadow:var(--focus-ring);outline:0}.driver-status-sheet__success,.driver-status-sheet__warning,.driver-status-sheet__error,.driver-status-sheet__progress{border-radius:10px;align-items:center;gap:8px;margin:0 0 16px;padding:12px;font-size:.92rem;font-weight:800;line-height:1.4;display:flex}.driver-status-sheet__success{color:#047857;background:#10b9811f}.driver-status-sheet__warning{color:#92400e;background:#f59e0b24}.driver-status-sheet__error{color:#b91c1c;background:#ef44441a}.driver-status-sheet__progress{color:#1d4ed8;background:#3b82f61a}.driver-status-sheet__progress .material-symbols-outlined{animation:1s linear infinite driver-sheet-spin}.driver-status-sheet__actions{grid-template-columns:minmax(104px,1fr) minmax(0,2fr);gap:12px;padding-top:4px;display:grid}.driver-status-sheet__cancel,.driver-status-sheet__confirm{border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:58px;padding:0 16px;font-size:1rem;font-weight:800;display:inline-flex}.driver-status-sheet__cancel{color:var(--color-mid-navy);background:#fff;border:1px solid #75777d6b}.driver-status-sheet__confirm{border:1px solid var(--color-bright-gold);background:var(--color-bright-gold);color:var(--color-deep-navy)}.driver-status-sheet__cancel:hover{background:var(--color-surface-soft)}.driver-status-sheet__confirm:hover{background:#e6c364}.driver-status-sheet__cancel:disabled,.driver-status-sheet__confirm:disabled{opacity:.7}.driver-profile{width:min(100%,768px);padding:0 0 24px}.driver-profile__topbar{z-index:20;padding:calc(16px + env(safe-area-inset-top,0px)) 16px 16px;background:#fff;border-bottom:1px solid #0d1f3c0f;position:sticky;top:0;box-shadow:0 2px 8px #060f1c0a}.driver-profile__topbar h1{color:var(--color-mid-navy);margin:0;font-size:1.55rem;font-weight:800;line-height:1.2}.driver-profile__topbar p{color:var(--color-text-grey);margin:5px 0 0;font-size:.92rem}.driver-profile__content{gap:16px;padding:18px 16px 0;display:grid}.driver-profile__header-card,.driver-profile__section{background:#fff;border:1px solid #75777d33;border-radius:12px;box-shadow:0 2px 8px #060f1c0a}.driver-profile__header-card{align-items:center;gap:16px;padding:20px;display:flex;position:relative;overflow:hidden}.driver-profile__header-card:before{background:var(--color-bright-gold);content:"";width:5px;position:absolute;inset-block:0;inset-inline-start:0}.driver-profile__avatar{width:72px;height:72px;color:var(--color-mid-navy);background:linear-gradient(135deg,#d7e3fc,#fff);border:1px solid #75777d47;border-radius:18px;flex:0 0 72px;place-items:center;font-size:1.25rem;font-weight:800;display:grid}.driver-profile__identity{min-width:0}.driver-profile__identity h2{color:var(--color-mid-navy);margin:0;font-size:1.35rem;font-weight:800;line-height:1.2}.driver-profile__status-chip{border-radius:999px;align-items:center;gap:7px;min-height:30px;margin-top:10px;padding:5px 11px;font-size:.78rem;font-weight:800;display:inline-flex}.driver-profile__status-chip span{background:currentColor;border-radius:50%;width:8px;height:8px}.driver-profile__status-chip--active{color:#047857;background:#10b9811f}.driver-profile__status-chip--inactive{color:#b91c1c;background:#ef44441f}.driver-profile__section{gap:14px;padding:18px;display:grid}.driver-profile__section h2{color:var(--color-mid-navy);align-items:center;gap:8px;margin:0;font-size:1rem;font-weight:800;display:flex}.driver-profile__section h2 .material-symbols-outlined{color:var(--color-text-grey);font-size:1.15rem}.driver-profile__rows{gap:2px;display:grid}.driver-profile__row{border-top:1px solid #75777d1f;justify-content:space-between;align-items:flex-start;gap:16px;padding:13px 0;display:flex}.driver-profile__row:first-child{border-top:0}.driver-profile__label{color:var(--color-text-grey);font-size:.88rem;font-weight:700}.driver-profile__value{color:var(--color-mid-navy);text-align:end;font-size:.92rem;font-weight:800}.driver-profile__section--action{justify-content:space-between;align-items:center;gap:14px;display:flex}.driver-profile__section--action p,.driver-profile__support p{color:var(--color-text-grey);margin:5px 0 0;font-size:.9rem}.driver-profile__language-switcher{flex:none}.driver-profile__logout{min-height:54px;color:var(--color-error);background:#fff;border:1px solid #ef44444d;border-radius:12px;justify-content:center;align-items:center;gap:10px;font-size:1rem;font-weight:800;display:inline-flex;box-shadow:0 2px 8px #060f1c0a}.driver-profile__logout:hover{background:#ef444414}.driver-profile__dialog-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#060f1c85;place-items:end center;padding:16px;display:grid;position:fixed;inset:0}.driver-profile__dialog{background:#fff;border-radius:16px;width:min(100%,440px);padding:20px;box-shadow:0 18px 50px #060f1c38}.driver-profile__dialog h2{color:var(--color-mid-navy);margin:0;font-size:1.25rem}.driver-profile__dialog p{color:var(--color-muted);margin:8px 0 18px}.driver-profile__dialog-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.driver-profile__dialog-actions button{border:1px solid var(--color-border-strong);min-height:48px;color:var(--color-mid-navy);background:#fff;border-radius:8px;font-weight:800}.driver-profile__dialog-actions .driver-profile__dialog-confirm{border-color:var(--color-error);background:var(--color-error);color:#fff}.driver-state{text-align:center;background:#ffffffc7;border:1px solid #0d1f3c14;border-radius:12px;align-content:center;place-items:center;gap:10px;min-height:280px;padding:28px 18px;display:grid}.driver-state__icon{width:56px;height:56px;color:var(--color-mid-navy);background:#e4c36a2e;border-radius:50%;place-items:center;font-size:1.75rem;display:grid}.driver-state__title{color:var(--color-mid-navy);margin:0;font-size:1.05rem;line-height:1.35}.driver-state__description{max-width:32rem;color:var(--color-muted);margin:0;font-size:.92rem}.driver-state__action{border:1px solid var(--color-mid-navy);min-height:44px;color:var(--color-mid-navy);background:#fff;border-radius:8px;padding:0 16px;font-weight:800}.driver-loading-stack{gap:14px;display:grid}.driver-loading-card{background:linear-gradient(90deg,#0000,#ffffffbd,#0000) 0 0/160px 100%,linear-gradient(#eef1f6,#f7f8fb) 0 0/100% 100%;border:1px solid #75777d2e;border-radius:12px;min-height:156px;animation:1.25s ease-in-out infinite driver-loading-shimmer;overflow:hidden;box-shadow:0 2px 8px #060f1c0a}.driver-loading-card--short{min-height:92px}.driver-loading-card--profile{min-height:122px}@keyframes driver-loading-shimmer{0%{background-position:-180px 0,0 0}to{background-position:calc(100% + 180px) 0,0 0}}@keyframes driver-sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes driver-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes driver-sheet-spin{to{transform:rotate(360deg)}}.driver-mobile-header{justify-content:space-between;align-items:center;gap:12px;min-height:64px;margin-bottom:20px;display:flex}.driver-mobile-header__start{align-items:center;gap:12px;min-width:0;display:flex}.driver-mobile-header__copy{min-width:0}.driver-mobile-header h1{color:var(--color-deep-navy);margin:0;font-size:1.35rem;font-weight:800;line-height:1.2}.driver-mobile-header p{color:var(--color-muted);margin:4px 0 0;font-size:.9rem}.driver-mobile-header__back{border:1px solid var(--color-border);background:var(--color-surface);width:44px;height:44px;color:var(--color-deep-navy);border-radius:8px;flex:0 0 44px;place-items:center;display:inline-grid}.driver-mobile-header__action{flex:none}.driver-bottom-nav{z-index:30;padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-top:1px solid #0d1f3c1a;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #060f1c1a}.driver-bottom-nav__item{min-height:58px;color:var(--color-muted);text-align:center;border-radius:8px;place-items:center;gap:3px;font-size:.75rem;font-weight:700;text-decoration:none;display:grid}.driver-bottom-nav__item:hover{text-decoration:none}.driver-bottom-nav__item .material-symbols-outlined{font-size:1.45rem}.driver-bottom-nav__item--active{color:var(--color-deep-navy);background:#e4c36a2e}.driver-bottom-nav__item--active .material-symbols-outlined{color:var(--color-empire-gold);font-variation-settings:"FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24}.driver-card{border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-card);color:inherit;border-radius:8px;padding:16px;text-decoration:none;display:block}.driver-card:hover{text-decoration:none}.driver-order-card{gap:14px;display:grid}.driver-order-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.driver-order-card__header h2,.driver-empty-state h2,.driver-error-state h2{color:var(--color-deep-navy);margin:0;font-size:1.05rem;line-height:1.35}.driver-order-card__eyebrow{color:var(--color-muted);margin:0 0 2px;font-size:.75rem;font-weight:700}.driver-order-card__meta{color:var(--color-muted);justify-content:space-between;align-items:center;gap:12px;font-size:.85rem;display:flex}.driver-order-card__meta strong{color:var(--color-deep-navy)}.driver-status-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:4px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.driver-status-badge--neutral{color:var(--color-mid-navy);background:#0d1f3c1a}.driver-status-badge--info{color:#1d4ed8;background:#3b82f61f}.driver-status-badge--warning{color:#92400e;background:#f59e0b26}.driver-status-badge--success{color:#047857;background:#10b98124}.driver-status-badge--danger{color:#b91c1c;background:#ef44441f}.driver-route-summary{gap:6px;display:grid}.driver-route-summary__stop{grid-template-columns:12px minmax(0,1fr);align-items:start;gap:10px;display:grid}.driver-route-summary__stop p{color:var(--color-text);margin:-3px 0 0;font-size:.88rem}.driver-route-summary__dot{border-radius:50%;width:10px;height:10px;margin-top:3px}.driver-route-summary__dot--pickup{background:var(--color-bright-gold)}.driver-route-summary__dot--delivery{background:var(--color-mid-navy)}.driver-route-summary__line{background:var(--color-border-strong);width:1px;height:18px;margin-inline-start:5px}.driver-empty-state,.driver-error-state{text-align:center;background:#ffffffb8;border:1px solid #0d1f3c14;border-radius:8px;align-content:center;place-items:center;gap:10px;min-height:320px;padding:28px 18px;display:grid}.driver-empty-state>.material-symbols-outlined,.driver-error-state>.material-symbols-outlined{width:52px;height:52px;color:var(--color-deep-navy);background:#e4c36a2e;border-radius:50%;place-items:center;font-size:1.7rem;display:grid}.driver-empty-state p,.driver-error-state p{max-width:32rem;color:var(--color-muted);margin:0;font-size:.92rem}.driver-empty-state__action{margin-top:8px}.driver-sticky-actions{bottom:calc(88px + env(safe-area-inset-bottom,0px));gap:10px;padding:12px 0 0;display:grid;position:sticky}@media (width>=768px){.driver-status-sheet__photo-row{grid-template-columns:140px minmax(0,1fr)}.driver-status-sheet__photo-preview,.driver-status-sheet__photo-preview img{min-height:140px}.driver-detail__grid{grid-template-columns:minmax(0,7fr) minmax(320px,5fr)}.driver-detail__sticky-inner{flex-direction:row;justify-content:flex-end;align-items:center}.driver-detail__primary-action,.driver-detail__secondary-action{width:auto;min-width:180px}.driver-detail__status-placeholder{text-align:start;margin-inline-end:auto}.driver-bottom-nav{border-inline:1px solid #0d1f3c1a;border-radius:16px 16px 0 0;width:min(100%,720px);left:auto;right:50%;transform:translate(50%)}}.driver-detail__cod-card{border:1px solid #75777d33;border-radius:12px;margin-top:16px;padding:18px}.driver-detail__cod-card--pending{background:#f59e0b1a;border-color:#f59e0b4d}.driver-detail__cod-card--collected{background:#10b9811a;border-color:#10b9814d}.driver-detail__cod-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.driver-detail__cod-card--pending .material-symbols-outlined{color:var(--color-warning)}.driver-detail__cod-card--collected .material-symbols-outlined{color:var(--color-success)}.driver-detail__cod-title{color:var(--color-mid-navy);margin:0;font-size:1.15rem;font-weight:800}.driver-detail__cod-description{color:var(--color-text-grey);margin:0 0 16px;font-size:.98rem}.driver-detail__cod-card--collected .driver-detail__cod-description{margin-bottom:0}.driver-detail__cod-button{background:var(--color-mid-navy);color:#fff;cursor:pointer;width:100%;min-height:48px;transition:background-color var(--transition-base), opacity var(--transition-base);border:0;border-radius:8px;font-size:1rem;font-weight:800}.driver-detail__cod-button:disabled{opacity:.7;cursor:wait}.driver-detail__cod-button:hover:not(:disabled){background:#0a172d}.driver-detail__cod-warning{color:var(--color-error);margin:-8px 0 12px;font-size:.9rem;font-weight:600}.auth-page,.dashboard-page{min-height:100vh;padding:32px}.auth-page{place-items:center;display:grid}.auth-card,.dashboard-card{background:#fff;border:1px solid #dbe2ec;border-radius:8px;width:min(100%,520px);padding:24px;box-shadow:0 8px 24px #0f172a0f}.auth-card h1,.dashboard-header h1,.dashboard-card h2{color:#172033;letter-spacing:0;margin:0}.auth-card p,.dashboard-card p{color:#526076;margin:8px 0 0}.page-kicker{color:#9a7225;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.8rem;font-weight:700}.form-stack{gap:16px;margin-top:24px;display:grid}.form-stack label{color:#2f3a4f;gap:6px;font-weight:600;display:grid}.form-stack input{color:#172033;width:100%;font:inherit;border:1px solid #cfd8e6;border-radius:6px;padding:10px 12px}.form-stack input:focus{border-color:#a97b20;outline:3px solid #a97b202e}.form-stack button{color:#fff;cursor:pointer;font:inherit;background:#172033;border:0;border-radius:6px;padding:10px 14px;font-weight:700}button:disabled{cursor:not-allowed;opacity:.7}.secondary-button{color:#172033;background:#fff;border:1px solid #cfd8e6}.form-error{color:#8a1010;background:#fff2f2;border-left:3px solid #ba1a1a;margin:0;padding:10px 12px}.dashboard-page{width:min(100%,1040px);margin:0 auto}.dashboard-header{margin-bottom:24px}.dashboard-card{width:100%}.dashboard-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.details-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:0;display:grid}.details-grid div{border:1px solid #edf1f7;border-radius:6px;padding:14px}.details-grid dt{color:#526076;font-size:.85rem;font-weight:700}.details-grid dd{color:#172033;margin:6px 0 0;font-weight:650}.page-status{color:#526076;place-items:center;min-height:100vh;padding:32px;display:grid}.unauthorized-page{background:#f6f7fb;place-items:center;min-height:100vh;padding:24px;display:grid}.unauthorized-page__card{text-align:center;background:#fff;border:1px solid #75777d33;border-radius:12px;justify-items:center;width:min(100%,460px);padding:32px;display:grid;box-shadow:0 12px 36px #060f1c1a}.unauthorized-page__icon{width:58px;height:58px;color:var(--color-error);background:#ef44441a;border-radius:50%;place-items:center;font-size:1.8rem;display:grid}.unauthorized-page h1{color:var(--color-mid-navy);margin:18px 0 0;font-size:1.65rem}.unauthorized-page p{color:var(--color-muted);margin:10px 0 0;line-height:1.5}.unauthorized-page__actions{gap:10px;width:100%;margin-top:24px;display:grid}.unauthorized-page__primary,.unauthorized-page__secondary{border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 16px;font-weight:800;text-decoration:none;display:inline-flex}.unauthorized-page__primary{border:1px solid var(--color-mid-navy);background:var(--color-mid-navy);color:#fff}.unauthorized-page__primary:hover{text-decoration:none}.unauthorized-page__secondary{color:var(--color-mid-navy);background:#fff;border:1px solid #75777d4d}
