:root{--bg:#f5f7fa;--surface:#fff;--surface-soft:#f8f9fb;--surface-raised:#fff;--ink:#0f172a;--muted:#64748b;--muted-2:#94a3b8;--line:#e2e8f0;--line-strong:#cbd5e1;--selection:#f1f5f9;--selection-strong:#e9eef5;--red:#dc2626;--red-soft:#dc262614;--blue:#2563eb;--blue-soft:#2563eb14;--green:#059669;--green-soft:#05966914;--amber:#d97706;--amber-soft:#d9770614;--purple:#7c3aed;--purple-soft:#7c3aed14;--gray:#94a3b8;--gray-soft:#94a3b814;--radius-lg:8px;--radius-md:6px;--radius-sm:4px;--shadow:0 1px 3px #0f172a0f, 0 1px 2px #0f172a0a;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", Menlo, Monaco, "Courier New", monospace;--text-display:clamp(24px, 3.5vw, 32px);--text-title:clamp(18px, 2.5vw, 24px);--text-body:14px;--text-small:13px;--text-caption:11px;--tracking-tight:-.03em;--tracking-label:.06em}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{min-height:100vh;color:var(--ink);background-color:var(--bg);font-family:var(--font-sans);font-size:var(--text-body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.auth-page{background:var(--bg);place-items:center;min-height:100vh;padding:48px 24px;display:grid}@keyframes pulse{0%{opacity:1}50%{opacity:.72}to{opacity:1}}.auth-card h1{font-family:var(--font-display);font-size:var(--text-display);letter-spacing:var(--tracking-tight);color:var(--ink);margin:0;font-weight:600;line-height:1.12}.auth-card p{max-width:34ch;color:var(--muted);font-family:var(--font-sans);font-size:var(--text-body);letter-spacing:-.01em;text-transform:none;margin:12px 0 0;font-weight:400;line-height:1.55}.auth-card form{gap:18px;width:100%;margin-top:32px;display:grid}.auth-card .input-group label{font-family:var(--font-sans);font-size:var(--text-small);letter-spacing:0;text-transform:none;color:var(--ink);font-weight:500;line-height:1.35}.auth-card .input,.auth-card input,.auth-card select{min-height:48px;font-size:var(--text-body);border-radius:8px;line-height:1.4}.auth-card .button{min-height:46px;font-size:var(--text-small);justify-content:center;font-weight:600}.auth-card .alert{font-size:var(--text-small);margin-top:18px;line-height:1.45}.auth-card small,.auth-card .auth-caption{color:var(--muted-2);font-size:var(--text-caption);margin-top:18px;line-height:1.45}.page-shell{width:calc(100% - 48px);max-width:1600px;margin:0 auto;padding:24px 0 64px}.app-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(8px);background:#fffffff5;padding:12px 0 16px;position:sticky;top:0}.topbar,.title-row,.workspace-topline,.panel-header,.unit-meta,.preview-head,.decision-top,.bulk-head,.topbar-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.brand-lockup{align-items:center;gap:12px;display:flex}.brand-lockup>div:last-child,.title-row>div:first-child,.panel-header>div:first-child,.unit-meta>div:first-child,.project-name-cell>span:last-child,.latest-update span:last-child{min-width:0}.brand-mark,.sidebar-mark{background:var(--ink);width:32px;height:32px;color:var(--surface);letter-spacing:-.04em;border-radius:6px;place-items:center;font-size:14px;font-weight:700;display:grid}.brand-title{letter-spacing:-.025em;font-size:15px;font-weight:650;line-height:1.2}.brand-caption{color:var(--muted);letter-spacing:0;font-size:11px;font-family:var(--font-sans);margin-top:2px}.role-chip{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);text-transform:capitalize;border-radius:999px;align-items:center;gap:8px;padding:5px 12px;font-size:12px;font-weight:500;display:inline-flex}.role-dot{background:var(--green);width:6px;height:6px;box-shadow:0 0 0 2px var(--green-soft);border-radius:999px}.title-row{align-items:end;margin-top:24px}.section-label,.kicker{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:600;font-family:var(--font-mono);margin:0 0 8px}.title-row h1{font-family:var(--font-display);font-size:var(--text-title);letter-spacing:var(--tracking-tight);margin:0;font-weight:650;line-height:1.12}.title-row p{max-width:62ch;color:var(--muted);font-size:var(--text-small);margin:10px 0 0;line-height:1.5}.segment-control{border:1px solid var(--line);background:var(--surface-soft);border-radius:10px;align-items:center;gap:2px;padding:4px;display:inline-flex}.segment-control button{min-width:104px;color:var(--muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;padding:8px 12px;transition:all .2s}.segment-control button strong{color:inherit;font-size:13px;font-weight:650;line-height:1.15;display:block}.segment-control button small{color:var(--muted-2);text-transform:none;font-size:11px;font-family:var(--font-sans);margin-top:4px;display:block}.segment-control button.active{background:var(--surface);border-color:var(--line);color:var(--ink);box-shadow:0 1px 3px #0000000d}.segment-control button.locked{opacity:.4;cursor:not-allowed;filter:grayscale()}.permission-banner{border:1px solid var(--amber-soft);color:#92400e;background:#f59e0b0d;border-radius:8px;align-items:center;gap:10px;margin-top:16px;padding:12px 16px;font-size:13px;display:flex}.workspace{min-width:0;padding-top:20px}.workspace-topline{margin:0 0 20px}.snapshot-pill{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius-md);color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:600;font-family:var(--font-mono);align-items:center;padding:5px 10px;display:inline-flex}.screen-stack,.project-overview-stack{gap:20px;display:grid}.panel,.metric-card{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:box-shadow .15s}.panel{padding:20px}.project-status-panel .panel-header{margin-bottom:0}.project-browser-panel{padding:0;overflow:hidden}.project-browser-panel .project-browser{border:0;border-radius:0}.panel-header{align-items:flex-start;margin-bottom:20px}.panel-header.with-rule{border-bottom:1px solid var(--line);padding-bottom:16px}.panel-header.compact{margin-bottom:14px}.panel-header h2{letter-spacing:-.02em;margin:0;font-size:18px;font-weight:600}.panel-header h2 span{color:var(--muted);letter-spacing:0;font-size:13px;font-weight:500}.panel-header p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.5}.numbered-title{align-items:center;gap:12px;display:flex}.step-badge{display:none}.kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.metric-card{border-left:3px solid #0000;justify-content:space-between;align-items:start;gap:12px;min-width:0;min-height:88px;padding:14px 16px;display:flex}.metric-card.good{border-left-color:var(--green);background:linear-gradient(90deg,#10b98108 0%,#0000 100%)}.metric-card.work{border-left-color:var(--blue);background:linear-gradient(90deg,#3b82f608 0%,#0000 100%)}.metric-card.review{border-left-color:var(--purple);background:linear-gradient(90deg,#8b5cf609 0%,#0000 100%)}.metric-card.risk{border-left-color:var(--amber);background:linear-gradient(90deg,#f59e0b08 0%,#0000 100%)}.metric-card.blocked{border-left-color:var(--red);background:linear-gradient(90deg,#ef444408 0%,#0000 100%)}.metric-card-button{border-top:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;width:100%}.metric-card-button:hover,.metric-card-button.active{border-color:var(--line-strong);transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}.metric-card-button.active{border:1px solid var(--ink);border-left:4px solid var(--ink)}.metric-card-button.active .metric-icon{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}.metric-body{gap:8px;display:grid}.metric-label,.metric-note,.unit-title,.unit-subtitle,.project-name-cell strong,.project-name-cell small,.focus-cell,.decision-card h3,.decision-card p,.decision-meta{overflow-wrap:anywhere}.metric-icon{background:var(--surface-soft);border:1px solid var(--line);width:28px;height:28px;color:var(--muted);border-radius:6px;flex:none;place-items:center;font-size:11px;display:grid}.metric-label{color:var(--muted);font-size:10px;font-weight:600;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.07em}.metric-value{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:26px;font-weight:600;line-height:1}.metric-note{color:var(--muted);font-size:11px;font-weight:500}.stackbar{background:var(--line);border:none;border-radius:6px;height:12px;display:flex;overflow:hidden}.stackbar div{color:#0000;place-items:center;min-width:2px;font-size:0;transition:width .5s cubic-bezier(.4,0,.2,1);display:grid}.stackbar .good,.unit-rail-line.good,.legend-dot.good{background:var(--green)}.stackbar .work,.unit-rail-line.work,.legend-dot.work{background:var(--blue)}.stackbar .risk,.unit-rail-line.risk,.legend-dot.risk{background:var(--amber)}.stackbar .review,.unit-rail-line.review,.legend-dot.review{background:var(--purple)}.stackbar .blocked,.unit-rail-line.blocked,.legend-dot.blocked{background:var(--red)}.stackbar .idle,.unit-rail-line.idle,.legend-dot.idle{background:var(--line-strong)}.legend{color:var(--muted);flex-wrap:wrap;gap:16px;margin-top:16px;font-size:12px;display:flex}.legend span{align-items:center;gap:6px;font-weight:500;display:inline-flex}.legend-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.project-summary-layout{grid-template-columns:minmax(420px,1fr) minmax(500px,.9fr);align-items:center;gap:34px;width:100%;display:grid}.project-summary-split{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px 16px;min-width:0;display:grid}.project-summary-split .stackbar,.project-summary-split .legend{grid-column:1/-1}.project-summary-chips{justify-self:end;gap:8px;display:flex}.project-summary-controls{justify-content:flex-end;justify-self:end;align-items:center;gap:10px;display:flex}.project-summary-chip{border:1px solid var(--line);background:var(--surface);min-width:70px;min-height:42px;color:var(--ink);border-radius:8px;align-content:center;justify-items:center;gap:3px;padding:6px 10px;transition:all .2s;display:grid}.project-summary-chip:hover,.project-summary-chip.active{border-color:var(--line-strong);transform:translateY(-1px);box-shadow:0 4px 16px #0000000d}.project-summary-chip.active{border-color:var(--ink)}.project-summary-chip strong{font-size:17px;font-weight:650;line-height:1}.project-summary-chip span{color:var(--muted);font-size:9px;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase}.project-summary-split .legend{margin-top:0}.kpi-mode-toggle{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:2px;display:inline-grid}.kpi-mode-toggle button{min-width:74px;color:var(--muted);background:0 0;border:0;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:600}.kpi-mode-toggle button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px #0000000f}.project-summary-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.project-summary-cards .metric-card{min-height:88px;box-shadow:none;border-left-width:3px;gap:8px;padding:13px 14px}.project-summary-cards .metric-body{gap:5px}.project-summary-cards .metric-label{font-size:9px}.project-summary-cards .metric-value{font-size:26px}.project-summary-cards .metric-note{font-size:11px}.project-summary-cards .metric-icon{flex:none;width:30px;height:30px}.logistics-status-layout{grid-template-columns:minmax(260px,.52fr) minmax(600px,1.48fr);align-items:center;gap:34px;width:100%;display:grid}.logistics-status-copy>span{color:var(--muted);margin-top:10px;font-size:11px;display:block}.logistics-status-panel .project-summary-cards{align-items:stretch}.selected-project-panel{overflow:hidden}.project-select-row{gap:8px;display:grid}.project-select-row label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-family:var(--font-mono)}.project-select-row select{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);min-width:min(520px,100%);color:var(--ink);outline:0;padding:10px 12px;font-size:14px;font-weight:500}.project-statline{color:var(--muted);align-items:center;gap:8px;font-size:13px;display:flex}.project-statline strong{color:var(--ink);font-weight:600}.unit-list{gap:16px;margin-top:24px;display:grid}.unit-row{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);gap:16px;min-width:0;padding:20px;display:grid;box-shadow:0 2px 8px #00000005}.unit-title{letter-spacing:-.01em;font-size:15px;font-weight:600}.unit-subtitle{color:var(--muted);margin-top:4px;font-size:13px}.unit-rail{grid-template-columns:repeat(14,minmax(12px,1fr));align-items:center;gap:6px;min-width:0;padding:12px 2px;display:grid;position:relative}.unit-rail:before,.unit-rail-line{content:"";border-radius:999px;height:2px;position:absolute;top:50%;left:8px;right:8px;transform:translateY(-50%)}.unit-rail:before{background:var(--line)}.unit-rail-line{z-index:1;width:var(--rail-progress,0%);transition:width .3s cubic-bezier(.4,0,.2,1);right:auto}.unit-dot{z-index:2;border:2px solid var(--surface);background:var(--line-strong);color:#0000;border-radius:50%;place-items:center;width:12px;height:12px;margin:0 auto;padding:0;font-size:9px;font-weight:700;line-height:1;transition:all .2s;display:grid;position:relative}.unit-dot.done{background:var(--green);border-color:var(--surface);width:13px;height:13px;color:var(--surface);border-radius:4px;font-size:8px}.unit-dot.current{background:var(--surface);border-width:3px;width:16px;height:16px}.unit-dot.current.work{border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)}.unit-dot.current.risk{border-color:var(--amber);box-shadow:0 0 0 4px var(--amber-soft)}.unit-dot.current.review{border-color:var(--purple);box-shadow:0 0 0 4px var(--purple-soft)}.unit-dot.current.good{border-color:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.unit-dot.current.blocked{border-color:var(--red);box-shadow:0 0 0 4px var(--red-soft)}.unit-dot.current.idle{border-color:var(--gray);box-shadow:0 0 0 4px var(--gray-soft)}.unit-dot.current:after{content:"";opacity:.35;border:2px solid;border-radius:50%;animation:1.8s ease-out infinite unit-current-pulse;position:absolute;inset:-6px}.unit-rail.interactive .unit-dot:not(:disabled):hover{cursor:pointer;transform:scale(1.2)}.unit-rail-wrap{min-width:0;position:relative}.unit-rail-edit{z-index:3;border:1px solid var(--line-strong);background:var(--surface);width:28px;height:28px;color:var(--muted);border-radius:6px;place-items:center;padding:0;transition:border-color .2s,color .2s,background .2s;display:grid;position:absolute;bottom:-20px;right:0;box-shadow:0 2px 8px #0000000d}.unit-rail-edit:hover{border-color:var(--ink);color:var(--ink);background:var(--surface-soft)}.unit-rail-edit svg{width:15px;height:15px;display:block}.unit-dot-tooltip{z-index:4;border:1px solid var(--line-strong);background:var(--ink);min-width:max-content;max-width:220px;color:var(--surface);white-space:normal;pointer-events:none;border-radius:6px;padding:6px 8px;font-family:inherit;font-size:11px;font-weight:500;line-height:1.25;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000024}.unit-dot-tooltip:after{content:"";background:var(--ink);width:8px;height:8px;position:absolute;top:100%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}@keyframes unit-current-pulse{0%{opacity:.45;transform:scale(.72)}70%,to{opacity:0;transform:scale(1.45)}}.unit-stage-label{color:var(--ink);text-align:center;white-space:nowrap;pointer-events:none;font-size:12px;font-weight:500;line-height:1.25;position:absolute;top:24px;left:50%;transform:translate(-50%)}.unit-dot:not(.current) .unit-stage-label{display:none}.unit-dot.edge-start .unit-stage-label{text-align:left;left:0;transform:none}.unit-dot.edge-end .unit-stage-label{text-align:right;left:auto;right:0;transform:none}.unit-task-indicator{background:var(--line);pointer-events:none;border-radius:999px;width:26px;height:4px;position:absolute;bottom:-12px;left:50%;overflow:visible;transform:translate(-50%)}.unit-task-indicator>span{border-radius:inherit;background:var(--line-strong);height:100%;display:block}.unit-task-indicator.good>span{background:var(--green)}.unit-task-indicator.work>span{background:var(--blue)}.unit-task-indicator.risk>span{background:var(--amber)}.unit-task-indicator.blocked>span{background:var(--red)}.unit-task-indicator i{border:1px solid var(--surface);border-radius:50%;width:7px;height:7px;position:absolute;top:50%;right:-4px;transform:translateY(-50%)}.unit-task-indicator i.blocked{background:var(--red)}.unit-task-indicator i.overdue{background:var(--amber);right:-10px}.unit-note-grid{grid-template-columns:120px 120px 1fr;align-items:stretch;gap:16px;display:grid}.tiny-field,.latest-update{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);min-height:54px;padding:12px 16px}.tiny-field span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-family:var(--font-mono);display:block}.tiny-field strong{margin-top:6px;font-size:13px;font-weight:500;display:block}.latest-update{color:var(--muted);align-items:center;gap:12px;font-size:13px;display:flex}.latest-update strong{color:var(--ink);white-space:nowrap;font-weight:500}.info-dot{background:var(--surface);border:1px solid var(--line);width:20px;height:20px;color:var(--muted);font-size:10px;font-family:var(--font-mono);border-radius:50%;flex:none;place-items:center;display:grid}.table-shell{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;overflow-x:auto}.mobile-project-drawers{display:none}.project-browser{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--selection);grid-template-columns:minmax(260px,300px) minmax(0,1fr);height:clamp(520px,70vh,720px);min-height:0;display:grid;overflow:hidden}.project-list{border-right:1px solid var(--line);background:var(--selection);align-content:start;height:100%;min-height:0;display:grid;overflow:hidden auto}.project-list-search{z-index:2;border-bottom:1px solid var(--line);background:var(--surface);gap:10px;padding:12px;display:grid;position:sticky;top:0}.project-list-actions,.mobile-project-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.project-list-action-buttons{flex:none;align-items:center;gap:8px;display:inline-flex}.icon-button{border:1px solid var(--line-strong);background:var(--surface);width:30px;height:30px;color:var(--ink);border-radius:6px;place-items:center;padding:0;transition:border-color .2s,background .2s;display:inline-grid;position:relative}.icon-button:hover{border-color:var(--ink);background:var(--surface-soft)}.icon-button svg{width:16px;height:16px;display:block}.project-list-actions-label{color:var(--muted);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:600}.project-list-search input{border:1px solid var(--line);background:var(--surface);width:100%;height:34px;color:var(--ink);border-radius:6px;outline:0;padding:0 12px;font-size:12px;transition:border-color .2s,box-shadow .2s}.project-list-search input:focus{border-color:var(--line-strong);box-shadow:0 0 0 3px #00000009}.project-list-empty{color:var(--muted);padding:18px 16px;font-size:12px}.project-list-item{border:0;border-bottom:1px solid var(--line);background:var(--surface);width:100%;color:inherit;text-align:left;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;padding:13px 14px 13px 16px;transition:background .15s;display:grid;position:relative}.project-list-item:hover{background:#fbfbfb}.project-list-item.selected{background:var(--surface);box-shadow:inset 3px 0 0 var(--ink), 0 1px 0 var(--line), 0 -1px 0 var(--line);z-index:1}.project-list-item.selected:after{content:"";background:var(--surface);width:1px;position:absolute;top:0;bottom:0;right:-1px}.project-list-main{gap:4px;min-width:0;display:grid}.project-list-main strong{letter-spacing:-.01em;overflow-wrap:anywhere;font-size:14px;font-weight:500}.project-list-main small,.project-list-main em{color:var(--muted);overflow-wrap:anywhere;font-size:12px;font-style:normal;line-height:1.4}.project-list-main em{color:var(--muted-2);margin-top:4px}.project-list-count{background:var(--line);min-width:28px;height:24px;color:var(--muted);font-size:11px;font-weight:600;font-family:var(--font-mono);border-radius:999px;place-items:center;display:grid}.project-list-item.selected .project-list-count{background:var(--ink);color:var(--surface)}.project-detail-pane{background:var(--surface);min-width:0;min-height:0;overflow:hidden}.project-detail-pane .accordion-diagnosis{box-shadow:none;border-top:0}.unit-directory{grid-template-rows:auto minmax(0,1fr);align-content:start;height:100%;min-height:0;display:grid}.unit-directory-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;min-height:0;overflow-y:auto}.unit-directory-head{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.active-pipeline{gap:7px;width:min(360px,44%);margin-left:auto;display:grid}.active-pipeline-head{color:var(--muted);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;font-size:10px;font-weight:650;display:flex}.active-pipeline-head strong{color:var(--muted);white-space:nowrap;font-size:10px;font-weight:700}.active-pipeline-bar{background:var(--line);border-radius:999px;height:6px;display:flex;overflow:hidden}.active-pipeline-segment{min-width:3px;height:100%;display:block}.active-pipeline-segment.good{background:var(--green)}.active-pipeline-segment.work{background:var(--blue)}.active-pipeline-segment.risk{background:var(--amber)}.active-pipeline-segment.review{background:var(--purple)}.active-pipeline-segment.blocked{background:var(--red)}.active-pipeline-segment.idle{background:var(--gray)}.active-pipeline-legend{color:var(--muted);white-space:nowrap;justify-content:flex-start;align-items:center;gap:12px;font-size:11px;display:flex;overflow:hidden}.active-pipeline-legend span,.active-pipeline-legend button{text-overflow:ellipsis;align-items:center;gap:5px;min-width:0;display:inline-flex;overflow:hidden}.active-pipeline-legend button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;transition:color .2s}.active-pipeline-legend button:hover,.active-pipeline-legend button.active{color:var(--ink)}.active-pipeline-legend button.active{font-weight:600}.unit-directory-head h3{letter-spacing:-.02em;margin:0;font-size:17px;font-weight:600;line-height:1.2}.unit-directory-head p{color:var(--muted);margin:6px 0 0;font-size:12px}.unit-grid-toolbar{border-bottom:1px solid var(--line);background:var(--surface-soft);align-items:center;gap:10px;padding:8px 14px;display:flex}.unit-filter-pill{border:1px solid var(--line);background:var(--surface);min-height:32px;color:var(--ink);border-radius:6px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:500;display:inline-flex}.unit-filter-pill.muted{color:var(--muted);background:0 0;border-color:#0000}.unit-filter-spacer{flex:1}.unit-grid-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:var(--surface);align-content:start;min-height:0;display:grid;overflow:auto}.unit-grid-head,.unit-grid-row{grid-template-columns:minmax(220px,1.45fr) minmax(250px,1.2fr) 140px 120px 150px 42px;align-items:center;min-width:1000px;display:grid}.unit-grid-head{height:0;overflow:hidden}.unit-grid-item{border-bottom:1px solid var(--line);background:var(--surface);position:relative}.unit-grid-item.selected{background:var(--selection);box-shadow:inset 3px 0 0 var(--ink)}.unit-grid-row{width:100%;color:var(--ink);text-align:left;background:0 0;border:0;padding:11px 16px 11px 18px;font-size:13px}.unit-grid-row:hover{background:#fbfbfb}.unit-grid-item.selected .unit-grid-row{background:var(--selection)}.unit-grid-main{gap:4px;min-width:0;display:grid}.production-vehicle-name{align-items:center;gap:7px;display:inline-flex}.production-vehicle-info-button{color:#64748b;width:16px;height:16px;font-family:var(--font-serif);cursor:pointer;border:1px solid #cbd5e1;border-radius:50%;place-items:center;font-size:10px;font-weight:700;line-height:1;transition:color .18s,border-color .18s,background .18s;display:inline-grid}.production-vehicle-info-button:hover,.production-vehicle-info-button.active{color:#2563eb;background:#eff6ff;border-color:#2563eb}.production-vehicle-info-button:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.unit-grid-item:has(.production-vehicle-info-popover){overflow:visible}.production-vehicle-info-popover{z-index:6;color:#0f172a;background:#fff;border:1px solid #dce4ef;border-radius:10px;margin:-5px 16px 14px;position:relative;box-shadow:0 14px 35px #0f172a1f}.production-vehicle-info-popover:before{content:"";background:#fff;border-top:1px solid #dce4ef;border-left:1px solid #dce4ef;width:10px;height:10px;position:absolute;top:-6px;left:28px;transform:rotate(45deg)}.production-vehicle-info-head{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.production-vehicle-info-head>div{gap:3px;display:grid}.production-vehicle-info-head span,.production-vehicle-info-grid small,.production-vehicle-project-brief small{color:#64748b;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:700}.production-vehicle-info-head strong{font-size:13px}.production-vehicle-info-head button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:5px;width:26px;height:26px;font-size:18px}.production-vehicle-project-brief{background:#edf1f6;border-bottom:1px solid #edf1f6;grid-template-columns:minmax(0,2fr) minmax(90px,.5fr);gap:1px;display:grid}.production-vehicle-project-brief>span,.production-vehicle-info-grid>span{background:#f8fafc;gap:5px;padding:11px 16px;display:grid}.production-vehicle-project-brief strong,.production-vehicle-info-grid strong{font-size:12px;font-weight:650}.production-vehicle-info-grid{background:#edf1f6;border-radius:0 0 10px 10px;grid-template-columns:repeat(3,minmax(140px,1fr));gap:1px;display:grid;overflow:hidden}.production-vehicle-info-grid strong.missing{color:#94a3b8;font-weight:500}.unit-grid-main strong{color:var(--ink);overflow-wrap:anywhere;font-size:14px;font-weight:500}.unit-grid-main small,.unit-grid-row>span{color:var(--muted)}.unit-status-inline{align-items:center;gap:8px;display:inline-flex;color:var(--ink)!important}.unit-status-inline strong{font-weight:500}.unit-stage-pill{border:1px solid var(--line);background:var(--surface);max-width:100%;min-height:26px;color:var(--ink);white-space:nowrap;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.unit-stage-node{align-items:center;gap:10px;min-width:0;font-size:13px;font-weight:600;display:inline-flex;color:var(--ink)!important}.unit-stage-node strong{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.unit-stage-graph-node{background:color-mix(in srgb, currentColor 6%, var(--surface));width:32px;height:17px;font-family:var(--font-mono);box-shadow:0 0 0 2px var(--surface);border:1px solid;border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:10px;font-style:normal;font-weight:700;line-height:1;display:inline-flex;position:relative}.unit-stage-graph-node:before,.unit-stage-graph-node:after{content:"";opacity:.35;background:currentColor;width:12px;height:1px;position:absolute;top:50%;transform:translateY(-50%)}.unit-stage-graph-node:before{right:calc(100% + 1px)}.unit-stage-graph-node:after{left:calc(100% + 1px)}.unit-stage-node.is-start .unit-stage-graph-node{width:32px}.unit-stage-node.is-start .unit-stage-graph-node:before,.unit-stage-node.is-final .unit-stage-graph-node:after{display:none}.unit-stage-node.is-start .unit-stage-graph-node:after{width:12px}.unit-stage-graph-node.good{color:var(--green)}.unit-stage-graph-node.work{color:var(--blue)}.unit-stage-graph-node.risk{color:var(--amber)}.unit-stage-graph-node.review{color:var(--purple)}.unit-stage-graph-node.blocked{color:var(--red)}.unit-stage-graph-node.idle{color:var(--gray)}.unit-date-stack{gap:3px;display:grid;color:var(--ink)!important}.unit-date-stack strong{font-size:13px;font-weight:500}.unit-date-stack small{color:var(--muted);font-size:11px}.unit-row-action{color:var(--muted);border:1px solid var(--line);background:var(--surface);border-radius:999px;justify-self:end;width:24px;height:24px;transition:border-color .2s,color .2s,background .2s;display:inline-block;position:relative}.unit-row-action:before{content:"";transform-origin:50%;border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.unit-row-action.open:before{top:54%;transform:translate(-50%,-50%)rotate(225deg)}.unit-grid-row:hover .unit-row-action,.unit-grid-item.selected .unit-row-action{border-color:var(--line-strong);color:var(--ink);background:var(--surface)}.unit-inline-detail{border-top:1px solid var(--line);background:var(--surface);min-width:1000px;box-shadow:inset 0 1px 0 var(--surface);gap:16px;padding:18px 24px 24px;display:grid}.unit-inline-detail .unit-detail-meta{grid-area:auto;justify-content:space-between;width:100%;margin:0}.unit-inline-detail .unit-rail{padding:24px 2px 40px}.unit-inline-detail .latest-update{background:0 0;border:0;min-height:0;padding:0}table{border-collapse:collapse;width:100%;min-width:980px}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:10px 16px}th{background:var(--surface-soft);color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:600;font-family:var(--font-mono)}td{font-size:13px}tr:last-child td{border-bottom:0}.selectable-row{cursor:pointer;transition:background .2s}.selectable-row:hover,.selectable-row.selected{background:var(--surface-soft)}.project-name-cell{align-items:center;gap:12px;min-width:0;display:flex}.project-name-cell strong{letter-spacing:-.01em;font-weight:500;display:block}.project-name-cell small{color:var(--muted);margin-top:4px;display:block}.accordion-action{color:var(--muted);white-space:nowrap;flex:none;align-items:center;gap:8px;margin-left:auto;font-size:12px;font-weight:500;display:inline-flex}.accordion-indicator{border:1px solid var(--line);width:24px;height:24px;color:var(--muted);background:var(--surface);border-radius:50%;place-items:center;font-weight:500;line-height:1;display:grid}.selectable-row.selected .accordion-action{color:var(--ink)}.selectable-row.selected .accordion-action .accordion-indicator{border-color:var(--line-strong);color:var(--ink)}.accordion-detail-row td{background:var(--surface-soft);padding:0}.accordion-diagnosis{border-top:1px solid var(--line);gap:20px;padding:24px;display:grid}.accordion-diagnosis-head{justify-content:space-between;align-items:flex-start;gap:24px;padding:4px 0 8px;display:flex}.accordion-diagnosis h3{letter-spacing:-.02em;margin:0;font-size:20px;font-weight:600;line-height:1.2}.accordion-diagnosis-head p{color:var(--muted);margin:8px 0 0;font-size:13px}.accordion-diagnosis .kicker{margin-bottom:6px}.accordion-diagnosis .project-statline{padding-top:4px}.project-status-chips{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.project-status-chips.inline{justify-content:flex-start;gap:10px;margin-top:10px}.project-status-inline{color:var(--muted);flex-wrap:wrap;align-items:center;gap:16px;margin-top:10px;font-size:13px;display:flex}.project-status-inline button{color:inherit;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-weight:500;transition:color .2s,opacity .2s;display:inline-flex}.project-status-inline button:hover,.project-status-inline button.active{color:var(--ink)}.project-status-inline button.active{font-weight:650}.stage-node-strip{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 14px;max-width:min(620px,56%);margin-left:auto;display:flex}.stage-node-chip{color:var(--muted);white-space:nowrap;align-items:center;gap:7px;min-height:24px;font-size:12px;line-height:1.2;display:inline-flex}.stage-node-chip span{text-overflow:ellipsis;max-width:140px;overflow:hidden}.stage-node-chip strong{color:var(--ink);font-family:var(--font-mono);margin-left:0;font-size:12px;font-weight:700}.stage-node-dot{min-width:30px;height:18px;font-family:var(--font-mono);background:0 0;background:color-mix(in srgb, currentColor 8%, transparent);border:1px solid;border-radius:999px;justify-content:center;align-items:center;padding:0 7px 0 14px;font-size:10px;font-style:normal;font-weight:600;line-height:1;display:inline-flex;position:relative}.stage-node-dot:before{content:"";background:currentColor;border:0;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:6px;transform:translateY(-50%)}.stage-node-dot.good{color:var(--green)}.stage-node-dot.work{color:var(--blue)}.stage-node-dot.risk{color:var(--amber)}.stage-node-dot.review{color:var(--purple)}.stage-node-dot.blocked{color:var(--red)}.stage-node-dot.idle{color:var(--gray)}.project-status-chips span{background:var(--surface-soft);border:1px solid var(--line);color:var(--ink);border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:500;display:inline-flex}.accordion-diagnosis .unit-list{gap:0;margin-top:0}.accordion-diagnosis .unit-row{border:0;border-top:1px solid var(--line);box-shadow:none;background:0 0;border-radius:0;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:24px 0}.accordion-diagnosis .unit-row:first-child{border-top:0;padding-top:8px}.accordion-diagnosis .unit-title{font-size:18px;font-weight:600;line-height:1.2}.accordion-diagnosis .unit-meta{grid-column:1}.accordion-diagnosis .unit-subtitle{margin-top:8px;font-size:13px;line-height:1.4}.accordion-diagnosis .unit-rail{grid-column:1/-1;padding:24px 2px 40px}.unit-detail-meta{grid-area:1/2;justify-content:space-between;gap:32px;width:100%;min-height:48px;margin-left:0;display:flex}.unit-detail-meta-left,.unit-detail-meta-right{align-content:start;gap:10px;display:grid}.unit-detail-meta-right{text-align:right;justify-items:end;margin-left:auto}.unit-detail-meta div{gap:6px;min-width:116px;display:grid}.unit-detail-meta span{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:500;font-family:var(--font-mono)}.unit-detail-meta strong{color:var(--ink);white-space:nowrap;font-size:14px;font-weight:500}.accordion-diagnosis .latest-update{min-height:0;color:var(--muted);background:0 0;border:0;border-radius:0;grid-column:1/-1;padding:0;font-size:13px}.mobile-project-drawer,.mobile-unit-drawer{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.mobile-project-summary,.mobile-unit-drawer summary{width:100%;color:inherit;text-align:left;background:0 0;border:0;list-style:none}.mobile-project-summary::-webkit-details-marker{display:none}.mobile-unit-drawer summary::-webkit-details-marker{display:none}.mobile-project-title{align-items:center;gap:12px;min-width:0;display:flex}.mobile-project-title strong,.mobile-unit-drawer summary strong{letter-spacing:-.01em;font-weight:500;display:block}.mobile-project-title small,.mobile-unit-drawer summary small,.mobile-project-focus{color:var(--muted);overflow-wrap:anywhere;margin-top:4px;font-size:12px;display:block}.mobile-project-metrics{flex-wrap:wrap;gap:10px;display:flex}.mobile-project-metrics span{background:var(--surface-soft);border:1px solid var(--line);color:var(--muted);border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:500;display:inline-flex}.project-icon{background:var(--surface);border:1px solid var(--line);width:32px;height:32px;color:var(--muted);border-radius:8px;place-items:center;font-size:12px;font-weight:500;display:grid}.table-number{min-width:28px;height:24px;font-size:12px;font-weight:500;font-family:var(--font-mono);border-radius:6px;place-items:center;display:inline-grid}.table-number.good{background:var(--green-soft);color:var(--green);border:1px solid #10b98133}.table-number.work{background:var(--blue-soft);color:var(--blue);border:1px solid #3b82f633}.table-number.risk{background:var(--amber-soft);color:var(--amber);border:1px solid #f59e0b33}.table-number.blocked{background:var(--red-soft);color:var(--red);border:1px solid #ef444433}.table-number.idle{background:var(--gray-soft);color:var(--gray);border:1px solid var(--line)}.focus-cell{color:var(--muted);max-width:440px}.pill{white-space:nowrap;background:var(--surface-soft);border:1px solid var(--line);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:500;font-family:var(--font-mono);border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;display:inline-flex}.pill.good{background:var(--green-soft);color:var(--green);border-color:#10b98133}.pill.work{background:var(--blue-soft);color:var(--blue);border-color:#3b82f633}.pill.risk{background:var(--amber-soft);color:var(--amber);border-color:#f59e0b33}.pill.review{background:var(--purple-soft);color:var(--purple);border-color:#8b5cf633}.pill.blocked{background:var(--red-soft);color:var(--red);border-color:#ef444433}.pill.idle{background:var(--gray-soft);color:var(--gray);border-color:var(--line)}.button{border:1px solid var(--ink);background:var(--ink);color:var(--surface);border-radius:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.button:hover{color:var(--ink);background:0 0}.button.secondary{background:var(--surface);color:var(--ink);border:1px solid var(--line-strong)}.button.secondary:hover{border-color:var(--ink);background:var(--surface-soft)}.button.slim{padding:6px 12px;font-size:13px}.button:focus-visible,.segment-control button:focus-visible,.mode-switch button:focus-visible,.mobile-project-summary:focus-visible,.mobile-unit-drawer summary:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.selectable-row:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.form-stack{gap:20px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.full{grid-column:1/-1}.input-group{gap:8px;display:grid}.input-group label,.bulk-head label{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:500;font-family:var(--font-mono)}.input,select,textarea{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);width:100%;color:var(--ink);outline:none;padding:10px 14px;font-size:14px;transition:all .2s}textarea{resize:vertical;min-height:100px}.input:focus,select:focus,textarea:focus{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.new-project-inline{grid-template-columns:minmax(0,1fr) 44px;align-items:stretch;display:grid;position:relative}.new-project-inline .input,.new-project-inline select,.project-picker-button{border-top-right-radius:0;border-bottom-right-radius:0}.project-picker-button{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);width:100%;color:var(--ink);text-align:left;text-overflow:ellipsis;white-space:nowrap;padding:10px 14px;font-size:14px;overflow:hidden}.project-picker-button:focus-visible{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink);outline:0}.project-picker-list{z-index:20;border:1px solid var(--line-strong);border-radius:var(--radius-md);background:var(--surface);max-height:260px;box-shadow:var(--shadow-md);padding:4px;position:absolute;top:calc(100% + 6px);left:0;right:44px;overflow:auto}.project-picker-list button{width:100%;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:6px;padding:9px 10px;font-size:13px}.project-picker-list button:hover,.project-picker-list button:focus-visible,.project-picker-list button.active{background:var(--surface-soft);outline:0}.project-picker-list button.active{font-weight:600}.new-project-toggle{border:1px solid var(--line);border-radius:0 var(--radius-md) var(--radius-md) 0;background:var(--surface-soft);color:var(--ink);border-left:0;place-items:center;transition:background .2s,border-color .2s;display:grid}.new-project-toggle svg{width:16px;height:16px;display:block}.new-project-toggle:hover,.new-project-toggle:focus-visible{background:var(--surface);border-color:var(--ink);outline:0}.structure-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.structure-head span{color:var(--muted);font-size:12px;font-weight:500}.structure-list{gap:8px;display:grid}.structure-row{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);grid-template-columns:92px minmax(160px,1.2fr) 78px minmax(110px,.8fr) 92px 150px 150px auto;align-items:center;gap:8px;padding:10px;display:grid}.structure-fixed-type{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);min-height:42px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;place-items:center;font-size:12px;font-weight:600;display:grid}.mode-switch{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;gap:2px;padding:4px;display:inline-flex}.mode-switch button{color:var(--muted);background:0 0;border:1px solid #0000;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s}.mode-switch button.active{background:var(--surface);color:var(--ink);border-color:var(--line);box-shadow:0 1px 3px #0000000d}.preview-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-soft);padding:16px}.bulk-list{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-soft);gap:8px;max-height:410px;padding:8px;display:grid;overflow:auto}.bulk-item{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:12px 16px;transition:border-color .2s;display:grid}.bulk-item:hover{border-color:var(--line-strong)}.bulk-item strong{font-weight:500;display:block}.bulk-item small{color:var(--muted);margin-top:4px;font-size:13px;display:block}.csv-panel{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface-soft);gap:14px;margin-top:20px;padding:16px;display:grid}.csv-panel-head,.csv-upload-line{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.csv-panel h3{letter-spacing:-.01em;margin:4px 0 0;font-size:16px;font-weight:600}.csv-upload-line span{color:var(--muted);font-size:12px}.csv-project-filter{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px;max-height:180px;padding:8px;display:grid;overflow:auto}.csv-project-filter label{min-width:0;color:var(--muted);align-items:center;gap:8px;font-size:12px;display:flex}.csv-project-filter span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.actions,.footer-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}.alert{border-radius:var(--radius-md);border:1px solid #0000;align-items:center;gap:8px;padding:12px 16px;font-size:13px;line-height:1.45;display:flex}.alert.good{background:var(--green-soft);color:var(--green);border-color:#10b98133}.alert.risk{background:var(--red-soft);color:var(--red);border-color:#ef444433}.alert.work{background:var(--blue-soft);color:var(--blue);border-color:#3b82f633}.soft-empty,.empty-panel,.access-denied{border:1px dashed var(--line-strong);background:var(--surface-soft);border-radius:var(--radius-lg);color:var(--muted);text-align:center;padding:32px 24px;font-size:14px}.empty-panel h2,.access-denied h2{color:var(--ink);letter-spacing:-.02em;margin:0 0 8px;font-weight:600}.decision-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.decision-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);padding:16px;transition:border-color .15s}.decision-card:hover{border-color:var(--line-strong)}.decision-mark{background:var(--surface);border:1px solid var(--amber);width:32px;height:32px;color:var(--amber);border-radius:50%;place-items:center;font-weight:600;display:grid}.decision-card h3{letter-spacing:-.02em;margin:16px 0 8px;font-size:16px;font-weight:600}.decision-card p{color:var(--muted);margin-bottom:12px;font-size:13px;line-height:1.5}.decision-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-family:var(--font-mono)}.drawer-layer{z-index:60;pointer-events:none;position:fixed;inset:0}.drawer-backdrop{-webkit-backdrop-filter:blur(4px);pointer-events:auto;background:#0006;border:0;position:absolute;inset:0}.drilldown-drawer{background:var(--surface);border-left:1px solid var(--line);pointer-events:auto;grid-template-rows:auto 1fr;width:min(560px,100%);height:100%;display:grid;position:absolute;top:0;right:0;box-shadow:-8px 0 30px #0000001a}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;display:flex}.drawer-head h2{letter-spacing:-.02em;margin:0;font-size:17px;font-weight:600}.drawer-head p{color:var(--muted);margin:6px 0 0;font-size:12px}.drawer-close{width:32px;height:32px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;font-size:24px;line-height:1;transition:all .2s;display:flex}.drawer-close:hover{background:var(--surface-soft);color:var(--ink);border-color:var(--line)}.drawer-list{background:var(--surface-soft);align-content:start;gap:8px;padding:16px;display:grid;overflow:auto}.drawer-vehicle-row,.drawer-project-row{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);gap:12px;padding:16px;display:grid}.drawer-vehicle-main{gap:4px;display:grid}.drawer-vehicle-main strong{letter-spacing:-.01em;font-size:14px;font-weight:500}.drawer-vehicle-main span,.drawer-vehicle-meta,.drawer-vehicle-note{color:var(--muted);font-size:13px}.drawer-vehicle-meta,.drawer-vehicle-note{flex-wrap:wrap;align-items:center;gap:8px 12px;display:flex}.drawer-vehicle-note{border-top:1px solid var(--line);padding-top:12px;font-size:12px}.stage-task-drawer{width:min(760px,100%);overflow:hidden}.stage-task-head{grid-template-columns:minmax(0,1fr) auto auto;align-items:start;display:grid}.stage-task-title-block{min-width:0}.stage-task-head-actions{text-align:right;justify-items:end;gap:10px;padding-top:2px;display:grid}.stage-task-content{gap:12px;padding:16px;display:grid;overflow-y:auto}.stage-task-summary{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);gap:12px;padding:14px 16px;display:grid}.stage-task-progress-line{align-items:center;gap:10px;display:flex}.stage-task-progress-line div{gap:2px;display:grid}.stage-task-progress-line strong{font-size:14px;font-weight:650}.stage-task-progress-line span:last-child{color:var(--muted);font-size:12px}.task-summary-dot{background:var(--line-strong);width:10px;height:10px;box-shadow:0 0 0 3px var(--selection);border-radius:50%}.task-summary-dot.good{background:var(--green)}.task-summary-dot.work{background:var(--blue)}.task-summary-dot.risk{background:var(--amber)}.task-summary-dot.blocked{background:var(--red)}.stage-task-progress-track{background:var(--line);border-radius:999px;height:6px;overflow:hidden}.stage-task-progress-fill{border-radius:inherit;background:var(--line-strong);height:100%;display:block}.stage-task-progress-fill.good{background:var(--green)}.stage-task-progress-fill.work{background:var(--blue)}.stage-task-progress-fill.risk{background:var(--amber)}.stage-task-progress-fill.blocked{background:var(--red)}.stage-task-summary-grid{color:var(--muted);grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;font-size:12px;display:grid}.stage-task-summary-grid span{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);gap:3px;padding:8px 10px;display:grid}.stage-task-summary-grid strong{color:var(--ink);font-size:13px;font-weight:650}.stage-task-list{gap:8px;display:grid}.stage-task-row{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);display:grid;overflow:hidden}.stage-task-row.has-risk{border-color:#ef444457}.stage-task-row.is-complete{background:linear-gradient(0deg, #10b9810a, #10b9810a), var(--surface)}.stage-task-row-main{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:11px 13px;list-style:none;display:grid}.stage-task-row-main::-webkit-details-marker{display:none}.stage-task-row[open] .stage-task-row-main{border-bottom:1px solid var(--line);background:var(--surface-soft)}.stage-task-title{align-items:start;gap:10px;min-width:0;display:flex}.stage-task-title div,.stage-task-title>span:last-child{gap:4px;min-width:0;display:grid}.stage-task-title strong{font-size:14px;font-weight:650;line-height:1.3}.stage-task-title span:last-child{color:var(--muted);font-size:12px}.stage-task-sequence{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-soft);width:28px;height:24px;color:var(--muted);font-family:var(--font-mono);flex:none;place-items:center;font-size:11px;display:inline-grid}.stage-task-badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.task-status-chip,.task-priority-chip,.task-flag,.task-marker{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-soft);white-space:nowrap;align-items:center;min-height:22px;padding:3px 7px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.task-status-chip.completed{color:var(--green);background:var(--green-soft);border-color:#10b98138}.task-status-chip.in_progress{color:var(--blue);background:var(--blue-soft);border-color:#3b82f638}.task-status-chip.blocked,.task-flag.blocked{color:var(--red);background:var(--red-soft);border-color:#ef444442}.task-flag.overdue,.task-priority-chip.risk{color:var(--amber);background:var(--amber-soft);border-color:#f59e0b47}.task-marker{color:var(--muted);background:var(--surface);font-weight:500}.stage-task-accordion-icon{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);flex:none;width:22px;height:22px;position:relative}.stage-task-accordion-icon:before,.stage-task-accordion-icon:after{content:"";background:var(--muted);border-radius:999px;height:2px;position:absolute;top:10px;left:6px;right:6px}.stage-task-accordion-icon:after{transform:rotate(90deg)}.stage-task-row[open] .stage-task-accordion-icon:after{display:none}.stage-task-edit-grid,.stage-task-create-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.stage-task-edit-grid{padding:12px}.stage-task-edit-grid label,.stage-task-create-grid label{gap:6px;display:grid}.stage-task-edit-grid label>span,.stage-task-create-grid label>span{color:var(--muted);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:500}.stage-task-edit-grid input,.stage-task-edit-grid select,.stage-task-edit-grid textarea,.stage-task-create-grid input,.stage-task-create-grid select,.stage-task-create-grid textarea{min-height:36px;font-size:13px}.stage-task-edit-grid textarea,.stage-task-create-grid textarea{min-height:56px}.stage-task-edit-grid .span-2,.stage-task-create-grid .span-2{grid-column:1/-1}.stage-task-row-actions{grid-column:1/-1;justify-content:flex-end;gap:8px;display:flex}.stage-task-readonly-grid{color:var(--muted);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;padding:14px;font-size:12px;display:grid}.stage-task-readonly-grid span{gap:3px;display:grid}.stage-task-readonly-grid strong{color:var(--ink);font-weight:600}.stage-task-readonly-grid .full{grid-column:1/-1}.stage-task-create{background:var(--surface);gap:14px;padding:16px;display:grid}.stage-task-create-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.stage-task-create-head h3{margin:2px 0 0;font-size:15px}.stage-task-create-actions{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.stage-task-subdrawer-layer{z-index:2;pointer-events:none;position:absolute;inset:0}.stage-task-subdrawer-backdrop{pointer-events:auto;background:#1118272e;border:0;position:absolute;inset:0}.stage-task-subdrawer{border-left:1px solid var(--line);background:var(--surface);pointer-events:auto;grid-template-rows:auto 1fr;width:min(420px,92%);height:100%;display:grid;position:absolute;top:0;right:0;box-shadow:-8px 0 24px #00000014}.stage-task-subdrawer .stage-task-create{align-content:start;overflow-y:auto}.stage-task-subdrawer-head{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.stage-task-subdrawer-head h3{letter-spacing:-.02em;margin:2px 0 0;font-size:15px;font-weight:650}.quick-status-drawer{background:var(--surface);border-left:1px solid var(--line);pointer-events:auto;grid-template-rows:auto 1fr;width:min(420px,100%);height:100%;display:grid;position:absolute;top:0;right:0;box-shadow:-8px 0 30px #0000001a}.quick-status-form{align-content:start;gap:12px;padding:16px;display:grid;overflow-y:auto}.quick-status-form label{gap:6px;display:grid}.quick-status-form label>span{color:var(--muted);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:500}.quick-status-form textarea{min-height:96px}.quick-status-actions{justify-content:flex-end;gap:8px;display:flex}.logistics-lot-assignment-drawer{grid-template-rows:auto minmax(0,1fr) auto;width:min(600px,100%)}.logistics-lot-assignment-head-actions{align-items:center;gap:8px;display:flex}.logistics-lot-assignment-body{background:#f8fafc;align-content:start;gap:14px;padding:20px;display:grid;overflow-y:auto}.logistics-lot-assignment-list{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow:hidden}.logistics-lot-assignment-row{grid-template-columns:minmax(0,1fr) 180px;align-items:center;gap:20px;padding:14px 16px;display:grid}.logistics-lot-assignment-row+.logistics-lot-assignment-row{border-top:1px solid var(--line)}.logistics-lot-assignment-vehicle{align-items:center;gap:12px;min-width:0;display:flex}.logistics-lot-assignment-vehicle>i{color:#64748b;background:#f8fafc;border:1px solid #dbe3ed;border-radius:7px;flex:none;place-items:center;width:32px;height:32px;font-size:11px;font-style:normal;font-weight:700;display:grid}.logistics-lot-assignment-vehicle>span,.logistics-lot-assignment-control{gap:4px;min-width:0;display:grid}.logistics-lot-assignment-vehicle strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.logistics-lot-assignment-vehicle small,.logistics-lot-assignment-control small,.logistics-lot-assignment-footer{color:var(--muted);font-size:10px;line-height:1.35}.logistics-lot-assignment-vehicle small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.logistics-lot-assignment-control select{background-color:var(--surface);border-color:#d8e0ea;width:100%;height:36px;padding-inline:10px 30px;font-size:12px;font-weight:650}.logistics-lot-assignment-control small{min-height:14px;font-family:var(--font-mono);letter-spacing:.04em;text-align:right;text-transform:uppercase}.logistics-lot-assignment-control small.saved{color:#15803d}.logistics-lot-assignment-footer{border-top:1px solid var(--line);background:var(--surface);padding:13px 20px}@media (max-width:560px){.logistics-lot-assignment-row{grid-template-columns:minmax(0,1fr);gap:12px}.logistics-lot-assignment-drawer .drawer-head{padding:18px}.logistics-lot-assignment-head-actions .button{padding-inline:9px;font-size:10px}}@media (max-width:1240px){.title-row{flex-direction:column;align-items:stretch}.segment-control{width:100%}.segment-control button{flex:1}.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-summary-layout,.logistics-status-layout{grid-template-columns:1fr;gap:18px}.project-summary-controls{justify-self:start}.project-summary-cards{grid-template-columns:repeat(4,minmax(0,1fr))}.accordion-diagnosis .unit-row{grid-template-columns:1fr}.unit-detail-meta{grid-area:auto/1;justify-content:flex-start;margin:0}.decision-grid{grid-template-columns:1fr}}@media (max-width:760px){.page-shell{width:100%;padding:0 16px 48px}.app-header{margin:0 -16px;padding:12px 16px 16px}.topbar,.workspace-topline,.panel-header,.title-row,.unit-meta,.unit-note-grid{grid-template-columns:minmax(0,1fr);justify-content:stretch;align-items:start;display:grid}.topbar{gap:12px}.topbar-actions{flex-wrap:wrap;justify-content:start;gap:12px;width:100%}.brand-caption{display:none}.workspace{padding-top:20px}.workspace-topline{gap:12px;margin-bottom:20px}.screen-stack{gap:20px}.title-row{gap:16px;margin-top:16px}.title-row h1{font-size:24px;line-height:1.1}.segment-control{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.segment-control button{text-align:center;min-width:0}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-summary-split{grid-template-columns:minmax(0,1fr)}.project-summary-controls{justify-content:stretch;width:100%;display:grid}.kpi-mode-toggle,.project-summary-chips{width:100%}.kpi-mode-toggle button{min-width:0}.project-summary-chips{justify-self:start}.project-summary-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{grid-template-columns:1fr}.structure-row{grid-template-columns:repeat(2,minmax(0,1fr))}.structure-row .button{grid-column:1/-1}.project-browser-panel .project-browser{display:none}.mobile-project-drawers{gap:16px;display:grid}.mobile-project-actions{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:14px 16px}.mobile-project-drawer{overflow:hidden}.mobile-project-drawer.open{border-color:var(--ink);box-shadow:0 2px 8px #0000000d}.mobile-project-summary{gap:16px;padding:20px;display:grid}.mobile-project-summary .accordion-action{justify-self:start;margin-left:0}.mobile-project-drawer.open .mobile-project-summary{background:var(--surface-soft);border-bottom:1px solid var(--line)}.mobile-project-drawer .accordion-diagnosis{box-shadow:none;background:var(--surface);border-top:0;padding:16px}.mobile-project-drawer .unit-list{gap:16px}.mobile-unit-drawer{overflow:hidden}.mobile-unit-drawer summary{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding:16px;display:grid}.mobile-unit-drawer[open] summary{border-bottom:1px solid var(--line);background:var(--surface-soft)}.mobile-unit-drawer .unit-rail,.mobile-unit-drawer .unit-detail-meta,.mobile-unit-drawer .latest-update{margin:16px}.mobile-unit-drawer .unit-detail-meta{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.project-select-row select{min-width:0}.panel{padding:20px}.panel-header.with-rule{gap:16px}.project-statline{flex-wrap:wrap;justify-content:start}.accordion-diagnosis{padding:20px}.accordion-diagnosis-head{grid-template-columns:minmax(0,1fr);display:grid}.accordion-action>span:first-child{display:none}.unit-row{padding:20px;overflow-x:visible}.unit-rail{grid-template-columns:minmax(0,1fr);grid-auto-rows:30px;align-items:stretch;gap:8px;width:100%;min-width:0;padding:2px 0}.unit-rail:before,.unit-rail-line{width:2px;height:auto;inset:8px auto 8px 8px;transform:none}.unit-rail-line{height:var(--rail-progress,0%);transition:height .3s cubic-bezier(.4,0,.2,1)}.unit-dot{width:100%;height:30px;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:0;justify-content:flex-start;align-items:center;gap:12px;margin:0;font-size:12px;display:flex}.unit-dot:before{content:"";border:2px solid var(--surface);background:var(--line-strong);box-sizing:border-box;border-radius:50%;flex:none;width:12px;height:12px}.unit-dot.done{width:100%;height:30px;color:var(--ink);background:0 0;border-color:#0000;border-radius:0;font-size:12px}.unit-dot.done:before{background:var(--green);border-radius:4px;width:13px;height:13px}.unit-dot.current{background:0 0;border-width:0;width:100%;height:30px}.unit-dot.current:before{background:var(--surface);width:16px;height:16px;box-shadow:inherit;border-width:3px}.unit-dot.current.work,.unit-dot.current.risk,.unit-dot.current.review,.unit-dot.current.good,.unit-dot.current.blocked{box-shadow:none}.unit-dot.current.work:before{border-color:var(--blue);box-shadow:0 0 0 4px var(--blue-soft)}.unit-dot.current.risk:before{border-color:var(--amber);box-shadow:0 0 0 4px var(--amber-soft)}.unit-dot.current.review:before{border-color:var(--purple);box-shadow:0 0 0 4px var(--purple-soft)}.unit-dot.current.good:before{border-color:var(--green);box-shadow:0 0 0 4px var(--green-soft)}.unit-dot.current.blocked:before{border-color:var(--red);box-shadow:0 0 0 4px var(--red-soft)}.unit-dot.current.idle:before{border-color:var(--gray);box-shadow:0 0 0 4px var(--gray-soft)}.unit-dot.current:after{display:none}.unit-dot>span:first-child{width:16px;color:var(--surface);place-items:center;font-size:8px;line-height:1;display:grid;position:absolute;top:50%;left:0;transform:translateY(-50%)}.unit-dot.current>span:first-child{color:#0000}.unit-stage-label,.unit-dot:not(.current) .unit-stage-label,.unit-dot.edge-start .unit-stage-label,.unit-dot.edge-end .unit-stage-label{color:var(--ink);text-align:left;white-space:normal;overflow-wrap:anywhere;pointer-events:none;font-size:12px;line-height:1.25;display:block;position:static;transform:none}.unit-task-indicator{flex:none;width:34px;height:4px;margin-left:auto;position:static;transform:none}.unit-dot-tooltip{bottom:calc(100% + 6px);left:28px;transform:none}.unit-dot-tooltip:after{left:10px}.latest-update{grid-template-columns:auto minmax(0,1fr);align-items:start;display:grid}.latest-update span:last-child{grid-column:1/-1}table{min-width:760px}th,td{padding:12px 16px}.bulk-head,.preview-head{grid-template-columns:minmax(0,1fr);justify-items:start;gap:8px;display:grid}.bulk-item{grid-template-columns:auto minmax(0,1fr)}.bulk-item .pill{grid-column:2;justify-self:start}.footer-actions{align-items:stretch}.footer-actions .button,.footer-actions .alert,.drilldown-drawer{width:100%}.stage-task-content{padding:16px}.stage-task-row-main,.stage-task-summary-grid,.stage-task-edit-grid,.stage-task-create-grid,.stage-task-readonly-grid{grid-template-columns:minmax(0,1fr)}.stage-task-edit-grid .span-2,.stage-task-create-grid .span-2,.stage-task-readonly-grid .full{grid-column:auto}.stage-task-badges{justify-content:flex-start}.drawer-head{padding:20px}.drawer-list{padding:16px}}@media (max-width:420px){.page-shell{padding-inline:12px}.app-header{margin-inline:-12px;padding-inline:12px}.auth-page{padding:24px 16px}.auth-card{border-radius:14px;padding:36px 24px 28px}.auth-card h1{font-size:28px}.auth-card p{font-size:15px}.brand-mark,.sidebar-mark{border-radius:6px;width:28px;height:28px}.brand-title{font-size:14px}.role-chip{max-width:100%}.title-row h1{font-size:22px}.segment-control button{padding:10px 8px}.segment-control button strong{font-size:12px}.segment-control button small{display:none}.snapshot-pill{overflow-wrap:anywhere;text-align:center;border-radius:8px;justify-content:center;width:100%}.metric-card{min-height:90px;padding:16px}.metric-value{font-size:28px}.panel{padding:16px}.panel-header h2{font-size:18px}.legend{gap:12px}.unit-rail{min-width:0}.unit-detail-meta{grid-template-columns:1fr;gap:16px}.pill{white-space:normal;text-align:center}}.brand-wordmark-wrap{flex:none;justify-content:flex-start;align-items:center;width:clamp(150px,13vw,220px);height:34px;display:flex;overflow:visible}.brand-wordmark{object-fit:contain;object-position:left center;width:100%;height:auto;max-height:34px;display:block}.brand-copy{gap:2px;min-width:0;display:grid}@media (max-width:760px){.brand-wordmark-wrap{width:150px;height:30px}.brand-wordmark{max-height:30px}.auth-logo-wrap{width:min(260px,82vw);margin-bottom:26px}.auth-logo{max-height:44px}}@media (max-width:420px){.brand-wordmark-wrap{width:132px;height:26px}.brand-wordmark{max-height:26px}.brand-copy .brand-caption{display:none}.auth-logo-wrap{width:min(230px,82vw);margin-bottom:24px}.auth-logo{max-height:40px}}.auth-page{place-items:center;min-height:100vh;padding:32px 24px;display:grid}.auth-card{border:1px solid var(--line);text-align:left;background:#fffffff5;border-radius:16px;flex-direction:column;align-items:stretch;width:min(100%,448px);padding:48px 40px 40px;display:flex;box-shadow:0 18px 48px #00000012}.auth-card .brand-mark{width:40px;height:40px;box-shadow:none;border-radius:10px;margin-bottom:34px;animation:none}.auth-logo-wrap{justify-content:flex-start;align-items:center;width:min(310px,82vw);margin:0 0 34px;display:flex}.auth-logo{object-fit:contain;object-position:left center;width:100%;height:auto;max-height:54px;display:block}.auth-card .eyebrow{color:var(--muted);font-family:var(--font-sans);letter-spacing:.055em;text-transform:none;margin:0 0 10px;font-size:12px;font-weight:650;line-height:1.25}.auth-card h1{color:var(--ink);font-family:var(--font-display);letter-spacing:-.045em;margin:0;font-size:clamp(32px,5vw,38px);font-weight:650;line-height:1.06}.auth-card>p,.auth-card .auth-intro{max-width:34ch;color:var(--muted);font-family:var(--font-sans);letter-spacing:0;text-align:left;text-transform:none;margin:12px 0 0;font-size:15px;font-weight:400;line-height:1.55}.auth-card form,.auth-form{text-align:left;gap:18px;width:100%;margin-top:32px;display:grid}.auth-card .actions{justify-content:flex-start;gap:12px;margin:0 0 2px}.auth-card .actions .button{width:auto;min-height:46px;padding:0 16px}.auth-card .input-group{gap:8px}.auth-card .input-group label{color:var(--ink);font-family:var(--font-sans);letter-spacing:0;text-transform:none;font-size:14px;font-weight:600;line-height:1.35}.auth-card .input,.auth-card input,.auth-card select{min-height:48px;font-family:var(--font-sans);border-radius:8px;font-size:15px;line-height:1.4}.auth-card .button{justify-content:center;min-height:46px;font-size:14px;font-weight:600}.auth-primary-button{justify-content:center;width:100%;min-height:46px}.button.red,.auth-card .button.red{background:var(--red);border-color:var(--red);color:#fff}.button.red:hover,.auth-card .button.red:hover{color:#fff;background:#dc2626;border-color:#dc2626}.auth-secondary-actions{justify-content:center;align-items:center;gap:8px;margin-top:18px;font-size:13px;display:flex}.auth-link-button{color:var(--muted);background:0 0;border:0;padding:4px 6px;font-size:13px;font-weight:500;line-height:1.2;transition:color .2s,text-decoration-color .2s}.auth-link-button:hover{color:var(--ink);text-underline-offset:3px;text-decoration:underline}.auth-link-button:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:5px}.auth-link-button:disabled{cursor:not-allowed;opacity:.55}.auth-link-separator{color:var(--muted-2);-webkit-user-select:none;user-select:none}.auth-help-text{max-width:34ch;color:var(--muted-2);font-family:var(--font-sans);letter-spacing:0;text-align:center;text-transform:none;margin:10px auto 0;font-size:13px;line-height:1.45}.auth-card .alert{margin-top:0;font-size:13px;line-height:1.45}@media (max-width:420px){.auth-page{padding:24px 16px}.auth-card{border-radius:14px;padding:36px 24px 30px}.auth-logo-wrap{width:min(260px,78vw);margin-bottom:30px}.auth-logo{max-height:48px}.auth-card h1{font-size:31px}.auth-card>p,.auth-card .auth-intro{font-size:15px}}.production-shell.page-shell{width:100%;max-width:none;min-height:100vh;color:var(--ink);background:var(--bg);flex-direction:column;margin:0;padding:0;display:flex}.production-shell .app-header,.production-shell__header{z-index:40;border-bottom:1px solid var(--line);background:#fff;padding:0;position:sticky;top:0}.production-shell .topbar,.production-shell__bar{justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:90rem;height:56px;min-height:56px;margin:0 auto;padding:0 24px;display:flex}.production-shell__left{align-items:center;gap:28px;min-width:0;height:100%;display:flex}.production-shell__logo{object-fit:contain;object-position:left center;width:auto;max-width:220px;height:34px;display:block}.production-shell .production-shell__brand-mark{color:#fff;letter-spacing:-.03em;background:#2563eb;border-radius:7px;width:28px;height:28px;font-size:13px;box-shadow:0 1px 3px #2563eb38}.production-shell__brand-title{color:var(--ink);letter-spacing:-.025em;white-space:nowrap;font-size:15px;font-weight:650;line-height:1}.production-shell__nav{align-items:center}.production-shell__nav--desktop{gap:4px;height:100%;display:flex}.production-shell__nav--mobile{display:none}.production-shell__nav-button{min-width:0;height:100%;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;justify-content:center;align-items:center;gap:0;padding:0 14px;font-size:14px;font-weight:600;line-height:1;transition:color .18s,background .18s,border-color .18s;display:inline-flex;position:relative}.production-shell__nav-button:hover{color:var(--ink);background:#0f172a09}.production-shell__nav-button.active{color:#1d4ed8;background:0 0;border-bottom-color:#2563eb}.production-shell__nav-label{display:inline}.production-shell__nav-caption{display:none}.production-shell .topbar-actions,.production-shell__actions{flex:none;justify-content:flex-end;align-items:center;gap:12px;width:auto;min-width:0;display:flex}.production-shell__view-only{border:1px solid var(--line);background:var(--surface-soft);min-height:28px;color:var(--muted);white-space:nowrap;border-radius:7px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:650;line-height:1;display:inline-flex}.production-shell__view-only svg{width:16px;height:16px;color:var(--amber);flex:none}.production-shell__profile{cursor:help;align-items:center;gap:9px;min-width:0;display:inline-flex}.production-shell__avatar{color:#4338ca;background:#4f46e51a;border:1px solid #4f46e52e;border-radius:999px;flex:none;place-items:center;width:30px;height:30px;font-size:13px;font-weight:750;line-height:1;display:grid}.production-shell__role{max-width:180px;color:var(--muted);text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;font-size:13px;font-weight:600;line-height:1;overflow:hidden}.production-shell__divider{background:var(--line);flex:none;width:1px;height:22px}.production-shell__signout{min-height:32px;color:var(--muted);background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;padding:0 8px;font-size:13px;font-weight:600;line-height:1;transition:color .18s,background .18s;display:inline-flex}.production-shell__signout:hover{color:var(--ink);background:#0f172a0b}.production-shell__signout svg{flex:none;width:17px;height:17px}.production-shell__signout:disabled{opacity:.55}.production-shell__nav-button:focus-visible,.production-shell__signout:focus-visible{outline-offset:-2px;outline:2px solid #2563eb}.production-shell__workspace{flex:1;width:100%;max-width:90rem;margin:0 auto;padding:0 24px 56px}.production-shell__subnav-container{border-bottom:1px solid var(--line);align-items:flex-end;min-height:46px;margin-bottom:20px;display:flex}.production-shell__subnav{scrollbar-width:none;align-items:center;gap:6px;min-width:0;display:flex;overflow-x:auto}.production-shell__subnav::-webkit-scrollbar{display:none}.production-shell__subnav-button{min-height:38px;color:var(--muted);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 12px;font-size:13px;font-weight:600;transition:color .18s,background .18s,border-color .18s;position:relative}.production-shell__subnav-button:hover{color:var(--ink);background:#0f172a09}.production-shell__subnav-button.active{color:#1d4ed8;border-bottom-color:#2563eb}.production-shell__subnav-button:focus-visible{outline-offset:-3px;border-radius:5px;outline:2px solid #2563eb}.production-shell__content{min-width:0}.logistics-overview{gap:0}.logistics-browser-panel{padding:0;overflow:hidden}.logistics-browser{border:0;border-radius:0;grid-template-columns:290px minmax(0,1fr);height:calc(100vh - 106px);min-height:600px;max-height:860px}.logistics-browser .project-list{background:#fafbfc}.logistics-browser .project-list-search{background:#fff;gap:16px;padding:16px 11px}.logistics-browser .project-list-actions{min-height:42px}.logistics-browser .project-list-actions-label{color:#55627a;font-family:var(--font-sans);font-size:12px;font-weight:750}.logistics-browser .project-list-action-buttons .button{color:#13213a;min-height:35px;font-size:13px}.logistics-project-search{display:block;position:relative}.logistics-project-search svg{z-index:1;color:#94a3b8;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.logistics-browser .project-list-search .logistics-project-search input{background:#f8fafc;height:40px;padding-left:37px;font-size:13px}.logistics-browser .project-list-item{background:#fff;min-height:80px;padding:12px 15px}.logistics-browser .project-list-item.selected{background:#f8fafc;box-shadow:inset 3px 0 #2563eb}.logistics-browser .project-list-main strong{color:#07152f;font-size:13px;font-weight:750}.logistics-browser .project-list-main small,.logistics-browser .project-list-main em{font-size:11px}.logistics-browser .project-list-count{background:var(--ink);color:#fff;min-width:29px;height:20px;padding-inline:7px}.logistics-directory-head{align-items:flex-start;padding:18px 20px}.logistics-directory-head h3{color:#07152f;letter-spacing:-.02em;margin-top:8px;font-size:20px;font-weight:700}.logistics-directory-head .project-status-inline{margin-top:8px}.logistics-directory-head .project-status-inline button{font-size:12px;font-weight:650}.logistics-directory-head .active-pipeline{width:min(515px,58%);padding-top:7px}.logistics-directory-head .active-pipeline-bar{border-radius:2px;height:7px}.logistics-detail-actions{color:#526078;justify-content:flex-end;align-items:center;gap:8px;min-height:22px;font-size:11px;font-weight:650;display:flex}.logistics-detail-actions button,.logistics-section-title button,.logistics-manage-lot{color:#2563eb;background:0 0;border:0;padding:0;font-size:11px;font-weight:700}.logistics-detail-actions .logistics-manage-lots-button{color:#2563eb;cursor:pointer;border-radius:5px;flex:none;place-items:center;width:24px;height:24px;display:grid}.logistics-detail-actions .logistics-manage-lots-button:hover{background:#eff6ff}.logistics-detail-actions .logistics-manage-lots-button:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.logistics-detail-actions .logistics-manage-lots-button svg{width:15px;height:15px}.logistics-documents{border-bottom:1px solid var(--line);padding:18px 24px 16px}.logistics-section-title{color:#526078;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:11px;font-size:11px;font-weight:700;display:flex}.logistics-section-title button{font-family:var(--font-sans);letter-spacing:0;text-transform:none;margin-left:auto}.logistics-section-title-icon{border:1px solid #94a3b8;border-radius:3px;place-items:center;width:15px;height:15px;font-size:9px;display:grid}.logistics-document-strip{gap:14px;padding-bottom:4px;display:flex;overflow-x:auto}.logistics-document-card{color:#07152f;text-align:left;background:#fff;border:1px solid #dce2eb;border-radius:8px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:250px;max-width:290px;min-height:62px;padding:9px 10px;display:grid}.logistics-document-icon{background:var(--surface-soft);width:38px;height:38px;color:var(--muted);border-radius:8px;place-items:center;font-size:20px;display:grid}.logistics-document-icon.good{color:#16a34a;background:#dcfce7}.logistics-document-icon.work{color:#2563eb;background:#dbeafe}.logistics-document-icon.risk{color:#d97706;background:#fef3c7}.logistics-document-icon.blocked{color:#dc2626;background:#fee2e2}.logistics-document-copy{gap:4px;min-width:0;display:grid}.logistics-document-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;overflow:hidden}.logistics-document-copy small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.logistics-document-download{color:#94a3b8;font-size:18px}.logistics-column-head{border-bottom:1px solid var(--line);color:#526078;min-width:790px;font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;grid-template-columns:minmax(250px,1.45fr) minmax(190px,1fr) minmax(150px,.8fr) minmax(130px,.7fr);gap:20px;padding:13px 16px;font-size:10px;font-weight:700;display:grid}.logistics-lot-list{background:#f7f8fa;padding:8px 20px 20px}.logistics-lot{border-radius:var(--radius-lg);background:#fff;border:1px solid #e1e6ed;margin-top:12px;padding:0;transition:border-color .18s,box-shadow .18s;overflow:hidden;box-shadow:0 1px 2px #0f172a06}.logistics-lot:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0a}.logistics-lot-head{border-bottom:1px solid #0000;grid-template-columns:120px minmax(0,1fr);align-items:start;gap:20px;margin:0;padding:18px 22px;display:grid}.logistics-lot.expanded .logistics-lot-head{border-bottom-color:#e5eaf1}.logistics-lot-title{color:#07152f;flex-direction:column;align-items:flex-start;gap:11px;min-width:0;display:flex}.logistics-lot-title>h4{letter-spacing:-.02em;margin:0;font-size:16px;font-weight:700}.logistics-lot-title .pill{letter-spacing:.045em;text-transform:uppercase;width:max-content;min-height:25px;padding-inline:10px;font-size:10px}.logistics-lot-content{flex-direction:column;min-width:0;display:flex}.logistics-lot-journey-line{grid-template-columns:minmax(0,1fr) 64px;align-items:center;gap:16px;min-width:0;display:grid}.logistics-lot-unit-pill{color:#475569}.logistics-lot-detail-line{grid-template-columns:minmax(0,1fr) 36px;align-items:end;gap:16px;min-width:0;padding-top:14px;display:grid}.logistics-lot-secondary-data{gap:12px;min-width:0;display:grid}.logistics-lot-support-line{border-bottom:1px solid #edf1f6;grid-template-columns:repeat(3,minmax(100px,auto));align-items:flex-start;gap:24px;min-width:0;padding-bottom:14px;display:grid}.logistics-lot-support-line>span{gap:5px;min-width:0;display:grid}.logistics-lot-approvals-line{flex-wrap:wrap;align-items:center;gap:16px;min-width:0;display:flex}.logistics-lot-approval-list{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.logistics-lot-approval{background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;min-height:29px;padding:4px 10px;display:inline-flex}.logistics-lot-approval>i{border-radius:999px;flex:none;place-items:center;width:16px;height:16px;font-style:normal;line-height:1;display:inline-grid;background:0 0!important}.logistics-lot-approval>i svg{width:16px;height:16px}.logistics-lot-approval>i.approved{color:#15803d;background:#dcfce7}.logistics-lot-approval>i.pending{color:#b45309;background:#fef3c7}.logistics-lot-approval>i.rejected{color:#b91c1c;background:#fee2e2}.logistics-lot-approval>i.neutral{color:#64748b}.logistics-lot-approval>strong{letter-spacing:.015em;font-size:11px;font-weight:750}.logistics-lot-approval:has(>i.approved){border-color:#dce6df}.logistics-lot-approval:has(>i.pending){border-color:#e8e2d4}.logistics-lot-approval:has(>i.rejected){border-color:#eadada}.logistics-lot-content small{color:#7b8799;font-family:var(--font-mono);letter-spacing:.055em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:700;overflow:hidden}.logistics-lot-content strong{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.logistics-lot-route{grid-template-columns:minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr);align-items:center;gap:16px;min-width:0;display:grid}.logistics-route-point{grid-template-columns:28px minmax(0,1fr);align-items:start;gap:11px;min-width:0;display:grid}.logistics-route-point>svg{color:#2563eb;width:25px;height:25px;margin-top:1px}.logistics-route-point.destination>svg{color:#16a34a}.logistics-route-point>span{gap:5px;min-width:0;display:grid}.logistics-route-point em{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-style:normal;font-weight:500;overflow:hidden}.logistics-route-point strong.missing{color:#94a3b8;font-weight:500}.logistics-route-connector{color:#64748b;place-items:center;min-width:170px;height:40px;display:grid;position:relative}.logistics-route-connector>i{background:repeating-linear-gradient(90deg,#94a3b8 0 5px,#0000 5px 9px);height:1px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.logistics-route-connector>i:after{content:"";border-top:1.5px solid #94a3b8;border-right:1.5px solid #94a3b8;width:8px;height:8px;position:absolute;top:-4px;right:1px;transform:rotate(45deg)}.logistics-route-mode{z-index:1;color:currentColor;background:#fff;border:6px solid #fff;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-width:66px;display:inline-flex;position:relative}.logistics-route-mode>svg,.logistics-route-mode-placeholder{flex:none;place-items:center;width:15px;height:15px;display:grid}.logistics-route-connector.sea{color:#2563eb}.logistics-route-connector.air{color:#7c3aed}.logistics-route-connector.road{color:#d97706}.logistics-route-mode>small{color:currentColor;letter-spacing:.05em;text-align:center;font-size:9px;overflow:visible}.logistics-lot-journey-line>.logistics-manage-lot{place-self:start end;padding-top:2px;font-size:12px}.logistics-lot-expand{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;flex:none;align-self:end;place-items:center;width:34px;height:34px;transition:border-color .18s,background .18s,color .18s;display:grid}.logistics-lot-expand:hover{color:#1e293b;background:#f8fafc;border-color:#94a3b8}.logistics-lot-expand:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.logistics-lot-expand .unit-row-action{width:8px;height:8px}.logistics-lot-comment{border-top:1px solid #edf1f6;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;margin-top:12px;padding-top:12px;display:grid}.logistics-lot-comment>svg{color:#94a3b8;width:17px;height:17px}.logistics-lot-comment input{color:#1e293b;min-width:0;height:34px;font:inherit;background:#f8fafc;border:0;border-radius:6px;outline:1px solid #0000;padding:0 11px;font-size:12px}.logistics-lot-comment input::placeholder{color:#94a3b8}.logistics-lot-comment input:focus{background:#fff;outline-color:#94a3b8}.logistics-lot-comment button{color:#2563eb;cursor:pointer;background:0 0;border:0;min-width:42px;height:30px;font-size:11px;font-weight:700}.logistics-lot-comment button:disabled{color:#cbd5e1;cursor:default}.logistics-lot-comment>span{color:#64748b;font-size:12px}.logistics-lot-comment-error{grid-column:2/-1;color:#b91c1c!important;text-transform:none!important}.logistics-lot-docs{flex-wrap:wrap;gap:6px;margin-left:16px}.logistics-lot-docs small{color:#94a3b8;text-transform:uppercase;font-size:10px;font-weight:700}.logistics-lot-docs .pill{border-radius:4px;font-size:10px}.logistics-lot-actions{gap:10px}.logistics-lot-status{color:#1d4ed8;white-space:nowrap;font-size:12px;font-weight:750}.logistics-lot .unit-grid-list{background:#f8fafc;gap:8px;padding:14px 16px;overflow:visible}.logistics-lot .unit-grid-head{display:none}.logistics-lot .unit-grid-item{border-radius:var(--radius-md);box-shadow:none;background:#fff;border:1px solid #dce2eb;transition:border-color .18s,box-shadow .18s;overflow:hidden}.logistics-lot .unit-grid-item:hover{border-color:#cbd5e1;box-shadow:0 1px 4px #0f172a09}.logistics-lot .unit-grid-row{grid-template-columns:minmax(220px,1fr) max-content 34px;min-width:0;min-height:52px;padding:10px 18px}.logistics-lot .unit-grid-row>.pill{letter-spacing:.035em;text-transform:uppercase;justify-self:end;min-height:27px;padding-inline:11px;font-size:10px}.logistics-lot .unit-grid-row>.unit-row-action{background:#fff;border:1px solid #cbd5e1;border-radius:999px;width:32px;height:32px}.logistics-accordion-detail{background:#fff;border-top:1px solid #e5eaf1;grid-template-columns:minmax(0,5fr) minmax(210px,2.65fr) minmax(240px,3.35fr);gap:24px;padding:26px 24px 28px;display:grid;position:relative}.logistics-accordion-detail.vehicle-specifics-only{display:block}.vehicle-specifics-only .logistics-specifics{width:100%}.vehicle-specifics-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.vehicle-specifics-heading h4{margin-bottom:22px}.vehicle-specifics-edit{color:#2563eb;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:30px;height:30px;display:grid}.vehicle-specifics-edit:hover{background:#eff6ff}.vehicle-specifics-edit:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.vehicle-specifics-edit svg{width:16px;height:16px}.vehicle-specifics-only .logistics-field-grid{grid-template-columns:repeat(3,minmax(150px,1fr));gap:26px 42px}.logistics-accordion-detail h4{color:#14213a;letter-spacing:-.01em;align-items:center;gap:8px;margin:0 0 18px;font-size:13px;font-weight:750;display:flex}.logistics-accordion-detail h4>span{color:#3b82f6;font-size:16px;font-weight:500}.logistics-specifics{min-width:0}.logistics-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;display:grid}.logistics-inline-field{align-content:start;gap:6px;min-width:0;display:grid}.logistics-inline-field>span:first-child{color:#64748b;letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:700}.logistics-inline-field strong{overflow-wrap:anywhere;color:#0f172a;font-size:13px;font-weight:650}.logistics-inline-field>input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:0;width:100%;min-width:0;height:34px;padding:0 9px;font-size:12px;font-weight:600}.logistics-inline-field>input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}.logistics-inline-field>input:disabled{color:#64748b;background:#f1f5f9}.logistics-inline-field .logistics-order-value{color:#047857}.logistics-detail-divider{background:#e2e8f0;height:1px;margin:22px 0}.logistics-origin-control{align-items:stretch;display:flex}.logistics-origin-control input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:6px 0 0 6px;outline:0;width:100%;min-width:0;height:34px;padding:0 9px;font-size:12px;font-weight:600}.logistics-origin-control input:focus{z-index:1;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}.logistics-origin-control input:disabled{background:#f1f5f9;border-radius:6px}.logistics-origin-control button{color:#fff;background:#2563eb;border:1px solid #2563eb;border-radius:0 6px 6px 0;min-width:48px;font-size:10px;font-weight:700}.logistics-edit-status{color:#2563eb;background:0 0;border:0;margin-top:18px;padding:0;font-size:11px;font-weight:700}.logistics-clearance-card,.logistics-activity-card{background:#fff;border:1px solid #dfe5ed;border-radius:12px;flex-direction:column;min-width:0;min-height:335px;padding:20px;display:flex;box-shadow:0 1px 2px #0f172a0f}.logistics-clearance-list{gap:10px;display:grid}.logistics-clearance-list>button{color:#334155;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:36px;padding:0;font-size:12px;font-weight:600;display:flex}.logistics-approval-badge{border:1px solid;border-radius:6px;justify-content:center;align-items:center;gap:5px;min-width:28px;min-height:28px;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.logistics-approval-badge.approved{color:#059669;background:#ecfdf5;border-color:#a7f3d0;font-size:14px}.logistics-approval-badge.pending{color:#b45309;background:#fffbeb;border-color:#fde68a}.logistics-approval-badge.neutral{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.logistics-approval-badge.neutral i{background:#94a3b8;border-radius:50%;width:5px;height:5px}.logistics-approval-badge.rejected{color:#dc2626;background:#fef2f2;border-color:#fecaca}.logistics-approval-summary{color:#2563eb;text-align:left;background:0 0;border:0;border-top:1px solid #eef2f7;margin-top:auto;padding:14px 0 0;font-size:10px;font-weight:700}.logistics-event-list{align-content:start;gap:13px;min-height:0;max-height:216px;padding-right:4px;display:grid;overflow-y:auto}.logistics-event-list>p{color:#94a3b8;margin:0;font-size:12px}.logistics-event-list article{grid-template-columns:32px minmax(0,1fr);align-items:start;gap:10px;display:grid}.logistics-event-icon{color:#2563eb;background:#eff6ff;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.logistics-event-list article p{color:#334155;background:#f5f7fa;border-radius:5px;margin:0;padding:9px 10px;font-size:12px;line-height:1.45}.logistics-event-list time{color:#94a3b8;margin-top:6px;font-size:9px;display:block}.logistics-remark-form{border-top:1px solid #eef2f7;align-items:center;margin-top:auto;padding-top:16px;display:flex}.logistics-remark-form input{color:#0f172a;background:#f8fafc;border:1px solid #dbe3ee;border-right:0;border-radius:999px 0 0 999px;outline:0;width:100%;min-width:0;height:42px;padding:0 14px;font-size:12px}.logistics-remark-form button{color:#fff;background:#2563eb;border:1px solid #2563eb;border-radius:0 999px 999px 0;flex:none;width:42px;height:42px}.logistics-remark-form button:disabled{background:#cbd5e1;border-color:#cbd5e1}.logistics-detail-error{grid-column:1/-1;margin:0}.document-control-grid{border:1px solid var(--line);border-radius:var(--radius-sm);background:#f8fafc;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px;display:grid}.document-control-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.document-row-name{font-size:14px;font-weight:650;line-height:1.3}.document-status-icon{border-radius:999px;flex:none;place-items:center;width:24px;height:24px;display:inline-grid}.document-status-icon svg{width:13px;height:13px}.document-status-icon.good{color:var(--green);background:var(--green-soft)}.document-status-icon.work{color:var(--blue);background:var(--blue-soft)}.document-status-icon.review{color:var(--muted);background:var(--surface-soft)}.document-status-icon.risk{color:var(--amber);background:var(--amber-soft)}.document-status-icon.blocked{color:var(--red);background:var(--red-soft)}.document-status-icon.idle{color:var(--muted);background:var(--surface)}.document-row-upload,.document-row-view{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-soft);width:26px;height:26px;color:var(--muted);cursor:pointer;flex:none;place-items:center;display:inline-grid}.document-row-upload:hover,.document-row-view:hover{color:var(--ink);background:var(--surface)}.document-row-upload svg,.document-row-view svg{width:13px;height:13px}.document-row-upload input{display:none}.document-row-file-error{padding:0 14px 10px}.document-received-badge{color:var(--muted);align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.document-received-badge.is-received{color:#059669}.document-received-badge i{background:currentColor;border-radius:999px;width:7px;height:7px;display:inline-block}.logistics-drawer-section{gap:10px;margin-bottom:16px;display:grid}.logistics-drawer-section-title{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.logistics-drawer-collapsible{border:1px solid var(--line);border-radius:var(--radius-md);background:#fbfdff;padding:0 14px}.logistics-drawer-collapsible[open]{padding-bottom:14px}.logistics-drawer-collapsible>summary{cursor:pointer;font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;color:var(--muted);justify-content:space-between;align-items:center;padding:13px 0;font-size:11px;font-weight:600;list-style:none;display:flex}.logistics-drawer-collapsible>summary::-webkit-details-marker{display:none}.logistics-drawer-collapsible>summary:after{content:"+";font-family:var(--font-sans,inherit);font-size:15px}.logistics-drawer-collapsible[open]>summary:after{content:"−"}.document-choice select:disabled{color:var(--muted);background:#eef1f4}.document-control-checks{border:1px solid var(--line);border-radius:var(--radius-sm);background:#f8fafc;gap:20px;padding:10px 12px;display:flex}.document-check-row{cursor:pointer;color:var(--ink);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;display:flex}.document-check-row input[type=checkbox]{width:15px;height:15px;accent-color:var(--blue);cursor:pointer;flex:none}.document-check-row input[type=checkbox]:disabled{opacity:.4;cursor:default}.document-check-row span{color:var(--ink);font-size:13px}.document-evidence{background:#fbfdff;border:1px dashed #cbd5e1;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:13px 14px;display:flex}.document-evidence>div:first-child{gap:3px;display:grid}.document-evidence>div:first-child span{color:var(--muted);font-size:12px}.document-evidence-actions{flex:none;align-items:center;gap:8px;display:flex}.document-file-error{color:var(--red)}.document-link-button{appearance:none;color:#2563eb;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}@media (max-width:700px){.document-control-grid{grid-template-columns:1fr}.document-evidence{flex-direction:column;align-items:flex-start}}.current-sheet-import{margin-top:18px}.current-sheet-import .csv-panel-head p{max-width:64ch;color:var(--muted);margin:6px 0 0;font-size:12px;line-height:1.5}.current-sheet-summary,.current-sheet-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.current-sheet-summary{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);border-radius:7px;margin-top:16px;padding:10px 12px;font-size:12px}.current-sheet-summary strong{color:var(--ink)}.current-sheet-table{border:1px solid var(--line);border-radius:8px;margin-top:12px;overflow-x:auto}.current-sheet-table table{border-collapse:collapse;min-width:850px}.current-sheet-table th,.current-sheet-table td{border-bottom:1px solid var(--line);vertical-align:middle;padding:10px 12px}.current-sheet-table th{background:var(--surface-soft);color:var(--muted);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:700}.current-sheet-table td{font-size:12px}.current-sheet-table td strong,.current-sheet-table td small{display:block}.current-sheet-table td small{color:var(--muted);margin-top:3px}.current-sheet-table select{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-width:280px;height:36px;color:var(--ink);border-radius:6px;padding:0 9px;font-size:11px}.current-sheet-actions{justify-content:flex-start;margin-top:14px}.current-sheet-actions .alert{margin:0}@media (max-width:1050px){.logistics-browser{grid-template-columns:270px minmax(0,1fr)}.logistics-directory-head{display:grid}.logistics-directory-head .active-pipeline{width:100%}.logistics-lot-head{grid-template-columns:minmax(0,1fr);gap:22px}.logistics-lot-title{flex-direction:row;align-items:center}.logistics-lot-journey-line{grid-template-columns:minmax(500px,1fr) 64px}.logistics-accordion-detail{grid-template-columns:minmax(0,1fr) minmax(220px,.7fr)}.logistics-activity-card{grid-column:1/-1;min-height:280px}}@media (max-width:760px){.logistics-browser-panel{overflow:visible}.logistics-browser{height:auto;min-height:0;display:block;overflow:visible}.logistics-browser .project-list{border-right:0;border-bottom:1px solid var(--line);max-height:320px}.logistics-directory-head{min-height:0;padding:20px 16px}.logistics-directory-head h3{font-size:21px}.logistics-documents{padding-inline:16px}.logistics-column-head{display:none}.logistics-lot-list{padding-inline:12px}.logistics-lot-head{padding:20px}.logistics-lot-journey-line{grid-template-columns:minmax(0,1fr);gap:20px}.logistics-lot-journey-line>.logistics-manage-lot{justify-self:end}.logistics-lot-route{grid-template-columns:minmax(105px,1fr) minmax(90px,.8fr) minmax(105px,1fr);gap:10px}.logistics-route-connector{min-width:90px}.logistics-lot-detail-line{align-items:flex-end}.logistics-lot-support-line{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.logistics-lot-approval-list{gap:6px}.logistics-lot .unit-grid-list{padding:16px}.logistics-lot .unit-grid-row{grid-template-columns:minmax(150px,1fr) minmax(0,max-content) 34px;padding-inline:16px}.vehicle-specifics-only .logistics-field-grid{grid-template-columns:repeat(2,minmax(130px,1fr))}.logistics-accordion-detail{grid-template-columns:minmax(0,1fr);padding:18px}.logistics-clearance-card,.logistics-activity-card{grid-column:auto;min-height:0}.logistics-field-grid{gap:16px}}.production-shell .permission-banner{display:none}@media (max-width:900px){.production-shell__bar{gap:16px;padding:0 18px}.production-shell__left{gap:18px}.production-shell__brand{padding-right:16px}.production-shell__role{max-width:124px}.production-shell__view-only span,.production-shell__signout span{display:none}}@media (max-width:760px){.production-shell__logo{max-width:170px;height:30px}.production-shell.page-shell{width:100%;padding:0}.production-shell .app-header,.production-shell__header{margin:0;padding:0}.production-shell .topbar,.production-shell__bar{justify-content:space-between;align-items:center;height:56px;min-height:56px;padding:0 16px;display:flex}.production-shell__left{gap:12px}.production-shell__brand{border-right:0;padding-right:0}.production-shell__brand-title{font-size:14px}.production-shell__nav--desktop{display:none}.production-shell__nav--mobile{border-top:1px solid var(--line);overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;background:#fffffffa;min-height:44px;padding:0 8px;display:flex;overflow-x:auto}.production-shell__nav--mobile .production-shell__nav-button{flex:none;height:44px;min-height:44px;padding:0 14px;font-size:13px}.production-shell .topbar-actions,.production-shell__actions{justify-content:flex-end;gap:8px;width:auto}.production-shell__profile{gap:0}.production-shell__avatar{width:30px;height:30px}.production-shell__role,.production-shell__divider{display:none}.production-shell__view-only{padding:0 8px}.production-shell__workspace{padding:0 16px 48px}.production-shell__subnav-container{min-height:50px;margin-bottom:20px}.production-shell__subnav-button{min-height:43px;padding:0 12px}}@media (max-width:420px){.production-shell__logo{max-width:145px;height:26px}.production-shell__bar{padding:0 12px}.production-shell__brand-title{text-overflow:ellipsis;max-width:136px;overflow:hidden}.production-shell__nav--mobile{padding:0 4px}.production-shell__nav--mobile .production-shell__nav-button{padding:0 12px}.production-shell__workspace{padding:0 12px 44px}.production-shell__subnav-container{margin-bottom:16px}}
