:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8f7f2;color:#171717;--surface: #ffffff;--surface-muted: #f1f0ea;--surface-strong: #171717;--line: #dedbd2;--line-strong: #c9c3b7;--text: #171717;--text-muted: #6f6a60;--accent: #f4c430;--accent-strong: #9c6b00;--info: #2563eb;--success: #0f766e;--warning: #9c6b00;--danger: #b42318;--shadow: 0 12px 34px rgba(23, 23, 23, .08);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100dvh}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(37,99,235,.32);outline-offset:2px}.app-shell{display:grid;min-height:100dvh;grid-template-columns:268px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100dvh;border-right:1px solid var(--line);background:#111;color:#fff;padding:20px 14px}.sidebar__brand{display:flex;align-items:center;gap:12px;min-height:52px;padding:0 8px 18px}.sidebar__brand strong,.sidebar__brand span{display:block}.sidebar__brand span{margin-top:2px;color:#bdb7ac;font-size:13px}.brand-mark{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:8px;background:var(--accent);color:#171717;font-weight:800}.sidebar__nav{display:grid;gap:6px}.nav-link{display:flex;align-items:center;min-height:44px;gap:10px;border-radius:8px;color:#e7e3db;padding:0 12px;text-decoration:none;transition:background .18s ease,color .18s ease}.nav-link span{min-width:0;line-height:1.25;overflow-wrap:anywhere}.nav-link:hover{background:#ffffff14}.nav-link--active{background:#fff;color:#171717}.shell-main{min-width:0}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;min-height:64px;border-bottom:1px solid var(--line);background:#f8f7f2eb;padding:0 24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar__menu{display:none}.topbar__status{display:inline-flex;align-items:center;min-height:32px;gap:8px;color:var(--text-muted);font-size:14px}.status-dot{width:9px;height:9px;border-radius:999px;background:var(--success)}.page{width:min(100%,1440px);margin:0 auto;padding:28px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}.page-header h1{margin:0;font-size:28px;line-height:1.18}.page-header p{margin:8px 0 0;color:var(--text-muted)}.page-header__actions{display:flex;gap:10px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.shift-sales-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{display:flex;min-height:128px;gap:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:18px;box-shadow:var(--shadow)}.stat-card__icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:8px;background:#fff4bf;color:#171717}.stat-card p,.stat-card strong,.stat-card span{display:block}.stat-card p{margin:0 0 8px;color:var(--text-muted);font-size:14px}.stat-card strong{font-size:26px;line-height:1.1}.stat-card span{margin-top:8px;color:var(--text-muted);font-size:13px}.section-block{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:18px;box-shadow:var(--shadow)}.section-block+.section-block{margin-top:18px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.section-heading h2{margin:0;font-size:18px;line-height:1.3}.split-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px;margin-bottom:18px}.toolbar{display:flex;flex-wrap:wrap;gap:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:14px;margin-bottom:18px}.toolbar--sticky{position:sticky;top:0;z-index:3;margin:0 0 18px;border-radius:8px 8px 0 0;box-shadow:0 10px 24px #1717170d}.toolbar--drivers{display:grid;grid-template-columns:minmax(0,1.5fr) repeat(4,minmax(0,1fr)) minmax(132px,.9fr);align-items:end}.search-field--wide{min-width:0}.toolbar--drivers>*{min-width:0}.search-field,.form-grid label{display:grid;gap:7px}.search-field span,.form-grid span{color:var(--text-muted);font-size:13px;font-weight:650}input,select{min-height:44px;border:1px solid var(--line-strong);border-radius:8px;background:#fff;color:var(--text);padding:0 12px}.search-field input{width:min(420px,100%)}.search-field--wide input{width:100%}.drivers-browser{--drivers-toolbar-height: 0px;display:grid;align-content:start;max-height:calc(100dvh - 212px);overflow:auto;scroll-padding-top:16px;padding:0 18px 18px}.drivers-toolbar__actions{display:flex;align-items:end;justify-content:flex-end}.drivers-toolbar__actions .button{width:100%}.drivers-toolbar__meta{grid-column:1 / -1;display:grid;gap:4px;padding-top:4px;border-top:1px solid var(--line)}.drivers-toolbar__meta strong,.drivers-toolbar__meta span{display:block}.drivers-toolbar__meta strong{font-size:14px}.drivers-toolbar__meta span{color:var(--text-muted);font-size:13px;line-height:1.45}.form-panel{display:grid;gap:14px}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.form-grid__wide{grid-column:1 / -1}.form-actions{display:flex;justify-content:flex-end}.form-error{margin:0;color:var(--danger)}.result-strip{display:flex;align-items:center;gap:10px;min-height:44px;margin-top:14px;border-top:1px solid var(--line);padding-top:14px}.orders-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface-muted);padding:12px}.orders-pagination+.table-wrap,.table-wrap+.orders-pagination{margin-top:14px}.orders-pagination__summary{display:grid;gap:4px}.orders-pagination__summary strong{font-size:14px}.orders-pagination__summary span{color:var(--text-muted);font-size:13px}.orders-pagination__actions{display:flex;gap:10px}.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid transparent;border-radius:8px;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button{gap:8px;padding:0 14px;font-weight:700;text-decoration:none}.button:active,.icon-button:active{transform:scale(.98)}.button--primary{background:#171717;color:#fff}.button--secondary{border-color:var(--line-strong);background:#fff;color:var(--text)}.button--ghost{background:transparent;color:var(--text)}.button--danger{background:#dc2626;color:#fff;border-color:#dc2626}.button--danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.button:disabled{cursor:not-allowed;opacity:.55}.icon-button{width:44px;padding:0;border-color:var(--line-strong);background:#fff;color:var(--text)}.table-wrap{width:100%;overflow-x:auto}.drivers-table-wrap{width:max-content;min-width:100%;overflow:visible}table{width:100%;min-width:920px;border-collapse:collapse}.tariff-settings-table{min-width:560px}.shifts-table{min-width:760px}th,td{border-bottom:1px solid var(--line);padding:13px 12px;text-align:left;vertical-align:middle}th{color:var(--text-muted);font-size:12px;text-transform:uppercase}.drivers-table thead th{position:sticky;top:var(--drivers-sticky-top, 0px);z-index:2;background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}td strong{display:block}.clickable-row{cursor:pointer;transition:background .16s ease}.clickable-row:hover{background:var(--surface-muted)}.clickable-row:focus-visible{outline:3px solid rgba(37,99,235,.32);outline-offset:-3px}.table-subtext{display:block;margin-top:4px;color:var(--text-muted);font-size:12px}.route-cell{min-width:280px;max-width:520px}.route-leg{display:block;overflow-wrap:anywhere}.amount,.mono{font-variant-numeric:tabular-nums}.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.badge{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;padding:0 9px;font-size:12px;font-weight:750}.badge--neutral{background:#ebe8df;color:#554f45}.badge--success{background:#dff7ef;color:var(--success)}.badge--warning{background:#fff4bf;color:var(--warning)}.badge--danger{background:#ffe1df;color:var(--danger)}.badge--info{background:#e2eaff;color:var(--info)}.category-list{display:grid;gap:10px}.category-row,.settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;border-bottom:1px solid var(--line)}.category-row:last-child,.settings-row:last-child{border-bottom:0}.category-row strong,.category-row span,.settings-row span,.settings-row strong{display:block}.category-row span,.settings-row span{color:var(--text-muted);font-size:13px}.settings-grid{display:grid;gap:0}.profile-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:20px;margin-bottom:18px;box-shadow:var(--shadow)}.profile-hero__eyebrow{display:block;color:var(--text-muted);font-size:13px;font-weight:750}.profile-hero h2{margin:7px 0 6px;font-size:24px;line-height:1.22}.profile-hero p{margin:0;color:var(--text-muted)}.profile-hero__badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.profile-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0}.detail-item{min-width:0;border-top:1px solid var(--line);padding:12px 10px 12px 0}.detail-item:nth-child(-n+2){border-top:0}.detail-item dt{margin:0 0 5px;color:var(--text-muted);font-size:12px;font-weight:750;text-transform:uppercase}.detail-item dd{margin:0;overflow-wrap:anywhere;line-height:1.45}.empty-state{display:grid;min-height:132px;place-items:center;border:1px dashed var(--line-strong);border-radius:8px;color:var(--text-muted);text-align:center}.drivers-loading-state{display:flex;flex-wrap:wrap;gap:10px 16px;min-height:44px;align-items:center;margin-top:12px;color:var(--text-muted);font-size:13px}.drivers-scroll-sentinel{height:1px}@media (max-width: 1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-layout,.profile-layout{grid-template-columns:1fr}.toolbar--drivers{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 820px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:min(288px,calc(100vw - 48px));transform:translate(-100%);transition:transform .22s ease}.sidebar--open{transform:translate(0)}.topbar__menu{display:inline-flex}.page{padding:20px}.page-header{display:grid}.stats-grid,.form-grid{grid-template-columns:1fr}.profile-hero{display:grid}.profile-hero__badges{justify-content:flex-start}.orders-pagination{align-items:stretch;flex-direction:column}.orders-pagination__actions{width:100%}.orders-pagination__actions .button{flex:1}.drivers-browser{max-height:calc(100dvh - 196px)}.toolbar--drivers{grid-template-columns:1fr}}@media (max-width: 520px){.page{padding:16px}.stats-grid{gap:10px}.stat-card,.section-block,.toolbar,.profile-hero{padding:14px}.drivers-browser{padding:0 14px 14px}.toolbar--sticky{margin:0 0 14px}.detail-grid{grid-template-columns:1fr}.detail-item:nth-child(2){border-top:1px solid var(--line)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
