:root{color:#111b22;background:#f4f6f8;font-family:Inter,Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;--ink: #111b22;--muted: #455761;--line: #bfc9ce;--paper: #ffffff;--wash: #f4f6f8;--navy: #14212b;--teal: #1677a6;--teal-soft: #e0f0f7;--running: #138a72;--running-soft: #def1eb;--awaiting: #657681;--awaiting-soft: #edf0f2;--amber: #b57712;--amber-soft: #fff0d2;--coral: #c94f3d;--coral-soft: #fae5e1;--blue: #52677d;--stopped-soft: #e7ecf1;--radius: 10px;--shadow: 0 12px 32px rgb(17 42 50 / 7%)}*{box-sizing:border-box}body{margin:0;min-width:1180px;min-height:100vh;background:var(--wash)}button,input,select,textarea{font:inherit}button{color:inherit}button,select{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}input,select,textarea{width:100%;border:1px solid #aebac0;border-radius:6px;background:#fff;color:var(--ink);padding:9px 10px;outline:none;transition:border-color .15s,box-shadow .15s}input::placeholder,textarea::placeholder{color:#5d6e77;opacity:1}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #1677a621}textarea{resize:vertical}label{display:flex;flex-direction:column;gap:6px}label>span,fieldset>legend{color:#34464f;font-size:11px;font-weight:700;letter-spacing:.045em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}.primary,.secondary,.danger-button,.warning-button{min-height:38px;border:1px solid transparent;border-radius:6px;padding:0 16px;font-size:13px;font-weight:700;white-space:nowrap}button:not(:disabled){transition:transform .12s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease}button:not(:disabled):active{transform:translateY(1px) scale(.985)}.api-progress{position:fixed;z-index:5000;top:10px;left:50%;display:grid;width:min(620px,calc(100vw - 28px));transform:translate(-50%);overflow:hidden;border:1px solid #8da2ab;border-radius:8px;background:#fffffff7;box-shadow:0 12px 34px #1c333d38;animation:api-progress-enter .18s ease-out both}.api-progress-copy{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px 7px}.api-progress-copy span{display:inline-flex;align-items:center;gap:7px;color:#253940;font-size:12px;font-weight:750}.api-progress-copy span>i{width:8px;height:8px;border:2px solid #9aaeb5;border-top-color:var(--teal);border-radius:50%;animation:api-progress-spin .7s linear infinite}.api-progress-copy b,.api-progress-copy code{color:#4a5e66;font-family:DM Mono,monospace;font-size:10px}.api-progress>small{overflow:hidden;padding:0 12px 7px;color:#4a5e66;font-family:DM Mono,monospace;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.api-progress-track{height:4px;background:#dfe8e8}.api-progress-track>i{position:relative;display:block;height:100%;overflow:hidden;background:var(--teal);transition:width .26s ease-out}.api-progress-track>i:after{position:absolute;inset:0;width:45%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / 70%),transparent);content:"";animation:api-progress-shimmer 1s ease-in-out infinite}.api-progress.complete .api-progress-copy span>i{border:0;background:var(--teal);animation:none}.api-progress.error{border-color:#cc8177}.api-progress.error .api-progress-copy span,.api-progress.error .api-progress-copy b{color:#7a2e27}.api-progress.error .api-progress-copy span>i,.api-progress.error .api-progress-track>i{border:0;background:var(--coral);animation:none}@keyframes api-progress-enter{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@keyframes api-progress-spin{to{transform:rotate(360deg)}}@keyframes api-progress-shimmer{0%{transform:translate(-120%)}to{transform:translate(260%)}}.primary{background:var(--teal);color:#fff;box-shadow:0 6px 14px #1677a62e}.primary:hover{background:#11678f}.secondary{border-color:#aebac0;background:#fff}.secondary:hover,.secondary.active{border-color:var(--teal);color:var(--teal)}.danger-button{background:var(--coral);color:#fff}.warning-button{border-color:#e6bd68;background:var(--amber-soft);color:#8a5a00}.text-button{border:0;background:transparent;color:var(--teal);padding:5px 0;font-size:12px;font-weight:700}.icon-button{width:32px;height:32px;border:1px solid var(--line);border-radius:6px;background:#fff;line-height:1}.icon-button.danger{color:var(--coral)}.full{width:100%}.eyebrow{margin-bottom:6px;color:#4f626b;font-family:DM Mono,monospace;font-size:10px;letter-spacing:.14em}.muted{color:var(--muted)}.brand-lockup{display:flex;align-items:center;gap:10px;text-decoration:none}.brand-lockup>span{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgb(255 255 255 / 28%);border-radius:7px;background:var(--teal);color:#fff;font-family:DM Mono,monospace;font-size:13px}.brand-lockup strong{display:flex;flex-direction:column;color:inherit;font-size:15px;letter-spacing:-.02em}.brand-lockup small{color:inherit;font-size:9px;font-weight:500;letter-spacing:.13em;opacity:.65}.locale-switch{display:flex;gap:2px;border:1px solid rgb(255 255 255 / 16%);border-radius:6px;padding:2px}.locale-switch button{border:0;border-radius:4px;background:transparent;color:inherit;padding:5px 8px;font-size:10px;font-weight:700;opacity:.6}.locale-switch button.active{background:#ffffff24;opacity:1}.login-shell{display:grid;min-height:100vh;grid-template-columns:minmax(520px,42%) 1fr}.login-form-panel{display:flex;flex-direction:column;justify-content:space-between;padding:34px 56px;background:#f7f8f5}.login-top{display:flex;align-items:center;justify-content:space-between}.login-top .brand-lockup{color:var(--navy)}.login-top .locale-switch{border-color:var(--line)}.login-top .locale-switch button.active{background:var(--navy);color:#fff}.login-card{width:min(420px,100%);margin:40px auto;padding:36px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.login-card h1{margin-bottom:10px;font-size:30px;letter-spacing:-.04em}.login-card form{display:grid;gap:17px;margin-top:24px}.login-card form .text-button{margin-top:-6px}.feishu-button{display:flex;width:100%;height:48px;align-items:center;justify-content:center;gap:10px;margin-top:26px;border:1px solid #cad4d2;border-radius:6px;background:#fff;font-weight:700}.feishu-button span{display:grid;width:25px;height:25px;place-items:center;border-radius:5px;background:#2f78f6;color:#fff}.divider{display:flex;align-items:center;gap:12px;margin:20px 0 0;color:#809093;font-size:10px}.divider:before,.divider:after{height:1px;flex:1;background:var(--line);content:""}.notice{display:flex;flex-direction:column;gap:4px;margin:14px 0;border:1px solid var(--line);border-radius:6px;padding:11px 13px;background:#f8faf9;font-size:12px}.notice.error{border-color:#efb5a8;background:var(--coral-soft);color:#8e3424}.notice.warning{border-color:#e8c87e;background:var(--amber-soft)}.login-error-prominent{border-width:2px;box-shadow:0 7px 18px #c94f3d21;font-size:12px}.login-debug-panel{margin-top:12px;overflow:hidden;border:2px solid #d28a7d;border-radius:8px;background:#fff8f6}.login-debug-panel.ready{border-color:#70b9ac;background:#f3fbf8}.login-debug-panel>header{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#c94f3d12}.login-debug-panel.ready>header{background:#138a7214}.login-debug-panel>header>div{display:flex;min-width:0;align-items:center;gap:9px}.login-debug-panel>header i{width:10px;height:10px;flex:0 0 auto;border-radius:50%;background:var(--coral);box-shadow:0 0 0 4px #c94f3d21}.login-debug-panel.ready>header i{background:var(--running);box-shadow:0 0 0 4px #138a7221}.login-debug-panel>header span{display:flex;min-width:0;flex-direction:column}.login-debug-panel>header strong{color:var(--ink);font-size:12px}.login-debug-panel>header small{margin-top:2px;color:#743d34;font-size:9px}.login-debug-panel.ready>header small{color:#215f54}.login-debug-panel>header button,.login-debug-output-heading button{flex:0 0 auto;border:1px solid #9eafb7;border-radius:5px;background:#fff;color:var(--ink);padding:5px 8px;font-size:9px;font-weight:700}.login-debug-body{border-top:1px solid #d6c3bf;background:#fff}.login-debug-status-grid{display:grid;grid-template-columns:1fr 1fr}.login-debug-status-grid article{display:flex;min-width:0;min-height:42px;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.login-debug-status-grid article:nth-child(2n){border-right:0}.login-debug-status-grid article>span{color:var(--muted);font-size:8px;font-weight:700}.login-debug-status-grid strong,.login-debug-status-grid code{overflow:hidden;color:var(--ink);font-family:DM Mono,monospace;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.login-debug-status-grid strong.ok{color:#08715e}.login-debug-status-grid strong.missing{color:#a83c2b}.login-debug-output-heading{display:flex;align-items:center;justify-content:space-between;padding:10px 10px 7px}.login-debug-output-heading strong{font-size:10px}.login-debug-output{max-height:210px;margin:0;overflow-y:auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0;background:#101d24;color:#e9f2f5;list-style:none}.login-debug-output li{display:grid;grid-template-columns:56px 118px 1fr;gap:7px;padding:7px 9px;border-bottom:1px solid rgb(255 255 255 / 10%);font-family:DM Mono,monospace;font-size:8px;line-height:1.45}.login-debug-output li:last-child{border-bottom:0}.login-debug-output time{color:#91a7b1}.login-debug-output code{color:#73c9e8;overflow-wrap:anywhere}.login-debug-output li.success code{color:#6ed2bd}.login-debug-output li.error code{color:#ff9b8b}.login-debug-output span{overflow-wrap:anywhere}.login-debug-body>p{margin:0;padding:8px 10px;color:var(--muted);font-size:8px}.login-form-panel footer{color:#829093;font-family:DM Mono,monospace;font-size:9px;letter-spacing:.08em}.login-visual{display:grid;position:relative;overflow:hidden;place-items:center;background:radial-gradient(circle at 50% 44%,rgb(22 119 166 / 28%),transparent 29%),linear-gradient(145deg,#183543,#0c1e29);color:#fff}.visual-grid{position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / 5%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 5%) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom right,#000,transparent 80%);mask-image:linear-gradient(to bottom right,#000,transparent 80%)}.flow-battery-illustration{position:relative;z-index:1;width:min(92%,920px);filter:drop-shadow(0 36px 64px rgb(0 0 0 / 30%))}.flow-battery-illustration svg{display:block;width:100%;height:auto}.battery-halo{stroke:#6fc9e42e;stroke-dasharray:3 13;stroke-width:1.5;transform-origin:420px 338px;animation:battery-orbit 42s linear infinite}.tank-shell{fill:#081f2a94;stroke:#daf2f88a;stroke-width:2}.tank .liquid-line{fill:none;stroke:#ffffff8c;stroke-width:2}.tank-red g circle{fill:#ffd1c4;opacity:.45}.tank-blue g circle{fill:#cef7ff;opacity:.45}.ground-node,.stack-port{stroke:#dff7ff;stroke-width:2}.ground-node.red,.stack-port.red{fill:#f26f55}.ground-node.blue,.stack-port.blue{fill:#4ec4dc}.flow-loop .pipe{fill:none;stroke:#dcf1f757;stroke-linecap:round;stroke-linejoin:round;stroke-width:9}.flow-loop .flow-path{fill:none;stroke-dasharray:5 15;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;animation:electrolyte-flow 1.5s linear infinite}.flow-loop.red .flow-path{stroke:#ff8a67}.flow-loop.blue .flow-path{stroke:#63d3e8}.pump{fill:#102f3d;stroke:#e2f7fca8;stroke-width:3}.red .pump-blade{fill:#ff8a67}.blue .pump-blade{fill:#63d3e8}.cell-stack>rect:not(.stack-red,.stack-blue){fill:#0d2b37e0;stroke:#e2f7fc94;stroke-width:2}.cell-stack .stack-red{fill:#f26f556b}.cell-stack .stack-blue{fill:#4ec4dc6b}.cell-stack .membrane{stroke:#f3f8d1;stroke-dasharray:4 4;stroke-width:5}.stack-bolt{fill:none;stroke:#e6f9ffbd;stroke-linecap:round;stroke-width:3}.electrical-loop path:first-child,.electrical-loop>circle:not(.electron){fill:none;stroke:#d9f3faa6;stroke-width:3}.electrical-loop .energy-mark{fill:#f4d778;filter:url(#soft-glow)}.electron{fill:#f4d778;filter:url(#soft-glow)}.electrical-loop .e1{animation:electron-left 2.2s ease-in-out infinite}.electrical-loop .e2{animation:electron-right 2.2s ease-in-out infinite}.ground-line{fill:none;stroke:#a8d3df33;stroke-dasharray:2 8;stroke-width:2}.ground-node{fill:#7eaab6;stroke-width:0}@keyframes electrolyte-flow{to{stroke-dashoffset:-20}}@keyframes battery-orbit{to{transform:rotate(360deg)}}@keyframes electron-left{0%,to{transform:translate(0)}50%{transform:translate(40px)}}@keyframes electron-right{0%,to{transform:translate(0)}50%{transform:translate(-40px)}}@media(prefers-reduced-motion:reduce){.battery-halo,.flow-loop .flow-path,.electron{animation:none}}.topbar{position:sticky;z-index:30;top:0;display:grid;height:68px;grid-template-columns:230px 1fr auto;align-items:center;padding:0 28px;background:var(--navy);color:#fff;box-shadow:0 7px 24px #081e2526}.header-brand{border:0;background:transparent;color:#fff;text-align:left}.topbar nav{display:flex;height:100%;align-items:stretch;gap:6px}.topbar nav button{position:relative;border:0;background:transparent;color:#ffffff9e;padding:0 13px;font-size:12px;font-weight:600}.topbar nav button:hover,.topbar nav button.active{color:#fff}.topbar nav button.active:after{position:absolute;right:13px;bottom:0;left:13px;height:3px;background:#4ba3c7;content:""}.header-actions{display:flex;align-items:center;gap:14px}.profile-button{display:flex;align-items:center;gap:8px;border:0;background:transparent;color:#fff}.profile-button>span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#d9e4ea;color:var(--navy);font-size:10px;font-weight:800}.profile-button strong{max-width:125px;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.logout-button{border:0;background:transparent;color:#ffffff9e;font-size:10px}.workspace{max-width:1800px;margin:0 auto;padding:30px 34px 70px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.page-heading h1{margin:0;font-size:29px;letter-spacing:-.04em}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:0 5px 20px #112a320a}.panel-heading{display:flex;min-height:76px;align-items:center;justify-content:space-between;padding:17px 20px;border-bottom:1px solid var(--line)}.panel-heading.compact{min-height:66px}.panel-heading h2{margin:0;font-size:18px;letter-spacing:-.03em}.panel-heading .eyebrow{margin-bottom:3px}.button-group{display:flex;gap:8px}.count-label{border:1px solid var(--line);border-radius:20px;padding:5px 10px;color:var(--muted);font-family:DM Mono,monospace;font-size:10px}.battery-library-page>.panel{min-height:620px;overflow:hidden}.dashboard-layout{display:grid;grid-template-columns:minmax(790px,1fr) 330px;gap:18px}.dashboard-main{min-width:0}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:16px}.metric-card{display:flex;min-height:108px;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius);padding:16px 20px;background:#fff;text-align:left}.metric-card span{display:flex;flex-direction:column}.metric-card small{color:var(--muted);font-size:11px;font-weight:700}.metric-card strong{margin-top:5px;font-family:DM Mono,monospace;font-size:34px;font-weight:500}.metric-card i{display:grid;width:48px;height:48px;place-items:center;border-radius:9px;background:var(--teal-soft);color:var(--teal);font-size:22px;font-style:normal}.metric-card.running i{background:var(--running-soft);color:var(--running)}.metric-card.attention i{background:var(--coral-soft);color:var(--coral)}.metric-card.awaiting i{background:var(--awaiting-soft);color:var(--awaiting)}.panel-toolbar{display:flex;gap:8px;padding:13px 16px;border-bottom:1px solid var(--line)}.panel-toolbar select{width:150px}.search-box{position:relative;display:flex;min-width:280px;flex:1;flex-direction:row;align-items:center}.search-box span{position:absolute;left:11px;color:#50636c;font-size:18px}.search-box input{padding-left:34px}.dashboard-rail{display:flex;flex-direction:column;gap:16px}.chart-panel{min-height:295px}.bar-chart{display:flex;height:205px;align-items:flex-end;justify-content:space-around;padding:28px 18px 18px}.bar-column{display:grid;height:100%;grid-template-rows:18px 1fr 18px;align-items:end;justify-items:center;gap:5px}.bar-column>span,.bar-column small{color:#6f7f81;font-family:DM Mono,monospace;font-size:9px}.bar-column>i{position:relative;display:flex;width:27px;height:100%;align-items:flex-end;border-radius:4px;background:#edf1ef;overflow:hidden}.bar-column b{display:block;width:100%;border-radius:4px 4px 0 0;background:var(--running)}.bar-column b.awaiting,.bar-column b.assembly{background:var(--awaiting)}.bar-column b.attention{background:var(--coral)}.bar-column b.stopped{background:var(--blue)}.watcher-panel{padding-bottom:10px}.watcher-row{display:grid;grid-template-columns:38px 1fr 28px;align-items:center;gap:10px;margin:0 15px;padding:9px 0;border-bottom:1px solid #cbd4d8;font-size:12px}.watcher-row i{display:grid;width:32px;height:32px;place-items:center;border-radius:7px;background:var(--teal-soft);color:var(--teal);font-style:normal}.watcher-row i.temperature{background:var(--coral-soft);color:var(--coral)}.watcher-row i.voltage{background:var(--amber-soft);color:#9e6b0d}.watcher-row strong{font-family:DM Mono,monospace}.data-freshness{display:flex;align-items:center;gap:7px;color:#4e626b;font-family:DM Mono,monospace;font-size:8px}.data-freshness span{width:7px;height:7px;border-radius:50%;background:var(--running);box-shadow:0 0 0 3px #36aa751f}.data-table{min-width:0}.table-row{display:grid;min-height:62px;grid-template-columns:minmax(140px,1.15fr) 100px minmax(100px,.8fr) minmax(170px,1.4fr) minmax(130px,1fr) 62px;align-items:center;border-bottom:1px solid #c9d2d6;font-size:11px}.table-row.selectable{grid-template-columns:34px minmax(140px,1.15fr) 100px minmax(100px,.8fr) minmax(170px,1.4fr) minmax(130px,1fr) 62px}.table-row:last-child{border-bottom:0}.table-row>span{min-width:0;padding:9px 12px;overflow:hidden;text-overflow:ellipsis}.table-row:hover:not(.table-head){background:#fafbf9}.table-head{min-height:37px;background:#eef2f3;color:#435660;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.battery-ref{display:flex;flex-direction:column}.battery-ref strong{font-family:DM Mono,monospace;font-size:11px}.battery-ref small,.chemistry-cell small{margin-top:3px;color:#50636c;font-size:9px}.chemistry-cell{display:flex;flex-direction:column}.chemistry-cell b{color:var(--teal);font-family:DM Mono,monospace;font-size:9px}.status-pill{display:inline-flex;align-items:center;border-radius:20px;padding:5px 8px;background:#e9eeee;color:#55686b;font-size:9px;font-style:normal;font-weight:700;white-space:nowrap}.status-pill.running{background:var(--running-soft);color:var(--running)}.status-pill.attention{background:var(--coral-soft);color:#a54735}.status-pill.assembling,.status-pill.assembly{background:var(--amber-soft);color:#89600f}.status-pill.stopped{background:var(--stopped-soft);color:var(--blue)}.check-cell input,.default-check input,.start-row input[type=checkbox]{width:14px;height:14px;accent-color:var(--teal)}.empty-state{padding:60px 20px;color:var(--muted);text-align:center}.editor-panel{min-height:540px}.order-form{display:grid;max-width:1120px;grid-template-columns:1fr 1fr;gap:18px 22px;padding:24px}.batch-order-chemistry select:required:invalid{border-color:#b8c9d0;background:#f7fbfd;color:var(--muted)}.span-two{grid-column:span 2}.inline-fieldset{min-width:0;margin:0;border:1px solid var(--line);border-radius:7px;padding:15px}.inline-fieldset select+select{margin-top:8px}.condition-builder{position:relative}.condition-summary{width:100%;min-height:38px;overflow:hidden;border:1px solid #cbd3d0;border-radius:6px;background:#fff;font-family:DM Mono,monospace;font-size:9px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.condition-popover{position:absolute;z-index:20;top:calc(100% + 5px);right:0;width:410px;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff;box-shadow:var(--shadow)}.condition-row{display:flex;gap:5px;margin-bottom:6px}.condition-row select,.condition-row input{min-width:0;padding:6px;font-size:10px}.condition-row select:first-child{width:68px}.condition-row input{width:70px}.option-input{position:relative;min-width:0}.option-input>input{padding-right:27px}.option-input>button{position:absolute;top:1px;right:1px;width:25px;height:calc(100% - 2px);border:0;border-left:1px solid var(--line);border-radius:0 5px 5px 0;background:#f7f9fa;color:var(--muted);padding:0}.option-menu{position:fixed;z-index:1000;max-height:220px;overflow-y:auto;border:1px solid var(--line);border-radius:7px;padding:4px;background:#fff;box-shadow:0 14px 35px #14212b2e}.option-menu button{display:block;width:100%;border:0;border-radius:4px;background:transparent;padding:7px 8px;font-size:10px;text-align:left}.option-menu button:hover,.option-menu button[aria-selected=true]{background:var(--teal-soft);color:var(--teal)}.form-actions{display:flex;justify-content:flex-end;gap:8px}.batch-order-panel{width:100%;min-height:570px}.batch-order-panel form{padding:15px}.batch-order-record{padding:0 0 8px;border-bottom:1px solid var(--line)}.batch-order-record+.batch-order-record{padding-top:8px}.batch-order-line{display:grid;align-items:center;gap:4px}.batch-order-chemistry{grid-template-columns:25px minmax(75px,.5fr) minmax(145px,.8fr) minmax(145px,.9fr) minmax(145px,.9fr) minmax(180px,1.1fr)}.batch-order-requirements{grid-template-columns:25px minmax(100px,.65fr) minmax(125px,.8fr) minmax(210px,1.35fr) minmax(175px,1fr) minmax(170px,1fr) 49px}.batch-order-requirements:not(.batch-order-head){margin-top:0}.batch-order-line>input,.batch-order-line .option-input input,.batch-order-line select,.batch-order-line .condition-summary{height:34px;min-width:0;padding:5px 6px;font-size:9px}.batch-order-line .option-input>input,.start-configuration-row .option-input>input,.start-hidden-row .option-input>input{padding-right:27px}.batch-order-line>b{color:#4b5f68;font-family:DM Mono,monospace;font-size:9px}.batch-order-head{margin-top:6px;padding:5px 6px;background:#eaf0f2;color:#3f525c;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.batch-order-record>.batch-order-head:first-child{margin-top:0}.compact-assignment{display:flex;min-width:0;gap:3px}.compact-assignment select+select{width:46%}.row-actions{display:flex;gap:2px}.row-actions button{width:23px;height:30px;border:1px solid transparent;border-radius:4px;padding:0;font-size:15px;font-weight:800}.row-actions .duplicate-row-button{border-color:#abd0e1;background:var(--teal-soft);color:var(--teal)}.row-actions .duplicate-row-button:hover{border-color:var(--teal);background:#cde6f1}.row-actions .delete-row-button{border-color:#e8b9b1;background:var(--coral-soft);color:var(--coral)}.row-actions .delete-row-button:hover:not(:disabled){border-color:var(--coral);background:#f5d4ce}.batch-footer{display:flex;justify-content:space-between;margin-top:16px}.my-cells-stack,.materials-layout{display:flex;flex-direction:column;gap:18px}.segmented{display:flex;border:1px solid var(--line);border-radius:6px;padding:2px}.segmented button{border:0;border-radius:4px;background:transparent;padding:7px 11px;font-size:10px;font-weight:700}.segmented button.active{background:var(--navy);color:#fff}.claim-bar{display:flex;flex-wrap:wrap;gap:6px;padding:12px 15px;border-top:1px solid var(--line)}.shared-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:17px}.start-sheet-panel{overflow:hidden}.start-sheet{overflow-x:visible;padding:8px 10px 12px}.batch-select-all{flex-direction:row;align-items:center;color:var(--ink);font-size:10px;font-weight:700}.batch-select-all input{width:14px;height:14px}.start-record{min-width:0;border:1px solid var(--line);border-radius:7px;background:#fff}.start-record+.start-record{margin-top:8px}.start-chemistry-row{display:grid;grid-template-columns:22px minmax(180px,.9fr) minmax(74px,.42fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.15fr) 110px;align-items:center;gap:6px;padding:8px;border-bottom:1px solid var(--line);background:#f7f9fa}.start-chemistry-row>input{width:14px;height:14px;align-self:center}.start-battery-box{display:grid;min-width:0;gap:6px}.start-battery-box>strong{overflow:hidden;color:var(--ink);font-family:DM Mono,monospace;font-size:15px;font-weight:700;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.start-battery-box>button{width:100%;min-height:31px;padding:0 9px;font-size:11px}.start-chemistry-row>span,.start-chemistry-row>label,.start-configuration-row label,.start-hidden-row label{min-width:0}.start-chemistry-row>span{display:flex;flex-direction:column;gap:4px}.start-chemistry-row small,.start-configuration-row small,.start-hidden-row small{overflow:hidden;color:#34464f;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.start-chemistry-row b{overflow:hidden;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.battery-type-value{display:inline-flex;width:fit-content;min-width:42px;justify-content:center;border:1px solid transparent;border-radius:999px;padding:4px 8px;font-family:DM Mono,monospace;font-size:11px!important;font-weight:800!important}.start-chemistry-row input,.start-configuration-row input,.start-hidden-row input{height:32px;min-width:0;padding:4px 6px;color:var(--ink);font-size:10px}.start-configuration-row{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:5px;padding:8px}.start-hidden-row{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:6px;border-top:1px solid var(--line);padding:8px;background:#f7f9fa}.asr-preview{display:block;overflow:hidden;margin-top:4px;color:#0f6f63;font-size:9px;font-style:normal;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.start-expand-button{justify-self:end;padding:6px;font-size:10px}.defaults-matrix{overflow-x:auto}.defaults-row{display:grid;min-width:1240px;grid-template-columns:80px 118px repeat(6,minmax(160px,1fr));align-items:center;gap:6px;padding:6px 14px;border-bottom:1px solid #c9d2d6}.defaults-row strong{color:var(--teal);font-family:DM Mono,monospace}.defaults-row input{height:34px;font-size:10px}.type-color-control{display:flex;min-width:0;flex-direction:row;align-items:center;gap:6px}.type-color-control input[type=color]{width:38px;min-width:38px;padding:2px}.type-color-control code{overflow:hidden;color:var(--ink);font-family:DM Mono,monospace;font-size:9px;text-overflow:ellipsis}.defaults-head{min-height:40px;background:#eef2f3;color:#435660;font-size:9px;font-weight:700;text-transform:uppercase}.material-add{display:flex;align-items:flex-end;gap:10px;padding:16px 20px;border-bottom:1px solid var(--line)}.material-add label{width:185px}.material-add .grow{flex:1}.material-add .default-check{width:auto;flex-direction:row;align-items:center;padding-bottom:10px;font-size:10px}.memory-groups{display:grid;grid-template-columns:repeat(2,1fr)}.memory-groups article{min-height:110px;padding:16px 18px;border-right:1px solid #c9d2d6;border-bottom:1px solid #c9d2d6}.memory-groups article header{display:flex;justify-content:space-between;margin-bottom:11px;font-size:11px}.memory-groups article header span{color:#4c6069;font-family:DM Mono,monospace}.memory-groups article>div{display:flex;flex-wrap:wrap;gap:6px}.memory-chip{display:inline-flex;align-items:center;gap:5px;border:1px solid #d7dedb;border-radius:5px;padding:5px 7px;background:#fafbf9;font-size:9px}.memory-chip.default{border-color:#abd5d0;background:var(--teal-soft)}.memory-chip i{color:var(--teal);font-family:DM Mono,monospace;font-size:6px;font-style:normal}.memory-chip button{border:0;background:transparent;color:var(--coral);padding:0}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:28px;background:#06171d94;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:min(560px,calc(100vw - 60px));max-height:calc(100vh - 56px);overflow-y:auto;border:1px solid rgb(255 255 255 / 50%);border-radius:11px;background:#fff;box-shadow:0 28px 100px #00000045}.modal-card.modal-wide{width:min(1180px,calc(100vw - 60px))}.modal-card>header{position:sticky;z-index:3;top:0;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--line);background:#fff}.modal-card>header h2{margin:0;font-size:15px}.profile-summary{display:flex;align-items:center;gap:12px;margin:18px;padding:15px;border-radius:8px;background:var(--navy);color:#fff}.large-avatar{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#d9e4ea;color:var(--navy);font-weight:800}.profile-summary>div{display:flex;flex-direction:column}.profile-summary small,.profile-summary span{color:#ffffff94;font-size:9px}.profile-form{display:grid;grid-template-columns:1fr auto;align-items:flex-end;gap:10px;padding:0 18px 18px}.user-manager{border-top:1px solid var(--line);padding:18px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-heading h3{margin:0}.user-grid{display:grid;grid-template-columns:1fr 1.4fr .9fr 70px 1.2fr 34px;gap:5px;margin-bottom:5px}.user-grid input,.user-grid select{min-width:0;height:34px;padding:5px 7px;font-size:9px}.user-grid .code-input{text-align:center}.user-head{color:#435660;font-size:9px;font-weight:700;text-transform:uppercase}.cell-dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px 12px}.cell-dialog-heading h2{margin:0;font-family:DM Mono,monospace;font-size:25px;font-weight:500}.cell-dialog-heading small{color:var(--muted);font-size:9px}.top-actions-row{display:flex;gap:7px;padding:0 22px 18px;border-bottom:1px solid var(--line)}.action-inline{display:flex;align-items:flex-end;gap:8px;margin:14px 22px;border:1px solid var(--line);border-radius:7px;padding:13px;background:#f8faf8}.action-inline label{min-width:250px}.action-inline.reason label,.action-inline.stop .grow{flex:1}.action-inline.delete-confirmation{align-items:stretch;border-color:#d69e95;background:#fff5f3}.delete-confirmation-copy{display:flex;min-width:260px;flex:1;flex-direction:column;justify-content:center;gap:5px;color:#672b25}.delete-confirmation-copy span{font-size:12px}.delete-confirmation-copy code{width:fit-content;border:1px solid #d69e95;border-radius:4px;padding:3px 7px;background:#fff;color:#55211c;font-family:DM Mono,monospace;font-size:13px;font-weight:700}.delete-confirmation-actions{display:flex;align-items:flex-end;gap:7px}.delete-progress{display:grid;min-width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding-top:5px}.delete-progress>strong{grid-column:1 / -1;color:#55211c;font-size:12px}.delete-progress>span{display:grid;grid-template-columns:9px 1fr;align-items:center;gap:6px;border:1px solid #dfc5c0;border-radius:5px;padding:7px 8px;background:#fff;color:#6f625f;font-size:11px}.delete-progress>span i{width:7px;height:7px;border-radius:50%;background:#bdc5c8}.delete-progress>span b{grid-column:2;color:#3e4a4e;font-family:DM Mono,monospace;font-size:10px}.delete-progress>span.active{border-color:#d08c81;color:#55211c}.delete-progress>span.active i{background:var(--coral);box-shadow:0 0 0 3px #c5564629}.delete-progress>span.complete i{background:var(--teal)}.start-dialog-form{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 22px;border:1px solid var(--line);border-radius:7px;padding:15px;background:#f8faf8}.asr-auto-card{display:grid;grid-template-columns:auto auto 1fr;align-items:baseline;gap:10px;border:1px solid #9ecfc5;border-radius:6px;padding:10px 12px;background:#edf8f5;color:#164b45}.asr-auto-card small,.asr-auto-card span{color:#34665f}.cell-facts{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.cell-facts article{display:flex;min-height:88px;flex-direction:column;justify-content:center;padding:15px 20px;border-right:1px solid var(--line)}.cell-facts article:last-child{border-right:0}.cell-facts small{margin-bottom:6px;color:var(--muted);font-size:9px}.cell-facts strong{font-size:12px}.cell-dialog-heading+.cell-actions+.action-inline+.cell-facts{border-top:1px solid var(--line)}.modal-card>.notice{margin-right:22px;margin-left:22px}.timeline{padding:22px}.timeline article{position:relative;display:grid;grid-template-columns:18px 1fr;gap:10px;padding-bottom:17px}.timeline article:before{position:absolute;top:10px;bottom:-2px;left:5px;width:1px;background:var(--line);content:""}.timeline article:last-child:before{display:none}.timeline article>i{z-index:1;width:11px;height:11px;margin-top:3px;border:3px solid #c9ebe7;border-radius:50%;background:var(--teal)}.timeline article>div{display:flex;flex-direction:column}.timeline article strong{font-size:11px;text-transform:capitalize}.timeline article span{margin-top:2px;color:var(--muted);font-size:9px}.timeline article p{margin:5px 0 0;color:#526164;font-size:10px}.toast{position:fixed;z-index:200;right:24px;bottom:24px;max-width:480px;border-left:4px solid #47c1b7;border-radius:6px;padding:13px 17px;background:var(--navy);color:#fff;box-shadow:0 16px 42px #00000040;font-size:11px}.toast.error{border-left-color:var(--coral)}.loading-screen,.fatal-screen{display:grid;min-height:100vh;place-content:center;justify-items:center;color:var(--navy)}.loading-screen span{display:grid;width:58px;height:58px;place-items:center;border-radius:10px;background:var(--teal);color:#fff;font-family:DM Mono,monospace}.loading-screen p,.fatal-screen p{color:var(--muted);font-size:12px}.admin-diagnostics-layout{display:grid;gap:16px}.admin-metrics{grid-template-columns:repeat(5,1fr);margin-bottom:0}.admin-metric-card{display:flex;min-height:88px;flex-direction:column;justify-content:center;border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;background:var(--paper)}.admin-metric-card small{color:var(--muted);font-size:10px;font-weight:700}.admin-metric-card strong{margin-top:7px;font-family:DM Mono,monospace;font-size:28px;font-weight:500}.admin-diagnostics-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel-actions{display:flex;gap:7px}.diagnostic-list{display:grid;grid-template-columns:1fr 1fr;margin:0}.diagnostic-list>div{min-height:68px;padding:14px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.diagnostic-list>div:nth-child(2n){border-right:0}.diagnostic-list dt{margin-bottom:6px;color:var(--muted);font-size:10px;font-weight:700}.diagnostic-list dd{display:flex;align-items:center;gap:7px;margin:0;overflow-wrap:anywhere;font-family:DM Mono,monospace;font-size:11px}.diagnostic-list .diagnostic-user-agent{grid-column:1 / -1;border-right:0}.ok-dot,.error-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--running)}.error-dot{background:var(--coral)}.probe-result,.secure-log-notice{margin:14px 18px}.binding-grid{display:grid;grid-template-columns:repeat(3,1fr)}.binding-grid article{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.binding-grid article:nth-child(3n){border-right:0}.binding-grid article>span{display:flex;min-width:0;flex-direction:column}.binding-grid strong,.binding-grid small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.binding-grid strong{font-size:12px}.binding-grid small{margin-top:3px;color:var(--muted);font-size:9px}.binding-grid i,.audit-outcome{border-radius:20px;padding:4px 8px;font-size:9px;font-style:normal;font-weight:700;white-space:nowrap}.binding-grid i.linked,.audit-outcome.success{background:var(--running-soft);color:#0b6957}.binding-grid i.unlinked,.audit-outcome.denied{background:var(--amber-soft);color:#875600}.audit-outcome.failure{background:var(--coral-soft);color:#983726}.audit-outcome.info{background:var(--teal-soft);color:#0f6288}.audit-table{overflow-x:auto}.audit-row{display:grid;min-width:1120px;grid-template-columns:155px 105px 80px 135px minmax(240px,1fr) 130px 145px;border-bottom:1px solid var(--line)}.audit-row>span{display:flex;min-width:0;min-height:54px;flex-direction:column;justify-content:center;padding:8px 10px;border-right:1px solid var(--line);overflow-wrap:anywhere;font-size:10px}.audit-row>span:last-child{border-right:0}.audit-row code{color:var(--ink);font-family:DM Mono,monospace;font-size:9px}.audit-row small{margin-top:3px;color:var(--muted);font-size:8px}.audit-head{background:#edf1f3;color:#34464f;font-weight:800;text-transform:uppercase}.audit-head>span{min-height:38px}.admin-loading{padding:28px}.csv-import-panel{overflow:hidden}.csv-import-panel>.panel-heading p:last-child{max-width:680px;margin:6px 0 0;color:var(--muted);font-size:11px}.csv-file-picker{display:grid;min-height:92px;margin:18px;place-items:center;border:1px dashed #7f9ca8;border-radius:8px;background:#f4f8f9;cursor:pointer;text-align:center}.csv-file-picker:hover{border-color:var(--teal);background:var(--teal-soft)}.csv-file-picker input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.csv-file-picker span{align-self:end;color:var(--teal);font-size:13px;font-weight:800}.csv-file-picker strong{align-self:start;margin-top:4px;color:var(--muted);font-family:DM Mono,monospace;font-size:10px}.csv-import-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 18px 18px;border:1px solid var(--line);border-radius:7px;background:#fff}.csv-import-summary article{display:flex;min-height:62px;flex-direction:column;justify-content:center;padding:10px 16px;border-right:1px solid var(--line)}.csv-import-summary article:last-child{border-right:0}.csv-import-summary small{color:var(--muted);font-size:9px;font-weight:700}.csv-import-summary article>span{margin-top:3px;overflow:hidden;color:var(--ink);font-size:10px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.csv-import-summary article>em{margin-top:3px;color:var(--muted);font-size:8px;font-style:normal;font-weight:700}.csv-import-summary strong{margin-top:4px;font-family:DM Mono,monospace;font-size:18px}.csv-import-summary article.ready strong{color:var(--running)}.csv-import-summary article.error strong{color:var(--coral)}.xlsx-color-section,.csv-mapping-section,.csv-preview-section{margin:18px;border:1px solid var(--line);border-radius:8px;background:#fff}.xlsx-color-section>.section-heading,.csv-mapping-section>.section-heading,.csv-preview-section>.section-heading{padding:16px 18px;border-bottom:1px solid var(--line)}.xlsx-color-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.xlsx-color-item{display:grid;min-width:0;grid-template-columns:minmax(120px,1fr) minmax(130px,.9fr);align-items:center;gap:10px;padding:12px 14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.xlsx-color-filter{display:grid;min-width:0;min-height:42px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;border:1px solid transparent;border-radius:6px;background:transparent;text-align:left}.xlsx-color-filter:hover,.xlsx-color-filter.active{border-color:var(--teal);background:var(--teal-soft)}.xlsx-color-filter>i,.xlsx-row-status>i{width:24px;height:24px;flex:0 0 auto;border:1px solid #607783;border-radius:4px;box-shadow:inset 0 0 0 2px #ffffffb8}.xlsx-color-filter>i.no-fill,.xlsx-row-status>i.no-fill{background-color:#fff;background-image:linear-gradient(45deg,#d7e0e4 25%,transparent 25%),linear-gradient(-45deg,#d7e0e4 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d7e0e4 75%),linear-gradient(-45deg,transparent 75%,#d7e0e4 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px}.xlsx-color-filter>span{display:flex;min-width:0;flex-direction:column;color:var(--ink);font-family:DM Mono,monospace;font-size:10px}.xlsx-color-filter small{margin-top:2px;color:var(--muted);font-family:inherit;font-size:9px}.xlsx-color-list select{width:100%;min-width:0}.xlsx-active-color-filter{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--line);background:var(--teal-soft)}.xlsx-active-color-filter>span{color:var(--ink);font-size:11px;font-weight:800}.xlsx-active-color-filter>small{overflow:hidden;color:var(--muted);font-family:DM Mono,monospace;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.xlsx-active-color-filter>button{min-height:30px;padding-inline:10px;font-size:10px}@media(max-width:760px){.xlsx-active-color-filter{grid-template-columns:1fr}.xlsx-active-color-filter>button{justify-self:start}}.csv-mapping-grid{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(220px,1fr)}.csv-mapping-head{padding:8px 12px;background:#edf1f3;color:#34464f;font-size:9px;font-weight:800;text-transform:uppercase}.csv-mapping-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.csv-mapping-row{display:grid;min-width:0;min-height:54px;grid-template-columns:minmax(170px,.8fr) minmax(190px,1fr);align-items:center;gap:10px;padding:7px 12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.csv-mapping-row:nth-child(2n){border-right:0}.csv-mapping-row>span{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px;color:var(--ink);font-size:10px;font-weight:700}.csv-mapping-row b{border-radius:12px;padding:2px 6px;background:var(--amber-soft);color:#774c00;font-size:8px;white-space:nowrap}.csv-mapping-row select{width:100%;min-width:0}.csv-preview-table{overflow-x:auto}.csv-preview-row{display:grid;min-width:1260px;grid-template-columns:48px minmax(180px,1.25fr) minmax(120px,.8fr) 120px minmax(150px,1fr) 70px 80px minmax(260px,1.7fr);border-bottom:1px solid var(--line)}.csv-preview-row>*{display:flex;min-width:0;min-height:48px;align-items:center;padding:7px 9px;border-right:1px solid var(--line);overflow-wrap:anywhere;font-size:10px}.csv-preview-row>*:last-child{border-right:0}.csv-preview-row code{color:var(--ink);font-family:DM Mono,monospace;font-size:9px}.csv-preview-row>span:last-child{flex-wrap:wrap;align-content:center;gap:4px}.csv-preview-row>.xlsx-row-status{gap:7px}.xlsx-row-status>span{display:flex;min-width:0;flex-direction:column;gap:2px}.xlsx-row-status>span>small{color:var(--teal);font-size:8px;font-weight:800}.csv-preview-row>.xlsx-row-status>i{width:16px;height:16px;padding:0;border:1px solid #607783;border-radius:3px;box-shadow:inset 0 0 0 1px #ffffffb8}.csv-preview-row i{border-radius:12px;padding:3px 6px;background:var(--running-soft);color:#0b6957;font-size:8px;font-style:normal;font-weight:700}.csv-preview-row i.error{background:var(--coral-soft);color:#983726}.csv-preview-row i.warning{background:var(--amber-soft);color:#774c00}.csv-row-edit-button{min-height:26px;margin-top:6px;border:1px solid #aebac0;border-radius:5px;background:#fff;color:var(--teal);font-size:10px;font-weight:800}.csv-row-edit-button:hover{border-color:var(--teal);background:var(--teal-soft)}.csv-preview-row.invalid{background:#fff8f6}.csv-preview-head{background:#edf1f3;color:#34464f;font-weight:800;text-transform:uppercase}.csv-preview-head>*{min-height:36px;font-size:8px}.csv-preview-section>.muted{margin:10px 14px 14px}.csv-import-actions{position:sticky;z-index:4;bottom:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:18px;padding:14px 18px;border-top:1px solid var(--line);background:#fffffff0;box-shadow:0 -8px 22px #0f232c14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.csv-import-actions>span{margin-right:auto;color:var(--muted);font-size:10px}.xlsx-row-editor{padding:18px 22px 22px}.xlsx-row-editor>p{margin:0 0 14px;color:var(--muted);font-size:12px}.xlsx-row-editor-problems{display:grid;gap:6px;margin-bottom:14px;padding:10px 12px;border:1px solid #d8a59d;border-radius:7px;background:#fff7f5}.xlsx-row-editor-problems span{display:flex;gap:7px;color:var(--ink);font-size:11px;line-height:1.45}.xlsx-row-editor-problems b{flex:0 0 auto}.xlsx-row-editor-problems .error b{color:#9b2f25;font-weight:700}.xlsx-row-editor-problems .warning b{color:#7d5300;font-weight:700}.xlsx-row-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-height:min(62vh,640px);overflow-y:auto;padding:2px 4px 14px 2px}.xlsx-row-editor-grid label{min-width:0}.xlsx-row-editor-grid label>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.xlsx-row-editor-grid label>span em{color:#9b2f25;font-size:9px;font-style:normal;font-weight:700;white-space:nowrap}.xlsx-row-code-field{grid-column:1 / -1}.xlsx-row-code-field input{font-family:DM Mono,monospace;font-size:13px;font-weight:700}.xlsx-row-problem-field input,.xlsx-row-problem-field textarea,.xlsx-row-problem-field select{border-color:#b85a4c;background:#fffaf8}.xlsx-row-editor-expand{width:100%;margin-top:12px;border-style:dashed}.xlsx-row-editor-grid-secondary{margin-top:12px;padding-top:14px;border-top:1px solid var(--line)}.xlsx-row-status-editor{grid-column:1 / -1;padding:10px;border:1px solid var(--teal);border-radius:7px;background:var(--teal-soft)}.xlsx-row-status-editor>small{color:var(--muted);font-size:10px}.xlsx-row-editor-grid input,.xlsx-row-editor-grid textarea{width:100%}@media(max-width:900px){.xlsx-row-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1280px){.workspace{padding-right:20px;padding-left:20px}.dashboard-layout{grid-template-columns:minmax(760px,1fr) 290px}.batch-order-line{gap:2px}.topbar nav{gap:1px}.topbar nav button{padding-right:9px;padding-left:9px;font-size:11px}.csv-mapping-list{grid-template-columns:1fr}.csv-mapping-row{border-right:0}}@media(max-width:900px){.login-shell{grid-template-columns:1fr}.login-form-panel{min-height:100vh}.login-visual{display:none}}
