:root{--cee-color-bg:#f5f5f4;--cee-color-surface:#fff;--cee-color-surface-alt:#efefed;--cee-color-text:#211c18;--cee-color-muted:#5d6166;--cee-color-line:#dededc;--cee-color-control:#81817b;--cee-color-primary:#211c18;--cee-color-on-primary:#fff;--cee-color-hover:#e6e6e2;--cee-color-success:#285e46;--cee-color-success-bg:#edf5ef;--cee-color-warning:#795315;--cee-color-warning-bg:#faf3e5;--cee-color-danger:#a13632;--cee-color-danger-bg:#fbefed;--cee-color-info:#365c78;--cee-color-info-bg:#edf3f8;--cee-color-focus:#365c78;--cee-color-shadow:0 12px 36px #211c181c;--cee-font-family:"Mark Pro", Arial, sans-serif;--cee-font-size-body:16px;--cee-font-size-control:14px;--cee-font-size-button:13px;--cee-font-size-table:12px;--cee-font-size-caption:12px;--cee-font-size-page-title:28px;--cee-font-size-section-title:22px;--cee-font-weight-regular:400;--cee-font-weight-medium:500;--cee-font-weight-bold:700;--cee-space-4:4px;--cee-space-8:8px;--cee-space-12:12px;--cee-space-16:16px;--cee-space-24:24px;--cee-space-32:32px;--cee-radius-control:6px;--cee-radius-panel:8px;--cee-height-compact:32px;--cee-height-default:36px;--cee-height-large:44px;--cee-height-touch:48px}html[data-theme=dark]{--cee-color-bg:#191918;--cee-color-surface:#232322;--cee-color-surface-alt:#2d2d2b;--cee-color-text:#f3f1ed;--cee-color-muted:#b9b9b3;--cee-color-line:#444440;--cee-color-control:#888880;--cee-color-primary:#eeeae3;--cee-color-on-primary:#211c18;--cee-color-hover:#3a3a36;--cee-color-success:#a1cfb3;--cee-color-success-bg:#23372c;--cee-color-warning:#e3c382;--cee-color-warning-bg:#3b3222;--cee-color-danger:#f0aaa4;--cee-color-danger-bg:#402c2b;--cee-color-info:#afc9e0;--cee-color-info-bg:#273743;--cee-color-focus:#afc9e0;--cee-color-shadow:0 12px 36px #0005}
@font-face{font-family:Mark Pro;src:url(/fonts/MarkPro-Regular.ttf);font-weight:400;font-display:swap}@font-face{font-family:Mark Pro;src:url(/fonts/MarkPro-Medium.ttf);font-weight:500;font-display:swap}@font-face{font-family:Mark Pro;src:url(/fonts/MarkPro-Bold.ttf);font-weight:700;font-display:swap}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;scroll-padding-top:80px}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:var(--cee-color-bg);color:var(--cee-color-text);font-family:var(--cee-font-family);margin:0;font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--cee-color-focus);outline-offset:3px}button,a,input,textarea{touch-action:manipulation}a{color:inherit}h1,h2,h3,p{margin:0}h1{letter-spacing:-.6px;font-size:30px;line-height:1.2}h2{font-size:20px;font-weight:700;line-height:1.3}h3{font-size:14px;font-weight:500}small{font-size:13px}.quiet{color:var(--cee-color-muted);font-size:14px}.eyebrow{letter-spacing:1.5px;color:var(--cee-color-muted);margin-bottom:8px;font-size:12px;font-weight:700}.boot{place-items:center;min-height:100dvh;display:grid}.brand-plate{background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:8px 12px;display:flex}.brand-plate img{max-width:100%;height:auto;display:block}.primary,.secondary,.text-button,.icon-button{border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:48px;font-weight:500;text-decoration:none;display:inline-flex}.primary{border:1px solid var(--cee-color-primary);background:var(--cee-color-primary);color:var(--cee-color-on-primary);padding:10px 16px}.secondary{border:1px solid var(--cee-color-control);background:var(--cee-color-surface);color:var(--cee-color-text);padding:8px 12px;font-size:14px}.text-button,.icon-button{color:var(--cee-color-text);background:0 0;border:0;padding:8px;font-size:14px}.text-button{text-underline-offset:4px;text-decoration:underline}.icon-button{flex-shrink:0;width:44px}.primary:hover:not(:disabled){opacity:.9}.secondary:hover:not(:disabled),.icon-button:hover:not(:disabled){background:var(--cee-color-hover)}.field{flex-direction:column;gap:8px;min-width:0;font-size:14px;font-weight:500;display:flex}.field input,.field select,.field textarea,.selector{border:1px solid var(--cee-color-control);background:var(--cee-color-surface);min-height:48px;color:var(--cee-color-text);border-radius:6px;width:100%;min-width:0;padding:11px 12px;font-size:16px;font-weight:400}.field textarea{resize:vertical}.field input::placeholder,.field textarea::placeholder{color:var(--cee-color-muted);opacity:.8}.field-label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.selector{text-align:left;justify-content:space-between;align-items:center;gap:12px;display:flex}.selector span{overflow-wrap:anywhere}.selector svg{flex-shrink:0}.qr-button{min-height:44px;padding:8px 10px;font-size:13px}.login-page{background:var(--cee-color-bg);border-top:8px solid var(--cee-color-primary);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:32px 20px;display:flex}.login-card{border:1px solid var(--cee-color-line);background:var(--cee-color-surface);border-radius:8px;width:100%;max-width:424px;padding:32px}.login-card .brand-plate{background:var(--cee-color-surface);width:max-content;padding:0 0 24px}html[data-theme=dark] .login-card .brand-plate{background:#fff;margin-bottom:24px;padding:8px}.login-card h1{font-size:32px}.login-intro{color:var(--cee-color-muted);margin:12px 0 32px}.login-card .field{margin-bottom:20px}.login-card .primary{justify-content:space-between;width:100%}.login-help{border-top:1px solid var(--cee-color-line);margin-top:24px;padding-top:20px}.login-footer{color:var(--cee-color-muted);margin-top:24px;font-size:13px}.app-header{z-index:10;background:var(--cee-color-surface);border-bottom:1px solid var(--cee-color-line);padding-top:env(safe-area-inset-top);position:sticky;top:0}.header-inner{align-items:center;gap:4px;max-width:680px;min-height:64px;margin:auto;padding:6px 14px;display:flex}.app-title{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.app-title h1{letter-spacing:0;font-size:18px}.app-title span{color:var(--cee-color-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.offline-icon{color:var(--cee-color-warning);align-items:center;padding:6px;display:flex}.workspace{max-width:680px;padding:14px 14px calc(92px + env(safe-area-inset-bottom));margin:auto}.tabs{z-index:10;border-top:1px solid var(--cee-color-line);background:var(--cee-color-surface);padding-bottom:env(safe-area-inset-bottom);justify-content:center;display:flex;position:fixed;inset:auto 0 0}.tabs button{min-height:62px;color:var(--cee-color-muted);background:0 0;border:0;border-top:3px solid #0000;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;max-width:340px;padding:8px 20px;font-size:12px;font-weight:500;display:flex;position:relative}.tabs button[aria-current=page]{border-top-color:var(--cee-color-primary);color:var(--cee-color-text)}.count{background:var(--cee-color-warning-bg);color:var(--cee-color-warning);border-radius:20px;padding:0 6px;font-size:12px;position:absolute;top:5px;left:calc(50% + 10px)}.panel{background:var(--cee-color-surface);border:1px solid var(--cee-color-line);border-radius:8px;margin-bottom:12px;padding:14px}.report-fields{border:0;flex-direction:column;gap:12px;min-width:0;margin:0;padding:0;display:flex}.form-panel{flex-direction:column;gap:12px;margin:0;display:flex}.panel-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.panel-title{text-transform:uppercase;letter-spacing:.8px;color:var(--cee-color-muted);font-size:13px;font-weight:700;line-height:1.4}.two-cols{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.date-pill{border:1px solid var(--cee-color-line);background:var(--cee-color-surface);max-width:100%;min-height:44px;color:var(--cee-color-muted);border-radius:24px;align-self:flex-start;align-items:center;gap:7px;padding:0 12px;display:flex}.date-pill input{color:inherit;background:0 0;border:0;min-width:0;max-width:180px;min-height:42px;padding:4px 0;font-size:16px;font-weight:500}.status{border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:500;display:inline-flex}.success{color:var(--cee-color-success);background:var(--cee-color-success-bg)}.warning{color:var(--cee-color-warning);background:var(--cee-color-warning-bg)}.danger{color:var(--cee-color-danger);background:var(--cee-color-danger-bg)}.notice{overflow-wrap:anywhere;border-radius:6px;margin-bottom:12px;padding:12px;font-size:14px}.form-panel>.notice{margin:0}.field-title{justify-content:space-between;gap:8px;margin-bottom:8px;font-size:13px;font-weight:500;display:flex}.field-title small{color:var(--cee-color-muted);font-weight:400}.photo-field{min-width:0}.photo-actions{gap:8px;display:flex}.photo-actions>.secondary:first-child{flex:1}.photo-actions .gallery-button{flex-shrink:0;width:48px}.photos{flex-wrap:wrap;gap:12px;margin-bottom:12px;padding-top:8px;display:flex}.thumbnail{width:92px;height:92px;position:relative}.thumbnail img{object-fit:cover;border:1px solid var(--cee-color-control);border-radius:6px;width:100%;height:100%}.remove-photo{background:var(--cee-color-primary);width:36px;height:36px;color:var(--cee-color-on-primary);border:2px solid var(--cee-color-surface);border-radius:50%;place-items:center;display:grid;position:absolute;top:-8px;right:-8px}.add-usage{flex-shrink:0;min-height:44px;padding:8px 10px;font-size:13px}.segment-row{border-bottom:1px solid var(--cee-color-line);align-items:center;gap:10px;padding:8px 0;display:flex}.segment-row:last-child{border-bottom:0}.segment-row>svg{color:var(--cee-color-muted);flex-shrink:0}.segment-row>div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.segment-row strong{overflow-wrap:anywhere;font-size:14px}.segment-row span{color:var(--cee-color-muted);font-variant-numeric:tabular-nums;font-size:13px}.segment-row .icon-button{color:var(--cee-color-danger)}.usage-empty{background:var(--cee-color-surface-alt);border-radius:6px;padding:12px}.usage-totals{border-top:1px solid var(--cee-color-line);padding-top:12px}.usage-totals h3{color:var(--cee-color-muted);margin-bottom:8px;font-size:12px}.usage-totals>div{flex-wrap:wrap;gap:8px;display:flex}.usage-total{background:var(--cee-color-surface-alt);border-radius:6px;gap:12px;padding:8px;font-size:13px;display:flex}.trailer{border:1px solid var(--cee-color-line);background:var(--cee-color-surface-alt);border-radius:6px;flex-direction:column;gap:12px;padding:12px;display:flex}.add-trailer{width:100%}.problem-button{width:100%;min-height:48px;color:var(--cee-color-text);text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:14px;font-weight:500;display:flex}.problem-icon{border-radius:8px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.problem-button>span:nth-child(2){flex:1}.problem-button>svg{color:var(--cee-color-muted);flex-shrink:0}.clear-problems{color:var(--cee-color-danger);align-self:flex-end}.check-label{cursor:pointer;align-items:center;gap:12px;min-height:48px;font-size:15px;display:flex}.check-label input{width:22px;height:22px;accent-color:var(--cee-color-primary);flex-shrink:0}.check-item{border-bottom:1px solid var(--cee-color-line);padding:8px 0}.check-item.has-issue>.check-label{color:var(--cee-color-warning)}.check-detail{flex-direction:column;gap:12px;padding:8px 0 12px;display:flex}.save-area{padding:12px 0}.save-button{width:100%;min-height:52px}.select-dialog{border:1px solid var(--cee-color-control);background:var(--cee-color-surface);width:calc(100% - 28px);max-width:560px;max-height:calc(100dvh - 28px);color:var(--cee-color-text);border-radius:8px;padding:0;overflow:hidden}.select-dialog[open]{flex-direction:column;display:flex}.select-dialog::backdrop{background:#0007}.select-dialog>header{border-bottom:1px solid var(--cee-color-line);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:8px 14px;display:flex}.select-dialog>header h2{font-size:18px}.search-box{border:1px solid var(--cee-color-control);border-radius:6px;align-items:center;gap:8px;margin:14px;padding:0 12px;display:flex}.search-box input{color:inherit;background:0 0;border:0;width:100%;min-width:0;padding:12px 0}.search-box input:focus-visible{outline-offset:0}.options{overscroll-behavior:contain;min-height:80px;padding:0 8px 14px;overflow:auto}.options button{text-align:left;width:100%;min-height:60px;color:inherit;border:0;border-bottom:1px solid var(--cee-color-line);overflow-wrap:anywhere;background:0 0;border-radius:4px;flex-direction:column;gap:4px;padding:12px;display:flex}.options button:hover,.options button[aria-pressed=true]{background:var(--cee-color-surface-alt)}.options strong{font-size:15px;font-weight:500}.options small{color:var(--cee-color-muted);font-size:13px}.options>p{padding:12px}.usage-dialog>form{flex-direction:column;min-height:0;display:flex;overflow:hidden}.dialog-body{overscroll-behavior:contain;border:0;flex-direction:column;gap:12px;min-width:0;min-height:0;margin:0;padding:14px;display:flex;overflow:auto}.dialog-footer{padding:14px;padding-bottom:max(14px,env(safe-area-inset-bottom));border-top:1px solid var(--cee-color-line);flex-shrink:0}.dialog-footer>.primary{width:100%}.problem-dialog{height:min(740px,100dvh - 28px)}.problem-dialog>.dialog-body{flex:1}.select-dialog.qr-dialog{overflow:auto}.qr-camera{aspect-ratio:1;background:#111;flex-shrink:0;max-height:55dvh;margin:14px;position:relative}.qr-camera video{object-fit:cover;width:100%;height:100%}.qr-frame{pointer-events:none;border:3px solid #fff;border-radius:8px;position:absolute;inset:18%}.qr-dialog>p,.qr-dialog>.secondary{margin:0 14px 14px}.qr-dialog>.notice{margin-top:14px}.qr-dialog>.secondary{flex-shrink:0}.empty{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:32px 20px;display:flex}.empty>svg{color:var(--cee-color-muted)}.empty>p{color:var(--cee-color-muted);max-width:440px}.history-actions{justify-content:flex-end;margin-bottom:12px;display:flex}.report-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.report-card time{color:var(--cee-color-muted);font-size:13px}.report-card h2{overflow-wrap:anywhere;font-size:18px}.report-card>p{margin-top:8px;font-size:14px}.report-card>.notice{margin-top:12px}.row-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.spin{animation:1.5s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spin{animation:none}}@media (max-width:600px){.report-card-top{align-items:flex-start}.login-card{padding:28px 24px}.login-card h1{font-size:30px}}
