:root{--bg:#f4f1ea;--panel:#fffdf8;--panel-strong:#f8efe1;--text:#20201d;--muted:#6c675d;--line:#d7cdbc;--accent:#16756f;--accent-strong:#0e5d59;--accent-soft:#dff0ec;--warning:#b45f21;--piece:#3aa99e;--piece-rotated:#e69a48;--danger:#a33a2a}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}.app-shell{min-height:100vh;padding:24px}.topbar{justify-content:space-between;gap:16px;margin:0 auto 18px;max-width:1240px}.topbar,.topbar-actions{align-items:center;display:flex}.topbar-actions{gap:10px}.eyebrow{color:var(--accent);font-size:13px;font-weight:700;margin:0 0 4px;text-transform:uppercase}h1,h2{margin:0;line-height:1.15}h1{font-size:30px}h2{font-size:17px}.product-note,.status-pill{align-items:center;display:inline-flex;gap:8px}.status-pill{background:var(--accent-soft);border:1px solid #b8ddd5;border-radius:999px;color:var(--accent-strong);font-size:13px;font-weight:700;padding:8px 12px;white-space:nowrap}.workspace{display:grid;grid-gap:18px;gap:18px;grid-template-columns:minmax(320px,420px) minmax(0,1fr);margin:0 auto;max-width:1240px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 12px 30px rgba(42,36,25,.07);padding:18px}.controls-panel{align-self:start}.panel-title{align-items:center;display:flex;gap:8px;margin-bottom:16px}.field{display:grid;grid-gap:7px;gap:7px;margin-bottom:13px}.field span,.switch-row{color:var(--muted);font-size:13px;font-weight:700}input[type=number],input[type=text],select,textarea{background:#fff;border:1px solid var(--line);border-radius:7px;color:var(--text);min-height:42px;padding:9px 10px;width:100%}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--accent) 50%),linear-gradient(135deg,var(--accent) 50%,transparent 50%),linear-gradient(to right,#efe5d5,#efe5d5);background-position:calc(100% - 18px) 18px,calc(100% - 12px) 18px,calc(100% - 38px) 8px;background-repeat:no-repeat;background-size:6px 6px,6px 6px,1px 26px;cursor:pointer;padding-right:48px}input[type=number]:hover,input[type=text]:hover,select:hover{border-color:#b7a98f}input[type=number]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:var(--accent);outline:3px solid rgba(22,117,111,.15)}textarea{line-height:1.45;min-height:98px;resize:vertical}textarea::placeholder{color:#8c8578}input:disabled,select:disabled{background:#eee9df;color:#8c8578;cursor:not-allowed}select:disabled{background-image:linear-gradient(45deg,transparent 50%,#8c8578 0),linear-gradient(135deg,#8c8578 50%,transparent 0),linear-gradient(90deg,#ddd3c3,#ddd3c3)}.segmented{background:var(--panel-strong);border:1px solid var(--line);border-radius:8px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:13px;padding:3px}.segmented button{background:transparent;border:0;border-radius:6px;color:var(--muted);cursor:pointer;font-weight:700;min-height:36px}.segmented button.active{background:#fff;color:var(--accent-strong);box-shadow:0 1px 4px rgba(42,36,25,.12)}.mode-switch{margin-bottom:16px}.switch-row{align-items:center;display:flex;gap:9px;margin:8px 0 13px}.switch-row input{accent-color:var(--accent);height:17px;width:17px}.input-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:1fr 1fr}.button-row{display:flex;gap:9px;margin-top:6px}.danger-button,.icon-button,.primary-button,.secondary-button{align-items:center;border:0;border-radius:7px;cursor:pointer;display:inline-flex;font-weight:800;gap:8px;justify-content:center;min-height:43px}.primary-button{background:var(--accent);color:#fff;flex:1 1;padding:0 16px}.primary-button:hover{background:var(--accent-strong)}.primary-button:disabled{background:#879b96;cursor:wait}.secondary-button{background:var(--panel-strong);border:1px solid var(--line);color:var(--text);padding:0 14px}.secondary-button:hover{background:#f1e5d3}.secondary-button:disabled{color:#91897b;cursor:not-allowed;opacity:.65}.danger-button{background:var(--danger);color:#fff;padding:0 16px}.danger-button:hover{background:#842f23}.compact-button{font-size:13px;min-height:34px}.icon-button{background:var(--panel-strong);border:1px solid var(--line);color:var(--text);width:43px}.danger-icon{color:var(--danger)}.kerf-note,.product-note{background:var(--panel-strong);border:1px solid var(--line);border-radius:7px;color:var(--muted);font-size:13px;line-height:1.45;margin-top:14px;padding:10px}.kerf-note{display:block;margin:0 0 14px}.alert{background:#fff3ef;border:1px solid #efc2b7;border-radius:8px;color:var(--danger)}.alert,.notice{margin:0 auto 16px;max-width:1240px;padding:12px 14px}.notice{background:#eef8f4;border:1px solid #b9ded2;border-radius:8px;color:var(--accent-strong)}.modal-backdrop{align-items:center;background:rgba(32,32,29,.34);display:flex;inset:0;justify-content:center;padding:18px;position:fixed;z-index:30}.confirm-modal{background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:0 24px 70px rgba(32,32,29,.28);display:grid;grid-gap:14px;gap:14px;grid-template-columns:44px minmax(0,1fr);max-width:470px;padding:18px;width:min(100%,470px)}.confirm-modal-icon{align-items:center;background:#fff3ef;border:1px solid #efc2b7;border-radius:8px;color:var(--danger);display:flex;height:44px;justify-content:center;width:44px}.confirm-modal-body h2{font-size:18px;margin:0 0 8px}.confirm-modal-body p{color:var(--muted);font-size:14px;font-weight:500;line-height:1.45;margin:0}.confirm-actions{display:flex;gap:9px;grid-column:2;justify-content:flex-end}.split-title{justify-content:space-between}.split-title>div{align-items:center;display:flex;gap:8px}.metric-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px}.metric{background:var(--panel-strong);border:1px solid var(--line);border-radius:7px;padding:12px}.metric span{color:var(--muted);display:block;font-size:12px;font-weight:700;margin-bottom:6px}.metric strong{display:block;font-size:22px}.sheet-title{color:var(--muted);font-size:13px;font-weight:800;margin:0 0 8px}.drawing-shell{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;padding:12px}.cut-svg{display:block;height:auto;max-height:520px;width:100%}.sheet-rect{fill:#fffaf0;stroke:#5d574c;stroke-width:3}.section-outline,.sheet-rect{vector-effect:non-scaling-stroke}.section-outline{fill:transparent;stroke:rgba(32,32,29,.35);stroke-dasharray:8 6;stroke-width:2}.piece{fill:var(--piece);stroke:#ffffff;stroke-width:1.4;vector-effect:non-scaling-stroke}.piece-rotated{fill:var(--piece-rotated)}.piece-label{fill:#18312f;font-size:14px;font-weight:700;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.batch-list{display:grid;grid-gap:12px;gap:12px}.quick-entry{background:var(--panel-strong);border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:10px;gap:10px;margin-bottom:14px;padding:12px}.quick-entry .field{margin-bottom:0}.quick-actions{display:grid;grid-gap:8px;gap:8px;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr) 43px}.quick-actions .primary-button,.quick-actions .secondary-button{padding-left:10px;padding-right:10px}.quick-help{color:var(--muted);font-size:12px;font-weight:500;line-height:1.4}.batch-row{background:#fff;border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:10px;gap:10px;padding:12px}.batch-row .field{margin-bottom:0}.batch-row-header{align-items:center;display:grid;grid-gap:10px;gap:10px;grid-template-columns:36px minmax(0,1fr) 43px}.row-label{align-items:center;background:var(--accent);border-radius:7px;color:#fff;display:flex;font-weight:900;height:36px;justify-content:center}.batch-row-title{min-width:0}.batch-row-title span,.batch-row-title strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-row-title strong{font-size:14px;font-weight:700}.batch-row-title span{color:var(--muted);font-size:12px;font-weight:500;margin-top:2px}.product-field select{font-weight:500}.batch-row-footer{align-items:end;display:grid;grid-gap:10px;gap:10px;grid-template-columns:96px minmax(0,1fr)}.qty-field input{padding-left:8px;padding-right:8px}.batch-meta{align-items:center;background:var(--panel-strong);border:1px solid var(--line);border-radius:7px;color:var(--muted);display:flex;font-size:12px;font-weight:500;line-height:1.35;min-height:42px;padding:8px 10px}.legend-grid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0 0 14px}.legend-item{align-items:center;background:var(--panel-strong);border:1px solid var(--line);border-radius:7px;display:flex;gap:10px;padding:10px}.legend-item strong{align-items:center;background:var(--accent);border-radius:6px;color:#fff;display:inline-flex;flex:0 0 30px;height:30px;justify-content:center}.legend-item span{color:var(--muted);font-size:13px;font-weight:500}.sheet-list{display:grid;grid-gap:14px;gap:14px}.suggestion-panel{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.suggestion-list{display:grid;grid-gap:10px;gap:10px}.suggestion-card{background:#eef8f4;border:1px solid #b9ded2;border-radius:8px;padding:12px}.suggestion-card div{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:6px}.suggestion-card strong{color:var(--accent-strong)}.suggestion-card p,.suggestion-card span{color:var(--muted);font-size:13px;font-weight:700}.suggestion-card p{line-height:1.45;margin:0}.suggestion-card .compact-button{margin-top:10px}.table-wrap{overflow-x:auto}.table-action-cell{text-align:right;width:52px}.table-action-cell .icon-button{min-height:36px;width:36px}table{border-collapse:collapse;margin-top:14px;min-width:620px;width:100%}td,th{border-bottom:1px solid var(--line);padding:10px 9px;text-align:left}th{color:var(--muted);font-size:12px;text-transform:uppercase}td{font-size:14px}.empty-state{align-items:center;background:var(--panel-strong);border:1px dashed var(--line);border-radius:8px;color:var(--muted);display:flex;justify-content:center;min-height:180px;padding:16px;text-align:center}.empty-state.large{min-height:420px}.empty-state.compact{min-height:80px}.catalog-panel,.history-panel{margin:18px auto 0;max-width:1240px}.catalog-form{background:var(--panel-strong);border:1px solid var(--line);border-radius:8px;margin-bottom:16px;padding:12px}.catalog-form-grid{align-items:end;display:grid;grid-gap:10px;gap:10px;grid-template-columns:92px 110px minmax(150px,1fr) 110px 110px 110px 120px minmax(140px,.8fr)}.catalog-form .field{margin-bottom:0}.catalog-add-button{min-width:0}@media (max-width:940px){.app-shell{padding:16px}.topbar,.workspace{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.topbar-actions{width:100%}.catalog-form-grid,.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-add-button{grid-column:1/-1}}@media (max-width:560px){h1{font-size:24px}.batch-row-footer,.input-grid,.metric-grid{grid-template-columns:1fr}.quick-actions{grid-template-columns:minmax(0,1fr) 43px}.quick-actions .primary-button{grid-column:1/-1}.quick-actions .icon-button{grid-column:2;grid-row:1}.panel{padding:14px}.confirm-modal{grid-template-columns:1fr}.confirm-actions{grid-column:auto}.confirm-actions .danger-button,.confirm-actions .secondary-button{flex:1 1}.split-title{align-items:flex-start;flex-direction:column}.catalog-form-grid{grid-template-columns:1fr}.catalog-add-button{grid-column:auto}}@media print{body{background:#fff}.catalog-panel,.print-hide,.topbar{display:none!important}.app-shell{padding:0}.workspace{display:block;max-width:none}.panel{border:0;box-shadow:none}.cut-svg{max-height:none}.drawing-shell{break-inside:avoid;page-break-inside:avoid}}