.DispatcherManagement-module__KTqcka__page{max-width:1200px;margin:0 auto;padding:1.5rem}.DispatcherManagement-module__KTqcka__legend{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.DispatcherManagement-module__KTqcka__legendTitle{color:var(--text-primary);font-size:.8rem;font-weight:600}.DispatcherManagement-module__KTqcka__legendItems{flex-wrap:wrap;gap:1rem;display:flex}.DispatcherManagement-module__KTqcka__legendItem{border-radius:6px;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;display:flex}.DispatcherManagement-module__KTqcka__legendNone{background:var(--danger-soft);color:var(--danger)}.DispatcherManagement-module__KTqcka__legendRead{background:var(--warning-soft);color:var(--warning)}.DispatcherManagement-module__KTqcka__legendEdit{background:var(--success-soft);color:var(--success)}.DispatcherManagement-module__KTqcka__dispatcherList{flex-direction:column;gap:1rem;display:flex}.DispatcherManagement-module__KTqcka__dispatcherCard{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:all .2s;overflow:hidden}.DispatcherManagement-module__KTqcka__dispatcherCard:hover{border-color:var(--border-hover)}.DispatcherManagement-module__KTqcka__dispatcherHeader{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.DispatcherManagement-module__KTqcka__dispatcherHeader:hover{background:var(--bg-hover)}.DispatcherManagement-module__KTqcka__dispatcherInfo{align-items:center;gap:.875rem;min-width:200px;display:flex}.DispatcherManagement-module__KTqcka__dispatcherAvatar{background:var(--accent-soft);width:44px;height:44px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:600;display:flex}.DispatcherManagement-module__KTqcka__dispatcherName{color:var(--text-primary);font-size:.95rem;font-weight:600}.DispatcherManagement-module__KTqcka__dispatcherEmail{color:var(--text-secondary);font-size:.8rem}.DispatcherManagement-module__KTqcka__dispatcherTasks{flex-wrap:wrap;flex:1;justify-content:center;gap:.5rem;display:flex}.DispatcherManagement-module__KTqcka__taskBadge{border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.DispatcherManagement-module__KTqcka__taskBadge.DispatcherManagement-module__KTqcka__primary{background:var(--accent-soft);color:var(--accent);border:1px solid var(--accent)}.DispatcherManagement-module__KTqcka__taskBadge.DispatcherManagement-module__KTqcka__secondary{background:var(--bg-muted);color:var(--text-secondary);border:1px solid var(--border)}.DispatcherManagement-module__KTqcka__noTasks{color:var(--text-secondary);font-size:.8rem;font-style:italic}.DispatcherManagement-module__KTqcka__dispatcherMeta{align-items:center;gap:1rem;display:flex}.DispatcherManagement-module__KTqcka__dispatcherStat{color:var(--text-secondary);background:var(--bg-muted);border-radius:6px;padding:.25rem .625rem;font-size:.8rem}.DispatcherManagement-module__KTqcka__expandBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.375rem;transition:all .15s}.DispatcherManagement-module__KTqcka__expandBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.DispatcherManagement-module__KTqcka__dispatcherBody{border-top:1px solid var(--border);background:var(--bg-secondary);padding:0 1.25rem 1.25rem}.DispatcherManagement-module__KTqcka__section{border-bottom:1px solid var(--border);padding:1.25rem 0}.DispatcherManagement-module__KTqcka__section:last-child{border-bottom:none;padding-bottom:0}.DispatcherManagement-module__KTqcka__sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.DispatcherManagement-module__KTqcka__sectionTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin:0;font-size:.9rem;font-weight:600;display:flex}.DispatcherManagement-module__KTqcka__bulkActions{gap:.5rem;display:flex}.DispatcherManagement-module__KTqcka__taskForm{flex-direction:column;gap:1rem;display:flex}.DispatcherManagement-module__KTqcka__taskFormRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.DispatcherManagement-module__KTqcka__taskFormGroup{flex-direction:column;gap:.375rem;display:flex}.DispatcherManagement-module__KTqcka__taskFormGroup label{color:var(--text-secondary);font-size:.8rem;font-weight:500}.DispatcherManagement-module__KTqcka__taskFormGroup select,.DispatcherManagement-module__KTqcka__taskFormGroup textarea{background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);border-radius:8px;padding:.5rem .75rem;font-size:.875rem}.DispatcherManagement-module__KTqcka__taskFormGroup textarea{resize:vertical;min-height:60px}.DispatcherManagement-module__KTqcka__taskFormActions{justify-content:flex-end;gap:.5rem;display:flex}.DispatcherManagement-module__KTqcka__taskDisplay{background:var(--bg-card);border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.DispatcherManagement-module__KTqcka__taskDisplayItem{gap:.5rem;font-size:.85rem;display:flex}.DispatcherManagement-module__KTqcka__taskDisplayLabel{color:var(--text-secondary);min-width:80px}.DispatcherManagement-module__KTqcka__taskDisplayValue{color:var(--text-primary)}.DispatcherManagement-module__KTqcka__permissionsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;display:grid}.DispatcherManagement-module__KTqcka__permissionCard{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.DispatcherManagement-module__KTqcka__permissionInfo{flex:1;min-width:0}.DispatcherManagement-module__KTqcka__permissionName{color:var(--text-primary);font-size:.875rem;font-weight:500;display:block}.DispatcherManagement-module__KTqcka__permissionDesc{color:var(--text-secondary);margin-top:.125rem;font-size:.7rem;display:block}.DispatcherManagement-module__KTqcka__permissionControls{gap:.25rem;display:flex}.DispatcherManagement-module__KTqcka__permissionBtn{border:1px solid var(--border);background:var(--bg-secondary);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:flex}.DispatcherManagement-module__KTqcka__permissionBtn:first-child{border-radius:6px 0 0 6px}.DispatcherManagement-module__KTqcka__permissionBtn:last-child{border-radius:0 6px 6px 0}.DispatcherManagement-module__KTqcka__permissionBtn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.DispatcherManagement-module__KTqcka__permissionBtn:disabled{opacity:.5;cursor:not-allowed}.DispatcherManagement-module__KTqcka__permissionBtn.DispatcherManagement-module__KTqcka__activeNone{background:var(--danger-soft);border-color:var(--danger);color:var(--danger)}.DispatcherManagement-module__KTqcka__permissionBtn.DispatcherManagement-module__KTqcka__activeRead{background:var(--warning-soft);border-color:var(--warning);color:var(--warning)}.DispatcherManagement-module__KTqcka__permissionBtn.DispatcherManagement-module__KTqcka__activeEdit{background:var(--success-soft);border-color:var(--success);color:var(--success)}.DispatcherManagement-module__KTqcka__analyticsGrid{flex-wrap:wrap;gap:1rem;display:flex}.DispatcherManagement-module__KTqcka__analyticItem{text-align:center;background:var(--bg-card);border-radius:8px;min-width:80px;padding:.75rem 1.25rem}.DispatcherManagement-module__KTqcka__analyticValue{color:var(--accent);font-size:1.25rem;font-weight:700;display:block}.DispatcherManagement-module__KTqcka__analyticLabel{color:var(--text-secondary);margin-top:.125rem;font-size:.7rem;display:block}.DispatcherManagement-module__KTqcka__emptyState{color:var(--text-secondary);text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.DispatcherManagement-module__KTqcka__emptyState h3{color:var(--text-primary);margin:1rem 0 .5rem;font-size:1.125rem}.DispatcherManagement-module__KTqcka__emptyState p{margin:0;font-size:.875rem}@media (max-width:768px){.DispatcherManagement-module__KTqcka__page{padding:1rem}.DispatcherManagement-module__KTqcka__dispatcherHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.DispatcherManagement-module__KTqcka__dispatcherTasks{justify-content:flex-start}.DispatcherManagement-module__KTqcka__dispatcherMeta{justify-content:space-between;width:100%}.DispatcherManagement-module__KTqcka__taskFormRow,.DispatcherManagement-module__KTqcka__permissionsGrid{grid-template-columns:1fr}.DispatcherManagement-module__KTqcka__bulkActions{flex-wrap:wrap}}
.ThemeSelector-module__XRMh3G__wrapper{position:relative}.ThemeSelector-module__XRMh3G__trigger{border-radius:var(--radius-sm);background:var(--bg-muted);border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:background var(--motion-swift),color var(--motion-swift),border-color var(--motion-swift);place-items:center;display:grid;position:relative}.ThemeSelector-module__XRMh3G__trigger:hover{background:var(--bg-hover);color:var(--text-primary)}.ThemeSelector-module__XRMh3G__trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ThemeSelector-module__XRMh3G__trigger[aria-expanded=true]{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-border)}.ThemeSelector-module__XRMh3G__popover{background:var(--bg-elevated);border:1px solid var(--border-hover);border-radius:var(--radius-md);min-width:200px;box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);padding:6px;animation:.18s cubic-bezier(.16,1,.3,1) ThemeSelector-module__XRMh3G__popIn;position:absolute;top:calc(100% + 8px);right:0}@keyframes ThemeSelector-module__XRMh3G__popIn{0%{opacity:0;transform:translateY(-4px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ThemeSelector-module__XRMh3G__heading{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;padding:8px 12px 6px;font-size:10px;font-weight:500}.ThemeSelector-module__XRMh3G__option{border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-sans);letter-spacing:-.005em;cursor:pointer;transition:background var(--motion-swift);background:0 0;border:none;align-items:center;gap:10px;padding:8px 12px;font-size:13px;font-weight:500;display:flex}.ThemeSelector-module__XRMh3G__option:hover{background:var(--bg-hover)}.ThemeSelector-module__XRMh3G__option:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.ThemeSelector-module__XRMh3G__optionActive,.ThemeSelector-module__XRMh3G__optionActive:hover{background:var(--accent-soft)}.ThemeSelector-module__XRMh3G__swatch{border:1px solid var(--border);border-radius:50%;flex-shrink:0;width:14px;height:14px;display:inline-block}.ThemeSelector-module__XRMh3G__label{text-align:left;flex:1}.ThemeSelector-module__XRMh3G__check{color:var(--accent);flex-shrink:0;font-size:12px;font-weight:600}
.TopBar-module__ur0-FG__bar{height:var(--topbar-h);border-bottom:1px solid var(--border);background:var(--navbar-bg);-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:10;align-items:center;gap:16px;padding:0 28px;display:flex;position:sticky;top:0}@media (max-width:900px){.TopBar-module__ur0-FG__bar{padding-left:62px}}.TopBar-module__ur0-FG__search{background:var(--bg-hover);border:1px solid var(--border);border-radius:var(--radius-sm);max-width:380px;color:var(--text-tertiary);cursor:pointer;width:100%;transition:background var(--motion-swift);align-items:center;gap:10px;padding:7px 14px;font-size:13px;display:flex}.TopBar-module__ur0-FG__search:hover{background:var(--border)}.TopBar-module__ur0-FG__search:disabled{cursor:not-allowed;opacity:.7}.TopBar-module__ur0-FG__search:disabled:hover{background:var(--bg-hover)}.TopBar-module__ur0-FG__search:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.TopBar-module__ur0-FG__searchKbd{background:var(--bg-hover);border-radius:var(--radius-xs);font-size:10px;font-family:var(--font-mono);color:var(--text-muted);margin-left:auto;padding:2px 6px}.TopBar-module__ur0-FG__live{border-radius:var(--radius-full);background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--accent);letter-spacing:.02em;align-items:center;gap:8px;padding:5px 12px;font-size:11px;font-weight:500;display:flex}.TopBar-module__ur0-FG__liveDot{background:var(--accent);width:5px;height:5px;box-shadow:0 0 6px var(--accent);border-radius:50%;animation:2s ease-in-out infinite TopBar-module__ur0-FG__pulse}@keyframes TopBar-module__ur0-FG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.TopBar-module__ur0-FG__date{font-family:var(--font-mono);color:var(--text-tertiary);letter-spacing:.04em;white-space:nowrap;margin-left:auto;font-size:11px}.TopBar-module__ur0-FG__date strong{color:var(--text-primary);font-weight:500}.TopBar-module__ur0-FG__iconBtn{border-radius:var(--radius-sm);background:var(--bg-muted);border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text-secondary);transition:background var(--motion-swift),color var(--motion-swift);place-items:center;display:grid;position:relative}.TopBar-module__ur0-FG__iconBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.TopBar-module__ur0-FG__iconBtn:disabled{cursor:not-allowed;opacity:.7}.TopBar-module__ur0-FG__iconBtn:disabled:hover{background:var(--bg-muted);color:var(--text-secondary)}.TopBar-module__ur0-FG__iconBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.TopBar-module__ur0-FG__iconBtnIcon{width:16px;height:16px}.TopBar-module__ur0-FG__iconBtnDot{background:var(--danger);border:2px solid var(--bg-surface);border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:6px}
.AppShell-module__IIyQ-G__shell{background:var(--bg-base);grid-template-columns:232px 1fr;min-height:100dvh;display:grid}.AppShell-module__IIyQ-G__main{flex-direction:column;min-width:0;display:flex}.AppShell-module__IIyQ-G__content{flex:1;padding:0}@media (max-width:900px){.AppShell-module__IIyQ-G__shell{grid-template-columns:1fr}}
.PageHeader-module__XJmcqW__header{border-bottom:1px solid var(--border);grid-template-columns:1fr auto;align-items:end;gap:24px;padding:32px 28px 24px;display:grid}.PageHeader-module__XJmcqW__breadcrumb{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:500}.PageHeader-module__XJmcqW__breadcrumbList{flex-wrap:wrap;align-items:center;margin:0;padding:0;list-style:none;display:flex}.PageHeader-module__XJmcqW__breadcrumbItem{align-items:center;display:inline-flex}.PageHeader-module__XJmcqW__breadcrumb a{color:var(--text-muted);transition:color var(--motion-swift);text-decoration:none}.PageHeader-module__XJmcqW__breadcrumb a:hover{color:var(--text-tertiary)}.PageHeader-module__XJmcqW__breadcrumb a:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-xs)}.PageHeader-module__XJmcqW__breadcrumbSep{color:#6e728080;margin:0 8px}.PageHeader-module__XJmcqW__breadcrumbCurrent{color:var(--text-secondary)}.PageHeader-module__XJmcqW__title{font-family:var(--font-display);letter-spacing:-.025em;color:var(--text-primary);view-transition-name:PageHeader-module__XJmcqW__page-title;font-size:38px;font-weight:400;line-height:1.05}.PageHeader-module__XJmcqW__subtitle{color:var(--text-tertiary);margin-top:8px;font-size:13px}.PageHeader-module__XJmcqW__actions{gap:10px;display:flex}
.StatRow-module__7byjRW__row{grid-template-columns:repeat(var(--cols,4),1fr);background:var(--border);border-radius:var(--radius-lg);border:1px solid var(--border);gap:1px;display:grid;overflow:hidden}.StatRow-module__7byjRW__cell{background:var(--bg-surface);min-width:0;padding:18px 20px}.StatRow-module__7byjRW__label{letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:8px;font-size:10px;font-weight:600}.StatRow-module__7byjRW__value{letter-spacing:-.025em;color:var(--text-primary);font-feature-settings:"tnum";font-size:30px;font-weight:300;line-height:1}.StatRow-module__7byjRW__delta{vertical-align:middle;margin-left:8px;font-size:11px;font-weight:500}.StatRow-module__7byjRW__delta[data-tone=up]{color:var(--success)}.StatRow-module__7byjRW__delta[data-tone=down]{color:var(--danger)}.StatRow-module__7byjRW__delta[data-tone=warn]{color:var(--warning)}.StatRow-module__7byjRW__delta[data-tone=flat]{color:var(--text-muted);font-weight:400}
.LiveCard-module__06vyVW__card{background:linear-gradient(180deg,var(--accent-soft)0%,#5e5ce603 60%,transparent 100%),var(--bg-surface);border:1px solid var(--accent-border);border-radius:var(--radius-lg);padding:22px;position:relative}.LiveCard-module__06vyVW__card:before{content:"";background:linear-gradient(90deg,#0000 0%,#5e5ce680 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.LiveCard-module__06vyVW__head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.LiveCard-module__06vyVW__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-size:10px;font-weight:600}.LiveCard-module__06vyVW__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.012em;margin-top:4px;font-size:22px;font-weight:500;line-height:1.2}.LiveCard-module__06vyVW__pulse{background:var(--accent);width:7px;height:7px;box-shadow:0 0 10px var(--accent);border-radius:50%;animation:2s ease-in-out infinite LiveCard-module__06vyVW__livePulse;display:inline-block}@keyframes LiveCard-module__06vyVW__livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.LiveCard-module__06vyVW__row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;display:flex}.LiveCard-module__06vyVW__row:last-of-type{border-bottom:0}.LiveCard-module__06vyVW__rowLabel{color:var(--text-tertiary)}.LiveCard-module__06vyVW__rowValue{color:var(--text-primary);font-weight:500}.LiveCard-module__06vyVW__cta{background:var(--accent);width:100%;color:var(--text-inverse);border-radius:var(--radius-sm);text-align:center;cursor:pointer;transition:background var(--motion-swift);border:0;margin-top:14px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;display:block}.LiveCard-module__06vyVW__cta:hover:not(:disabled){background:var(--accent-hover)}.LiveCard-module__06vyVW__cta:disabled{opacity:.6;cursor:not-allowed}
.DataPanel-module__EqYMUa__panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.DataPanel-module__EqYMUa__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:4px;padding-bottom:12px;display:flex}.DataPanel-module__EqYMUa__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);font-size:10px;font-weight:600}.DataPanel-module__EqYMUa__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.012em;margin-top:4px;font-size:18px;font-weight:500}.DataPanel-module__EqYMUa__meta{color:var(--text-muted);font-size:11px;font-family:var(--font-mono);letter-spacing:.04em}.DataPanel-module__EqYMUa__actions{align-items:center;gap:4px;display:flex}.DataPanel-module__EqYMUa__row{border-bottom:1px solid var(--border);grid-template-columns:1fr auto auto;align-items:center;gap:14px;padding:11px 0;display:grid}.DataPanel-module__EqYMUa__row:last-of-type{border-bottom:0}.DataPanel-module__EqYMUa__rowClickable{color:inherit;cursor:pointer;transition:background var(--motion-swift);text-decoration:none}.DataPanel-module__EqYMUa__rowClickable:hover{background:var(--bg-hover)}.DataPanel-module__EqYMUa__primary{color:var(--text-primary);font-size:13px;font-weight:500}.DataPanel-module__EqYMUa__secondary{color:var(--text-tertiary);margin-top:2px;font-size:11px}.DataPanel-module__EqYMUa__rowMeta{color:var(--text-muted);font-size:11px;font-family:var(--font-mono)}.DataPanel-module__EqYMUa__empty{text-align:center;color:var(--text-muted);padding:24px 0;font-size:13px}.DataPanel-module__EqYMUa__footer{border-top:1px solid var(--border);color:var(--text-tertiary);justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;font-size:12px;display:flex}.DataPanel-module__EqYMUa__viewAll{color:var(--accent);transition:color var(--motion-swift);font-weight:500;text-decoration:none}.DataPanel-module__EqYMUa__viewAll:hover{color:var(--accent-hover)}.DataPanel-module__EqYMUa__pill{border-radius:var(--radius-full);letter-spacing:.02em;text-transform:lowercase;white-space:nowrap;border:1px solid;padding:3px 9px;font-size:10px;font-weight:500}.DataPanel-module__EqYMUa__pill[data-tone=ok]{background:var(--success-soft);color:var(--success);border-color:var(--success-border)}.DataPanel-module__EqYMUa__pill[data-tone=warn]{background:var(--warning-soft);color:var(--warning);border-color:var(--warning-border)}.DataPanel-module__EqYMUa__pill[data-tone=danger]{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.DataPanel-module__EqYMUa__pill[data-tone=muted]{background:var(--bg-hover);color:var(--text-tertiary);border-color:var(--border)}.DataPanel-module__EqYMUa__pill[data-tone=accent]{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-border)}
.Timeline-module__kE7XOG__panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.Timeline-module__kE7XOG__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:18px;padding-bottom:12px;display:flex}.Timeline-module__kE7XOG__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);font-size:10px;font-weight:600}.Timeline-module__kE7XOG__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.012em;margin-top:4px;font-size:18px;font-weight:500}.Timeline-module__kE7XOG__meta{color:var(--text-muted);font-size:11px;font-family:var(--font-mono);letter-spacing:.04em}.Timeline-module__kE7XOG__progressWrap{margin-bottom:18px}.Timeline-module__kE7XOG__row{grid-template-columns:50px 1fr;align-items:start;gap:14px;padding:8px 0;display:grid}.Timeline-module__kE7XOG__time{font-family:var(--font-mono);color:var(--text-tertiary);letter-spacing:.02em;padding-top:4px;font-size:11px}.Timeline-module__kE7XOG__content{border-left:1px dashed var(--border);padding-bottom:8px;padding-left:16px;position:relative}.Timeline-module__kE7XOG__content:before{content:"";background:var(--bg-surface);border:2px solid var(--text-muted);border-radius:50%;width:9px;height:9px;position:absolute;top:6px;left:-5px}.Timeline-module__kE7XOG__row[data-state=past]{opacity:.55}.Timeline-module__kE7XOG__row[data-state=now] .Timeline-module__kE7XOG__time{color:var(--accent);font-weight:600}.Timeline-module__kE7XOG__row[data-state=now] .Timeline-module__kE7XOG__content:before{background:var(--accent);border-color:var(--accent);box-shadow:0 0 8px var(--accent)}.Timeline-module__kE7XOG__rowTitle{color:var(--text-primary);font-size:13px;font-weight:500}.Timeline-module__kE7XOG__rowSub{color:var(--text-tertiary);margin-top:2px;font-size:11px}
.ProgressBlock-module__vD4wrG__bar{background:var(--bg-hover);border-radius:var(--radius-full);height:4px;margin:0 0 6px;overflow:hidden}.ProgressBlock-module__vD4wrG__fill{background:linear-gradient(90deg,var(--accent)0%,var(--accent-hover)100%);border-radius:var(--radius-full);height:100%;box-shadow:var(--shadow-glow);transition:width var(--motion-smooth)}.ProgressBlock-module__vD4wrG__description{color:var(--text-tertiary);margin-top:8px;font-size:12px;line-height:1.4}.ProgressBlock-module__vD4wrG__breakdown{grid-template-columns:repeat(var(--cells,3),1fr);gap:12px;margin-top:14px;display:grid}.ProgressBlock-module__vD4wrG__cell{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px}.ProgressBlock-module__vD4wrG__cellNum{color:var(--text-primary);font-feature-settings:"tnum";font-size:18px;font-weight:500;line-height:1}.ProgressBlock-module__vD4wrG__cellLabel{letter-spacing:.06em;text-transform:uppercase;margin-top:6px;font-size:10px}.ProgressBlock-module__vD4wrG__cell[data-tone=ok] .ProgressBlock-module__vD4wrG__cellLabel{color:var(--success)}.ProgressBlock-module__vD4wrG__cell[data-tone=warn] .ProgressBlock-module__vD4wrG__cellLabel{color:var(--warning)}.ProgressBlock-module__vD4wrG__cell[data-tone=danger] .ProgressBlock-module__vD4wrG__cellLabel{color:var(--danger)}.ProgressBlock-module__vD4wrG__cell[data-tone=muted] .ProgressBlock-module__vD4wrG__cellLabel{color:var(--text-tertiary)}
.Callout-module__LUe0OW__callout{border-radius:0 var(--radius-lg)var(--radius-lg)0;grid-template-columns:28px 1fr auto;align-items:center;gap:14px;padding:14px 20px;display:grid}.Callout-module__LUe0OW__callout[data-tone=warning]{background:linear-gradient(90deg,var(--warning-soft)0%,transparent 70%),var(--bg-surface);border:1px solid var(--warning-border);border-left:3px solid var(--warning)}.Callout-module__LUe0OW__callout[data-tone=danger]{background:linear-gradient(90deg,var(--danger-soft)0%,transparent 70%),var(--bg-surface);border:1px solid var(--danger-border);border-left:3px solid var(--danger)}.Callout-module__LUe0OW__callout[data-tone=info]{background:linear-gradient(90deg,var(--accent-soft)0%,transparent 70%),var(--bg-surface);border:1px solid var(--accent-border);border-left:3px solid var(--accent)}.Callout-module__LUe0OW__icon{border-radius:var(--radius-sm);width:28px;height:28px;font-family:var(--font-display);place-items:center;font-size:13px;font-weight:500;display:grid}.Callout-module__LUe0OW__callout[data-tone=warning] .Callout-module__LUe0OW__icon{background:var(--warning-soft);color:var(--warning);border:1px solid var(--warning-border)}.Callout-module__LUe0OW__callout[data-tone=danger] .Callout-module__LUe0OW__icon{background:var(--danger-soft);color:var(--danger);border:1px solid var(--danger-border)}.Callout-module__LUe0OW__callout[data-tone=info] .Callout-module__LUe0OW__icon{background:var(--accent-soft);color:var(--accent);border:1px solid var(--accent-border)}.Callout-module__LUe0OW__body{min-width:0}.Callout-module__LUe0OW__title{color:var(--text-primary);font-size:12.5px;font-weight:500;line-height:1.5;display:inline}.Callout-module__LUe0OW__text{color:var(--text-primary);margin-left:6px;font-size:12.5px;line-height:1.5}.Callout-module__LUe0OW__meta{color:var(--text-tertiary);letter-spacing:.02em;margin-top:3px;font-size:10px}.Callout-module__LUe0OW__action{background:var(--bg-hover);border:1px solid var(--border-hover);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;transition:background var(--motion-swift);padding:6px 12px;font-size:11px;font-weight:500}.Callout-module__LUe0OW__action:hover{background:var(--border-hover)}.Callout-module__LUe0OW__action:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.ActionCard-module__jEADLa__card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:18px;display:flex}.ActionCard-module__jEADLa__head{justify-content:space-between;align-items:center;display:flex}.ActionCard-module__jEADLa__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;max-width:240px;font-size:16px;font-weight:500;line-height:1.2}.ActionCard-module__jEADLa__icon{border-radius:var(--radius-sm);background:var(--accent-soft);width:32px;height:32px;color:var(--accent);border:1px solid var(--accent-border);flex-shrink:0;place-items:center;font-size:14px;font-weight:500;display:grid}.ActionCard-module__jEADLa__body{color:var(--text-secondary);font-size:12px;line-height:1.45}.ActionCard-module__jEADLa__cta{background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--accent);border-radius:var(--radius-sm);text-align:center;transition:background var(--motion-swift);padding:8px 12px;font-size:12px;font-weight:500;text-decoration:none}.ActionCard-module__jEADLa__cta:hover{background:var(--accent-border)}.ActionCard-module__jEADLa__cta:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.ProgressCard-module__Up3uZW__card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.ProgressCard-module__Up3uZW__head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:12px;padding-bottom:12px;display:flex}.ProgressCard-module__Up3uZW__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary);font-size:10px;font-weight:600}.ProgressCard-module__Up3uZW__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.012em;margin-top:4px;font-size:18px;font-weight:500}.ProgressCard-module__Up3uZW__meta{color:var(--text-muted);font-size:11px;font-family:var(--font-mono);letter-spacing:.04em}
.ScorePill-module__s6PXwW__pill{min-width:2.25rem;font-family:var(--font-mono);letter-spacing:.02em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.125rem .5rem;font-size:13px;font-weight:600;line-height:1.4;display:inline-flex}.ScorePill-module__s6PXwW__pill[data-tone=good]{color:var(--success);background:var(--success-soft);border-color:var(--success-border)}.ScorePill-module__s6PXwW__pill[data-tone=warning]{color:var(--warning);background:var(--warning-soft);border-color:var(--warning-border)}.ScorePill-module__s6PXwW__pill[data-tone=danger]{color:var(--danger);background:var(--danger-soft);border-color:var(--danger-border)}.ScorePill-module__s6PXwW__pill[data-tone=neutral]{color:var(--text-tertiary);border-color:var(--border);background:0 0}
.Calendar-module__jWk2DG__calendar{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;overflow:hidden}.Calendar-module__jWk2DG__head{justify-content:space-between;align-items:baseline;margin-bottom:14px;display:flex}.Calendar-module__jWk2DG__headTitle{align-items:baseline;gap:10px;display:flex}.Calendar-module__jWk2DG__month{font-family:var(--font-display);letter-spacing:-.012em;color:var(--text-primary);font-size:22px;font-weight:500}.Calendar-module__jWk2DG__year{font-family:var(--font-mono);color:var(--text-tertiary);letter-spacing:.04em;font-size:12px}.Calendar-module__jWk2DG__nav{align-items:center;gap:6px;display:flex}.Calendar-module__jWk2DG__actions{align-items:center;gap:4px;display:flex}.Calendar-module__jWk2DG__todayPill{background:var(--accent-soft);border:1px solid var(--accent-border);border-radius:var(--radius-full);color:var(--accent);letter-spacing:.02em;cursor:pointer;transition:background var(--motion-swift);margin-right:4px;padding:4px 10px;font-size:11px;font-weight:500}.Calendar-module__jWk2DG__todayPill:hover{background:#5e5ce629}.Calendar-module__jWk2DG__navBtn{border-radius:var(--radius-sm);background:var(--bg-muted);border:1px solid var(--border);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;transition:background var(--motion-swift),color var(--motion-swift);place-items:center;display:grid}.Calendar-module__jWk2DG__navBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.Calendar-module__jWk2DG__weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:4px;display:grid}.Calendar-module__jWk2DG__weekdayLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);text-align:center;padding:6px 0;font-size:10px;font-weight:600}.Calendar-module__jWk2DG__grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-sm);grid-template-columns:repeat(7,1fr);grid-auto-rows:50px;gap:1px;display:grid;overflow:hidden}.Calendar-module__jWk2DG__cell{background:var(--bg-surface);cursor:pointer;text-align:left;transition:background var(--motion-swift);color:inherit;border:none;padding:8px;font-family:inherit;position:relative}.Calendar-module__jWk2DG__cell:hover{background:var(--bg-hover)}.Calendar-module__jWk2DG__cell:not([data-in-month]){opacity:.25}.Calendar-module__jWk2DG__cell[data-past]:not([data-today]){opacity:.55}.Calendar-module__jWk2DG__cell[data-today] .Calendar-module__jWk2DG__dayNum{color:var(--accent);box-shadow:0 0 0 1.5px var(--accent);border-radius:50%;padding:1px 5px;font-weight:600}.Calendar-module__jWk2DG__cell[data-selected]{background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent-border)}.Calendar-module__jWk2DG__cell[data-selected] .Calendar-module__jWk2DG__dayNum{color:var(--accent)}.Calendar-module__jWk2DG__dayNum{font-family:var(--font-mono);color:var(--text-secondary);font-feature-settings:"tnum";font-size:12px;line-height:1.2;display:inline-block}.Calendar-module__jWk2DG__eventDot{background:var(--accent);width:5px;height:5px;box-shadow:0 0 6px var(--accent);border-radius:50%;position:absolute;bottom:7px;right:9px}.Calendar-module__jWk2DG__panel{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}.Calendar-module__jWk2DG__panelHead{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.Calendar-module__jWk2DG__panelTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;font-size:16px;font-weight:500}.Calendar-module__jWk2DG__panelMeta{font-family:var(--font-mono);color:var(--text-tertiary);letter-spacing:.04em;font-size:11px}.Calendar-module__jWk2DG__panelEmpty{text-align:center;color:var(--text-muted);padding:16px 0;font-size:13px;font-style:italic}.Calendar-module__jWk2DG__panelList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.Calendar-module__jWk2DG__panelEvent{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px}.Calendar-module__jWk2DG__eventTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.01em;font-size:15px;font-weight:500;line-height:1.3}.Calendar-module__jWk2DG__eventMeta{color:var(--text-tertiary);flex-wrap:wrap;gap:6px;margin-top:4px;font-size:11px;display:flex}.Calendar-module__jWk2DG__eventTags{align-items:center;gap:6px;margin-top:8px;display:flex}.Calendar-module__jWk2DG__eventChip{border-radius:var(--radius-full);background:var(--bg-hover);border:1px solid var(--border);color:var(--text-tertiary);text-transform:lowercase;letter-spacing:.02em;padding:2px 8px;font-size:10px}.Calendar-module__jWk2DG__eventSource{border-radius:var(--radius-full);background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--accent);text-transform:lowercase;letter-spacing:.02em;padding:2px 8px;font-size:10px}@media (max-width:600px){.Calendar-module__jWk2DG__calendar{padding:14px}.Calendar-module__jWk2DG__grid{grid-auto-rows:40px}.Calendar-module__jWk2DG__month{font-size:18px}}
.skeletons-module__MR1QsW__shimmer{background:linear-gradient(90deg,var(--bg-surface)0%,var(--bg-elevated)50%,var(--bg-surface)100%);border-radius:var(--radius-xs);background-size:200% 100%;animation:1.6s ease-in-out infinite skeletons-module__MR1QsW__shimmer}@keyframes skeletons-module__MR1QsW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeletons-module__MR1QsW__statRow{grid-template-columns:repeat(var(--cols,4),1fr);background:var(--border);border-radius:var(--radius-lg);border:1px solid var(--border);gap:1px;display:grid;overflow:hidden}.skeletons-module__MR1QsW__statCell{background:var(--bg-surface);padding:18px 20px}.skeletons-module__MR1QsW__statLabelLine{width:60%;height:10px;margin-bottom:12px}.skeletons-module__MR1QsW__statValueLine{width:40%;height:30px}.skeletons-module__MR1QsW__panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.skeletons-module__MR1QsW__panelHead{border-bottom:1px solid var(--border);margin-bottom:12px;padding-bottom:12px}.skeletons-module__MR1QsW__panelTitleLine{width:50%;height:18px;margin-bottom:6px}.skeletons-module__MR1QsW__panelMetaLine{width:25%;height:11px}.skeletons-module__MR1QsW__panelRow{border-bottom:1px solid var(--border);grid-template-columns:1fr 60px 40px;align-items:center;gap:14px;padding:11px 0;display:grid}.skeletons-module__MR1QsW__panelRow:last-child{border-bottom:0}.skeletons-module__MR1QsW__rowPrimaryLine{height:13px}.skeletons-module__MR1QsW__rowSecondaryLine{width:60%;height:11px;margin-top:6px}.skeletons-module__MR1QsW__rowStateLine{border-radius:var(--radius-full);width:50px;height:16px}.skeletons-module__MR1QsW__rowMetaLine{height:11px}.skeletons-module__MR1QsW__liveCard{background:var(--bg-surface);border:1px solid var(--accent-border);border-radius:var(--radius-lg);padding:22px}.skeletons-module__MR1QsW__liveHead{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.skeletons-module__MR1QsW__livePulse{background:var(--accent);opacity:.4;border-radius:50%;width:7px;height:7px}
.RotateCredentialForm-module__y4Dmhq__form{background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:10px;margin-top:8px;padding:12px;display:flex}.RotateCredentialForm-module__y4Dmhq__field{flex-direction:column;gap:4px;display:flex}.RotateCredentialForm-module__y4Dmhq__label{color:var(--text-secondary);font-size:12px}.RotateCredentialForm-module__y4Dmhq__input{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--bg-surface);width:100%;color:var(--text-primary);outline:none;padding:7px 10px;font-size:13px;transition:border-color .12s}.RotateCredentialForm-module__y4Dmhq__input:focus{border-color:var(--accent)}.RotateCredentialForm-module__y4Dmhq__inputPassword{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.RotateCredentialForm-module__y4Dmhq__tip{color:var(--text-tertiary);font-size:11px;line-height:1.5}.RotateCredentialForm-module__y4Dmhq__tip code{background:var(--bg-hover);border-radius:var(--radius-xs);padding:1px 5px;font-size:11px}.RotateCredentialForm-module__y4Dmhq__linkBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;text-decoration:underline}.RotateCredentialForm-module__y4Dmhq__helpList{color:var(--text-secondary);margin:0;padding-left:18px;font-size:11px;line-height:1.6}.RotateCredentialForm-module__y4Dmhq__helpList code{background:var(--bg-hover);border-radius:var(--radius-xs);padding:1px 5px;font-size:11px}.RotateCredentialForm-module__y4Dmhq__error{color:var(--danger);background:var(--danger-soft);border:1px solid var(--danger-border);border-radius:var(--radius-xs);padding:6px 8px;font-size:12px}.RotateCredentialForm-module__y4Dmhq__buttonRow{flex-wrap:wrap;gap:8px;display:flex}.RotateCredentialForm-module__y4Dmhq__primaryBtn,.RotateCredentialForm-module__y4Dmhq__warningBtn,.RotateCredentialForm-module__y4Dmhq__cancelBtn{border-radius:var(--radius-xs);cursor:pointer;padding:6px 14px;font-size:13px;transition:background .12s,border-color .12s}.RotateCredentialForm-module__y4Dmhq__primaryBtn{background:var(--accent);color:var(--text-inverse);border:1px solid var(--accent)}.RotateCredentialForm-module__y4Dmhq__primaryBtn:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.RotateCredentialForm-module__y4Dmhq__primaryBtn:disabled{opacity:.5;cursor:not-allowed}.RotateCredentialForm-module__y4Dmhq__warningBtn{background:var(--warning-soft);color:var(--warning);border:1px solid var(--warning-border)}.RotateCredentialForm-module__y4Dmhq__warningBtn:hover{border-color:var(--warning)}.RotateCredentialForm-module__y4Dmhq__warningBtn:disabled{opacity:.5;cursor:not-allowed}.RotateCredentialForm-module__y4Dmhq__cancelBtn{background:var(--bg-hover);color:var(--text-primary);border:1px solid var(--border)}.RotateCredentialForm-module__y4Dmhq__cancelBtn:hover{border-color:var(--border-hover)}.RotateCredentialForm-module__y4Dmhq__helpLink{color:var(--accent);font-size:11px;text-decoration:none;display:inline-block}.RotateCredentialForm-module__y4Dmhq__helpLink:hover{text-decoration:underline}
.IntegrationCard-module___nbx1a__card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-surface);min-width:0;color:var(--text-primary);border-left-width:3px;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.IntegrationCard-module___nbx1a__statusOk{border-left-color:var(--success)}.IntegrationCard-module___nbx1a__statusAuthFailed{border-left-color:var(--danger)}.IntegrationCard-module___nbx1a__statusNetwork{border-left-color:var(--warning)}.IntegrationCard-module___nbx1a__statusUnknown{border-left-color:var(--text-tertiary)}.IntegrationCard-module___nbx1a__statusNeverProbed{border-left-color:var(--border-hover)}.IntegrationCard-module___nbx1a__statusEnv{border-left-color:var(--warning)}.IntegrationCard-module___nbx1a__statusMissing{border-left-color:var(--danger);background:var(--danger-soft)}.IntegrationCard-module___nbx1a__header{flex-direction:column;align-items:flex-start;gap:6px;min-width:0;display:flex}.IntegrationCard-module___nbx1a__title{color:var(--text-primary);min-width:0;font-size:15px;font-weight:600;line-height:1.2}.IntegrationCard-module___nbx1a__badge{letter-spacing:.02em;background:var(--bg-hover);color:var(--text-primary);border:1px solid var(--border);white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}.IntegrationCard-module___nbx1a__badge[data-tone=ok]{background:var(--success-soft);color:var(--success);border-color:var(--success-border)}.IntegrationCard-module___nbx1a__badge[data-tone=warn]{background:var(--warning-soft);color:var(--warning);border-color:var(--warning-border)}.IntegrationCard-module___nbx1a__badge[data-tone=danger]{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.IntegrationCard-module___nbx1a__meta{color:var(--text-tertiary);gap:12px;font-size:12px;display:flex}.IntegrationCard-module___nbx1a__rotatedAmber{color:var(--warning)}.IntegrationCard-module___nbx1a__rotatedRed{color:var(--danger);font-weight:500}.IntegrationCard-module___nbx1a__jwtLine{color:var(--text-secondary);font-size:12px}.IntegrationCard-module___nbx1a__errorLine{color:var(--danger);background:var(--danger-soft);border:1px solid var(--danger-border);border-radius:var(--radius-xs);padding:6px 8px;font-size:12px}.IntegrationCard-module___nbx1a__actions{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.IntegrationCard-module___nbx1a__actionBtn,.IntegrationCard-module___nbx1a__actionBtnDanger{border:1px solid var(--border);border-radius:var(--radius-xs);background:var(--bg-hover);color:var(--text-primary);cursor:pointer;align-items:center;gap:4px;padding:5px 10px;font-size:12px;transition:background .12s,border-color .12s;display:inline-flex}.IntegrationCard-module___nbx1a__actionBtn:hover{background:var(--bg-active);border-color:var(--accent-border)}.IntegrationCard-module___nbx1a__actionBtnDanger{color:var(--danger);border-color:var(--danger-border);background:var(--danger-soft)}.IntegrationCard-module___nbx1a__actionBtnDanger:hover{background:var(--danger-soft);border-color:var(--danger)}
.QuickActionsPanel-module__1e3z0a__panel{flex-direction:column;flex-shrink:0;gap:1.25rem;width:300px;display:flex}.QuickActionsPanel-module__1e3z0a__section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.QuickActionsPanel-module__1e3z0a__sectionTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin:0;font-size:.75rem;font-weight:700;display:flex}.QuickActionsPanel-module__1e3z0a__sectionBadge{color:var(--text-dim);margin-top:-.5rem;font-size:.65rem;font-weight:500}.QuickActionsPanel-module__1e3z0a__liveDot{background:var(--success);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite QuickActionsPanel-module__1e3z0a__livePulse}@keyframes QuickActionsPanel-module__1e3z0a__livePulse{0%,to{opacity:1}50%{opacity:.4}}.QuickActionsPanel-module__1e3z0a__statList{flex-direction:column;gap:.5rem;display:flex}.QuickActionsPanel-module__1e3z0a__statRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.35rem 0;display:flex}.QuickActionsPanel-module__1e3z0a__statRow:last-child{border-bottom:none}.QuickActionsPanel-module__1e3z0a__statLabel{color:var(--text-secondary);font-size:.8rem}.QuickActionsPanel-module__1e3z0a__statValue{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:600}.QuickActionsPanel-module__1e3z0a__statWarn{color:var(--warning)}.QuickActionsPanel-module__1e3z0a__statDanger{color:var(--danger)}.QuickActionsPanel-module__1e3z0a__activeList{flex-direction:column;gap:.5rem;display:flex}.QuickActionsPanel-module__1e3z0a__activeRow{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:space-between;align-items:flex-start;gap:.5rem;padding:.5rem;display:flex}.QuickActionsPanel-module__1e3z0a__activeInfo{flex:1;min-width:0}.QuickActionsPanel-module__1e3z0a__activeName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.QuickActionsPanel-module__1e3z0a__activeDetail{color:var(--text-dim);margin-top:.15rem;font-size:.7rem}.QuickActionsPanel-module__1e3z0a__activeRight{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.35rem;display:flex}.QuickActionsPanel-module__1e3z0a__activeElapsed{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:600}.QuickActionsPanel-module__1e3z0a__elapsedWarning{color:var(--warning)}.QuickActionsPanel-module__1e3z0a__elapsedCritical{color:var(--danger)}.QuickActionsPanel-module__1e3z0a__activeActions{gap:.25rem;display:flex}.QuickActionsPanel-module__1e3z0a__iconBtn{background:var(--bg-muted);width:26px;height:26px;color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .12s;display:flex}.QuickActionsPanel-module__1e3z0a__iconBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.QuickActionsPanel-module__1e3z0a__iconBtnDanger:hover{background:var(--danger-soft);color:var(--danger);border-color:var(--danger)}.QuickActionsPanel-module__1e3z0a__shortcutList{flex-direction:column;gap:.25rem;display:flex}.QuickActionsPanel-module__1e3z0a__shortcutLink{border-radius:var(--radius-sm);color:var(--text-primary);align-items:center;gap:.5rem;padding:.5rem .6rem;font-size:.8rem;text-decoration:none;transition:background .1s;display:flex}.QuickActionsPanel-module__1e3z0a__shortcutLink:hover{background:var(--bg-hover)}.QuickActionsPanel-module__1e3z0a__shortcutLabel{color:var(--text-secondary);flex:1;align-items:center;gap:.4rem;display:flex}.QuickActionsPanel-module__1e3z0a__shortcutArrow{color:var(--text-dim);flex-shrink:0}.QuickActionsPanel-module__1e3z0a__exportBtn{background:var(--bg-surface);width:100%;color:var(--text-dim);border:1px dashed var(--border);border-radius:var(--radius-md);cursor:not-allowed;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-family:inherit;font-size:.8rem;display:flex;position:relative}.QuickActionsPanel-module__1e3z0a__exportBtn:disabled{opacity:.7}.QuickActionsPanel-module__1e3z0a__comingSoon{text-transform:uppercase;letter-spacing:.04em;color:var(--text-dim);background:var(--bg-muted);border-radius:9999px;padding:.1rem .4rem;font-size:.6rem;font-weight:500}.QuickActionsPanel-module__1e3z0a__emptyText{color:var(--text-dim);text-align:center;margin:0;padding:.5rem 0;font-size:.78rem}@media (max-width:1024px){.QuickActionsPanel-module__1e3z0a__panel{flex-flow:wrap;gap:1rem;width:100%}.QuickActionsPanel-module__1e3z0a__section{flex:1;min-width:260px}}@media (max-width:768px){.QuickActionsPanel-module__1e3z0a__panel{flex-direction:column}.QuickActionsPanel-module__1e3z0a__section{min-width:0}}
.ConnectionsPanel-module__nPYHLa__panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);color:var(--text-primary);margin-bottom:16px;padding:14px 16px}.ConnectionsPanel-module__nPYHLa__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ConnectionsPanel-module__nPYHLa__title{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:12px;font-weight:600}.ConnectionsPanel-module__nPYHLa__right{align-items:center;gap:12px;display:flex}.ConnectionsPanel-module__nPYHLa__refreshLine{color:var(--text-tertiary);font-size:12px}.ConnectionsPanel-module__nPYHLa__refreshBtn{background:var(--bg-hover);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text-primary);cursor:pointer;align-items:center;gap:6px;padding:5px 12px;font-size:12px;transition:background .12s,border-color .12s;display:inline-flex}.ConnectionsPanel-module__nPYHLa__refreshBtn:hover{background:var(--bg-active);border-color:var(--accent-border)}.ConnectionsPanel-module__nPYHLa__refreshBtn:disabled{opacity:.5;cursor:not-allowed}.ConnectionsPanel-module__nPYHLa__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}
.KBDetail-module__r1MCXq__page{max-width:1200px;margin:0 auto;padding:1.5rem}.KBDetail-module__r1MCXq__backLink{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;text-decoration:none;transition:color .15s;display:inline-flex}.KBDetail-module__r1MCXq__backLink:hover{color:var(--primary)}.KBDetail-module__r1MCXq__banner{background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:var(--radius-lg);color:var(--warning);align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.KBDetail-module__r1MCXq__bannerIcon{flex-shrink:0}.KBDetail-module__r1MCXq__bannerContent{flex:1}.KBDetail-module__r1MCXq__bannerContent strong{margin-bottom:.125rem;font-size:.875rem;display:block}.KBDetail-module__r1MCXq__bannerContent p{opacity:.9;font-size:.8125rem}.KBDetail-module__r1MCXq__ackLink{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.KBDetail-module__r1MCXq__ackBtn{background:var(--success);color:var(--text-inverse);border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s;display:flex}.KBDetail-module__r1MCXq__ackBtn:hover:not(:disabled){background:var(--success-hover)}.KBDetail-module__r1MCXq__ackBtn:disabled{opacity:.6;cursor:not-allowed}.KBDetail-module__r1MCXq__ackBtnLarge{margin:0 auto;padding:.75rem 1.5rem;font-size:.9375rem}.KBDetail-module__r1MCXq__actionBtn{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;padding:.5rem;transition:all .15s;display:inline-flex}.KBDetail-module__r1MCXq__actionBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.KBDetail-module__r1MCXq__actionBtnFavorited{color:var(--warning);border-color:var(--warning);background:var(--warning-bg)}.KBDetail-module__r1MCXq__actionBtnActive{color:var(--primary);border-color:var(--primary);background:var(--primary-soft)}.KBDetail-module__r1MCXq__metaRow{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:1.5rem;padding-top:1rem;display:flex}.KBDetail-module__r1MCXq__metaItem{color:var(--text-muted);align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.KBDetail-module__r1MCXq__metaAcknowledged{color:var(--success);font-weight:500}.KBDetail-module__r1MCXq__typeBadge{background:var(--primary-soft);color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em;margin-left:auto;padding:.125rem .625rem;font-size:.6875rem;font-weight:500}.KBDetail-module__r1MCXq__contentWrapper{gap:1.5rem;margin-top:1.5rem;display:flex}.KBDetail-module__r1MCXq__tocSidebar{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-shrink:0;width:250px;height:fit-content;padding:1rem;position:sticky;top:1.5rem}.KBDetail-module__r1MCXq__tocTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.KBDetail-module__r1MCXq__tocNav{flex-direction:column;gap:.25rem;display:flex}.KBDetail-module__r1MCXq__tocItem{color:var(--text-secondary);border-radius:var(--radius-sm);padding:.375rem .5rem;font-size:.8125rem;text-decoration:none;transition:all .15s}.KBDetail-module__r1MCXq__tocItem:hover{background:var(--bg-hover);color:var(--primary)}.KBDetail-module__r1MCXq__tocLevel2{padding-left:1rem}.KBDetail-module__r1MCXq__tocLevel3{padding-left:1.5rem;font-size:.75rem}.KBDetail-module__r1MCXq__main{flex:1;min-width:0}.KBDetail-module__r1MCXq__quickRefSection{margin-bottom:1.5rem}.KBDetail-module__r1MCXq__quickRefToggle{background:var(--info-bg);border:1px solid var(--info-border);border-radius:var(--radius-md);color:var(--info);cursor:pointer;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.KBDetail-module__r1MCXq__quickRefToggle:hover{background:var(--info);color:var(--text-inverse)}.KBDetail-module__r1MCXq__quickRefContent{background:var(--info-bg);border:1px solid var(--info-border);border-radius:var(--radius-lg);margin-top:1rem;padding:1.5rem}.KBDetail-module__r1MCXq__content{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.KBDetail-module__r1MCXq__relatedSection{margin-top:2rem}.KBDetail-module__r1MCXq__relatedTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.KBDetail-module__r1MCXq__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.KBDetail-module__r1MCXq__relatedCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:.25rem;padding:1rem 1.25rem;text-decoration:none;transition:all .15s;display:flex;position:relative}.KBDetail-module__r1MCXq__relatedCard:hover{border-color:var(--primary)}.KBDetail-module__r1MCXq__relatedCardTitle{color:var(--text-primary);padding-right:1.5rem;font-size:.9375rem;font-weight:500}.KBDetail-module__r1MCXq__relatedCardDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;display:-webkit-box;overflow:hidden}.KBDetail-module__r1MCXq__relatedChevron{color:var(--text-muted);position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.KBDetail-module__r1MCXq__ackFooter{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;margin-top:2rem;padding:1.5rem}.KBDetail-module__r1MCXq__ackFooter p{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem}.KBDetail-module__r1MCXq__attachments{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-top:1.5rem;padding:1.25rem 1.5rem}.KBDetail-module__r1MCXq__attachmentsTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.KBDetail-module__r1MCXq__attachmentsCount{background:var(--primary-soft);min-width:1.25rem;height:1.25rem;color:var(--primary);border-radius:var(--radius-full);justify-content:center;align-items:center;padding:0 .375rem;font-size:.6875rem;font-weight:600;display:inline-flex}.KBDetail-module__r1MCXq__attachmentList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.KBDetail-module__r1MCXq__attachmentItem{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:.625rem .875rem;display:flex}.KBDetail-module__r1MCXq__attachmentIcon{color:var(--danger);flex-shrink:0}.KBDetail-module__r1MCXq__attachmentInfo{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.KBDetail-module__r1MCXq__attachmentName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.KBDetail-module__r1MCXq__attachmentMeta{color:var(--text-muted);font-size:.6875rem}.KBDetail-module__r1MCXq__attachmentActions{flex-shrink:0;gap:.375rem;display:flex}.KBDetail-module__r1MCXq__attachmentBtn{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.KBDetail-module__r1MCXq__attachmentBtn:hover{border-color:var(--primary);color:var(--primary)}.KBDetail-module__r1MCXq__modeSwitcher{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);gap:.5rem;margin-top:1.25rem;padding:.375rem;display:flex;overflow-x:auto}.KBDetail-module__r1MCXq__modeTab{border-radius:var(--radius-md);min-width:9rem;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;flex:1 1 0;align-items:center;gap:.625rem;padding:.625rem .875rem;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:flex}.KBDetail-module__r1MCXq__modeTab:hover{color:var(--text-primary);background:var(--bg-hover)}.KBDetail-module__r1MCXq__modeTabActive,.KBDetail-module__r1MCXq__modeTabActive:hover{background:var(--bg-card);border-color:var(--accent-border);color:var(--text-primary);box-shadow:var(--shadow-sm)}.KBDetail-module__r1MCXq__modeTabIcon{color:var(--text-muted);flex-shrink:0;display:inline-flex}.KBDetail-module__r1MCXq__modeTabActive .KBDetail-module__r1MCXq__modeTabIcon{color:var(--primary)}.KBDetail-module__r1MCXq__modeTabText{flex-direction:column;gap:.0625rem;min-width:0;display:flex}.KBDetail-module__r1MCXq__modeTabLabel{font-size:.8125rem;font-weight:600;line-height:1.2}.KBDetail-module__r1MCXq__modeTabHint{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;line-height:1.2;overflow:hidden}.KBDetail-module__r1MCXq__progress{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-top:.75rem;padding:.875rem 1rem}.KBDetail-module__r1MCXq__progressHeader{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.KBDetail-module__r1MCXq__progressTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.KBDetail-module__r1MCXq__progressPercent{color:var(--primary);font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:600}.KBDetail-module__r1MCXq__progressBar{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-full);height:6px;overflow:hidden}.KBDetail-module__r1MCXq__progressFill{background:var(--primary);border-radius:var(--radius-full);height:100%;transition:width .4s}.KBDetail-module__r1MCXq__progressModes{flex-wrap:wrap;gap:.5rem 1.5rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.KBDetail-module__r1MCXq__progressMode{align-items:center;gap:.5rem;font-size:.8125rem;display:inline-flex}.KBDetail-module__r1MCXq__progressDot{border-radius:var(--radius-full);background:var(--border-hover);flex-shrink:0;width:.5rem;height:.5rem}.KBDetail-module__r1MCXq__progressMode[data-status=done] .KBDetail-module__r1MCXq__progressDot{background:var(--success)}.KBDetail-module__r1MCXq__progressMode[data-status=partial] .KBDetail-module__r1MCXq__progressDot{background:var(--warning)}.KBDetail-module__r1MCXq__progressModeLabel{color:var(--text-primary);font-weight:500}.KBDetail-module__r1MCXq__progressModeDetail{color:var(--text-muted)}@media (max-width:900px){.KBDetail-module__r1MCXq__contentWrapper{flex-direction:column}.KBDetail-module__r1MCXq__tocSidebar{width:100%;position:static}}@media (max-width:640px){.KBDetail-module__r1MCXq__banner{text-align:center;flex-direction:column}.KBDetail-module__r1MCXq__content{padding:1.25rem}.KBDetail-module__r1MCXq__modeTab{min-width:7.5rem}.KBDetail-module__r1MCXq__modeTabHint{display:none}.KBDetail-module__r1MCXq__attachmentItem{flex-wrap:wrap}}
.DocumentViewerClient-module__J7BTAq__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);background:#040406c7;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.DocumentViewerClient-module__J7BTAq__viewer{background:var(--bg-elevated,#1a1a2e);border:1px solid var(--border-hover,#2d2d44);border-radius:var(--radius-xl,12px);flex-direction:column;width:100%;max-width:1100px;max-height:calc(100vh - 3rem);display:flex;overflow:hidden;box-shadow:0 24px 64px #00000073}.DocumentViewerClient-module__J7BTAq__header{border-bottom:1px solid var(--border,#2d2d44);background:var(--bg-surface,#16162a);flex-shrink:0;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex}.DocumentViewerClient-module__J7BTAq__headerInfo{flex-direction:column;gap:.125rem;min-width:0;display:flex}.DocumentViewerClient-module__J7BTAq__docType{letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary,#9ca3af);font-size:.75rem;font-weight:600}.DocumentViewerClient-module__J7BTAq__fileName{color:var(--text-primary,#f1f5f9);white-space:nowrap;text-overflow:ellipsis;max-width:420px;font-size:.875rem;font-weight:500;overflow:hidden}.DocumentViewerClient-module__J7BTAq__headerActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.DocumentViewerClient-module__J7BTAq__actionBtn{border:1px solid var(--border,#2d2d44);color:var(--text-secondary,#cbd5e1);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.375rem;padding:.4rem .75rem;font-size:.8125rem;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.DocumentViewerClient-module__J7BTAq__actionBtn:hover{background:var(--bg-hover,#ffffff0f);border-color:var(--border-hover,#3d3d54);color:var(--text-primary,#f1f5f9)}.DocumentViewerClient-module__J7BTAq__actionLabel{display:inline}.DocumentViewerClient-module__J7BTAq__closeBtn{border:1px solid var(--border,#2d2d44);color:var(--text-secondary,#cbd5e1);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:background .15s,color .15s;display:inline-flex}.DocumentViewerClient-module__J7BTAq__closeBtn:hover{background:var(--bg-hover,#ffffff0f);color:var(--text-primary,#f1f5f9)}.DocumentViewerClient-module__J7BTAq__body{background:var(--bg-canvas,#0f0f1a);flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.DocumentViewerClient-module__J7BTAq__placeholder{color:var(--text-secondary,#94a3b8);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 2rem;display:flex}.DocumentViewerClient-module__J7BTAq__placeholderTitle{color:var(--text-primary,#f1f5f9);font-size:1rem;font-weight:500}.DocumentViewerClient-module__J7BTAq__fileKind{color:var(--text-tertiary,#64748b);font-size:.8125rem}.DocumentViewerClient-module__J7BTAq__spinner{color:var(--accent,#3b82f6);animation:.8s linear infinite DocumentViewerClient-module__J7BTAq__spin}@keyframes DocumentViewerClient-module__J7BTAq__spin{to{transform:rotate(360deg)}}.DocumentViewerClient-module__J7BTAq__fallbackActions{gap:.75rem;margin-top:.5rem;display:flex}.DocumentViewerClient-module__J7BTAq__fallbackBtn{border:1px solid var(--border,#2d2d44);background:var(--bg-surface,#16162a);color:var(--text-primary,#f1f5f9);cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;text-decoration:none;transition:background .15s;display:inline-flex}.DocumentViewerClient-module__J7BTAq__fallbackBtn:hover{background:var(--bg-hover,#ffffff0f)}.DocumentViewerClient-module__J7BTAq__previewArea{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:auto}.DocumentViewerClient-module__J7BTAq__previewImage{object-fit:contain;border-radius:4px;max-width:100%;max-height:calc(100vh - 9rem)}.DocumentViewerClient-module__J7BTAq__previewFrame{background:var(--bg-canvas,#0f0f1a);border:none;width:100%;height:calc(100vh - 9rem)}@media (max-width:640px){.DocumentViewerClient-module__J7BTAq__overlay{padding:.5rem}.DocumentViewerClient-module__J7BTAq__viewer{border-radius:8px;max-width:100%;max-height:calc(100vh - 1rem)}.DocumentViewerClient-module__J7BTAq__header{padding:.625rem .875rem}.DocumentViewerClient-module__J7BTAq__fileName{max-width:180px}.DocumentViewerClient-module__J7BTAq__actionLabel{display:none}.DocumentViewerClient-module__J7BTAq__previewFrame{height:calc(100vh - 7rem)}.DocumentViewerClient-module__J7BTAq__previewImage{max-height:calc(100vh - 7rem)}}[data-theme=midnight] .DocumentViewerClient-module__J7BTAq__overlay{background:#000000d1}
.StatusBadge-module__T3RE4W__badge{border-radius:var(--radius-xs);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;border:1px solid;align-items:center;gap:.3rem;font-weight:500;line-height:1;display:inline-flex}.StatusBadge-module__T3RE4W__icon{align-items:center;display:flex}.StatusBadge-module__T3RE4W__sm{padding:.2rem .5rem;font-size:.625rem}.StatusBadge-module__T3RE4W__md{padding:.3125rem .625rem;font-size:.6875rem}.StatusBadge-module__T3RE4W__success{background:var(--success-soft);color:var(--success);border-color:var(--success-border)}.StatusBadge-module__T3RE4W__warning{background:var(--warning-soft);color:var(--warning);border-color:var(--warning-border)}.StatusBadge-module__T3RE4W__error{background:var(--danger-soft);color:var(--danger);border-color:var(--danger-border)}.StatusBadge-module__T3RE4W__info{background:var(--info-soft);color:var(--info);border-color:var(--info-border)}.StatusBadge-module__T3RE4W__neutral{color:var(--text-secondary);border-color:var(--border);background:#f5efe40a}.StatusBadge-module__T3RE4W__pending{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-border)}
.EmployeeShiftDrawer-module__4XSAnq__backdrop{z-index:100;background:#00000059;animation:.15s EmployeeShiftDrawer-module__4XSAnq__fadeIn;position:fixed;inset:0}@keyframes EmployeeShiftDrawer-module__4XSAnq__fadeIn{0%{opacity:0}to{opacity:1}}.EmployeeShiftDrawer-module__4XSAnq__drawer{background:var(--bg-surface);border-left:1px solid var(--border);z-index:101;flex-direction:column;width:520px;max-width:100vw;animation:.2s EmployeeShiftDrawer-module__4XSAnq__slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}@keyframes EmployeeShiftDrawer-module__4XSAnq__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.EmployeeShiftDrawer-module__4XSAnq__header{border-bottom:1px solid var(--border);background:var(--bg-surface);z-index:1;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.EmployeeShiftDrawer-module__4XSAnq__headerInfo{flex-direction:column;gap:.25rem;min-width:0;display:flex}.EmployeeShiftDrawer-module__4XSAnq__headerName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1rem;font-weight:700;overflow:hidden}.EmployeeShiftDrawer-module__4XSAnq__headerRange{color:var(--text-dim);font-size:.78rem}.EmployeeShiftDrawer-module__4XSAnq__closeBtn{background:var(--bg-muted);width:32px;height:32px;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .12s;display:flex}.EmployeeShiftDrawer-module__4XSAnq__closeBtn:hover{background:var(--bg-hover);color:var(--text-primary)}.EmployeeShiftDrawer-module__4XSAnq__summaryGrid{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr 1fr 1fr;gap:.75rem;padding:1rem 1.5rem;display:grid}.EmployeeShiftDrawer-module__4XSAnq__summaryTile{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem;display:flex}.EmployeeShiftDrawer-module__4XSAnq__summaryValue{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.EmployeeShiftDrawer-module__4XSAnq__summaryOvertime{color:var(--warning)}.EmployeeShiftDrawer-module__4XSAnq__summaryLabel{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;font-size:.62rem;font-weight:600}.EmployeeShiftDrawer-module__4XSAnq__empty{color:var(--text-dim);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1.5rem;display:flex}.EmployeeShiftDrawer-module__4XSAnq__empty p{margin:0;font-size:.9rem}.EmployeeShiftDrawer-module__4XSAnq__shiftList{flex-direction:column;flex:1;padding:.75rem 0;display:flex}.EmployeeShiftDrawer-module__4XSAnq__weekGroup{flex-direction:column;display:flex}.EmployeeShiftDrawer-module__4XSAnq__weekHeader{background:var(--bg-muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.6rem 1.5rem;display:flex}.EmployeeShiftDrawer-module__4XSAnq__weekLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.EmployeeShiftDrawer-module__4XSAnq__weekTotal{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600}.EmployeeShiftDrawer-module__4XSAnq__shiftRow{border-bottom:1px solid var(--border);flex-direction:column;gap:.35rem;padding:.75rem 1.5rem;transition:background .1s;display:flex}.EmployeeShiftDrawer-module__4XSAnq__shiftRow:last-child{border-bottom:none}.EmployeeShiftDrawer-module__4XSAnq__shiftRow:hover{background:var(--bg-hover)}.EmployeeShiftDrawer-module__4XSAnq__shiftMain{align-items:center;gap:.75rem;display:flex}.EmployeeShiftDrawer-module__4XSAnq__shiftDate{color:var(--text-primary);flex-shrink:0;width:90px;font-size:.82rem;font-weight:500}.EmployeeShiftDrawer-module__4XSAnq__shiftTimes{flex:1;align-items:center;gap:.4rem;display:flex}.EmployeeShiftDrawer-module__4XSAnq__timeBtn{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border);font-variant-numeric:tabular-nums;cursor:pointer;border-radius:4px;padding:.2rem .4rem;font-family:inherit;font-size:.8rem;transition:all .12s}.EmployeeShiftDrawer-module__4XSAnq__timeBtn:hover{background:var(--primary-soft);border-color:var(--primary);color:var(--primary)}.EmployeeShiftDrawer-module__4XSAnq__timeArrow{color:var(--text-dim);font-size:.75rem}.EmployeeShiftDrawer-module__4XSAnq__timeOpen{color:var(--text-dim);font-variant-numeric:tabular-nums;padding:.2rem .4rem;font-size:.8rem}.EmployeeShiftDrawer-module__4XSAnq__shiftDuration{color:var(--text-primary);font-variant-numeric:tabular-nums;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.3rem;width:65px;font-size:.85rem;font-weight:600;display:flex}.EmployeeShiftDrawer-module__4XSAnq__durationLong{color:var(--warning)}.EmployeeShiftDrawer-module__4XSAnq__durationLive{color:var(--success)}.EmployeeShiftDrawer-module__4XSAnq__liveTag{text-transform:uppercase;letter-spacing:.05em;background:var(--success-soft,var(--bg-surface));color:var(--success);border-radius:9999px;padding:.05rem .3rem;font-size:.55rem;font-weight:700}.EmployeeShiftDrawer-module__4XSAnq__shiftFlags{flex-wrap:wrap;gap:.3rem;padding-left:calc(90px + .75rem);display:flex}.EmployeeShiftDrawer-module__4XSAnq__flag{white-space:nowrap;background:var(--bg-muted);color:var(--text-secondary);border:1px solid var(--border);border-radius:9999px;align-items:center;gap:.2rem;padding:.1rem .45rem;font-size:.65rem;font-weight:500;display:inline-flex}.EmployeeShiftDrawer-module__4XSAnq__flag[data-tone=warning]{background:var(--warning-soft,var(--bg-surface));color:var(--warning);border-color:var(--warning-soft,var(--border))}.EmployeeShiftDrawer-module__4XSAnq__flag[data-tone=danger]{background:var(--danger-soft,var(--bg-surface));color:var(--danger);border-color:var(--danger-soft,var(--border))}.EmployeeShiftDrawer-module__4XSAnq__flag[data-tone=accent]{background:var(--accent-soft,var(--bg-surface));color:var(--accent,var(--text-secondary));border-color:var(--accent-soft,var(--border))}.EmployeeShiftDrawer-module__4XSAnq__flag[data-tone=muted]{background:var(--bg-muted);color:var(--text-dim)}.EmployeeShiftDrawer-module__4XSAnq__flag[data-tone=ok]{background:var(--success-soft,var(--bg-surface));color:var(--success);border-color:var(--success-soft,var(--border))}@media (max-width:768px){.EmployeeShiftDrawer-module__4XSAnq__drawer{width:100vw}.EmployeeShiftDrawer-module__4XSAnq__summaryGrid{grid-template-columns:1fr 1fr}.EmployeeShiftDrawer-module__4XSAnq__shiftDate{width:70px;font-size:.75rem}.EmployeeShiftDrawer-module__4XSAnq__shiftFlags{padding-left:calc(70px + .75rem)}}
.VehicleHistorySection-module__4kbnaG__section{background:var(--surface-raised);border:1px solid var(--border,#e5e7eb);border-radius:10px;margin-top:2rem;overflow:hidden}.VehicleHistorySection-module__4kbnaG__sectionLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary,#6b7280);margin:0;padding:1rem 1.25rem 0;font-size:.75rem;font-weight:600}.VehicleHistorySection-module__4kbnaG__tabBar{border-bottom:1px solid var(--border,#e5e7eb);gap:0;margin-top:.5rem;padding:0 1.25rem;display:flex}.VehicleHistorySection-module__4kbnaG__tab{color:var(--text-secondary,#6b7280);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.625rem 1rem;font-size:.875rem;transition:color .15s,border-color .15s}.VehicleHistorySection-module__4kbnaG__tab:hover{color:var(--text-primary,#111827)}.VehicleHistorySection-module__4kbnaG__tabActive{color:var(--text-primary,#111827);border-bottom-color:var(--accent,#2563eb);font-weight:600}.VehicleHistorySection-module__4kbnaG__tabContent{padding:1.25rem}.VehicleHistorySection-module__4kbnaG__panelHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.VehicleHistorySection-module__4kbnaG__btnPrimary{background:var(--accent,#2563eb);color:var(--text-inverse);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.375rem;padding:.4rem .875rem;font-size:.8125rem;font-weight:500;display:inline-flex}.VehicleHistorySection-module__4kbnaG__btnPrimary:hover{background:var(--accent-hover)}.VehicleHistorySection-module__4kbnaG__btnGhost{border:1px solid var(--border,#e5e7eb);color:var(--text-secondary,#6b7280);cursor:pointer;background:0 0;border-radius:5px;align-items:center;padding:.25rem .5rem;font-size:.8125rem;display:inline-flex}.VehicleHistorySection-module__4kbnaG__btnGhost:hover{background:var(--bg-hover)}.VehicleHistorySection-module__4kbnaG__danger{color:var(--danger)}.VehicleHistorySection-module__4kbnaG__danger:hover{background:var(--danger-soft);border-color:var(--danger-border)}.VehicleHistorySection-module__4kbnaG__empty{color:var(--text-secondary,#6b7280);text-align:center;padding:2rem 0;font-size:.875rem}.VehicleHistorySection-module__4kbnaG__entryList{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.VehicleHistorySection-module__4kbnaG__entryRow{background:var(--bg-surface);border:1px solid var(--border,#e5e7eb);border-radius:7px;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.VehicleHistorySection-module__4kbnaG__typeBadge{letter-spacing:.04em;white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.2rem .5rem;font-size:.6875rem;font-weight:600}.VehicleHistorySection-module__4kbnaG__badgeIndigo{background:var(--accent-soft);color:var(--accent)}.VehicleHistorySection-module__4kbnaG__badgeTeal{background:var(--info-soft);color:var(--info)}.VehicleHistorySection-module__4kbnaG__badgeAmber{background:var(--warning-soft);color:var(--warning)}.VehicleHistorySection-module__4kbnaG__badgeGreen{background:var(--success-soft);color:var(--success)}.VehicleHistorySection-module__4kbnaG__badgeRed{background:var(--danger-soft);color:var(--danger)}.VehicleHistorySection-module__4kbnaG__badgeGray{background:var(--bg-hover);color:var(--text-secondary)}.VehicleHistorySection-module__4kbnaG__entryMain{flex-direction:column;flex:1;gap:.2rem;display:flex}.VehicleHistorySection-module__4kbnaG__entryVendor{color:var(--text-primary,#111827);font-size:.875rem;font-weight:500}.VehicleHistorySection-module__4kbnaG__entryNotes{color:var(--text-secondary,#6b7280);font-size:.8125rem}.VehicleHistorySection-module__4kbnaG__entryMeta{color:var(--text-tertiary,#9ca3af);font-size:.75rem}.VehicleHistorySection-module__4kbnaG__entryActions{flex-shrink:0;gap:.375rem;display:flex}.VehicleHistorySection-module__4kbnaG__mileageTimeline{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.VehicleHistorySection-module__4kbnaG__timelineNode{align-items:flex-start;gap:.875rem;padding-bottom:1.25rem;display:flex;position:relative}.VehicleHistorySection-module__4kbnaG__timelineNode:last-child{padding-bottom:0}.VehicleHistorySection-module__4kbnaG__timelineNode:before{content:"";background:var(--border,#e5e7eb);width:2px;position:absolute;top:18px;bottom:0;left:7px}.VehicleHistorySection-module__4kbnaG__timelineNode:last-child:before{display:none}.VehicleHistorySection-module__4kbnaG__timelineDot{background:var(--accent,#2563eb);border:2px solid var(--bg-surface);width:16px;height:16px;box-shadow:0 0 0 2px var(--accent,#2563eb);border-radius:50%;flex-shrink:0;margin-top:2px}.VehicleHistorySection-module__4kbnaG__timelineBody{flex-direction:column;gap:.15rem;display:flex}.VehicleHistorySection-module__4kbnaG__mileageValue{color:var(--text-primary,#111827);font-size:1rem;font-weight:600}.VehicleHistorySection-module__4kbnaG__timelineMeta{color:var(--text-secondary,#6b7280);font-size:.8125rem}.VehicleHistorySection-module__4kbnaG__mileageDelta{color:var(--success);font-size:.75rem;font-weight:500}.VehicleHistorySection-module__4kbnaG__mileageDeltaWarn{color:var(--warning);font-size:.75rem;font-weight:500}.VehicleHistorySection-module__4kbnaG__inspectionList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.VehicleHistorySection-module__4kbnaG__inspectionRow{border:1px solid var(--border,#e5e7eb);border-radius:7px;overflow:hidden}.VehicleHistorySection-module__4kbnaG__inspectionHeaderWrap{background:var(--bg-surface);align-items:center;display:flex}.VehicleHistorySection-module__4kbnaG__inspectionHeader{background:var(--bg-surface);cursor:pointer;text-align:left;color:var(--text-primary,#111827);border:none;flex:1;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.VehicleHistorySection-module__4kbnaG__inspectionHeader:hover{background:var(--bg-hover)}.VehicleHistorySection-module__4kbnaG__inspDate{font-weight:500}.VehicleHistorySection-module__4kbnaG__inspMileage{color:var(--text-secondary,#6b7280);font-size:.8125rem}.VehicleHistorySection-module__4kbnaG__inspDriver{color:var(--text-secondary,#6b7280);flex:1;font-size:.8125rem}.VehicleHistorySection-module__4kbnaG__inspThumbs{gap:.25rem;display:flex}.VehicleHistorySection-module__4kbnaG__thumb{object-fit:cover;border:1px solid var(--border,#e5e7eb);border-radius:4px;width:32px;height:32px}.VehicleHistorySection-module__4kbnaG__statusBadge{border-radius:4px;padding:.2rem .5rem;font-size:.6875rem;font-weight:600}.VehicleHistorySection-module__4kbnaG__statusCompleted{background:var(--success-soft);color:var(--success)}.VehicleHistorySection-module__4kbnaG__statusInProgress{background:var(--warning-soft);color:var(--warning)}.VehicleHistorySection-module__4kbnaG__inspExpanded{background:var(--surface-raised);border-top:1px solid var(--border,#e5e7eb);padding:1rem}.VehicleHistorySection-module__4kbnaG__photoSlots{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.VehicleHistorySection-module__4kbnaG__photoSlot{flex-direction:column;gap:.5rem;display:flex}.VehicleHistorySection-module__4kbnaG__photoLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary,#6b7280);font-size:.75rem;font-weight:600}.VehicleHistorySection-module__4kbnaG__photoFull{border:1px solid var(--border,#e5e7eb);object-fit:cover;border-radius:6px;width:100%;max-height:200px}.VehicleHistorySection-module__4kbnaG__photoPlaceholder{background:var(--bg-hover);border:1px solid var(--border,#e5e7eb);height:120px;color:var(--text-tertiary,#9ca3af);border-radius:6px;justify-content:center;align-items:center;font-size:.8125rem;display:flex}.VehicleHistorySection-module__4kbnaG__flagBadge{color:#d97706;margin-left:6px}.VehicleHistorySection-module__4kbnaG__flagNote{color:#92400e;margin-top:8px;font-size:13px}.VehicleHistorySection-module__4kbnaG__suppliesNote{color:var(--text-primary);background:var(--bg-muted);border-radius:6px;margin-top:8px;padding:8px 10px;font-size:13px}.VehicleHistorySection-module__4kbnaG__thumbExtra{border:1px dashed var(--warning-border,#f59e0b)}
.ActiveShiftBanner-module__bcBU5q__banner{z-index:5;background:var(--warning);color:var(--text-inverse);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:flex;position:sticky;top:56px}.ActiveShiftBanner-module__bcBU5q__cta{color:var(--text-inverse);background:#00000038;border-radius:4px;padding:.25rem .75rem;font-size:.85rem;font-weight:600;text-decoration:none}.ActiveShiftBanner-module__bcBU5q__cta:hover{background:#00000059}
.RateCardEditor-module__YgU-JG__editor{flex-direction:column;gap:1.25rem;display:flex;container-type:inline-size}.RateCardEditor-module__YgU-JG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.RateCardEditor-module__YgU-JG__provenance{border:1px solid var(--glass-border);background:var(--bg-subtle);color:var(--text-secondary);border-radius:999px;align-items:center;padding:.3rem .75rem;font-size:.8125rem;font-weight:500;display:inline-flex}.RateCardEditor-module__YgU-JG__reminder{color:var(--text-tertiary);font-size:.8125rem}.RateCardEditor-module__YgU-JG__empty{border:1px dashed var(--border);border-radius:var(--radius-lg);background:var(--bg-subtle);color:var(--text-secondary);flex-direction:column;gap:.75rem;padding:1.25rem;font-size:.9rem;display:flex}.RateCardEditor-module__YgU-JG__empty p{margin:0}.RateCardEditor-module__YgU-JG__cardLevel{flex-wrap:wrap;gap:1.5rem;display:flex}.RateCardEditor-module__YgU-JG__field{color:var(--text-secondary);flex-direction:column;gap:.3rem;font-size:.8125rem;display:flex}.RateCardEditor-module__YgU-JG__field input,.RateCardEditor-module__YgU-JG__previewInputs input,.RateCardEditor-module__YgU-JG__previewControls select{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);width:8rem;color:var(--text-primary);padding:.4rem .6rem;font-size:.875rem}.RateCardEditor-module__YgU-JG__field input:focus,.RateCardEditor-module__YgU-JG__previewInputs input:focus,.RateCardEditor-module__YgU-JG__previewControls select:focus,.RateCardEditor-module__YgU-JG__grid input:focus{border-color:var(--border-focus);outline:none}.RateCardEditor-module__YgU-JG__body{grid-template-columns:minmax(0,1fr) 18rem;align-items:start;gap:1.5rem;display:grid}@container (max-width:1100px){.RateCardEditor-module__YgU-JG__body{grid-template-columns:minmax(0,1fr)}.RateCardEditor-module__YgU-JG__previewRail{position:static}}.RateCardEditor-module__YgU-JG__grids{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.RateCardEditor-module__YgU-JG__cityBlock{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.RateCardEditor-module__YgU-JG__cityTitle{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600}.RateCardEditor-module__YgU-JG__hourlyHead{justify-content:space-between;align-items:center;gap:1rem;margin-top:.25rem;display:flex}.RateCardEditor-module__YgU-JG__hourlyTitle{color:var(--text-secondary);margin:0;font-size:.85rem;font-weight:600}.RateCardEditor-module__YgU-JG__toggle{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.4rem;font-size:.8125rem;display:inline-flex}.RateCardEditor-module__YgU-JG__tableWrap{overflow-x:auto}.RateCardEditor-module__YgU-JG__grid{border-collapse:collapse;width:100%;font-size:.8125rem}.RateCardEditor-module__YgU-JG__grid th,.RateCardEditor-module__YgU-JG__grid td{text-align:left;white-space:nowrap;padding:.3rem .4rem}.RateCardEditor-module__YgU-JG__grid thead th{color:var(--text-tertiary);border-bottom:1px solid var(--border-hairline);cursor:help;font-weight:500}.RateCardEditor-module__YgU-JG__grid tbody th{color:var(--text-secondary);font-weight:500}.RateCardEditor-module__YgU-JG__grid input{border:1px solid var(--border-hairline);border-radius:var(--radius-sm);background:var(--bg-base);width:5rem;color:var(--text-primary);font-variant-numeric:tabular-nums;padding:.3rem .45rem;font-size:.8125rem}.RateCardEditor-module__YgU-JG__previewRail{top:calc(var(--topbar-h,0px) + 1rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);flex-direction:column;gap:.75rem;padding:1rem;display:flex;position:sticky}.RateCardEditor-module__YgU-JG__previewTitle{color:var(--text-primary);align-items:center;gap:.4rem;margin:0;font-size:.9rem;font-weight:600;display:flex}.RateCardEditor-module__YgU-JG__previewControls{flex-direction:column;gap:.5rem;display:flex}.RateCardEditor-module__YgU-JG__previewControls select{width:100%}.RateCardEditor-module__YgU-JG__previewInputs{flex-direction:column;gap:.5rem;display:flex}.RateCardEditor-module__YgU-JG__previewInputs label{color:var(--text-secondary);flex-direction:column;gap:.25rem;font-size:.78rem;display:flex}.RateCardEditor-module__YgU-JG__previewInputs input{width:100%}.RateCardEditor-module__YgU-JG__previewResult{border-top:1px solid var(--border-hairline);padding-top:.75rem;font-size:.8125rem}.RateCardEditor-module__YgU-JG__previewMuted{color:var(--text-tertiary)}.RateCardEditor-module__YgU-JG__previewLines{color:var(--text-secondary);flex-direction:column;gap:.25rem;margin:0 0 .5rem;padding-left:1rem;display:flex}.RateCardEditor-module__YgU-JG__previewTotal{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:600}.RateCardEditor-module__YgU-JG__footer{border-top:1px solid var(--border-hairline);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.RateCardEditor-module__YgU-JG__actions{flex-wrap:wrap;gap:.5rem;display:flex}.RateCardEditor-module__YgU-JG__btn,.RateCardEditor-module__YgU-JG__btnPrimary{border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast);align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8125rem;font-weight:500;display:inline-flex}.RateCardEditor-module__YgU-JG__btn{border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary)}.RateCardEditor-module__YgU-JG__btn:hover:not(:disabled){background:var(--bg-hover)}.RateCardEditor-module__YgU-JG__btnPrimary{border:1px solid var(--primary);background:var(--primary);color:var(--text-inverse)}.RateCardEditor-module__YgU-JG__btnPrimary:hover:not(:disabled){background:var(--primary-hover)}.RateCardEditor-module__YgU-JG__btn:disabled,.RateCardEditor-module__YgU-JG__btnPrimary:disabled{opacity:.5;cursor:not-allowed}.RateCardEditor-module__YgU-JG__spin{animation:1s linear infinite RateCardEditor-module__YgU-JG__spin}@keyframes RateCardEditor-module__YgU-JG__spin{to{transform:rotate(360deg)}}
.FlagTripModal-module__XBeSpW__body{flex-direction:column;gap:1rem;display:flex}.FlagTripModal-module__XBeSpW__field{flex-direction:column;gap:.35rem;display:flex}.FlagTripModal-module__XBeSpW__label{color:var(--text-secondary,#94a3b8);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.FlagTripModal-module__XBeSpW__input,.FlagTripModal-module__XBeSpW__textarea{border:1px solid var(--border);width:100%;color:var(--text-primary,#f1f5f9);background:#00000040;border-radius:8px;padding:.6rem .75rem;font-family:inherit;font-size:.9rem}.FlagTripModal-module__XBeSpW__textarea{resize:vertical;min-height:90px}.FlagTripModal-module__XBeSpW__helper{color:var(--text-secondary,#94a3b8);font-size:.75rem}.FlagTripModal-module__XBeSpW__error{color:#fca5a5;font-size:.8rem}.FlagTripModal-module__XBeSpW__footer{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.FlagTripModal-module__XBeSpW__cancelBtn{border:1px solid var(--border);color:var(--text-secondary,#94a3b8);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem .9rem;font-size:.85rem}.FlagTripModal-module__XBeSpW__submitBtn{color:#fca5a5;cursor:pointer;background:#ef444433;border:1px solid #ef444466;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.FlagTripModal-module__XBeSpW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.FlagTripModal-module__XBeSpW__priorityRow{gap:.5rem;display:flex}.FlagTripModal-module__XBeSpW__priorityBtn{border:1px solid var(--border);color:var(--text-secondary,#94a3b8);cursor:pointer;background:#00000040;border-radius:8px;flex:1;padding:.55rem .75rem;font-family:inherit;font-size:.85rem;font-weight:600}.FlagTripModal-module__XBeSpW__priorityNormal.FlagTripModal-module__XBeSpW__priorityActive{color:#fbbf24;background:#f59e0b2e;border-color:#f59e0b73}.FlagTripModal-module__XBeSpW__priorityCritical.FlagTripModal-module__XBeSpW__priorityActive{color:#fca5a5;background:#ef444433;border-color:#ef444473}.FlagTripModal-module__XBeSpW__chipRow{flex-wrap:wrap;gap:.35rem;margin-top:.15rem;display:flex}.FlagTripModal-module__XBeSpW__chip{border:1px solid var(--border);color:var(--text-secondary,#94a3b8);cursor:pointer;background:0 0;border-radius:999px;padding:.25rem .55rem;font-family:inherit;font-size:.72rem}.FlagTripModal-module__XBeSpW__chip:hover{color:var(--text-primary,#f1f5f9)}
.SmartImportModal-module__kXVhaa__backdrop{z-index:var(--z-overlay,200);background:#2021248c;justify-content:center;align-items:center;padding:1.5rem;animation:.15s SmartImportModal-module__kXVhaa__backdropFade;display:flex;position:fixed;inset:0}.SmartImportModal-module__kXVhaa__modal{background:var(--gd-surface);border:1px solid var(--gd-line);width:100%;max-width:640px;max-height:100%;box-shadow:var(--gd-shadow-modal);font-family:var(--gd-body);color:var(--gd-ink);border-radius:12px;padding:1.5rem;animation:.15s SmartImportModal-module__kXVhaa__modalRise;overflow-y:auto}.SmartImportModal-module__kXVhaa__modal:focus-visible{outline:none}.SmartImportModal-module__kXVhaa__header{align-items:center;gap:.75rem;display:flex}.SmartImportModal-module__kXVhaa__headerIcon{background:var(--gd-accent-tint);width:2.25rem;height:2.25rem;color:var(--gd-accent-strong);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.SmartImportModal-module__kXVhaa__title{min-width:0;font-family:var(--gd-display);color:var(--gd-ink);flex:1;margin:0;font-size:1.25rem;font-weight:500;line-height:1.3}.SmartImportModal-module__kXVhaa__closeBtn{appearance:none;width:2rem;height:2rem;color:var(--gd-ink-2);cursor:pointer;background:0 0;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.SmartImportModal-module__kXVhaa__closeBtn:hover{background:var(--gd-canvas);color:var(--gd-ink)}.SmartImportModal-module__kXVhaa__closeBtn:focus-visible{outline:2px solid var(--gd-accent);outline-offset:2px}.SmartImportModal-module__kXVhaa__hint{color:var(--gd-ink-2);margin:.75rem 0 0;font-size:.8125rem;line-height:1.5}.SmartImportModal-module__kXVhaa__dropzone{border:1px dashed var(--gd-line);background:var(--gd-canvas);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.375rem;margin-top:1.25rem;padding:1.75rem 1.25rem;transition:border-color .15s,background .15s;display:flex}.SmartImportModal-module__kXVhaa__dropzoneActive{border-color:var(--gd-accent);background:var(--gd-accent-soft)}.SmartImportModal-module__kXVhaa__dropIcon{color:var(--gd-ink-3)}.SmartImportModal-module__kXVhaa__dropzoneActive .SmartImportModal-module__kXVhaa__dropIcon{color:var(--gd-accent)}.SmartImportModal-module__kXVhaa__dropTitle{font-family:var(--gd-display);color:var(--gd-ink);margin:0;font-size:.9375rem;font-weight:500}.SmartImportModal-module__kXVhaa__dropDetail{color:var(--gd-ink-2);margin:0;font-size:.75rem;line-height:1.4}.SmartImportModal-module__kXVhaa__hiddenInput{display:none}.SmartImportModal-module__kXVhaa__fileList{flex-direction:column;gap:.375rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.SmartImportModal-module__kXVhaa__fileRow{border:1px solid var(--gd-line-soft);background:var(--gd-surface);border-radius:8px;align-items:center;gap:.625rem;padding:.4375rem .5rem .4375rem .4375rem;display:flex}.SmartImportModal-module__kXVhaa__thumb{background:var(--gd-track);width:2rem;height:2rem;color:var(--gd-ink-2);border-radius:6px;flex:none;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.SmartImportModal-module__kXVhaa__thumbImg{object-fit:cover;width:100%;height:100%}.SmartImportModal-module__kXVhaa__fileMeta{flex-direction:column;flex:1;gap:.0625rem;min-width:0;display:flex}.SmartImportModal-module__kXVhaa__fileName{color:var(--gd-ink);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.SmartImportModal-module__kXVhaa__fileSize{color:var(--gd-ink-3);font-variant-numeric:tabular-nums;font-size:.6875rem}.SmartImportModal-module__kXVhaa__iconBtn{appearance:none;width:1.875rem;height:1.875rem;color:var(--gd-ink-3);cursor:pointer;background:0 0;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.SmartImportModal-module__kXVhaa__iconBtn:hover{background:var(--gd-bad-soft);color:var(--gd-bad)}.SmartImportModal-module__kXVhaa__iconBtn:focus-visible{outline:2px solid var(--gd-accent);outline-offset:2px}.SmartImportModal-module__kXVhaa__divider{text-transform:uppercase;letter-spacing:.08em;color:var(--gd-ink-3);align-items:center;gap:.75rem;margin:1.125rem 0;font-size:.6875rem;font-weight:500;display:flex}.SmartImportModal-module__kXVhaa__divider:before,.SmartImportModal-module__kXVhaa__divider:after{content:"";background:var(--gd-line-soft);flex:1;height:1px}.SmartImportModal-module__kXVhaa__section{border-top:1px solid var(--gd-line-soft);flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.SmartImportModal-module__kXVhaa__sectionTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--gd-ink-2);margin:0;font-size:11px;font-weight:500}.SmartImportModal-module__kXVhaa__field{flex-direction:column;gap:.375rem;min-width:0;display:flex}.SmartImportModal-module__kXVhaa__row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;display:grid}.SmartImportModal-module__kXVhaa__label{text-transform:uppercase;letter-spacing:.08em;color:var(--gd-ink-2);align-items:center;gap:.375rem;font-size:11px;font-weight:500;display:flex}.SmartImportModal-module__kXVhaa__labelNote{text-transform:none;letter-spacing:0;color:var(--gd-ink-3);font-weight:400}.SmartImportModal-module__kXVhaa__input{border:1px solid var(--gd-line);background:var(--gd-surface);width:100%;font-family:var(--gd-body);color:var(--gd-ink);border-radius:8px;padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;transition:border-color .15s,box-shadow .15s,background .15s}.SmartImportModal-module__kXVhaa__input::placeholder{color:var(--gd-ink-3)}.SmartImportModal-module__kXVhaa__input:hover{border-color:var(--gd-ink-3)}.SmartImportModal-module__kXVhaa__input:focus{border-color:var(--gd-accent);box-shadow:0 0 0 3px var(--gd-accent-soft);outline:none}.SmartImportModal-module__kXVhaa__select{cursor:pointer;padding-right:.5rem;}.SmartImportModal-module__kXVhaa__textarea{resize:vertical;line-height:1.5;}.SmartImportModal-module__kXVhaa__aiFilled{background:var(--gd-accent-tint);box-shadow:inset 2px 0 0 var(--gd-accent);border-color:#0000}.SmartImportModal-module__kXVhaa__aiFilled:hover{border-color:var(--gd-accent)}.SmartImportModal-module__kXVhaa__fieldHint{color:var(--gd-ink-3);margin:0;font-size:.75rem;line-height:1rem}.SmartImportModal-module__kXVhaa__stopRow{align-items:center;gap:.5rem;display:flex}.SmartImportModal-module__kXVhaa__warn{background:var(--gd-warn-soft);border:1px solid color-mix(in srgb,var(--gd-warn)25%,transparent);color:var(--gd-warn);border-radius:8px;align-items:center;gap:.5rem;margin:1rem 0 0;padding:.625rem .875rem;font-size:.8125rem;line-height:1.4;display:flex}.SmartImportModal-module__kXVhaa__error{background:var(--gd-bad-soft);border:1px solid color-mix(in srgb,var(--gd-bad)25%,transparent);color:var(--gd-bad);border-radius:8px;margin:1rem 0 0;padding:.625rem .875rem;font-size:.875rem;line-height:1.5}.SmartImportModal-module__kXVhaa__done{border-top:1px solid var(--gd-line-soft);text-align:center;flex-direction:column;align-items:center;gap:.625rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.SmartImportModal-module__kXVhaa__doneIcon,.SmartImportModal-module__kXVhaa__doneIconWarn{border-radius:999px;justify-content:center;align-items:center;width:3rem;height:3rem;display:inline-flex}.SmartImportModal-module__kXVhaa__doneIcon{background:var(--gd-ok-soft);color:var(--gd-ok)}.SmartImportModal-module__kXVhaa__doneIconWarn{background:var(--gd-warn-soft);color:var(--gd-warn)}.SmartImportModal-module__kXVhaa__doneTitle{font-family:var(--gd-display);color:var(--gd-ink);margin:0;font-size:1.0625rem;font-weight:500}.SmartImportModal-module__kXVhaa__doneDetail{max-width:42ch;color:var(--gd-ink-2);margin:0;font-size:.875rem;line-height:1.5}.SmartImportModal-module__kXVhaa__toggleScope{--bg-muted:var(--gd-canvas);--bg-hover:var(--gd-accent-soft);--border:var(--gd-line);--text-primary:var(--gd-ink);--text-secondary:var(--gd-ink-2);--text-inverse:var(--gd-surface);--accent:var(--gd-accent);--accent-glow:var(--gd-accent-soft);--font-sans:var(--gd-display);--radius-xs:8px}.SmartImportModal-module__kXVhaa__actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.SmartImportModal-module__kXVhaa__done .SmartImportModal-module__kXVhaa__actions{justify-content:center;width:100%}.SmartImportModal-module__kXVhaa__primary{appearance:none;background:var(--gd-accent);color:#fff;font-family:var(--gd-display);cursor:pointer;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.9375rem;font-weight:500;transition:background-color .15s,box-shadow .15s;display:inline-flex}.SmartImportModal-module__kXVhaa__primary:hover:not(:disabled){background:var(--gd-accent-strong);box-shadow:var(--gd-shadow-raised)}.SmartImportModal-module__kXVhaa__primary:focus-visible{outline:2px solid var(--gd-accent-strong);outline-offset:2px}.SmartImportModal-module__kXVhaa__primary:disabled{opacity:.5;cursor:not-allowed}.SmartImportModal-module__kXVhaa__secondary{appearance:none;border:1px solid var(--gd-line);color:var(--gd-ink-2);font-family:var(--gd-display);cursor:pointer;background:0 0;border-radius:9999px;padding:.5rem 1.5rem;font-size:.9375rem;font-weight:500;transition:background-color .15s,border-color .15s,color .15s}.SmartImportModal-module__kXVhaa__secondary:hover:not(:disabled){background:var(--gd-accent-soft);border-color:var(--gd-accent);color:var(--gd-ink)}.SmartImportModal-module__kXVhaa__secondary:focus-visible{outline:2px solid var(--gd-accent);outline-offset:2px}.SmartImportModal-module__kXVhaa__secondary:disabled{opacity:.5;cursor:not-allowed}.SmartImportModal-module__kXVhaa__ghost{appearance:none;border:1px solid var(--gd-line);background:var(--gd-surface);color:var(--gd-accent);font-family:var(--gd-display);cursor:pointer;border-radius:999px;margin-top:.375rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:500;transition:background .15s,border-color .15s}.SmartImportModal-module__kXVhaa__ghost:hover{background:var(--gd-accent-soft);border-color:var(--gd-accent)}.SmartImportModal-module__kXVhaa__ghost:focus-visible{outline:2px solid var(--gd-accent);outline-offset:2px}.SmartImportModal-module__kXVhaa__ghostSmall{appearance:none;border:1px solid var(--gd-line);color:var(--gd-accent);font-family:var(--gd-display);cursor:pointer;background:0 0;border-radius:999px;align-self:flex-start;padding:.25rem .75rem;font-size:.75rem;font-weight:500;transition:background .15s,border-color .15s}.SmartImportModal-module__kXVhaa__ghostSmall:hover:not(:disabled){background:var(--gd-accent-soft);border-color:var(--gd-accent)}.SmartImportModal-module__kXVhaa__ghostSmall:focus-visible{outline:2px solid var(--gd-accent);outline-offset:2px}.SmartImportModal-module__kXVhaa__ghostSmall:disabled{opacity:.5;cursor:not-allowed}.SmartImportModal-module__kXVhaa__spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:999px;width:.875rem;height:.875rem;animation:.7s linear infinite SmartImportModal-module__kXVhaa__spin;display:inline-block}@keyframes SmartImportModal-module__kXVhaa__backdropFade{0%{opacity:0}}@keyframes SmartImportModal-module__kXVhaa__modalRise{0%{opacity:0;transform:translateY(8px)}}@keyframes SmartImportModal-module__kXVhaa__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.SmartImportModal-module__kXVhaa__backdrop,.SmartImportModal-module__kXVhaa__modal{animation:none}.SmartImportModal-module__kXVhaa__spinner{animation-duration:2s}}@media (max-width:640px){.SmartImportModal-module__kXVhaa__backdrop{padding:.75rem}.SmartImportModal-module__kXVhaa__modal{max-width:none;padding:1.25rem}.SmartImportModal-module__kXVhaa__row{grid-template-columns:1fr}.SmartImportModal-module__kXVhaa__actions{flex-direction:column-reverse}.SmartImportModal-module__kXVhaa__primary,.SmartImportModal-module__kXVhaa__secondary{width:100%}}
.Tools-module__PFMBaW__row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;display:grid}.Tools-module__PFMBaW__card{background:var(--gd-surface);border:1px solid var(--gd-line);text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;transition:background .15s,border-color .15s;display:flex}.Tools-module__PFMBaW__card:hover{background:var(--gd-canvas);border-color:var(--gd-ink-3)}.Tools-module__PFMBaW__card:focus-visible{outline:2px solid var(--gd-accent);outline-offset:2px}.Tools-module__PFMBaW__icon{background:var(--gd-accent-tint);width:2.25rem;height:2.25rem;color:var(--gd-accent-strong);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.Tools-module__PFMBaW__text{flex-direction:column;gap:.125rem;min-width:0;display:flex}.Tools-module__PFMBaW__title{font-family:var(--gd-display);color:var(--gd-ink);font-size:.9375rem;font-weight:500}.Tools-module__PFMBaW__detail{font-family:var(--gd-body);color:var(--gd-ink-2);font-size:.8125rem;line-height:1.4}.Tools-module__PFMBaW__arrow{color:var(--gd-ink-3);flex:none;margin-left:auto;transition:color .15s,transform .15s}.Tools-module__PFMBaW__card:hover .Tools-module__PFMBaW__arrow{color:var(--gd-accent);transform:translate(2px)}@media (prefers-reduced-motion:reduce){.Tools-module__PFMBaW__card:hover .Tools-module__PFMBaW__arrow{transform:none}}@media (max-width:768px){.Tools-module__PFMBaW__row{grid-template-columns:1fr}}
.FlaggedTrips-module__FG_QcG__panel{background:var(--gd-surface);border:1px solid var(--gd-line);border-radius:12px;flex-direction:column;display:flex;overflow:clip}.FlaggedTrips-module__FG_QcG__head{justify-content:space-between;align-items:baseline;gap:.75rem;padding:1rem 1.25rem .75rem;display:flex}.FlaggedTrips-module__FG_QcG__title{font-family:var(--gd-display);color:var(--gd-ink);margin:0;font-size:1rem;font-weight:500;line-height:1.3}.FlaggedTrips-module__FG_QcG__meta{font-family:var(--gd-body);color:var(--gd-ink-2);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.75rem;font-weight:500}.FlaggedTrips-module__FG_QcG__error{border-top:1px solid var(--gd-line-soft);background:var(--gd-bad-soft);font-family:var(--gd-body);color:var(--gd-bad);margin:0;padding:.5rem 1.25rem;font-size:.8125rem}.FlaggedTrips-module__FG_QcG__empty{border-top:1px solid var(--gd-line-soft);font-family:var(--gd-body);color:var(--gd-ink-2);align-items:center;gap:.5rem;margin:0;padding:1.5rem 1.25rem 1.75rem;font-size:.8125rem;line-height:1.5;display:flex}.FlaggedTrips-module__FG_QcG__list{border-top:1px solid var(--gd-line-soft);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.FlaggedTrips-module__FG_QcG__card{border-bottom:1px solid var(--gd-line-soft);border-left:3px solid var(--gd-warn-bar);background:linear-gradient(90deg,var(--gd-warn-soft)0%,var(--gd-surface)28%);flex-direction:column;gap:.5rem;padding:.875rem 1.25rem;display:flex}.FlaggedTrips-module__FG_QcG__card:last-child{border-bottom:0}.FlaggedTrips-module__FG_QcG__card[data-priority=critical]{border-left-color:var(--gd-bad-bar);background:linear-gradient(90deg,var(--gd-bad-soft)0%,var(--gd-surface)28%)}.FlaggedTrips-module__FG_QcG__card[data-today=true]{border-left-width:5px}.FlaggedTrips-module__FG_QcG__cardHead{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.FlaggedTrips-module__FG_QcG__tripNumber{font-family:var(--gd-body);color:var(--gd-ink);font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:700}.FlaggedTrips-module__FG_QcG__passenger{font-family:var(--gd-body);color:var(--gd-ink-2);font-size:.8125rem}.FlaggedTrips-module__FG_QcG__dateBadge{background:var(--gd-track);font-family:var(--gd-body);color:var(--gd-ink-2);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.FlaggedTrips-module__FG_QcG__criticalTag{background:var(--gd-bad-soft);font-family:var(--gd-body);color:var(--gd-bad);white-space:nowrap;border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.FlaggedTrips-module__FG_QcG__countdown{font-family:var(--gd-body);color:var(--gd-ink-2);white-space:nowrap;align-items:center;gap:.375rem;margin-left:auto;font-size:.75rem;display:inline-flex}.FlaggedTrips-module__FG_QcG__countdown[data-today=true]{color:var(--gd-bad);font-weight:700}.FlaggedTrips-module__FG_QcG__pulse{background:var(--gd-bad-bar);border-radius:999px;width:7px;height:7px;animation:1.8s ease-in-out infinite FlaggedTrips-module__FG_QcG__flagPulse}@keyframes FlaggedTrips-module__FG_QcG__flagPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}@media (prefers-reduced-motion:reduce){.FlaggedTrips-module__FG_QcG__pulse{animation:none}}.FlaggedTrips-module__FG_QcG__description{font-family:var(--gd-body);color:var(--gd-ink);white-space:pre-wrap;word-break:break-word;margin:0;font-size:.875rem;line-height:1.5}.FlaggedTrips-module__FG_QcG__cardFoot{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;display:flex}.FlaggedTrips-module__FG_QcG__byline{font-family:var(--gd-body);color:var(--gd-ink-3);font-size:.75rem}.FlaggedTrips-module__FG_QcG__ackChips{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.FlaggedTrips-module__FG_QcG__ackChip{background:var(--gd-ok-soft);width:24px;height:24px;color:var(--gd-ok);font-family:var(--gd-body);letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;font-size:.625rem;font-weight:700;display:inline-flex}.FlaggedTrips-module__FG_QcG__cardActions{align-items:center;gap:.375rem;margin-left:auto;display:flex}.FlaggedTrips-module__FG_QcG__ackBtn{background:var(--gd-surface);border:1px solid var(--gd-line);font-family:var(--gd-display);color:var(--gd-ink);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.35rem;padding:.3125rem .625rem;font-size:.75rem;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.FlaggedTrips-module__FG_QcG__ackBtn:hover:not(:disabled){background:var(--gd-ok-soft);border-color:var(--gd-ok);color:var(--gd-ok)}.FlaggedTrips-module__FG_QcG__ackBtn:focus-visible{outline:2px solid var(--gd-accent);outline-offset:2px}.FlaggedTrips-module__FG_QcG__ackBtn:disabled{opacity:.5;cursor:not-allowed}.FlaggedTrips-module__FG_QcG__acknowledged{font-family:var(--gd-body);color:var(--gd-ok);white-space:nowrap;align-items:center;gap:.35rem;padding:.3125rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.FlaggedTrips-module__FG_QcG__deleteBtn{color:var(--gd-ink-3);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.3125rem;transition:background .15s,color .15s;display:inline-flex}.FlaggedTrips-module__FG_QcG__deleteBtn:hover:not(:disabled){background:var(--gd-bad-soft);color:var(--gd-bad)}.FlaggedTrips-module__FG_QcG__deleteBtn:focus-visible{outline:2px solid var(--gd-accent);outline-offset:2px}.FlaggedTrips-module__FG_QcG__deleteBtn:disabled{opacity:.5;cursor:not-allowed}.FlaggedTrips-module__FG_QcG__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:640px){.FlaggedTrips-module__FG_QcG__countdown,.FlaggedTrips-module__FG_QcG__cardActions{margin-left:0}.FlaggedTrips-module__FG_QcG__cardFoot{align-items:flex-start}}
.MyTraining-module__YSLvVG__panel{background:var(--gd-surface);border:1px solid var(--gd-line);border-radius:12px;flex-direction:column;display:flex;overflow:clip}.MyTraining-module__YSLvVG__head{justify-content:space-between;align-items:baseline;gap:.75rem;padding:1rem 1.25rem .75rem;display:flex}.MyTraining-module__YSLvVG__title{font-family:var(--gd-display);color:var(--gd-ink);align-items:center;gap:.4375rem;margin:0;font-size:1rem;font-weight:500;line-height:1.3;display:flex}.MyTraining-module__YSLvVG__meta{font-family:var(--gd-body);color:var(--gd-ink-2);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.75rem;font-weight:500}.MyTraining-module__YSLvVG__list{border-top:1px solid var(--gd-line-soft);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.MyTraining-module__YSLvVG__card,.MyTraining-module__YSLvVG__cardDone,.MyTraining-module__YSLvVG__cardLate,.MyTraining-module__YSLvVG__cardBlocked{border-bottom:1px solid var(--gd-line-soft);border-left:3px solid var(--gd-accent);align-items:center;gap:1rem;padding:.875rem 1.25rem;display:flex}.MyTraining-module__YSLvVG__cardDone{border-left-color:var(--gd-ok-bar)}.MyTraining-module__YSLvVG__cardLate{border-left-color:var(--gd-bad-bar)}.MyTraining-module__YSLvVG__cardBlocked{border-left-color:var(--gd-chart-neutral)}.MyTraining-module__YSLvVG__list li:last-child{border-bottom:none}.MyTraining-module__YSLvVG__cardMain{flex:1;min-width:0}.MyTraining-module__YSLvVG__cardTitle{font-family:var(--gd-body);color:var(--gd-ink);flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 .25rem;font-size:.875rem;font-weight:500;line-height:1.35;display:flex}.MyTraining-module__YSLvVG__chip{background:var(--gd-accent-soft);color:var(--gd-accent);border-radius:999px;padding:.0625rem .4375rem;font-size:.6875rem;font-weight:500}.MyTraining-module__YSLvVG__cardMeta{font-family:var(--gd-body);color:var(--gd-ink-2);flex-wrap:wrap;gap:.75rem;margin:0;font-size:.75rem;display:flex}.MyTraining-module__YSLvVG__done{color:var(--gd-ok);align-items:center;gap:.25rem;font-weight:500;display:inline-flex}.MyTraining-module__YSLvVG__failed{color:var(--gd-bad);font-weight:500}.MyTraining-module__YSLvVG__due,.MyTraining-module__YSLvVG__dueLate{font-family:var(--gd-body);color:var(--gd-ink-2);align-items:center;gap:.25rem;margin:.25rem 0 0;font-size:.75rem;display:flex}.MyTraining-module__YSLvVG__dueLate{color:var(--gd-bad);font-weight:500}.MyTraining-module__YSLvVG__action{background:var(--gd-accent);color:#fff;font-family:var(--gd-body);white-space:nowrap;border-radius:4px;flex:none;align-items:center;gap:.3125rem;padding:.4375rem .875rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.MyTraining-module__YSLvVG__action:hover{background:var(--gd-accent-strong)}@media (max-width:560px){.MyTraining-module__YSLvVG__card,.MyTraining-module__YSLvVG__cardDone,.MyTraining-module__YSLvVG__cardLate,.MyTraining-module__YSLvVG__cardBlocked{flex-direction:column;align-items:stretch;gap:.625rem}.MyTraining-module__YSLvVG__action{justify-content:center}}
.Panel-module__GhOnBW__panel{background:var(--gd-surface);border:1px solid var(--gd-line);border-radius:12px;flex-direction:column;display:flex;overflow:clip}.Panel-module__GhOnBW__wide{grid-column:1/-1}.Panel-module__GhOnBW__head{justify-content:space-between;align-items:baseline;gap:.75rem;padding:1rem 1.25rem .75rem;display:flex}.Panel-module__GhOnBW__title{font-family:var(--gd-display);color:var(--gd-ink);margin:0;font-size:1rem;font-weight:500;line-height:1.3}.Panel-module__GhOnBW__meta{font-family:var(--gd-body);color:var(--gd-ink-2);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.75rem;font-weight:500}.Panel-module__GhOnBW__toolbar{padding:0 1.25rem .75rem}.Panel-module__GhOnBW__body{border-top:1px solid var(--gd-line-soft);flex-direction:column;display:flex}.Panel-module__GhOnBW__bodyScroll{overscroll-behavior:contain;max-height:20rem;overflow-y:auto}.Panel-module__GhOnBW__bodyScroll::-webkit-scrollbar{width:8px}.Panel-module__GhOnBW__bodyScroll::-webkit-scrollbar-thumb{background:var(--gd-line);border-radius:999px}.Panel-module__GhOnBW__bodyScroll::-webkit-scrollbar-track{background:0 0}.Panel-module__GhOnBW__row{border-bottom:1px solid var(--gd-line-soft);text-align:left;width:100%;color:inherit;font:inherit;background:0 0;border-top:0;border-left:0;border-right:0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.75rem 1.25rem;text-decoration:none;display:flex}.Panel-module__GhOnBW__row:last-child{border-bottom:0}.Panel-module__GhOnBW__rowInteractive{cursor:pointer;transition:background .15s}.Panel-module__GhOnBW__rowInteractive:hover{background:var(--gd-canvas)}.Panel-module__GhOnBW__rowInteractive:focus-visible{outline:2px solid var(--gd-accent);outline-offset:-2px}.Panel-module__GhOnBW__rowText{flex-direction:column;gap:.125rem;min-width:0;display:flex}.Panel-module__GhOnBW__rowPrimary{font-family:var(--gd-body);color:var(--gd-ink);font-size:.875rem;line-height:1.5}.Panel-module__GhOnBW__rowSecondary{font-family:var(--gd-body);color:var(--gd-ink-2);font-size:.8125rem;line-height:1.5}.Panel-module__GhOnBW__rowTrailing{font-family:var(--gd-body);color:var(--gd-ink-2);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.Panel-module__GhOnBW__empty{border-top:1px solid var(--gd-line-soft);font-family:var(--gd-body);color:var(--gd-ink-2);margin:0;padding:1.5rem 1.25rem 1.75rem;font-size:.8125rem;line-height:1.5}.Panel-module__GhOnBW__footer{background:var(--gd-canvas);border-top:1px solid var(--gd-line-soft);margin-top:auto;padding:.5rem .875rem}.Panel-module__GhOnBW__footerLink{font-family:var(--gd-display);color:var(--gd-accent);border-radius:8px;align-items:center;gap:.125rem;padding:.25rem .375rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.Panel-module__GhOnBW__footerLink:hover{background:var(--gd-accent-soft);color:var(--gd-accent-strong)}.Panel-module__GhOnBW__footerLink:focus-visible{outline:2px solid var(--gd-accent);outline-offset:2px}.Panel-module__GhOnBW__search{align-items:center;display:flex;position:relative}.Panel-module__GhOnBW__searchIcon{color:var(--gd-ink-3);pointer-events:none;position:absolute;left:.625rem}.Panel-module__GhOnBW__searchInput{background:var(--gd-surface);border:1px solid var(--gd-line);width:100%;font-family:var(--gd-body);color:var(--gd-ink);border-radius:8px;padding:.4375rem .75rem .4375rem 2rem;font-size:.8125rem;transition:border-color .15s,box-shadow .15s}.Panel-module__GhOnBW__searchInput::placeholder{color:var(--gd-ink-2)}.Panel-module__GhOnBW__searchInput:hover{border-color:var(--gd-ink-3)}.Panel-module__GhOnBW__searchInput:focus{border-color:var(--gd-accent);box-shadow:0 0 0 3px var(--gd-accent-soft);outline:none}.Panel-module__GhOnBW__searchInput::-webkit-search-cancel-button{cursor:pointer}.Panel-module__GhOnBW__tag{background:var(--gd-track);font-family:var(--gd-body);color:var(--gd-ink-2);border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.Panel-module__GhOnBW__tag[data-tone=ok]{background:var(--gd-ok-soft);color:var(--gd-ok)}.Panel-module__GhOnBW__tag[data-tone=warn]{background:var(--gd-warn-soft);color:var(--gd-warn)}.Panel-module__GhOnBW__tag[data-tone=bad]{background:var(--gd-bad-soft);color:var(--gd-bad)}.Panel-module__GhOnBW__tag[data-tone=info]{background:var(--gd-info-soft);color:var(--gd-info)}
.ErrorState-module__AEiIoW__container{text-align:center;min-height:400px;color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.ErrorState-module__AEiIoW__fullScreen{min-height:100dvh}.ErrorState-module__AEiIoW__iconWrap{border-radius:var(--radius-full);place-items:center;width:56px;height:56px;margin-bottom:16px;display:grid}.ErrorState-module__AEiIoW__danger{background:var(--danger-soft);border:1px solid var(--danger-border);color:var(--danger)}.ErrorState-module__AEiIoW__warning{background:var(--warning-soft);border:1px solid var(--warning-border);color:var(--warning)}.ErrorState-module__AEiIoW__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);margin:0 0 6px;font-size:22px;font-weight:500}.ErrorState-module__AEiIoW__message{color:var(--text-secondary);max-width:420px;margin:0 0 16px;font-size:14px;line-height:1.5}.ErrorState-module__AEiIoW__digest{font-family:var(--font-mono);color:var(--text-muted);margin:0 0 20px;font-size:11px}.ErrorState-module__AEiIoW__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.ErrorState-module__AEiIoW__button{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-surface);min-height:38px;color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast);align-items:center;gap:6px;padding:0 16px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}.ErrorState-module__AEiIoW__button:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-hover)}.ErrorState-module__AEiIoW__button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ErrorState-module__AEiIoW__primary{background:var(--accent);border-color:var(--accent);color:var(--text-inverse)}.ErrorState-module__AEiIoW__primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--text-inverse)}@media (prefers-reduced-motion:reduce){.ErrorState-module__AEiIoW__button{transition:none}}
.AffiliateRateCardBlock-module__nnuywa__block{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-subtle);flex-direction:column;gap:.6rem;margin-top:1rem;padding:.875rem 1rem;display:flex}.AffiliateRateCardBlock-module__nnuywa__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.AffiliateRateCardBlock-module__nnuywa__title{color:var(--text-primary);align-items:center;gap:.4rem;margin:0;font-size:.85rem;font-weight:600;display:flex}.AffiliateRateCardBlock-module__nnuywa__status{color:var(--text-tertiary);font-size:.8125rem}.AffiliateRateCardBlock-module__nnuywa__actions{flex-wrap:wrap;gap:.5rem;display:flex}.AffiliateRateCardBlock-module__nnuywa__btn,.AffiliateRateCardBlock-module__nnuywa__btnDanger{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast);align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.8125rem;display:inline-flex}.AffiliateRateCardBlock-module__nnuywa__btn:hover:not(:disabled){background:var(--bg-hover)}.AffiliateRateCardBlock-module__nnuywa__btnDanger{border-color:var(--danger-border);color:var(--danger)}.AffiliateRateCardBlock-module__nnuywa__btnDanger:hover:not(:disabled){background:var(--danger-soft)}.AffiliateRateCardBlock-module__nnuywa__btn:disabled,.AffiliateRateCardBlock-module__nnuywa__btnDanger:disabled{opacity:.5;cursor:not-allowed}.AffiliateRateCardBlock-module__nnuywa__error{color:var(--danger);margin:0;font-size:.8125rem}.AffiliateRateCardBlock-module__nnuywa__spin{animation:1s linear infinite AffiliateRateCardBlock-module__nnuywa__spin}@keyframes AffiliateRateCardBlock-module__nnuywa__spin{to{transform:rotate(360deg)}}
