:root{--bg:#eef4ff;--surface:#fff;--surface-soft:#f8fbff;--line:#d9e7ff;--line-strong:#b7cfff;--text:#11213f;--muted:#5d6b85;--accent:#2563eb;--accent-strong:#1948b8;--danger:#c2410c;--danger-bg:#fff4ec;--ok:#166534;--ok-bg:#ecfdf3;--warn:#8a5b00;--warn-bg:#fff8e6;--shadow:0 22px 60px #11213f1f}*{box-sizing:border-box}.loader{--color-1:#000;--size:1px;width:calc(48 * var(--size));height:calc(48 * var(--size));border:calc(5 * var(--size)) solid var(--color-1);box-sizing:border-box;border-bottom-color:#0000;border-radius:50%;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body{min-height:100%}body{color:var(--text);background:linear-gradient(135deg,#eef4ff 0%,#f8fbff 100%);margin:0;font-family:sans-serif,Segoe UI,Roboto}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.page{min-height:100vh;padding:20px}.shell{max-width:1440px;margin:0 auto}.topbar{border:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow);background:#ffffffd1;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:20px 24px;display:flex}.title-block h1{margin:0;font-size:26px;font-weight:700;line-height:1.2}.title-block p{color:var(--muted);margin:6px 0 0;font-size:13px}.status-pill{border:1px solid var(--line);color:var(--accent-strong);white-space:nowrap;background:linear-gradient(135deg,#f8fbff 0%,#eef4ff 100%);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700}.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;overflow:hidden}.panel-header{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#fbfdff 0%,#f7fbff 100%);justify-content:space-between;align-items:center;gap:12px;min-height:60px;padding:16px 20px;display:flex}.panel-header h2{margin:0;font-size:18px}.panel-subtitle{color:var(--muted);margin:4px 0 0;font-size:12px}.table-wrap{padding:16px 20px 8px;overflow-x:auto}.lines-table{border-collapse:separate;border-spacing:0 10px;border-radius:20px;width:100%}.lines-table th{text-align:left;color:var(--muted);text-transform:uppercase;padding:0 8px 10px;font-size:12px;font-weight:700}.lines-table td{background:var(--surface-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:top;padding:10px}.lines-table tr td:first-child{border-left:1px solid var(--line);border-top-left-radius:12px;border-bottom-left-radius:12px}.lines-table tr td:last-child{border-right:1px solid var(--line);border-top-right-radius:12px;border-bottom-right-radius:12px}.input,.select,.textarea{border:1px solid var(--line-strong);width:100%;color:var(--text);background:#fff;border-radius:12px;outline:none;transition:border-color .16s,box-shadow .16s}.input,.select{min-height:42px;padding:0 12px}.textarea,.spec-input{resize:vertical;padding:10px 12px}.input:focus,.select:focus,.textarea:focus,.spec-input:focus,.number-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb24}.code-input,.number-input,.spec-input{border:1px solid var(--line-strong);width:100%;color:var(--text);background:#fff;outline:none;padding:8px 10px}.code-input,.number-input{min-height:20px}.readonly-text,.code-cell{min-height:42px;color:var(--text);padding:10px 0;font-weight:600}.line-actions{align-items:center;gap:8px;display:flex}.button-row{flex-wrap:wrap;gap:8px;display:flex}.button{border:1px solid var(--line-strong);background:var(--surface);min-height:40px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-weight:700;transition:transform .16s,box-shadow .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button.primary{border-color:var(--accent);background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff}.button.ghost{background:var(--surface-soft)}.button.danger{background:var(--danger-bg);color:var(--danger);border-color:#f4c6a8}.icon-button{border:1px solid var(--line-strong);background:var(--surface);width:40px;min-width:40px;height:40px;color:var(--text);border-radius:12px;justify-content:center;align-items:center;padding:0;font-size:14px;display:inline-flex}.icon-button.primary{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border-color:#0000}.icon-button.danger{background:var(--danger-bg);color:var(--danger);border-color:#0000}.icon-img{width:18px;height:18px;display:block}.icon-button__label{letter-spacing:.01em;font-size:12px;font-weight:700}.footer-actions{justify-content:space-between;align-items:center;gap:12px;padding:16px 20px 20px;display:flex}.summary{color:var(--muted);font-size:13px;font-weight:600}.message{border:1px solid var(--line);border-radius:14px;padding:12px 14px;font-size:13px}.message.error{background:var(--danger-bg);color:var(--danger);border-color:#ffb4ab}.message.success{background:var(--ok-bg);color:var(--ok);border-color:#abd7b8}.message.warn{background:var(--warn-bg);color:var(--warn);border-color:#edd27b}.message.info{border-color:var(--line);background:var(--surface-soft);color:var(--muted)}.result-table{border-collapse:collapse;width:100%}.result-table th,.result-table td{border-bottom:1px solid var(--line);text-align:left;padding:12px 10px}.result-table th{color:var(--muted);text-transform:uppercase;background:var(--surface-soft);font-size:12px;font-weight:700}.modal-overlay{z-index:20;background:#0f172a7a;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);width:min(1360px,100%);max-height:min(90vh,760px);box-shadow:var(--shadow);border-radius:20px;grid-template-rows:auto auto 1fr auto;display:grid;overflow:hidden}.modal-header,.modal-footer{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex;position:relative}.modal-footer{border-top:1px solid var(--line);border-bottom:none}.modal-header h3{margin:0;font-size:18px}.modal-subtitle{color:var(--muted);margin:4px 0 0;font-size:12px}.modal-close{background:0 0;border:none;min-width:40px;font-size:18px;line-height:1;position:absolute;top:7px;right:0}.modal-close :hover{color:#0b5f59}.modal-search-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:10px;padding:16px 20px 0;display:grid}.modal-search-input{background:var(--surface-soft);border-radius:999px;height:44px;padding:0 14px}.modal-body{background:linear-gradient(#fbfdff 0%,#f7fbff 100%);flex-direction:column;min-height:0;padding:16px 20px;display:flex;overflow:hidden}.modal-list{border:1px solid var(--line);background:var(--surface);border-radius:4px;flex:auto;min-height:0;position:relative;overflow-y:auto;box-shadow:inset 0 1px #0f172a05}.modal-list-loading-overlay{color:var(--muted);pointer-events:none;background:#fff9;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex;position:absolute;inset:0}.modal-loading-row td{text-align:center;color:var(--muted)}.modal-loading-row td>span{vertical-align:middle;display:inline-flex}.modal-loading-row .loader{--size:.45px;margin-right:8px}.modal-pagination{background:var(--surface);flex:none;justify-content:center;align-items:center;gap:10px;display:flex;position:sticky;bottom:0}.pagination-status{color:var(--muted);font-size:13px;font-weight:700}.success-modal{background:var(--surface);border:1px solid var(--line);width:min(860px,100%);max-height:min(90vh,780px);box-shadow:var(--shadow);border-radius:18px;position:relative;overflow:hidden}.success-modal-close{right:8px}.success-modal-body{text-align:center;justify-items:center;gap:12px;max-height:min(90vh,780px);padding:32px 28px 28px;display:grid;overflow-y:auto}.success-icon{background:var(--ok-bg);width:56px;height:56px;color:var(--ok);border:1px solid #abd7b8;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.success-modal h3{color:var(--text);margin:0;font-size:20px}.success-modal p{color:var(--muted);margin:0;line-height:1.45}.success-created-time{color:var(--text);font-size:14px;font-weight:700}.success-lines{border:1px solid var(--line);background:var(--surface);border-radius:12px;width:100%;max-height:260px;overflow:auto}.success-lines-table{border-collapse:collapse;table-layout:fixed;text-align:left;width:100%;min-width:720px}.success-lines-table th,.success-lines-table td{border-bottom:1px solid var(--line);overflow-wrap:anywhere;vertical-align:top;padding:10px 12px;font-size:13px}.success-lines-table th{background:var(--surface-soft);color:var(--muted);text-transform:uppercase;z-index:1;font-size:12px;position:sticky;top:0}.success-lines-table th:first-child,.success-lines-table td:first-child,.success-lines-table th:last-child,.success-lines-table td:last-child{text-align:center;width:64px}.success-lines-table th:nth-child(2),.success-lines-table td:nth-child(2){width:150px}.success-lines-table tr:last-child td{border-bottom:none}.result-links{flex-wrap:wrap;gap:12px;margin-top:6px;display:flex}@media (max-width:900px){.topbar,.panel-header,.footer-actions{flex-direction:column;align-items:flex-start}.modal-search-row{grid-template-columns:1fr}}.result-table th,.result-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:12px 14px}.result-table th{z-index:1;background:var(--surface-2);color:var(--muted);text-transform:uppercase;font-size:13px;font-weight:700;position:sticky;top:0}.result-table tbody tr{transition:background .16s}.result-table tbody tr:hover{background:var(--surface-2)}.box-loading{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.modal-result-table{table-layout:fixed;width:100%;min-width:100%}.modal-result-table th:first-child,.modal-result-table td:first-child{width:48px}.modal-result-table th:nth-child(2),.modal-result-table td:nth-child(2){overflow-wrap:anywhere;width:160px}.modal-result-table th:nth-child(3),.modal-result-table td:nth-child(3){overflow-wrap:anywhere;width:300px}.modal-result-table th:last-child,.modal-result-table td:last-child{text-align:left;overflow-wrap:anywhere;width:auto}.modal-add-button{border-radius:999px;min-height:34px;padding:0 12px;font-size:13px}.product-row{border:1px solid var(--line);background:var(--surface-2);border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px;display:grid}.product-name{font-weight:700;line-height:1.35}.product-meta{color:var(--muted);margin-top:4px;font-size:12px}.table-wrap{scrollbar-gutter:stable;max-height:clamp(320px,58vh,560px);overflow:auto}.lines-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:920px}.lines-table th,.lines-table td{border-bottom:1px solid var(--line-strong);text-align:left;vertical-align:middle;padding:6px 8px}.lines-table th{z-index:1;background:var(--surface-2);color:var(--muted);text-transform:uppercase;letter-spacing:.02em;font-size:12px;position:sticky;top:0}.lines-table tbody tr:hover{background:#0f766e0d}.lines-table .entry-row--error td{background:var(--danger-bg);border-top:2px solid #ef4444;border-bottom:2px solid #ef4444}.lines-table .entry-row--error td:first-child{border-left:2px solid #ef4444}.lines-table .entry-row--error td:last-child{border-right:2px solid #ef4444}.lines-table .entry-row--error .code-input,.lines-table .entry-row--error .spec-input,.lines-table .entry-row--error .number-input{border-color:#ef4444;box-shadow:0 0 0 2px #ef444429}.lines-table td:last-child{text-align:center}.lines-table td:first-child{padding-left:10px}.code-cell{color:#0b5f59;overflow-wrap:anywhere;background:#e7f5f3;border-radius:999px;max-width:210px;padding:5px 9px;font-weight:700;display:inline-flex}.readonly-text{min-width:220px;min-height:30px;padding:6px 0;font-size:13px;font-weight:600;line-height:1.25}.number-input{border:1px solid var(--line-strong);border-radius:6px;width:86px;height:30px;min-height:30px;padding:0 8px;font-size:13px}.spec-input{border:1px solid var(--line-strong);box-sizing:border-box;background:#fff;border-radius:6px;width:100%;min-width:0;height:30px;min-height:30px;padding:0 8px;font-size:13px;line-height:1.25}.lines-table .code-input{border-radius:6px;height:30px;min-height:30px;padding:0 8px;font-size:13px}.lines-table .icon-button{border-radius:8px;width:32px;min-width:32px;height:32px}.lines-table .icon-button svg{width:18px;height:18px}.lines-table th:nth-child(4),.lines-table td:nth-child(4){width:38%;min-width:280px}.code-input,.spec-input,.number-input{transition:border-color .16s,box-shadow .16s}.spec-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e1f}.footer-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.summary{color:var(--muted);font-size:13px}.result-links{gap:6px;margin-top:8px;display:grid}.result-links a,.result-links span{overflow-wrap:anywhere}@media (max-width:980px){.grid{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.page{padding:10px}.search-row,.footer-actions{flex-direction:column;grid-template-columns:1fr;align-items:stretch}}.tri-checkbox{color:#fff;cursor:pointer;background:#fff;border:1px solid #9ca3af;border-radius:4px;justify-content:center;align-items:center;width:25px;height:25px;transition:all .15s;display:flex}.tri-checkbox:hover:not(:disabled){border-color:#2563eb}.tri-checkbox--checked{background:#2563eb;border-color:#2563eb}.tri-checkbox--disabled{opacity:.5;cursor:not-allowed}.tri-checkbox svg{stroke:currentColor;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}
