.ui-field__label{color:#3a443f;font-size:.86rem;font-weight:650;display:block}@keyframes ui-shimmer{to{background-position:-200% 0}}@media (width>=760px){.ui-sheet-layer{justify-content:center;align-items:center;padding:30px}.ui-sheet{border-radius:14px;max-width:560px}.ui-sheet__handle{display:none}.ui-action-bar{flex-wrap:wrap;display:flex}.ui-action-bar .ui-button{flex:200px;width:auto}}:root{--ink:#17201c;--muted:#65716b;--surface:#f7f8f4;--paper:#fff;--line:#d8ddd7;--brand:#176b4a;--brand-strong:#0e5338;--brand-soft:#e3f0e8;--amber:#a45b00;--amber-soft:#fff1d8;--red:#a2382e;--red-soft:#fde8e5;--blue:#315e81;--blue-soft:#e7f0f7;--radius:10px;--shadow:0 12px 38px #14261d24;--tap:48px;--nav-inset:0px;color:var(--ink);background:var(--surface);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}button,input,select,textarea{font:inherit;color:inherit}button{touch-action:manipulation}.ui-button{min-height:var(--tap);cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-weight:650;transition-property:scale,background-color;transition-duration:.15s;display:inline-flex}.ui-button:active:not(:disabled){scale:.96}.ui-button:disabled{opacity:.45;cursor:not-allowed}.ui-button--primary{background:var(--brand);color:#fff}.ui-button--primary:hover{background:var(--brand-strong)}.ui-button--secondary{background:var(--paper);border-color:#abb5ae}.ui-button--danger{background:var(--red);color:#fff}.ui-button--quiet{color:var(--brand);background:0 0}.ui-icon-button{width:var(--tap);height:var(--tap);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.ui-field{gap:7px;display:grid}.ui-field__label{color:#3a443f;font-size:.86rem;font-weight:650;display:block}.ui-field__hint,.ui-field__error{color:var(--muted);font-size:.8rem}.ui-field__error{color:var(--red)}.ui-input{width:100%;min-height:var(--tap);background:#fff;border:1px solid #aeb8b1;border-radius:8px;padding:10px 12px}.ui-input:focus-visible,.ui-button:focus-visible,.ui-icon-button:focus-visible{outline-offset:2px;outline:3px solid #7eb59d}.ui-textarea{resize:vertical;min-height:72px}.ui-badge{color:#4b5550;background:#e8ebe8;border-radius:999px;align-items:center;min-height:24px;padding:2px 8px;font-size:.73rem;font-weight:800;display:inline-flex}.ui-badge--info,.ui-badge--success{color:#4b5550;background:#e8ebe8}.ui-badge--warning,.ui-badge--pending{background:var(--amber-soft);color:var(--amber)}.ui-badge--danger{background:var(--red-soft);color:var(--red)}.ui-money{font-variant-numeric:tabular-nums}.ui-empty{text-align:left;padding:14px 2px}.ui-empty__mark{display:none}.ui-empty h2{margin:0 0 2px;font-size:.92rem;font-weight:650}.ui-empty p{color:var(--muted);margin:0 0 10px;font-size:.86rem}.ui-notice{color:var(--muted);border-radius:10px;flex-wrap:wrap;gap:5px 12px;padding:10px 2px;font-size:.86rem;display:flex}.ui-notice strong{color:var(--ink)}.ui-notice--warning{background:var(--amber-soft);color:var(--ink);padding:11px 13px}.ui-notice--danger{background:var(--red-soft);color:var(--ink);padding:11px 13px}.ui-notice--success strong{color:var(--brand-strong)}.ui-sheet-layer{z-index:80;background:#0e18137a;align-items:flex-end;display:flex;position:fixed;inset:0}.ui-sheet{background:var(--paper);width:100%;max-height:92dvh;box-shadow:var(--shadow);border-radius:18px 18px 0 0;overflow:auto}.ui-sheet__handle{background:#c5cbc6;border-radius:999px;width:42px;height:5px;margin:9px auto}.ui-sheet header{border-bottom:1px solid var(--line);z-index:1;background:#fff;justify-content:space-between;align-items:center;padding:4px 16px 10px;display:flex;position:sticky;top:0}.ui-sheet header h2{margin:0;font-size:1.1rem}.ui-sheet__body{padding:18px 16px max(24px, env(safe-area-inset-bottom));gap:16px;display:grid}.ui-sheet__content{gap:16px;display:grid}.ui-sheet__content>.ui-button{width:100%}.ui-segmented{scrollbar-width:none;background:#e8ebe7;border-radius:10px;padding:3px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 28px),#0000);mask-image:linear-gradient(90deg,#000 calc(100% - 28px),#0000)}.ui-segmented:after{content:"";flex:0 0 12px}.ui-segmented::-webkit-scrollbar{display:none}.ui-segmented button{white-space:nowrap;background:0 0;border:0;border-radius:8px;flex:1 0 auto;min-height:44px;padding:0 14px;font-size:.84rem;font-weight:650}.ui-segmented button.is-active{background:#fff;box-shadow:0 1px 4px #1e2c2424}.ui-skeleton{gap:10px;display:grid}.ui-skeleton span{background:linear-gradient(90deg,#e9ece8 25%,#f5f6f3 50%,#e9ece8 75%) 0 0/200% 100%;border-radius:7px;height:58px;animation:1.5s infinite ui-shimmer;display:block}.ui-search{position:relative}.ui-search>svg{z-index:1;color:var(--muted);position:absolute;top:14px;left:12px}.ui-search input{padding-left:38px}.ui-action-bar{z-index:30;bottom:calc(var(--nav-inset) + 8px);border:1px solid var(--line);border-radius:var(--radius);background:#fffffff7;gap:8px;margin-top:4px;padding:8px;display:grid;position:sticky;box-shadow:0 -6px 18px #14261d14}.ui-action-bar .ui-button{width:100%}.ui-discard{gap:12px;display:grid}.ui-discard__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ui-stepper{gap:7px;display:grid}.ui-stepper__controls{grid-template-columns:var(--tap) minmax(0, 1fr) var(--tap);align-items:center;gap:8px;display:grid}.ui-stepper__controls .ui-icon-button{background:#fff;border:1px solid #aeb8b1}.ui-stepper__controls .ui-input{text-align:center;font-variant-numeric:tabular-nums}.ui-disclosure{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}.ui-disclosure__trigger{width:100%;min-height:var(--tap);text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;font-weight:780;display:flex}.ui-disclosure__trigger svg{flex:none;transition:transform .16s}.ui-disclosure__trigger svg.is-open{transform:rotate(180deg)}.ui-disclosure__body{border-top:1px solid var(--line)}.ui-live{color:var(--muted);margin:0;font-size:.8rem}@media (width>=760px){.ui-sheet-layer{justify-content:center;align-items:center;padding:30px}.ui-sheet{border-radius:14px;max-width:560px}.ui-sheet__handle{display:none}.ui-action-bar{flex-wrap:wrap;display:flex}.ui-action-bar .ui-button{flex:200px;width:auto}}html,body,#root{background:var(--surface);min-height:100%;margin:0}body{font-size:15px;line-height:1.42}.skip-link{z-index:100;background:#fff;padding:10px;position:fixed;top:-60px;left:12px}.skip-link:focus{top:12px}.boot{gap:28px;max-width:420px;margin:18vh auto;padding:24px;display:grid}.wordmark{letter-spacing:.17em;color:var(--brand);font-size:.78rem;font-weight:900}.login{background:#111b16;min-height:100dvh;display:grid}.login__intro{color:#e6efe9;background-image:linear-gradient(#111b16b8,#111b16f2),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='%234c8068' stroke-width='1'%3E%3Cpath d='M0 40h160M0 80h160M0 120h160M40 0v160M80 0v160M120 0v160'/%3E%3Cpath d='M0 0l160 160M160 0L0 160' opacity='.3'/%3E%3C/g%3E%3C/svg%3E");justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.login__intro p{margin:0;font-size:1.25rem}.login__form{background:var(--paper);border-radius:22px 22px 0 0;align-content:start;gap:18px;margin-top:-20px;padding:28px 22px 40px;display:grid}.login__form h1{margin:7px 0;font-size:1.5rem;font-weight:680;line-height:1.15}.login__form p{color:var(--muted);margin:0}.app-shell{--nav-inset:calc(65px + env(safe-area-inset-bottom));min-height:100dvh;padding-bottom:calc(var(--nav-inset) + 12px);overflow-x:hidden}.page{padding-top:calc(14px + env(safe-area-inset-top))}.report-table-wrap{border-top:1px solid var(--line);overflow-x:auto}.report-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:.8rem}.report-table caption{text-align:left;color:var(--muted);padding:12px 14px 6px}.report-table th,.report-table td{text-align:right;border-top:1px solid var(--line);padding:9px 12px}.report-table th:first-child,.report-table td:first-child{text-align:left}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sync-strip{background:var(--amber-soft);width:100%;min-height:38px;color:var(--amber);border:0;justify-content:center;align-items:center;gap:8px;font-size:.78rem;font-weight:700;display:flex}.sync-strip.is-offline{color:#fff;background:#242e29}.page{gap:14px;width:min(100%,1120px);margin:auto;padding:16px 14px 32px;display:grid}.page-heading{justify-content:space-between;align-items:center;gap:16px;min-height:40px;display:flex}.page-heading h1{text-wrap:balance;margin:0;font-size:1.22rem;font-weight:680;line-height:1.2}.lede{color:var(--muted);align-items:center;gap:5px;margin:2px 0 0;font-size:.86rem;display:flex}.eyebrow{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:700;display:block}.heading-note{color:var(--muted);white-space:nowrap;font-size:.82rem}.round-action{border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.bottom-nav{z-index:40;height:calc(65px + env(safe-area-inset-bottom));padding:4px 6px env(safe-area-inset-bottom);background:#fff;border-top:1px solid #cdd3ce;grid-auto-columns:1fr;grid-auto-flow:column;display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:#69736e;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:0;font-size:.66rem;font-weight:700;display:flex}.bottom-nav button.is-active{color:var(--brand)}.signal-strip{border:1px solid var(--line);border-radius:var(--radius);background:#fff;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.signal-strip button{border:0;border-right:1px solid var(--line);min-height:82px;color:var(--muted);text-align:left;background:#fff;flex-direction:column;justify-content:center;align-items:flex-start;padding:10px;font-size:.71rem;display:flex}.signal-strip button:last-child{border:0}.signal-strip strong{color:var(--ink);font-size:1.45rem}.section{background:0 0}.section>h2,.section__heading{margin:0;padding:18px 2px 8px}.section>h2,.section__heading h2{margin:0;font-size:1.02rem;font-weight:720}.section__heading--band{background:#ecefe9;border-radius:10px;margin:14px 0 4px;padding:10px 12px}.section__heading{justify-content:space-between;align-items:center;display:flex}.list{background:0 0}.list-row{border:0;border-bottom:1px solid var(--line);text-align:left;background:0 0;align-items:center;gap:10px;width:100%;min-height:64px;padding:12px 4px;display:flex}.list-row:last-child{border-bottom:0}button.list-row{transition-property:background-color;transition-duration:.12s}button.list-row:active{background:#17201c0d}.list-row__body{flex:1;min-width:0}.list-row__title{flex-wrap:wrap;align-items:center;gap:8px;font-weight:780;display:flex}.list-row__meta{color:var(--muted);flex-wrap:wrap;gap:5px 12px;margin-top:3px;font-size:.8rem;display:flex}.list-row__chevron{color:#9aa29d}.page:has(.fab){padding-bottom:calc(var(--nav-inset) + 84px)}.fab{right:16px;bottom:calc(var(--nav-inset) + 14px);z-index:30;background:var(--brand);color:#fff;border:0;border-radius:999px;align-items:center;gap:7px;min-height:48px;padding:0 18px;font-size:.92rem;font-weight:650;transition-property:scale;transition-duration:.15s;display:inline-flex;position:fixed;box-shadow:0 1px 2px #0e181333,0 6px 18px #0e181338}.fab:active{scale:.96}.quick-fill{flex-wrap:wrap;gap:8px;display:flex}.quick-fill .ui-button{flex:auto}.step-verb{color:var(--brand-strong);white-space:nowrap;font-size:.85rem;font-weight:740}.quiet-copy{color:var(--muted);margin:0;padding:14px}.ui-sheet .quiet-copy{padding:0;font-size:.86rem}.flow-step{border-top:1px solid var(--line);align-items:center;gap:9px;padding-top:15px;display:flex}.flow-step:first-of-type{border-top:0;padding-top:0}.flow-step span{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;font-size:.72rem;display:grid}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.sheet-form{gap:16px;display:grid}.quantity-row{grid-template-columns:1fr 100px;align-items:center;gap:12px;display:grid}.substitution-form{border:1px solid var(--line);border-radius:var(--radius);background:#f8faf7;gap:12px;padding:14px;display:grid}.quantity-row div,.line-item span,.price-stack{text-align:right;font-variant-numeric:tabular-nums;justify-items:end;display:grid}.quantity-row small,.line-item small,.price-stack small{color:var(--muted)}.settlement-total,.order-total{background:#eef1ed;justify-content:space-between;align-items:center;gap:12px;padding:14px;font-weight:800;display:flex}.settlement-total>span:first-child,.line-editor__total>span:first-child{min-width:0;display:grid}.settlement-total small{color:var(--muted);font-weight:500}.driver-choice{border:1px solid var(--line);text-align:left;background:#fff;border-radius:9px;grid-template-columns:42px minmax(0,1fr);gap:10px;padding:12px;display:grid}.driver-choice__identity{min-width:0}.driver-choice__coverage{border-radius:7px;grid-column:1/-1;padding:7px 10px;font-size:.8rem;font-weight:700}.driver-choice__coverage.is-covers{background:var(--brand-soft);color:var(--brand-strong)}.driver-choice__coverage.is-partial{background:var(--amber-soft);color:var(--amber)}.driver-choice__coverage.is-none{background:var(--red-soft);color:var(--red)}.driver-choice.is-selected{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}.driver-choice__avatar,.profile-avatar{background:var(--brand-soft);width:42px;height:42px;color:var(--brand);border-radius:50%;place-items:center;font-weight:900;display:grid}.driver-choice>span:nth-child(2){display:grid}.driver-choice small{color:var(--muted)}.driver-stock{grid-column:1/-1;gap:4px;display:grid}.driver-stock span{background:#eff1ee;border-radius:4px;padding:2px 6px;font-size:.7rem}.order-status{color:#fff;border-radius:var(--radius);background:#17201c;gap:17px;padding:16px;display:grid}.status-track{grid-template-columns:repeat(4,1fr);gap:3px;display:grid}.status-track span{color:#79877f;border-top:3px solid #4d5a53;padding-top:7px;font-size:.68rem}.status-track span.is-done{color:#fff;border-color:#56b78b}.eta-block{align-items:center;gap:11px;display:flex}.eta-block span{display:grid}.eta-block small{color:#aab5af}.eta-block strong{font-size:1.5rem}.line-item{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:13px 15px;display:flex}.order-total{background:#fff;padding:16px;font-size:1.08rem}.action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.action-grid .ui-button{text-align:center;width:100%;min-width:0;padding-inline:10px}.negative{color:var(--red)}.search-box{position:relative}.search-box>svg{z-index:1;color:var(--muted);position:absolute;top:14px;left:12px}.search-box input{padding-left:38px}.cash-hero{background:var(--ink);color:#fff;border-radius:var(--radius);gap:2px;padding:18px;display:grid;position:relative}.cash-hero>span{color:#b9c3bd}.cash-hero strong{font-variant-numeric:tabular-nums;font-size:2.2rem}.cash-hero small{color:#a9b4ae}.cash-hero .ui-badge{color:#241a00;background:#ffb84d;border-color:#0000;position:absolute;top:14px;right:14px}.cash-hero .ui-button{width:100%;color:var(--ink);background:#fff;margin-top:12px;font-weight:700}.cash-hero .ui-button:hover{background:#f1f4f0}.clock-panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;gap:14px;padding:15px;display:grid}.clock-panel>div:first-child{display:grid}.clock-panel strong{font-size:1.35rem}.clock-actions{gap:8px;display:flex}.clock-actions .ui-button{flex:1}.agenda{display:grid}.agenda-row{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;grid-template-columns:64px 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.agenda-row time,.agenda-row>span{display:grid}.agenda-row time{color:var(--muted);font-size:.7rem}.agenda-row time strong{color:var(--ink);font-size:1.05rem}.agenda-row small{color:var(--muted)}.score-lead{background:var(--ink);color:#fff;border-radius:var(--radius);padding:20px;display:grid}.score-lead>span,.score-lead small{color:#aeb9b3}.score-lead strong{font-size:2.25rem}.metric-grid{border:1px solid var(--line);border-radius:var(--radius);background:#fff;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.metric{border-bottom:1px solid var(--line);padding:13px;display:grid}.metric:nth-child(odd){border-right:1px solid var(--line)}.metric span{color:var(--muted);font-size:.72rem}.metric strong{font-variant-numeric:tabular-nums;font-size:1.05rem}.metric.is-warning strong{color:var(--amber)}.mini-chart{align-items:flex-end;gap:8px;height:180px;padding:18px;display:flex;overflow:auto}.mini-chart>div{flex-direction:column;justify-content:flex-end;align-items:center;gap:5px;min-width:38px;height:100%;display:flex}.mini-chart span{background:var(--brand);border-radius:3px 3px 0 0;width:22px}.mini-chart small{color:var(--muted);white-space:nowrap;font-size:.62rem}.menu-list button{border:0;border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:1fr auto;align-items:center;gap:12px;width:100%;min-height:58px;padding:12px 4px;display:grid}.menu-list button span{gap:1px;min-width:0;display:grid}.menu-list button:last-child{border:0}.profile-strip{border:1px solid var(--line);border-radius:var(--radius);background:#fff;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;padding:13px;display:grid}.profile-strip>span:nth-child(2){display:grid}.profile-strip small{color:var(--muted)}.back{color:var(--brand);background:0 0;border:0;justify-self:start;padding:8px 0;font-weight:800}.settings-block{white-space:pre-wrap;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:15px;font-size:.75rem;overflow:auto}.enrollment-qr{border:1px solid var(--line);width:min(100%,16rem);height:auto;image-rendering:pixelated;border-radius:.75rem;margin:1.25rem auto;display:block}.check-group{border:0;gap:.65rem;margin:0;padding:0;display:grid}.check-group legend{margin-bottom:.5rem;font-weight:700}.check-group label{align-items:center;gap:.65rem;min-height:2.75rem;display:flex}.count-tile{border:0;border-right:1px solid var(--line);min-height:82px;color:var(--muted);text-align:left;background:#fff;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;padding:10px;font-size:.71rem;display:flex}.count-tile:last-child{border-right:0}.count-tile strong{color:var(--ink);font-variant-numeric:tabular-nums;font-size:1.45rem}.count-tile.is-warning strong{color:var(--amber)}.count-tile.is-danger strong{color:var(--red)}.data-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:12px;padding:10px 14px;display:flex}.data-row:last-child{border-bottom:0}.data-row>span:first-child{color:var(--muted);min-width:0;display:grid}.data-row small{font-size:.74rem}.data-row__value{font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;font-weight:700}.data-row.is-strong{background:#f2f4f0}.data-row.is-strong .data-row__value{font-size:1.1rem}.panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}.contact-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;gap:12px;padding:14px;display:grid}.contact-card>div:first-child{gap:2px;display:grid}.contact-card small{color:var(--muted)}.contact-card__actions{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;display:grid}.contact-card__actions .ui-button{width:100%;text-decoration:none}.chosen-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:13px;display:flex}.chosen-card>div{min-width:0;display:grid}.chosen-card small{color:var(--muted)}.line-editor{border:1px solid var(--line);border-radius:var(--radius);background:#f8faf7;gap:12px;padding:14px;display:grid}.line-editor__head{justify-content:space-between;align-items:center;display:flex}.line-editor__total{border-top:1px solid var(--line);justify-content:space-between;padding-top:10px;font-weight:700;display:flex}.eta-preview{border:1px solid var(--line);border-radius:var(--radius);text-align:center;background:#fff;gap:2px;padding:14px;display:grid}.eta-preview strong{font-variant-numeric:tabular-nums;font-size:2.2rem;line-height:1.1}.eta-preview small{color:var(--muted)}.eta-preview small.negative{color:var(--red)}.merge-compare{grid-template-columns:1fr 1fr;gap:8px;display:grid}.merge-compare>div{border:1px solid var(--line);border-radius:var(--radius);background:#fff;min-width:0;padding:12px;display:grid}.merge-compare small{color:var(--muted);overflow-wrap:anywhere}.timeline{margin:0;padding:0;list-style:none}.timeline li{border-bottom:1px solid var(--line);gap:2px;padding:12px 14px;display:grid}.timeline li:last-child{border-bottom:0}.timeline time,.timeline small{color:var(--muted);font-size:.78rem}.week-bar{grid-template-columns:var(--tap) 1fr var(--tap);border:1px solid var(--line);border-radius:var(--radius);background:#fff;align-items:center;gap:10px;padding:10px;display:grid}.week-bar>div{text-align:center;min-width:0;display:grid}.week-bar small{color:var(--muted)}.week-bar .ui-button{min-width:var(--tap);padding:0}.filter-chips{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.menu-list button span{min-width:0;display:grid}.menu-list button small{color:var(--muted);font-size:.78rem}.menu-list button strong{font-weight:780}.actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.driver-stock span.is-covers{background:var(--brand-soft);color:var(--brand-strong)}.driver-stock span.is-partial{background:var(--amber-soft);color:var(--amber)}.driver-stock span.is-none{background:var(--red-soft);color:var(--red)}.calendar-shell{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:14px}.calendar-shell .rbc-event.is-draft{background:var(--amber)}.calendar-shell .rbc-event.is-published{background:var(--brand)}.list-row__title,.list-row__meta,.page-heading h1{overflow-wrap:anywhere}@media (width>=760px){.login{grid-template-columns:1fr minmax(380px,500px)}.login__intro{min-height:100dvh;padding:48px}.login__form{border-radius:0;margin:0;padding:clamp(60px,12vh,150px) 56px}.page{padding:28px 26px 60px}.bottom-nav{border-top:0;border-right:1px solid var(--line);flex-direction:column;width:88px;height:auto;padding:18px 7px;display:flex;top:64px;bottom:0;left:0}.bottom-nav button{min-height:68px}.app-shell{--nav-inset:0px;padding:0 0 24px 88px}.action-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.metric-grid{grid-template-columns:repeat(3,1fr)}.metric:nth-child(n){border-right:1px solid var(--line)}.metric:nth-child(3n){border-right:0}.page-heading h1{font-size:1.45rem}}.equal-chips .ui-segmented{-webkit-mask-image:none;mask-image:none}.equal-chips .ui-segmented button{flex:1}.equal-chips .ui-segmented:after{display:none}.panel.sheet-form{gap:16px;padding:18px 16px}.clock-panel{gap:12px;padding:18px 16px}
