:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#121418;--surface:#1c1f25;--surface-2:#262a32;--border:#343944;--text:#f2f3f5;--text-2:#a9aeb8;--text-3:#767c88;--accent:#3987e5;--accent-ink:#fff;--good:#1f9d55;--warn:#c98500;--bad:#e25555;--max:#3987e5;--radius:14px;--tap:48px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.4}@media (prefers-color-scheme:light){:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f5f7;--surface:#fff;--surface-2:#eceef2;--border:#d8dbe1;--text:#15171b;--text-2:#50555f;--text-3:#80858f;--accent:#2a78d6;--good:#16833f;--warn:#a86f00;--bad:#c33;--max:#2a78d6}}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;margin:0}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3{margin:0;line-height:1.2}h1{font-size:1.4rem}h2{font-size:1.1rem}.app{flex-direction:column;min-height:100dvh;display:flex}.main{width:100%;max-width:720px;padding:16px 16px calc(88px + env(safe-area-inset-bottom));flex:1;margin:0 auto}.nav{background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);z-index:10;justify-content:center;display:flex;position:fixed;inset:auto 0 0}.nav button{max-width:140px;min-height:60px;color:var(--text-3);cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-size:.75rem;display:flex}.nav button svg{width:24px;height:24px}.nav button[aria-current=page]{color:var(--accent)}.page-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.stack{flex-direction:column;gap:12px;display:flex}.row{align-items:center;gap:8px;display:flex}.row.wrap{flex-wrap:wrap}.grow{flex:1;min-width:0}.muted{color:var(--text-2)}.small{font-size:.85rem}.section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);margin:20px 0 8px;font-size:.8rem}.btn{min-height:var(--tap);border:1px solid var(--border);background:var(--surface-2);cursor:pointer;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:0 16px;font-weight:600;display:inline-flex}.btn:disabled{opacity:.4;cursor:default}.btn.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.btn.danger{color:var(--bad)}.btn.ghost{background:0 0;border-color:#0000}.btn.icon{width:var(--tap);padding:0}.btn.block{width:100%}.btn svg{width:20px;height:20px}.field{flex-direction:column;gap:4px;display:flex}.field>span{color:var(--text-2);font-size:.8rem}.input{min-height:var(--tap);border:1px solid var(--border);background:var(--bg);border-radius:10px;width:100%;padding:0 12px}textarea.input{resize:vertical;min-height:80px;padding:10px 12px}.input:focus,.btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.segmented{border:1px solid var(--border);border-radius:10px;display:flex;overflow:hidden}.segmented button{min-height:var(--tap);background:var(--bg);cursor:pointer;border:0;flex:1;font-weight:600}.segmented button[aria-pressed=true]{background:var(--accent);color:var(--accent-ink)}.stepper{align-items:center;gap:4px;display:flex}.stepper .input{text-align:center;flex:1;min-width:0;padding:0 4px}.stepper .btn.icon{flex:none;width:40px}.grid-2{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.list{flex-direction:column;gap:8px;display:flex}.machine-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:10px;padding:8px 8px 8px 12px;display:flex}.machine-row.inactive{opacity:.55}.machine-row .main-tap{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:12px;min-width:0;padding:4px 0;display:flex}.code-badge{background:var(--surface-2);letter-spacing:.02em;border-radius:10px;justify-content:center;align-items:center;min-width:56px;height:44px;padding:0 8px;font-size:1.05rem;font-weight:800;display:inline-flex}.chips{flex-wrap:wrap;gap:4px;margin-top:2px;display:flex}.chip{background:var(--surface-2);color:var(--text-2);white-space:nowrap;border-radius:999px;padding:1px 7px;font-size:.75rem}.chip.warn{color:var(--warn)}.weight{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:1.1rem;font-weight:700}.empty{text-align:center;color:var(--text-2);padding:32px 16px}.notice{background:var(--surface-2);border-radius:12px;padding:12px 14px;font-size:.9rem}.notice.error{color:var(--bad)}.notice.ok{color:var(--good)}.fatal{color:var(--bad);padding:24px}.sheet-backdrop{z-index:20;background:#0000008c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--surface);width:100%;max-width:720px;max-height:92dvh;padding:16px 16px calc(16px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;overflow-y:auto}@media (width>=760px){.sheet-backdrop{align-items:center}.sheet{border-radius:20px}}.sheet-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.sheet-foot{gap:8px;margin-top:20px;display:flex}.sheet-foot .btn{flex:1}button.machine-row{text-align:left;cursor:pointer;width:100%}code{background:var(--surface-2);border-radius:4px;padding:1px 4px;font-size:.85em}.meta{gap:4px}.meta svg{width:14px;height:14px}.drag-handle{width:32px;height:44px;color:var(--text-3);cursor:grab;touch-action:none;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;margin-left:-6px;display:flex}.drag-handle svg{width:20px;height:20px}.drag-handle:focus-visible{outline:2px solid var(--accent)}.machine-row.dragging{z-index:5;cursor:grabbing;border-color:var(--accent);position:relative;box-shadow:0 8px 24px #00000059}.zone-under{--zone:var(--warn)}.zone-ok{--zone:var(--good)}.zone-max{--zone:var(--max)}.btn.giant{border-radius:16px;min-height:72px;font-size:1.25rem}.strip{scrollbar-width:none;gap:6px;padding:2px 0 6px;display:flex;overflow-x:auto}.strip-item{border:1px solid var(--border);background:var(--surface);cursor:pointer;min-width:48px;height:40px;color:var(--text-2);border-radius:10px;flex:none;padding:0 10px;font-weight:700}.strip-item.status-partial,.strip-item.status-complete{border-color:var(--accent)}.strip-item.status-decided{background:var(--surface-2);color:var(--text-3);text-decoration:line-through}.strip-item[aria-selected=true]{background:var(--accent);border-color:var(--accent);color:var(--accent-ink);text-decoration:none}.step{flex-direction:column;gap:14px;display:flex}.step-head{align-items:center;gap:14px;display:flex}.code-badge.big{min-width:88px;height:64px;font-size:1.7rem}.step-name{font-weight:600}.settings-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px;display:grid}.setting{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:8px 10px;display:flex}.setting .k{color:var(--text-2);font-size:.75rem}.setting .v{font-size:1.5rem;font-weight:800;line-height:1.1}.setting.warn .v{color:var(--warn)}.weight-block{flex-direction:column;gap:4px;display:flex}.weight-block .stepper .input{min-height:60px;font-size:1.6rem;font-weight:800}.weight-block .stepper .btn.icon{width:60px;min-height:60px}.timer-face{background:var(--surface);cursor:pointer;-webkit-user-select:none;user-select:none;border:0;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;min-height:46dvh;padding:24px;display:flex}.timer-face .num{font-variant-numeric:tabular-nums;font-size:clamp(6rem,32vw,11rem);font-weight:800;line-height:1}.timer-face .label{color:var(--text-2);font-weight:600}.timer-face.countdown .num{color:var(--warn)}.timer-face.running{background:color-mix(in srgb, var(--zone) 18%, var(--surface));outline:3px solid var(--zone);outline-offset:-3px}.timer-face.running .num{color:var(--zone)}.timer-bar{background:var(--surface-2);border-radius:999px;width:100%;height:10px;margin-top:16px;position:relative;overflow:hidden}.timer-bar .fill{background:var(--zone);border-radius:999px;position:absolute;inset:0 auto 0 0}.timer-bar .mark{background:var(--text);opacity:.6;width:2px;position:absolute;top:0;bottom:0}.run-list{flex-direction:column;gap:6px;display:flex}.run{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;padding:8px 12px;display:flex}.run .weight{flex:1}.zone-pill{font-variant-numeric:tabular-nums;color:var(--zone);background:color-mix(in srgb, var(--zone) 16%, transparent);white-space:nowrap;border-radius:999px;padding:2px 10px;font-weight:700}.result-picker{background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;align-items:stretch;gap:12px;padding:16px;display:flex}.result-value{text-align:center;color:var(--zone)}.result-value .num{font-variant-numeric:tabular-nums;font-size:5rem;font-weight:800;line-height:1}.result-value .unit{margin-left:4px;font-size:1.4rem;font-weight:700}.zone-label{text-align:center;color:var(--zone);margin-top:-8px;font-weight:700}.quick-picks{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.btn.quick{border-color:color-mix(in srgb, var(--zone) 50%, var(--border));min-height:64px;font-size:1.5rem;font-weight:800}.btn.quick[aria-pressed=true]{background:var(--zone);border-color:var(--zone);color:#fff}.slider-row{align-items:center;gap:8px;display:flex}.zone-slider{appearance:none;cursor:pointer;background:0 0;flex:1;min-width:0;height:48px;margin:0}.zone-slider::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--warn) 0 var(--p-min), var(--good) var(--p-min) var(--p-max), var(--max) var(--p-max) 100%);border-radius:999px;height:14px}.zone-slider::-moz-range-track{background:linear-gradient(to right, var(--warn) 0 var(--p-min), var(--good) var(--p-min) var(--p-max), var(--max) var(--p-max) 100%);border-radius:999px;height:14px}.zone-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--text);border:3px solid var(--surface);border-radius:50%;width:32px;height:32px;margin-top:-9px;box-shadow:0 1px 4px #0006}.zone-slider::-moz-range-thumb{background:var(--text);border:3px solid var(--surface);border-radius:50%;width:26px;height:26px}.verdict{background:var(--surface);border:2px solid var(--border);border-radius:16px;padding:14px 16px}.verdict-increase{border-color:var(--max)}.verdict-decrease{border-color:var(--warn)}.verdict-main{font-size:1.6rem;font-weight:800}.summary{flex-direction:column;gap:6px;display:flex}.summary-row{align-items:center;gap:10px;display:flex}.summary-row .code-badge{min-width:52px;height:36px;font-size:.95rem}.summary-run{font-variant-numeric:tabular-nums;margin-right:10px;display:inline-block}.timer-face.running.zone-under{--zone:var(--text-2)}.verdict-edit{align-items:center;gap:12px;margin-top:8px;display:flex}.verdict-edit .stepper .input{min-height:56px;font-size:1.6rem;font-weight:800}.verdict-edit .stepper .btn.icon{width:52px;min-height:56px}.session-card{padding:0}.session-head{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;width:100%;min-height:56px;padding:12px 16px;display:flex}.session-card>.stack{padding:0 16px 16px}.edit-sets{flex-direction:column;gap:6px;display:flex}.edit-set{grid-template-columns:56px 32px minmax(0,1fr) minmax(0,1fr) 44px;align-items:center;gap:6px;display:grid}.edit-set.head{color:var(--text-2);font-size:.75rem}.edit-set .code-badge{min-width:0;height:36px;font-size:.9rem}.edit-set .input{text-align:center;padding:0 4px}.card-view{flex-direction:column;gap:12px;display:flex}.table-scroll{border:1px solid var(--border);background:var(--surface);border-radius:12px;overflow-x:auto}.card-table{border-collapse:collapse;font-variant-numeric:tabular-nums;min-width:100%;font-size:.85rem}.card-table th,.card-table td{border:1px solid var(--border);text-align:center;vertical-align:top;white-space:nowrap;padding:4px 6px}.card-table thead tr:first-child th{background:var(--surface-2);font-weight:800}.card-table th.removed{color:var(--text-3);text-decoration:line-through}.card-table .setting-row th,.card-table .setting-row td{color:var(--text-2);font-size:.8rem}.card-table .sticky{z-index:1;background:var(--surface-2);text-align:left;font-weight:600;position:sticky;left:0}.card-table tbody tr:first-child th,.card-table tbody tr:first-child td{border-top:2px solid var(--text-3)}.unit-tag{color:var(--text-2);margin-left:2px;font-size:.7em}.cell-run{justify-content:center;gap:6px;display:flex}.cell-run span{color:var(--text-2)}.next-row th{font-style:italic}.cell-run .blank{min-width:2.2em;display:inline-block}.print-head{flex-direction:column;gap:2px;display:flex}@media print{@page{size:A4 landscape;margin:10mm}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--surface:#fff;--surface-2:#f0f0f0;--border:#999;--text:#000;--text-2:#333;--text-3:#666;--max:#1c5cab;--warn:#8a5a00}.no-print{display:none!important}.main{max-width:none;padding:0}.table-scroll{border:0;overflow:visible}.card-table{font-size:8.5pt}.card-table .sticky{position:static}}.tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:12px;display:flex}.tile-value{font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:800;line-height:1.1}.tile-label{color:var(--text-2);font-size:.75rem}.chart-card{flex-direction:column;gap:10px;display:flex}.chart-title{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.zone-legend{color:var(--text-2);flex-wrap:wrap;gap:14px;font-size:.8rem;display:flex}.zone-legend span{align-items:center;gap:6px;display:inline-flex}.zone-legend i{border-radius:50%;width:10px;height:10px}
