*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0ea5a4;--primary-dark: #0b7f7e;--secondary: #0f766e;--primary-soft: rgba(14, 165, 164, .12);--success: #16a34a;--danger: #dc2626;--warning: #d97706;--info: #2563eb;--bg: #f5f7fa;--bg-dark: #1e293b;--text: #1f2937;--text-light: #5b6677;--border: #d7dee8;--white: #ffffff;--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}@media (max-width: 768px){:root{font-size:14px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);color:var(--text);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--text-light);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-success{background:var(--success);color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--white);border-radius:12px;padding:24px;box-shadow:var(--shadow)}.input{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;transition:border-color .2s}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:var(--text)}.loading{display:flex;align-items:center;justify-content:center;padding:40px}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:spin .8s linear infinite}.startup-splash{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(180deg,#fff,#f8fafc);color:var(--text);text-align:center;padding:24px}.startup-splash__logo-wrap{width:min(220px,55vw);min-height:72px;position:relative;display:grid;place-items:center;margin-bottom:8px}.startup-splash__logo{width:100%;max-width:220px;max-height:110px;height:auto;object-fit:contain;animation:splashFloat 1.8s ease-in-out infinite;position:relative}.startup-splash__title{font-size:30px;font-weight:700;letter-spacing:1px;line-height:1.2;color:var(--text)}.startup-splash__subtitle{font-size:14px;color:var(--text-light)}.startup-splash__dots{display:inline-flex;gap:8px;margin-top:4px}.startup-splash__dots span{width:8px;height:8px;border-radius:999px;background:var(--primary);animation:splashDot 1.1s ease-in-out infinite}.startup-splash__dots span:nth-child(2){animation-delay:.15s}.startup-splash__dots span:nth-child(3){animation-delay:.3s}@keyframes spin{to{transform:rotate(360deg)}}@keyframes splashFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes splashDot{0%,80%,to{transform:scale(.7);opacity:.55}40%{transform:scale(1);opacity:1}}.error{background:#fee2e2;color:#991b1b;padding:12px;border-radius:8px;margin:10px 0}.success{background:#d1fae5;color:#065f46;padding:12px;border-radius:8px;margin:10px 0}@media (max-width: 768px){.container{padding:0 15px}.card{padding:16px}.btn{padding:8px 16px;font-size:13px}table{font-size:12px}table th,table td{padding:8px 4px}.form-row{flex-direction:column}.input{font-size:16px}}@media (max-width: 480px){.card{padding:12px}.btn{padding:12px 16px;font-size:14px;min-height:44px}h1{font-size:24px!important}h2{font-size:20px!important}.input{min-height:44px;font-size:16px}button,a,input[type=checkbox]{min-height:44px;min-width:44px}}@media screen and (max-width: 768px){input,select,textarea{font-size:16px!important}}.npd-shell{background:#f8fafc;min-height:100vh}.npd-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:14px 0 10px}@media (min-width: 768px){.npd-header{padding:16px 0 12px}}.npd-title{font-size:22px;font-weight:700;color:#111827}.npd-subtitle{margin-top:4px;font-size:13px;color:#6b7280}.npd-tabs{background:#fff;border-bottom:1px solid #e5e7eb;padding:0}@media (min-width: 768px){.npd-tabs{padding:0}}.npd-tab-list{display:flex;gap:8px;flex-wrap:wrap}.npd-tab{border:1px solid transparent;background:transparent;padding:8px 12px;border-radius:10px 10px 0 0;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .15s ease;position:relative;white-space:nowrap;min-height:38px}.npd-tab:hover{color:#374151;background:#f3f4f6}.npd-tab-active{color:#111827;background:#fff;border-color:#e5e7eb;box-shadow:0 -2px 8px #0000000f}.npd-tab-active:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:3px;background:linear-gradient(90deg,#2563eb,#16a34a);border-radius:3px}.npd-tab-icon{width:16px;height:16px}.npd-page{padding:8px 0;max-width:100%;margin:0 auto}.npd-page-production{padding-left:0;padding-right:0}@media (min-width: 768px){.npd-page{padding:10px 0}.npd-page-production{padding-left:0;padding-right:0}}.npd-theme-blue{--npd-accent: #2563eb;--npd-accent-dark: #1d4ed8;--npd-accent-200: #bfdbfe;--npd-header-bg: linear-gradient(90deg, #eff6ff, #eef2ff);--npd-hover-bg: #eff6ff}.npd-theme-green{--npd-accent: #16a34a;--npd-accent-dark: #15803d;--npd-accent-200: #bbf7d0;--npd-header-bg: linear-gradient(90deg, #ecfdf5, #f0fdf4);--npd-hover-bg: #ecfdf5}.npd-action-bar{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;margin-bottom:10px;box-shadow:var(--shadow)}.npd-costing-builder-grid{display:grid;grid-template-columns:minmax(560px,1.25fr) minmax(420px,1fr);gap:12px;align-items:start}.npd-costing-matrix-pane,.npd-costing-fields-pane{min-width:0}.npd-costing-fields-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;align-content:start}.npd-costing-flow-pane{display:grid;gap:8px;align-content:start}.npd-costing-flow-card{border:1px solid #e2e8f0;border-radius:8px;background:#fbfdff;padding:8px}.npd-costing-flow-title{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#334155}.npd-costing-flow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.npd-costing-flow-grid-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.npd-costing-dependency-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.npd-costing-dependency-item{border:1px solid #dbe4ee;border-radius:6px;padding:6px 8px;background:#f8fafc;display:flex;flex-direction:column;gap:2px}.npd-costing-dependency-item span{font-size:11px;color:#64748b}.npd-costing-dependency-item strong{font-size:14px;color:#0f172a}.npd-costing-dependency-item-highlight{background:#eff6ff;border-color:#93c5fd}.npd-costing-readonly-box{border:1px solid #dbe4ee;border-radius:6px;padding:6px 8px;background:#f8fafc;display:flex;flex-direction:column;gap:2px}.npd-costing-readonly-box span{font-size:11px;color:#64748b}.npd-costing-readonly-box strong{font-size:14px;color:#0f172a}.npd-costing-group-card{border:1px solid #e5e7eb;border-radius:8px;background:#fbfdff;padding:6px}.npd-costing-group-card-priority{grid-column:1 / -1;background:#f8fbff}.npd-costing-group-title{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#334155}.npd-costing-group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 6px}.npd-costing-group-card-priority .npd-costing-group-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.npd-costing-group-grid .npd-input{padding:5px 7px;font-size:12px}.npd-costing-notes-card{grid-column:1 / -1}.npd-costing-ops-table{font-size:12px}.npd-costing-ops-table thead th{white-space:nowrap}.npd-costing-ops-table tbody td{padding:6px 8px;vertical-align:middle}.npd-costing-ops-table .npd-input{padding:5px 7px;font-size:12px}.npd-costing-op-result{min-width:92px;padding:6px 8px;border:1px solid #dbe4ee;border-radius:6px;background:#f8fafc;text-align:right;font-weight:700;color:#1e293b}.npd-costing-ops-head{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.npd-costing-ops-head-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.npd-costing-ops-input-opname{min-width:180px}.npd-costing-ops-input-code{width:120px}.npd-costing-ops-input-base,.npd-costing-ops-input-factor,.npd-costing-ops-input-cost{width:96px}.npd-costing-ops-input-factor{width:84px}.npd-costing-enquiry-select-wrap{flex:1 1 360px;min-width:280px;max-width:620px}.npd-costing-enquiry-select-wrap .npd-costing-enquiry-select__control{min-height:38px}.npd-costing-enquiry-select-wrap .npd-costing-enquiry-select__value-container{padding-top:2px;padding-bottom:2px}.npd-costing-quote-actions{align-items:center}.npd-costing-quote-buttons{display:flex;flex-wrap:wrap;gap:8px}.npd-table-compact{font-size:12px}.npd-table-compact thead th,.npd-table-compact tbody td{padding:6px 8px}@media (max-width: 1100px){.npd-costing-builder-grid{grid-template-columns:1fr}.npd-costing-flow-grid-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.npd-costing-fields-groups{grid-template-columns:1fr}.npd-costing-group-grid,.npd-costing-group-card-priority .npd-costing-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.npd-costing-ops-head{display:grid;grid-template-columns:1fr;align-items:stretch}.npd-costing-ops-add-btn{width:100%;justify-content:center}.npd-costing-ops-table{font-size:11px}.npd-costing-ops-table tbody td{padding:6px}.npd-costing-ops-input-opname{min-width:140px}.npd-costing-ops-input-code{width:96px}.npd-costing-ops-input-base,.npd-costing-ops-input-factor,.npd-costing-ops-input-cost{width:80px}.npd-costing-op-result{min-width:80px;padding:5px 6px;font-size:11px}.npd-costing-quote-actions{display:grid;grid-template-columns:1fr;align-items:stretch}.npd-costing-quote-actions .npd-sep{display:none}.npd-costing-quote-label{width:100%}.npd-costing-quote-buttons{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.npd-costing-quote-buttons .npd-btn{width:100%;justify-content:center}.npd-costing-quote-actions .npd-muted{margin-top:-2px}.npd-costing-enquiry-select-wrap{flex-basis:100%;min-width:0;max-width:none}.npd-costing-group-grid,.npd-costing-flow-grid,.npd-costing-flow-grid-wide,.npd-costing-dependency-grid{grid-template-columns:1fr}}@media (max-width: 768px){.npd-costing-builder-grid{grid-template-columns:1fr;gap:10px}.npd-costing-fields-pane{order:2}.npd-costing-matrix-pane{order:1}.npd-costing-builder-grid .npd-table-wrap{max-height:none;overflow-y:visible;overflow-x:auto;-webkit-overflow-scrolling:touch}.npd-costing-matrix-pane .costing-table{min-width:560px}.npd-costing-fields-pane .costing-table{min-width:0;width:100%;table-layout:fixed}.npd-costing-fields-pane .costing-table thead th,.npd-costing-fields-pane .costing-table tbody td{white-space:normal;overflow-wrap:anywhere;word-break:break-word}}@media (max-width: 360px){.npd-costing-quote-buttons{grid-template-columns:1fr}}@media (max-width: 480px){.npd-costing-ops-table thead{display:none}.npd-costing-ops-table tbody tr{display:block;border:1px solid #e2e8f0;border-radius:10px;margin:8px 0;background:#fff;overflow:hidden}.npd-costing-ops-table tbody td{display:grid;grid-template-columns:112px minmax(0,1fr);gap:8px;align-items:center;border-right:none;border-bottom:1px solid #eef2f7;padding:8px 10px}.npd-costing-ops-table tbody td:last-child{border-bottom:none}.npd-costing-ops-table tbody td:before{content:attr(data-label);font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.npd-costing-ops-table .npd-input,.npd-costing-ops-input-opname,.npd-costing-ops-input-code,.npd-costing-ops-input-base,.npd-costing-ops-input-factor,.npd-costing-ops-input-cost{width:100%;min-width:0}.npd-costing-ops-table .npd-empty{display:block;padding:14px;text-align:center}.npd-costing-op-result{min-width:0;width:100%}.npd-costing-ops-table tbody td[data-label=Actions]{grid-template-columns:1fr}.npd-costing-ops-table tbody td[data-label=Actions]:before{margin-bottom:4px}}.npd-iot-launch-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:stretch;gap:10px;padding:14px 8px;margin-bottom:10px;border:1px solid #d1fae5;border-radius:12px;background:linear-gradient(135deg,#ecfdf5,#f0fdf4 40%,#dcfce7);box-shadow:var(--shadow)}.npd-iot-launch-btn{display:inline-flex;align-items:center;justify-content:space-between;width:100%;min-height:86px;gap:12px;border:1px solid #86efac;border-radius:14px;padding:14px 18px;background:#fff;color:#065f46;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.npd-iot-launch-btn:hover{transform:translateY(-1px);border-color:#22c55e;box-shadow:0 8px 24px #16a34a29}.npd-iot-launch-btn-warning{border-color:#fdba74;color:#9a3412}.npd-iot-launch-btn-warning:hover{border-color:#f97316;box-shadow:0 8px 24px #f973162e}.npd-iot-launch-btn-info{border-color:#93c5fd;color:#1e3a8a}.npd-iot-launch-btn-info:hover{border-color:#3b82f6;box-shadow:0 8px 24px #3b82f633}.npd-iot-launch-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#16a34a,#22c55e)}.npd-iot-launch-icon-warning{background:linear-gradient(135deg,#ea580c,#fb923c)}.npd-iot-launch-icon-info{background:linear-gradient(135deg,#1d4ed8,#60a5fa)}.npd-iot-launch-text{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.15}.npd-iot-title{font-size:18px;font-weight:700;letter-spacing:.02em}.npd-iot-subtitle{font-size:12px;color:#047857;font-weight:600}.npd-action-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}@media (max-width: 768px){.npd-iot-launch-wrap{grid-template-columns:1fr}}.npd-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:8px 0 12px;font-size:13px;color:#6b7280}.npd-breadcrumb-link{background:none;border:none;padding:0;color:#2563eb;cursor:pointer;font-weight:600}.npd-breadcrumb-link:hover{text-decoration:underline}.npd-breadcrumb-sep{color:#9ca3af}.npd-breadcrumb-current{color:#111827;font-weight:600}.npd-sep{width:1px;height:32px;background:#d1d5db;margin:0 6px}.npd-search{position:relative;flex:1;min-width:200px;max-width:320px}.npd-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af}.npd-input,.npd-select{padding:7px 10px;font-size:13px;border:1px solid #d1d5db;border-radius:6px;background:#fff}.npd-search-input{padding-left:30px;width:100%}.npd-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;font-size:13px;font-weight:600;border-radius:6px;border:1px solid transparent;cursor:pointer;transition:background-color .15s ease}.npd-btn-primary{background:var(--npd-accent);color:#fff}.npd-btn-primary:hover{background:var(--npd-accent-dark)}.npd-btn-success{background:#16a34a;color:#fff}.npd-btn-success:hover{background:#15803d}.npd-btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.npd-btn-secondary:hover{background:#f9fafb}.npd-btn:disabled{background:#9ca3af;cursor:not-allowed}.npd-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;box-shadow:var(--shadow);width:100%}.npd-table-wrap{overflow-x:auto;max-height:600px;overflow-y:auto}.npd-table-wrap-iot{scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.npd-table-wrap-iot::-webkit-scrollbar{height:10px}.npd-table-wrap-iot::-webkit-scrollbar-track{background:#f3f4f6}.npd-table-wrap-iot::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.npd-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.npd-table thead th{position:sticky;top:0;z-index:2;background:var(--npd-header-bg);text-transform:none;font-size:11px;letter-spacing:0;line-height:1.2;color:#374151;border-bottom:2px solid var(--npd-accent-200);padding:8px 10px;white-space:normal;overflow-wrap:anywhere;text-align:center;vertical-align:middle}.npd-table th,.npd-table td{border-right:1px solid #e5e7eb;padding:8px 10px}.npd-table th:last-child,.npd-table td:last-child{border-right:none}.npd-table tbody tr:nth-child(2n){background:#f9fafb}.npd-table tbody tr:hover{background:var(--npd-hover-bg)}.npd-row-loss-selected{background:#eff6ff!important}.npd-loss-reason-cell{cursor:cell;position:relative;-webkit-user-select:none;user-select:none}.npd-loss-reason-cell-selected{background:#dbeafe!important;box-shadow:inset 0 0 0 2px #2563eb}.npd-loss-reason-cell-selected>div{position:relative;z-index:1}.production-table{font-size:12px}.production-table thead th{font-size:10px;padding:6px 8px;line-height:1.15;white-space:nowrap;overflow-wrap:normal;word-break:normal}.production-table thead th:nth-child(9),.production-table thead th:nth-child(10),.production-table thead th:nth-child(11),.production-table thead th:nth-child(12),.production-table thead th:nth-child(13),.production-table thead th:nth-child(18),.production-table thead th:nth-child(19),.production-table thead th:nth-child(20),.production-table thead th:nth-child(21),.production-table thead th:nth-child(22),.production-table thead th:nth-child(24),.production-table thead th:nth-child(25){white-space:normal;overflow-wrap:anywhere;word-break:break-word}.production-table tbody td{border-bottom:1px solid #e5e7eb;padding:6px 8px;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.2;vertical-align:top}.production-table tbody tr:last-child td{border-bottom:none}.costing-table{font-size:12px}.costing-table thead th{font-size:10px;padding:6px 8px;line-height:1.15;white-space:nowrap;overflow-wrap:normal;word-break:normal}.costing-table tbody td{border-bottom:1px solid #e5e7eb;padding:6px 8px;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.2;vertical-align:middle}.costing-table tbody tr:last-child td{border-bottom:none}.sap-material-stock-table thead th,.sap-material-stock-table tbody td,.sap-material-doc-table thead th,.sap-material-doc-table tbody td,.sap-material-doc-upload-table thead th,.sap-material-doc-upload-table tbody td{white-space:nowrap}.sap-material-stock-table thead th:nth-child(1),.sap-material-stock-table tbody td:nth-child(1){min-width:130px}.sap-material-stock-table thead th:nth-child(2),.sap-material-stock-table tbody td:nth-child(2){min-width:240px;max-width:360px;white-space:normal}.sap-material-stock-table thead th:nth-child(8),.sap-material-stock-table tbody td:nth-child(8){min-width:120px;text-align:right}.sap-material-doc-table thead th:nth-child(1),.sap-material-doc-table tbody td:nth-child(1){min-width:120px}.sap-material-doc-table thead th:nth-child(7),.sap-material-doc-table tbody td:nth-child(7){min-width:240px;max-width:360px;white-space:normal}.sap-material-doc-table thead th:nth-child(15),.sap-material-doc-table tbody td:nth-child(15){min-width:96px;text-align:center}.sap-material-doc-upload-table thead th:nth-child(2),.sap-material-doc-upload-table tbody td:nth-child(2){min-width:160px}.sap-material-doc-upload-table thead th:nth-child(3),.sap-material-doc-upload-table tbody td:nth-child(3){min-width:240px;max-width:360px;white-space:normal}.sap-material-doc-upload-table thead th:nth-child(14),.sap-material-doc-upload-table tbody td:nth-child(14){min-width:180px;max-width:260px;white-space:normal}input[data-costing-input=true][type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}input[data-costing-input=true][type=number]::-webkit-outer-spin-button,input[data-costing-input=true][type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.machine-rate-table thead th,.machine-rate-table tbody td{white-space:nowrap}.machine-rate-table thead th:nth-child(1),.machine-rate-table tbody td:nth-child(1){min-width:54px;text-align:right}.machine-rate-table thead th:nth-child(2),.machine-rate-table tbody td:nth-child(2){min-width:120px}.machine-rate-table thead th:nth-child(3),.machine-rate-table tbody td:nth-child(3){min-width:160px}.machine-rate-table thead th:nth-child(4),.machine-rate-table tbody td:nth-child(4),.machine-rate-table thead th:nth-child(7),.machine-rate-table tbody td:nth-child(7){min-width:96px}.machine-rate-table thead th:nth-child(5),.machine-rate-table tbody td:nth-child(5),.machine-rate-table thead th:nth-child(6),.machine-rate-table tbody td:nth-child(6),.machine-rate-table thead th:nth-child(8),.machine-rate-table tbody td:nth-child(8),.machine-rate-table thead th:nth-child(9),.machine-rate-table tbody td:nth-child(9){min-width:90px}.machine-rate-table thead th:nth-child(10),.machine-rate-table tbody td:nth-child(10){min-width:160px;max-width:260px;white-space:normal}.machine-rate-table thead th:nth-child(11),.machine-rate-table tbody td:nth-child(11){min-width:84px;text-align:center}.operation-master-table thead th,.operation-master-table tbody td{white-space:nowrap}.operation-master-table thead th:nth-child(1),.operation-master-table tbody td:nth-child(1){min-width:54px;text-align:right}.operation-master-table thead th:nth-child(2),.operation-master-table tbody td:nth-child(2){min-width:220px}.operation-master-table thead th:nth-child(3),.operation-master-table tbody td:nth-child(3){min-width:170px}.operation-master-table thead th:nth-child(4),.operation-master-table tbody td:nth-child(4){min-width:130px}.operation-master-table thead th:nth-child(5),.operation-master-table tbody td:nth-child(5){min-width:90px}.operation-master-table thead th:nth-child(6),.operation-master-table tbody td:nth-child(6){min-width:180px;max-width:280px;white-space:normal}.operation-master-table thead th:nth-child(7),.operation-master-table tbody td:nth-child(7){min-width:84px;text-align:center}.raw-material-rate-master-table thead th,.raw-material-rate-master-table tbody td{white-space:nowrap}.raw-material-rate-master-table thead th:nth-child(1),.raw-material-rate-master-table tbody td:nth-child(1){min-width:54px;text-align:right}.raw-material-rate-master-table thead th:nth-child(2),.raw-material-rate-master-table tbody td:nth-child(2){min-width:170px}.raw-material-rate-master-table thead th:nth-child(3),.raw-material-rate-master-table tbody td:nth-child(3){min-width:130px}.raw-material-rate-master-table thead th:nth-child(4),.raw-material-rate-master-table tbody td:nth-child(4){min-width:170px}.raw-material-rate-master-table thead th:nth-child(5),.raw-material-rate-master-table tbody td:nth-child(5),.raw-material-rate-master-table thead th:nth-child(11),.raw-material-rate-master-table tbody td:nth-child(11){min-width:110px}.raw-material-rate-master-table thead th:nth-child(6),.raw-material-rate-master-table tbody td:nth-child(6),.raw-material-rate-master-table thead th:nth-child(7),.raw-material-rate-master-table tbody td:nth-child(7),.raw-material-rate-master-table thead th:nth-child(8),.raw-material-rate-master-table tbody td:nth-child(8),.raw-material-rate-master-table thead th:nth-child(9),.raw-material-rate-master-table tbody td:nth-child(9),.raw-material-rate-master-table thead th:nth-child(10),.raw-material-rate-master-table tbody td:nth-child(10){min-width:120px}.raw-material-rate-master-table thead th:nth-child(12),.raw-material-rate-master-table tbody td:nth-child(12){min-width:90px;text-align:center}.raw-material-rate-master-table thead th:nth-child(13),.raw-material-rate-master-table tbody td:nth-child(13){min-width:180px;max-width:260px;white-space:normal}.raw-material-rate-master-table thead th:nth-child(14),.raw-material-rate-master-table tbody td:nth-child(14){min-width:84px;text-align:center}.heat-treatment-master-table thead th,.heat-treatment-master-table tbody td{white-space:nowrap}.heat-treatment-master-table thead th:nth-child(1),.heat-treatment-master-table tbody td:nth-child(1){min-width:54px;text-align:right}.heat-treatment-master-table thead th:nth-child(2),.heat-treatment-master-table tbody td:nth-child(2){min-width:140px}.heat-treatment-master-table thead th:nth-child(3),.heat-treatment-master-table tbody td:nth-child(3){min-width:180px}.heat-treatment-master-table thead th:nth-child(4),.heat-treatment-master-table tbody td:nth-child(4){min-width:200px;max-width:300px;white-space:normal}.heat-treatment-master-table thead th:nth-child(5),.heat-treatment-master-table tbody td:nth-child(5),.heat-treatment-master-table thead th:nth-child(6),.heat-treatment-master-table tbody td:nth-child(6){min-width:110px}.heat-treatment-master-table thead th:nth-child(7),.heat-treatment-master-table tbody td:nth-child(7){min-width:120px;text-align:right}.heat-treatment-master-table thead th:nth-child(8),.heat-treatment-master-table tbody td:nth-child(8){min-width:80px;text-align:center}.heat-treatment-master-table thead th:nth-child(9),.heat-treatment-master-table tbody td:nth-child(9){min-width:140px;max-width:200px;white-space:normal}.heat-treatment-master-table thead th:nth-child(10),.heat-treatment-master-table tbody td:nth-child(10){min-width:84px;text-align:center}.machine-rate-grid-cell{position:relative}body.machine-rate-no-text-select,body.machine-rate-no-text-select *{-webkit-user-select:none!important;user-select:none!important}.machine-rate-grid-cell-selected{background:#e8f1ff;box-shadow:inset 0 0 0 1px #7ea7e6}.machine-rate-grid-cell-copied{position:relative}.machine-rate-grid-cell-copied:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;pointer-events:none;background-image:repeating-linear-gradient(90deg,#29a35a 0 6px,transparent 6px 12px),repeating-linear-gradient(180deg,#29a35a 0 6px,transparent 6px 12px),repeating-linear-gradient(270deg,#29a35a 0 6px,transparent 6px 12px),repeating-linear-gradient(0deg,#29a35a 0 6px,transparent 6px 12px);background-size:calc(100% - 2px) 2px,2px calc(100% - 2px),calc(100% - 2px) 2px,2px calc(100% - 2px);background-position:1px 1px,calc(100% - 1px) 1px,calc(100% - 1px) calc(100% - 1px),1px calc(100% - 1px);background-repeat:no-repeat;animation:machine-rate-copy-march .9s linear infinite}@keyframes machine-rate-copy-march{0%{background-position:1px 1px,calc(100% - 1px) 1px,calc(100% - 1px) calc(100% - 1px),1px calc(100% - 1px)}to{background-position:13px 1px,calc(100% - 1px) 13px,calc(100% - 13px) calc(100% - 1px),1px calc(100% - 13px)}}.machine-rate-shell{padding:24px;max-width:1400px}.machine-rate-shell-embedded{padding:0;max-width:none}.machine-rate-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.machine-rate-title{margin:0;font-size:22px;font-weight:700;color:#1e293b}.machine-rate-subtitle{margin:4px 0 0;font-size:13px;color:#64748b}.machine-rate-filters-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;margin-bottom:16px;display:flex;gap:12px;flex-wrap:wrap;align-items:center}.machine-rate-search-wrap{display:flex;align-items:center;gap:6px;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;flex:1 1 180px;min-width:140px}.machine-rate-search-icon{color:#94a3b8}.machine-rate-search-input{border:none;outline:none;font-size:13px;width:100%}.machine-rate-search-clear{color:#94a3b8;cursor:pointer}.machine-rate-filter-select{min-width:140px}.machine-rate-filter-select-customer{min-width:160px}.machine-rate-state{padding:40px;text-align:center;color:#64748b;font-size:14px}.machine-rate-row-actions{display:flex;gap:6px}.machine-rate-icon-btn{background:none;border:none;cursor:pointer;padding:2px 4px}.machine-rate-icon-btn-edit{color:#2563eb}.machine-rate-icon-btn-delete{color:#dc2626}.machine-rate-srno-locked{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:34px;color:#475569;font-weight:600;background:#f8fafc;border:1px solid #dbe4ee;border-radius:6px}.machine-rate-unit-select{min-width:112px;padding-right:24px}@media (max-width: 768px){.machine-rate-shell{padding:16px}.machine-rate-filter-select,.machine-rate-filter-select-customer{min-width:120px}}.production-table thead th:nth-child(1),.production-table tbody td:nth-child(1){min-width:56px}.production-table thead th:nth-child(2),.production-table tbody td:nth-child(2){min-width:72px}.production-table thead th:nth-child(3),.production-table tbody td:nth-child(3){min-width:96px}.production-table thead th:nth-child(4),.production-table tbody td:nth-child(4){min-width:60px}.production-table thead th:nth-child(5),.production-table tbody td:nth-child(5){min-width:96px}.production-table thead th:nth-child(6),.production-table tbody td:nth-child(6){min-width:82px}.production-table thead th:nth-child(7),.production-table tbody td:nth-child(7){min-width:104px}.production-table thead th:nth-child(8),.production-table tbody td:nth-child(8){min-width:84px}.production-table thead th:nth-child(9),.production-table tbody td:nth-child(9){min-width:124px;max-width:200px}.production-table thead th:nth-child(10),.production-table tbody td:nth-child(10){min-width:124px;max-width:200px}.production-table thead th:nth-child(11),.production-table tbody td:nth-child(11),.production-table thead th:nth-child(12),.production-table tbody td:nth-child(12),.production-table thead th:nth-child(13),.production-table tbody td:nth-child(13),.production-table thead th:nth-child(19),.production-table tbody td:nth-child(19),.production-table thead th:nth-child(20),.production-table tbody td:nth-child(20),.production-table thead th:nth-child(21),.production-table tbody td:nth-child(21){min-width:84px}.production-table thead th:nth-child(14),.production-table tbody td:nth-child(14),.production-table thead th:nth-child(15),.production-table tbody td:nth-child(15),.production-table thead th:nth-child(16),.production-table tbody td:nth-child(16),.production-table thead th:nth-child(17),.production-table tbody td:nth-child(17){min-width:64px}.production-table thead th:nth-child(18),.production-table tbody td:nth-child(18){min-width:124px;max-width:200px}.production-table thead th:nth-child(19),.production-table tbody td:nth-child(19),.production-table thead th:nth-child(22),.production-table tbody td:nth-child(22){min-width:136px;max-width:240px}.production-table thead th:nth-child(23),.production-table tbody td:nth-child(23),.production-table thead th:nth-child(24),.production-table tbody td:nth-child(24){min-width:98px;max-width:160px}.production-table thead th:nth-child(25),.production-table tbody td:nth-child(25){min-width:132px}.production-table thead th.npd-col-timestamp,.production-table tbody td.npd-col-timestamp{min-width:132px}.production-table-iot{--iot-col-1: 64px;--iot-col-2: 72px;--iot-col-3: 96px;--iot-col-4: 60px;--iot-col-5: 96px;--iot-col-6: 82px;--iot-col-7: 104px;width:max-content;min-width:100%}.production-table-iot thead th:nth-child(1),.production-table-iot tbody td:nth-child(1){width:var(--iot-col-1);min-width:var(--iot-col-1);max-width:var(--iot-col-1)}.production-table-iot thead th:nth-child(2),.production-table-iot tbody td:nth-child(2){width:var(--iot-col-2);min-width:var(--iot-col-2);max-width:var(--iot-col-2)}.production-table-iot thead th:nth-child(3),.production-table-iot tbody td:nth-child(3){width:var(--iot-col-3);min-width:var(--iot-col-3);max-width:var(--iot-col-3)}.production-table-iot thead th:nth-child(4),.production-table-iot tbody td:nth-child(4){width:var(--iot-col-4);min-width:var(--iot-col-4);max-width:var(--iot-col-4)}.production-table-iot thead th:nth-child(5),.production-table-iot tbody td:nth-child(5){width:var(--iot-col-5);min-width:var(--iot-col-5);max-width:var(--iot-col-5)}.production-table-iot thead th:nth-child(6),.production-table-iot tbody td:nth-child(6){width:var(--iot-col-6);min-width:var(--iot-col-6);max-width:var(--iot-col-6)}.production-table-iot thead th:nth-child(7),.production-table-iot tbody td:nth-child(7){width:var(--iot-col-7);min-width:var(--iot-col-7);max-width:var(--iot-col-7)}.production-table-iot thead th:nth-child(1),.production-table-iot thead th:nth-child(2),.production-table-iot thead th:nth-child(3),.production-table-iot thead th:nth-child(4),.production-table-iot thead th:nth-child(5),.production-table-iot thead th:nth-child(6),.production-table-iot thead th:nth-child(7){position:sticky;top:0;z-index:7}.production-table-iot tbody td:nth-child(1),.production-table-iot tbody td:nth-child(2),.production-table-iot tbody td:nth-child(3),.production-table-iot tbody td:nth-child(4),.production-table-iot tbody td:nth-child(5),.production-table-iot tbody td:nth-child(6),.production-table-iot tbody td:nth-child(7){position:sticky;z-index:4}.production-table-iot thead th:nth-child(1),.production-table-iot tbody td:nth-child(1){left:0}.production-table-iot thead th:nth-child(2),.production-table-iot tbody td:nth-child(2){left:var(--iot-col-1)}.production-table-iot thead th:nth-child(3),.production-table-iot tbody td:nth-child(3){left:calc(var(--iot-col-1) + var(--iot-col-2))}.production-table-iot thead th:nth-child(4),.production-table-iot tbody td:nth-child(4){left:calc(var(--iot-col-1) + var(--iot-col-2) + var(--iot-col-3))}.production-table-iot thead th:nth-child(5),.production-table-iot tbody td:nth-child(5){left:calc(var(--iot-col-1) + var(--iot-col-2) + var(--iot-col-3) + var(--iot-col-4))}.production-table-iot thead th:nth-child(6),.production-table-iot tbody td:nth-child(6){left:calc(var(--iot-col-1) + var(--iot-col-2) + var(--iot-col-3) + var(--iot-col-4) + var(--iot-col-5))}.production-table-iot thead th:nth-child(7),.production-table-iot tbody td:nth-child(7){left:calc(var(--iot-col-1) + var(--iot-col-2) + var(--iot-col-3) + var(--iot-col-4) + var(--iot-col-5) + var(--iot-col-6))}.production-table-iot tbody td:nth-child(-n+7){background:#fff}.production-table-iot tbody tr:nth-child(2n) td:nth-child(-n+7){background:#f9fafb}.production-table-iot tbody tr:hover td:nth-child(-n+7){background:var(--npd-hover-bg)}.production-table-iot tbody tr.npd-row-loss-selected td:nth-child(-n+7){background:#eff6ff}.production-table-iot thead th:nth-child(7),.production-table-iot tbody td:nth-child(7){box-shadow:2px 0 #d1d5db}.npd-sheet-drag-handle{cursor:grab;color:#94a3b8;text-align:center;padding:0 6px;-webkit-user-select:none;user-select:none;line-height:1;vertical-align:middle}.npd-sheet-drag-handle:active{cursor:grabbing}.production-table-sheet{width:max-content;min-width:0;table-layout:auto;font-size:12px;background:#fff}.production-table-sheet thead th{position:sticky;top:0;z-index:6;background:linear-gradient(180deg,#f8fafc,#eef2f7);border-bottom:1px solid #cfd8e3;border-right:1px solid #d9e1ea;color:#334155;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;padding:7px 8px}.production-table-sheet thead th:last-child{border-right:none}.production-table-sheet tbody td{background:#fff;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:4px 6px;vertical-align:middle;transition:background-color .12s ease}.production-table-sheet tbody tr:hover td{background:#f8fbff}.production-table-sheet tbody td:last-child{border-right:none}.npd-sheet-input{width:100%;min-height:28px;border:1px solid transparent;border-radius:4px;background:transparent;padding:4px 6px;line-height:1.2;color:#0f172a}.npd-sheet-input:hover{background:#f8fafc;border-color:#dbe5f0}.npd-sheet-input:focus{outline:none;background:#fff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb29}.production-table-sheet tbody td:has(.npd-sheet-input:focus){background:#eff6ff}.production-table-sheet td:nth-child(1){font-weight:600;color:#475569}.production-table-sheet td:nth-child(8){text-align:center}@media (max-width: 768px){.production-table-sheet{font-size:11px}.production-table-sheet thead th{font-size:10px;padding:6px}.npd-sheet-input{min-height:34px;padding:5px 6px}}@media (max-width: 768px){.production-table-iot{--iot-col-1: 56px;--iot-col-2: 72px;--iot-col-3: 96px}.production-table-iot thead th:nth-child(n+4):nth-child(-n+7),.production-table-iot tbody td:nth-child(n+4):nth-child(-n+7){position:static;left:auto;z-index:auto;box-shadow:none}.production-table-iot tbody td:nth-child(-n+3){background:#fff}.production-table-iot tbody tr:nth-child(2n) td:nth-child(-n+3){background:#f9fafb}.production-table-iot tbody tr:hover td:nth-child(-n+3){background:var(--npd-hover-bg)}.production-table-iot tbody tr.npd-row-loss-selected td:nth-child(-n+3){background:#eff6ff}.production-table-iot thead th:nth-child(3),.production-table-iot tbody td:nth-child(3){box-shadow:2px 0 #d1d5db}}.npd-row-link{cursor:pointer}.npd-row-title{display:inline-flex;align-items:center;gap:8px;font-weight:600}.npd-row-icon{width:16px;height:16px;color:var(--npd-accent)}.npd-table td{padding:10px 12px;color:#111827}.npd-sticky-right{position:sticky;right:0;z-index:3;background:var(--npd-header-bg)}.npd-sticky-right-cell{position:sticky;right:0;background:inherit}.npd-badge{display:inline-block;padding:2px 8px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:11px;font-weight:600}.npd-status{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600}.npd-status-complete{background:#dcfce7;color:#166534}.npd-status-progress{background:#dbeafe;color:#1e40af}.npd-status-pending{background:#fef3c7;color:#92400e}.npd-delay-ok{color:#16a34a;font-weight:600}.npd-delay-bad{color:#dc2626;font-weight:600}.npd-icon-btn{border:none;background:transparent;padding:4px;border-radius:6px;cursor:pointer;transition:background-color .15s ease}.npd-icon-btn-edit{color:#2563eb}.npd-icon-btn-edit:hover{background:#dbeafe}.npd-icon-btn-delete{color:#dc2626}.npd-icon-btn-delete:hover{background:#fee2e2}.npd-pagination{margin-top:10px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;box-shadow:var(--shadow)}.npd-pagination-controls{display:flex;align-items:center;gap:10px}.npd-divider{width:1px;height:20px;background:#d1d5db}.npd-text-sm{font-size:13px}.npd-muted{color:#6b7280}.npd-nowrap{white-space:nowrap}.npd-state{padding:32px;text-align:center;color:#6b7280}.npd-empty{padding:24px;text-align:center;color:#6b7280}.npd-load-more{padding:10px 12px;font-size:13px;color:#6b7280;text-align:center}.npd-state-error{color:#dc2626}.npd-spinner{border:3px solid #e5e7eb;border-top-color:var(--npd-accent);border-radius:50%;width:32px;height:32px;animation:spin .8s linear infinite;margin:0 auto 8px}.npd-summary-grid{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(500px,1.05fr);gap:6px;padding:6px;border-bottom:1px solid #e5e7eb;background:#f8fafc;align-items:start}.npd-summary-kpi-grid{display:grid;grid-template-columns:repeat(8,minmax(120px,1fr));gap:6px;padding:6px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.npd-summary-kpi-card{background:#fff;border:1px solid #dbe4ee;border-radius:8px;padding:6px 8px;box-shadow:0 1px 2px #0f172a0f;min-height:50px;display:flex;flex-direction:column;justify-content:center}.npd-summary-kpi-card-highlight{border-color:#93c5fd;background:#eff6ff}.npd-summary-kpi-label{font-size:11px;color:#64748b;line-height:1.1;margin-bottom:4px}.npd-summary-kpi-value{font-size:16px;font-weight:700;color:#0f172a;line-height:1}.npd-summary-right-col{display:grid;grid-template-rows:1fr 1fr;gap:6px;height:420px}.npd-summary-chart-card{background:#fff;border:1px solid #dbe4ee;border-radius:8px;padding:6px 6px 4px;box-shadow:0 1px 2px #0f172a0f;min-height:207px;display:flex;flex-direction:column;overflow:hidden}.npd-summary-chart-card-machine{min-height:420px}.npd-summary-chart-title{margin:0 0 4px;padding:0;font-size:12px;font-weight:700;color:#1f2937;line-height:1.2}.npd-summary-haxis-wrap{position:relative;height:340px;padding:2px 0 12px;display:flex;flex-direction:column;flex:1}.npd-summary-haxis-grid{position:absolute;top:4px;left:122px;right:2px;bottom:18px;pointer-events:none}.npd-summary-haxis-line{position:absolute;top:0;bottom:0;width:1px;background:#d1d5db}.npd-summary-haxis-rows{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;gap:2px;overflow:hidden}.npd-summary-haxis-row{display:grid;grid-template-columns:120px 1fr;gap:2px;align-items:center;height:20px}.npd-summary-haxis-label{font-size:10px;font-weight:500;color:#334155;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:6px;line-height:1.2}.npd-summary-haxis-track{position:relative;height:100%;display:flex;align-items:center;min-height:16px}.npd-summary-haxis-fill{position:relative;height:100%;background:#3b82f6;border-radius:2px;min-width:2px;flex-shrink:0}.npd-summary-haxis-value{font-size:9.5px;font-weight:700;white-space:nowrap;line-height:1}.npd-summary-haxis-value--inside{position:absolute;right:4px;top:50%;transform:translateY(-50%);color:#fff}.npd-summary-haxis-value--outside{margin-left:4px;color:#0f172a;align-self:center}.npd-summary-haxis-ticks{position:absolute;left:122px;right:2px;bottom:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));font-size:9px;color:#64748b;line-height:1}.npd-summary-haxis-ticks span{justify-self:center}.npd-summary-bar-wrap{min-height:145px;display:flex;align-items:flex-end;gap:8px;overflow-x:auto;overflow-y:hidden;padding:0 2px;flex:1;position:relative;z-index:1}.npd-summary-bar-item{min-width:48px;max-width:48px;display:grid;grid-template-rows:90px 30px;align-items:center;gap:3px;flex-shrink:0}.npd-summary-bar-value{font-size:9px;font-weight:600;color:#1f2937;line-height:1;height:12px}.npd-summary-bar-value--muted{color:#94a3b8}.npd-summary-bar-value--floating{position:absolute;left:50%;transform:translate(-50%);white-space:nowrap;pointer-events:none}.npd-summary-bar-track{width:26px;height:90px;display:flex;align-items:flex-end;background:transparent;border:0;border-radius:0;overflow:visible;flex-shrink:0;position:relative}.npd-summary-bar-fill{width:100%;border-radius:3px 3px 0 0;box-shadow:0 0 0 1px #0f172a0a}.npd-summary-bar-fill-loss{background:#ef4444}.npd-summary-bar-fill-week{background:#3b82f6}.npd-summary-bar-label{width:48px;height:30px;display:flex;align-items:flex-start;justify-content:center;padding-top:2px;text-align:center;font-size:9px;color:#64748b;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:normal;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.npd-summary-bar-wrap-target{position:relative;padding-top:10px}.npd-summary-bar-wrap-loss,.npd-summary-bar-wrap-target{border-bottom:1px solid #cbd5e1}.npd-summary-bar-zero-marker{width:8px;height:8px;border-radius:999px;background:#94a3b8;margin:0 auto 1px}.npd-summary-target-line{position:absolute;left:2px;right:2px;border-top:1px solid #16a34a;pointer-events:none;z-index:2}.npd-summary-target-line span{position:absolute;right:0;transform:translateY(-120%);background:#dcfce7;color:#166534;font-size:10px;font-weight:600;padding:1px 6px;border-radius:999px}.npd-summary-target-zones{position:absolute;top:10px;left:2px;right:2px;bottom:0;pointer-events:none;z-index:0}.npd-summary-target-zone{position:absolute;left:0;right:0}.npd-summary-target-zone--low{bottom:0;height:60%;background:#ef44440d}.npd-summary-target-zone--mid{bottom:60%;height:25%;background:#f59e0b0f}.npd-summary-target-zone--high{bottom:85%;height:15%;background:#22c55e0f}.npd-summary-vaxis-wrap{--npd-v-axis-width: 56px;position:relative;display:flex;gap:2px;flex:1;min-height:145px;padding-bottom:0}.npd-summary-vaxis-labels{display:flex;flex-direction:column;justify-content:space-between;font-size:9px;color:#475569;line-height:1;padding:10px 6px 30px 0;text-align:right;min-width:var(--npd-v-axis-width);flex-shrink:0}.npd-summary-vaxis-label{height:auto;display:flex;align-items:center;justify-content:flex-end}.npd-summary-vaxis-grid{position:absolute;top:10px;left:calc(var(--npd-v-axis-width) + 2px);right:0;bottom:30px;pointer-events:none}.npd-summary-vaxis-line{position:absolute;left:0;right:0;width:100%;height:1px;background:#edf2f7}.npd-summary-vaxis-line:last-child{background:#cbd5e1}.npd-summary-vaxis-wrap-target .npd-summary-bar-wrap-target{padding-top:8px}@media (max-width: 1200px){.npd-summary-kpi-grid{grid-template-columns:repeat(2,minmax(160px,1fr))}.npd-summary-grid{grid-template-columns:1fr}.npd-summary-right-col{grid-template-rows:unset;grid-template-columns:1fr;height:auto}.npd-summary-chart-card{min-height:200px}.npd-summary-chart-card-machine{min-height:360px}.npd-summary-haxis-wrap{height:280px}}@media (max-width: 640px){.npd-summary-kpi-grid{grid-template-columns:1fr}}
