.PlannerChat-module__xBwmeW__chat{flex-direction:column;flex:auto;height:100%;min-height:0;display:flex}.PlannerChat-module__xBwmeW__chatHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding:6px 4px 8px;display:flex}.PlannerChat-module__xBwmeW__headerLeft{align-items:center;gap:8px;min-width:0;display:flex}.PlannerChat-module__xBwmeW__headerRight{align-items:center;gap:6px;display:flex}.PlannerChat-module__xBwmeW__headerTitle{color:var(--ink);font-size:15px;font-weight:800}.PlannerChat-module__xBwmeW__iconBtn{border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink-soft);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.PlannerChat-module__xBwmeW__iconBtn:hover{background:var(--surface-2,var(--surface));color:var(--ink)}.PlannerChat-module__xBwmeW__chatBody{flex:1;gap:12px;min-height:0;display:flex}.PlannerChat-module__xBwmeW__rail{border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;flex:0 0 250px;gap:8px;min-height:0;padding:8px;display:flex;overflow:hidden}.PlannerChat-module__xBwmeW__railCompact{flex-basis:200px}.PlannerChat-module__xBwmeW__newBtn{background:var(--clay);border:1px solid var(--clay);border-radius:var(--radius-sm);color:#fff;cursor:pointer;flex:none;padding:8px 10px;font-size:13px;font-weight:800}.PlannerChat-module__xBwmeW__newBtn:hover{background:var(--clay-dark,var(--clay))}.PlannerChat-module__xBwmeW__railList{flex-direction:column;gap:5px;min-height:0;display:flex;overflow-y:auto}.PlannerChat-module__xBwmeW__railEmpty{color:var(--muted);margin:6px 2px;font-size:12.5px}.PlannerChat-module__xBwmeW__railRowWrap{position:relative}.PlannerChat-module__xBwmeW__railRow{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;text-align:left;flex-direction:column;gap:4px;width:100%;padding:8px 9px;display:flex}.PlannerChat-module__xBwmeW__railDelete{background:color-mix(in srgb, var(--surface) 85%, transparent);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;opacity:0;justify-content:center;align-items:center;padding:3px 5px;font-size:12px;line-height:1;transition:opacity .12s,color .12s,border-color .12s;display:flex;position:absolute;top:6px;right:6px}.PlannerChat-module__xBwmeW__railRowWrap:hover .PlannerChat-module__xBwmeW__railDelete,.PlannerChat-module__xBwmeW__railDelete:focus-visible{opacity:1}.PlannerChat-module__xBwmeW__railDelete:hover{color:#dc2626;border-color:#dc2626}.PlannerChat-module__xBwmeW__railRow:hover{background:var(--surface-2,var(--surface));border-color:color-mix(in srgb, var(--clay) 30%, var(--line))}.PlannerChat-module__xBwmeW__railRowActive{border-color:var(--clay);box-shadow:0 0 0 2px var(--brand-soft)}.PlannerChat-module__xBwmeW__railTitle{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:700;overflow:hidden}.PlannerChat-module__xBwmeW__railMeta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;display:flex}.PlannerChat-module__xBwmeW__railTime{margin-left:auto}.PlannerChat-module__xBwmeW__railBadgeDone{color:#166534;background:#dcfce7;border-radius:999px;padding:1px 7px;font-weight:700}.PlannerChat-module__xBwmeW__railBadgeLocked{color:#64748b;background:#e5e7eb;border-radius:999px;padding:1px 7px;font-weight:700}.PlannerChat-module__xBwmeW__loadMore{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink-soft);cursor:pointer;align-self:center;margin:4px 0;padding:5px 12px;font-size:12px;font-weight:700}.PlannerChat-module__xBwmeW__loadMore:hover:not(:disabled){background:var(--surface-2,var(--surface))}.PlannerChat-module__xBwmeW__loadMore:disabled{cursor:not-allowed;opacity:.6}.PlannerChat-module__xBwmeW__thread{border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px;display:flex;overflow-y:auto}.PlannerChat-module__xBwmeW__placeholder{color:var(--muted);text-align:center;flex-direction:column;align-items:center;gap:12px;margin:auto;display:flex}.PlannerChat-module__xBwmeW__muted{color:var(--muted);font-size:12.5px}.PlannerChat-module__xBwmeW__turn{gap:8px;max-width:92%;display:flex}.PlannerChat-module__xBwmeW__turnThem{align-self:flex-start}.PlannerChat-module__xBwmeW__turnMine{flex-direction:row-reverse;align-self:flex-end}.PlannerChat-module__xBwmeW__who{background:color-mix(in srgb, var(--clay) 16%, var(--surface));border:1px solid color-mix(in srgb, var(--clay) 40%, transparent);color:var(--clay-dark,#b45309);letter-spacing:.04em;border-radius:999px;flex:none;height:fit-content;padding:3px 7px;font-size:10px;font-weight:800}.PlannerChat-module__xBwmeW__bubble{background:var(--surface-2,var(--surface));border:1px solid color-mix(in srgb, var(--line) 82%, transparent);color:var(--ink);border-radius:4px 12px 12px;padding:9px 12px}.PlannerChat-module__xBwmeW__turnMine .PlannerChat-module__xBwmeW__bubble{background:var(--brand-soft);border-color:color-mix(in srgb, var(--clay) 30%, var(--line));border-radius:12px 4px 12px 12px}.PlannerChat-module__xBwmeW__bubbleText{white-space:pre-wrap;margin:0;font-size:13px;line-height:1.5}.PlannerChat-module__xBwmeW__bubbleError{color:#b91c1c}.PlannerChat-module__xBwmeW__qList{color:var(--ink-soft);margin:4px 0 0;padding-left:18px;font-size:12.5px;line-height:1.5}.PlannerChat-module__xBwmeW__commitRefs{color:var(--muted);margin:4px 0 0;font-size:12px}.PlannerChat-module__xBwmeW__defaultsCard{flex-direction:column;gap:8px;display:flex}.PlannerChat-module__xBwmeW__defaultsToggle{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:12.5px;font-weight:800;display:flex}.PlannerChat-module__xBwmeW__defaultsToggle:hover{color:var(--clay)}.PlannerChat-module__xBwmeW__defaultsMeta{color:var(--ink-soft);flex-wrap:wrap;gap:4px 14px;font-size:12px;display:flex}.PlannerChat-module__xBwmeW__defaultsRows{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:3px 14px;display:grid}.PlannerChat-module__xBwmeW__defaultsRow{justify-content:space-between;gap:8px;font-size:12px;display:flex}.PlannerChat-module__xBwmeW__defaultsLabel{color:var(--muted)}.PlannerChat-module__xBwmeW__defaultsValue{color:var(--ink);font-weight:700}.PlannerChat-module__xBwmeW__planCard{flex-direction:column;gap:6px;display:flex}.PlannerChat-module__xBwmeW__planToggle{cursor:pointer;text-align:left;background:0 0;border:none;align-items:baseline;gap:6px;padding:0;display:flex}.PlannerChat-module__xBwmeW__planToggle:hover .PlannerChat-module__xBwmeW__planTotals{color:var(--clay)}.PlannerChat-module__xBwmeW__planTotals{color:var(--ink);font-size:13px}.PlannerChat-module__xBwmeW__planReviewBtn{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;align-self:flex-start;margin-top:4px;padding:4px 10px;font-size:12px;font-weight:700}.PlannerChat-module__xBwmeW__planReviewBtn:hover{border-color:var(--clay);color:var(--clay)}.PlannerChat-module__xBwmeW__planBad{color:#dc2626;font-weight:700}.PlannerChat-module__xBwmeW__planWarn{color:var(--clay-dark,#b45309);font-weight:700}.PlannerChat-module__xBwmeW__planList{flex-direction:column;gap:3px;margin:2px 0 0;padding:0;list-style:none;display:flex}.PlannerChat-module__xBwmeW__planRow{flex-wrap:wrap;align-items:baseline;gap:8px;font-size:12px;display:flex}.PlannerChat-module__xBwmeW__planRef{color:var(--ink);min-width:110px;font-weight:700}.PlannerChat-module__xBwmeW__planZone{color:var(--ink-soft);flex:auto}.PlannerChat-module__xBwmeW__planVan{color:var(--muted)}.PlannerChat-module__xBwmeW__planNums{color:var(--muted);white-space:nowrap}.PlannerChat-module__xBwmeW__planLimit{color:var(--clay-dark,#b45309);font-weight:700}.PlannerChat-module__xBwmeW__whyList{flex-direction:column;gap:4px;margin:2px 0 0;padding:0;list-style:none;display:flex}.PlannerChat-module__xBwmeW__whyRow{align-items:baseline;gap:8px;font-size:12.5px;display:flex}.PlannerChat-module__xBwmeW__whyCount{background:color-mix(in srgb, var(--clay) 16%, var(--surface));color:var(--clay-dark,#b45309);text-align:center;border-radius:999px;flex:none;min-width:26px;padding:1px 8px;font-weight:800}.PlannerChat-module__xBwmeW__whyReason{color:var(--ink-soft)}.PlannerChat-module__xBwmeW__readonly{border-radius:var(--radius-sm);color:#475569;background:#e5e7eb;flex-direction:column;align-items:flex-start;gap:8px;padding:10px 12px;font-size:12.5px;font-weight:600;display:flex}.PlannerChat-module__xBwmeW__reviewBar{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}.PlannerChat-module__xBwmeW__banner{border-radius:var(--radius-sm);padding:8px 12px;font-size:12.5px}.PlannerChat-module__xBwmeW__bannerError{background:color-mix(in srgb, #dc2626 12%, var(--surface));color:#991b1b;border:1px solid #dc262666}.PlannerChat-module__xBwmeW__bannerWarn{background:color-mix(in srgb, var(--clay) 12%, var(--surface));border:1px solid color-mix(in srgb, var(--clay) 40%, transparent);color:var(--clay-dark,#b45309)}.PlannerChat-module__xBwmeW__stageLead{color:var(--ink);margin:0 0 8px;font-size:13.5px;font-weight:700}.PlannerChat-module__xBwmeW__dateAsk,.PlannerChat-module__xBwmeW__defaultsEditor{background:var(--surface);border:1px solid var(--clay);border-radius:var(--radius-sm);padding:12px 14px}.PlannerChat-module__xBwmeW__dateRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.PlannerChat-module__xBwmeW__dateChips{gap:6px;display:flex}.PlannerChat-module__xBwmeW__chip{background:var(--surface);border:1px solid var(--line);color:var(--ink-soft);cursor:pointer;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700}.PlannerChat-module__xBwmeW__chip:hover{border-color:var(--clay)}.PlannerChat-module__xBwmeW__chipOn{background:var(--clay);border-color:var(--clay);color:#fff}.PlannerChat-module__xBwmeW__startGrid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px;margin-bottom:8px;display:grid}.PlannerChat-module__xBwmeW__startBtn{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;text-align:left;flex-direction:column;gap:3px;padding:10px 12px;display:flex}.PlannerChat-module__xBwmeW__startBtn:hover:not(:disabled){background:var(--surface-2,var(--surface));border-color:var(--clay)}.PlannerChat-module__xBwmeW__startBtn:disabled{cursor:not-allowed;opacity:.55}.PlannerChat-module__xBwmeW__startBtnTitle{color:var(--ink);font-size:13px;font-weight:700}.PlannerChat-module__xBwmeW__startBtnHint{color:var(--muted);font-size:11.5px;line-height:1.4}.PlannerChat-module__xBwmeW__runChoices{flex-wrap:wrap;align-items:center;gap:10px 18px;margin-bottom:10px;display:flex}.PlannerChat-module__xBwmeW__runChoice{flex-direction:column;gap:4px;min-width:160px;display:flex}.PlannerChat-module__xBwmeW__runToggle{color:var(--ink);cursor:pointer;align-items:center;gap:8px;font-size:12.5px;display:flex}.PlannerChat-module__xBwmeW__runToggle input{accent-color:var(--clay);width:16px;height:16px}.PlannerChat-module__xBwmeW__demandCard{background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;gap:6px;margin-bottom:12px;padding:10px 12px;display:flex}.PlannerChat-module__xBwmeW__demandOk{border-left-color:var(--ok,#2e7d5b)}.PlannerChat-module__xBwmeW__demandTight{border-left-color:var(--warn,#b8860b)}.PlannerChat-module__xBwmeW__demandShort{border-left-color:var(--bad,#c0392b)}.PlannerChat-module__xBwmeW__demandLead{color:var(--ink-soft);font-size:12.5px}.PlannerChat-module__xBwmeW__demandRetry{color:var(--clay);cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:800}.PlannerChat-module__xBwmeW__demandHead{flex-wrap:wrap;align-items:baseline;gap:4px 10px;display:flex}.PlannerChat-module__xBwmeW__demandVerdict{color:var(--ink);font-size:13.5px;font-weight:800}.PlannerChat-module__xBwmeW__demandSub{color:var(--ink-soft);font-size:12px}.PlannerChat-module__xBwmeW__demandHint{color:var(--ink-soft);margin:0;font-size:12px}.PlannerChat-module__xBwmeW__demandZones{flex-direction:column;gap:2px;margin:2px 0 0;padding:0;list-style:none;display:flex}.PlannerChat-module__xBwmeW__demandZoneRow{justify-content:space-between;align-items:baseline;gap:8px;font-size:12.5px;display:flex}.PlannerChat-module__xBwmeW__demandZoneName{color:var(--ink);font-weight:700}.PlannerChat-module__xBwmeW__demandZoneCount{color:var(--ink-soft);margin-left:auto}.PlannerChat-module__xBwmeW__demandZoneVans{color:var(--ink-soft);text-align:right;min-width:62px}.PlannerChat-module__xBwmeW__demandMore{color:var(--muted);font-size:11.5px}.PlannerChat-module__xBwmeW__defaultsGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;display:grid}.PlannerChat-module__xBwmeW__cell{flex-direction:column;gap:4px;min-width:0;display:flex}.PlannerChat-module__xBwmeW__cellLabel{color:var(--ink-soft);font-size:var(--text-label,12px);align-items:baseline;gap:6px;font-weight:700;display:flex}.PlannerChat-module__xBwmeW__cellSuffix{color:var(--muted);font-size:11px;font-style:normal;font-weight:600}.PlannerChat-module__xBwmeW__cellInput{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);font-family:inherit;font-size:var(--text-base,13px);height:var(--control-h,32px);padding:0 var(--control-px,10px);width:100%}.PlannerChat-module__xBwmeW__cellInput:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.PlannerChat-module__xBwmeW__cellToggle{accent-color:var(--clay);width:18px;height:18px;margin:4px 0}.PlannerChat-module__xBwmeW__gateReasonList{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink-soft);margin:4px 0 12px;padding:8px 12px;font-size:12.5px;list-style:none}.PlannerChat-module__xBwmeW__gateReasonList li{padding:2px 0}.PlannerChat-module__xBwmeW__gateField{flex-direction:column;gap:4px;margin-bottom:10px;display:flex}.PlannerChat-module__xBwmeW__gateNote{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);font:inherit;resize:vertical;width:100%;padding:8px 10px}.PlannerChat-module__xBwmeW__gateNote:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.PlannerChat-module__xBwmeW__showAllBtn{color:var(--clay);cursor:pointer;background:0 0;border:none;margin:10px 0;padding:0;font-size:12px;font-weight:800}.PlannerChat-module__xBwmeW__defaultsActions{justify-content:flex-end;gap:10px;margin-top:12px;display:flex}.PlannerChat-module__xBwmeW__building{color:var(--ink-soft);align-items:center;gap:10px;padding:12px;font-size:13px;display:flex}.PlannerChat-module__xBwmeW__spinner{border:2px solid color-mix(in srgb, var(--clay) 30%, transparent);border-top-color:var(--clay);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite PlannerChat-module__xBwmeW__chatSpin;display:inline-block}@keyframes PlannerChat-module__xBwmeW__chatSpin{to{transform:rotate(360deg)}}.PlannerChat-module__xBwmeW__idleBar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.PlannerChat-module__xBwmeW__idleHint{color:var(--muted);font-size:12px}.PlannerChat-module__xBwmeW__composer{border-top:1px solid var(--line);align-items:center;gap:8px;margin-top:auto;padding-top:10px;display:flex}.PlannerChat-module__xBwmeW__composerInput{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);flex:1;height:34px;padding:0 12px;font-size:13px}.PlannerChat-module__xBwmeW__composerInput:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.PlannerChat-module__xBwmeW__primaryBtn{background:var(--clay);border:1px solid var(--clay);border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:var(--text-base,13px);min-height:var(--control-h,32px);padding:0 18px;font-weight:800}.PlannerChat-module__xBwmeW__primaryBtn:hover:not(:disabled){background:var(--clay-dark,var(--clay))}.PlannerChat-module__xBwmeW__primaryBtn:disabled{cursor:not-allowed;opacity:.55}.PlannerChat-module__xBwmeW__ghostBtn{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;font-size:var(--text-base,13px);min-height:32px;padding:0 12px;font-weight:700}.PlannerChat-module__xBwmeW__ghostBtn:hover:not(:disabled){background:var(--surface-2,var(--surface));border-color:var(--clay)}.PlannerChat-module__xBwmeW__ghostBtn:disabled{cursor:not-allowed;opacity:.55}.PlannerChat-module__xBwmeW__runsPanel{border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px;display:flex;overflow-y:auto}.PlannerChat-module__xBwmeW__runsPanelHead{align-items:center;gap:10px;display:flex}.PlannerChat-module__xBwmeW__runsPanelTitle{color:var(--ink);font-size:14px;font-weight:800}.PlannerChat-module__xBwmeW__backBtn{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink-soft);cursor:pointer;padding:5px 10px;font-size:12px;font-weight:700}.PlannerChat-module__xBwmeW__backBtn:hover{background:var(--surface-2,var(--surface));border-color:var(--clay);color:var(--ink)}.PlannerChat-module__xBwmeW__runsIntro{color:var(--muted);margin:0 0 10px;font-size:12.5px}.PlannerChat-module__xBwmeW__runsList{flex-direction:column;gap:8px;display:flex}.PlannerChat-module__xBwmeW__runCard{border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.PlannerChat-module__xBwmeW__runCard[data-selected=true]{border-color:var(--clay);box-shadow:0 0 0 1px var(--clay)}.PlannerChat-module__xBwmeW__runCard[data-selected=true] .PlannerChat-module__xBwmeW__runHead{background:color-mix(in srgb, var(--clay) 10%, var(--surface))}.PlannerChat-module__xBwmeW__runSelected{background:var(--clay);color:#fff;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;border-radius:999px;flex:none;padding:1px 8px;font-size:10px;font-weight:800}.PlannerChat-module__xBwmeW__runHead{background:var(--surface);cursor:pointer;text-align:left;border:none;align-items:center;gap:10px;width:100%;padding:9px 12px;display:flex}.PlannerChat-module__xBwmeW__runHead:hover{background:var(--surface-2,var(--surface))}.PlannerChat-module__xBwmeW__runCaret{color:var(--muted);flex:none;font-size:10px;transition:transform .15s}.PlannerChat-module__xBwmeW__runCaret[data-open=true]{transform:rotate(90deg)}.PlannerChat-module__xBwmeW__runPhase{color:#1d4ed8;letter-spacing:.03em;text-transform:uppercase;background:#dbeafe;border-radius:999px;flex:none;padding:1px 8px;font-size:10.5px;font-weight:800}.PlannerChat-module__xBwmeW__runPhase[data-phase=commit]{color:#166534;background:#dcfce7}.PlannerChat-module__xBwmeW__runSummary{color:var(--ink);flex:auto;min-width:0;font-size:12.5px;font-weight:600}.PlannerChat-module__xBwmeW__runTime{color:var(--muted);flex:none;font-size:11.5px}.PlannerChat-module__xBwmeW__runActions{border-top:1px solid var(--line);flex-wrap:wrap;gap:8px;padding:8px 12px;display:flex}.PlannerChat-module__xBwmeW__runDelete{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;margin-left:auto;padding:4px 10px;font-size:12px;transition:color .12s,border-color .12s}.PlannerChat-module__xBwmeW__runDelete:hover{color:#dc2626;border-color:#dc2626}.PlannerChat-module__xBwmeW__runBody{border-top:1px solid var(--line);flex-direction:column;gap:8px;padding:10px 12px;display:flex}.PlannerChat-module__xBwmeW__runMeta{color:var(--ink-soft);flex-wrap:wrap;gap:4px 14px;font-size:12px;display:flex}.PlannerChat-module__xBwmeW__runSectionLabel{color:var(--ink-soft);letter-spacing:.03em;text-transform:uppercase;margin-top:4px;font-size:11px;font-weight:800}.PlannerChat-module__xBwmeW__runRefs{color:var(--ink);margin:0;font-size:12.5px}.PlannerChat-module__xBwmeW__runAccepted{color:#166534;font-weight:800}.PlannerChat-module__xBwmeW__runRejected{color:#b91c1c;font-weight:800}.PlannerChat-module__xBwmeW__dayReviewTotals{border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;gap:8px;margin-bottom:10px;padding:12px;display:flex}.PlannerChat-module__xBwmeW__dayReviewBig{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.PlannerChat-module__xBwmeW__dayReviewBigPct{color:#b45309;font-size:28px;font-weight:800;line-height:1}.PlannerChat-module__xBwmeW__dayReviewBigPct[data-good=true]{color:#166534}.PlannerChat-module__xBwmeW__dayReviewBigLabel{color:var(--ink-soft);font-size:12.5px}.PlannerChat-module__xBwmeW__dayReviewChips{color:var(--muted);flex-wrap:wrap;gap:4px 12px;font-size:12px;display:flex}.PlannerChat-module__xBwmeW__dayReviewNote{color:var(--muted);margin:0;font-size:11.5px}.PlannerChat-module__xBwmeW__dayReviewList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.PlannerChat-module__xBwmeW__dayReviewRow{border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;gap:3px;padding:8px 10px;display:flex}.PlannerChat-module__xBwmeW__dayReviewRowHead{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.PlannerChat-module__xBwmeW__dayReviewPct{color:#b45309;margin-left:auto;font-weight:800}.PlannerChat-module__xBwmeW__dayReviewPct[data-good=true]{color:#166534}.PlannerChat-module__xBwmeW__dayReviewPending{color:var(--muted);margin-left:auto;font-size:11.5px}.PlannerChat-module__xBwmeW__dayReviewCounts{color:var(--ink-soft);font-size:12px}.PlannerChat-module__xBwmeW__drDelivered{color:#166534;font-weight:700}.PlannerChat-module__xBwmeW__drFailed{color:#b91c1c;font-weight:700}.PlannerChat-module__xBwmeW__drPending{color:#b45309;font-weight:700}.PlannerChat-module__xBwmeW__drMuted{color:var(--muted)}.PlannerChat-module__xBwmeW__chat[data-variant=drawer]{font-size:12px}.PlannerChat-module__xBwmeW__chat[data-variant=drawer] .PlannerChat-module__xBwmeW__headerTitle{font-size:14px}.PlannerChat-module__xBwmeW__chat[data-variant=drawer] .PlannerChat-module__xBwmeW__rail{border:none;flex:auto;padding:0}.PlannerChat-module__xBwmeW__chat[data-variant=drawer] .PlannerChat-module__xBwmeW__thread{flex:auto}@media (max-width:720px){.PlannerChat-module__xBwmeW__chatBody{flex-direction:column}.PlannerChat-module__xBwmeW__rail{flex-basis:auto;max-height:180px}}
.DateField-module__lIP_2q__wrap{flex:auto;width:100%;min-width:0;position:relative}.DateField-module__lIP_2q__inputRow{align-items:center;display:flex;position:relative}.DateField-module__lIP_2q__input{font-variant-numeric:tabular-nums;width:100%;padding-right:30px}.DateField-module__lIP_2q__calendarBtn{width:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:0 7px 7px 0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:1px;bottom:1px;right:1px}.DateField-module__lIP_2q__calendarBtn:hover{color:var(--clay);background:var(--clay-soft)}.DateField-module__lIP_2q__menu{z-index:var(--z-popover,70);background:var(--surface,#fff);border:1px solid var(--line,#e6ded2);border-radius:10px;width:238px;padding:8px;position:absolute;top:calc(100% + 2px);left:0;box-shadow:0 10px 30px #211e1a29}.DateField-module__lIP_2q__head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.DateField-module__lIP_2q__monthBtn,.DateField-module__lIP_2q__quickBtn{border:1px solid var(--line);color:var(--ink-soft);cursor:pointer;font:inherit;background:0 0;border-radius:7px;justify-content:center;align-items:center;height:26px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.DateField-module__lIP_2q__monthBtn{width:26px;padding:0}.DateField-module__lIP_2q__monthBtn:hover,.DateField-module__lIP_2q__quickBtn:hover{background:var(--surface-2);color:var(--ink)}.DateField-module__lIP_2q__monthTitle{color:var(--ink);cursor:pointer;font:inherit;text-align:center;background:0 0;border:1px solid #0000;border-radius:7px;flex:auto;height:26px;font-size:13px;font-weight:800}.DateField-module__lIP_2q__monthTitle:hover{background:var(--surface-2);color:var(--clay-dark)}.DateField-module__lIP_2q__pickerGrid{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.DateField-module__lIP_2q__pickerCell{color:var(--ink);cursor:pointer;font:inherit;background:0 0;border:none;border-radius:7px;height:34px;padding:0;font-size:12.5px;font-weight:700}.DateField-module__lIP_2q__pickerCell:hover{background:var(--surface-2)}.DateField-module__lIP_2q__weekdays,.DateField-module__lIP_2q__grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.DateField-module__lIP_2q__weekdays{color:var(--muted);text-align:center;margin-bottom:4px;font-size:11px;font-weight:800}.DateField-module__lIP_2q__day{color:var(--ink);cursor:pointer;font:inherit;background:0 0;border:none;border-radius:7px;height:28px;padding:0;font-size:12px}.DateField-module__lIP_2q__day:hover{background:var(--surface-2)}.DateField-module__lIP_2q__dayMuted{color:var(--muted)}.DateField-module__lIP_2q__dayToday{color:var(--clay-dark);font-weight:800}.DateField-module__lIP_2q__daySelected{background:var(--clay);color:#fff;font-weight:800}.DateField-module__lIP_2q__daySelected:hover{background:var(--clay);color:#fff}.DateField-module__lIP_2q__foot{justify-content:space-between;align-items:center;margin-top:8px;display:flex}
.AIPlannerDrawer-module__LbBEhW__drawer{background:var(--surface-2,var(--surface));border:1px solid var(--line);border-radius:var(--radius-sm,8px);box-sizing:border-box;flex-direction:column;flex:0 0 clamp(360px,34%,480px);align-self:stretch;min-width:0;min-height:0;max-height:100%;margin-left:8px;display:flex;position:relative;overflow:hidden;box-shadow:-6px 0 24px #0f172a14}.AIPlannerDrawer-module__LbBEhW__drawer.AIPlannerDrawer-module__LbBEhW__hidden{display:none}.AIPlannerDrawer-module__LbBEhW__head{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.AIPlannerDrawer-module__LbBEhW__title{color:var(--ink);align-items:center;gap:8px;font-size:15px;font-weight:800;display:flex}.AIPlannerDrawer-module__LbBEhW__closeBtn{border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink-soft);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.AIPlannerDrawer-module__LbBEhW__closeBtn:hover{background:var(--surface-2);color:var(--ink)}.AIPlannerDrawer-module__LbBEhW__sub{color:var(--muted);margin:0;padding:8px 14px 0;font-size:11.5px;line-height:1.45}.AIPlannerDrawer-module__LbBEhW__body{flex-direction:column;flex:auto;min-height:0;padding:8px 10px 10px;display:flex;overflow:hidden}
.CopilotDrawer-module__VmwPda__drawer{background:var(--surface-2,var(--surface));border:1px solid var(--line);border-radius:var(--radius-sm,8px);box-sizing:border-box;flex-direction:column;flex:0 0 clamp(360px,34%,480px);align-self:stretch;min-width:0;min-height:0;max-height:100%;margin-left:8px;display:flex;position:relative;overflow:hidden;box-shadow:-6px 0 24px #0f172a14}.CopilotDrawer-module__VmwPda__drawer.CopilotDrawer-module__VmwPda__hidden{display:none}.CopilotDrawer-module__VmwPda__body{flex-direction:column;flex:auto;min-height:0;padding:8px 10px 10px;display:flex;overflow:hidden}.CopilotDrawer-module__VmwPda__chat{flex-direction:column;flex:auto;gap:8px;min-height:0;display:flex}.CopilotDrawer-module__VmwPda__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding:4px 4px 10px;display:flex}.CopilotDrawer-module__VmwPda__title{color:var(--ink);align-items:center;gap:8px;font-size:15px;font-weight:800;display:flex}.CopilotDrawer-module__VmwPda__roBadge{background:var(--surface-2,#eef2f7);border:1px solid var(--line);color:var(--muted);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:1px 8px;font-size:10px;font-weight:700}.CopilotDrawer-module__VmwPda__headActions{align-items:center;gap:6px;display:flex}.CopilotDrawer-module__VmwPda__headBtn{border:1px solid var(--line);border-radius:var(--radius-sm,8px);color:var(--ink-soft,var(--muted));cursor:pointer;white-space:nowrap;background:0 0;padding:5px 8px;font-size:11.5px;font-weight:700}.CopilotDrawer-module__VmwPda__headBtn:hover:not(:disabled){background:var(--surface-2);color:var(--ink)}.CopilotDrawer-module__VmwPda__headBtn:disabled{opacity:.4;cursor:default}.CopilotDrawer-module__VmwPda__headBtnOn{background:var(--accent,#c2410c);border-color:var(--accent,#c2410c);color:#fff}.CopilotDrawer-module__VmwPda__headBtnOn:hover:not(:disabled){background:var(--accent,#c2410c);color:#fff;filter:brightness(1.05)}.CopilotDrawer-module__VmwPda__closeBtn{border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink-soft,var(--muted));cursor:pointer;background:0 0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.CopilotDrawer-module__VmwPda__closeBtn:hover{background:var(--surface-2);color:var(--ink)}.CopilotDrawer-module__VmwPda__capNudge{border-radius:var(--radius-sm,8px);color:var(--ink);background:#f59e0b1a;border:1px solid #f59e0b59;margin-top:6px;padding:6px 9px;font-size:11.5px}.CopilotDrawer-module__VmwPda__capNudgeBtn{color:var(--accent,#c2410c);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;font-weight:800;text-decoration:underline}.CopilotDrawer-module__VmwPda__capNudgeBtn:disabled{cursor:default;opacity:.5;text-decoration:none}.CopilotDrawer-module__VmwPda__capNudgeErr{color:#dc2626;margin-top:4px;font-size:11px}.CopilotDrawer-module__VmwPda__saveWarn{border-radius:var(--radius-sm,8px);color:var(--ink);background:#f59e0b1f;border:1px solid #f59e0b66;justify-content:space-between;align-items:center;gap:8px;margin:6px 0 0;padding:6px 9px;font-size:11.5px;display:flex}.CopilotDrawer-module__VmwPda__saveWarnBtn{color:var(--ink);cursor:pointer;font:inherit;opacity:.6;background:0 0;border:none;flex:none;padding:0 2px}.CopilotDrawer-module__VmwPda__saveWarnBtn:hover{opacity:1}.CopilotDrawer-module__VmwPda__sessions{flex-direction:column;gap:8px;height:100%;min-height:0;display:flex}.CopilotDrawer-module__VmwPda__sessionList{flex-direction:column;flex:auto;gap:12px;min-height:0;padding:4px 2px;display:flex;overflow-y:auto}.CopilotDrawer-module__VmwPda__sessionEmpty{color:var(--muted);padding:12px 6px;font-size:12.5px}.CopilotDrawer-module__VmwPda__sessionErr{color:#dc2626;padding:12px 6px;font-size:12.5px}.CopilotDrawer-module__VmwPda__sessionGroup{flex-direction:column;gap:4px;display:flex}.CopilotDrawer-module__VmwPda__sessionDay{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;background:var(--surface-2,var(--surface));z-index:1;align-items:center;gap:6px;padding:2px 4px;font-size:10.5px;font-weight:800;display:flex;position:sticky;top:0}.CopilotDrawer-module__VmwPda__sessionDayCount{background:var(--surface);border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:0 6px;font-size:9.5px}.CopilotDrawer-module__VmwPda__sessionRow{border:1px solid var(--line);border-radius:9px;align-items:center;gap:6px;padding:7px 8px;display:flex}.CopilotDrawer-module__VmwPda__sessionRow:hover{border-color:var(--accent,#c2410c)}.CopilotDrawer-module__VmwPda__sessionRowActive{border-color:var(--accent,#c2410c);background:var(--surface-2,#f8fafc)}.CopilotDrawer-module__VmwPda__sessionMain{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;flex:auto;gap:3px;min-width:0;padding:0;display:flex}.CopilotDrawer-module__VmwPda__sessionTitle{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:600;overflow:hidden}.CopilotDrawer-module__VmwPda__sessionMeta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.CopilotDrawer-module__VmwPda__sessionSub{color:var(--muted);font-size:10.5px}.CopilotDrawer-module__VmwPda__outcomeChip{background:var(--surface-2,#eef2f7);border:1px solid var(--line);color:var(--muted);text-transform:uppercase;border-radius:999px;padding:1px 7px;font-size:9.5px;font-weight:700}.CopilotDrawer-module__VmwPda__outcomePrev{color:#1d4ed8;background:#3b82f61f;border-color:#3b82f659}.CopilotDrawer-module__VmwPda__sessionActions{flex:none;gap:4px;display:flex}.CopilotDrawer-module__VmwPda__sessionActBtn{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;padding:4px 7px;font-size:10.5px;font-weight:700}.CopilotDrawer-module__VmwPda__sessionActBtn:hover:not(:disabled){background:var(--surface-2);color:var(--ink)}.CopilotDrawer-module__VmwPda__sessionActBtn:disabled{opacity:.5;cursor:default}.CopilotDrawer-module__VmwPda__sessionPinOn{background:#f59e0b24;border-color:#f59e0b66}.CopilotDrawer-module__VmwPda__sessionDangerConfirm{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #dc2626;border-radius:6px;padding:4px 7px;font-size:10.5px;font-weight:700}.CopilotDrawer-module__VmwPda__sessionDangerConfirm:disabled{opacity:.6;cursor:default}.CopilotDrawer-module__VmwPda__summary{background:var(--surface-2,#f8fafc);border:1px solid var(--line);border-radius:9px;flex:none;margin-bottom:4px;padding:6px 9px}.CopilotDrawer-module__VmwPda__summaryHead{color:var(--ink);cursor:pointer;background:0 0;border:none;align-items:center;gap:7px;width:100%;padding:0;display:flex}.CopilotDrawer-module__VmwPda__summaryPin{font-size:11px}.CopilotDrawer-module__VmwPda__summaryLine{text-align:left;flex:auto;font-size:11.5px;font-weight:700}.CopilotDrawer-module__VmwPda__summaryTog{color:var(--muted);font-size:9px}.CopilotDrawer-module__VmwPda__summaryList{flex-direction:column;gap:3px;margin:7px 0 0;padding:0;list-style:none;display:flex}.CopilotDrawer-module__VmwPda__summaryItem{color:var(--ink-soft,var(--ink));align-items:baseline;gap:6px;font-size:11.5px;display:flex}.CopilotDrawer-module__VmwPda__summaryDot{color:var(--muted);font-size:7px}.CopilotDrawer-module__VmwPda__summaryRoutes{color:var(--muted);margin-top:6px;font-size:10.5px}.CopilotDrawer-module__VmwPda__summaryRecap{color:var(--ink-soft,var(--ink));margin-top:6px;font-size:11.5px}.CopilotDrawer-module__VmwPda__summaryRecap p{margin:0 0 4px}.CopilotDrawer-module__VmwPda__summaryRecap ul{margin:2px 0;padding-left:16px}.CopilotDrawer-module__VmwPda__summaryTogBtn{color:var(--accent,#c2410c);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:none;padding:0;font-size:10.5px;font-weight:700;text-decoration:underline}.CopilotDrawer-module__VmwPda__summaryTogBtn:disabled{cursor:default;opacity:.5;text-decoration:none}.CopilotDrawer-module__VmwPda__answerMeta{color:var(--muted);margin-top:3px;padding-left:2px;font-size:10px}.CopilotDrawer-module__VmwPda__thread{flex-direction:column;flex:auto;gap:10px;min-height:0;padding:4px 2px;display:flex;overflow-y:auto}.CopilotDrawer-module__VmwPda__empty{padding:12px 6px}.CopilotDrawer-module__VmwPda__emptyLead{color:var(--ink);margin:0 0 4px;font-size:13.5px;font-weight:700}.CopilotDrawer-module__VmwPda__emptyNote{color:var(--muted);margin:0 0 12px;font-size:12px;line-height:1.45}.CopilotDrawer-module__VmwPda__chips{flex-direction:column;gap:6px;display:flex}.CopilotDrawer-module__VmwPda__chip{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm,8px);color:var(--ink);cursor:pointer;text-align:left;padding:8px 10px;font-size:12.5px}.CopilotDrawer-module__VmwPda__chip:hover:not(:disabled){background:var(--surface-2);border-color:var(--accent,#c2410c)}.CopilotDrawer-module__VmwPda__chip:disabled{opacity:.5;cursor:default}.CopilotDrawer-module__VmwPda__briefCard{border:1px solid var(--line);border-radius:10px;overflow:hidden}.CopilotDrawer-module__VmwPda__briefHead{background:var(--surface-2,var(--surface));border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.CopilotDrawer-module__VmwPda__briefTitle{color:var(--ink);font-size:13px;font-weight:700}.CopilotDrawer-module__VmwPda__briefBadge{white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:10.5px;font-weight:700}.CopilotDrawer-module__VmwPda__briefClear{background:color-mix(in srgb, #16a34a 16%, var(--surface));color:#15803d}.CopilotDrawer-module__VmwPda__briefFlag{background:color-mix(in srgb, #d97706 18%, var(--surface));color:#b45309}.CopilotDrawer-module__VmwPda__briefChecks{flex-direction:column;display:flex}.CopilotDrawer-module__VmwPda__briefCheck{border-top:1px solid var(--line);align-items:flex-start;gap:9px;padding:8px 10px;display:flex}.CopilotDrawer-module__VmwPda__briefCheck:first-child{border-top:none}.CopilotDrawer-module__VmwPda__briefGlyph{text-align:center;flex:none;width:14px;font-size:13px;font-weight:700;line-height:1.5}.CopilotDrawer-module__VmwPda__brief_ok .CopilotDrawer-module__VmwPda__briefGlyph{color:#16a34a}.CopilotDrawer-module__VmwPda__brief_warn .CopilotDrawer-module__VmwPda__briefGlyph{color:#d97706}.CopilotDrawer-module__VmwPda__brief_bad .CopilotDrawer-module__VmwPda__briefGlyph{color:#dc2626}.CopilotDrawer-module__VmwPda__briefCheckMain{flex-direction:column;gap:1px;min-width:0;display:flex}.CopilotDrawer-module__VmwPda__briefCheckLabel{color:var(--ink);font-size:12.5px;font-weight:600}.CopilotDrawer-module__VmwPda__briefCheckDetail{color:var(--muted);font-size:11.5px;line-height:1.4}.CopilotDrawer-module__VmwPda__gapsLead{color:var(--muted);margin:2px 2px 12px;font-size:12px;line-height:1.45}.CopilotDrawer-module__VmwPda__fbSummary{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm,8px);justify-content:space-between;align-items:center;gap:12px;margin:0 2px 12px;padding:8px 12px;display:flex}.CopilotDrawer-module__VmwPda__fbScore{color:var(--muted);font-size:12px}.CopilotDrawer-module__VmwPda__fbPct{color:var(--ink);font-size:18px;font-weight:800}.CopilotDrawer-module__VmwPda__fbTotal{color:var(--muted);margin-left:6px;font-size:11px}.CopilotDrawer-module__VmwPda__fbBreak{color:var(--muted);gap:10px;font-size:12px;font-weight:600;display:flex}.CopilotDrawer-module__VmwPda__gapRow{border-bottom:1px solid var(--line);align-items:flex-start;gap:10px;padding:9px 2px;display:flex}.CopilotDrawer-module__VmwPda__gapCount{background:var(--surface-2,var(--surface));border:1px solid var(--line);color:var(--ink);font-variant-numeric:tabular-nums;border-radius:999px;flex:none;padding:2px 8px;font-size:11.5px;font-weight:700}.CopilotDrawer-module__VmwPda__gapMain{flex-direction:column;gap:4px;min-width:0;display:flex}.CopilotDrawer-module__VmwPda__gapQ{color:var(--ink);font-size:13px;font-weight:600;line-height:1.35}.CopilotDrawer-module__VmwPda__gapSub{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;display:flex}.CopilotDrawer-module__VmwPda__gapKind{border-radius:6px;padding:1px 7px;font-weight:700}.CopilotDrawer-module__VmwPda__gapKindHelp{background:color-mix(in srgb, #d97706 16%, var(--surface));color:#b45309}.CopilotDrawer-module__VmwPda__gapKindNo{background:var(--surface-2,var(--surface));border:1px solid var(--line);color:var(--muted)}.CopilotDrawer-module__VmwPda__gapDetail{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-style:italic;overflow:hidden}.CopilotDrawer-module__VmwPda__gapWhen{color:var(--muted);font-variant-numeric:tabular-nums;margin-left:auto}.CopilotDrawer-module__VmwPda__runRow{border-bottom:1px solid var(--line);padding:4px 0}.CopilotDrawer-module__VmwPda__runHead{color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;align-items:flex-start;gap:8px;width:100%;padding:7px 2px;display:flex}.CopilotDrawer-module__VmwPda__runHead:hover{background:var(--surface-2,var(--surface));border-radius:6px}.CopilotDrawer-module__VmwPda__runMain{flex-direction:column;gap:3px;min-width:0;display:flex}.CopilotDrawer-module__VmwPda__runSummary{color:var(--ink);font-size:13px;font-weight:600;line-height:1.35}.CopilotDrawer-module__VmwPda__runSub{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.CopilotDrawer-module__VmwPda__runBody{flex-direction:column;gap:7px;padding:4px 2px 10px 22px;display:flex}.CopilotDrawer-module__VmwPda__runLine{color:var(--ink);font-size:12px;line-height:1.4}.CopilotDrawer-module__VmwPda__runLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin-right:6px;font-size:10px;font-weight:700}.CopilotDrawer-module__VmwPda__runSubList{margin:3px 0 0;padding:0;list-style:none}.CopilotDrawer-module__VmwPda__runSubList li{color:var(--ink);font-size:12px;line-height:1.5}.CopilotDrawer-module__VmwPda__runChips{flex-wrap:wrap;gap:4px;display:inline-flex}.CopilotDrawer-module__VmwPda__runChip{background:var(--surface-2,var(--surface));border:1px solid var(--line);font-variant-numeric:tabular-nums;border-radius:6px;padding:1px 6px;font-size:11px}.CopilotDrawer-module__VmwPda__actionBar{flex-wrap:wrap;gap:6px;margin-top:6px;padding:0 2px;display:flex}.CopilotDrawer-module__VmwPda__actionBtn{background:color-mix(in srgb, var(--accent,#c2410c) 8%, var(--surface));border:1px solid color-mix(in srgb, var(--accent,#c2410c) 35%, var(--line));color:var(--accent,#c2410c);cursor:pointer;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.CopilotDrawer-module__VmwPda__actionBtn:hover{background:color-mix(in srgb, var(--accent,#c2410c) 16%, var(--surface));border-color:var(--accent,#c2410c)}.CopilotDrawer-module__VmwPda__fbBar{flex-wrap:wrap;gap:5px;margin-top:5px;padding:0 2px;display:flex}.CopilotDrawer-module__VmwPda__fbBtn{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:10.5px;font-weight:600;display:inline-flex}.CopilotDrawer-module__VmwPda__fbBtn:hover{background:var(--surface);border-color:var(--accent,#c2410c);color:var(--ink)}.CopilotDrawer-module__VmwPda__fbThanks{color:var(--muted);margin-top:5px;padding-left:2px;font-size:10.5px}.CopilotDrawer-module__VmwPda__prompts{flex-direction:column;gap:14px;display:flex}.CopilotDrawer-module__VmwPda__promptSection{flex-direction:column;gap:7px;display:flex}.CopilotDrawer-module__VmwPda__promptLead{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:10.5px;font-weight:700}.CopilotDrawer-module__VmwPda__promptsPanel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm,8px);max-height:55vh;margin-top:8px;padding:12px;overflow-y:auto}.CopilotDrawer-module__VmwPda__briefBar{flex-wrap:wrap;gap:6px;display:flex}.CopilotDrawer-module__VmwPda__briefBtn{background:var(--surface-2,var(--surface));border:1px solid var(--line);color:var(--ink);cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:6px 11px;font-size:12px;font-weight:600;display:inline-flex}.CopilotDrawer-module__VmwPda__briefBtn:hover:not(:disabled){border-color:var(--accent,#c2410c);background:var(--surface)}.CopilotDrawer-module__VmwPda__briefBtn:disabled{opacity:.5;cursor:default}.CopilotDrawer-module__VmwPda__ctxChips{flex-direction:column;gap:5px;display:flex}.CopilotDrawer-module__VmwPda__ctxChip{background:color-mix(in srgb, var(--accent,#c2410c) 8%, var(--surface));border:1px solid color-mix(in srgb, var(--accent,#c2410c) 35%, var(--line));border-radius:var(--radius-sm,8px);color:var(--ink);cursor:pointer;text-align:left;padding:8px 10px;font-size:12.5px}.CopilotDrawer-module__VmwPda__ctxChip:hover:not(:disabled){border-color:var(--accent,#c2410c)}.CopilotDrawer-module__VmwPda__ctxChip:disabled{opacity:.5;cursor:default}.CopilotDrawer-module__VmwPda__groupList{flex-direction:column;gap:4px;display:flex}.CopilotDrawer-module__VmwPda__group{border:1px solid var(--line);border-radius:var(--radius-sm,8px);overflow:hidden}.CopilotDrawer-module__VmwPda__groupHead{background:var(--surface);color:var(--ink);cursor:pointer;border:none;align-items:center;gap:7px;width:100%;padding:8px 10px;font-size:12.5px;font-weight:600;display:flex}.CopilotDrawer-module__VmwPda__groupHead:hover{background:var(--surface-2)}.CopilotDrawer-module__VmwPda__groupGlyph{color:var(--muted);width:10px;font-size:10px}.CopilotDrawer-module__VmwPda__groupIcon{font-size:13px}.CopilotDrawer-module__VmwPda__groupTitle{text-align:left}.CopilotDrawer-module__VmwPda__groupPrompts{flex-direction:column;gap:4px;padding:4px 8px 8px 26px;display:flex}.CopilotDrawer-module__VmwPda__groupPrompt{color:var(--accent,#c2410c);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;padding:5px 8px;font-size:12.5px}.CopilotDrawer-module__VmwPda__groupPrompt:hover:not(:disabled){background:var(--surface-2);border-color:var(--line)}.CopilotDrawer-module__VmwPda__groupPrompt:disabled{opacity:.5;cursor:default}.CopilotDrawer-module__VmwPda__rowMe{justify-content:flex-end;display:flex}.CopilotDrawer-module__VmwPda__rowAI{justify-content:flex-start;display:flex}.CopilotDrawer-module__VmwPda__msgCol{flex-direction:column;gap:3px;min-width:0;max-width:92%;display:flex}.CopilotDrawer-module__VmwPda__rowMe .CopilotDrawer-module__VmwPda__msgCol{align-items:flex-end;max-width:85%}.CopilotDrawer-module__VmwPda__meta{color:var(--muted);align-items:center;gap:5px;padding:0 2px;font-size:10.5px;display:flex}.CopilotDrawer-module__VmwPda__avatar{font-size:11px;line-height:1}.CopilotDrawer-module__VmwPda__who{letter-spacing:.01em;font-weight:700}.CopilotDrawer-module__VmwPda__time{color:var(--muted);font-variant-numeric:tabular-nums;opacity:.75}.CopilotDrawer-module__VmwPda__bubbleMe{background:var(--accent,#c2410c);color:#fff;border-radius:12px 12px 2px;padding:8px 11px;font-size:13px;line-height:1.5;animation:.14s ease-out CopilotDrawer-module__VmwPda__bubbleIn}.CopilotDrawer-module__VmwPda__bubbleAI{background:var(--surface);border:1px solid var(--line);color:var(--ink);border-radius:12px 12px 12px 2px;padding:9px 12px;font-size:13px;line-height:1.5;animation:.14s ease-out CopilotDrawer-module__VmwPda__bubbleIn;box-shadow:0 1px 2px #0f172a0a}.CopilotDrawer-module__VmwPda__bubbleErr{border-color:#dc2626}.CopilotDrawer-module__VmwPda__msgText{white-space:pre-wrap;word-break:break-word}@keyframes CopilotDrawer-module__VmwPda__bubbleIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.CopilotDrawer-module__VmwPda__bubbleMe,.CopilotDrawer-module__VmwPda__bubbleAI{animation:none}}.CopilotDrawer-module__VmwPda__rich{word-break:break-word}.CopilotDrawer-module__VmwPda__para{margin:0 0 8px}.CopilotDrawer-module__VmwPda__para:last-child{margin-bottom:0}.CopilotDrawer-module__VmwPda__list{flex-direction:column;gap:3px;margin:0 0 8px;padding-left:18px;display:flex}.CopilotDrawer-module__VmwPda__list:last-child{margin-bottom:0}.CopilotDrawer-module__VmwPda__list li{line-height:1.45}.CopilotDrawer-module__VmwPda__code{background:var(--surface-2,#eef2f7);border:1px solid var(--line);border-radius:4px;padding:0 4px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:11.5px}.CopilotDrawer-module__VmwPda__stepsWrap{margin-bottom:6px}.CopilotDrawer-module__VmwPda__stepsToggle{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:2px 0;font-size:11px;font-weight:600;display:inline-flex}.CopilotDrawer-module__VmwPda__stepsToggle:hover{color:var(--ink)}.CopilotDrawer-module__VmwPda__stepsToggleGlyph{font-size:9px}.CopilotDrawer-module__VmwPda__steps{border-bottom:1px dashed var(--line);flex-direction:column;gap:3px;margin-bottom:6px;padding-bottom:6px;display:flex}.CopilotDrawer-module__VmwPda__step{color:var(--muted);align-items:baseline;gap:6px;font-size:11.5px;display:flex}.CopilotDrawer-module__VmwPda__stepErr{color:#dc2626}.CopilotDrawer-module__VmwPda__stepGlyph{text-align:center;flex:none;width:12px}.CopilotDrawer-module__VmwPda__stepLabel{min-width:0}.CopilotDrawer-module__VmwPda__stepDetail{color:var(--muted)}.CopilotDrawer-module__VmwPda__think{color:var(--ink-soft,var(--muted));font-size:11.5px;font-style:italic;line-height:1.4}.CopilotDrawer-module__VmwPda__stepLive{background:linear-gradient(90deg, transparent, var(--accent,#c2410c), transparent);opacity:.7;background-size:200% 100%;border-radius:2px;height:2px;margin-top:4px;animation:1.2s linear infinite CopilotDrawer-module__VmwPda__novaShimmer}@keyframes CopilotDrawer-module__VmwPda__novaShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.CopilotDrawer-module__VmwPda__thinking{color:var(--ink-soft,var(--muted));align-items:center;gap:8px;margin-top:6px;font-size:13px;display:flex}.CopilotDrawer-module__VmwPda__thinkingDot{background:var(--accent,#c2410c);border-radius:50%;flex:none;width:8px;height:8px;animation:1s ease-in-out infinite CopilotDrawer-module__VmwPda__novaPulse}@keyframes CopilotDrawer-module__VmwPda__novaPulse{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.CopilotDrawer-module__VmwPda__dots{color:var(--ink-soft,var(--muted))}.CopilotDrawer-module__VmwPda__dots:after{content:"…";text-align:left;width:.9em;animation:1.4s steps(4,end) infinite CopilotDrawer-module__VmwPda__novaEllipsis;display:inline-block}@keyframes CopilotDrawer-module__VmwPda__novaEllipsis{0%{content:""}25%{content:"·"}50%{content:"··"}75%,to{content:"···"}}@media (prefers-reduced-motion:reduce){.CopilotDrawer-module__VmwPda__stepLive,.CopilotDrawer-module__VmwPda__thinkingDot,.CopilotDrawer-module__VmwPda__dots:after{animation:none}.CopilotDrawer-module__VmwPda__dots:after{content:"…"}}.CopilotDrawer-module__VmwPda__cards{flex-direction:column;gap:8px;margin-bottom:8px;display:flex}.CopilotDrawer-module__VmwPda__card{background:var(--surface-2,#f8fafc);border:1px solid var(--line);border-radius:10px;padding:9px 10px;overflow:hidden}.CopilotDrawer-module__VmwPda__cardHead{align-items:center;gap:6px;margin-bottom:8px;display:flex}.CopilotDrawer-module__VmwPda__cardIcon{font-size:13px;line-height:1}.CopilotDrawer-module__VmwPda__cardTitle{color:var(--ink);flex:auto;min-width:0;font-size:12.5px;font-weight:800}.CopilotDrawer-module__VmwPda__cardRo{color:#047857;letter-spacing:.01em;white-space:nowrap;background:#10b9811f;border:1px solid #10b98159;border-radius:999px;flex:none;padding:1px 7px;font-size:9.5px;font-weight:700}.CopilotDrawer-module__VmwPda__metricRow{flex-wrap:wrap;gap:12px;margin-bottom:6px;display:flex}.CopilotDrawer-module__VmwPda__metric{flex-direction:column;display:flex}.CopilotDrawer-module__VmwPda__metricVal{color:var(--ink);font-variant-numeric:tabular-nums;font-size:16px;font-weight:800;line-height:1.1}.CopilotDrawer-module__VmwPda__metricLbl{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:10px}.CopilotDrawer-module__VmwPda__tone_good{color:#047857}.CopilotDrawer-module__VmwPda__tone_warn{color:#b45309}.CopilotDrawer-module__VmwPda__tone_bad{color:#b91c1c}.CopilotDrawer-module__VmwPda__verdictRow{margin-bottom:8px}.CopilotDrawer-module__VmwPda__verdictPill{border:1px solid var(--line);border-radius:999px;padding:2px 10px;font-size:11px;font-weight:800;display:inline-block}.CopilotDrawer-module__VmwPda__verdictPill.CopilotDrawer-module__VmwPda__tone_good{background:#10b9811f;border-color:#10b98159}.CopilotDrawer-module__VmwPda__verdictPill.CopilotDrawer-module__VmwPda__tone_warn{background:#f59e0b24;border-color:#f59e0b66}.CopilotDrawer-module__VmwPda__verdictPill.CopilotDrawer-module__VmwPda__tone_bad{background:#dc26261f;border-color:#dc262666}.CopilotDrawer-module__VmwPda__cardList{flex-direction:column;gap:4px;margin:4px 0 0;padding:0;list-style:none;display:flex}.CopilotDrawer-module__VmwPda__cardListItem{border-top:1px solid var(--line);flex-direction:column;gap:1px;padding-top:4px;display:flex}.CopilotDrawer-module__VmwPda__cardListItem:first-child{border-top:none;padding-top:0}.CopilotDrawer-module__VmwPda__cardListMain{color:var(--ink);font-size:12px;font-weight:600}.CopilotDrawer-module__VmwPda__cardListSub{color:var(--muted);font-variant-numeric:tabular-nums;font-size:10.5px}.CopilotDrawer-module__VmwPda__cardEmpty{color:var(--muted);font-size:11.5px;font-style:italic}.CopilotDrawer-module__VmwPda__planRouteHead{align-items:center;gap:8px;display:flex}.CopilotDrawer-module__VmwPda__planRouteCheck{accent-color:var(--accent,#c2410c);cursor:pointer;flex:none;width:15px;height:15px;margin:0}.CopilotDrawer-module__VmwPda__planRouteRow{cursor:pointer;text-align:left;background:0 0;border:0;flex-direction:column;gap:1px;width:100%;padding:2px 0;display:flex}.CopilotDrawer-module__VmwPda__planRouteRow:disabled{cursor:default}.CopilotDrawer-module__VmwPda__planRouteRow:not(:disabled):hover .CopilotDrawer-module__VmwPda__cardListMain{color:var(--accent,#c2410c)}.CopilotDrawer-module__VmwPda__planCaret{color:var(--muted);width:12px;font-size:9px;display:inline-block}.CopilotDrawer-module__VmwPda__setGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;margin:6px 0;display:grid}.CopilotDrawer-module__VmwPda__setField{flex-direction:column;gap:2px;min-width:0;display:flex}.CopilotDrawer-module__VmwPda__setLabel{color:var(--muted);font-size:10.5px}.CopilotDrawer-module__VmwPda__setInput{background:var(--surface,#fff);border:1px solid var(--line,#e2e8f0);color:var(--ink,#111827);font:inherit;border-radius:7px;width:100%;padding:4px 7px;font-size:12px}.CopilotDrawer-module__VmwPda__setInput:focus{border-color:var(--accent,#c2410c);outline:none}.CopilotDrawer-module__VmwPda__setToggle{cursor:pointer;grid-column:1/-1;align-items:center;gap:7px;font-size:12px;display:flex}.CopilotDrawer-module__VmwPda__setToggle input{accent-color:var(--accent,#c2410c)}.CopilotDrawer-module__VmwPda__planStops{border-left:2px solid var(--line);flex-direction:column;gap:2px;margin:4px 0 2px;padding:4px 0 2px 14px;list-style:none;display:flex}.CopilotDrawer-module__VmwPda__planStop{align-items:baseline;gap:6px;display:flex}.CopilotDrawer-module__VmwPda__planStopSeq{color:var(--muted);font-variant-numeric:tabular-nums;text-align:right;flex:none;min-width:14px;font-size:10px}.CopilotDrawer-module__VmwPda__planStopMain{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:11.5px;overflow:hidden}.CopilotDrawer-module__VmwPda__planStopSub{color:var(--muted);flex:none;font-size:10px}.CopilotDrawer-module__VmwPda__cardNoteRow{color:var(--ink-soft,var(--muted));margin-bottom:4px;font-size:11.5px}.CopilotDrawer-module__VmwPda__cardWarnRow{color:#b45309;margin-bottom:6px;font-size:11.5px}.CopilotDrawer-module__VmwPda__cardFoot{border-top:1px dashed var(--line);color:var(--muted);margin-top:8px;padding-top:6px;font-size:11px}.CopilotDrawer-module__VmwPda__recon{background:color-mix(in srgb, var(--accent,#c2410c) 5%, var(--surface));border:1px solid var(--line);border-radius:6px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;padding:6px 9px;display:flex}.CopilotDrawer-module__VmwPda__reconLead{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:700}.CopilotDrawer-module__VmwPda__reconStat{color:var(--ink);font-variant-numeric:tabular-nums;font-size:11.5px}.CopilotDrawer-module__VmwPda__reconStat b{font-weight:800}.CopilotDrawer-module__VmwPda__leftOut{margin-top:8px}.CopilotDrawer-module__VmwPda__leftOutTog{color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:4px 0;font-size:11.5px;font-weight:600}.CopilotDrawer-module__VmwPda__leftOutTog:hover{color:var(--ink)}.CopilotDrawer-module__VmwPda__leftOutList{flex-direction:column;gap:6px;margin:4px 0 0;padding:0;list-style:none;display:flex}.CopilotDrawer-module__VmwPda__leftOutRow{border-left:2px solid var(--line);flex-direction:column;gap:1px;padding:2px 0 2px 8px;display:flex}.CopilotDrawer-module__VmwPda__leftOutMain{color:var(--ink);font-size:11.5px;font-weight:600}.CopilotDrawer-module__VmwPda__leftOutSub{color:var(--muted);font-size:10.5px}.CopilotDrawer-module__VmwPda__leftOutFix{color:var(--accent,#c2410c);font-size:10.5px}.CopilotDrawer-module__VmwPda__health{border-top:1px dashed var(--line);margin-top:8px;padding-top:8px}.CopilotDrawer-module__VmwPda__healthNote{color:var(--muted);margin-top:4px;font-size:10.5px}.CopilotDrawer-module__VmwPda__reusedChip{background:color-mix(in srgb, #10b981 12%, var(--surface));border:1px solid color-mix(in srgb, #10b981 35%, var(--line));color:#047857;border-radius:999px;align-self:flex-start;margin-top:6px;padding:2px 9px;font-size:10.5px;font-weight:700}.CopilotDrawer-module__VmwPda__ovrStrip{flex-wrap:wrap;align-items:center;gap:4px;margin-top:6px;display:flex}.CopilotDrawer-module__VmwPda__ovrLead{color:var(--text-muted,var(--muted));font-size:11px;font-weight:600}.CopilotDrawer-module__VmwPda__ovrChip{background:color-mix(in srgb, var(--accent,#6366f1) 10%, var(--surface));border:1px solid color-mix(in srgb, var(--accent,#6366f1) 30%, var(--line));font-variant-numeric:tabular-nums;border-radius:6px;padding:1px 6px;font-size:11px}.CopilotDrawer-module__VmwPda__applyBar{border-top:1px solid var(--line);margin-top:8px;padding-top:8px}.CopilotDrawer-module__VmwPda__applyBtn{background:var(--accent,#c2410c);border:1px solid var(--accent,#c2410c);color:#fff;cursor:pointer;border-radius:7px;width:100%;padding:7px 10px;font-size:12px;font-weight:700}.CopilotDrawer-module__VmwPda__applyBtn:disabled{opacity:.6;cursor:default}.CopilotDrawer-module__VmwPda__applyConfirm{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.CopilotDrawer-module__VmwPda__applyAsk{color:var(--ink);flex:auto;min-width:0;font-size:12px;font-weight:700}.CopilotDrawer-module__VmwPda__applyGo{color:#fff;cursor:pointer;background:#047857;border:1px solid #047857;border-radius:6px;padding:5px 10px;font-size:11.5px;font-weight:700}.CopilotDrawer-module__VmwPda__applyCancel{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;padding:5px 10px;font-size:11.5px;font-weight:700}.CopilotDrawer-module__VmwPda__applyErr{color:#b91c1c;margin-bottom:6px;font-size:11.5px}.CopilotDrawer-module__VmwPda__applyDone{border-top:1px solid var(--line);color:#047857;margin-top:8px;padding-top:8px;font-size:11.5px;font-weight:700}.CopilotDrawer-module__VmwPda__hintBar{align-items:center;gap:8px;padding:8px 2px 0;display:flex}.CopilotDrawer-module__VmwPda__hintLead{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;flex:none;font-size:10.5px;font-weight:700}.CopilotDrawer-module__VmwPda__hintChips{scrollbar-width:thin;flex:auto;gap:6px;min-width:0;padding-bottom:3px;display:flex;overflow-x:auto}.CopilotDrawer-module__VmwPda__hintChips::-webkit-scrollbar{height:5px}.CopilotDrawer-module__VmwPda__hintChips::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.CopilotDrawer-module__VmwPda__hintChip{background:var(--surface);border:1px solid var(--line);color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:999px;flex:none;padding:5px 11px;font-size:12px}.CopilotDrawer-module__VmwPda__hintChip:hover{background:var(--surface-2);border-color:var(--accent,#c2410c)}.CopilotDrawer-module__VmwPda__composer{border-top:1px solid var(--line);align-items:flex-end;gap:6px;padding-top:8px;display:flex}.CopilotDrawer-module__VmwPda__input{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm,8px);color:var(--ink);font:inherit;resize:none;flex:auto;min-width:0;min-height:38px;max-height:150px;padding:9px 11px;font-size:13px;line-height:1.4;overflow-y:auto}.CopilotDrawer-module__VmwPda__input:focus{border-color:var(--accent,#c2410c);outline:none}.CopilotDrawer-module__VmwPda__input:disabled{opacity:.6}.CopilotDrawer-module__VmwPda__mp{flex:none;position:relative}.CopilotDrawer-module__VmwPda__mpTrigger{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm,8px);color:var(--ink);cursor:pointer;align-items:center;gap:5px;max-width:148px;padding:9px;font-size:12px;display:inline-flex}.CopilotDrawer-module__VmwPda__mpTrigger:hover:not(:disabled){border-color:var(--accent,#c2410c)}.CopilotDrawer-module__VmwPda__mpTrigger:focus-visible{border-color:var(--accent,#c2410c);outline:none}.CopilotDrawer-module__VmwPda__mpTrigger:disabled{opacity:.6;cursor:default}.CopilotDrawer-module__VmwPda__mpGlyph{opacity:.85;flex:none;font-size:11px}.CopilotDrawer-module__VmwPda__mpLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.CopilotDrawer-module__VmwPda__mpCaret{color:var(--muted);flex:none;font-size:9px}.CopilotDrawer-module__VmwPda__mpMenu{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm,8px);z-index:30;min-width:210px;padding:4px;position:absolute;bottom:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 10px 28px #0003}.CopilotDrawer-module__VmwPda__mpItem{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:7px 9px;display:flex}.CopilotDrawer-module__VmwPda__mpItem:hover,.CopilotDrawer-module__VmwPda__mpItemOn{background:var(--surface-2)}.CopilotDrawer-module__VmwPda__mpItemMain{flex-direction:column;gap:1px;min-width:0;display:flex}.CopilotDrawer-module__VmwPda__mpItemName{font-size:13px;font-weight:600}.CopilotDrawer-module__VmwPda__mpItemNote{color:var(--muted);font-size:11px}.CopilotDrawer-module__VmwPda__mpCheck{color:var(--accent,#c2410c);flex:none;font-weight:700}.CopilotDrawer-module__VmwPda__mpGroup{border-top:1px solid var(--line);margin-top:4px;padding-top:4px}.CopilotDrawer-module__VmwPda__mpGroupHead{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;padding:4px 9px 2px;font-size:10px;font-weight:700}.CopilotDrawer-module__VmwPda__send{background:var(--accent,#c2410c);border:1px solid var(--accent,#c2410c);border-radius:var(--radius-sm,8px);color:#fff;cursor:pointer;flex:none;padding:9px 16px;font-size:13px;font-weight:700}.CopilotDrawer-module__VmwPda__send:disabled{opacity:.5;cursor:default}
.DeliveryDateCell-module__Pi_F3W__ddChip{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;max-width:100%;padding:3px 8px;font:600 11px/1 inherit;display:inline-flex}.DeliveryDateCell-module__Pi_F3W__ddCustomer{color:#fff;background:#15803d;border-color:#15803d}.DeliveryDateCell-module__Pi_F3W__ddOps{color:#166534;background:#dcfce7;border-style:dashed;border-color:#86efac}.DeliveryDateCell-module__Pi_F3W__ddNone{color:var(--muted,var(--muted));border-color:var(--border,var(--line));background:0 0;border-style:dashed}.DeliveryDateCell-module__Pi_F3W__ddCustomer:hover{background:#166534}.DeliveryDateCell-module__Pi_F3W__ddOps:hover{background:#bbf7d0}.DeliveryDateCell-module__Pi_F3W__ddNone:hover{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.DeliveryDateCell-module__Pi_F3W__ddPop{background:var(--surface,#fff);border:1px solid var(--border,var(--line));box-sizing:border-box;border-radius:10px;width:224px;max-width:calc(100vw - 16px);padding:8px;box-shadow:0 10px 30px #0f172a2e}.DeliveryDateCell-module__Pi_F3W__ddTop{align-items:center;gap:5px;margin-bottom:8px;display:flex}.DeliveryDateCell-module__Pi_F3W__ddSave{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:6px;padding:4px 12px;font-size:11px;font-weight:700}.DeliveryDateCell-module__Pi_F3W__ddSave:disabled{opacity:.5;cursor:default}.DeliveryDateCell-module__Pi_F3W__ddClear{background:var(--surface);color:#b91c1c;cursor:pointer;border:1px solid #fca5a5;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:600}.DeliveryDateCell-module__Pi_F3W__ddCancel{border:1px solid var(--border,var(--line));background:var(--surface);width:24px;height:24px;color:var(--muted,var(--muted));cursor:pointer;border-radius:6px;margin-left:auto;font-size:12px;line-height:1}.DeliveryDateCell-module__Pi_F3W__ddCancel:hover{background:var(--surface-2,var(--surface-2));color:var(--text,var(--ink))}.DeliveryDateCell-module__Pi_F3W__ddCalHead{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.DeliveryDateCell-module__Pi_F3W__ddCalMonth{color:var(--text,var(--ink));font-size:12px;font-weight:700}.DeliveryDateCell-module__Pi_F3W__ddCalNav{border:1px solid var(--border,var(--line));background:var(--surface,#fff);width:22px;height:22px;color:var(--text,var(--ink-soft));cursor:pointer;border-radius:6px;font-size:14px;line-height:1}.DeliveryDateCell-module__Pi_F3W__ddCalNav:hover{background:var(--surface-2,var(--surface-2))}.DeliveryDateCell-module__Pi_F3W__ddCalDow{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.DeliveryDateCell-module__Pi_F3W__ddCalDow span{text-align:center;color:var(--muted,var(--muted));font-size:9px;font-weight:700}.DeliveryDateCell-module__Pi_F3W__ddCalGrid{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.DeliveryDateCell-module__Pi_F3W__ddDayBlank{height:24px}.DeliveryDateCell-module__Pi_F3W__ddDay{height:24px;color:var(--text,var(--ink-soft));cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;padding:0;font-size:11px;display:flex}.DeliveryDateCell-module__Pi_F3W__ddDay:hover{background:var(--surface-2,var(--surface-2))}.DeliveryDateCell-module__Pi_F3W__ddDayOn{color:#fff;background:#15803d;font-weight:700}.DeliveryDateCell-module__Pi_F3W__ddDayOn:hover{background:#166534}.DeliveryDateCell-module__Pi_F3W__ddDayToday{color:#2563eb;border-color:#93c5fd;font-weight:700}.DeliveryDateCell-module__Pi_F3W__ddSelected{color:var(--text,var(--ink-soft));margin-top:6px;font-size:11px}.DeliveryDateCell-module__Pi_F3W__ddMutedTxt{color:var(--muted,var(--muted))}.DeliveryDateCell-module__Pi_F3W__ddHint{color:var(--muted,var(--muted));font-size:10px}.DeliveryDateCell-module__Pi_F3W__ddErr{color:#dc2626;margin-top:4px;font-size:11px}
.EpodLightbox-module__jfPOMa__backdrop{z-index:10001;background:#0b1220db;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.EpodLightbox-module__jfPOMa__closeX{cursor:pointer;color:#fff;background:#ffffff1f;border:none;border-radius:50%;width:40px;height:40px;font-size:26px;line-height:1;position:fixed;top:16px;right:20px}.EpodLightbox-module__jfPOMa__closeX:hover{background:#ffffff38}.EpodLightbox-module__jfPOMa__stage{justify-content:center;align-items:center;max-width:100%;max-height:100%;display:flex;position:relative}.EpodLightbox-module__jfPOMa__full{object-fit:contain;background:#fff;border-radius:8px;max-width:calc(100vw - 64px);max-height:calc(100vh - 64px)}.EpodLightbox-module__jfPOMa__nav{cursor:pointer;color:#111827;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:32px;line-height:1;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.EpodLightbox-module__jfPOMa__nav:hover{background:#fff}.EpodLightbox-module__jfPOMa__navLeft{left:18px}.EpodLightbox-module__jfPOMa__navRight{right:18px}.EpodLightbox-module__jfPOMa__bar{color:#e5e7eb;background:#0000008c;align-items:center;gap:16px;padding:12px 20px;font-size:13px;display:flex;position:fixed;bottom:0;left:0;right:0}.EpodLightbox-module__jfPOMa__barLabel{font-weight:700}.EpodLightbox-module__jfPOMa__count{color:#9ca3af}.EpodLightbox-module__jfPOMa__openLink{color:#93c5fd;margin-left:auto;text-decoration:none}.EpodLightbox-module__jfPOMa__openLink:hover{text-decoration:underline}
.EpodCell-module__-8NqHW__cell{align-items:center;gap:6px;max-width:100%;display:inline-flex}.EpodCell-module__-8NqHW__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.EpodCell-module__-8NqHW__icons{flex:none;align-items:center;gap:3px;display:inline-flex}.EpodCell-module__-8NqHW__iconBtn{color:var(--muted,#6b7280);cursor:pointer;border-radius:6px;align-items:center;gap:1px;padding:2px 4px;transition:background .12s,color .12s;display:inline-flex}.EpodCell-module__-8NqHW__iconBtn:hover{background:color-mix(in srgb, var(--accent,#2563eb) 14%, transparent);color:var(--accent,#2563eb)}.EpodCell-module__-8NqHW__badge{font-size:10px;font-weight:700;line-height:1}.EpodCell-module__-8NqHW__preview{z-index:9999;background:var(--surface,#fff);border:1px solid var(--border,var(--line,#e2e8f0));border-radius:12px;max-width:calc(100vw - 16px);padding:8px;position:fixed;overflow:auto;box-shadow:0 16px 40px #00000047}.EpodCell-module__-8NqHW__head{color:var(--text,var(--ink,#111827));align-items:baseline;gap:8px;margin-bottom:6px;font-size:12px;display:flex}.EpodCell-module__-8NqHW__muted{color:var(--muted,#6b7280);padding:4px 2px;font-size:12px}.EpodCell-module__-8NqHW__thumbs{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;width:440px;max-width:100%;display:grid}.EpodCell-module__-8NqHW__thumbLink{aspect-ratio:1;cursor:pointer;background:0 0;border:none;padding:0;line-height:0;display:block;position:relative}.EpodCell-module__-8NqHW__photo{object-fit:cover;border:1px solid var(--border,var(--line,#e2e8f0));background:#f1f5f9;border-radius:6px;width:100%;height:100%}.EpodCell-module__-8NqHW__sig{object-fit:contain;border:1px solid var(--border,var(--line,#e2e8f0));background:#fff;border-radius:6px;width:280px;height:150px}.EpodCell-module__-8NqHW__failTag{color:#fff;background:#c0362c;border-radius:999px;padding:1px 5px;font-size:9px;font-weight:700;line-height:1.4;position:absolute;bottom:4px;left:4px}
.PageLayout-module__pTB1YW__page,.PageLayout-module__pTB1YW__main{flex-direction:column;flex:1;min-width:0;display:flex}.PageLayout-module__pTB1YW__header{align-items:flex-start;gap:var(--space-4);padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--line);display:flex}.PageLayout-module__pTB1YW__titleWrap{align-items:center;gap:var(--space-3);flex-wrap:wrap;flex:1;min-width:0;display:flex}.PageLayout-module__pTB1YW__titleIcon{color:var(--brand);font-size:20px}.PageLayout-module__pTB1YW__title{font-size:var(--text-h2);color:var(--ink);margin:0;font-weight:700}.PageLayout-module__pTB1YW__count{min-width:22px;height:22px;padding:0 var(--space-2);background:var(--surface-2);color:var(--ink-soft);font-size:var(--text-sm);border-radius:999px;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.PageLayout-module__pTB1YW__description{font-size:var(--text-sm);color:var(--muted);flex-basis:100%;margin:0}.PageLayout-module__pTB1YW__headerDense{padding:var(--space-3) var(--space-6)}.PageLayout-module__pTB1YW__headerDense .PageLayout-module__pTB1YW__description{margin-left:var(--space-2);flex-basis:auto}.PageLayout-module__pTB1YW__headerRight{align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.PageLayout-module__pTB1YW__search{min-width:200px}.PageLayout-module__pTB1YW__actions{align-items:center;gap:var(--space-2);display:flex}.PageLayout-module__pTB1YW__tabs{align-items:center;gap:var(--space-1);padding:0 var(--space-6);border-bottom:1px solid var(--line);display:flex;overflow-x:auto}.PageLayout-module__pTB1YW__tab{align-items:center;gap:var(--space-2);height:40px;padding:0 var(--space-4);color:var(--ink-soft);font-family:inherit;font-size:var(--text-base);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;font-weight:600;display:inline-flex}.PageLayout-module__pTB1YW__tab:hover{color:var(--ink)}.PageLayout-module__pTB1YW__tabActive{color:var(--brand-dark);border-bottom-color:var(--brand)}.PageLayout-module__pTB1YW__content{flex:1;min-width:0}.PageLayout-module__pTB1YW__contentPad{padding:var(--space-6)}@media (max-width:720px){.PageLayout-module__pTB1YW__header{flex-direction:column}.PageLayout-module__pTB1YW__headerRight{width:100%}.PageLayout-module__pTB1YW__search{flex:1}}
.SettingsView-module__AnjTOW__settings{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:18px;padding:16px 24px 34px;display:grid}.SettingsView-module__AnjTOW__nav{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);position:sticky;top:16px;overflow:hidden}.SettingsView-module__AnjTOW__navHead{font-size:var(--text-title);color:var(--ink);border-bottom:1px solid var(--line-soft);padding:16px 16px 12px;font-weight:800}.SettingsView-module__AnjTOW__navList{flex-direction:column;gap:2px;padding:8px;display:flex}.SettingsView-module__AnjTOW__navButton{border-radius:var(--radius-sm);width:100%;color:var(--ink-soft);font-size:var(--text-base);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:9px 11px;font-weight:600;transition:background .12s,color .12s;display:flex}.SettingsView-module__AnjTOW__navButton:hover{background:var(--surface-2);color:var(--ink)}.SettingsView-module__AnjTOW__navButtonActive{background:var(--clay-soft);color:var(--clay-dark)}.SettingsView-module__AnjTOW__navIcon{opacity:.9;font-size:16px;display:inline-flex}.SettingsView-module__AnjTOW__navLabel{flex:1}.SettingsView-module__AnjTOW__navDot{background:var(--todo);border-radius:50%;width:7px;height:7px}.SettingsView-module__AnjTOW__panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.SettingsView-module__AnjTOW__panelHead{z-index:5;background:var(--surface);border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 20px;display:flex;position:sticky;top:0}.SettingsView-module__AnjTOW__panelHeadText{min-width:0}.SettingsView-module__AnjTOW__panelTitle{font-size:var(--text-h1);color:var(--ink);margin:0;font-weight:800}.SettingsView-module__AnjTOW__panelDesc{font-size:var(--text-sm);color:var(--muted);margin:3px 0 0}.SettingsView-module__AnjTOW__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.SettingsView-module__AnjTOW__unsaved{font-size:var(--text-xs);color:var(--amber);white-space:nowrap;font-weight:700}.SettingsView-module__AnjTOW__primaryButton,.SettingsView-module__AnjTOW__secondaryButton{border-radius:var(--radius-sm);font-size:var(--text-base);cursor:pointer;align-items:center;gap:6px;padding:8px 14px;font-weight:700;transition:filter .12s,background .12s,opacity .12s;display:inline-flex}.SettingsView-module__AnjTOW__primaryButton{background:var(--clay);color:#fff;border:none}.SettingsView-module__AnjTOW__primaryButton:hover:not(:disabled){background:var(--clay-dark)}.SettingsView-module__AnjTOW__secondaryButton{border:1px solid var(--line);background:var(--surface);color:var(--ink-soft)}.SettingsView-module__AnjTOW__secondaryButton:hover:not(:disabled){background:var(--surface-2);color:var(--ink)}.SettingsView-module__AnjTOW__primaryButton:disabled,.SettingsView-module__AnjTOW__secondaryButton:disabled{opacity:.5;cursor:not-allowed}.SettingsView-module__AnjTOW__tabBar{background:var(--surface);border-bottom:1px solid var(--line);gap:20px;padding:0 20px;display:flex}.SettingsView-module__AnjTOW__tabButton{color:var(--muted);font-size:var(--text-base);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 2px;font-weight:700;transition:color .12s,border-color .12s}.SettingsView-module__AnjTOW__tabButton:hover{color:var(--ink)}.SettingsView-module__AnjTOW__tabButtonActive{color:var(--clay-dark);border-bottom-color:var(--clay)}.SettingsView-module__AnjTOW__body{flex-direction:column;gap:16px;padding:18px 20px 28px;display:flex}.SettingsView-module__AnjTOW__info,.SettingsView-module__AnjTOW__error{border-radius:var(--radius-sm);font-size:var(--text-sm);padding:10px 12px}.SettingsView-module__AnjTOW__info{background:var(--surface-2);color:var(--ink-soft)}.SettingsView-module__AnjTOW__error{background:var(--red-soft);color:var(--red);font-weight:600}.SettingsView-module__AnjTOW__card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:16px 18px}.SettingsView-module__AnjTOW__cardHead{margin-bottom:14px}.SettingsView-module__AnjTOW__cardTitle{font-size:var(--text-title);color:var(--ink);text-transform:uppercase;letter-spacing:.03em;margin:0;font-weight:800}.SettingsView-module__AnjTOW__cardHint{font-size:var(--text-xs);color:var(--muted);margin:4px 0 0}.SettingsView-module__AnjTOW__controlGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.SettingsView-module__AnjTOW__control{flex-direction:column;gap:6px;min-width:0;display:flex}.SettingsView-module__AnjTOW__controlWide{grid-column:1/-1}.SettingsView-module__AnjTOW__controlLabel{font-size:var(--text-sm);color:var(--ink-soft);align-items:center;gap:6px;font-weight:600;display:flex}.SettingsView-module__AnjTOW__inputWrap{align-items:center;display:flex;position:relative}.SettingsView-module__AnjTOW__input{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--ink);font-size:var(--text-base);padding:9px 11px;font-family:inherit}.SettingsView-module__AnjTOW__input:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--clay-soft);outline:none}.SettingsView-module__AnjTOW__input:disabled{background:var(--surface-2);color:var(--muted);cursor:not-allowed}.SettingsView-module__AnjTOW__suffix{font-size:var(--text-sm);color:var(--muted);pointer-events:none;font-weight:600;position:absolute;right:11px}.SettingsView-module__AnjTOW__inputWrap .SettingsView-module__AnjTOW__input{padding-right:48px}.SettingsView-module__AnjTOW__textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:110px;color:var(--ink);font-size:var(--text-base);resize:vertical;padding:10px 12px;font-family:inherit}.SettingsView-module__AnjTOW__textarea:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--clay-soft);outline:none}.SettingsView-module__AnjTOW__fieldHint{font-size:var(--text-xs);color:var(--muted)}.SettingsView-module__AnjTOW__profileTop{flex-wrap:wrap;align-items:flex-start;gap:28px;display:flex}.SettingsView-module__AnjTOW__profileMain{flex:320px;min-width:0}.SettingsView-module__AnjTOW__profilePic{flex:none}.SettingsView-module__AnjTOW__profileDivider{border-top:1px solid var(--line);margin:20px 0}.SettingsView-module__AnjTOW__profileAvatar{background:var(--brand-gradient);color:#fff;border-radius:50%;flex:none;place-items:center;width:72px;height:72px;font-size:28px;font-weight:800;display:grid;position:relative;overflow:hidden}.SettingsView-module__AnjTOW__profileAvatar img{object-fit:cover;width:100%;height:100%}.SettingsView-module__AnjTOW__profileAvatarBusy{background:#0006;place-items:center;display:grid;position:absolute;inset:0}.SettingsView-module__AnjTOW__colorRow{align-items:center;gap:8px;display:flex}.SettingsView-module__AnjTOW__colorSwatch{border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;background:0 0;flex-shrink:0;width:38px;height:38px;padding:0}.SettingsView-module__AnjTOW__colorSwatch:disabled{cursor:not-allowed;opacity:.6}.SettingsView-module__AnjTOW__actionButton{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--ink-soft);font-size:var(--text-base);cursor:not-allowed;align-self:flex-start;padding:9px 14px;font-weight:700}.SettingsView-module__AnjTOW__toggleList{flex-direction:column;display:flex}.SettingsView-module__AnjTOW__toggleList:not(:first-child){margin-top:14px}.SettingsView-module__AnjTOW__toggleRow{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:16px;padding:11px 0;display:flex}.SettingsView-module__AnjTOW__toggleRow:first-child{border-top:none}.SettingsView-module__AnjTOW__toggleText{flex-direction:column;gap:3px;min-width:0;display:flex}.SettingsView-module__AnjTOW__toggleLabel{font-size:var(--text-base);color:var(--ink);align-items:center;gap:6px;font-weight:600;display:flex}.SettingsView-module__AnjTOW__toggle{background:var(--line);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;width:42px;height:24px;padding:0;transition:background .16s;position:relative}.SettingsView-module__AnjTOW__toggle:disabled{opacity:.5;cursor:not-allowed}.SettingsView-module__AnjTOW__toggleOn{background:var(--toggle-on)}.SettingsView-module__AnjTOW__toggleThumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000004d}.SettingsView-module__AnjTOW__toggleOn .SettingsView-module__AnjTOW__toggleThumb{transform:translate(18px)}.SettingsView-module__AnjTOW__chipRow{flex-wrap:wrap;gap:8px;display:flex}.SettingsView-module__AnjTOW__chip{border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:var(--text-base);cursor:pointer;border-radius:999px;padding:7px 14px;font-weight:600;transition:background .14s,border-color .14s,color .14s}.SettingsView-module__AnjTOW__chip:hover:not(:disabled){border-color:var(--toggle-on)}.SettingsView-module__AnjTOW__chipOn{background:var(--toggle-on);border-color:var(--toggle-on);color:#fff}.SettingsView-module__AnjTOW__chip:disabled{opacity:.5;cursor:not-allowed}.SettingsView-module__AnjTOW__todoChip{letter-spacing:.05em;background:var(--todo-soft);color:var(--todo);text-transform:uppercase;border-radius:999px;padding:2px 6px;font-size:9.5px;font-weight:800}.SettingsView-module__AnjTOW__fixedChip{letter-spacing:.05em;background:var(--surface-2);color:var(--muted);border:1px solid var(--line);text-transform:uppercase;border-radius:999px;align-items:center;gap:3px;padding:2px 6px;font-size:9.5px;font-weight:800;display:inline-flex}.SettingsView-module__AnjTOW__envChip{letter-spacing:.05em;background:var(--clay-soft);color:var(--clay-dark);text-transform:uppercase;border-radius:999px;align-items:center;gap:3px;padding:2px 6px;font-size:9.5px;font-weight:800;display:inline-flex}.SettingsView-module__AnjTOW__soonChip{letter-spacing:.05em;background:var(--todo-soft);color:var(--todo);border:1px solid color-mix(in srgb, var(--todo) 30%, transparent);text-transform:uppercase;border-radius:999px;align-items:center;gap:3px;padding:2px 6px;font-size:9.5px;font-weight:800;display:inline-flex}.SettingsView-module__AnjTOW__fixedChip svg,.SettingsView-module__AnjTOW__envChip svg,.SettingsView-module__AnjTOW__soonChip svg{width:10px;height:10px}.SettingsView-module__AnjTOW__aiChip{letter-spacing:.05em;color:#7c3aed;text-transform:uppercase;background:#7c3aed24;border:1px solid #7c3aed4d;border-radius:999px;align-items:center;gap:3px;padding:2px 6px;font-size:9.5px;font-weight:800;display:inline-flex}.SettingsView-module__AnjTOW__labelPreview{opacity:.75;flex-direction:column;gap:10px;display:flex}.SettingsView-module__AnjTOW__labelPreviewHint{border-radius:var(--radius-sm);background:var(--surface-2);color:var(--muted);font-size:var(--text-xs);border:1px dashed var(--line);margin:0;padding:8px 12px}.SettingsView-module__AnjTOW__labelCols{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:640px){.SettingsView-module__AnjTOW__labelCols{grid-template-columns:1fr}}.SettingsView-module__AnjTOW__labelCol{flex-direction:column;gap:6px;display:flex}.SettingsView-module__AnjTOW__labelColTitle{font-size:var(--text-xs);color:var(--muted);font-weight:700}.SettingsView-module__AnjTOW__labelColBox{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);flex-direction:column;gap:6px;min-height:60px;padding:8px;display:flex}.SettingsView-module__AnjTOW__labelFieldChip{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--line);color:var(--ink);font-size:var(--text-sm);cursor:not-allowed;align-items:center;gap:8px;padding:7px 10px;display:flex}.SettingsView-module__AnjTOW__labelFieldChip:before{content:"⣿";color:var(--muted);letter-spacing:-2px;font-size:11px;line-height:1}.SettingsView-module__AnjTOW__toastSlot{z-index:130;position:fixed;bottom:18px;right:18px}.SettingsView-module__AnjTOW__infoIcon{color:var(--muted);cursor:help;align-items:center;font-size:13px;display:inline-flex;position:relative}.SettingsView-module__AnjTOW__infoIcon:hover,.SettingsView-module__AnjTOW__infoIcon:focus{color:var(--clay);outline:none}.SettingsView-module__AnjTOW__infoTip{border-radius:var(--radius-sm);background:var(--ink);color:#fff;width:max-content;max-width:240px;font-size:var(--text-xs);text-transform:none;letter-spacing:normal;white-space:normal;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;z-index:200;padding:7px 10px;font-weight:500;line-height:1.4;transition:opacity .12s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.SettingsView-module__AnjTOW__infoIcon:hover .SettingsView-module__AnjTOW__infoTip,.SettingsView-module__AnjTOW__infoIcon:focus .SettingsView-module__AnjTOW__infoTip{opacity:1;visibility:visible}.SettingsView-module__AnjTOW__table{border-collapse:collapse;width:100%;font-size:var(--text-base)}.SettingsView-module__AnjTOW__table th{text-align:left;background:var(--surface-2);color:var(--muted);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--line);padding:11px 14px;font-weight:700}.SettingsView-module__AnjTOW__table td{border-bottom:1px solid var(--line-soft);color:var(--ink);padding:11px 14px}.SettingsView-module__AnjTOW__table tbody tr:last-child td{border-bottom:none}.SettingsView-module__AnjTOW__table tbody tr:hover td{background:var(--surface-2)}.SettingsView-module__AnjTOW__colCenter{text-align:center}.SettingsView-module__AnjTOW__colActions{text-align:right;white-space:nowrap;width:84px}.SettingsView-module__AnjTOW__emptyRow{text-align:center;color:var(--muted);padding:22px}.SettingsView-module__AnjTOW__iconBtn{color:var(--muted);cursor:pointer;vertical-align:middle;background:0 0;border:none;border-radius:6px;padding:6px;font-size:15px}.SettingsView-module__AnjTOW__iconBtn:hover:not(:disabled){background:var(--surface);color:var(--ink)}.SettingsView-module__AnjTOW__iconBtn:disabled{opacity:.4;cursor:not-allowed}.SettingsView-module__AnjTOW__badge{font-size:var(--text-xs);border-radius:999px;padding:2px 10px;font-weight:700;display:inline-block}.SettingsView-module__AnjTOW__badgeYes{background:var(--forest-soft);color:var(--forest)}.SettingsView-module__AnjTOW__badgeNo{background:var(--surface-2);color:var(--muted)}.SettingsView-module__AnjTOW__modalBackdrop{z-index:var(--z-modal,60);background:#211e1a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.SettingsView-module__AnjTOW__modalSmall,.SettingsView-module__AnjTOW__modalLarge{background:var(--surface);border-radius:var(--radius);width:100%;max-height:90vh;box-shadow:var(--shadow);flex-direction:column;display:flex}.SettingsView-module__AnjTOW__modalSmall{max-width:420px}.SettingsView-module__AnjTOW__modalLarge{max-width:720px}.SettingsView-module__AnjTOW__modalHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.SettingsView-module__AnjTOW__modalTitle{font-size:var(--text-title);color:var(--ink);margin:0;font-weight:800}.SettingsView-module__AnjTOW__modalBody{flex-direction:column;gap:14px;padding:16px 18px;display:flex;overflow-y:auto}.SettingsView-module__AnjTOW__todoBanner{border-radius:var(--radius-sm);background:var(--todo-soft);color:var(--ink-soft);font-size:var(--text-sm);align-items:flex-start;gap:10px;padding:10px 12px;line-height:1.45;display:flex}.SettingsView-module__AnjTOW__holdBanner{border-radius:var(--radius-sm);background:var(--todo-soft);color:var(--ink);border:1px solid var(--todo);border-left:4px solid var(--todo);font-size:var(--text-sm);align-items:flex-start;gap:10px;margin-bottom:4px;padding:12px 14px;line-height:1.5;display:flex}.SettingsView-module__AnjTOW__holdBanner svg{color:var(--todo);flex:none;margin-top:1px}.SettingsView-module__AnjTOW__roleNote{border-radius:var(--radius-sm);background:var(--clay-soft);color:var(--clay-dark);font-size:var(--text-sm);padding:10px 12px}.SettingsView-module__AnjTOW__comingLater{border-top:1px dashed var(--line);margin-top:14px;padding-top:12px}.SettingsView-module__AnjTOW__comingLater:first-child{border-top:none;margin-top:0;padding-top:0}.SettingsView-module__AnjTOW__comingLaterSummary{cursor:pointer;font-size:var(--text-xs);letter-spacing:.03em;text-transform:uppercase;color:var(--muted);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-weight:700;list-style:none;display:inline-flex}.SettingsView-module__AnjTOW__comingLaterSummary::-webkit-details-marker{display:none}.SettingsView-module__AnjTOW__comingLaterSummary:before{content:"▸";font-size:10px;transition:transform .12s}.SettingsView-module__AnjTOW__comingLater[open]>.SettingsView-module__AnjTOW__comingLaterSummary:before{transform:rotate(90deg)}.SettingsView-module__AnjTOW__comingLaterSummary:hover{color:var(--ink-soft)}.SettingsView-module__AnjTOW__comingLaterHint{font-size:var(--text-xs);color:var(--muted);margin:8px 0 4px;line-height:1.45}.SettingsView-module__AnjTOW__matrixHead{font-size:var(--text-title);color:var(--ink);align-items:center;gap:8px;margin-top:2px;font-weight:800;display:flex}.SettingsView-module__AnjTOW__matrixCard{border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px}.SettingsView-module__AnjTOW__matrixOptions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.SettingsView-module__AnjTOW__matrixOption{text-align:left;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-soft);font-size:var(--text-sm);cursor:pointer;padding:10px 12px;font-weight:700;transition:background .12s,border-color .12s}.SettingsView-module__AnjTOW__matrixOption:hover{background:var(--surface-2)}.SettingsView-module__AnjTOW__matrixOptionOn{border-color:var(--clay);background:var(--clay-soft);color:var(--clay-dark)}.SettingsView-module__AnjTOW__matrixSub{border-top:1px solid var(--line-soft);margin-top:8px;padding-top:4px}.SettingsView-module__AnjTOW__chipRow{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.SettingsView-module__AnjTOW__chip{background:var(--surface-2);color:var(--ink);font-size:var(--text-sm);border-radius:999px;align-items:center;gap:4px;padding:3px 6px 3px 10px;display:inline-flex}.SettingsView-module__AnjTOW__chipX{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:2px;display:inline-flex}.SettingsView-module__AnjTOW__chipX:hover{background:var(--line);color:var(--ink)}.SettingsView-module__AnjTOW__eventList{border:1px solid var(--line);border-radius:var(--radius-sm);grid-template-columns:1fr 1fr;gap:4px 14px;max-height:240px;padding:8px;display:grid;overflow-y:auto}.SettingsView-module__AnjTOW__eventRow{font-size:var(--text-sm);color:var(--ink);cursor:pointer;align-items:center;gap:8px;display:flex}.SettingsView-module__AnjTOW__usersToolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.SettingsView-module__AnjTOW__userCount{font-size:var(--text-base);color:var(--ink);white-space:nowrap;font-weight:700}.SettingsView-module__AnjTOW__toolbarSpacer{flex:1}.SettingsView-module__AnjTOW__searchInput{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:240px;max-width:100%;color:var(--ink);font-size:var(--text-base);padding:8px 11px;font-family:inherit}.SettingsView-module__AnjTOW__searchInput:focus{border-color:var(--clay);box-shadow:0 0 0 3px var(--clay-soft);outline:none}@media (max-width:860px){.SettingsView-module__AnjTOW__settings{grid-template-columns:1fr;padding:12px}.SettingsView-module__AnjTOW__nav{position:static}}
.Button-module__VMVMAW__btn{justify-content:center;align-items:center;gap:var(--space-2);height:var(--control-h);padding:0 var(--space-4);border-radius:var(--radius-sm);font-family:inherit;font-size:var(--text-base);white-space:nowrap;cursor:pointer;transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), opacity var(--dur-fast) var(--ease);border:1px solid #0000;font-weight:600;line-height:1;display:inline-flex}.Button-module__VMVMAW__btn:disabled{opacity:.5;cursor:not-allowed}.Button-module__VMVMAW__sm{height:var(--control-h-sm);padding:0 var(--space-3);font-size:var(--text-sm)}.Button-module__VMVMAW__md{height:var(--control-h)}.Button-module__VMVMAW__lg{height:var(--control-h-lg);padding:0 var(--space-5)}.Button-module__VMVMAW__full{width:100%}.Button-module__VMVMAW__primary{background:var(--brand-gradient);color:var(--surface);box-shadow:var(--shadow)}.Button-module__VMVMAW__primary:hover:not(:disabled){filter:brightness(1.03)}.Button-module__VMVMAW__ghost{background:var(--surface);border-color:var(--line);color:var(--ink)}.Button-module__VMVMAW__ghost:hover:not(:disabled){border-color:var(--brand);color:var(--brand-dark)}.Button-module__VMVMAW__subtle{background:var(--surface-2);color:var(--ink-soft)}.Button-module__VMVMAW__subtle:hover:not(:disabled){background:var(--sand-2);color:var(--ink)}.Button-module__VMVMAW__danger{background:var(--red);color:var(--surface)}.Button-module__VMVMAW__danger:hover:not(:disabled){filter:brightness(1.04)}
.form-module__TXGoJG__control{width:100%;height:var(--control-h);padding:0 var(--control-px);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-family:inherit;font-size:var(--text-base);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease)}.form-module__TXGoJG__control::placeholder{color:var(--muted)}.form-module__TXGoJG__control:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.form-module__TXGoJG__control:disabled{background:var(--surface-2);color:var(--muted);cursor:not-allowed}.form-module__TXGoJG__select{cursor:pointer}.form-module__TXGoJG__textarea{height:auto;min-height:calc(var(--control-h) * 2);padding:var(--space-2) var(--control-px);resize:vertical;line-height:1.5}.form-module__TXGoJG__field{gap:var(--field-gap);flex-direction:column;display:flex}.form-module__TXGoJG__wide{grid-column:1/-1}.form-module__TXGoJG__label{align-items:center;gap:var(--space-2);font-size:var(--text-label);color:var(--ink-soft);font-weight:600;display:inline-flex}.form-module__TXGoJG__req{color:var(--red);font-weight:700}.form-module__TXGoJG__hint{font-size:var(--text-sm);color:var(--muted)}.form-module__TXGoJG__error{font-size:var(--text-sm);color:var(--red)}.form-module__TXGoJG__grid2{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.form-module__TXGoJG__grid1{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (max-width:560px){.form-module__TXGoJG__grid2{grid-template-columns:1fr}}
.Card-module__QRy0Sa__card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:var(--card-pad)}.Card-module__QRy0Sa__section{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.Card-module__QRy0Sa__head{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-2);border-bottom:1px solid var(--line);border-radius:var(--radius) var(--radius) 0 0;display:flex}.Card-module__QRy0Sa__title{font-size:var(--text-h3);color:var(--ink);flex:1;margin:0;font-weight:700}.Card-module__QRy0Sa__actions{align-items:center;gap:var(--space-2);display:flex}.Card-module__QRy0Sa__body{padding:var(--card-pad);gap:var(--space-4);flex-direction:column;display:flex}.Card-module__QRy0Sa__disabled{opacity:.55;pointer-events:none}
.DriverFeedbackCard-module__SxDFqq__card{border:1px solid var(--border,#e6e8ec);background:var(--surface-2,#fafbfc);border-radius:12px;margin-top:14px;padding:14px}.DriverFeedbackCard-module__SxDFqq__head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:10px;display:flex}.DriverFeedbackCard-module__SxDFqq__title{margin:0;font-size:13px;font-weight:700}.DriverFeedbackCard-module__SxDFqq__summary{font-size:13px}.DriverFeedbackCard-module__SxDFqq__avg{color:#b8860b;font-weight:700}.DriverFeedbackCard-module__SxDFqq__muted{color:var(--text-muted,#6b717b);font-size:12px}.DriverFeedbackCard-module__SxDFqq__bars{flex-direction:column;gap:5px;display:flex}.DriverFeedbackCard-module__SxDFqq__barRow{align-items:center;gap:8px;display:flex}.DriverFeedbackCard-module__SxDFqq__barStar{width:22px;color:var(--text-muted,#6b717b);flex-shrink:0;font-size:12px}.DriverFeedbackCard-module__SxDFqq__barTrack{background:var(--border,#e6e8ec);border-radius:999px;flex:1;height:8px;overflow:hidden}.DriverFeedbackCard-module__SxDFqq__barFill{background:#f5a623;border-radius:999px;height:100%;display:block}.DriverFeedbackCard-module__SxDFqq__barPct{text-align:right;flex-shrink:0;width:78px;font-size:12px}.DriverFeedbackCard-module__SxDFqq__comments{flex-direction:column;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.DriverFeedbackCard-module__SxDFqq__comment{flex-direction:column;gap:2px;display:flex}.DriverFeedbackCard-module__SxDFqq__cStars{color:#f5a623;letter-spacing:1px;font-size:12px}.DriverFeedbackCard-module__SxDFqq__cStarsOff{color:#d3d7de}.DriverFeedbackCard-module__SxDFqq__cText{color:var(--text,#1c1f24);font-size:13px}
.DriversView-module__UkXvWW__wrap{flex-direction:column;gap:12px;min-width:0;display:flex}.DriversView-module__UkXvWW__toolbar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.DriversView-module__UkXvWW__toolbarLeft{align-items:center;gap:10px;min-width:0;display:flex}.DriversView-module__UkXvWW__toolbarIcon{color:var(--clay);font-size:18px}.DriversView-module__UkXvWW__heading{color:var(--ink);margin:0;font-size:18px;font-weight:900}.DriversView-module__UkXvWW__count{background:var(--clay-soft);color:var(--clay-dark);text-align:center;border-radius:999px;min-width:24px;padding:2px 8px;font-size:12px;font-weight:900}.DriversView-module__UkXvWW__toolbarRight{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.DriversView-module__UkXvWW__bulkBar{background:var(--clay-soft);border:1px solid var(--line);border-radius:var(--radius-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.DriversView-module__UkXvWW__bulkCount{color:var(--clay-dark);font-size:13px;font-weight:800}.DriversView-module__UkXvWW__bulkActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.DriversView-module__UkXvWW__searchWrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);align-items:center;gap:6px;padding:0 10px;display:flex}.DriversView-module__UkXvWW__searchIcon{color:var(--muted);flex:none;font-size:14px}.DriversView-module__UkXvWW__search{color:var(--ink);background:0 0;border:none;outline:none;min-width:200px;min-height:36px;font-size:13px}.DriversView-module__UkXvWW__primaryBtn{background:var(--clay);border:1px solid var(--clay);border-radius:var(--radius-sm);color:var(--white);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;min-height:38px;padding:8px 14px;font-size:13px;font-weight:900;display:inline-flex}.DriversView-module__UkXvWW__primaryBtn:hover:not(:disabled){background:var(--clay-dark);border-color:var(--clay-dark)}.DriversView-module__UkXvWW__primaryBtn:disabled,.DriversView-module__UkXvWW__secondaryBtn:disabled{cursor:not-allowed;opacity:.55}.DriversView-module__UkXvWW__secondaryBtn{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;min-height:38px;padding:8px 14px;font-size:13px;font-weight:900}.DriversView-module__UkXvWW__secondaryBtn:hover:not(:disabled){border-color:var(--ink-soft)}.DriversView-module__UkXvWW__tableHost{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);flex-direction:column;min-height:240px;max-height:min(680px,100vh - 220px);display:flex;overflow:hidden}.DriversView-module__UkXvWW__toolsHost{align-items:center;display:inline-flex}.DriversView-module__UkXvWW__cellClip{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.DriversView-module__UkXvWW__tableCard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden}.DriversView-module__UkXvWW__tableScroll{max-height:660px;overflow:auto}.DriversView-module__UkXvWW__table{border-collapse:collapse;width:100%;min-width:1100px;font-size:12.5px}.DriversView-module__UkXvWW__table th,.DriversView-module__UkXvWW__table td{border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:middle;padding:10px 12px}.DriversView-module__UkXvWW__table th{background:var(--surface-2);color:var(--muted);letter-spacing:.02em;text-transform:uppercase;z-index:1;font-size:11px;font-weight:900;position:sticky;top:0}.DriversView-module__UkXvWW__table tbody tr:hover{background:var(--surface-2)}.DriversView-module__UkXvWW__table td{color:var(--ink-soft)}.DriversView-module__UkXvWW__strong{color:var(--ink);font-weight:800}.DriversView-module__UkXvWW__relCell{align-items:center;display:inline-flex}.DriversView-module__UkXvWW__relWarnIcon{color:var(--warning,#d97706);cursor:help;vertical-align:middle;align-items:center;margin-left:5px;display:inline-flex}.DriversView-module__UkXvWW__clip{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.DriversView-module__UkXvWW__colNum{color:var(--muted);text-align:center;width:48px}.DriversView-module__UkXvWW__colCenter{text-align:center}.DriversView-module__UkXvWW__colActions{text-align:right;white-space:nowrap;width:96px}.DriversView-module__UkXvWW__iconBtn{background:var(--surface);border:1px solid var(--line);color:var(--ink-soft);cursor:pointer;vertical-align:middle;border-radius:7px;margin-left:6px;padding:6px 8px;font-size:14px}.DriversView-module__UkXvWW__tableCard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;min-height:0;max-height:calc(100dvh - 13rem);display:flex}.DriversView-module__UkXvWW__cellBtn{background:var(--surface);border:1px solid var(--line);color:var(--ink-soft);cursor:pointer;font:inherit;border-radius:7px;align-items:center;gap:6px;padding:5px 10px;font-size:13px;display:inline-flex}.DriversView-module__UkXvWW__cellBtn:hover{border-color:var(--brand,#4f7ccf);color:var(--ink)}.DriversView-module__UkXvWW__iconBtn:hover:not(:disabled){border-color:var(--clay);color:var(--clay)}.DriversView-module__UkXvWW__iconBtnDanger:hover:not(:disabled){border-color:var(--red);color:var(--red)}.DriversView-module__UkXvWW__iconBtn:disabled{cursor:not-allowed;opacity:.5}.DriversView-module__UkXvWW__geoCell{white-space:nowrap;align-items:center;gap:6px;font-size:13px;display:inline-flex}.DriversView-module__UkXvWW__geoCell svg{flex:none;width:15px;height:15px}.DriversView-module__UkXvWW__geoFine{color:var(--blue,#4f7ccf)}.DriversView-module__UkXvWW__geoApprox{color:var(--amber,#c8941e)}.DriversView-module__UkXvWW__geoNone{color:var(--muted)}.DriversView-module__UkXvWW__empty{color:var(--muted);text-align:center;padding:36px 16px;font-size:13px}.DriversView-module__UkXvWW__tableFoot{background:var(--surface-2);border-top:1px solid var(--line);color:var(--muted);padding:9px 14px;font-size:12px;font-weight:700}.DriversView-module__UkXvWW__error{background:var(--red-soft);border:1px solid var(--red);border-radius:var(--radius-sm);color:var(--red);padding:10px 12px;font-size:13px;font-weight:800}.DriversView-module__UkXvWW__backdrop{z-index:200;background:#211e1a73;justify-content:center;align-items:flex-start;padding:40px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.DriversView-module__UkXvWW__modal{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);width:100%;max-width:720px}.DriversView-module__UkXvWW__modalHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.DriversView-module__UkXvWW__modalHead h3{color:var(--ink);margin:0;font-size:17px;font-weight:900}.DriversView-module__UkXvWW__closeBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px;line-height:1}.DriversView-module__UkXvWW__closeBtn:hover{color:var(--ink)}.DriversView-module__UkXvWW__tabBar{border-bottom:1px solid var(--line);gap:4px;padding:0 18px;display:flex}.DriversView-module__UkXvWW__tabBtn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 10px;font-size:13px;font-weight:900}.DriversView-module__UkXvWW__tabBtn:hover{color:var(--ink)}.DriversView-module__UkXvWW__tabBtnActive{border-bottom-color:var(--clay);color:var(--clay)}.DriversView-module__UkXvWW__modalError{background:var(--red-soft);color:var(--red);border-radius:var(--radius-sm);margin:14px 18px 0;padding:9px 12px;font-size:13px;font-weight:800}.DriversView-module__UkXvWW__form{padding:16px 18px 18px}.DriversView-module__UkXvWW__grid{grid-template-columns:1fr 1fr;gap:14px 16px;display:grid}.DriversView-module__UkXvWW__field{flex-direction:column;gap:6px;min-width:0;display:flex}.DriversView-module__UkXvWW__fieldWide{grid-column:1/-1}.DriversView-module__UkXvWW__label{color:var(--muted);letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:900;display:flex}.DriversView-module__UkXvWW__labelTodo{color:var(--muted);text-transform:none;align-items:center;gap:4px;font-size:10px;display:inline-flex}.DriversView-module__UkXvWW__req{color:var(--red)}.DriversView-module__UkXvWW__input,.DriversView-module__UkXvWW__textarea{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);font:inherit;font-size:var(--text-base);width:100%}.DriversView-module__UkXvWW__input{height:var(--control-h);padding:0 var(--control-px)}.DriversView-module__UkXvWW__input:focus,.DriversView-module__UkXvWW__textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.DriversView-module__UkXvWW__input:disabled{background:var(--surface-2);color:var(--muted);cursor:not-allowed}.DriversView-module__UkXvWW__textarea{padding:var(--space-2) var(--control-px);resize:vertical;line-height:1.5}.DriversView-module__UkXvWW__hint{color:var(--muted);font-size:11px;line-height:1.4}.DriversView-module__UkXvWW__select{appearance:none;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);font:inherit;font-size:var(--text-base);height:var(--control-h);padding:0 var(--control-px);width:100%}.DriversView-module__UkXvWW__select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.DriversView-module__UkXvWW__suffixWrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.DriversView-module__UkXvWW__suffixWrap:focus-within{border-color:var(--clay)}.DriversView-module__UkXvWW__suffixWrap .DriversView-module__UkXvWW__input{border:none;border-radius:0}.DriversView-module__UkXvWW__suffixWrap .DriversView-module__UkXvWW__input:focus{border:none;outline:none}.DriversView-module__UkXvWW__unit{background:var(--surface-2);border-left:1px solid var(--line);color:var(--muted);flex:none;align-self:stretch;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:flex}.DriversView-module__UkXvWW__addressRow{gap:8px;display:flex}.DriversView-module__UkXvWW__pinBtn{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink-soft);cursor:pointer;flex:none;justify-content:center;align-items:center;width:42px;font-size:16px;display:inline-flex}.DriversView-module__UkXvWW__pinBtn:hover{border-color:var(--clay);color:var(--clay)}.DriversView-module__UkXvWW__activeRow{flex-direction:column;align-items:flex-start}.DriversView-module__UkXvWW__modalActions{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;margin:18px -18px -18px;padding:14px 18px;display:flex}.DriversView-module__UkXvWW__toastSlot{z-index:230;position:fixed;bottom:18px;right:18px}@media (max-width:640px){.DriversView-module__UkXvWW__grid{grid-template-columns:1fr}}
.ShipperLabelSettingsModal-module__oLR-yq__backdrop{z-index:60;background:#0f172a73;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ShipperLabelSettingsModal-module__oLR-yq__modal{background:var(--surface,#fff);border-radius:14px;flex-direction:column;width:min(880px,100%);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #0f172a47}.ShipperLabelSettingsModal-module__oLR-yq__head{border-bottom:1px solid var(--border,#e5e7eb);align-items:center;gap:12px;padding:16px 20px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__title{flex:1;margin:0;font-size:17px;font-weight:700}.ShipperLabelSettingsModal-module__oLR-yq__headActions{align-items:center;gap:8px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__body{padding:16px 20px;overflow-y:auto}.ShipperLabelSettingsModal-module__oLR-yq__customRow{align-items:center;gap:12px;padding:4px 2px 14px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__customRow .ShipperLabelSettingsModal-module__oLR-yq__label{font-weight:600}.ShipperLabelSettingsModal-module__oLR-yq__section{border:1px solid var(--border,#e5e7eb);border-radius:10px;margin-bottom:16px;overflow:hidden}.ShipperLabelSettingsModal-module__oLR-yq__sectionHead{background:var(--surface-muted,#f1f5f9);border-bottom:1px solid var(--border,#e5e7eb);align-items:center;gap:10px;padding:10px 14px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__sectionTitle{flex:1;margin:0;font-size:14px;font-weight:700}.ShipperLabelSettingsModal-module__oLR-yq__sectionBody{padding:14px}.ShipperLabelSettingsModal-module__oLR-yq__disabled{opacity:.55;pointer-events:none}.ShipperLabelSettingsModal-module__oLR-yq__row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__row:last-child{margin-bottom:0}.ShipperLabelSettingsModal-module__oLR-yq__rowLabel{width:200px;color:var(--text-muted,#475569);flex:none}.ShipperLabelSettingsModal-module__oLR-yq__rowLabel.ShipperLabelSettingsModal-module__oLR-yq__top{align-self:flex-start;padding-top:6px}.ShipperLabelSettingsModal-module__oLR-yq__radioGroup{flex-direction:column;gap:8px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__radioGroup.ShipperLabelSettingsModal-module__oLR-yq__inline{flex-direction:row;align-items:center;gap:18px}.ShipperLabelSettingsModal-module__oLR-yq__radio{cursor:pointer;align-items:center;gap:7px;display:inline-flex}.ShipperLabelSettingsModal-module__oLR-yq__radio input{accent-color:var(--brand,#4f7ccf)}.ShipperLabelSettingsModal-module__oLR-yq__select,.ShipperLabelSettingsModal-module__oLR-yq__input{border:1px solid var(--border,#cbd5e1);background:var(--surface,#fff);width:100%;font:inherit;border-radius:8px;padding:9px 10px}.ShipperLabelSettingsModal-module__oLR-yq__field{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__fieldLabel{color:var(--text-muted,#475569);font-size:12px}.ShipperLabelSettingsModal-module__oLR-yq__hint{background:var(--info-bg,#eef4ff);border:1px solid var(--info-border,#c7dbff);color:var(--info-text,#1e3a8a);border-radius:8px;margin-bottom:12px;padding:9px 12px;font-size:13px}.ShipperLabelSettingsModal-module__oLR-yq__dualWrap{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ShipperLabelSettingsModal-module__oLR-yq__dualCol{flex-direction:column;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__dualHead{text-align:center;color:var(--text-muted,#475569);margin-bottom:6px;font-size:12px;font-weight:600}.ShipperLabelSettingsModal-module__oLR-yq__dualList{border:1px solid var(--border,#e5e7eb);background:var(--surface,#fff);border-radius:8px;flex-direction:column;gap:6px;min-height:220px;max-height:260px;padding:6px;display:flex;overflow-y:auto}.ShipperLabelSettingsModal-module__oLR-yq__dualListOver{border-color:var(--brand,#4f7ccf);background:var(--info-bg,#eef4ff)}.ShipperLabelSettingsModal-module__oLR-yq__chip{border:1px solid var(--border,#e5e7eb);background:var(--surface,#fff);cursor:grab;-webkit-user-select:none;user-select:none;border-radius:7px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__chip:active{cursor:grabbing}.ShipperLabelSettingsModal-module__oLR-yq__chipDragging{opacity:.4}.ShipperLabelSettingsModal-module__oLR-yq__chipFull{background:var(--surface-muted,#f8fafc)}.ShipperLabelSettingsModal-module__oLR-yq__grip{color:var(--text-faint,#94a3b8);flex:none;display:inline-flex}.ShipperLabelSettingsModal-module__oLR-yq__chipLabel{flex:1}.ShipperLabelSettingsModal-module__oLR-yq__chipBtn{cursor:pointer;color:var(--text-faint,#94a3b8);background:0 0;border:none;border-radius:4px;padding:2px;display:inline-flex}.ShipperLabelSettingsModal-module__oLR-yq__chipBtn:hover{color:var(--text,#0f172a);background:var(--surface-muted,#f1f5f9)}.ShipperLabelSettingsModal-module__oLR-yq__limitNote{text-align:center;color:var(--text-faint,#94a3b8);margin-top:6px;font-size:11px}.ShipperLabelSettingsModal-module__oLR-yq__logoRow{align-items:center;gap:14px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__logoPreview{border:1px dashed var(--border,#cbd5e1);background:var(--surface-muted,#f8fafc);border-radius:6px;flex:none;place-items:center;width:150px;height:56px;display:grid;overflow:hidden}.ShipperLabelSettingsModal-module__oLR-yq__logoPreview img{object-fit:contain;max-width:100%;max-height:100%}.ShipperLabelSettingsModal-module__oLR-yq__logoEmpty{color:var(--text-faint,#94a3b8);font-size:11px}.ShipperLabelSettingsModal-module__oLR-yq__previewBackdrop{z-index:70;background:#0f172a8c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ShipperLabelSettingsModal-module__oLR-yq__previewModal{background:var(--surface,#fff);border-radius:12px;flex-direction:column;width:min(460px,100%);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #0f172a4d}.ShipperLabelSettingsModal-module__oLR-yq__previewHead{border-bottom:1px solid var(--border,#e5e7eb);align-items:center;gap:10px;padding:12px 16px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__previewTitle{flex:1;margin:0;font-size:16px;font-weight:700}.ShipperLabelSettingsModal-module__oLR-yq__previewScroll{background:var(--surface-muted,#f1f5f9);flex-direction:column;gap:18px;padding:18px;display:flex;overflow-y:auto}.ShipperLabelSettingsModal-module__oLR-yq__previewWrap{border:1px solid var(--border,#e5e7eb);background:var(--surface-muted,#f8fafc);border-radius:10px;margin-bottom:16px;padding:16px}.ShipperLabelSettingsModal-module__oLR-yq__previewLabel{color:#0f172a;background:#fff;border:1px solid #94a3b8;border-radius:2px;width:280px;margin:0 auto;padding:14px 16px;font-size:12px;box-shadow:0 2px 10px #0f172a24}.ShipperLabelSettingsModal-module__oLR-yq__plHeader{align-items:flex-start;gap:8px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__plOrderTitle{text-align:center;flex:1;font-size:14px;font-weight:700}.ShipperLabelSettingsModal-module__oLR-yq__plCount{font-size:15px;font-weight:700}.ShipperLabelSettingsModal-module__oLR-yq__plBarRow{justify-content:space-between;align-items:flex-end;gap:10px;margin:8px 0 12px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__plBarcodeWrap{flex:1;min-width:0}.ShipperLabelSettingsModal-module__oLR-yq__plOrderNo{margin-bottom:3px;font-size:11px;font-weight:700}.ShipperLabelSettingsModal-module__oLR-yq__plBarcode{background:repeating-linear-gradient(90deg,#0f172a 0 1px,#fff 1px 2px,#0f172a 2px 5px,#fff 5px 7px,#0f172a 7px 8px,#fff 8px 11px);width:100%;height:46px}.ShipperLabelSettingsModal-module__oLR-yq__plQr{flex:none}.ShipperLabelSettingsModal-module__oLR-yq__plFields{grid-template-columns:max-content 1fr;gap:3px 8px;padding-left:28px;display:grid}.ShipperLabelSettingsModal-module__oLR-yq__plKey{text-align:right;white-space:nowrap;font-weight:700}.ShipperLabelSettingsModal-module__oLR-yq__plVal{word-break:break-word}.ShipperLabelSettingsModal-module__oLR-yq__plTotals{justify-content:space-between;gap:12px;margin-top:16px;padding-left:28px;display:flex}.ShipperLabelSettingsModal-module__oLR-yq__plTotalsLabel{white-space:nowrap;font-weight:700}.ShipperLabelSettingsModal-module__oLR-yq__plItems{text-align:right;color:#0d9488;font-weight:600;line-height:1.5}.ShipperLabelSettingsModal-module__oLR-yq__plLogo{height:34px;margin-top:14px}.ShipperLabelSettingsModal-module__oLR-yq__plLogo img{object-fit:contain;height:100%}.ShipperLabelSettingsModal-module__oLR-yq__plEmptyFields{color:#94a3b8;font-style:italic}.ShipperLabelSettingsModal-module__oLR-yq__btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.ShipperLabelSettingsModal-module__oLR-yq__btnPrimary{background:var(--brand,#ea6a1e);color:#fff}.ShipperLabelSettingsModal-module__oLR-yq__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.ShipperLabelSettingsModal-module__oLR-yq__btnGhost{border-color:var(--border,#cbd5e1);color:var(--text,#0f172a);background:0 0}.ShipperLabelSettingsModal-module__oLR-yq__btnLink{color:var(--brand,#ea6a1e);cursor:pointer;background:0 0;border:none;padding:6px 8px;font-weight:600}.ShipperLabelSettingsModal-module__oLR-yq__closeBtn{cursor:pointer;color:var(--text-muted,#475569);background:0 0;border:none;border-radius:6px;padding:4px;display:inline-flex}.ShipperLabelSettingsModal-module__oLR-yq__closeBtn:hover{background:var(--surface-muted,#f1f5f9)}.ShipperLabelSettingsModal-module__oLR-yq__error{background:var(--danger-bg,#fef2f2);border:1px solid var(--danger-border,#fecaca);color:var(--danger-text,#b91c1c);border-radius:8px;margin-bottom:12px;padding:9px 12px;font-size:13px}@media (max-width:640px){.ShipperLabelSettingsModal-module__oLR-yq__dualWrap{grid-template-columns:1fr}.ShipperLabelSettingsModal-module__oLR-yq__rowLabel{width:130px}}
