:root{--ui-primary:#174f7a;--ui-primary-hover:#123e61;--ui-accent:#f97316;--ui-danger:#c62828;--ui-success:#15803d;--ui-warning:#b45309;--ui-info:#0369a1;--ui-text:#172033;--ui-muted:#64748b;--ui-border:#dce3eb;--ui-border-strong:#c7d1dc;--ui-surface:#fff;--ui-subtle:#f7f9fc;--ui-bg:#f2f5f8;--ui-input-height:40px;--ui-radius:6px;--ui-space:16px;--ui-shadow:0 1px 3px rgba(15,23,42,.06)}:root{--sb-width:270px;--sb-width-collapsed:80px;--sb-bg:#faf7f1;--sb-border:#ece3d3;--sb-text:#6b7280;--sb-text-strong:#243244;--sb-hover-bg:#f1ead9;--sb-active-bg:linear-gradient(135deg,#fff1e0,#ffe1bd);--sb-active-text:#b3450d;--sb-active-border:#f97316;--sb-shadow:0 1px 0 rgba(36,50,68,.03),2px 0 14px rgba(36,50,68,.04)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--ui-bg);color:var(--ui-text);font-size:14px;line-height:1.5}main{flex:1;padding:24px;overflow:auto;min-width:0}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}button{border:0;background:#f97316;color:#fff;padding:10px 14px;border-radius:8px;cursor:pointer;font-weight:700}button.small{padding:0 10px;font-size:12px;min-height:32px}button.wide{width:100%;margin-top:10px}input,select{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;min-width:180px;background:#fff}.alert{background:#fee2e2;color:#991b1b;padding:10px;border-radius:8px}.panel{padding:16px;margin-bottom:14px;background:var(--ui-surface);border:1px solid var(--ui-border);box-shadow:var(--ui-shadow)}.app{display:flex;min-height:100vh}.sidebar{width:var(--sb-width);flex-shrink:0;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:space-between;gap:12px;background:var(--sb-bg);border-right:1px solid var(--sb-border);box-shadow:var(--sb-shadow);padding:14px;transition:width .2s ease;overflow:hidden}.sidebar.is-collapsed{width:var(--sb-width-collapsed);padding:14px 10px}.sidebar-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid var(--sb-border)}.sidebar.is-collapsed .sidebar-top{flex-direction:column;gap:10px}.sidebar-brand{display:flex;align-items:center;gap:10px;min-width:0}.sidebar-brand-mark{width:34px;height:34px;object-fit:contain;flex-shrink:0}.sidebar-brand-text{display:flex;flex-direction:column;line-height:1.2;overflow:hidden;white-space:nowrap}.sidebar-brand-text b{color:var(--sb-text-strong);font-size:15px;letter-spacing:-.01em}.sidebar-brand-text span{color:var(--sb-text);font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.sidebar.is-collapsed .sidebar-brand-text{display:none}.sidebar-toggle{display:grid;place-items:center;flex-shrink:0;width:28px;height:28px;padding:0;border:1px solid var(--sb-border);border-radius:50%;background:#fff;color:var(--sb-text)}.sidebar-toggle:hover{border-color:var(--sb-active-border);color:var(--sb-active-border)}.sidebar-nav{display:flex;flex-direction:column;gap:4px;overflow-y:auto;flex:1;padding-right:2px}.sidebar-nav:after{content:"";display:block;flex:1 1 auto;min-height:0}.sidebar-nav button{display:flex;align-items:center;gap:10px;width:100%;min-height:34px;padding:0 10px;background:transparent;color:var(--sb-text);border:1px solid transparent;border-radius:7px;text-align:left;font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;transition:background .12s,color .12s,border-color .12s}.sidebar-nav button:hover{background:var(--sb-hover-bg);color:var(--sb-text-strong)}.sidebar-nav button.active{background:var(--sb-active-bg);color:var(--sb-active-text);border-color:#fed7aa;box-shadow:inset 3px 0 0 var(--sb-active-border)}.sidebar-nav-icon{display:grid;place-items:center;flex-shrink:0;width:19px;height:19px;color:inherit}.sidebar-nav-label{overflow:hidden;text-overflow:ellipsis}.sidebar.is-collapsed .sidebar-nav button{justify-content:center;padding:0}.sidebar.is-collapsed .sidebar-nav-label{display:none}.sidebar-bottom{border-top:1px solid var(--sb-border);padding-top:10px;display:grid;gap:7px}.sidebar-user{display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--sb-border);border-radius:8px;padding:8px 9px}.sidebar-user-avatar{display:grid;place-items:center;flex-shrink:0;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;font-size:13px;font-weight:800}.sidebar-user-info{min-width:0;overflow:hidden}.sidebar-user-info span{display:block;color:#94a3b8;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.sidebar-user-info b{display:block;color:var(--sb-text-strong);font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:2px 0}.sidebar-user-info small{display:block;color:var(--sb-text);font-size:11px}.sidebar.is-collapsed .sidebar-user{justify-content:center;padding:9px 0}.sidebar.is-collapsed .sidebar-user-info{display:none}.sidebar-logout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:34px!important;background:#fff!important;color:#b91c1c!important;border:1px solid #f3d2d2!important;border-radius:8px!important;font-size:12.5px!important;font-weight:700!important}.sidebar-logout:hover{background:#fef2f2!important;border-color:#e99a9a!important}.sidebar.is-collapsed .sidebar-logout{padding:0!important}.sidebar.is-collapsed .sidebar-logout .sidebar-nav-label{display:none}.sidebar-mobile-toggle{display:none;position:fixed;z-index:55;top:14px;left:14px;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:1px solid var(--sb-border);border-radius:9px;background:#fff;color:var(--sb-text-strong);box-shadow:var(--sb-shadow)}.sidebar-backdrop{position:fixed;z-index:45;top:0;right:0;bottom:0;left:0;background:#0f172a66;opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}@media(max-width:1024px){.sidebar-mobile-toggle{display:flex}.app main{padding-top:68px}.sidebar,.sidebar.is-collapsed{position:fixed;z-index:50;left:0;top:0;height:100vh;width:var(--sb-width);padding:14px;transform:translate(-100%);transition:transform .25s ease}.sidebar.is-mobile-open,.sidebar.is-collapsed.is-mobile-open{transform:translate(0)}.sidebar.is-collapsed .sidebar-top{flex-direction:row}.sidebar.is-collapsed .sidebar-brand-text{display:flex}.sidebar.is-collapsed .sidebar-nav-label{display:block}.sidebar.is-collapsed .sidebar-nav button{justify-content:flex-start;padding:0 10px}.sidebar.is-collapsed .sidebar-user{justify-content:flex-start;padding:8px 9px}.sidebar.is-collapsed .sidebar-user-info{display:block}.sidebar.is-collapsed .sidebar-logout{padding:0 10px!important}.sidebar.is-collapsed .sidebar-logout .sidebar-nav-label{display:block}}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px}.toolbar div{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}table{width:100%;border-collapse:collapse}th,td{padding:11px 10px;border-bottom:1px solid #e5e7eb;text-align:left;font-size:14px;vertical-align:top}th{background:#f9fafb}.ok{color:#15803d;font-weight:700}.danger{color:#dc2626;font-weight:700}.empty{text-align:center;color:#6b7280;padding:22px}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;justify-content:flex-end;z-index:20}.drawer-card{width:560px;background:#fff;height:100%;padding:24px;overflow:auto;box-shadow:-10px 0 40px #0003}.drawer-head{display:flex;justify-content:space-between;border-bottom:1px solid #e5e7eb;padding-bottom:16px;margin-bottom:16px}.drawer-head h2{margin:0}.form-grid{display:grid;gap:12px;margin-bottom:16px}.form-grid label{display:grid;gap:6px;font-weight:700}.history{border:1px solid #e5e7eb;border-radius:10px;padding:10px;background:#fafafa;margin-bottom:8px}.history small{display:block;color:#6b7280;margin-top:5px}.codebox{width:100%;box-sizing:border-box;border:1px solid #273244;border-radius:12px;background:#0b1220;color:#dbeafe;padding:14px;font-family:Consolas,monospace;font-size:13px;line-height:1.5;resize:vertical}.hint{margin:10px 0 14px;color:#6b7280;font-size:13px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:10px;padding:10px 12px}.table-scroll{width:100%;overflow:auto}.data-order-table{min-width:1320px}.data-order-table th{background:#1f4e79;color:#fff;white-space:nowrap}.data-order-table td{white-space:nowrap}.data-order-table td:nth-child(5){white-space:normal;min-width:280px}.upload-btn{display:inline-flex;align-items:center;border:0;background:#f97316;color:#fff;padding:10px 14px;border-radius:8px;cursor:pointer;font-weight:700;font-size:13px}.upload-btn input{display:none}.compact-toolbar{align-items:flex-start}.compact-toolbar h2{margin:4px 0}.table-wrap{width:100%;overflow-x:hidden}.data-order-table{width:100%;min-width:0;table-layout:fixed;border-collapse:collapse;font-size:12px}.data-order-table th,.data-order-table td{padding:7px;white-space:normal;word-break:break-word;vertical-align:middle}.data-order-table th{background:#1f4e79;color:#fff}.data-order-table th:nth-child(5),.data-order-table td:nth-child(5){width:21%}.data-order-table th:nth-child(11),.data-order-table td:nth-child(11){width:7%}.data-order-table th:nth-child(12),.data-order-table td:nth-child(12){width:7%}.data-order-table th:nth-child(13),.data-order-table td:nth-child(13){width:7%}.data-order-table th:nth-child(14),.data-order-table td:nth-child(14){width:6%}.num-cell{text-align:right}.table-pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;font-size:13px}.pagination-actions{display:flex;align-items:center;gap:8px}.pagination-actions select,.pagination-actions button{padding:7px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827}.pagination-actions button{background:#f97316;color:#fff;border:0}.pagination-actions button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.wide-drawer{width:620px}.form-grid.three{grid-template-columns:1fr 1fr;gap:12px}.detail-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.detail-summary div{border:1px solid #e5e7eb;background:#f9fafb;border-radius:10px;padding:10px}.detail-summary span{display:block;color:#6b7280;font-size:12px;margin-bottom:4px}.detail-summary b{font-size:14px}.payroll-detail{grid-template-columns:1fr 1fr}@media(max-width:1200px){.data-order-table{font-size:11px}.data-order-table th,.data-order-table td{padding:6px 5px}.toolbar{align-items:flex-start;flex-direction:column}.toolbar div{justify-content:flex-start}}.badge{display:inline-block;margin:2px 4px 2px 0;padding:3px 7px;border-radius:999px;background:#eef2ff;color:#1e3a8a;font-size:11px;font-weight:700}.form-grid select{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px;background:#fff}.hint b{font-weight:800}.product-layout{display:grid;grid-template-columns:minmax(460px,1fr) minmax(360px,.9fr);gap:18px;align-items:start}.product-form-panel .form-grid{grid-template-columns:1fr 1fr}.rate-table{margin:12px 0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.rate-table th{background:#1f4e79;color:#fff;text-align:center}.rate-table td:first-child{background:#f9fafb;width:130px}.rate-table input{width:100%;min-width:0;text-align:right}.wide-btn{width:100%;margin-top:10px}.product-list{display:grid;gap:8px;max-height:680px;overflow:auto;padding-right:4px}.product-row{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;width:100%;text-align:left;background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:12px;padding:11px 12px}.product-row:hover,.product-row.active{border-color:#f97316;background:#fff7ed}.product-row b{display:block;font-size:13px;line-height:1.35}.product-row small{display:block;color:#6b7280;margin-top:4px}.rate-mini{display:flex;flex-direction:column;gap:3px;min-width:115px}.rate-mini span{font-size:11px;background:#eef2ff;color:#1e3a8a;border-radius:999px;padding:3px 7px;text-align:right}@media(max-width:1200px){.product-layout,.product-form-panel .form-grid{grid-template-columns:1fr}}.dashboard-hero{display:flex;justify-content:space-between;align-items:stretch;gap:18px;background:linear-gradient(135deg,#0f3b5f,#1f4e79);color:#fff;border-radius:18px;padding:24px;margin-bottom:18px;box-shadow:0 10px 28px #0f3b5f2e}.dashboard-hero h2{font-size:28px;margin:4px 0 6px}.dashboard-hero p{margin:0;color:#dbeafe}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:#fed7aa!important}.hero-metric{min-width:240px;border-radius:16px;background:#ffffff1f;padding:18px;display:flex;flex-direction:column;justify-content:center}.hero-metric span{color:#fed7aa}.hero-metric strong{font-size:26px}.dashboard-grid{display:grid;grid-template-columns:1.4fr .9fr;gap:18px;margin-bottom:18px}.chart-panel h2{margin-top:0}.bar-row{display:grid;grid-template-columns:210px 1fr;gap:14px;align-items:center;margin:12px 0}.bar-row small{display:block;color:#6b7280;margin-top:4px}.bar-track{height:12px;background:#e5e7eb;border-radius:999px;overflow:hidden}.bar-track span{display:block;height:100%;background:#f97316;border-radius:999px}.donut-lite{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.donut-lite div{border:1px solid #e5e7eb;background:#f9fafb;border-radius:14px;padding:16px;text-align:center}.donut-lite strong{display:block;font-size:25px;color:#1f4e79}.donut-lite span{font-size:12px;color:#6b7280}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:end;margin:12px 0}.filter-bar label{display:grid;gap:5px;color:#6b7280;font-size:12px;font-weight:700}.filter-bar input,.filter-bar select{min-width:150px}.filter-bar input:first-child{min-width:280px}.order-actions{display:flex;gap:8px;flex-wrap:wrap}.status-pill{display:inline-block;padding:5px 8px;border-radius:999px;background:#eef2ff;color:#1e3a8a;font-size:11px;font-weight:800}.pay-ok,.pay-warn,.pay-bad{display:inline-block;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800}.pay-ok{background:#dcfce7;color:#166534}.pay-warn{background:#fef3c7;color:#92400e}.pay-bad{background:#fee2e2;color:#991b1b}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.product-page-panel{padding:18px}.product-toolbar h2{margin:0}.product-filter{padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px}.product-table-wrap{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:14px}.product-table{min-width:1500px}.product-table th{background:#1f4e79;color:#fff;font-size:12px;white-space:nowrap}.product-table td{font-size:12px;vertical-align:middle}.product-table td b{display:block}.product-table td small{display:block;color:#6b7280;margin-top:4px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000061;display:grid;place-items:center;z-index:50;padding:24px}.modal-card{width:min(900px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;padding:22px;box-shadow:0 30px 90px #00000047}.product-modal .drawer-head{margin-bottom:14px}.form-grid.two{grid-template-columns:1fr 1fr}.check-row{display:flex!important;align-items:center;gap:8px}.check-row input{min-width:0}.product-modal .rate-table{margin-top:8px}.product-modal h3{margin-bottom:8px}.data-order-table th:nth-child(1),.data-order-table td:nth-child(1){width:12%}.data-order-table th:nth-child(2),.data-order-table td:nth-child(2){width:7%}.data-order-table th:nth-child(3),.data-order-table td:nth-child(3){width:8%}.data-order-table th:nth-child(4),.data-order-table td:nth-child(4){width:8%}.data-order-table th:nth-child(5),.data-order-table td:nth-child(5){width:24%}.data-order-table th:nth-child(6),.data-order-table td:nth-child(6){width:8%}.data-order-table th:nth-child(7),.data-order-table td:nth-child(7){width:5%}.data-order-table th:nth-child(8),.data-order-table td:nth-child(8){width:6%}.data-order-table th:nth-child(9),.data-order-table td:nth-child(9){width:7%}.data-order-table th:nth-child(10),.data-order-table td:nth-child(10){width:7%}.data-order-table th:nth-child(11),.data-order-table td:nth-child(11){width:8%}.data-order-table th:nth-child(12),.data-order-table td:nth-child(12){width:8%}.data-order-table th:nth-child(13),.data-order-table td:nth-child(13){width:5%}@media(max-width:1200px){.dashboard-grid{grid-template-columns:1fr}.dashboard-hero{flex-direction:column}.bar-row,.form-grid.two{grid-template-columns:1fr}.filter-bar input:first-child{min-width:100%}}.panel,.modal-card,.drawer-card,.history,.product-filter,.dashboard-hero,.product-table-wrap,.rate-table{border-radius:0!important}.table-wrap{border:1px solid #e5e7eb}.data-order-table{table-layout:fixed}.data-order-table th,.data-order-table td{line-height:1.25}.data-order-table th:nth-child(7),.data-order-table td:nth-child(7),.data-order-table th:nth-child(8),.data-order-table td:nth-child(8),.data-order-table th:nth-child(11),.data-order-table td:nth-child(11),.data-order-table th:nth-child(12),.data-order-table td:nth-child(12){text-align:center}.center-cell{text-align:center!important}.data-order-table th:nth-child(10),.data-order-table td:nth-child(10){width:10%!important;white-space:nowrap!important;word-break:normal!important;text-align:right}.data-order-table th:nth-child(5),.data-order-table td:nth-child(5){width:22%!important}.compact-status{font-size:10px!important;padding:4px 7px!important;line-height:1!important;white-space:nowrap!important}.status-draft{background:#f3f4f6;color:#374151}.status-beli-bahan{background:#e0f2fe;color:#075985}.status-setting{background:#ede9fe;color:#5b21b6}.status-nunggu-acc-customer{background:#fef3c7;color:#92400e}.status-test-print{background:#cffafe;color:#0e7490}.status-print{background:#dbeafe;color:#1d4ed8}.status-press{background:#ffedd5;color:#c2410c}.status-jahit{background:#fce7f3;color:#be185d}.status-qc{background:#dcfce7;color:#166534}.status-siap-packing{background:#ccfbf1;color:#0f766e}.status-siap-ambil{background:#d1fae5;color:#047857}.status-selesai{background:#bbf7d0;color:#166534}.status-cancel{background:#fee2e2;color:#991b1b}.pay-ok,.pay-warn,.pay-bad{font-size:10px!important;padding:4px 7px!important;line-height:1!important;white-space:nowrap!important}.icon-actions{display:flex;gap:4px;justify-content:center;flex-wrap:nowrap}.icon-btn{width:30px;height:30px;padding:0!important;border-radius:0!important;display:inline-grid;place-items:center;background:#eef2ff!important;color:#1e3a8a!important;font-size:14px;line-height:1}.icon-btn:hover{background:#dbeafe!important}.danger-icon{background:#fee2e2!important;color:#991b1b!important}.product-table td:last-child,.operator-table td:last-child{white-space:nowrap}.product-table td,.operator-table td{vertical-align:middle}.operator-page-panel .product-filter{justify-content:space-between}.operator-table{width:100%;min-width:850px}.operator-table th{background:#1f4e79;color:#fff;font-size:12px;white-space:nowrap}.operator-table td{font-size:13px}.role-pill{display:inline-block;background:#eef2ff;color:#1e3a8a;padding:4px 8px;font-size:11px;font-weight:800}.operator-modal{width:min(760px,96vw)}.dashboard-grid{margin-top:18px}.product-toolbar .row-actions{align-items:center}.product-toolbar button svg{vertical-align:middle;margin-right:6px}.rate-head{font-size:12px!important;text-align:center!important}.rate-head.jahit{background:#e0f2fe!important;color:#075985!important}.rate-head.potong{background:#dcfce7!important;color:#166534!important}.rate-head.press{background:#ffedd5!important;color:#9a3412!important}.rate-cell{white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}.rate-jahit{background:#f0f9ff;border-left:1px solid #bae6fd}.rate-potong{background:#f0fdf4;border-left:1px solid #bbf7d0}.rate-press{background:#fff7ed;border-left:1px solid #fed7aa}.rate-editor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:12px 0 18px}.rate-section{border:1px solid #e5e7eb;background:#fff;padding:14px}.rate-section h4{margin:0 0 12px;font-size:13px;letter-spacing:.04em}.rate-section-jahit{border-color:#bae6fd;background:#f0f9ff}.rate-section-jahit h4{color:#075985}.rate-section-potong{border-color:#bbf7d0;background:#f0fdf4}.rate-section-potong h4{color:#166534}.rate-section-press{border-color:#fed7aa;background:#fff7ed}.rate-section-press h4{color:#9a3412}.rate-section-fields{display:grid;gap:9px}.rate-section-fields label{display:grid;gap:5px;font-size:12px;color:#374151;font-weight:700}.rate-section-fields input{text-align:right;min-width:0;width:100%;background:#fff}.icon-btn svg{display:block}.icon-btn{font-size:0!important}.product-table .icon-actions,.operator-table .icon-actions{display:flex;flex-wrap:nowrap;gap:6px;align-items:center;justify-content:center}.product-table td:last-child{min-width:78px}.payroll-workbench{display:grid;grid-template-columns:330px minmax(420px,1fr) 280px;gap:16px;align-items:start}.payroll-queue .toolbar{padding:0;margin-bottom:12px}.payroll-queue input.full{width:100%;min-width:0;margin-bottom:12px}.payroll-list{display:grid;gap:8px;max-height:640px;overflow:auto}.payroll-row{display:grid;text-align:left;background:#fff;color:#111827;border:1px solid #e5e7eb;padding:10px}.payroll-row:hover,.payroll-row.active{border-color:#f97316;background:#fff7ed}.payroll-row b{font-size:13px}.payroll-row span{font-weight:700;margin-top:3px}.payroll-row small{color:#6b7280;margin-top:3px}.payroll-row em{font-style:normal;color:#1f4e79;font-size:11px;margin-top:5px}.payroll-detail-panel .detail-summary{grid-template-columns:1fr 1fr}.payroll-input{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.payroll-input h3{grid-column:1/-1;margin:0}.payroll-input label{display:grid;gap:5px;font-size:12px;font-weight:700;color:#374151}.payroll-input input[readonly]{background:#f3f4f6;color:#111827;font-weight:800}.payroll-input button{grid-column:1/-1}.payroll-side table{font-size:13px}.payroll-side td:last-child{text-align:right;white-space:nowrap}.modal-card.product-modal{width:min(1040px,96vw)}.product-import-modal{width:min(1180px,96vw)!important}.product-import-actions{display:flex;gap:10px;align-items:end;flex-wrap:wrap;margin-bottom:12px}.file-picker{display:grid;gap:5px;font-size:12px;color:#374151;font-weight:800}.file-picker input{min-width:280px}.product-import-summary{border:1px solid #dbe3ef;background:#f8fafc;padding:10px 12px;margin:10px 0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-import-summary span{font-size:12px;color:#64748b;font-weight:800;text-transform:uppercase}.product-import-summary b{font-size:18px;color:#0f4c81}.product-import-summary small{color:#64748b}.product-import-preview{border:1px solid #e5e7eb;overflow:auto;max-height:48vh}.product-import-table{min-width:1120px}.product-import-table th{background:#1f4e79;color:#fff;font-size:12px;white-space:nowrap}.product-import-table td{font-size:12px;vertical-align:middle}.product-import-table td:first-child{text-align:center;width:56px}.product-import-table .product-name-cell{min-width:280px}@media(max-width:1300px){.payroll-workbench,.rate-editor-grid,.payroll-input{grid-template-columns:1fr}}.task-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;margin-top:14px}.task-card{background:#fff;border:1px solid #dbe3ef;padding:14px;box-shadow:0 8px 20px #0f172a0d}.task-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.task-head b{font-size:15px;color:#0f172a}.task-card h3{font-size:15px;margin:6px 0;color:#0f172a}.task-card p{margin:0 0 10px;color:#64748b}.task-stage{font-size:11px;font-weight:700;padding:4px 8px;border:1px solid #cbd5e1;background:#f8fafc;color:#334155}.task-setting{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.task-test_print{background:#f0f9ff;border-color:#bae6fd;color:#0369a1}.task-print{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.task-press{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.task-qc{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.task-packing{background:#fdf2f8;border-color:#fbcfe8;color:#be185d}.task-meta{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #eef2f7;padding:7px 0;font-size:13px}.task-meta span{color:#64748b}.task-meta b{color:#0f172a}.task-actions{display:flex;gap:8px;margin-top:10px}.task-actions button{flex:1;padding:8px 10px;border:1px solid #0f4c81;background:#0f4c81;color:#fff;font-weight:700}.task-actions button:first-child{background:#fff;color:#0f4c81}.production-task-panel{border:1px solid #dbe3ef;background:#fff;padding:12px;margin-top:12px}.production-task-panel h3{margin-top:0}.production-task-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:end}.production-task-row label{font-size:12px;color:#475569}.production-task-row select,.production-task-row input{width:100%;padding:8px;border:1px solid #cbd5e1}.production-task-row button{padding:9px 14px;background:#0f4c81;color:#fff;border:0;font-weight:700}.header-user-compact{color:#6b7280;font-size:13px}.mini-modal{width:min(420px,94vw)!important}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.danger-btn{background:#dc2626!important}.logout-modal{z-index:200}.task-instruction{background:#f8fafc;border:1px dashed #cbd5e1;padding:9px;margin:10px 0}.task-instruction span{display:block;font-size:11px;font-weight:800;color:#334155;margin-bottom:4px}.task-instruction p{white-space:pre-wrap;color:#0f172a!important;margin:0!important}.task-link{display:inline-block;margin-bottom:8px;font-size:12px;color:#0f4c81;font-weight:800}.task-history p{margin:6px 0 0;white-space:pre-wrap;color:#475569}.task-history a{color:#0f4c81;font-weight:800}textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:0;min-height:92px;font-family:inherit;resize:vertical;background:#fff}.report-toolbar{align-items:center;flex-wrap:wrap}.report-toolbar input{min-width:240px}.report-toolbar select{min-width:160px}.workflow-card,.acc-panel{margin-top:18px;border:1px solid #dbe7f3;background:#fbfdff;padding:16px}.task-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0}.full-label{display:flex;flex-direction:column;gap:8px;font-weight:700;margin:12px 0}.full-label input,.full-label textarea,.task-form-grid select,.task-form-grid input{width:100%;border:1px solid #cfd8e3;padding:10px 12px;font:inherit;background:#fff}.full-label textarea{min-height:92px;resize:vertical;font-weight:400}.upload-box{border:1px dashed #b6c7db;background:#fff;padding:14px;margin:12px 0}.upload-box label{display:flex;flex-direction:column;gap:8px;font-weight:700}.file-list-preview{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.file-list-preview a{display:inline-flex;align-items:center;max-width:220px;padding:6px 9px;border:1px solid #d9e2ef;background:#f7fafc;color:#174f7a;text-decoration:none;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.acc-actions{display:flex;gap:10px;margin:12px 0}.secondary-btn{background:#fff4e6!important;border:1px solid #fb923c!important;color:#9a3412!important}.workflow-empty{border:1px solid #e5e7eb;background:#fff;padding:12px;text-align:left}.task-files{margin:10px 0;padding:10px;background:#f8fafc;border:1px solid #e2e8f0}.task-files>span{display:block;font-size:12px;font-weight:700;color:#475569;margin-bottom:6px}.operator-finish-modal textarea{min-height:110px}@media(max-width:900px){.task-form-grid{grid-template-columns:1fr}}.worker-summary-cards{margin-bottom:16px}.worker-task-panel{padding:14px}.worker-task-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;background:#fff}.worker-task-table{min-width:1280px}.worker-task-table th,.worker-task-table td{font-size:12px;padding:8px 9px;vertical-align:top}.worker-task-table th{white-space:nowrap}.worker-task-table td:nth-child(1){width:120px}.worker-task-table td:nth-child(2){width:86px;white-space:nowrap}.worker-task-table td:nth-child(3){width:96px;white-space:nowrap}.worker-task-table td:nth-child(4){width:90px}.worker-task-table td:nth-child(5){width:210px}.worker-task-table td:nth-child(6){width:90px}.worker-task-table td:nth-child(7){width:62px}.worker-task-table td:nth-child(8){width:70px}.worker-task-table td:nth-child(9){width:220px}.worker-task-table td:nth-child(10){width:90px}.worker-task-table td:nth-child(11){width:180px}.worker-task-table td:nth-child(12){width:110px}.worker-task-table td:nth-child(13){width:120px}.worker-product-cell,.worker-brief-cell,.worker-note-cell{line-height:1.35;white-space:normal;word-break:break-word}.worker-brief-cell{color:#334155}.worker-note-cell{color:#475569}.worker-task-actions{display:flex;gap:6px;align-items:center;justify-content:center;white-space:nowrap}.worker-task-actions .small{padding:7px 10px}.primary-small{background:#0f4c81!important;color:#fff!important;border-color:#0f4c81!important}.outline-btn{background:#fff!important;color:#0f4c81!important;border:1px solid #bcd3ea!important}.outline-btn:disabled{color:#94a3b8!important;border-color:#e2e8f0!important;cursor:not-allowed;background:#f8fafc!important}.task-status-todo{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.task-status-in_progress{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.task-status-done{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.file-gallery-modal{width:min(920px,92vw);max-height:86vh;overflow-y:auto}.file-gallery-section{margin-top:16px}.file-gallery-section h3{margin:0 0 10px;font-size:15px;color:#0f172a}.file-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.file-gallery-item{display:block;width:100%;border:1px solid #e2e8f0;background:#f8fafc;padding:8px;text-align:left;text-decoration:none;color:#0f172a}.file-gallery-item:hover{border-color:#174f7a;background:#eff6ff}.file-gallery-item img{width:100%;height:110px;object-fit:cover;display:block;background:#fff;border:1px solid #e5e7eb}.file-gallery-item span{display:block;margin-top:7px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-doc-icon{height:110px;display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#334155;font-weight:800;border:1px solid #cbd5e1}@media(max-width:900px){.worker-task-table{min-width:1100px}.file-gallery-modal{width:96vw}}.file-viewer-modal{width:min(1040px,94vw)}.file-viewer-layout{display:grid;grid-template-columns:260px 1fr;gap:14px;min-height:420px}.file-viewer-list{border:1px solid #e2e8f0;background:#f8fafc;padding:8px;overflow:auto;max-height:64vh}.file-row-btn{width:100%;display:grid;grid-template-columns:42px 1fr;gap:8px;align-items:center;text-align:left;border:1px solid #e2e8f0;background:#fff;color:#0f172a;padding:9px;margin-bottom:7px;cursor:pointer}.file-row-btn.active{border-color:#0f4c81;background:#eff6ff}.file-row-btn span{font-size:10px;font-weight:800;color:#0f4c81;background:#dbeafe;padding:5px 6px;text-align:center}.file-row-btn b{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-viewer-preview{border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;min-height:420px;padding:12px;overflow:auto}.file-viewer-preview img{max-width:100%;max-height:68vh;object-fit:contain;display:block}.image-preview-button{border:0;background:transparent;padding:0;cursor:zoom-in}.file-doc-preview{text-align:center;display:grid;gap:12px}.file-doc-preview a{color:#0f4c81;font-weight:700}.done-notification-panel{border-left:4px solid #f97316;background:#fff7ed}.done-notification-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;margin-top:12px}.done-notification-card{background:#fff;border:1px solid #fed7aa;padding:12px;display:grid;gap:5px}.done-notification-card b{font-size:14px;color:#0f172a}.done-notification-card span{font-size:13px;color:#334155}.done-notification-card small{color:#64748b}.worker-report-table th:last-child,.worker-report-table td:last-child,.production-report-table th:last-child,.production-report-table td:last-child{text-align:center;white-space:nowrap}.worker-report-table .ui-data-table__viewport,.production-report-table .ui-data-table__viewport{overflow-x:hidden}.worker-report-table table,.production-report-table table{min-width:0!important}.worker-report-table th,.worker-report-table td,.production-report-table th,.production-report-table td{padding-left:7px;padding-right:7px}@media(max-width:900px){.file-viewer-layout{grid-template-columns:1fr}.file-viewer-preview{min-height:280px}}.config-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}.config-grid div{border:1px solid #e5e7eb;background:#f8fafc;padding:10px;display:flex;flex-direction:column;gap:4px}.config-grid b{font-size:11px;color:#64748b}.config-grid span{font-size:12px;word-break:break-word}.source-badge{display:inline-flex;align-items:center;padding:7px 10px;border:1px solid #cfe0ff;background:#f4f8ff;color:#164785;font-size:12px;font-weight:700;white-space:nowrap}.order-summary-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:12px 0}.order-summary-cards button{border:1px solid #dbe7f3;background:#fff;text-align:left;padding:12px;display:grid;gap:4px;cursor:pointer}.order-summary-cards button:hover{border-color:#0f4c81;background:#f8fbff}.order-summary-cards span{font-size:11px;color:#64748b;font-weight:800;text-transform:uppercase}.order-summary-cards b{font-size:20px;color:#0f172a}.order-summary-cards small{font-size:11px;color:#64748b}.order-summary-cards .wide-summary b{font-size:18px;color:#0f4c81}.order-status-strip{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 12px}.order-status-strip button{border:1px solid #e2e8f0;background:#f8fafc;padding:6px 9px;display:inline-flex;align-items:center;gap:7px;cursor:pointer}.order-status-strip button:hover{filter:brightness(.98);border-color:#0f4c81}.order-status-strip b{font-size:11px;font-weight:600}.order-status-strip span{font-size:11px;font-weight:800;background:#ffffffa6;padding:2px 6px;border:1px solid rgba(0,0,0,.06)}.no-wrap-total{white-space:nowrap!important;min-width:130px}.production-flow-summary{display:grid;grid-template-columns:160px repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:14px}.production-flow-summary>div,.production-flow-summary button{background:#fff;border:1px solid #dbe3ef;padding:11px;text-align:left}.production-flow-summary button{cursor:pointer}.production-flow-summary button.active{border-color:#0f4c81;background:#eff6ff}.production-flow-summary span{display:block;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.production-flow-summary b{display:block;font-size:20px;color:#0f172a;margin-top:4px}.production-center{padding:0}.workflow-tabs{display:flex;gap:0;overflow:auto;border-bottom:1px solid #e5e7eb;background:#f8fafc}.workflow-tabs button{border:0;border-right:1px solid #e5e7eb;background:transparent;padding:12px 14px;white-space:nowrap;cursor:pointer;color:#334155;font-weight:700}.workflow-tabs button.active{background:#0f4c81;color:#fff}.workflow-tabs span{display:inline-flex;margin-left:6px;background:#fff3;padding:2px 7px;font-size:11px}.production-workflow-table{width:100%;border-collapse:collapse;table-layout:fixed}.production-workflow-table th,.production-workflow-table td{padding:9px 10px;border-bottom:1px solid #e5e7eb;font-size:12px;vertical-align:middle}.production-workflow-table th{background:#174f7a;color:#fff;text-align:left}.production-workflow-table th:nth-child(1),.production-workflow-table td:nth-child(1){width:95px}.production-workflow-table th:nth-child(3),.production-workflow-table td:nth-child(3){width:28%;word-break:break-word}.production-workflow-table th:nth-child(4),.production-workflow-table td:nth-child(4){width:70px;text-align:center}.production-workflow-table th:nth-child(8),.production-workflow-table td:nth-child(8){width:140px;text-align:center}@media(max-width:900px){.order-summary-cards,.production-flow-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.production-workflow-table{min-width:900px}}.soft-alert{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:0;padding:10px 12px;margin:8px 0;font-size:13px}.qc-completion-box{border:1px solid #dbeafe;background:#f8fbff;padding:12px;margin:10px 0}.qc-completion-box h3{margin:0 0 4px}.stockis-app main{max-width:100%}.muted{color:#6b7280}.source-badge{font-size:12px;background:#eef2ff;padding:6px 10px;border-radius:0;color:#3730a3}.standard-workflow-table th,.standard-workflow-table td,.stokis-task-table th,.stokis-task-table td{font-size:12px;vertical-align:middle;line-height:1.25}.standard-workflow-table th:nth-child(5),.standard-workflow-table td:nth-child(5),.standard-workflow-table th:nth-child(6),.standard-workflow-table td:nth-child(6),.standard-workflow-table th:nth-child(7),.standard-workflow-table td:nth-child(7),.stokis-task-table th:nth-child(5),.stokis-task-table td:nth-child(5),.stokis-task-table th:nth-child(6),.stokis-task-table td:nth-child(6),.stokis-task-table th:nth-child(7),.stokis-task-table td:nth-child(7){text-align:center}.product-name-cell{white-space:normal!important;word-break:break-word;line-height:1.25}.task-substatus{display:block;margin-top:4px;color:#64748b;font-size:10px;font-weight:600;white-space:nowrap}.standard-workflow-table td:last-child,.stokis-task-table td:last-child{white-space:nowrap;text-align:center}.standard-workflow-table .small,.stokis-task-table .small{padding:6px 9px;font-size:11px;border-radius:4px}.clean-table-wrap{width:100%;overflow-x:auto;background:#fff;border:1px solid #e5e7eb}.material-master-table,.material-report-table{width:100%;border-collapse:collapse;table-layout:fixed}.material-master-table th,.material-master-table td,.material-report-table th,.material-report-table td{padding:9px 10px;vertical-align:middle;border-bottom:1px solid #e5e7eb;font-size:12px;line-height:1.25}.material-master-table th,.material-report-table th{background:#174f7a;color:#fff;text-align:left;white-space:nowrap;font-weight:800}.material-master-table .center-cell,.material-report-table .center-cell{text-align:center!important}.material-master-table .num-cell,.material-report-table .num-cell{text-align:right!important;font-variant-numeric:tabular-nums}.material-name-cell{font-weight:700;white-space:normal;word-break:break-word}.product-name-cell{white-space:normal;word-break:break-word;line-height:1.25}.col-material-name{width:19%}.col-material-cat{width:15%}.col-material-unit{width:10%}.col-material-money{width:14%}.col-material-stock{width:12%}.col-material-status,.col-material-action{width:10%}.col-report-date{width:8.5%}.col-report-material{width:10%}.col-report-type{width:5.5%}.col-report-qty{width:8%}.col-report-money{width:9%}.col-report-reject{width:7.5%}.col-report-order{width:8%}.col-report-product{width:16%}.col-report-stokis{width:8%}.col-report-proof{width:7%}.col-report-note{width:12%}.material-master-table td:last-child,.material-report-table td:nth-child(11){white-space:nowrap;text-align:center}.material-master-table .icon-actions{display:flex;justify-content:center;gap:6px;flex-wrap:nowrap}.material-report-table .small{padding:6px 10px;border-radius:4px;font-size:11px}.order-lines{display:grid;gap:0;min-width:0}.order-lines__item{display:block;padding:0 0 7px;margin-bottom:7px;border-bottom:1px solid #eef2f6}.order-lines__item:last-of-type{margin-bottom:6px}.order-lines__main{min-width:0}.order-lines__name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#102033;font-size:12px;font-weight:500;line-height:1.25}.order-lines__meta{display:flex;align-items:center;gap:0;flex-wrap:wrap;margin-top:4px;color:#64748b;font-size:10px;line-height:1.2}.order-lines__meta span{display:inline-flex;align-items:center;min-height:18px;padding:1px 7px;border-left:1px solid #dbe3ec;white-space:nowrap}.order-lines__meta span:first-child{border-left:0;background:#eef6ff;color:#215b89;font-weight:700}.order-lines__total{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:1px;text-transform:uppercase}.order-lines__total span{color:#94a3b8;font-size:10px;font-weight:800}.order-lines__total b{display:inline-flex;align-items:center;min-height:20px;padding:1px 8px;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:11px;white-space:nowrap}.invoice-amount{display:grid;gap:3px;justify-items:end;white-space:nowrap}.invoice-amount strong{color:#0f172a;font-size:12px}.invoice-amount span{display:block;color:#475569;font-size:10px}.modal-card button:not(.ui-button):not(.file-row-btn),.drawer-card button:not(.ui-button):not(.file-row-btn),.done-notification-panel button,.login-card button,.acc-actions button{min-height:var(--ui-input-height);padding:0 14px;border:1px solid transparent;border-radius:4px;background:var(--ui-primary);color:#fff;font-size:13px;font-weight:700}.modal-card button:not(.ui-button):not(.file-row-btn):hover,.drawer-card button:not(.ui-button):not(.file-row-btn):hover,.done-notification-panel button:hover,.login-card button:hover,.acc-actions button:hover{background:var(--ui-primary-hover)}button.small{min-height:32px;padding:0 10px}.secondary-btn,.outline-btn,.drawer-head>button{background:#fff!important;color:#334155!important;border-color:var(--ui-border-strong)!important}.danger-btn{background:var(--ui-danger)!important;color:#fff!important}.wide-btn{width:100%}input:not([type=checkbox]):not([type=radio]):not([type=file]),select{height:var(--ui-input-height);padding:0 11px;border:1px solid var(--ui-border-strong);border-radius:var(--ui-radius);background:#fff;color:var(--ui-text);font:500 13px/1 inherit}textarea{min-height:88px;padding:10px 11px;border:1px solid var(--ui-border-strong);border-radius:var(--ui-radius);background:#fff;color:var(--ui-text);font:500 13px/1.45 inherit;resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border-color:#4a81aa;box-shadow:0 0 0 3px #174f7a1f}.ui-timeline__description>span{display:block;margin-top:5px}.production-list-box,.print-usage-box{margin:14px 0;padding:12px;border:1px solid var(--ui-border);background:#f8fafc}.production-list-box.nested{background:#fff}.section-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.section-title-row h3,.print-usage-box h3{margin:0 0 4px;color:#1e293b;font-size:15px}.section-title-row .hint,.print-usage-box .hint{margin:0 0 10px;padding:0;border:0;background:transparent}.qty-ok,.qty-bad{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border-radius:999px;font-size:12px;white-space:nowrap}.qty-ok{background:#dcfce7;color:#166534}.qty-bad{background:#fee2e2;color:#991b1b}.production-list-mode{margin:10px 0}.production-list-table{display:grid;gap:6px;margin-bottom:10px}.production-list-head,.production-list-row{display:grid;gap:6px;align-items:center}.production-list-head.is-custom,.production-list-row.is-custom{grid-template-columns:1.1fr .65fr .55fr .75fr .55fr 1fr 70px}.production-list-head.is-default,.production-list-row.is-default{grid-template-columns:.9fr .8fr .55fr 1.4fr 70px}.production-list-head.is-non-apparel,.production-list-row.is-non-apparel{grid-template-columns:1.2fr .7fr .55fr 1.3fr 70px}.production-list-head{color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase}.production-list-row input,.production-list-row select{width:100%;min-width:0}.production-list-row button{height:var(--ui-input-height);padding:0 8px}@media(max-width:900px){.production-list-head{display:none}.production-list-row,.production-list-row.is-custom,.production-list-row.is-default,.production-list-row.is-non-apparel{grid-template-columns:1fr 1fr}.production-list-row button{width:100%}}.operator-finish-modal{width:min(980px,96vw);padding:18px}.operator-finish-modal .production-list-box{margin:10px 0;padding:10px}.operator-finish-modal .section-title-row h3{font-size:13px}.qc-entry-table{table-layout:fixed;margin:8px 0!important}.qc-entry-table th,.qc-entry-table td{padding:5px 6px!important;font-size:11px!important}.qc-entry-table th:nth-child(1){width:88px}.qc-entry-table th:nth-child(2){width:190px}.qc-entry-table th:nth-child(3){width:92px}.qc-entry-table th:nth-child(5){width:68px}.qc-entry-table input,.qc-entry-table select{width:100%;min-width:0;height:32px;padding:4px 6px;font-size:12px}.qc-entry-table button{min-height:32px!important;height:32px!important;padding:0 8px!important;font-size:11px!important;width:100%;background:#fff!important;color:#1f4e79!important;border-color:#b8c7d9!important}.qc-completion-box .row-actions{gap:6px;margin-top:6px}.qc-completion-box .row-actions button{min-height:32px!important;height:32px!important;padding:0 10px!important;font-size:12px!important}.worker-task-data-table table{min-width:0!important}.worker-task-data-table .ui-data-table__viewport{overflow-x:hidden}.worker-task-data-table th,.worker-task-data-table td{vertical-align:middle;padding-left:7px;padding-right:7px}.worker-task-data-table .ui-action-group{gap:5px}.worker-task-data-table .ui-button,.worker-report-table .ui-button,.production-report-table .ui-button{min-height:30px;padding:0 10px;font-size:11px}.worker-product-cell{display:grid;gap:5px;min-width:0}.worker-product-line{display:grid;gap:2px;padding-bottom:5px;border-bottom:1px solid #eef2f6}.worker-product-line:last-of-type{border-bottom:0;padding-bottom:0}.worker-product-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#102033;font-size:12px;font-weight:600}.worker-product-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:10px}.worker-product-cell em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#475569;font-size:10px;font-style:normal}.worker-task-data-table th.is-sticky-right,.worker-task-data-table td.is-sticky-right,.worker-report-table th.is-sticky-right,.worker-report-table td.is-sticky-right,.production-report-table th.is-sticky-right,.production-report-table td.is-sticky-right{box-shadow:none!important;border-left:1px solid #e7ecf2}.material-task-table th.is-sticky-right,.material-task-table td.is-sticky-right,.material-report-data-table th.is-sticky-right,.material-report-data-table td.is-sticky-right{position:static!important;box-shadow:none!important;border-left:0!important}.material-task-table .ui-data-table__viewport,.material-report-data-table .ui-data-table__viewport{overflow-x:hidden}.material-task-table table,.material-report-data-table table{min-width:0!important}.material-task-table th,.material-task-table td,.material-report-data-table th,.material-report-data-table td{height:34px!important;padding:5px 6px!important;font-size:11px!important;line-height:1.2!important}.material-task-table th,.material-report-data-table th{font-size:10px!important;letter-spacing:0!important}.material-task-table .ui-button,.material-report-data-table .ui-button{min-height:28px!important;padding:0 8px!important;font-size:10px!important}.material-task-table .worker-product-cell,.material-report-data-table .worker-product-cell{gap:2px}.material-task-table .worker-product-line,.material-report-data-table .worker-product-line{gap:1px;padding-bottom:3px;margin:0;border-bottom:1px solid #eef2f6}.material-task-table .worker-product-cell span,.material-report-data-table .worker-product-cell span{font-size:11px;font-weight:600;line-height:1.15}.material-task-table .worker-product-cell small,.material-report-data-table .worker-product-cell small{font-size:9px;line-height:1.1}.material-task-table .ui-status-badge,.material-report-data-table .ui-status-badge{min-height:20px;padding:1px 6px;font-size:9px}.stage-status-cell{display:grid;justify-items:center;gap:3px}.stage-status-cell .ui-status-badge{font-weight:900}.stage-status-cell small{color:#334155;font-size:10px;font-weight:700;text-transform:uppercase}.stage-status-cell span{color:#64748b;font-size:10px;font-weight:500;text-transform:none;letter-spacing:0}.summary-stage-breakdown{font-weight:900;color:#334155}.production-workflow-table table{min-width:1326px!important}.production-workflow-table th,.production-workflow-table td{vertical-align:middle}.production-workflow-table th.is-sticky-right,.production-workflow-table td.is-sticky-right{position:static!important;box-shadow:none!important;border-left:0!important}.production-workflow-table .ui-button{min-height:30px;padding:0 10px;font-size:11px}.workflow-product-cell{display:grid;gap:3px;min-width:0}.workflow-product-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#102033;font-size:12px;font-weight:600}.workflow-product-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:10px}.employee-recap-table th.is-sticky-right,.employee-recap-table td.is-sticky-right{position:static!important;box-shadow:none!important;border-left:0!important}.task-count-cell{display:flex;justify-content:center;gap:6px;white-space:nowrap}.task-count-cell span{display:grid;gap:1px;min-width:34px;padding:2px 5px;border:1px solid #e2e8f0;background:#f8fafc}.task-count-cell b{font-size:11px;line-height:1.1;color:#0f172a}.task-count-cell small{font-size:8px;line-height:1.1;color:#64748b;text-transform:uppercase}.dashboard-unit-totals{display:flex;flex-wrap:wrap;gap:4px;line-height:1.1}.dashboard-unit-totals span{display:inline-flex;align-items:center;gap:3px;padding:3px 6px;background:#f1f5f9;border:1px solid #dbe7f3;color:#0f2742;font-size:11px;font-weight:700}.dashboard-unit-totals b{font-size:12px;color:#0f172a}.ui-runtime-error{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f8fafc}.ui-runtime-error>div{max-width:520px;padding:22px;border:1px solid #fecaca;background:#fff;border-left:4px solid #dc2626}.ui-runtime-error strong{display:block;color:#991b1b;font-size:18px}.ui-runtime-error p{color:#475569}.ui-runtime-error button{background:#174f7a;color:#fff}.ui-field-hint{display:block;margin-top:4px;color:#64748b;font-size:11px;font-weight:600}.operator-form-modal{width:min(980px,96vw)}.operator-form-print h2{margin:0 0 14px}.print-form-grid{display:grid;grid-template-columns:150px 1fr;gap:6px 12px;margin-bottom:14px}.print-form-grid span{color:#64748b;font-size:12px}.print-form-grid b{font-size:13px}.print-form-grid.compact{margin-top:8px}.print-form-section{padding:12px 0;border-top:1px solid #e5e7eb}.print-form-section h3{margin:0 0 4px;font-size:15px}.print-form-section p{margin:4px 0;color:#334155}.print-form-section table{margin-top:8px}.print-form-section th,.print-form-section td{padding:6px 8px;font-size:12px}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-moz-appearance:none;appearance:none;-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.modal-card .drawer-head,.drawer-card .drawer-head{align-items:flex-start;gap:12px;padding-bottom:12px;margin-bottom:14px}.drawer-head>button,.modal-card .drawer-head>button,.modal-card .drawer-head .row-actions button{min-height:34px!important;height:34px!important;padding:0 12px!important;border:1px solid var(--ui-border-strong)!important;background:#fff!important;color:#334155!important;border-radius:4px!important;font-size:12px!important;line-height:1!important;box-shadow:none!important}.drawer-head>button:hover,.modal-card .drawer-head>button:hover,.modal-card .drawer-head .row-actions button:hover{background:#f8fafc!important;border-color:#94a3b8!important}.modal-card .drawer-head .row-actions{display:flex;gap:6px;flex-wrap:nowrap;align-items:center}.modal-card .drawer-head .row-actions button:first-child{background:var(--ui-primary)!important;border-color:var(--ui-primary)!important;color:#fff!important}.modal-card .drawer-head .row-actions button:first-child:hover{background:var(--ui-primary-hover)!important}.modal-card .wide-btn,.modal-card button.wide,.modal-card>button:not(.ui-button){min-height:38px!important;padding:0 14px!important;border-radius:4px!important;font-size:12px!important}.operator-form-modal .drawer-head h2,.operator-finish-modal .drawer-head h2{font-size:20px}.operator-form-modal .drawer-head p,.operator-finish-modal .drawer-head p{font-size:12px;color:#475569}.payroll-entry-list{display:grid;gap:4px}.payroll-entry-list div{display:grid;gap:1px;padding-bottom:4px;border-bottom:1px solid #eef2f6}.payroll-entry-list div:last-child{border-bottom:0;padding-bottom:0}.payroll-entry-list b{color:#174f7a;font-size:11px}.payroll-entry-list span{color:#475569;font-size:10px}.payroll-table .ui-status-badge{font-size:9px;white-space:normal}.deadline-cell{display:grid;justify-items:center;gap:3px;line-height:1.1}.deadline-cell>span{font-size:11px;color:#0f172a;white-space:nowrap}.deadline-pill{display:inline-flex;align-items:center;justify-content:center;min-height:18px;padding:2px 7px;border-radius:999px;font-size:9px;font-weight:800;white-space:nowrap;border:1px solid transparent}.deadline-pill--safe{background:#ecfdf5;color:#047857;border-color:#bbf7d0}.deadline-pill--warn{background:#fffbeb;color:#92400e;border-color:#fde68a}.deadline-pill--late{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.deadline-pill--ok{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.deadline-pill--muted{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.print-form-title{text-align:center;margin-bottom:14px;padding-bottom:12px;border-bottom:2px solid #111827}.print-form-title h2{margin:0;color:#111827;font-size:20px;letter-spacing:.04em}.print-form-title p{margin:4px 0 0;color:#64748b;font-size:12px}.print-meta-box{display:grid;grid-template-columns:repeat(4,1fr);gap:10px 18px;margin:14px 0 12px;padding-bottom:12px;border-bottom:1px solid #cbd5e1}.print-meta-box div{display:grid;gap:2px}.print-meta-box span,.print-brief-box span{color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.print-meta-box b{color:#111827;font-size:13px;font-weight:800}.print-brief-box{margin:0 0 14px;padding:9px 0;border-bottom:1px solid #e2e8f0}.print-brief-box p{margin:4px 0 0;color:#111827;font-size:12px;line-height:1.45}.print-info-table{width:100%;margin:10px 0 14px;border-collapse:collapse;border:1px solid #cbd5e1}.print-info-table th,.print-info-table td{padding:7px 9px;border:1px solid #cbd5e1;font-size:12px;vertical-align:middle}.print-info-table th{background:#f1f5f9;color:#334155;text-align:left;font-weight:800}.print-info-table td{color:#111827}.print-info-table.compact{margin-top:8px}.print-signatures{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.print-signatures div{min-height:118px;display:flex;flex-direction:column;justify-content:space-between;text-align:center}.print-signatures span{font-size:12px;font-weight:800;color:#334155}.print-signatures b{display:block;min-height:30px;border-top:1px solid #111827;padding-top:8px;font-size:12px}@media print{body *{visibility:hidden!important}.operator-form-print,.operator-form-print *{visibility:visible!important}.operator-form-print{position:absolute;left:0;top:0;width:100%;padding:18px;background:#fff}.no-print{display:none!important}.modal-backdrop{position:static!important;background:#fff!important;padding:0!important}.modal-card{box-shadow:none!important;max-height:none!important;width:100%!important;padding:0!important}}@media(max-width:768px){.drawer-card,.wide-drawer{width:100vw}.operator-form-print,.print-form-section,.production-list-box,.employee-recap-detail{overflow-x:auto}}.ui-page-header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:0 0 20px;padding:0 0 18px;background:transparent;border:0;border-bottom:1px solid var(--ui-border);border-radius:0;box-shadow:none}.ui-page-header__content{min-width:0}.ui-page-header h1{margin:0;color:#12263a;font-size:24px;line-height:1.25;letter-spacing:-.02em}.ui-page-header p{max-width:760px;margin:5px 0 0;color:var(--ui-muted);font-size:13px}.ui-page-header__eyebrow{display:block;margin-bottom:4px;color:var(--ui-primary);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ui-page-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.ui-page-header__user{padding-left:12px;border-left:1px solid var(--ui-border);font-weight:700;color:#334155}.panel>h2,.panel .toolbar h2{font-size:16px;color:#1e293b}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:var(--ui-input-height);padding:0 14px;border:1px solid transparent;border-radius:4px;font:700 13px/1 inherit;white-space:nowrap;transition:background .15s,border-color .15s,color .15s,box-shadow .15s}.ui-button--primary{background:var(--ui-primary);color:#fff}.ui-button--primary:hover{background:var(--ui-primary-hover)}.ui-button--secondary{background:#fff;color:#334155;border-color:var(--ui-border-strong)}.ui-button--secondary:hover{background:var(--ui-subtle);border-color:#94a3b8}.ui-button--danger{background:var(--ui-danger);color:#fff}.ui-button--danger:hover{background:#a61f1f}.ui-button--ghost{background:transparent;color:#475569}.ui-button--small{min-height:32px;padding:0 10px;font-size:12px}.ui-button:disabled,.ui-icon-button:disabled{opacity:.5;cursor:not-allowed}.ui-icon-button{display:inline-grid;place-items:center;width:32px;height:32px;min-width:32px;padding:0;border:1px solid var(--ui-border-strong);border-radius:4px;background:#fff;color:#334155;transition:background .15s,color .15s,border-color .15s}.ui-icon-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ui-icon-button:hover{background:#eef5fb;color:var(--ui-primary);border-color:#9bb8cf}.ui-icon-button--danger{background:#fff;color:var(--ui-danger);border-color:#efc4c4}.ui-icon-button--danger:hover{background:#fff1f2;border-color:#e99a9a}.ui-action-group{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:nowrap;white-space:nowrap}.ui-tooltip{position:relative;display:inline-flex}.ui-tooltip:hover:after,.ui-tooltip:focus-within:after{content:attr(data-tooltip);position:absolute;z-index:200;left:50%;bottom:calc(100% + 7px);transform:translate(-50%);padding:5px 8px;border-radius:3px;background:#172033;color:#fff;font-size:11px;font-weight:600;line-height:1;white-space:nowrap;box-shadow:0 4px 12px #0f172a33;pointer-events:none}.ui-summary-grid{display:grid;grid-template-columns:repeat(var(--summary-columns,4),minmax(0,1fr));gap:10px;margin-bottom:14px}.ui-summary-card{display:block;min-width:0;padding:13px 14px;text-align:left;background:#fff;color:var(--ui-text);border:1px solid var(--ui-border);border-left:3px solid var(--ui-primary);border-radius:2px;box-shadow:var(--ui-shadow)}button.ui-summary-card{width:100%;cursor:pointer}.ui-summary-card.is-active{border-color:#8bb2d1;border-left-width:4px;background:#f0f7fc;box-shadow:0 0 0 2px #174f7a1a}.ui-summary-card--success{border-left-color:var(--ui-success)}.ui-summary-card--warning{border-left-color:var(--ui-warning)}.ui-summary-card--danger{border-left-color:var(--ui-danger)}.ui-summary-card--info{border-left-color:var(--ui-info)}.ui-summary-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.ui-summary-card__label{color:var(--ui-muted);font-size:12px;font-weight:700}.ui-summary-card__icon{color:var(--ui-primary)}.ui-summary-card__value{display:block;margin-top:8px;color:#152238;font-size:22px;line-height:1.2;font-variant-numeric:tabular-nums}.ui-summary-card__helper{display:block;margin-top:5px;color:#7c899b;font-size:11px}.ui-filter-bar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:10px;margin-bottom:12px;background:var(--ui-subtle);border:1px solid var(--ui-border)}.ui-filter-bar__fields,.ui-filter-bar__actions{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}.ui-filter-bar__fields{min-width:0;flex:1}.ui-filter-bar__actions{flex-shrink:0}.ui-field{display:grid;gap:4px;color:#475569;font-size:12px;font-weight:700}.ui-field__label{line-height:16px}.ui-field input,.ui-field select,.ui-pagination select{height:var(--ui-input-height);min-width:140px;padding:0 11px;border:1px solid var(--ui-border-strong);border-radius:var(--ui-radius);outline:none;background:#fff;color:var(--ui-text);font:500 13px/1 inherit}.ui-field input:focus,.ui-field select:focus,.ui-pagination select:focus{border-color:#4a81aa;box-shadow:0 0 0 3px #174f7a1f}.ui-search{display:grid;gap:4px;min-width:240px}.ui-search__head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:16px}.ui-search__control{display:block}.ui-search input{width:100%;min-width:240px;padding-left:11px;padding-right:12px}.ui-search__clear{min-height:0!important;height:auto!important;padding:0!important;border:0!important;background:transparent!important;color:var(--ui-primary)!important;font-size:11px!important;font-weight:800!important;line-height:16px!important}.ui-search__clear:hover{text-decoration:underline}.ui-date-range{display:flex;align-items:flex-end;gap:7px}.ui-date-range__separator{height:var(--ui-input-height);display:grid;place-items:center;color:#94a3b8}.ui-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:2px 8px;border:1px solid transparent;border-radius:999px;font-size:10px;font-weight:800;line-height:1.2;letter-spacing:.015em;text-transform:uppercase;white-space:nowrap}.ui-status-badge--neutral{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.ui-status-badge--success{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.ui-status-badge--warning{background:#fffbeb;color:#92400e;border-color:#fde68a}.ui-status-badge--danger{background:#fff1f2;color:#9f1239;border-color:#fecdd3}.ui-status-badge--info{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.ui-status-badge--purple{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}.ui-status-badge--cyan{background:#ecfeff;color:#0e7490;border-color:#a5f3fc}.ui-status-badge--orange{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.ui-data-table{width:100%;min-width:0}.ui-data-table__viewport{position:relative;max-width:100%;overflow:auto;border:1px solid var(--ui-border);background:#fff}.ui-data-table__viewport::-webkit-scrollbar{height:10px}.ui-data-table__viewport::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid #f8fafc}.ui-data-table table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.ui-data-table th,.ui-data-table td{height:40px;padding:8px 9px;border:0;border-bottom:1px solid #e7ecf2;color:#334155;font-size:12px;line-height:1.32;vertical-align:middle;overflow:hidden;text-overflow:ellipsis}.ui-data-table th{height:40px;background:#edf3f8;color:#24445e;font-size:11px;font-weight:800;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap}.ui-data-table--sticky thead{position:sticky;z-index:5;top:0}.ui-data-table tbody tr:last-child td{border-bottom:0}.ui-data-table tbody tr:hover td{background:#f7fafc}.ui-data-table tr.is-clickable{cursor:pointer}.ui-data-table .is-left{text-align:left}.ui-data-table .is-center{text-align:center}.ui-data-table .is-right{text-align:right;font-variant-numeric:tabular-nums}.ui-data-table .no-wrap{white-space:nowrap}.ui-data-table .can-wrap{white-space:normal;overflow-wrap:anywhere}.ui-data-table__sort{display:inline-flex;align-items:center;justify-content:inherit;gap:4px;width:auto;min-width:0;padding:0;background:transparent;color:inherit;border:0;border-radius:0;font:inherit;text-transform:inherit}.ui-sort-icon{color:#94a3b8;font-size:12px}.ui-sort-icon.is-active{color:var(--ui-primary)}.ui-data-table__detail-col{width:56px}.ui-data-table__detail-cell .ui-icon-button{width:28px;height:28px;min-width:28px;margin:auto}.ui-data-table th.is-sticky-right,.ui-data-table td.is-sticky-right{position:sticky;right:0;z-index:4;background:#fff;box-shadow:-8px 0 12px -12px #0f172a80}.ui-data-table th.is-sticky-right{z-index:7;background:#edf3f8}.ui-data-table tbody tr:hover td.is-sticky-right{background:#f7fafc}.ui-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0 0;color:var(--ui-muted);font-size:12px}.ui-pagination__controls{display:flex;align-items:center;gap:10px}.ui-pagination__controls label{display:flex;align-items:center;gap:7px}.ui-pagination select{height:32px;min-width:64px;padding:0 7px}.ui-pagination button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid var(--ui-border-strong);border-radius:4px;background:#fff;color:#334155}.ui-pagination button:disabled{background:#f1f5f9;color:#a8b2bf;cursor:not-allowed}.ui-pagination svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ui-detail-drawer-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#0f172a5c}.ui-detail-drawer{width:min(460px,94vw);height:100%;padding:0;background:#fff;box-shadow:-12px 0 35px #0f172a29;overflow:auto}.ui-detail-drawer__header{position:sticky;z-index:1;top:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:#fff;border-bottom:1px solid var(--ui-border)}.ui-detail-drawer__header span{color:var(--ui-primary);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.ui-detail-drawer__header h2{margin:3px 0 0;font-size:18px}.ui-detail-drawer__body{padding:20px}.ui-detail-drawer dl{display:grid;margin:0}.ui-detail-drawer dl div{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #edf1f5}.ui-detail-drawer dt{color:var(--ui-muted);font-size:12px;font-weight:700}.ui-detail-drawer dd{margin:0;color:#243244;font-size:13px;overflow-wrap:anywhere}.ui-state{display:flex;min-height:210px;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center;color:var(--ui-muted)}.ui-state strong{color:#334155;font-size:14px}.ui-state p{max-width:440px;margin:5px 0 12px;font-size:12px}.ui-state__icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:10px;border:1px solid var(--ui-border-strong);border-radius:50%;color:#64748b;font-size:20px}.ui-state--error .ui-state__icon{border-color:#fecaca;background:#fef2f2;color:var(--ui-danger)}.ui-state--loading{min-height:120px;flex-direction:row;gap:9px}.ui-spinner{width:18px;height:18px;border:2px solid #dbe4ed;border-top-color:var(--ui-primary);border-radius:50%;animation:ui-spin .75s linear infinite}@keyframes ui-spin{to{transform:rotate(360deg)}}.ui-skeleton-table{padding:0 10px}.ui-skeleton-table__row{display:grid;grid-template-columns:repeat(var(--skeleton-columns,6),1fr);grid-auto-flow:column;grid-auto-columns:1fr;gap:18px;min-height:43px;align-items:center;border-bottom:1px solid #edf1f5}.ui-skeleton-table__row span{display:block;height:10px;border-radius:2px;background:linear-gradient(90deg,#edf1f5 25%,#f8fafc,#edf1f5 75%);background-size:200% 100%;animation:ui-shimmer 1.4s infinite}@keyframes ui-shimmer{to{background-position:-200% 0}}.ui-modal-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#0f172a7a}.ui-modal{display:flex;width:min(680px,96vw);max-height:92vh;flex-direction:column;background:#fff;border:1px solid var(--ui-border);border-radius:6px;box-shadow:0 24px 70px #0f172a47}.ui-modal--small{width:min(440px,96vw)}.ui-modal--large{width:min(980px,96vw)}.ui-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--ui-border)}.ui-modal__header h2{margin:0;color:#1e293b;font-size:18px}.ui-modal__header p{margin:4px 0 0;color:var(--ui-muted);font-size:12px}.ui-modal__close{display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid var(--ui-border);border-radius:4px;background:#fff;color:#475569}.ui-modal__close svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.ui-modal__body{padding:20px;overflow:auto}.ui-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--ui-border);background:var(--ui-subtle)}.ui-confirm-icon{display:grid;place-items:center;width:48px;height:48px;margin:4px auto;border:1px solid #bfdbfe;border-radius:50%;background:#eff6ff;color:var(--ui-primary);font-size:22px;font-weight:800}.ui-confirm-icon--danger{border-color:#fecaca;background:#fef2f2;color:var(--ui-danger)}.ui-file-upload__dropzone{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:112px;padding:18px;border:1px dashed #9eb1c4;border-radius:4px;background:#f8fafc;color:#334155;text-align:left}.ui-file-upload__dropzone:hover,.ui-file-upload__dropzone.is-dragging{border-color:var(--ui-primary);background:#f0f7fc}.ui-file-upload__dropzone svg{width:28px;height:28px;fill:none;stroke:var(--ui-primary);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ui-file-upload__dropzone span{display:grid}.ui-file-upload__dropzone small{margin-top:3px;color:var(--ui-muted);font-weight:500}.ui-file-upload__list{margin:8px 0 0;padding-left:20px;color:#475569;font-size:12px}.ui-image-preview-modal img{display:block;max-width:100%;max-height:70vh;margin:auto;object-fit:contain}.ui-tabs{display:flex;align-items:center;gap:2px;margin-bottom:16px;border-bottom:1px solid var(--ui-border)}.ui-tabs button{display:flex;align-items:center;gap:7px;min-height:40px;padding:0 14px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#64748b;font-size:12px}.ui-tabs button:hover{background:#f8fafc;color:#334155}.ui-tabs button.is-active{border-bottom-color:var(--ui-primary);color:var(--ui-primary)}.ui-tabs button span{padding:1px 6px;border-radius:999px;background:#e8edf3;font-size:10px}.ui-tabs button.is-active span{background:#dbeafe;color:#1d4ed8}.ui-timeline{position:relative;display:grid;gap:0;margin:0;padding:0;list-style:none}.ui-timeline li{position:relative;display:grid;grid-template-columns:24px 1fr;gap:10px;padding-bottom:18px}.ui-timeline li:before{content:"";position:absolute;left:7px;top:15px;bottom:0;width:1px;background:var(--ui-border)}.ui-timeline li:last-child:before{display:none}.ui-timeline__marker{position:relative;z-index:1;width:15px;height:15px;margin-top:3px;border:3px solid #fff;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 1px #94a3b8}.ui-timeline li.is-active .ui-timeline__marker{background:var(--ui-primary);box-shadow:0 0 0 1px var(--ui-primary)}.ui-timeline__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.ui-timeline__description{margin:3px 0;color:#475569;font-size:12px}.ui-timeline__content small{color:#8793a3}.ui-timeline__empty{color:var(--ui-muted);font-size:12px}@media(max-width:1200px){.ui-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ui-filter-bar{align-items:stretch;flex-direction:column}.ui-filter-bar__actions{justify-content:flex-end}}@media(max-width:760px){main{padding:16px}.ui-page-header{align-items:flex-start;flex-direction:column;gap:12px}.ui-page-header h1{font-size:21px}.ui-page-header__actions{width:100%;flex-wrap:wrap}.ui-summary-grid{grid-template-columns:1fr 1fr;gap:8px}.ui-summary-card{padding:12px}.ui-summary-card__value{font-size:19px}.ui-filter-bar__fields>*{width:100%}.ui-field input,.ui-field select,.ui-search,.ui-search input{width:100%;min-width:0}.ui-date-range{width:100%}.ui-date-range .ui-field{flex:1}.ui-data-table__viewport{border:1px solid var(--ui-border);background:#fff}.ui-data-table th,.ui-data-table td{height:38px;padding:7px 8px;font-size:11px}.ui-pagination{align-items:flex-start;flex-direction:column}.ui-pagination__controls{width:100%;justify-content:space-between;gap:6px}.ui-pagination__controls>span{font-size:11px}.ui-modal-backdrop{padding:10px}.ui-modal{max-height:96vh}.ui-modal__body{padding:16px}.ui-data-table th[data-priority=secondary],.ui-data-table td[data-priority=secondary]{display:none}}@media(max-width:460px){.ui-summary-grid{grid-template-columns:1fr}.ui-date-range{align-items:stretch;flex-direction:column}.ui-date-range__separator,.ui-pagination__info{display:none}.ui-pagination__controls label{font-size:0}.ui-pagination__controls label select{font-size:12px}.ui-detail-drawer dl div{grid-template-columns:1fr;gap:3px}}.ui-status-filter-strip{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:-4px 0 14px}.ui-status-filter-strip button{display:flex;align-items:center;gap:6px;padding:3px 5px 3px 3px;border:1px solid var(--ui-border);border-radius:999px;background:#fff;color:#475569}.ui-status-filter-strip button:hover,.ui-status-filter-strip button.is-active{border-color:#8bb2d1;background:#f0f7fc}.ui-status-filter-strip button b{font-size:11px}.ui-rate-stack{display:grid;gap:2px;font-variant-numeric:tabular-nums}.ui-rate-stack span{display:flex;align-items:center;justify-content:space-between;gap:6px}.ui-rate-stack small{color:#8190a2;font-size:9px}.ui-rate-stack--jahit{color:#075985}.ui-rate-stack--potong{color:#166534}.ui-rate-stack--press{color:#9a3412}.ui-cell-meta{display:block;margin-top:3px;color:var(--ui-muted);font-size:10px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:linear-gradient(160deg,#fdf6ec,#f6efe1 45%,#efe4d1)}.login-shell{display:grid;grid-template-columns:1.05fr 1fr;width:min(960px,100%);background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 30px 80px #18263a2e}.login-brand{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:46px 40px;color:#fff;background:linear-gradient(155deg,#0f2c44,#174f7a 60%,#1c5b8a)}.login-brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(120% 120% at 100% 0%,rgba(249,115,22,.38),transparent 55%);pointer-events:none}.login-brand>*{position:relative}.login-brand-logo-wrap{width:62px;height:62px;padding:8px;display:grid;place-items:center;background:#fff;border-radius:16px;box-shadow:0 10px 24px #0000002e;margin-bottom:18px}.login-brand-logo{width:100%;height:100%;object-fit:contain}.login-brand h2{margin:0 0 8px;font-size:23px;letter-spacing:-.01em}.login-brand p{margin:0;max-width:340px;color:#dfeaf4;font-size:13.5px;line-height:1.65}.login-brand-points{list-style:none;margin:24px 0 0;padding:0;display:grid;gap:11px}.login-brand-points li{display:flex;align-items:center;gap:10px;font-size:13px;color:#eef4fa}.login-brand-points li:before{content:"✓";flex-shrink:0;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#ffffff29;color:#ffe1bd;font-size:10.5px;font-weight:800}.login-card{padding:46px 42px;display:grid;align-content:center;gap:14px}.login-card-head{margin-bottom:4px}.login-card-head h1{margin:0;color:#1b2733;font-size:23px;letter-spacing:-.01em}.login-card-head p{margin:6px 0 0;color:#64748b;font-size:13px}.login-field{display:grid;gap:6px;font-size:12.5px;font-weight:700;color:#374151}.login-input-wrap{display:flex;align-items:center;gap:9px;height:46px;padding:0 13px;border:1px solid var(--ui-border-strong,#c7d1dc);border-radius:10px;background:#fff;transition:border-color .15s,box-shadow .15s}.login-input-wrap:focus-within{border-color:#4a81aa;box-shadow:0 0 0 3px #174f7a1f}.login-input-wrap svg{flex-shrink:0;color:#94a3b8}.login-input-wrap input{flex:1;min-width:0;height:100%!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.login-input-wrap input:focus{outline:none;box-shadow:none!important;border:0!important}.login-card button.login-toggle-visibility{margin-top:0!important;min-height:auto!important;width:28px;height:28px;padding:0!important;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:6px!important;background:transparent!important;color:#94a3b8}.login-card button.login-toggle-visibility:hover{background:#f1f5f9!important;color:#475569}.login-card button{margin-top:6px;min-height:46px;border-radius:10px!important;background:linear-gradient(135deg,#f97316,#ea6a0a)!important;font-size:14px;letter-spacing:.01em}.login-card button:hover{background:linear-gradient(135deg,#ea6a0a,#d95f07)!important}.login-card button:disabled{opacity:.7;cursor:not-allowed}.login-footer{margin:6px 0 0;color:#94a3b8;font-size:11px;text-align:center;line-height:1.5}.login-card .alert{border-radius:8px;font-size:12.5px}@media(max-width:860px){.login-page{padding:18px}.login-shell{grid-template-columns:1fr;border-radius:16px}.login-brand{padding:34px 28px}.login-brand-points{display:none}.login-card{padding:32px 28px}}
