:root{--text:#1f2430;--text-muted:#6b7280;--bg:#f4f5f7;--panel-bg:#fff;--border:#dfe3e8;--accent:#2f5fa3;--accent-hover:#244a82;--danger:#c0392b;--warning-bg:#fff4e5;--sans:system-ui, "Segoe UI", "Malgun Gothic", Roboto, sans-serif;--header-bg:linear-gradient(180deg, #263341 0%, #1b2530 100%);--header-text:#fff;--toolbar-bg:linear-gradient(180deg, #fbfcfe 0%, #f1f4f8 100%);--grid-head-bg:linear-gradient(180deg, #f3f6fa 0%, #e6ebf1 100%);--grid-head-flat:#eef1f5;--row-selected:#d9e8ff;--input-bg:#fff;--btn-bg:linear-gradient(180deg, #fff 0%, #eef1f5 100%);--btn-bg-hover:linear-gradient(180deg, #fff 0%, #e2e8f1 100%);--btn-border:#c3ccd8;--tab-inactive-bg:#e9edf3;--tab-inactive-text:#55606f;--surface-2:#f4f7fb;--hover-bg:#eef2f7;--grid-group-over-bg:#e6eef8;--grid-group-head-bg:linear-gradient(180deg, #e8eef7 0%, #dbe4f1 100%);--grid-group-head-text:#1f3556;--grid-group-subtotal-bg:#f4f7fb;--grid-group-subtotal-text:#2a4a7f;--grid-pager-bg:linear-gradient(180deg, #fbfcfe 0%, #f1f4f8 100%);--grid-row-insert-accent:#1f8a4c;--grid-row-update-accent:#c07a00}:root[data-theme=colorful]{--bg:#f3f2f1;--accent:#2b579a;--accent-hover:#1e3f6f;--header-bg:linear-gradient(180deg, #2b579a 0%, #1e3f6f 100%);--grid-head-bg:linear-gradient(180deg, #eef3fb 0%, #dfe8f6 100%);--grid-head-flat:#e7eefb;--row-selected:#cfe0f7}:root[data-theme=blue]{--bg:#dbe5f1;--panel-bg:#fff;--border:#a9c0de;--accent:#2e5c96;--accent-hover:#23486f;--header-bg:linear-gradient(180deg, #5a8ac4 0%, #2e5c96 100%);--toolbar-bg:linear-gradient(180deg, #eaf1fa 0%, #d7e3f4 100%);--grid-head-bg:linear-gradient(180deg, #e3edf9 0%, #cddef2 100%);--grid-head-flat:#dbe5f1;--row-selected:#b7d0ee}:root[data-theme=darkgray]{--text:#ececec;--text-muted:#b3b3b3;--bg:#444;--panel-bg:#4f4f4f;--border:#616161;--accent:#5a8fd6;--accent-hover:#4278c2;--danger:#e06c5a;--warning-bg:#4a3a1e;--header-bg:linear-gradient(180deg, #2f2f2f 0%, #262626 100%);--header-text:#f2f2f2;--toolbar-bg:linear-gradient(180deg, #585858 0%, #4e4e4e 100%);--grid-head-bg:linear-gradient(180deg, #5c5c5c 0%, #4f4f4f 100%);--grid-head-flat:#565656;--row-selected:#3d5a80;--input-bg:#5a5a5a;--btn-bg:linear-gradient(180deg, #6d6d6d 0%, #5d5d5d 100%);--btn-bg-hover:linear-gradient(180deg, #4a86e8 0%, #2f6fd6 100%);--btn-border:#7a7a7a;--tab-inactive-bg:#4a4a4a;--tab-inactive-text:#cfcfcf;--surface-2:#545454;--hover-bg:#626262;--grid-group-over-bg:#42556e;--grid-group-head-bg:linear-gradient(180deg, #62666d 0%, #555a62 100%);--grid-group-head-text:#f2f2f2;--grid-group-subtotal-bg:#575b61;--grid-group-subtotal-text:#d6e6ff;--grid-pager-bg:linear-gradient(180deg, #585858 0%, #4e4e4e 100%)}:root[data-theme=dark]{--text:#e2e2e2;--text-muted:#9a9a9a;--bg:#1e1e1e;--panel-bg:#252526;--border:#3c3c3c;--accent:#4a9eda;--accent-hover:#3a86c0;--danger:#e06c5a;--warning-bg:#3a2f1a;--header-bg:linear-gradient(180deg, #1a1a1a 0%, #141414 100%);--header-text:#f0f0f0;--toolbar-bg:linear-gradient(180deg, #303030 0%, #2a2a2a 100%);--grid-head-bg:linear-gradient(180deg, #333 0%, #2b2b2b 100%);--grid-head-flat:#2d2d2d;--row-selected:#094771;--input-bg:#2d2d2d;--btn-bg:linear-gradient(180deg, #3c3c3c 0%, #313131 100%);--btn-bg-hover:linear-gradient(180deg, #4a86e8 0%, #2f6fd6 100%);--btn-border:#555;--tab-inactive-bg:#2d2d2d;--tab-inactive-text:#b8b8b8;--surface-2:#2a2a2a;--hover-bg:#33404c;--grid-group-over-bg:#263f55;--grid-group-head-bg:linear-gradient(180deg, #3b4652 0%, #303b46 100%);--grid-group-head-text:#e8f2ff;--grid-group-subtotal-bg:#303840;--grid-group-subtotal-text:#b9d8f2;--grid-pager-bg:linear-gradient(180deg, #303030 0%, #292929 100%)}*{box-sizing:border-box}body{font-family:var(--sans);color:var(--text);background:var(--bg);margin:0;font-size:13px}html,body{height:100%;overflow:hidden}#root{transform-origin:0 0;position:fixed;top:0;left:0}button{cursor:pointer;border:1px solid var(--btn-border);background:var(--btn-bg);color:var(--text);border-radius:5px;padding:6px 12px;font-family:inherit;font-size:13px;transition:background .12s,box-shadow .12s,transform 50ms;box-shadow:0 1px 2px #0f172a1f,inset 0 1px #ffffffb3}button:hover:not(:disabled){background:var(--btn-bg-hover);border-color:var(--accent);color:var(--accent)}button:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px 4px #0f172a2e}button:disabled{opacity:.5;cursor:default;box-shadow:none}button.btn-primary{color:#fff;background:linear-gradient(#4a79c7 0%,#2f5fa3 100%);border-color:#24487f;box-shadow:0 1px 3px #1f4a8266,inset 0 1px #ffffff40}button.btn-primary:hover:not(:disabled){color:#fff;background:linear-gradient(#3d6cbb 0%,#274f8b 100%)}button.btn-danger{color:#b02a1d;background:linear-gradient(#fff 0%,#fbe3e1 100%);border-color:#e2a9a2;font-weight:600}button.btn-danger:hover:not(:disabled){color:#8f2016;background:linear-gradient(#fdeae8 0%,#f6cfca 100%);border-color:#d08a80}button.btn-attach{color:#235bb0;background:linear-gradient(#fff 0%,#e4eefb 100%);border-color:#aec6e8;font-weight:600}button.btn-attach:hover:not(:disabled){color:#1b4894;background:linear-gradient(#e9f1fc 0%,#d0e0f6 100%);border-color:#8fb2df}.grid-file-label{color:#235bb0;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(#fff 0%,#e4eefb 100%);border:1px solid #aec6e8;border-radius:3px;justify-content:center;align-items:center;min-height:26px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-flex}.grid-file-label:hover{background:linear-gradient(#e9f1fc 0%,#d0e0f6 100%);border-color:#8fb2df}.grid-file-label.is-disabled{opacity:.55;cursor:default}.btn-ico{vertical-align:middle;align-items:center;margin-right:4px;display:inline-flex}.btn-ico svg{width:13px;height:13px;display:block}input,select{border:1px solid var(--border);background:var(--panel-bg);color:var(--text);border-radius:4px;padding:5px 8px;font-family:inherit;font-size:13px}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232f6fd6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 5px center;background-repeat:no-repeat;background-size:14px;padding-right:24px}select::-ms-expand{display:none}label{color:var(--text-muted);flex-direction:column;gap:4px;font-size:12px;display:inline-flex}.login-page{isolation:isolate;color:#172033;background:radial-gradient(circle at 12% 18%,#aaeedad1 0 0,#aaeeda00 34%),radial-gradient(circle at 88% 15%,#ffcfddc7 0 0,#ffcfdd00 34%),linear-gradient(135deg,#e9faf5 0%,#f9fbff 48%,#fff0f5 100%);justify-content:center;align-items:center;min-height:100dvh;padding:32px;display:flex;position:relative;overflow:auto}.login-card{box-sizing:border-box;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #ffffffe0;border-radius:30px;flex-direction:column;gap:14px;width:min(520px,100vw - 64px);padding:48px 54px 46px;display:flex;box-shadow:0 28px 70px #3a536f24,0 8px 24px #3a536f14}.login-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.login-logo{width:360px;max-width:100%;height:auto;margin:0 auto 14px;display:block}.login-field{color:#667085;display:block;position:relative}.login-field-label,.login-machine-picker-label{z-index:1;color:#5d6b82;letter-spacing:.04em;font-size:10px;font-weight:700;line-height:1;position:absolute;top:8px;left:16px}.login-field input,.login-machine-picker{box-sizing:border-box;color:#172033;border:1px solid #dce5ef;border-radius:14px;width:100%;height:58px;padding:21px 16px 5px;font-size:15px;font-weight:600;transition:border-color .16s,box-shadow .16s,background .16s;box-shadow:0 1px 2px #0f172a05;background:#f8fafc!important}.login-field input::placeholder{color:#a4afbf;font-weight:500}.login-field--uid input{border:2px solid #c7ebe6}.login-field--uid .login-field-label{color:#177d75}.login-field--password input{border:2px solid #ffc5cc}.login-field--password .login-field-label{color:#b23c54}.login-field input:focus,.login-machine-picker:focus-visible{border-color:#4d88e8;outline:0;box-shadow:0 0 0 4px #4d88e824;background:#fff!important}.login-equipment-toggle{color:#516078;cursor:pointer;flex-direction:row;align-self:flex-start;align-items:center;gap:8px;margin:1px 2px -2px;font-size:13px;font-weight:600;display:inline-flex}.login-equipment-toggle input{appearance:auto;accent-color:#3979df;width:18px;height:18px;margin:0}.login-machine-picker{text-align:left;cursor:pointer;justify-content:flex-start;align-items:flex-end;gap:8px;display:flex;position:relative}.login-machine-picker:hover:not(:disabled){color:#172033;border-color:#91b4eb;background:#fff!important}.login-machine-picker strong{text-overflow:ellipsis;white-space:nowrap;flex:none;max-width:48%;font-size:14px;line-height:1.3;overflow:hidden}.login-machine-picker small{text-overflow:ellipsis;white-space:nowrap;color:#718096;flex:auto;min-width:0;font-size:12px;line-height:1.45;overflow:hidden}.login-machine-picker:disabled{color:#9ca3af;opacity:1;background:#f2f5f8!important}.login-submit{color:#fff;letter-spacing:.02em;background:#2f6fd6;border:0;border-radius:14px;align-self:center;width:min(190px,100%);height:56px;margin-top:3px;font-size:16px;font-weight:700;transition:transform .16s,box-shadow .16s,background .16s;box-shadow:0 10px 24px #3979df40}.login-submit:hover:not(:disabled){color:#fff;background:#2f6fd6;transform:translateY(-1px);box-shadow:0 14px 28px #3979df4d}.login-submit:focus-visible{outline:0;box-shadow:0 0 0 4px #3979df33,0 10px 24px #3979df40}.login-error{color:#b52b45;background:#fff3f5;border:1px solid #f5c4cb;border-radius:12px;margin:0;padding:10px 13px;font-size:13px;line-height:1.4}.login-machine-backdrop{z-index:20000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#1b263b6b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.login-machine-dialog{background:#fff;border:1px solid #ffffffb8;border-radius:22px;flex-direction:column;width:min(900px,100vw - 48px);height:min(680px,100vh - 48px);min-height:0;display:flex;overflow:hidden;box-shadow:0 28px 70px #0f172a47}.login-machine-dialog>header,.login-machine-dialog>footer{flex:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.login-machine-dialog>header{color:#fff;background:#3979df;border-bottom:1px solid #ffffff26}.login-machine-dialog>header h2{margin:0;font-size:17px}.login-machine-dialog>header button{color:#fff;width:30px;height:30px;box-shadow:none;background:0 0;border-color:#ffffff80;border-radius:9px;padding:0;font-size:20px;line-height:1}.login-machine-search{border-bottom:1px solid var(--border);background:#f8fafc;flex-wrap:wrap;align-items:flex-end;gap:10px;padding:12px 16px;display:flex}.login-machine-search label{flex:220px;min-width:180px}.login-machine-search input{width:100%;height:34px}.login-machine-search button{min-width:72px;height:34px}.login-machine-status{min-height:20px;color:var(--text-muted);flex:none;margin:0;padding:7px 16px;font-size:12px}.login-machine-grid{flex:auto;min-height:0;padding:0 16px;display:flex}.login-machine-grid>.dx-grid{flex:auto;min-height:0}.login-machine-dialog>footer{border-top:1px solid var(--border);background:var(--surface-2);color:var(--text-muted);font-size:12px}.login-machine-dialog>footer>div{gap:8px;display:flex}.login-machine-confirm{color:#fff;background:#3979df}@media (width<=640px){.login-page{padding:18px}.login-card{border-radius:24px;width:100%;padding:34px 24px 30px}.login-logo{width:min(320px,100%);margin-bottom:10px}.login-machine-backdrop{padding:8px}.login-machine-dialog{width:calc(100vw - 16px);height:calc(100vh - 16px)}.login-machine-dialog>footer{flex-direction:column;align-items:flex-start}}@media (width<=380px){.login-card{padding-inline:18px}.login-machine-picker strong{max-width:54%}}.app-shell{flex-direction:column;height:100%;display:flex;overflow:hidden}.app-header{background:var(--header-bg);height:50px;color:var(--header-text);z-index:5;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 16px;display:flex;box-shadow:0 2px 6px #00000040}.app-head-left{align-items:center;gap:14px;min-width:0;display:flex}.app-brand{letter-spacing:.3px;white-space:nowrap;font-size:14px;font-weight:700}.breadcrumb{border-left:1px solid #fff3;align-items:center;gap:2px;padding-left:14px;font-size:12px;display:flex;overflow:hidden}.crumb-wrap{white-space:nowrap;align-items:center;gap:2px;display:inline-flex}.crumb{color:#ffffffb3}.crumb-active{color:#fff;font-weight:600}.crumb-sep{color:#ffffff73;margin:0 4px}.app-user{flex-shrink:0;align-items:center;gap:10px;font-size:12px;display:flex}.app-user button{color:#fff;box-shadow:none;background:#ffffff1a;border-color:#fff6}.app-user button:hover:not(:disabled){color:#fff;background:#fff3}.app-body{flex:1;min-height:0;display:flex}.app-sidebar{background:var(--panel-bg);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:260px;min-height:0;display:flex}.sidebar-head{border-bottom:1px solid var(--border);background:var(--surface-2);justify-content:space-between;align-items:center;padding:8px 10px 8px 14px;display:flex}.sidebar-title{font-size:13px;font-weight:600}.tree-toggle{padding:2px 9px;font-size:13px;line-height:1}.app-sidebar-collapsed{border-right:1px solid var(--border);background:#f7f8fa;flex-shrink:0;justify-content:center;width:28px;padding-top:8px;display:flex}.menu-search{border-bottom:1px solid var(--border);padding:8px 10px;position:relative}.menu-search input{width:100%;padding-right:24px}.menu-search-clear{background:0 0;border:none;padding:2px 4px;font-size:12px;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.menu-scroll{flex:1;padding:8px 0;overflow-y:auto}.app-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.tab-content{flex:1;min-height:0;padding:18px 22px;overflow:auto}.tab-empty{color:var(--text-muted);padding:20px;font-size:13px}.tab-panel{height:100%}.tabbar{background:var(--grid-head-flat);border-bottom:2px solid var(--border);flex-shrink:0;align-items:stretch;height:38px;display:flex}.tabbar-arrow{border:none;border-right:1px solid var(--border);background:var(--btn-bg);width:28px;color:var(--text);flex-shrink:0;font-size:11px}.tabbar-arrow:hover{background:var(--btn-bg-hover);color:var(--accent)}.tabbar-list{scrollbar-width:none;flex:1;align-items:stretch;display:flex;overflow-x:auto}.tabbar-list::-webkit-scrollbar{display:none}.tabbar-empty{color:var(--text-muted);align-items:center;padding:0 14px;font-size:12px;display:flex}.tab{border-right:1px solid var(--border);background:var(--tab-inactive-bg);color:var(--tab-inactive-text);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;border-top:2px solid #0000;align-items:center;gap:8px;padding:0 10px 0 14px;font-size:12px;display:flex}.tab:hover{background:var(--row-selected)}.tab.active{color:#fff;background:linear-gradient(#2a4a7f 0%,#1e3a5f 100%);border-top:2px solid #16233b;border-right-color:#16233b;margin-bottom:-2px;font-weight:600;box-shadow:inset 0 1px #ffffff26}.tab.dragging{opacity:.5}.tab-close{color:var(--text-muted);box-shadow:none;background:0 0;border:none;border-radius:3px;padding:2px 4px;font-size:11px}.tab.active .tab-close{color:#ffffffbf}.tab-close:hover{color:#fff;background:#c0392b}.detached-window{background:var(--panel-bg);resize:both;border:1px solid #94a3b8;border-radius:6px;flex-direction:column;min-width:380px;min-height:220px;display:flex;position:fixed;overflow:hidden;box-shadow:0 12px 40px #0000004d}.detached-header{color:#fff;cursor:move;touch-action:none;background:#2f5fa3;justify-content:space-between;align-items:center;padding:6px 10px;display:flex}.detached-title{font-size:13px;font-weight:600}.detached-actions{gap:4px;display:flex}.win-btn{color:#fff;background:0 0;border:1px solid #fff6;padding:2px 8px;font-size:11px}.win-btn:hover{color:#fff;background:#ffffff26}.detached-body{flex:1;padding:14px 16px;overflow:auto}.menu-tree,.menu-tree ul{margin:0;padding:0;list-style:none}.menu-tree{border:1px solid var(--border);background:var(--panel-bg);box-shadow:0 1px 3px color-mix(in srgb, var(--text) 8%, transparent);border-radius:8px;overflow:hidden}.menu-tree>li+li{border-top:1px solid var(--border)}.menu-children{border-top:1px solid color-mix(in srgb, var(--border) 78%, transparent);background:color-mix(in srgb, var(--surface-2) 58%, var(--panel-bg))}.menu-children>li+li{border-top:1px solid color-mix(in srgb, var(--border) 52%, transparent)}.menu-children .menu-children{background:color-mix(in srgb, var(--surface-2) 34%, var(--panel-bg))}.menu-node{--menu-depth:0px;text-align:left;width:100%;min-width:0;min-height:36px;padding:7px 10px 7px calc(11px + var(--menu-depth));color:var(--text);box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:0;grid-template-columns:18px minmax(0,1fr) 14px;align-items:center;gap:8px;font-size:12px;transition:background-color .12s,color .12s,box-shadow .12s;display:grid}.menu-tree>li>.menu-node{min-height:39px;padding-top:8px;padding-bottom:8px}.menu-node.is-folder{font-weight:650}.menu-node-icon,.menu-node-chevron{justify-content:center;align-items:center;min-width:0;display:inline-flex}.menu-node-icon{color:#b7791f;width:18px;height:18px}.menu-node.is-leaf .menu-node-icon{color:color-mix(in srgb, var(--accent) 76%, var(--text-muted))}.menu-folder-icon,.menu-screen-icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.menu-node-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1.35;overflow:hidden}.menu-node-chevron{width:14px;height:14px;color:var(--text-muted);grid-column:3;transition:transform .15s,color .12s}.menu-chevron-icon{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.menu-node.is-open>.menu-node-chevron{transform:rotate(180deg)}.menu-tree>li>.menu-node.is-open,.menu-node.has-active-child{background:color-mix(in srgb, var(--accent) 5%, var(--panel-bg))}.menu-node.has-active-child>.menu-node-icon,.menu-node.has-active-child>.menu-node-chevron{color:var(--accent)}.menu-node:hover{background:var(--hover-bg);color:var(--text);border-color:#0000}.menu-node:hover>.menu-node-chevron{color:var(--accent)}.menu-node.is-active{background:color-mix(in srgb, var(--accent) 12%, var(--panel-bg));color:var(--accent);box-shadow:inset 3px 0 0 var(--accent);font-weight:700}.menu-node.is-active:hover{background:color-mix(in srgb, var(--accent) 16%, var(--panel-bg));color:var(--accent)}.menu-node:focus-visible{z-index:1;box-shadow:inset 0 0 0 2px var(--accent);outline:none;position:relative}.menu-node.is-active:focus-visible{box-shadow:inset 3px 0 0 var(--accent), inset 0 0 0 2px var(--accent)}.menu-node:active{transform:none}.menu-empty,.menu-error{color:var(--text-muted);padding:0 16px;font-size:13px}.page h2{margin:0 0 16px;font-size:18px}.page section{margin-bottom:12px}.page h3{margin:0 0 10px;font-size:15px}.toolbar{flex-wrap:wrap;align-items:flex-end;gap:10px;margin-bottom:14px;display:flex}.toolbar-message{color:var(--accent);margin:-4px 0 12px;font-size:13px}.dashboard-note{color:var(--text-muted);margin-top:12px;font-size:13px}.grid-table{border-collapse:collapse;background:var(--panel-bg);width:100%;font-size:12px}.grid-table thead th{background:var(--grid-head-bg)}.grid-table th,.grid-table td{border:1px solid var(--border);text-align:left;padding:6px 8px}.grid-table th{background:var(--grid-head-flat);white-space:nowrap;font-weight:600}.grid-table input,.grid-table select{width:100%;padding:3px 6px}.grid-table .grid-empty{text-align:center;color:var(--text-muted);padding:20px}.grid-table tr.row-deleted{opacity:.4;text-decoration:line-through}.grid-table tr.row-warning{background:var(--warning-bg)}.grid-table thead th{text-align:center}.grid-table tbody tr.row-selected{background:var(--row-selected)}.grid-table tbody tr{cursor:pointer}.dx-toolbar{flex-wrap:wrap;align-items:center;gap:1px;margin-bottom:12px;padding:2px 0;display:flex}.dx-toolbar-btn{border:1px solid var(--btn-border);background:var(--btn-bg);color:var(--text);border-radius:5px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:inline-flex;box-shadow:0 1px 2px #0f172a1f,inset 0 1px #ffffffb3}.dx-toolbar-btn:hover:not(:disabled){color:#fff;z-index:1;background:linear-gradient(#4a86e8 0%,#2f6fd6 100%);border-color:#235bb0;box-shadow:0 2px 6px #2f6fd673}.dx-toolbar-btn:hover:not(:disabled) .dx-toolbar-icon{color:#fff}.dx-toolbar-btn:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 2px 4px #0f172a4d}.dx-toolbar-icon{color:#5b6675;background:#eef2f8;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;box-shadow:inset 0 0 0 1px #0f172a0f}.dx-toolbar-icon svg{width:13px;height:13px;display:block}.icon-search{color:#2f6fd6;background:#e3edfb}.icon-new{color:#2e9e5b;background:#e5f6ec}.icon-save{color:#1291a1;background:#e0f3f6}.icon-remove{color:#d0453a;background:#fdeaea}.icon-addRow{color:#2e9e5b;background:#e5f6ec}.icon-delRow{color:#d0453a;background:#fdeaea}.icon-select{color:#4b5563;background:#eef2f8}.icon-excel{color:#1e7e45;background:#e6f5ea}.icon-print{color:#5b6675;background:#eceff3}.icon-help{color:#7c4ddb;background:#efeafd}.icon-exit{color:#d97a1e;background:#fdeee0}.dx-toolbar-btn:hover:not(:disabled) .dx-toolbar-icon{color:var(--accent);background:#fff}.list-header{background:var(--surface-2);border:1px solid var(--border);border-radius:4px;flex-wrap:wrap;align-items:flex-end;gap:12px;margin-bottom:12px;padding:10px 12px;display:flex}.list-header-tilde{padding-bottom:6px}.search-condition-panel{flex-direction:row;place-content:flex-start;align-items:flex-end;gap:8px 12px}.search-condition-panel:has(>.search-condition-row){flex-direction:column;align-items:stretch;gap:8px}.search-condition-row{flex-wrap:wrap;place-content:flex-start;align-items:flex-end;gap:8px 12px;width:100%;display:flex}.mold-insp-result-filter{min-height:28px;color:var(--text-muted);align-self:flex-end;align-items:center;gap:10px;display:inline-flex}.mold-insp-radio{color:var(--text);white-space:nowrap;flex-direction:row;align-items:center;gap:4px}.mold-insp-radio input{margin:0}.dx-grid{border:1px solid var(--border);background:var(--panel-bg);border-radius:4px;flex-direction:column;min-height:0;display:flex;overflow:hidden}.dx-grid.is-disabled{border-color:color-mix(in srgb, var(--border) 75%, var(--text-muted))}.dx-grid.is-disabled .dx-grid-toolbar,.dx-grid.is-disabled .dx-grid-head{opacity:.82}.dx-grid.is-disabled .dx-sortable,.dx-grid.is-disabled .grid-table tbody tr{cursor:default}.dx-grid.is-disabled .dx-col-resizer{pointer-events:none}.dx-grid.is-disabled .dx-group-box{opacity:.75}.page{flex-direction:column;height:100%;min-height:0;display:flex}.page>.dx-grid{flex:1}.page>.dx-grid>.dx-grid-scroll{flex:1;max-height:none}.page>:is(section,div):has(>.dx-grid){min-height:0}.page>:is(section,div):last-child:has(>.dx-grid){flex-direction:column;flex:auto;min-height:0;margin-bottom:0;display:flex;overflow:hidden}.page>:is(section,div):has(>.dx-grid):has(+[data-query-status-strip]:last-child){flex-direction:column;flex:auto;min-height:0;margin-bottom:0;display:flex;overflow:hidden}.resizable-panel>:is(section,div):only-child:has(>.dx-grid){flex-direction:column;flex:auto;min-height:0;margin-bottom:0;display:flex;overflow:hidden}.split-panel-content>:is(section,div):only-child:has(>.dx-grid){flex-direction:column;flex:auto;min-height:0;margin-bottom:0;display:flex;overflow:hidden}.page>:is(section,div):last-child:has(>.dx-grid)>.dx-grid{flex:auto;min-height:0}.page>:is(section,div):has(>.dx-grid):has(+[data-query-status-strip]:last-child)>.dx-grid{flex:auto;min-height:0}.resizable-panel>:is(section,div):only-child:has(>.dx-grid)>.dx-grid{flex:auto;min-height:0}.split-panel-content>:is(section,div):only-child:has(>.dx-grid)>.dx-grid{flex:auto;min-height:0}.page>[role=region]:has(+[data-query-status-strip]:last-child){flex:auto;min-height:0;overflow:auto}[data-query-status-strip]{display:none!important}.dx-grid-toolbar{background:var(--toolbar-bg);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding:6px 8px;display:flex}.dx-toggle{color:var(--text);flex-direction:row;align-items:center;gap:4px;font-size:12px;display:inline-flex}.dx-toggle input{width:auto;padding:0}.dx-grid-search{align-items:center;gap:6px;display:flex}.dx-grid-search input{width:200px}.dx-grid-search-clear{padding:3px 8px}.dx-grid-count{color:var(--text-muted);white-space:nowrap;margin-left:auto;font-size:12px;display:none}.dx-group-box{background:var(--surface-2);border:1px dashed #aebbcd;border-radius:5px;flex:1;align-items:center;gap:6px;min-width:220px;min-height:30px;padding:3px 8px;display:flex}.dx-group-box.over{border-color:var(--accent);background:var(--grid-group-over-bg)}.dx-group-label{color:var(--text-muted);font-size:12px;font-weight:600}.dx-group-hint{color:#9aa6b6;font-size:11px}.dx-group-chip{color:#fff;background:linear-gradient(#3d6cbb 0%,#274f8b 100%);border-radius:12px;align-items:center;gap:4px;padding:2px 4px 2px 10px;font-size:12px;display:inline-flex}.dx-group-chip button{color:#fff;width:16px;height:16px;box-shadow:none;background:#fff3;border:none;border-radius:50%;padding:0;font-size:10px;line-height:1}.dx-group-header td{background:var(--grid-group-head-bg);color:var(--grid-group-head-text);cursor:pointer;border-color:#c3cfdf;font-weight:600}.dx-group-toggle{width:100%;color:inherit;box-shadow:none;text-align:left;font:inherit;background:0 0;border:0;border-radius:0;padding:0;display:block}.dx-group-toggle:hover:not(:disabled){color:inherit;background:0 0}.dx-group-caret{color:var(--accent);margin-right:4px}.dx-group-subtotal td{background:var(--grid-group-subtotal-bg);color:var(--grid-group-subtotal-text);border-top:1px solid #c3cfdf;font-weight:600}.dx-grid-scroll{flex:1;min-height:0;max-height:none;overflow:auto}.dx-grid-scroll:focus{outline:none}.grid-table tbody td.dx-cell-focus{outline:2px solid var(--primary,#2563eb);outline-offset:-2px}.dx-grid .grid-table{table-layout:fixed;border:none}.dx-grid .grid-table th,.dx-grid .grid-table td{text-overflow:ellipsis;overflow:hidden}.dx-col-resizer{cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;width:7px;height:100%;position:absolute;top:0;right:0}.dx-col-resizer:hover{background:var(--accent);opacity:.45}.dx-grid-head{border-bottom:1px solid var(--border);flex-shrink:0;overflow:hidden}.dx-grid-head .grid-table thead tr:first-child th{background:var(--grid-head-bg)}.dx-grid-head .grid-table .dx-column-group,.dx-grid-head .grid-table .dx-column-subheader th{background:var(--grid-head-bg);text-align:center}.dx-grid-head .grid-table tr.dx-filter-row th{background:var(--surface-2)}.dx-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.dx-sortable:hover{background:var(--hover-bg)}.dx-sort-ind{color:var(--accent);font-size:11px}.dx-filter-row th{background:var(--surface-2);padding:2px 4px}.dx-filter-row input{width:100%;padding:2px 5px;font-size:12px;font-weight:400}.dx-cell-input{background:0 0;border:1px solid #0000;width:100%;padding:3px 6px}select.dx-cell-input{background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232f6fd6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 3px center;background-repeat:no-repeat;background-size:13px;padding-right:20px}.dx-cell-input:focus{border-color:var(--accent);background:var(--input-bg)}.dx-cell-readonly{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.dx-cell-custom{text-overflow:ellipsis;min-width:0;max-width:100%;display:block;overflow:hidden}.dx-cell-custom.is-disabled{opacity:.65;cursor:default}.dx-cell-custom.is-disabled *,.dx-cell-custom.is-disabled :hover{pointer-events:none;cursor:default}.dx-row-reorder-head{font-size:11px}.dx-row-reorder-cell{text-align:center;white-space:nowrap;padding-left:2px!important;padding-right:2px!important}.dx-row-reorder-cell button{border-radius:3px;width:21px;height:20px;margin:0 1px;padding:0;font-size:8px;line-height:1}.dx-lookup-cell{align-items:center;gap:3px;width:100%;display:inline-flex}.dx-lookup-btn{filter:grayscale();opacity:.7;flex-shrink:0;padding:2px 6px}.dx-lookup-btn:hover:not(:disabled){opacity:1}.dx-lookup-icon-button{color:#52667a;filter:none;opacity:1;background:linear-gradient(#fff 0%,#f1f4f7 100%);border-color:#cbd5df;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;padding:0;line-height:1;display:inline-flex}.dx-lookup-icon-button svg{width:15px;height:15px;display:block}.dx-lookup-icon-button:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:#edf4ff}.dx-grid-footer td{background:var(--grid-head-flat);font-weight:600}.dx-pager{background:var(--grid-pager-bg);border-top:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:6px 8px;display:flex}.dx-pager button{padding:3px 10px;font-size:12px}.dx-pager-info{color:var(--text);white-space:nowrap;margin:0 8px;font-size:12px}.dx-tabbar{border-bottom:2px solid var(--border);gap:2px;margin-bottom:12px;display:flex}.dx-tabbar button{border:1px solid var(--border);background:var(--tab-inactive-bg);color:var(--tab-inactive-text);border-bottom:none;border-radius:4px 4px 0 0;padding:8px 16px;font-size:13px}.dx-tabbar button.active{background:var(--panel-bg);color:var(--accent);border-bottom:2px solid var(--panel-bg);margin-bottom:-2px;font-weight:600}.global-loading-overlay{z-index:4000;cursor:progress;background:#0f172a33;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.global-loading-card{min-width:280px;color:var(--text);background:var(--panel-bg);border:1px solid var(--border);border-radius:9px;grid-template-columns:36px minmax(180px,1fr);align-items:center;gap:12px;padding:16px 18px 20px;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 44px #0f172a47}.global-loading-spinner{border:3px solid color-mix(in srgb, var(--accent) 22%, transparent);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.75s linear infinite global-loading-spin}.global-loading-copy{flex-direction:column;gap:3px;display:flex}.global-loading-copy strong{color:var(--text);font-size:14px}.global-loading-copy span{color:var(--text-muted);font-size:12px}.global-loading-track{background:color-mix(in srgb, var(--accent) 16%, transparent);height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.global-loading-track>span{background:var(--accent);width:42%;height:100%;animation:1.05s ease-in-out infinite global-loading-slide;display:block}@keyframes global-loading-spin{to{transform:rotate(360deg)}}@keyframes global-loading-slide{0%{transform:translate(-110%)}to{transform:translate(340%)}}@media (prefers-reduced-motion:reduce){.global-loading-spinner,.global-loading-track>span{animation:none}}.modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:var(--panel-bg);border-radius:8px;flex-direction:column;width:640px;max-width:92vw;max-height:86vh;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000040}.modal-header{color:var(--text);border-bottom:1px solid var(--border);background:linear-gradient(#f4f7fb 0%,#e7edf4 100%);justify-content:space-between;align-items:center;padding:10px 14px;font-weight:600;display:flex}.modal-close{color:var(--text-muted);box-shadow:none;background:0 0;border:1px solid #0000;padding:2px 8px;font-size:15px}.modal-close:hover{color:#fff;background:#e2431f;border-color:#c0392b}.modal-search{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:flex-end;gap:8px;padding:12px;display:flex}.modal-checkboxes{white-space:nowrap;flex:0 0 100%;align-items:center;gap:10px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.modal-checkboxes label{align-items:center;gap:3px;display:inline-flex}.modal-checkboxes-label{color:var(--text-muted);font-weight:600}.modal-radios{border:1px solid var(--border);border-radius:4px;align-items:center;gap:8px;min-width:0;margin:0;padding:4px 8px;display:inline-flex}.modal-radios legend{color:var(--text-muted);padding:0 3px;font-size:12px}.modal-radios label{white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.modal-grid{flex:1;min-height:260px;padding:0 12px;overflow:hidden}.modal-grid>.dx-grid,.modal-grid>.dx-grid>.dx-grid-scroll{height:100%;min-height:0;max-height:none}.lookup-row-disabled{color:var(--text-muted);opacity:.72}.modal-grid.is-busy tbody{pointer-events:none;opacity:.62;cursor:progress}.modal-error{color:var(--danger);margin:0;padding:6px 12px;font-size:13px}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:12px;display:flex}.toast-container{z-index:2000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:60px;right:18px}.toast{pointer-events:auto;color:#fff;border-radius:6px;align-items:center;gap:8px;min-width:220px;max-width:360px;padding:10px 12px;font-size:13px;animation:.18s ease-out toast-in;display:flex;box-shadow:0 6px 20px #00000040}@keyframes toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.toast-info{background:linear-gradient(#3d6cbb 0%,#2f5fa3 100%)}.toast-success{background:linear-gradient(#2e9e5b 0%,#218049 100%)}.toast-warn{background:linear-gradient(#e08a1e 0%,#c9760f 100%)}.toast-error{background:linear-gradient(#d0453a 0%,#b0281d 100%)}.toast-icon{font-size:14px}.toast-msg{flex:1}.toast-close{color:#fff;box-shadow:none;background:#fff3;border:none;border-radius:4px;padding:2px 6px;font-size:11px}.confirm-card{background:var(--panel-bg);text-align:center;border-radius:8px;width:360px;max-width:90vw;padding:22px 20px 16px;box-shadow:0 12px 40px #0000004d}.confirm-icon{color:#fff;background:linear-gradient(#4a86e8 0%,#2f6fd6 100%);border-radius:50%;width:42px;height:42px;margin:0 auto 12px;font-size:24px;font-weight:700;line-height:42px}.confirm-msg{color:var(--text);margin:0 0 18px;font-size:14px}.confirm-actions{justify-content:center;gap:10px;display:flex}.ctx-overlay{z-index:2500;position:fixed;inset:0}.ctx-menu{z-index:2600;background:var(--panel-bg);border:1px solid var(--btn-border);border-radius:6px;min-width:160px;padding:4px;position:fixed;box-shadow:0 8px 24px #00000038}.dx-grid-feature-menu{min-width:220px;max-width:min(320px,100vw - 16px);max-height:min(640px,100vh - 16px);overflow-y:auto}.ctx-menu button{text-align:left;width:100%;box-shadow:none;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;padding:7px 10px;font-size:13px;display:flex}.ctx-menu button:hover:not(:disabled){background:var(--hover-bg);color:var(--accent)}.ctx-menu button:disabled{opacity:.45;cursor:default}.ctx-check{width:14px;color:var(--accent);font-size:12px;display:inline-block}.ctx-group-label{color:var(--text-muted);padding:4px 10px 2px;font-size:11px;font-weight:600}.ctx-hidden{border-top:1px solid var(--border);flex-direction:column;gap:4px;padding:6px 10px;display:flex}.ctx-hidden-label{color:var(--text-muted);font-size:12px;font-weight:600}.ctx-hidden select{width:100%;font-size:12px}.ctx-hidden-hint{color:#9aa6b6;font-size:11px}.dx-fav-btn{border:1px solid var(--btn-border);background:var(--btn-bg);border-radius:5px;align-items:center;gap:5px;margin-left:auto;padding:6px 12px;font-size:12px;display:inline-flex;box-shadow:0 1px 2px #0f172a1f,inset 0 1px #ffffffb3}.dx-fav-btn:hover:not(:disabled){color:#6b4b00;background:linear-gradient(#ffd873 0%,#f6b73c 100%);border-color:#e0982a}.dx-fav-star{color:#b9c2cf;font-size:15px}.dx-fav-btn.on{color:#7a5600;background:linear-gradient(#fff2cc 0%,#ffe49e 100%);border-color:#e0b64a}.dx-fav-btn.on .dx-fav-star{color:#f5a623}.sidebar-tabs{gap:4px;display:flex}.sidebar-tab{color:var(--text-muted);box-shadow:none;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600}.sidebar-tab.active{background:var(--accent);color:#fff}.sidebar-tab:hover:not(.active){color:var(--text);background:#e6ebf1}.fav-list{margin:0;padding:6px 0;list-style:none}.fav-list li{align-items:center;display:flex}.fav-item{text-align:left;box-shadow:none;background:0 0;border:none;flex:1;align-items:center;gap:8px;padding:8px 10px 8px 14px;font-size:12px;display:flex}.fav-item:hover{background:var(--hover-bg);color:var(--accent)}.fav-star{color:#f5a623;font-size:13px}.fav-remove{color:var(--text-muted);box-shadow:none;background:0 0;border:none;padding:4px 8px;font-size:11px}.fav-remove:hover{color:var(--danger);background:0 0}.moldhis-page{flex-direction:column;height:100%;min-height:0;display:flex}.moldhis-body{flex:1;align-items:stretch;gap:0;min-height:0;display:flex}.moldhis-list{flex-direction:column;flex:0 0 360px;min-width:0;min-height:0;display:flex}.moldhis-list .dx-grid{flex-direction:column;flex:1;min-height:0;display:flex}.moldhis-list .dx-grid-scroll{flex:1;max-height:none}.splitter{flex:0 0 8px;align-self:stretch}.splitter-vertical{cursor:col-resize;background:linear-gradient(90deg, transparent 3px, var(--border) 3px, var(--border) 5px, transparent 5px)}.splitter-vertical:hover{background:linear-gradient(90deg, transparent 2px, var(--accent) 2px, var(--accent) 6px, transparent 6px)}.splitter-horizontal{cursor:row-resize;background:linear-gradient(180deg, transparent 3px, var(--border) 3px, var(--border) 5px, transparent 5px);flex:0 0 8px;width:100%}.splitter-horizontal:hover,.splitter-horizontal:focus-visible{background:linear-gradient(180deg, transparent 2px, var(--accent) 2px, var(--accent) 6px, transparent 6px)}.splitter-vertical:focus-visible{background:linear-gradient(90deg, transparent 2px, var(--accent) 2px, var(--accent) 6px, transparent 6px);outline:none}.resizable-panels{flex:auto;width:100%;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.resizable-panels-vertical{flex-direction:row}.resizable-panels-horizontal{flex-direction:column}.resizable-panel{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:auto}.resizable-panel>.dx-grid{flex:auto;min-height:0}.split-panel-content{flex-direction:column;flex:auto;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.split-panel-content>.dx-grid{flex:auto;min-height:0}.moldhis-right{flex-direction:column;flex:1;min-width:0;min-height:0;padding-left:6px;display:flex;overflow-y:auto}.moldhis-right>.dx-grid{flex-direction:column;flex:1;min-height:0;display:flex}.moldhis-right>.dx-grid>.dx-grid-scroll{flex:1;max-height:none}.moldhis-form{border:1px solid var(--border);background:var(--panel-bg);border-radius:5px;min-width:0;padding:12px 14px}.mold-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 14px;display:grid}.mold-field{align-items:center;gap:8px;display:flex}.mold-form-grid input:not([type=checkbox]),.mold-form-grid select{height:24px;padding:2px 6px}.mold-form-grid select{padding-right:22px}.mold-field-label{line-height:1.1}.mold-field.wide{grid-column:1/-1}.mold-field-label{white-space:nowrap;min-width:78px;color:var(--text-muted);text-align:right;flex:none;font-size:12px}.mold-field-input{flex:1;min-width:0}.mold-field-input input:not([type=checkbox]),.mold-field-input select{width:100%}.mold-inline{align-items:center;gap:4px;display:flex}.mold-inline input{min-width:0}@media (width<=1100px){.mold-form-grid{grid-template-columns:minmax(0,1fr)}.moldhis-body{flex-direction:column}.moldhis-list{flex:none;width:100%}}.mold-img-row{align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.mold-img-box{border:1px solid var(--border);background:var(--input-bg);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:130px;display:flex;overflow:hidden}.mold-img-box.sm{width:120px;height:100px}.mold-img-box.lg{width:220px;height:200px}.mold-img-box img{object-fit:contain;max-width:100%;max-height:100%}.mold-img-empty{color:#9aa6b6;font-size:12px}.mold-img-actions{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.mold-img-title{color:var(--text-muted);font-size:12px;font-weight:600}.mold-img-hint{color:var(--accent);font-size:11px}.moldhis-detail{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.mold-img-col{flex-direction:column;flex:none;align-items:center;gap:8px;display:flex}.mold-img-btns{gap:8px;display:flex}.moldhis-detail .moldhis-form{border:none;flex:1;min-width:0;padding:0}.mold-repair-detail{padding-left:6px}.mold-repair-detail>.dx-tabbar{flex:none;margin-bottom:8px}.mold-repair-detail>.resizable-panels,.mold-repair-cost{flex:auto;min-height:0}.mold-repair-form{overflow:auto}.mold-repair-form textarea{resize:vertical;width:100%;min-height:62px;padding:6px 8px}.mold-repair-images{overflow:auto}.mold-repair-images .mold-img-row{flex-wrap:wrap;justify-content:center;margin:0}.mold-repair-images .mold-img-col{width:min(280px,100%)}.mold-repair-images .mold-img-box.lg{width:100%;height:200px}.mold-repair-check{flex-direction:row;align-items:center;gap:6px;min-height:24px;display:inline-flex}.mold-repair-check input{margin:0}.list-header-actions{align-items:flex-end;gap:8px;margin-left:auto;display:flex}.check-tab-row{align-items:flex-start;gap:16px;display:flex}.check-grid-col{flex:1;min-width:0}.moldhis-right section .dx-grid-scroll{max-height:300px}.check-img-col{flex-direction:column;flex:none;align-items:center;gap:6px;min-width:0;display:flex}.check-img-col .mold-img-box.lg{width:100%}.moldhis-files{flex:0 0 340px;align-self:stretch;min-width:0}.file-panel{border:1px solid var(--border);background:var(--panel-bg);border-radius:5px;flex-direction:column;height:100%;display:flex;overflow:hidden}.file-panel-head{background:var(--btn-bg);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:4px;padding:6px 8px;display:flex}.file-panel-head button{padding:4px 8px;font-size:11px}.file-panel-title{color:var(--text-muted);align-items:center;gap:8px;margin-left:auto;font-size:12px;font-weight:600;display:inline-flex}.file-panel-key{background:color-mix(in srgb, var(--accent) 15%, transparent);color:var(--accent);border-radius:10px;padding:2px 8px;font-weight:700}.file-panel-key.none{background:color-mix(in srgb, var(--danger) 15%, transparent);color:var(--danger)}.file-panel-grid{flex:1;min-height:120px;max-height:340px;overflow:auto}.file-panel-grid .grid-table{table-layout:auto;min-width:440px;font-size:12px}.file-name{cursor:pointer;color:var(--accent)}.file-name:hover{text-decoration:underline}.menupos{position:relative}.header-menu-btn{color:#fff;box-shadow:none;background:#ffffff1f;border-color:#ffffff59;padding:5px 12px;font-weight:600}.header-menu-btn:hover:not(:disabled){color:#fff;background:#ffffff3d}.menupos-menu{z-index:2600;background:var(--panel-bg);border:1px solid var(--btn-border);border-radius:6px;min-width:120px;margin-top:2px;padding:4px;position:absolute;top:100%;left:0;box-shadow:0 8px 24px #00000038}.menupos-menu button{text-align:left;width:100%;box-shadow:none;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:7px 10px;font-size:12px;display:flex}.menupos-menu button:hover{background:var(--hover-bg);color:var(--accent)}.app-sidebar.pos-right,.app-sidebar-collapsed.pos-right{border-right:none;border-left:1px solid var(--border)}.app-menubar{border-bottom:1px solid var(--border);background:linear-gradient(#f7f9fc 0%,#eef1f6 100%);flex-wrap:wrap;flex-shrink:0;align-items:stretch;gap:4px;padding:4px 8px;display:flex;overflow:visible}.app-menubar.bottom{border-bottom:none;border-top:1px solid var(--border)}.app-menubar .menupos{flex-shrink:0;align-self:center;margin-right:6px}.menubar{flex:1;align-items:stretch;gap:2px;display:flex}.menubar-empty{color:var(--text-muted);align-self:center;font-size:12px}.menubar-item{position:relative}.menubar-top{white-space:nowrap;height:100%;box-shadow:none;background:0 0;border:1px solid #0000;align-items:center;gap:4px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.menubar-top:hover:not(:disabled),.menubar-top.active{background:var(--panel-bg);border-color:var(--border);color:var(--accent)}.menubar-caret{color:var(--text-muted);font-size:9px}.flyout-backdrop{z-index:1400;position:fixed;inset:0}.flyout{z-index:1500;background:var(--panel-bg);border:1px solid var(--btn-border);border-radius:4px;padding:4px;position:absolute;box-shadow:0 8px 24px #00000038}.flyout-root{top:100%;left:0}.flyout-root.up{top:auto;bottom:100%}.flyout-list{min-width:180px;margin:0;padding:0;list-style:none}.flyout-row{position:relative}.flyout-item{text-align:left;white-space:nowrap;width:100%;box-shadow:none;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:flex}.flyout-item:hover{background:var(--hover-bg);color:var(--accent)}.flyout-item.is-folder{font-weight:600}.flyout-mark{color:#4a9e5b;text-align:center;width:12px}.flyout-item.is-leaf .flyout-mark{color:#9aa6b6}.flyout-name{flex:1}.flyout-arrow{color:var(--text-muted);font-size:9px}.flyout-sub{top:-4px;left:100%}.flyout-sub.up{top:auto;bottom:-4px}.menutree-panel{background:var(--panel-bg);border:1px solid var(--border,#d0d5dd);border-radius:4px;flex:1;min-height:0;padding:4px 2px;overflow:auto}.menutree,.menutree ul{margin:0;padding:0;list-style:none}.menutree ul{padding-left:14px}.menutree-row{border-radius:3px;align-items:center;gap:2px;display:flex}.menutree-row.sel{background:var(--row-selected)}.menutree-toggle{cursor:pointer;width:16px;min-width:16px;color:var(--text-muted,#667085);background:0 0;border:none;padding:0;font-size:10px}.menutree-label{text-align:left;cursor:pointer;color:#1d2939;white-space:nowrap;background:0 0;border:none;flex:1;padding:2px 4px;font-size:12px}.menutree-label:hover{color:#1849a9}.dx-grid-row.menuauth-folder,tr.menuauth-folder{background:#8080802e;font-weight:600}input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea{background-color:var(--input-bg);color:var(--text)}select.dx-cell-input{background-color:#0000}.theme-swatch{vertical-align:middle;border:1px solid #00000040;border-radius:3px;flex-shrink:0;width:12px;height:12px;margin-right:6px;display:inline-block}.theme-menu button{white-space:nowrap;align-items:center;gap:2px;display:flex}.popout-shell{background:var(--bg);flex-direction:column;height:100%;display:flex}.popout-bar{background:var(--header-bg);color:var(--header-text);flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:6px 12px;display:flex;box-shadow:0 2px 6px #00000040}.popout-title{white-space:nowrap;font-size:13px;font-weight:700}.popout-content{flex:1;min-height:0;padding:16px 20px;overflow:auto}.detached-strip{background:var(--surface-2);border-bottom:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:4px 10px;font-size:12px;display:flex}.detached-strip-label{color:var(--text-muted);white-space:nowrap}.detached-chip{border:1px solid var(--border);background:var(--panel-bg);border-radius:12px;align-items:center;display:inline-flex;overflow:hidden}.detached-chip button{box-shadow:none;background:0 0;border:none;border-radius:0;padding:3px 9px;font-size:12px}.detached-chip-focus{color:var(--accent);font-weight:600}.detached-chip-dock:hover:not(:disabled){background:var(--row-selected);color:var(--accent)}.detached-chip-close:hover:not(:disabled){background:var(--danger);color:#fff}.ctx-sep{background:var(--border);height:1px;margin:4px 2px}.board-page{flex-direction:column;height:100%;min-height:0;display:flex}.board-head{justify-content:space-between;align-items:center;display:flex}.board-fav{padding:4px 10px;font-size:12px}.board-fav.on{color:#e0a800;border-color:var(--accent)}.board-list-wrap,.board-detail,.board-write{flex-direction:column;gap:10px;min-height:0;display:flex}.board-table{border-collapse:collapse;background:var(--panel-bg);width:100%;font-size:13px}.board-table th{background:var(--grid-head-bg);border:1px solid var(--border);color:var(--text);padding:8px 6px;font-weight:600}.board-table td{border:1px solid var(--border);color:var(--text);padding:7px 8px}.board-table td.c{text-align:center}.board-table tr.board-notice,.board-page .grid-table tbody tr.board-notice:not(.row-selected){background:var(--surface-2)}.board-table tbody tr:hover{background:var(--hover-bg)}.board-subject{text-align:left}.board-link{box-shadow:none;color:var(--text);text-align:left;cursor:pointer;white-space:pre;text-overflow:ellipsis;background:0 0;border:none;max-width:100%;padding:0;font-size:13px;overflow:hidden}.board-link:hover{color:var(--accent);background:0 0;text-decoration:underline}.board-empty{text-align:center;color:var(--text-muted);padding:24px}.board-pager{justify-content:center;align-items:center;gap:4px;display:flex}.board-pager button{padding:4px 10px;font-size:12px}.board-pager button.active{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:700}.board-list-toolbar{align-items:center}.board-toolbar-spacer{flex:1}.board-toolbar-search{align-items:center;gap:6px;display:inline-flex}.board-toolbar-search input{width:220px}.board-form{border:1px solid var(--border);background:var(--panel-bg);border-radius:5px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.board-field{flex-direction:column;gap:4px;display:flex}.board-field-row{gap:20px;display:flex}.board-field-row .board-field{flex:1}.board-field>label{color:var(--text-muted);font-size:12px}.board-field-val{color:var(--text);padding:4px 0;font-size:13px}.board-muted{color:var(--text-muted)}.board-cont-field{flex:1;min-height:0}.board-content{border:1px solid var(--border);background:var(--input-bg);min-height:160px;color:var(--text);border-radius:4px;padding:12px;line-height:1.6;overflow:auto}.board-editor-wrap{border:1px solid var(--border);border-radius:4px;overflow:hidden}.board-editor-tools{background:var(--toolbar-bg);border-bottom:1px solid var(--border);gap:4px;padding:4px 6px;display:flex}.board-editor-tools button{padding:2px 8px;font-size:12px}.board-editor{background:var(--input-bg);min-height:180px;color:var(--text);outline:none;padding:10px 12px;line-height:1.6;overflow:auto}.board-file-name{color:var(--text-muted);margin-left:8px;font-size:12px}.board-comments{border:1px solid var(--border);background:var(--panel-bg);border-radius:5px;padding:12px 14px}.board-comments-title{color:var(--text);margin-bottom:8px;font-weight:600}.board-comment{border-top:1px dashed var(--border);color:var(--text);align-items:center;gap:10px;padding:6px 0;font-size:13px;display:flex}.board-comment-name{min-width:80px;font-weight:600}.board-comment-text{flex:1}.board-comment-date{color:var(--text-muted);font-size:12px}.board-comment-actions{gap:4px;display:flex}.board-comment-actions button,.board-comment-edit button{padding:2px 8px;font-size:12px}.board-comment-edit{flex:1;align-items:center;gap:6px;display:flex}.board-comment-edit input{flex:1}.board-comment-input{gap:6px;margin-top:10px;display:flex}.board-comment-input input{flex:1}.mold-img-box{cursor:pointer;transition:border-color .12s,box-shadow .12s}.mold-img-box.is-dragover{box-shadow:inset 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);border:2px dashed var(--accent)!important}.file-panel{transition:box-shadow .12s;position:relative}.file-panel.is-dragover{outline:2px dashed var(--accent);outline-offset:-3px;background:color-mix(in srgb, var(--accent) 8%, var(--panel-bg))}.file-panel.is-dragover:after{content:"여기로 파일을 끌어다 놓기";color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent);pointer-events:none;z-index:2;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex;position:absolute;inset:0}.board-file-drop{border:1px dashed var(--border);background:var(--input-bg);border-radius:4px;align-items:center;gap:8px;padding:6px 8px;transition:border-color .12s,background .12s;display:flex}.board-file-drop.is-dragover{border:1px dashed var(--accent);background:color-mix(in srgb, var(--accent) 10%, var(--input-bg))}.grid-table tbody td{vertical-align:middle;height:27px;padding-top:2px;padding-bottom:2px}.grid-table thead th{height:27px;padding-top:3px;padding-bottom:3px}.grid-table tbody td .dx-cell-input,.grid-table tbody td input:not([type=checkbox]):not([type=radio]),.grid-table tbody td select{box-sizing:border-box;height:22px;margin:0}.grid-table tbody tr.cal-holiday td{color:var(--danger)}.grid-table tbody tr.cal-legal td{color:#2f7fd6}:root[data-theme=dark] .grid-table tbody tr.cal-legal td,:root[data-theme=darkgray] .grid-table tbody tr.cal-legal td{color:#6aa9e6}.stanimg-grid{flex:1;grid-template-columns:repeat(7,minmax(150px,1fr));gap:10px;min-height:0;padding:4px;display:grid;overflow:auto}.stanimg-slot{border:1px solid var(--border);background:var(--panel-bg);border-radius:5px;flex-direction:column;align-items:center;gap:4px;padding:6px;display:flex}.stanimg-title{color:var(--text);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:11px;font-weight:600;overflow:hidden}.stanimg-box{border:1px solid var(--border);background:var(--input-bg);justify-content:center;align-items:center;width:100%;height:200px;display:flex;overflow:hidden}.stanimg-box img{object-fit:contain;max-width:100%;max-height:100%}.stanimg-btns{gap:4px;display:flex}.stanimg-btns button{padding:3px 8px;font-size:11px}@media (width<=1400px){.stanimg-grid{grid-template-columns:repeat(4,minmax(150px,1fr))}}.grid-table .dx-spacer{background:var(--panel-bg);border:none;padding:0}.dx-grid-head .grid-table thead .dx-spacer{background:var(--grid-head-bg)}.grid-table tbody tr.dx-row-insert>td:first-child{box-shadow:inset 3px 0 0 var(--grid-row-insert-accent);font-weight:700}.grid-table tbody tr.dx-row-update>td:first-child{box-shadow:inset 3px 0 0 var(--grid-row-update-accent);font-weight:700}.grid-table tbody tr.dx-row-deleted>td:not(.dx-spacer){background:repeating-linear-gradient(-45deg, var(--del-row-bg,#8c8c8c29), var(--del-row-bg,#8c8c8c29) 8px, var(--del-row-bg2,#8c8c8c42) 8px, var(--del-row-bg2,#8c8c8c42) 16px);color:var(--text-muted);text-decoration:line-through}.grid-table tbody tr.dx-row-deleted>td:not(.dx-spacer) .dx-cell-input{color:var(--text-muted);background:0 0;text-decoration:line-through}.grid-table tbody tr.dx-row-deleted>td.dx-spacer{background:var(--panel-bg);text-decoration:none}:root[data-theme=dark] .grid-table tbody tr.dx-row-deleted>td:not(.dx-spacer){--del-row-bg:#aaaaaa2e;--del-row-bg2:#aaaaaa4d}.item-grid-row{flex:1;align-items:stretch;gap:8px;min-height:0;display:flex}.item-grid-row>div{flex-direction:column;min-width:0;min-height:0;display:flex}.item-grid-row .dx-grid{flex-direction:column;flex:1;min-height:0;display:flex}.item-grid-row .dx-grid>.dx-grid-scroll{flex:1;max-height:none}.item-work-page>.resizable-panels{flex:auto;min-height:0}.item-work-search-panel{flex:none;align-items:flex-end}.item-work-search-panel>label{min-width:280px}.item-work-search-panel .dx-lookup-cell{margin-top:4px}.item-work-team-filter{border:1px solid var(--border);border-radius:4px;align-items:center;gap:12px;min-height:31px;margin:0;padding:3px 10px 4px;display:inline-flex}.item-work-team-filter legend{color:var(--text-muted);padding:0 4px;font-size:11px}.item-work-team-filter label{white-space:nowrap;flex-direction:row;align-items:center;gap:4px;display:inline-flex}.item-work-panel-title{border-bottom:1px solid var(--border);background:var(--surface-2);color:var(--text);flex:none;margin:0;padding:5px 8px;font-size:13px;font-weight:700}.item-work-master-panel,.item-work-revision-panel,.item-work-editor-panel,.item-work-images-panel{border:1px solid var(--border);background:var(--panel-bg);border-radius:4px}.item-work-master-panel .dx-grid,.item-work-revision-panel .dx-grid{flex:auto;min-height:0}.item-work-master-panel .dx-grid-scroll,.item-work-revision-panel .dx-grid-scroll{flex:auto;max-height:none}.item-work-editor-form{flex-direction:column;gap:8px;min-width:650px;padding:8px;display:flex}.item-work-key-form{flex:none;padding:8px 10px}.item-work-copy-actions{flex-wrap:wrap;gap:6px;display:inline-flex}.item-work-copy-actions button{min-height:24px;padding:2px 10px}.item-work-condition-form{border:1px solid var(--border);background:var(--panel-bg);border-radius:4px;min-width:0;overflow:hidden}.item-work-condition-title{border-bottom:1px solid var(--border);background:var(--surface-2);color:var(--text);margin:0;padding:7px 10px;font-size:14px}.item-work-condition-table-wrap,.item-work-condition-detail-wrap{width:100%}.item-work-condition-detail-wrap{border-top:8px solid var(--surface-2)}.item-work-condition-table,.item-work-condition-detail-table{border-collapse:collapse;table-layout:fixed;color:var(--text);font-size:11px}.item-work-condition-table th,.item-work-condition-table td,.item-work-condition-detail-table th,.item-work-condition-detail-table td{border:1px solid var(--border);text-align:center;vertical-align:middle;height:29px;padding:2px 3px}.item-work-condition-table th,.item-work-condition-detail-table th{background:var(--grid-head-flat);font-weight:600}.item-work-condition-table thead th{background:var(--grid-head)}.item-work-condition-table th:first-child{width:118px}.item-work-condition-detail-table th:first-child{width:85px}.item-work-condition-detail-table th:not(:first-child){width:155px}.item-work-condition-caption{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.item-work-condition-input{border:1px solid var(--border);background:var(--input-bg);width:100%;min-width:46px;height:23px;color:var(--text);text-align:center;border-radius:3px;padding:2px 4px;font-size:11px}.item-work-condition-input:focus{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 24%, transparent);outline:none}.item-work-condition-input:disabled{opacity:.7;cursor:not-allowed}.item-work-image-gallery{flex-direction:column;min-width:270px;min-height:100%;display:flex}.item-work-image-grid{grid-template-columns:repeat(2,minmax(120px,1fr));align-content:start;gap:12px;padding:12px;display:grid}.item-work-image-grid .mold-img-col{border:1px solid var(--border);background:var(--surface-2);border-radius:4px;width:100%;padding:8px 4px}.item-work-image-grid .mold-img-box.sm{background:var(--input-bg);width:min(150px,100%);height:110px}@media (width<=1100px){.item-work-search-panel>label{min-width:240px}.item-work-image-grid{grid-template-columns:1fr}}.item-work-n1-page>.resizable-panels{flex:auto;min-height:0}.item-work-n1-search-panel{flex:none;align-items:flex-end}.item-work-n1-search-panel>label{min-width:290px}.item-work-n1-search-panel .dx-lookup-cell{margin-top:4px}.item-work-n1-master-panel,.item-work-n1-revision-panel,.item-work-n1-editor-panel,.item-work-n1-media-panel,.item-work-n1-images-panel,.item-work-n1-document-panel{border:1px solid var(--border);background:var(--panel-bg);border-radius:4px;min-width:0;min-height:0}.item-work-n1-revision-panel{overflow:hidden}.item-work-n1-revision-panel .dx-grid-scroll{scrollbar-gutter:stable}.item-work-n1-master-panel .dx-grid,.item-work-n1-revision-panel .dx-grid{flex:auto;min-height:0}.item-work-n1-master-panel .dx-grid-scroll,.item-work-n1-revision-panel .dx-grid-scroll{flex:auto;max-height:none}.item-work-n1-panel-title{border-bottom:1px solid var(--border);background:var(--surface-2);color:var(--text);flex:none;margin:0;padding:6px 9px;font-size:13px;font-weight:700}.item-work-n1-editor-form{flex-direction:column;gap:8px;min-width:720px;height:100%;padding:8px;display:flex;overflow:auto}.item-work-n1-key-form{flex:none;padding:8px 10px}.item-work-n1-copy-actions{flex-wrap:wrap;gap:6px;display:inline-flex}.item-work-n1-copy-actions button{min-height:24px;padding:2px 10px}.item-work-n1-form{min-width:0;color:var(--text);flex-direction:column;flex:none;gap:10px;display:flex}.item-work-n1-heading{border:1px solid var(--border);background:var(--surface-2);border-radius:4px;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;display:flex}.item-work-n1-title{color:var(--text);margin:0;font-size:15px}.item-work-n1-description{color:var(--text-muted);margin:3px 0 0;font-size:11px}.item-work-n1-disabled-badge,.item-work-n1-readonly-badge{border:1px solid color-mix(in srgb, var(--accent) 32%, var(--border));background:color-mix(in srgb, var(--accent) 8%, var(--surface-2));min-height:17px;color:var(--accent);white-space:nowrap;border-radius:999px;align-items:center;padding:1px 5px;font-size:9px;font-weight:600;display:inline-flex}.item-work-n1-section{border:1px solid var(--border);background:var(--panel-bg);border-radius:4px;min-width:0;overflow:hidden}.item-work-n1-section-title{border-bottom:1px solid var(--border);background:var(--surface-2);color:var(--text);margin:0;padding:7px 10px;font-size:13px;font-weight:700}.item-work-n1-section-note{color:var(--text-muted);margin:0;padding:7px 10px 0;font-size:11px}.item-work-n1-header-grid,.item-work-n1-summary-grid,.item-work-n1-common-grid,.item-work-n1-derived-grid{grid-template-columns:repeat(4,minmax(130px,1fr));gap:7px;padding:9px;display:grid}.item-work-n1-summary-grid{grid-template-columns:repeat(4,minmax(145px,1fr))}.item-work-n1-common-grid{grid-template-columns:repeat(3,minmax(160px,1fr));padding-bottom:3px}.item-work-n1-derived-grid{grid-template-columns:repeat(3,minmax(160px,1fr))}.item-work-n1-field{flex-direction:column;gap:3px;min-width:0;display:flex}.item-work-n1-label{min-height:17px;color:var(--text-muted);justify-content:space-between;align-items:center;gap:5px;font-size:10px;font-weight:600;display:flex}.item-work-n1-input-wrap{flex-direction:column;min-width:0;display:flex}.item-work-n1-input{border:1px solid var(--border);background:var(--input-bg);width:100%;min-width:48px;height:25px;color:var(--text);border-radius:3px;padding:2px 5px;font-size:11px}.item-work-n1-input[data-numeric=true]{text-align:right;font-variant-numeric:tabular-nums}.item-work-n1-input[data-readonly=true]{background:var(--surface-2);color:var(--text-muted)}.item-work-n1-input:focus{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 24%, transparent);outline:none}.item-work-n1-input:disabled{opacity:.7;cursor:not-allowed}.item-work-n1-input-error{border-color:var(--danger)}.item-work-n1-error{color:var(--danger);margin-top:2px;font-size:9px}.item-work-n1-helper{color:var(--text-muted);font-size:9px;line-height:1.25}.item-work-n1-field-readonly .item-work-n1-helper{display:none}.item-work-n1-table-wrap{width:100%;overflow:auto}.item-work-n1-standard-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:720px;font-size:10px}.item-work-n1-standard-table th,.item-work-n1-standard-table td{border:1px solid var(--border);vertical-align:middle;height:29px;padding:2px 3px}.item-work-n1-standard-table th{background:var(--grid-head-flat);text-align:center;font-weight:600}.item-work-n1-standard-table thead th{background:var(--grid-head)}.item-work-n1-standard-table th:first-child{width:42px}.item-work-n1-standard-table .item-work-n1-input{height:23px}.item-work-n1-condition-groups{grid-template-columns:repeat(2,minmax(310px,1fr));gap:8px;padding:9px;display:grid}.item-work-n1-condition-group{border:1px solid var(--border);background:var(--surface-1);border-radius:4px;min-width:0;overflow:hidden}.item-work-n1-condition-group-title{border-bottom:1px solid var(--border);background:var(--surface-2);justify-content:space-between;align-items:center;gap:6px;margin:0;padding:5px 7px;font-size:11px;display:flex}.item-work-n1-unit{color:var(--text-muted);font-size:9px;font-weight:400}.item-work-n1-condition-fields{grid-template-columns:repeat(3,minmax(72px,1fr));gap:5px;padding:6px;display:grid}.item-work-n1-condition-fields .item-work-n1-label{justify-content:flex-start}.item-work-n1-condition-fields .item-work-n1-input:not([data-numeric=true]){color:var(--accent)}.item-work-n1-derived-section .item-work-n1-input{background:var(--surface-2)}.item-work-n1-media-panel,.item-work-n1-images-panel,.item-work-n1-document-panel,.item-work-n1-image-gallery{flex-direction:column;display:flex}.item-work-n1-image-gallery{min-width:265px;min-height:100%}.item-work-n1-image-grid{grid-template-columns:repeat(2,minmax(120px,1fr));align-content:start;gap:10px;padding:10px;display:grid;overflow:auto}.item-work-n1-image-card{flex-direction:column;gap:4px;min-width:0;display:flex}.item-work-n1-image-grid .mold-img-col{border:1px solid var(--border);background:var(--surface-2);border-radius:4px;width:100%;padding:7px 4px}.item-work-n1-image-grid .mold-img-box.sm{background:var(--input-bg);width:min(150px,100%);height:105px}.item-work-n1-image-zoom{width:100%;min-height:24px}.item-work-n1-document{flex-direction:column;min-height:100%;display:flex}.item-work-n1-document-body{grid-template-columns:minmax(150px,1fr) auto auto auto;align-items:center;gap:6px;padding:10px;display:grid}.item-work-n1-document-body>span{color:var(--accent);grid-column:1/-1;font-size:11px}.item-work-n1-file-button{border:1px solid var(--border);background:var(--button-bg);min-height:26px;color:var(--text);cursor:pointer;border-radius:3px;justify-content:center;align-items:center;padding:3px 10px;display:inline-flex}.item-work-n1-file-button:hover{border-color:var(--accent)}.item-work-n1-file-button.is-disabled{opacity:.55;cursor:not-allowed}.item-work-n1-file-button input{display:none}@media (width<=1200px){.item-work-n1-search-panel>label{min-width:245px}.item-work-n1-image-grid{grid-template-columns:1fr}.item-work-n1-document-body{grid-template-columns:1fr 1fr}.item-work-n1-document-body>input{grid-column:1/-1}.item-work-n1-header-grid,.item-work-n1-summary-grid,.item-work-n1-derived-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}.item-work-n1-condition-groups{grid-template-columns:1fr}}.ware-layout-title{color:var(--text);margin:8px 0 6px;font-size:18px;font-weight:700}.ware-board{border:1px solid var(--border);background:var(--surface-2);border-radius:6px;align-items:flex-start;gap:12px;margin-bottom:10px;padding:10px;display:flex}.ware-board-flow{flex-wrap:wrap;align-items:center}.ware-col{flex-direction:column;gap:4px;display:flex}.ware-row{gap:4px;display:flex}.ware-aisle{width:90px;color:var(--text);writing-mode:vertical-rl;border:1px solid var(--border);background:var(--panel-bg);border-radius:4px;justify-content:center;align-self:stretch;align-items:center;font-weight:700;display:flex}.ware-note{text-align:center;color:#054;border:1px solid var(--border);background:#0f03;border-radius:4px;margin-top:6px;padding:6px;font-weight:700}.ware-tile{cursor:pointer;color:#333;border:1px solid #b9770a;border-radius:4px;width:64px;height:46px;font-size:14px;font-weight:700}.ware-tile-lg{width:74px;height:54px}.ware-y{background:#f2e600}.ware-b{background:#bdd7ee}.ware-tile.ware-on{outline:3px solid var(--primary,#2563eb);outline-offset:-1px}.ware-tile:hover{filter:brightness(1.05)}.ware-grid-wrap{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.ware-grid-wrap .dx-grid{flex-direction:column;flex:1;min-height:0;display:flex}.ware-grid-wrap .dx-grid>.dx-grid-scroll{flex:1;max-height:none}.ware-split-body{flex:1;align-items:stretch;min-height:0;display:flex}.ware-split-left{min-width:0;min-height:0;padding-right:6px;overflow:auto}.ware-split-left .ware-board{margin-bottom:0}.moldware-layout{border-collapse:separate;border-spacing:0;background:#fff;border-top:1px solid #ccc;border-left:1px solid #ccc;font-size:11px}.moldware-layout td,.moldware-layout th{text-align:center;vertical-align:middle;color:#222;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:0}.moldware-layout .mw-title{text-align:left;color:#333;border:none;padding:6px;font-size:26px;font-weight:700}.mw-pos{color:#222;cursor:pointer;background:#cc0;border:none;width:100%;height:100%;min-height:44px;font-size:13px;font-weight:700}.mw-pos:hover{filter:brightness(1.06)}.mw-pos.ware-on{outline:3px solid var(--primary,#2563eb);outline-offset:-3px}.mw-comp,.mw-cool{background:#bdd7ee;font-weight:700}.mw-in{background:#fac090;font-weight:700}.mw-half{background:#d8e4bc;font-weight:700}.mw-food{background:#b8cce4;font-weight:700}.mw-matr{background:#ffdede;font-weight:700}.mw-crush{background:#d9d9d9;font-weight:700}.mw-cell-h{height:40px}.ware-init-btn{color:#d33;cursor:pointer;background:#fff;border:1px solid #d33;border-radius:4px;padding:4px 16px;font-weight:700}.ware-init-btn:hover{color:#fff;background:#d33}.ware-init-hint{color:var(--text-muted);font-size:12px}.settings-gear{font-size:16px;display:inline-block}.settings-menu{min-width:210px;padding:6px}.settings-menu>button{color:var(--text);border-radius:6px;padding:8px 12px;font-size:14px}.settings-menu>button:hover{background:var(--surface-2)}.settings-section-title{color:var(--text-muted);letter-spacing:.02em;padding:8px 12px 4px;font-size:12px;font-weight:800}.settings-divider{background:var(--border);height:1px;margin:6px 4px}.settings-menu .theme-swatch{border:1px solid var(--border);border-radius:3px;width:15px;height:15px}.settings-modal{width:400px;max-width:92vw}.settings-form{flex-direction:column;gap:14px;padding:18px 20px;display:flex}.settings-form label{color:var(--text);flex-direction:column;gap:5px;font-size:13px;font-weight:700;display:flex}.settings-form label>input,.settings-form label>select{border:1px solid var(--border);background:var(--input-bg,var(--panel-bg));width:100%;height:34px;color:var(--text);border-radius:6px;padding:4px 10px;font-size:14px;font-weight:400}.settings-form label>input:focus,.settings-form label>select:focus{outline:2px solid var(--primary,#2563eb);outline-offset:-1px}.settings-modal-foot{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding:12px 20px 16px;display:flex}.settings-modal-foot button{cursor:pointer;border-radius:6px;padding:7px 18px;font-size:14px;font-weight:700}.settings-modal-foot .settings-save-btn{color:#fff;background:#2563eb;border:1px solid #2563eb}.settings-modal-foot .settings-save-btn:hover:not(:disabled){background:#1d4ed8}.settings-modal-foot .settings-cancel-btn{background:var(--panel-bg);color:var(--text);border:1px solid var(--border)}.settings-modal-foot .settings-cancel-btn:hover:not(:disabled){background:var(--surface-2)}.app-user,.user-menu{position:relative}.user-chip{border:1px solid var(--border);background:var(--panel-bg);color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;font-size:13px;font-weight:700;display:inline-flex}.user-chip:hover{background:var(--surface-2)}.user-avatar{font-size:15px}.user-chip-caret{color:var(--text-muted);font-size:10px}.user-flyout{z-index:1200;background:var(--panel-bg);border:1px solid var(--border);width:320px;color:var(--text);border-radius:12px;padding:0;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 34px #00000038}.user-flyout-head{background:var(--surface-2);border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:16px;display:flex}.user-avatar-lg{background:var(--panel-bg);border:1px solid var(--border);border-radius:50%;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:26px;display:flex}.user-flyout-name{color:var(--text);font-size:17px;font-weight:800;line-height:1.25}.user-flyout-sub{color:var(--text-muted);font-size:12.5px}.user-info{flex-direction:column;gap:0;margin:0;padding:6px 16px;display:flex}.user-info>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:12px;padding:9px 0;font-size:13.5px;display:flex}.user-info>div:last-child{border-bottom:none}.user-info dt{color:var(--text-muted);white-space:nowrap;flex:none;margin:0;font-weight:700}.user-info dd{color:var(--text);text-align:right;word-break:break-all;margin:0;font-weight:700}.user-info dd.user-ip{font-family:Consolas,D2Coding,monospace;font-size:12.5px;font-weight:600}.user-flyout-foot{border-top:1px solid var(--border);gap:8px;padding:12px 16px 14px;display:flex}.app-user .user-btn{cursor:pointer;border:1px solid var(--border);background:var(--panel-bg);height:38px;color:var(--text);box-shadow:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;font-size:13.5px;font-weight:700;display:inline-flex}.app-user .user-btn:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.app-user .user-btn-primary{color:#fff;background:#2563eb;border-color:#2563eb}.app-user .user-btn-primary:hover:not(:disabled){color:#fff;background:#1d4ed8}.item-work-report-page{min-width:0;min-height:0}.item-work-report-page>.resizable-panels{flex:auto;min-height:0}.item-work-report-search{flex:none;align-items:flex-end}.item-work-report-search>label{min-width:250px}.item-work-report-date-range,.item-work-report-product-filter{align-items:center;gap:6px;margin-top:4px;display:flex}.item-work-report-date-range input,.item-work-report-product-filter input:first-child{width:145px}.item-work-report-product-filter input:last-child{width:230px}.item-work-report-grid-panel,.item-work-report-file-panel{border:1px solid var(--border);background:var(--panel-bg);border-radius:4px;min-width:0;min-height:0}.item-work-report-grid-panel .dx-grid{flex:auto;min-height:0}.item-work-report-grid-panel .dx-grid-scroll{flex:auto;max-height:none}.item-work-report-attachments{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.item-work-report-attachment-heading{border-bottom:1px solid var(--border);background:var(--surface-2);flex:none;justify-content:space-between;align-items:center;gap:12px;min-height:34px;padding:5px 10px;display:flex}.item-work-report-attachment-heading h3{color:var(--text);margin:0;font-size:13px}.item-work-report-attachment-heading span{color:var(--text-muted);font-size:12px}.item-work-report-attachment-scroll{flex:auto;min-width:0;min-height:0;padding:10px;overflow:auto}.item-work-report-attachment-grid{grid-template-columns:repeat(6,minmax(170px,1fr));gap:10px;min-width:1080px;min-height:100%;display:grid}.item-work-report-attachment-card{border:1px solid var(--border);background:var(--surface-2);border-radius:5px;flex-direction:column;gap:7px;min-width:0;padding:8px;display:flex}.item-work-report-attachment-card h4{color:var(--text);margin:0;font-size:13px}.item-work-report-preview{border:1px solid var(--border);background:var(--input-bg);width:100%;min-height:112px;color:var(--text-muted);cursor:pointer;border-radius:4px;flex:auto;justify-content:center;align-items:center;display:flex;overflow:hidden}.item-work-report-preview:disabled{cursor:default;opacity:1}.item-work-report-preview img{object-fit:contain;width:100%;height:100%;min-height:112px;max-height:180px;display:block}.item-work-report-pdf-badge{color:#dc2626;border:2px solid #dc2626;border-radius:5px;justify-content:center;align-items:center;width:64px;height:76px;font-size:22px;font-weight:800;display:inline-flex}.item-work-report-empty{font-size:12px}.item-work-report-file-name{min-height:18px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.item-work-report-file-actions{flex-wrap:wrap;gap:5px;display:flex}.item-work-report-file-actions>label,.item-work-report-file-actions>button{border:1px solid var(--border);background:var(--panel-bg);min-height:27px;color:var(--text);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:3px 9px;font-size:12px;display:inline-flex}.item-work-report-file-actions>label:hover:not(.is-disabled),.item-work-report-file-actions>button:hover:not(:disabled){background:var(--surface-2)}.item-work-report-file-actions>label.is-disabled,.item-work-report-file-actions>button:disabled{cursor:not-allowed;opacity:.5}.item-work-report-file-actions input[type=file]{display:none}.item-work-report-file-actions>.btn-danger{color:#dc2626;border-color:#dc2626}.item-work-report-pending{color:var(--accent);font-size:11px;font-weight:700}@media (width<=900px){.item-work-report-search>label{min-width:100%}.item-work-report-product-filter{flex-wrap:wrap}}.item-code-upload-page>.resizable-panels,.item-code-upload-grid-panel .dx-grid{flex:auto;min-height:0}.item-code-upload-grid-panel .dx-grid-scroll{flex:auto;max-height:none}.item-code-upload-file-panel{overflow:auto}.item-code-upload-actions{flex:none;align-items:center;width:100%;min-width:760px;margin-bottom:0}.item-code-upload-file-input{display:none}.item-code-upload-action-button{border:1px solid var(--border);background:var(--panel-bg);min-height:30px;color:var(--text);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:6px;padding:4px 12px;font-size:12px;display:inline-flex}.item-code-upload-action-button:hover:not(:disabled){border-color:var(--accent);background:var(--surface-1)}.item-code-upload-action-button:disabled{cursor:not-allowed;opacity:.55}.item-code-upload-template-button{border-color:color-mix(in srgb, var(--accent) 50%, var(--border));background:color-mix(in srgb, var(--accent) 10%, var(--panel-bg));margin-left:70px}.item-code-upload-file-name{min-width:220px;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.grid-table tbody tr.item-code-upload-error-row>td:not(.dx-spacer){background:color-mix(in srgb, #dc2626 11%, var(--panel-bg));color:#b91c1c}.grid-table tbody tr.item-code-upload-error-row>td:first-child{font-weight:700;box-shadow:inset 4px 0 #dc2626}@media (width<=900px){.item-code-upload-template-button{margin-left:0}.item-code-upload-file-name{flex-basis:100%}}.matr-code-upload-page>.resizable-panels,.matr-code-upload-grid-panel .dx-grid{flex:auto;min-height:0}.matr-code-upload-grid-panel .dx-grid-scroll{flex:auto;max-height:none}.matr-code-upload-file-panel{overflow:auto}.matr-code-upload-actions{flex:none;align-items:center;width:100%;min-width:760px;margin-bottom:0}.matr-code-upload-file-input{display:none}.qual-stan-upload-page>.resizable-panels,.qual-stan-upload-grid-panel .dx-grid{flex:auto;min-height:0}.qual-stan-upload-grid-panel .dx-grid-scroll{flex:auto;max-height:none}.qual-stan-upload-file-panel{overflow:auto}.qual-stan-upload-actions{flex:none;align-items:center;width:100%;min-width:1100px;margin-bottom:0}.qual-stan-upload-file-input{display:none}.qual-stan-upload-division{border:1px solid var(--border);min-width:360px;min-height:42px;color:var(--text);border-radius:4px;align-items:center;gap:12px;margin:0;padding:4px 10px 6px;display:inline-flex}.qual-stan-upload-division legend{color:var(--text-muted);padding:0 4px;font-size:11px}.qual-stan-upload-division label{color:var(--text);white-space:nowrap;flex-direction:row;align-items:center;gap:4px;font-size:12px;display:inline-flex}.qual-stan-upload-division input{width:auto;margin:0}.item-price-upload-page>.resizable-panels,.item-price-upload-grid-panel .dx-grid{flex:auto;min-height:0}.item-price-upload-grid-panel .dx-grid-scroll{flex:auto;max-height:none}.item-price-upload-file-panel{overflow:auto}.item-price-upload-actions{flex:none;align-items:center;width:100%;min-width:760px;margin-bottom:0}.item-price-upload-file-input{display:none}.cust-code-query-workspace{flex:auto;min-height:0}.cust-code-query-search-panel{overflow:auto}.cust-code-query-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.cust-code-query-kind-row{align-items:center}.cust-code-query-filter-label{min-width:48px;color:var(--text-muted);font-size:12px;font-weight:600}.cust-code-query-grid-panel>.dx-grid,.cust-code-query-grid-panel>.dx-grid>.dx-grid-scroll,.cust-code-page>.cust-code-workspace{flex:auto;min-height:0}.cust-code-search{flex:none;margin-bottom:8px}.cust-code-search .search-condition-row>button{min-height:28px}.cust-code-list-panel,.cust-code-detail-panel,.cust-code-contact-panel{overflow:hidden}.cust-code-list-panel>.dx-grid,.cust-code-contact-section>.dx-grid{flex:auto;min-height:0}.cust-code-list-panel .dx-grid-scroll,.cust-code-contact-section .dx-grid-scroll{flex:auto;max-height:none}.cust-code-detail-panel>.resizable-panels{flex:auto;min-height:0}.cust-code-form-panel{padding:0 0 0 6px;overflow:auto}.cust-code-fieldset{border:1px solid var(--border);background:var(--panel-bg);border-radius:5px;min-width:820px;margin:0;padding:8px 12px 12px}.cust-code-fieldset legend{color:var(--text);padding:0 5px;font-size:13px;font-weight:600}.cust-code-form-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}.cust-code-employee input:first-child{flex:0 0 110px;width:110px}.cust-code-employee input:nth-child(2){flex:auto}.cust-code-employee button,.cust-code-form-grid .mold-inline button{white-space:nowrap;flex:none}.cust-code-radio-group,.cust-code-checkbox-group{flex-wrap:wrap;align-items:center;gap:6px 14px;min-height:24px;display:inline-flex}.cust-code-radio-group label,.cust-code-checkbox-group label{color:var(--text);white-space:nowrap;flex-direction:row;align-items:center;gap:4px;display:inline-flex}.cust-code-radio-group input,.cust-code-checkbox-group input{width:auto;height:auto;margin:0}.cust-code-contact-section{flex-direction:column;flex:auto;min-width:760px;min-height:0;padding-left:6px;display:flex}.cust-code-contact-section h3{color:var(--text);flex:none;margin:0 0 6px;font-size:13px}.cust-barcode-modal{width:min(1420px,96vw);max-width:96vw;height:min(820px,90vh);max-height:90vh}.cust-barcode-body{flex-direction:column;flex:auto;gap:8px;min-height:0;padding:10px 12px 0;display:flex}.cust-barcode-search{flex:none;margin:0;padding:8px 10px}.cust-barcode-search .search-condition-row>button{min-height:28px}.cust-barcode-grid-workspace,.cust-barcode-grid-workspace>.resizable-panels{flex:auto;min-height:0}.cust-barcode-grid-panel{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.cust-barcode-grid-panel .dx-grid,.cust-barcode-grid-panel .dx-grid-scroll{flex:auto;min-height:0}.cust-barcode-grid-panel .dx-grid-scroll{max-height:none}.cust-barcode-grid-title{min-height:32px;color:var(--text);flex:none;justify-content:space-between;align-items:center;gap:8px;display:flex}.cust-barcode-actions{align-items:center}.cust-barcode-action-spacer{flex:auto}@media (width<=1450px){.cust-code-form-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}.weekly-report-page{--surface:var(--panel-bg);--surface-muted:var(--surface-2);--weekly-accent-soft:color-mix(in srgb, var(--panel-bg) 88%, var(--accent) 12%);--weekly-panel-border:color-mix(in srgb, var(--border) 72%, var(--accent) 28%);--weekly-row-alt:color-mix(in srgb, var(--panel-bg) 96%, var(--accent) 4%);--weekly-row-hover:color-mix(in srgb, var(--panel-bg) 87%, var(--accent) 13%);--weekly-total-bg:color-mix(in srgb, var(--panel-bg) 78%, #f4c95d 22%);--weekly-focus-ring:color-mix(in srgb, var(--accent) 38%, transparent);font-variant-numeric:tabular-nums}.weekly-report-page>h2{border-left:4px solid var(--accent);min-height:28px;color:var(--text);letter-spacing:-.025em;align-items:center;margin-bottom:12px;padding-left:10px;font-size:20px;font-weight:750;line-height:1.3;display:flex}.weekly-report-page>.dx-toolbar{border-bottom:1px solid color-mix(in srgb, var(--border) 82%, transparent);min-height:42px;padding-bottom:7px}.weekly-report-page .dx-toolbar-btn{min-height:32px}.weekly-report-page button:disabled{opacity:.62}.weekly-report-page label{color:color-mix(in srgb, var(--text) 82%, var(--text-muted));font-size:13px;font-weight:600}.weekly-report-page .list-header{border-color:var(--weekly-panel-border);background:linear-gradient(180deg, var(--panel-bg), var(--weekly-accent-soft));box-shadow:0 1px 3px color-mix(in srgb, var(--text) 8%, transparent)}.weekly-report-page input,.weekly-report-page select{border-color:color-mix(in srgb, var(--border) 78%, var(--accent) 22%);background-color:var(--input-bg)}.weekly-report-page input:hover:not(:disabled),.weekly-report-page select:hover:not(:disabled){border-color:color-mix(in srgb, var(--border) 35%, var(--accent) 65%)}.weekly-report-page input:focus-visible,.weekly-report-page select:focus-visible,.weekly-report-page button:focus-visible{outline:3px solid var(--weekly-focus-ring);outline-offset:1px}.weekly-report-page .dx-grid{border-color:var(--weekly-panel-border);box-shadow:0 1px 4px color-mix(in srgb, var(--text) 9%, transparent)}.weekly-report-page .dx-grid-toolbar{border-bottom-color:var(--weekly-panel-border);background:linear-gradient(180deg, var(--panel-bg), var(--weekly-accent-soft));min-height:42px;padding:7px 9px}.weekly-report-page .dx-group-box{border-color:color-mix(in srgb, var(--border) 58%, var(--accent) 42%);background:color-mix(in srgb, var(--panel-bg) 94%, var(--accent) 6%);min-height:32px}.weekly-report-page .dx-group-hint,.weekly-report-page .dx-grid-search input::placeholder,.weekly-report-page .dx-filter-row input::placeholder{color:color-mix(in srgb, var(--text-muted) 82%, transparent);opacity:1}.weekly-report-page .dx-grid-head{border-bottom-color:var(--weekly-panel-border)}.weekly-report-page .dx-grid-head .grid-table thead tr:not(.dx-filter-row) th{border-color:var(--weekly-panel-border);color:var(--text);letter-spacing:-.012em;font-weight:700}.weekly-report-page .dx-grid-head .grid-table tr.dx-filter-row th{border-color:color-mix(in srgb, var(--border) 84%, var(--accent) 16%);background:color-mix(in srgb, var(--surface-2) 92%, var(--accent) 8%)}.weekly-report-page .dx-filter-row input{border-color:color-mix(in srgb, var(--border) 82%, var(--text-muted) 18%);background:var(--input-bg);min-height:24px;color:var(--text)}.weekly-report-page .grid-table tbody td{color:var(--text);transition:background-color .1s,box-shadow .1s}.weekly-report-page .dx-grid .grid-table tbody tr:nth-child(2n):not(.row-selected):not(.main-item-injection-row)>td{background:var(--weekly-row-alt)}.weekly-report-page .dx-grid .grid-table tbody tr:not(.row-selected):not(.main-item-injection-row):hover>td{background:var(--weekly-row-hover)}.weekly-report-page .dx-grid .grid-table tbody tr.row-selected>td{background:var(--row-selected)}.weekly-report-page .dx-grid .grid-table tbody tr.row-selected>td:first-child{box-shadow:inset 3px 0 0 var(--accent)}.weekly-report-page .grid-empty{background:color-mix(in srgb, var(--panel-bg) 97%, var(--accent) 3%);min-height:56px;color:color-mix(in srgb, var(--text-muted) 80%, var(--text));font-size:13px;font-weight:600}.weekly-report-page .dx-grid-footer td{border-top:2px solid color-mix(in srgb, #c99821 52%, var(--border));background:var(--weekly-total-bg);color:var(--text);font-weight:700}.weekly-report-page .dx-grid-scroll,.weekly-report-page [class*=-scroll]{scrollbar-color:color-mix(in srgb, var(--accent) 45%, var(--border)) transparent;scrollbar-width:thin}.weekly-report-page .dx-grid-scroll::-webkit-scrollbar{width:10px;height:10px}.weekly-report-page [class*=-scroll]::-webkit-scrollbar{width:10px;height:10px}.weekly-report-page .dx-grid-scroll::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--accent) 45%, var(--border));background-clip:padding-box;border:2px solid #0000;border-radius:10px}.weekly-report-page [class*=-scroll]::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--accent) 45%, var(--border));background-clip:padding-box;border:2px solid #0000;border-radius:10px}.weekly-report-page .dx-grid-scroll::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--accent) 70%, var(--border));background-clip:padding-box}.weekly-report-page [class*=-scroll]::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--accent) 70%, var(--border));background-clip:padding-box}.mold-part-in-query-page{box-sizing:border-box;flex-direction:column;min-width:1120px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.mold-part-in-query-page>h2{margin:2px 0 6px}.mold-part-in-query-workspace{flex:auto;min-height:0}.mold-part-in-query-search-panel{overflow:auto}.mold-part-in-query-search{box-sizing:border-box;align-items:center;width:100%;min-width:1110px;min-height:100%;margin:0;padding:10px 14px;display:flex}.mold-part-in-query-search-row{flex-wrap:nowrap;align-items:center;gap:16px;display:flex}.mold-part-in-query-search label,.mold-part-in-query-period{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.mold-part-in-query-period input[type=date]{width:140px}.mold-part-in-query-search .dx-lookup-cell input:first-child{width:105px!important}.mold-part-in-query-search .dx-lookup-cell input:nth-child(2){width:145px!important}.mold-part-in-query-grid-panel,.mold-part-in-query-grid-section{min-width:0;min-height:0}.mold-part-in-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.mold-part-in-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.mold-part-in-query-summary strong{color:var(--text-color)}.mold-part-in-query-grid-section>.dx-grid,.mold-part-in-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.mold-part-in-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.mold-part-in-query-page[aria-busy=true] .mold-part-in-query-workspace{cursor:progress}.mold-part-out-query-page{box-sizing:border-box;flex-direction:column;min-width:1100px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.mold-part-out-query-page>h2{margin:2px 0 6px}.mold-part-out-query-workspace{flex:auto;min-height:0}.mold-part-out-query-search-panel{overflow:auto}.mold-part-out-query-search{box-sizing:border-box;align-items:center;width:100%;min-width:1090px;min-height:100%;margin:0;padding:10px 14px;display:flex}.mold-part-out-query-search-row{flex-wrap:nowrap;align-items:center;gap:16px;display:flex}.mold-part-out-query-search label,.mold-part-out-query-period{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.mold-part-out-query-period input[type=date]{width:140px}.mold-part-out-query-search .dx-lookup-cell input:first-child{width:105px!important}.mold-part-out-query-search .dx-lookup-cell input:nth-child(2){width:145px!important}.mold-part-out-query-grid-panel,.mold-part-out-query-grid-section{min-width:0;min-height:0}.mold-part-out-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.mold-part-out-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.mold-part-out-query-summary strong{color:var(--text-color)}.mold-part-out-query-grid-section>.dx-grid,.mold-part-out-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.mold-part-out-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.mold-part-out-query-page[aria-busy=true] .mold-part-out-query-workspace{cursor:progress}.mold-part-life-query-page{box-sizing:border-box;flex-direction:column;min-width:920px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.mold-part-life-query-page>h2{margin:2px 0 6px}.mold-part-life-query-workspace{flex:auto;min-height:0}.mold-part-life-query-search-panel{overflow:auto}.mold-part-life-query-search{box-sizing:border-box;align-items:center;width:100%;min-width:900px;min-height:100%;margin:0;padding:10px 14px;display:flex}.mold-part-life-query-search-row{flex-wrap:nowrap;align-items:center;gap:18px;display:flex}.mold-part-life-query-search label{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.mold-part-life-query-search .dx-lookup-cell input:first-child{width:110px!important}.mold-part-life-query-search .dx-lookup-cell input:nth-child(2){width:160px!important}.mold-part-life-query-search input[aria-label=금형부품수명조회\ 사용율]{text-align:right;width:62px}.mold-part-life-query-grid-panel,.mold-part-life-query-grid-section{min-width:0;min-height:0}.mold-part-life-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.mold-part-life-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.mold-part-life-query-summary strong{color:var(--text-color)}.mold-part-life-query-grid-section>.dx-grid,.mold-part-life-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.mold-part-life-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.mold-part-life-query-page[aria-busy=true] .mold-part-life-query-workspace{cursor:progress}.mold-his-query-page{min-width:1180px}.mold-his-query-workspace{flex:auto;min-height:0}.mold-his-query-search-panel{overflow:auto}.mold-his-query-search{box-sizing:border-box;flex:none;width:100%;min-width:1120px;min-height:100%;margin:0}.mold-his-query-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:16px}.mold-his-query-search .search-condition-row>label>input{width:160px}.mold-his-query-search select{min-width:110px}.mold-his-query-grid-panel,.mold-his-query-grid-section{min-height:0}.mold-his-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.mold-his-query-summary{border-bottom:1px solid var(--border);min-height:34px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:14px;padding:3px 10px;display:flex}.mold-his-query-summary strong{color:#b45309}.mold-his-query-summary button{min-height:26px}.mold-his-query-grid-section>.dx-grid,.mold-his-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.mold-his-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.mold-his-query-grid-section .grid-table tbody tr.mold-his-query-data-issue-row>td:not(.dx-spacer){background:color-mix(in srgb, #f59e0b 12%, var(--panel-bg))}.mold-his-query-grid-section .grid-table tbody tr.mold-his-query-blocked-row>td:not(.dx-spacer){background:color-mix(in srgb, #64748b 10%, var(--panel-bg))}.mold-his-query-grid-section .grid-table tbody tr.mold-his-query-data-issue-row>td:first-child{box-shadow:inset 4px 0 #d97706}.mold-his-query-warning{align-items:center;gap:5px;display:inline-flex}.mold-his-query-page[aria-busy=true] .mold-his-query-workspace{cursor:progress}@media (width<=1380px){.mold-his-query-search .search-condition-row{flex-wrap:wrap}.mold-his-query-search{min-width:980px}}.mold-location-status-page{box-sizing:border-box;background:#fff;flex-direction:column;min-width:1180px;height:100%;min-height:0;padding:10px 12px 12px;display:flex}.mold-location-status-heading{border:1px solid var(--border);background:#f5f5f5;border-radius:4px 4px 0 0;flex:none;justify-content:space-between;align-items:center;gap:24px;min-height:58px;padding:0 14px;display:flex}.mold-location-status-heading h2{margin:0;font-size:26px}.mold-location-status-heading>div{color:var(--text-muted);align-items:center;gap:20px;font-size:14px;display:flex}.mold-location-status-heading strong{color:var(--text);font-size:20px}.mold-location-status-board{border:1px solid var(--border);background:#fff;border-top:0;flex:auto;min-height:0;overflow:auto}.mold-location-status-board table{border-spacing:0;border-collapse:separate;table-layout:fixed;width:100%;min-width:1870px}.mold-location-status-board th,.mold-location-status-board td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;vertical-align:middle;box-sizing:border-box;padding:4px 8px}.mold-location-status-board th{z-index:2;height:42px;color:var(--text);background:#e9edf3;font-size:24px;font-weight:700;position:sticky;top:0}.mold-location-status-board thead tr:nth-child(2) th{top:42px}.mold-location-status-board td{height:53px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:30px;line-height:1.15;overflow:hidden}.mold-location-status-board tbody tr:nth-child(2n) td{background:#f8fafc}.mold-location-status-board tbody tr:hover td{background:#edf4ff}.mold-location-status-board th:first-child,.mold-location-status-board td:first-child{width:200px}.mold-location-status-board th:nth-child(2),.mold-location-status-board td:nth-child(2){width:280px}.mold-location-status-board th:nth-child(3),.mold-location-status-board td:nth-child(3){width:400px}.mold-location-status-board th:nth-child(4),.mold-location-status-board td:nth-child(4){width:90px}.mold-location-status-board th:nth-child(5),.mold-location-status-board td:nth-child(5){width:130px}.mold-location-status-board th:nth-child(6),.mold-location-status-board td:nth-child(6){width:160px}.mold-location-status-board th:nth-child(7),.mold-location-status-board td:nth-child(7),.mold-location-status-board td:nth-child(8),.mold-location-status-board td:nth-child(9){width:120px}.mold-location-status-board th:last-child,.mold-location-status-board td:last-child{border-right:0;width:250px}.mold-location-status-board td:last-child{text-align:left}.mold-location-status-flag{color:#0000;box-sizing:border-box;background:#fff;border:3px solid #8793a3;border-radius:5px;justify-content:center;align-items:center;width:40px;height:40px;font-size:30px;font-weight:800;line-height:1;display:inline-flex}.mold-location-status-flag.is-active{color:#fff;background:#16a34a;border-color:#166534}.mold-location-status-empty td{height:106px;color:var(--text-muted);font-size:24px;text-align:center!important}.mold-location-status-page[aria-busy=true]{cursor:progress}.mold-in-page{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.mold-in-page>h2{margin:2px 0 6px}.mold-in-workspace,.mold-in-filter-panel,.mold-in-grid-panel{min-height:0}.mold-in-workspace{flex:1}.mold-in-filter-panel{overflow:auto}.mold-in-filters{box-sizing:border-box;flex-direction:column;justify-content:center;gap:9px;min-width:900px;height:100%;padding:9px 12px;display:flex}.mold-in-filters .search-condition-row{flex-wrap:wrap;align-items:flex-end;gap:9px 16px;display:flex}.mold-in-filters label{color:var(--text-muted,#526171);flex-direction:column;gap:4px;font-size:12px;display:flex}.mold-in-filters input,.mold-in-filters select,.mold-in-filters button{box-sizing:border-box;height:29px}.mold-in-filters input,.mold-in-filters select{border:1px solid var(--border-color,#cbd4df);background:var(--surface,#fff);color:var(--text-color,#1f2937);border-radius:4px;padding:4px 7px}.mold-in-filters select{min-width:180px}.mold-in-barcode .dx-lookup-cell>input:nth-child(2){display:none}.mold-in-barcode .dx-lookup-btn{width:32px}.mold-in-status{color:var(--text-muted,#526171);white-space:nowrap;align-self:center}.mold-in-warning{color:#765018;box-sizing:border-box;background:#fff9e9;border:1px solid #ead6ad;border-radius:4px;align-items:center;gap:8px;min-height:24px;padding:4px 8px;display:flex}.mold-in-warning strong{flex:none}.mold-in-warning span{min-width:0}.mold-in-warning em{color:#9a5200;white-space:nowrap;margin-left:auto;font-style:normal;font-weight:600}.mold-in-grid-section{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;padding:5px 7px 7px;display:flex;overflow:hidden}.mold-in-grid-section>.data-grid-wrap,.mold-in-grid-section>.dx-grid{flex:1;min-height:0}.mold-in-grid-section h3{align-items:baseline;gap:10px;margin:0 0 5px;font-size:14px;display:flex}.mold-in-grid-section h3 span{color:var(--text-muted,#687789);font-size:11px;font-weight:400}.mold-in-warning-icon{color:#b25d00;margin-right:4px}.mold-in-draft-icon{color:#1d6f42;margin-right:4px;font-weight:700}.mold-in-row-draft td{background:#ecf8ef!important}.mold-in-row-warning td{background:#fff8df!important}@media (width<=1080px){.mold-in-warning em{display:none}}.mold-install-query-page{min-width:1180px}.mold-install-query-workspace{flex:auto;min-height:0}.mold-install-query-search-panel{overflow:auto}.mold-install-query-search{box-sizing:border-box;width:100%;min-width:1120px;min-height:100%;margin:0}.mold-install-query-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:16px}.mold-install-query-period,.mold-install-query-mold{align-items:center;gap:6px;display:inline-flex}.mold-install-query-period input[type=date]{min-width:145px}.mold-install-query-search select{min-width:185px}.mold-install-query-mold input:first-child{width:135px}.mold-install-query-mold input:nth-child(2){width:205px}.mold-install-query-search input[readonly]{background:var(--panel-bg);width:125px;color:var(--text-muted)}.mold-install-query-search label:last-child input[readonly]{width:165px}.mold-install-query-grid-panel,.mold-install-query-grid-section{min-height:0}.mold-install-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.mold-install-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:16px;padding:2px 10px;display:flex}.mold-install-query-summary strong{color:#b45309}.mold-install-query-grid-section>.dx-grid,.mold-install-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.mold-install-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.mold-install-query-grid-section .grid-table tbody tr.mold-install-query-data-issue-row>td:not(.dx-spacer){background:color-mix(in srgb, #f59e0b 12%, var(--panel-bg))}.mold-install-query-grid-section .grid-table tbody tr.mold-install-query-data-issue-row>td:first-child{box-shadow:inset 4px 0 #d97706}.mold-install-query-warning{align-items:center;gap:5px;display:inline-flex}.mold-install-query-page[aria-busy=true] .mold-install-query-workspace{cursor:progress}@media (width<=1320px){.mold-install-query-search .search-condition-row{flex-wrap:wrap}.mold-install-query-search{min-width:980px}}.mold-removal-page{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.mold-removal-page>h2{margin:2px 0 6px}.mold-removal-workspace,.mold-removal-filter-panel,.mold-removal-grid-panel{min-height:0}.mold-removal-workspace{flex:1}.mold-removal-filter-panel{overflow:auto}.mold-removal-filters{box-sizing:border-box;flex-direction:column;justify-content:center;gap:9px;min-width:900px;height:100%;padding:9px 12px;display:flex}.mold-removal-filters .search-condition-row{flex-wrap:wrap;align-items:flex-end;gap:9px 16px;display:flex}.mold-removal-filters label{color:var(--text-muted,#526171);flex-direction:column;gap:4px;font-size:12px;display:flex}.mold-removal-filters input,.mold-removal-filters select,.mold-removal-filters button{box-sizing:border-box;height:29px}.mold-removal-filters input,.mold-removal-filters select{border:1px solid var(--border-color,#cbd4df);background:var(--surface,#fff);color:var(--text-color,#1f2937);border-radius:4px;padding:4px 7px}.mold-removal-filters select{min-width:180px}.mold-removal-barcode .dx-lookup-cell>input:nth-child(2){display:none}.mold-removal-barcode .dx-lookup-btn{width:32px}.mold-removal-status{color:var(--text-muted,#526171);white-space:nowrap;align-self:center}.mold-removal-warning{color:#765018;box-sizing:border-box;background:#fff9e9;border:1px solid #ead6ad;border-radius:4px;align-items:center;gap:8px;min-height:24px;padding:4px 8px;display:flex}.mold-removal-warning strong{flex:none}.mold-removal-warning span{min-width:0}.mold-removal-warning em{color:#9a5200;white-space:nowrap;margin-left:auto;font-style:normal;font-weight:600}.mold-removal-grid-section{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;padding:5px 7px 7px;display:flex;overflow:hidden}.mold-removal-grid-section>.data-grid-wrap,.mold-removal-grid-section>.dx-grid{flex:1;min-height:0}.mold-removal-grid-section h3{align-items:baseline;gap:10px;margin:0 0 5px;font-size:14px;display:flex}.mold-removal-grid-section h3 span{color:var(--text-muted,#687789);font-size:11px;font-weight:400}.mold-removal-draft-icon{color:#1d6f42;margin-right:4px;font-weight:700}.mold-removal-row-draft td{background:#ecf8ef!important}@media (width<=1080px){.mold-removal-warning em{display:none}}.mold-removal-query-page{min-width:1180px}.mold-removal-query-workspace{flex:auto;min-height:0}.mold-removal-query-search-panel{overflow:auto}.mold-removal-query-search{box-sizing:border-box;width:100%;min-width:1120px;min-height:100%;margin:0}.mold-removal-query-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:16px}.mold-removal-query-period,.mold-removal-query-mold{align-items:center;gap:6px;display:inline-flex}.mold-removal-query-period input[type=date]{min-width:145px}.mold-removal-query-search select{min-width:185px}.mold-removal-query-mold input:first-child{width:135px}.mold-removal-query-mold input:nth-child(2){width:205px}.mold-removal-query-search input[readonly]{background:var(--panel-bg);width:125px;color:var(--text-muted)}.mold-removal-query-search label:last-child input[readonly]{width:165px}.mold-removal-query-grid-panel,.mold-removal-query-grid-section{min-height:0}.mold-removal-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.mold-removal-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:16px;padding:2px 10px;display:flex}.mold-removal-query-summary strong{color:var(--text-color)}.mold-removal-query-summary em{color:#b45309;font-style:normal;font-weight:600}.mold-removal-query-grid-section>.dx-grid,.mold-removal-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.mold-removal-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.mold-removal-query-page[aria-busy=true] .mold-removal-query-workspace{cursor:progress}@media (width<=1320px){.mold-removal-query-search .search-condition-row{flex-wrap:wrap}.mold-removal-query-search{min-width:980px}}.mold-cleaning-page{box-sizing:border-box;flex-direction:column;min-width:0;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.mold-cleaning-page>h2{margin:2px 0 6px}.mold-cleaning-workspace,.mold-cleaning-search-panel,.mold-cleaning-grids-panel,.mold-cleaning-grid-split,.mold-cleaning-grid-panel{min-width:0;min-height:0}.mold-cleaning-workspace{flex:1}.mold-cleaning-search-panel{overflow:auto}.mold-cleaning-search{box-sizing:border-box;flex-direction:column;justify-content:center;gap:9px;min-width:1020px;height:100%;padding:9px 12px;display:flex}.mold-cleaning-search .search-condition-row{flex-wrap:wrap;align-items:flex-end;gap:9px 16px;display:flex}.mold-cleaning-search label{color:var(--text-muted,#526171);flex-direction:column;gap:4px;font-size:12px;display:flex}.mold-cleaning-search label>span{gap:4px;display:flex}.mold-cleaning-search input,.mold-cleaning-search button{box-sizing:border-box;height:29px}.mold-cleaning-search input{border:1px solid var(--border-color,#cbd4df);background:var(--surface,#fff);color:var(--text-color,#1f2937);border-radius:4px;padding:4px 7px}.mold-cleaning-search input:read-only,.mold-cleaning-search input:disabled{background:var(--disabled-background,#f2f4f7)}.mold-cleaning-batch input:first-child{width:138px}.mold-cleaning-batch input:last-child{text-align:center;width:56px}.mold-cleaning-employee input:first-child{width:92px}.mold-cleaning-employee input:last-child{width:112px}.mold-cleaning-filter-mold input:first-child{width:118px}.mold-cleaning-filter-mold input:nth-child(2){width:168px}.mold-cleaning-filter-mold .dx-lookup-btn{width:32px}.mold-cleaning-status{min-height:25px;color:var(--text-muted,#526171);box-sizing:border-box;background:#f7f9fc;border:1px solid #d5deea;border-radius:4px;align-items:center;gap:8px;padding:4px 8px;display:flex}.mold-cleaning-status strong{color:#315f9d;flex:none}.mold-cleaning-status span{min-width:0}.mold-cleaning-status em{color:#9a5200;white-space:nowrap;margin-left:auto;font-style:normal;font-weight:700}.mold-cleaning-grid-section{box-sizing:border-box;flex-direction:column;min-width:0;height:100%;min-height:0;padding:5px 7px 7px;display:flex;overflow:hidden}.mold-cleaning-grid-section>.data-grid-wrap,.mold-cleaning-grid-section>.dx-grid{flex:1;min-height:0}.mold-cleaning-grid-section h3{align-items:baseline;gap:10px;margin:0 0 5px;font-size:14px;display:flex}.mold-cleaning-grid-section h3 span{color:var(--text-muted,#687789);font-size:11px;font-weight:400}.mold-cleaning-dirty-row td{background:#eef8f1!important}.mold-cleaning-delete-row td{color:#7b8491;text-decoration:line-through;background:#f0f2f5!important}.mold-cleaning-file-cell{align-items:center;gap:6px;width:100%;min-width:0;display:flex}.mold-cleaning-file-cell>span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.mold-cleaning-file-select,.mold-cleaning-grid-action{border:1px solid var(--border-color,#b8c4d2);background:var(--surface,#fff);color:var(--text-color,#263442);cursor:pointer;border-radius:3px;flex:none;padding:2px 7px;font-size:11px;line-height:19px;text-decoration:none}.mold-cleaning-grid-action:disabled{cursor:not-allowed;opacity:.5}.mold-cleaning-delete-row .mold-cleaning-file-select{pointer-events:none;opacity:.5}@media (width<=1120px){.mold-cleaning-status em{display:none}}.mold-cleaning-plan-query-page{box-sizing:border-box;flex-direction:column;min-width:1120px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.mold-cleaning-plan-query-page>h2{margin:2px 0 6px}.mold-cleaning-plan-query-workspace{flex:auto;min-height:0}.mold-cleaning-plan-query-search-panel{overflow:auto}.mold-cleaning-plan-query-search{box-sizing:border-box;align-items:center;width:100%;min-width:1060px;min-height:100%;margin:0;padding:10px 14px;display:flex}.mold-cleaning-plan-query-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:18px;display:flex}.mold-cleaning-plan-query-period,.mold-cleaning-plan-query-mold{align-items:center;gap:6px;display:inline-flex}.mold-cleaning-plan-query-period input[type=date]{min-width:145px}.mold-cleaning-plan-query-mold input:first-child{width:140px}.mold-cleaning-plan-query-mold input:nth-child(2){width:215px}.mold-cleaning-plan-query-mold .dx-lookup-btn{width:34px}.mold-cleaning-plan-query-grid-panel,.mold-cleaning-plan-query-grid-section{min-height:0}.mold-cleaning-plan-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.mold-cleaning-plan-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:16px;padding:2px 10px;display:flex}.mold-cleaning-plan-query-summary strong{color:var(--text-color)}.mold-cleaning-plan-query-grid-section>.dx-grid,.mold-cleaning-plan-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.mold-cleaning-plan-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.mold-cleaning-plan-query-file{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.mold-cleaning-plan-query-file.is-downloadable{color:var(--primary,#2563eb);cursor:pointer;text-decoration:underline}.mold-cleaning-plan-query-page[aria-busy=true] .mold-cleaning-plan-query-workspace{cursor:progress}@media (width<=1220px){.mold-cleaning-plan-query-search .search-condition-row{flex-wrap:wrap}}.mold-clean-req-page{flex-direction:column;gap:8px;min-height:0;display:flex;overflow:auto}.mold-clean-req-search{flex-wrap:wrap;align-items:end;gap:8px 22px;padding:10px 14px;display:flex}.mold-clean-req-search>label,.mold-clean-req-selection label,.mold-clean-req-dates label{color:var(--text-secondary,#4a5568);white-space:nowrap;align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.mold-clean-req-search input,.mold-clean-req-selection input,.mold-clean-req-dates input,.mold-clean-req-detail textarea{box-sizing:border-box;border:1px solid var(--border,#cbd5e1);background:var(--surface,#fff);min-height:28px;color:var(--text,#1f2937);border-radius:4px}.mold-clean-req-status{color:var(--text-secondary,#64748b);margin-left:auto;font-size:12px}.mold-clean-req-grid-block{border:1px solid var(--border,#d5dbe5);background:var(--surface,#fff);border-radius:5px;min-height:0;overflow:hidden}.mold-clean-req-grid-block h3,.mold-clean-req-detail h3{color:var(--text,#1e293b);margin:0;padding:7px 10px;font-size:13px}.mold-clean-req-grid-block h3 span{color:var(--text-secondary,#64748b);font-weight:500}.mold-clean-req-main-grid .dx-grid-body{max-height:180px}.mold-clean-req-check-grid .dx-grid-body{max-height:230px}.mold-clean-req-selection{border:1px solid var(--border,#d5dbe5);background:var(--surface-muted,#f8fafc);border-radius:5px;flex-wrap:wrap;align-items:center;gap:8px 18px;padding:8px 12px;display:flex}.mold-clean-req-selection input{width:120px;padding:3px 7px}.mold-clean-req-selection label:nth-of-type(4) input{width:210px}.mold-clean-req-selection label:last-of-type input{text-align:right;width:70px}.mold-clean-req-detail{border:1px solid var(--border,#d5dbe5);background:var(--surface,#fff);border-radius:5px;grid-template-columns:minmax(520px,1fr) minmax(230px,.55fr) minmax(230px,.55fr);min-height:235px;display:grid;overflow:hidden}.mold-clean-req-clean-checks,.mold-clean-req-image{border-right:1px solid var(--border,#d5dbe5);min-width:0;padding:8px 10px}.mold-clean-req-image:last-child{border-right:0}.mold-clean-req-clean-row{border-top:1px solid var(--border,#e2e8f0);grid-template-columns:28px minmax(250px,1fr) 72px 72px;align-items:center;min-height:31px;font-size:12px;display:grid}.mold-clean-req-clean-row>span{text-align:center}.mold-clean-req-clean-row>strong{font-weight:500}.mold-clean-req-clean-row label{justify-content:center;align-items:center;gap:4px;display:flex}.mold-clean-req-remark{grid-template-columns:115px 1fr;align-items:center;gap:8px;margin-top:8px;font-size:12px;font-weight:700;display:grid}.mold-clean-req-remark textarea{resize:vertical;min-height:48px;padding:6px}.mold-clean-req-dates{flex-wrap:wrap;gap:8px 14px;margin-top:8px;display:flex}.mold-clean-req-dates label:last-child{position:relative}.mold-clean-req-dates small{color:var(--text-secondary,#64748b)}.mold-clean-req-preview{border:1px dashed var(--border,#cbd5e1);background:var(--surface-muted,#f8fafc);height:126px;color:var(--text-secondary,#94a3b8);border-radius:5px;place-items:center;display:grid;overflow:hidden}.mold-clean-req-preview img{object-fit:contain;width:100%;height:100%}.mold-clean-req-image p{color:var(--text-secondary,#64748b);text-overflow:ellipsis;white-space:nowrap;margin:7px 0;font-size:11px;overflow:hidden}.mold-clean-req-image>div:last-child{justify-content:center;gap:10px;display:flex}.mold-clean-req-file-btn,.mold-clean-req-image button{box-sizing:border-box;border:1px solid var(--border,#b8c1cf);background:var(--surface,#fff);min-width:62px;color:var(--text,#334155);text-align:center;cursor:pointer;border-radius:4px;padding:5px 10px;font-size:12px}.mold-clean-req-image button:disabled{cursor:default;opacity:.5}.mold-clean-req-file-btn:has(input:disabled){cursor:default;opacity:.5}.mold-clean-req-help{text-align:left;width:min(560px,100vw - 32px)}.mold-clean-req-help ol{margin:12px 0 18px;padding-left:24px;line-height:1.75}@media (width<=1100px){.mold-clean-req-detail{grid-template-columns:1fr 1fr}.mold-clean-req-clean-checks{border-right:0;border-bottom:1px solid var(--border,#d5dbe5);grid-column:1/-1}}.mold-preheat-registration-page{box-sizing:border-box;flex-direction:column;min-width:1180px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.mold-preheat-registration-page>h2{margin:2px 0 6px}.mold-preheat-registration-search{flex:none;margin-bottom:6px;padding:9px 12px;overflow-x:auto}.mold-preheat-registration-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:12px;min-width:1420px;display:flex}.mold-preheat-registration-search label{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.mold-preheat-registration-search input[type=date]{width:140px}.mold-preheat-registration-search .dx-lookup-cell input:first-child{width:105px!important}.mold-preheat-registration-search .dx-lookup-cell input:nth-child(2){width:145px!important}.mold-preheat-setting-button{border:1px solid var(--border);min-width:82px;height:30px;color:var(--text-color);background:var(--panel-bg);cursor:pointer;border-radius:4px}.mold-preheat-setting-button:hover:not(:disabled){border-color:var(--primary,#2563eb);color:var(--primary,#2563eb)}.mold-preheat-setting-button:disabled{opacity:.55;cursor:not-allowed}.mold-preheat-registration-workspace{flex:auto;min-height:0}.mold-preheat-registration-grid-pane,.mold-preheat-registration-grid-section,.mold-preheat-registration-image-pane{min-width:0;min-height:0}.mold-preheat-registration-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.mold-preheat-registration-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.mold-preheat-registration-summary strong{color:var(--text-color)}.mold-preheat-registration-grid-section>.dx-grid,.mold-preheat-registration-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.mold-preheat-registration-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.mold-preheat-deleted-row td{color:var(--text-muted);background:color-mix(in srgb, #dc2626 7%, var(--panel-bg));text-decoration:line-through}.mold-preheat-registration-standard{background:var(--panel-bg);flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.mold-preheat-registration-standard h3{border-bottom:1px solid var(--border);flex:none;margin:0;padding:8px 10px;font-size:14px}.mold-preheat-standard-image-button{border:1px solid var(--border);cursor:zoom-in;background:#fff;border-radius:4px;flex:auto;justify-content:center;align-items:center;min-height:0;margin:8px;padding:0;display:flex;position:relative;overflow:hidden}.mold-preheat-standard-image-button img{object-fit:contain;width:100%;height:100%;display:block}.mold-preheat-standard-image-button span{color:#fff;background:#0f172ab8;border-radius:4px;padding:4px 7px;font-size:12px;position:absolute;bottom:8px;right:8px}.mold-preheat-standard-empty{border:1px dashed var(--border);color:var(--text-muted);flex:auto;place-items:center;margin:8px;display:grid}.mold-preheat-image-modal{z-index:2400;box-sizing:border-box;background:#020617d1;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.mold-preheat-image-modal>img{object-fit:contain;background:#fff;border-radius:4px;max-width:100%;max-height:100%}.mold-preheat-image-close{color:#fff;cursor:pointer;background:#0f172acc;border:0;border-radius:50%;width:38px;height:38px;font-size:27px;position:absolute;top:12px;right:16px}.mold-preheat-registration-page[aria-busy=true] .mold-preheat-registration-workspace{cursor:progress}@media (width<=1400px){.mold-preheat-registration-page{min-width:1040px}}.mold-preheat-query-page{box-sizing:border-box;flex-direction:column;min-width:1180px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.mold-preheat-query-page>h2{margin:2px 0 6px}.mold-preheat-query-workspace{flex:auto;min-height:0}.mold-preheat-query-search-panel{overflow:auto}.mold-preheat-query-search{box-sizing:border-box;align-items:center;width:100%;min-width:1430px;min-height:100%;margin:0;padding:10px 14px;display:flex}.mold-preheat-query-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:14px;display:flex}.mold-preheat-query-search label,.mold-preheat-query-period{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.mold-preheat-query-period input[type=date]{width:140px}.mold-preheat-query-search .dx-lookup-cell input:first-child{width:105px!important}.mold-preheat-query-search .dx-lookup-cell input:nth-child(2){width:145px!important}.mold-preheat-query-grid-panel,.mold-preheat-query-grid-section{min-width:0;min-height:0}.mold-preheat-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.mold-preheat-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.mold-preheat-query-summary strong{color:var(--text-color)}.mold-preheat-query-grid-section>.dx-grid,.mold-preheat-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.mold-preheat-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.mold-preheat-query-page[aria-busy=true] .mold-preheat-query-workspace{cursor:progress}.mold-preheat-query-help{width:min(520px,90vw);color:var(--text-color);background:var(--panel-bg);border-radius:8px;padding:24px;box-shadow:0 12px 40px #0000004d}.mold-preheat-query-help h3{margin:0 0 14px;font-size:17px}.mold-preheat-query-help ol{color:var(--text-muted);margin:0 0 20px;padding-left:22px;line-height:1.7}.mold-preheat-query-help .btn-primary{min-width:80px;margin-left:auto;display:block}.mold-contact-temperature-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.mold-contact-temperature-page>h2{margin:0}.mold-contact-temperature-workspace,.mold-contact-temperature-search-pane,.mold-contact-temperature-grid-pane,.mold-contact-temperature-grid-section{min-width:0;min-height:0}.mold-contact-temperature-workspace{flex:1}.mold-contact-temperature-search-pane{overflow:auto}.mold-contact-temperature-search{box-sizing:border-box;height:100%;padding:10px 12px}.mold-contact-temperature-search-grid{grid-template-columns:minmax(150px,200px) auto;justify-content:start;align-items:end;gap:12px;display:grid}.mold-contact-temperature-field{min-width:0;color:var(--text-secondary,#4b5563);gap:5px;font-size:12px;display:grid}.mold-contact-temperature-field>span:first-child{font-weight:700}.mold-contact-temperature-field input{box-sizing:border-box;width:100%;height:30px}.mold-contact-temperature-setting-button{border:1px solid var(--border-color,#cbd5e1);background:var(--panel-background,#fff);min-width:90px;height:31px;color:var(--text-primary,#111827);cursor:pointer;border-radius:4px;padding:0 14px;font-weight:700}.mold-contact-temperature-setting-button:hover:not(:disabled){border-color:var(--primary-color,#3568ad);color:var(--primary-color,#3568ad)}.mold-contact-temperature-setting-button:disabled{cursor:not-allowed;opacity:.55}.mold-contact-temperature-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.mold-contact-temperature-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:30px;color:var(--text-secondary,#4b5563);align-items:center;gap:14px;padding:0 10px;font-size:12px;display:flex}.mold-contact-temperature-summary>span{white-space:nowrap}.mold-contact-temperature-summary strong{color:#a15c00;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.mold-contact-temperature-grid-section>.dx-grid{flex:1;min-height:0}.mold-contact-temperature-grid-section>.dx-grid>.dx-grid-scroll{flex:1;min-height:0;max-height:none}.mold-contact-pass{color:#16733a;font-weight:700}.mold-contact-fail{color:#b42318;font-weight:800}.mold-contact-temperature-issue-row td{background:#fff8e7}.mold-contact-temperature-insert-row td{background:#eefbf2}.mold-contact-temperature-update-row td{background:#eef5ff}.mold-contact-temperature-deleted-row td{color:#7b8491;background:#eceff3;font-style:italic;text-decoration:line-through}.mold-contact-temperature-busy{z-index:20;border:1px solid var(--border-color,#cbd5e1);background:color-mix(in srgb, var(--panel-background,#fff) 94%, transparent);color:var(--text-primary,#111827);border-radius:5px;padding:9px 14px;font-weight:700;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #0f172a29}@media (width<=680px){.mold-contact-temperature-search-grid{grid-template-columns:minmax(0,1fr) auto;width:100%}}.mold-temperature-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.mold-temperature-query-page>h2{margin:0}.mold-temperature-query-workspace,.mold-temperature-query-search-pane,.mold-temperature-query-body-pane,.mold-temperature-query-content-split,.mold-temperature-query-master-pane,.mold-temperature-query-right-pane,.mold-temperature-query-right-split,.mold-temperature-query-chart-pane,.mold-temperature-query-detail-pane,.mold-temperature-query-grid-section,.mold-temperature-query-chart-section{min-width:0;min-height:0}.mold-temperature-query-workspace{flex:1}.mold-temperature-query-search-pane{overflow:auto}.mold-temperature-query-search{box-sizing:border-box;height:100%;padding:10px 12px}.mold-temperature-query-search-grid{grid-template-columns:minmax(330px,1.6fr) repeat(3,minmax(140px,1fr));align-items:end;gap:10px 14px;display:grid}.mold-temperature-query-field{min-width:0;color:var(--text-secondary,#4b5563);gap:5px;font-size:12px;display:grid}.mold-temperature-query-field>span:first-child{font-weight:700}.mold-temperature-query-field input{box-sizing:border-box;width:100%;height:30px}.mold-temperature-query-date-range{grid-template-columns:minmax(140px,1fr) auto minmax(140px,1fr);align-items:center;gap:6px;display:grid}.mold-temperature-query-grid-section,.mold-temperature-query-chart-section{box-sizing:border-box;border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.mold-temperature-query-section-header{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);flex:none;align-items:center;gap:12px;padding:0 10px;font-size:12px;display:flex;overflow:hidden}.mold-temperature-query-section-header strong{color:var(--text-primary,#111827);flex:none;font-size:13px}.mold-temperature-query-section-header span,.mold-temperature-query-section-header em{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mold-temperature-query-section-header em{color:#a15c00;margin-left:auto;font-style:normal;font-weight:700}.mold-temperature-query-grid-section>.dx-grid-wrap{flex:1;min-height:0}.mold-temperature-query-chart-wrap{flex-direction:column;flex:1;min-height:0;padding:8px 12px 10px;display:flex;overflow:hidden}.mold-temperature-query-legend{min-height:22px;color:var(--text-secondary,#4b5563);flex-wrap:wrap;flex:none;justify-content:flex-end;gap:6px 16px;font-size:11px;display:flex}.mold-temperature-query-legend span{align-items:center;gap:5px;display:inline-flex}.mold-temperature-query-legend i{border-radius:2px;width:11px;height:3px}.mold-temperature-query-chart{flex:1;width:100%;min-height:150px;display:block}.mold-temperature-query-chart-background{fill:color-mix(in srgb, var(--panel-background,#fff) 96%, #64748b);stroke:var(--border-color,#d8dee8)}.mold-temperature-query-chart-grid-line{stroke:var(--border-color,#d8dee8);stroke-width:1px;vector-effect:non-scaling-stroke}.mold-temperature-query-chart-axis-text{fill:var(--text-secondary,#4b5563);font-size:11px}.mold-temperature-query-series-line{fill:none;stroke-width:2px;vector-effect:non-scaling-stroke}.mold-temperature-query-series-point{stroke:var(--panel-background,#fff);stroke-width:1px;vector-effect:non-scaling-stroke}.mold-temperature-query-value-label{paint-order:stroke;pointer-events:none;stroke:var(--panel-background,#fff);stroke-linejoin:round;stroke-width:2.5px;font-size:10px;font-weight:700}.mold-temperature-query-chart-empty{min-height:0;color:var(--text-secondary,#64748b);text-align:center;flex:1;place-items:center;padding:24px;display:grid}.mold-temperature-query-pass{color:#047857;font-weight:700}.mold-temperature-query-fail{color:#b91c1c;font-weight:700}.mold-temperature-query-issue-row td{background:#fff8e7}.mold-temperature-query-busy{z-index:20;border:1px solid var(--border-color,#cbd5e1);background:color-mix(in srgb, var(--panel-background,#fff) 94%, transparent);color:var(--text-primary,#111827);border-radius:5px;padding:9px 14px;font-weight:700;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #0f172a29}.mold-temperature-query-page[aria-busy=true] .mold-temperature-query-workspace{cursor:progress}@media (width<=1080px){.mold-temperature-query-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mold-temperature-query-date-field{grid-column:1/-1}}.machine-connection-query-page{min-width:720px}.machine-connection-query-page>.dx-grid,.machine-connection-query-page>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.machine-connection-query-page>.dx-grid>.dx-grid-scroll{max-height:none}.machine-connection-query-page[aria-busy=true]>.dx-grid{cursor:progress}.machine-connection-status{color:#fff;border-radius:3px;justify-content:center;align-items:center;min-width:68px;min-height:24px;font-weight:700;line-height:1;display:inline-flex}.machine-connection-status.is-connected{background:#16733a}.machine-connection-status.is-disconnected{background:#b42318}.machine-connection-warning{color:#7a4700;background:#fff8e6;border:1px solid #e6ad42;border-radius:4px;margin:0 0 8px;padding:8px 10px;font-size:13px}.machine-connection-warning-icon{color:#9a6700;margin-right:5px}.machine-connection-data-issue-row>td{background:#fffaf0}.stan-item-stock-page{min-width:1080px}.stan-item-stock-workspace{flex:auto;min-height:0}.stan-item-stock-search-panel{overflow:auto}.stan-item-stock-search{box-sizing:border-box;width:100%;min-width:0;min-height:100%;margin:0}.stan-item-stock-search .search-condition-row{flex-wrap:wrap}.stan-item-stock-search label{white-space:nowrap}.stan-item-stock-lookup-field{align-items:center;gap:6px;display:inline-flex}.stan-item-stock-lookup-field input{width:145px}.stan-item-stock-item-name{width:220px}.stan-item-stock-vehicle-button{border:1px solid var(--border);background:var(--panel-bg);min-height:28px;color:var(--text);cursor:pointer;border-radius:4px;padding:3px 12px}.stan-item-stock-vehicle-button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.stan-item-stock-vehicle-button:disabled{cursor:default;opacity:.55}.stan-item-stock-grid-panel{overflow:hidden}.stan-item-stock-grid-section{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.stan-item-stock-summary{border:1px solid var(--border);background:var(--surface-2);min-height:34px;color:var(--text-muted);box-sizing:border-box;white-space:nowrap;border-bottom:0;flex:none;align-items:center;gap:16px;padding:4px 9px;display:flex}.stan-item-stock-summary strong{color:var(--text);margin-left:auto}.stan-item-stock-pending{color:var(--danger);font-weight:600}.stan-item-stock-readonly-summary{color:#9a6100;font-weight:600}.stan-item-stock-grid-section>.dx-grid,.stan-item-stock-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.stan-item-stock-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.stan-item-stock-inserted td{background:color-mix(in srgb, var(--accent) 7%, var(--panel-bg))}.stan-item-stock-deleted td{background:color-mix(in srgb, var(--danger) 9%, var(--panel-bg));color:var(--text-muted);text-decoration:line-through}.stan-item-stock-data-issue td{background:color-mix(in srgb, #f2a900 9%, var(--panel-bg))}.stan-item-stock-readonly-warehouse td{box-shadow:inset 0 0 0 9999px #f2a9000d}.stan-item-stock-warning{align-items:center;gap:5px;max-width:100%;display:inline-flex}.stan-item-stock-warning [role=img]{color:#d28600;flex:none}.stan-item-stock-page[aria-busy=true] .stan-item-stock-workspace{cursor:progress}.stan-item-stock-query-page{min-width:860px}.stan-item-stock-query-workspace{flex:auto;min-height:0}.stan-item-stock-query-search-panel{overflow:auto}.stan-item-stock-query-search{box-sizing:border-box;flex:none;width:100%;min-width:0;min-height:100%;margin:0}.stan-item-stock-query-search .search-condition-row{flex-wrap:wrap}.stan-item-stock-query-export-guide{color:var(--text-muted,#5b6472);flex:none;padding:2px 8px;font-size:11px}.stan-item-stock-query-period,.stan-item-stock-query-single,.stan-item-stock-query-pair{align-items:center;gap:6px;display:inline-flex}.stan-item-stock-query-period input[type=date]{min-width:142px}.stan-item-stock-query-search select{min-width:145px}.stan-item-stock-query-single input{width:125px}.stan-item-stock-query-pair input:first-child{width:145px}.stan-item-stock-query-pair input:nth-child(2){width:220px}.stan-item-stock-query-grid-stack{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.stan-item-stock-query-summary{border:1px solid var(--border-color,#d7dce5);background:var(--panel-bg,#f7f9fc);min-height:31px;color:var(--text-muted,#5b6472);box-sizing:border-box;white-space:nowrap;border-bottom:0;flex:none;align-items:center;gap:18px;padding:4px 10px;font-size:12px;display:flex;overflow-x:auto}.stan-item-stock-query-summary strong{color:var(--text-color,#1f2937);font-weight:600}.stan-item-stock-query-guide{color:var(--warning-color,#9a6700);font-weight:600}.stan-item-stock-query-grid-stack>.dx-grid,.stan-item-stock-query-grid-stack>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.stan-item-stock-query-grid-stack>.dx-grid>.dx-grid-scroll{max-height:none}.stan-item-stock-query-warning{align-items:center;gap:4px;display:inline-flex}.stan-item-stock-query-data-issue-row td{background:#f59e0b14}.stan-item-stock-query-page[aria-busy=true] .stan-item-stock-query-workspace{cursor:progress}@media (width<=1180px){.stan-item-stock-query-summary{gap:10px}}.part-identification-label-issue-page{min-width:980px}.part-identification-label-issue-workspace,.part-identification-label-issue-grid-panel,.part-identification-label-issue-grid-section{min-height:0}.part-identification-label-issue-workspace{flex:auto}.part-identification-label-issue-search-panel{overflow:auto}.part-identification-label-issue-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.part-identification-label-issue-search-grid{grid-template-columns:minmax(270px,.8fr) minmax(350px,1.2fr) minmax(280px,.9fr);align-items:center;gap:8px 14px;display:grid}.part-identification-label-issue-field{grid-template-columns:52px minmax(0,1fr);align-items:center;gap:6px;margin:0;display:grid}.part-identification-label-issue-field>span:first-child{color:var(--text-muted);white-space:nowrap;font-size:12px}.part-identification-label-issue-lookup-field{align-items:center;gap:4px;min-width:0;display:flex}.part-identification-label-issue-lookup-field input{box-sizing:border-box;flex:auto;min-width:0}.part-identification-label-issue-grid-section{flex-direction:column;height:100%;display:flex;overflow:hidden}.part-identification-label-issue-summary{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:18px;padding:3px 8px;font-size:12px;display:flex}.part-identification-label-issue-summary span:last-child{margin-left:auto}.part-identification-label-issue-grid-section>.data-grid-wrap,.part-identification-label-issue-grid-section>.dx-grid,.part-identification-label-issue-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.part-identification-label-issue-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.part-identification-label-issue-page[aria-busy=true] .part-identification-label-issue-workspace{cursor:progress}@media (width<=1080px){.part-identification-label-issue-search-grid{grid-template-columns:minmax(280px,1fr) minmax(340px,1.2fr)}}.inspection-standard-registration-page{min-width:1150px}.inspection-standard-search{box-sizing:border-box;flex-direction:column;justify-content:center;gap:9px;min-height:84px;margin:0;display:flex}.inspection-standard-division,.inspection-standard-filters{align-items:center;gap:12px;display:flex}.inspection-standard-division>span,.inspection-standard-filter>span:first-child{color:var(--text-muted);white-space:nowrap;font-size:12px}.inspection-standard-division>span{width:50px}.inspection-standard-division label{white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.inspection-standard-filter{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:5px;min-width:250px;display:grid}.inspection-standard-name-filter{min-width:340px}.inspection-standard-filter>span:last-child{align-items:center;gap:4px;min-width:0;display:flex}.inspection-standard-filter input{box-sizing:border-box;flex:auto;min-width:0}.inspection-standard-copy-button{min-width:120px;height:28px;margin-left:8px}.inspection-standard-summary{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:18px;padding:3px 8px;font-size:12px;display:flex}.inspection-standard-summary strong{color:var(--warning,#a15b00)}.inspection-standard-summary span:last-child{margin-left:auto}.inspection-standard-workspace,.inspection-standard-row-split,.inspection-standard-master-row,.inspection-standard-detail-row,.inspection-standard-grid-pane,.inspection-standard-images-pane{min-width:0;min-height:0}.inspection-standard-workspace{flex:auto}.inspection-standard-grid-pane{display:flex;overflow:hidden}.inspection-standard-grid-pane>.data-grid-wrap,.inspection-standard-grid-pane>.dx-grid,.inspection-standard-grid-pane>.dx-grid>.dx-grid-scroll{flex:auto;min-width:0;min-height:0}.inspection-standard-grid-pane>.dx-grid>.dx-grid-scroll{max-height:none}.inspection-standard-images-pane{overflow:auto}.inspection-standard-image-grid{box-sizing:border-box;grid-template-columns:repeat(2,minmax(165px,1fr));align-content:start;gap:8px;min-width:350px;height:100%;padding:7px;display:grid}.inspection-standard-image-card{flex-direction:column;align-items:stretch;min-width:0;display:flex}.inspection-standard-image-card .mold-img-box.sm{box-sizing:border-box;width:100%;min-width:145px;height:145px}.inspection-standard-image-card .mold-img-box img{object-fit:contain}.inspection-standard-image-card .mold-img-hint{text-overflow:ellipsis;white-space:nowrap;max-width:170px;display:block;overflow:hidden}.inspection-standard-image-zoom{min-height:25px;margin-top:4px}.inspection-standard-dirty-row>td:not(.dx-spacer){background:color-mix(in srgb, var(--accent) 9%, transparent)}.inspection-standard-registration-page[aria-busy=true] .inspection-standard-workspace{cursor:progress}@media (width<=1300px){.inspection-standard-filters{flex-wrap:wrap}.inspection-standard-image-grid{grid-template-columns:minmax(170px,1fr)}}.inspection-flag-registration-page{min-width:900px}.inspection-flag-registration-workspace,.inspection-flag-registration-grid-panel,.inspection-flag-registration-grid-section{min-height:0}.inspection-flag-registration-workspace{flex:auto}.inspection-flag-registration-search-panel{overflow:auto}.inspection-flag-registration-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.inspection-flag-registration-search-grid{grid-template-columns:minmax(260px,.8fr) minmax(340px,1.2fr) minmax(280px,.9fr);align-items:center;gap:8px 14px;display:grid}.inspection-flag-registration-field{grid-template-columns:78px minmax(0,1fr);align-items:center;gap:6px;margin:0;display:grid}.inspection-flag-registration-field>span:first-child{color:var(--text-muted);white-space:nowrap;font-size:12px}.inspection-flag-registration-lookup-field{align-items:center;gap:4px;min-width:0;display:flex}.inspection-flag-registration-lookup-field input{box-sizing:border-box;flex:auto;min-width:0}.inspection-flag-registration-grid-section{flex-direction:column;height:100%;display:flex;overflow:hidden}.inspection-flag-registration-summary{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:18px;padding:3px 8px;font-size:12px;display:flex}.inspection-flag-registration-summary strong{color:var(--warning,#a15b00)}.inspection-flag-registration-summary span:last-child{margin-left:auto}.inspection-flag-registration-grid-section>.data-grid-wrap,.inspection-flag-registration-grid-section>.dx-grid,.inspection-flag-registration-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.inspection-flag-registration-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.inspection-flag-registration-dirty-row>td:not(.dx-spacer){background:color-mix(in srgb, var(--accent) 9%, transparent)}.inspection-flag-registration-page[aria-busy=true] .inspection-flag-registration-workspace{cursor:progress}@media (width<=1040px){.inspection-flag-registration-search-grid{grid-template-columns:minmax(300px,1fr)}}.incoming-inspection-page{flex-direction:column;gap:8px;min-width:1280px;height:100%;min-height:780px;display:flex}.incoming-inspection-page>h2{margin:0}.incoming-inspection-form-workspace,.incoming-inspection-search-pane,.incoming-inspection-result-pane,.incoming-inspection-result,.incoming-inspection-workspace,.incoming-inspection-main-row,.incoming-inspection-detail-row,.incoming-inspection-grid-pane,.incoming-inspection-image-pane{min-width:0;min-height:0}.incoming-inspection-form-workspace,.incoming-inspection-result,.incoming-inspection-workspace{flex:auto}.incoming-inspection-search-pane{overflow:auto}.incoming-inspection-search{box-sizing:border-box;grid-template-columns:minmax(330px,390px) minmax(170px,220px) minmax(300px,1fr);align-items:end;gap:8px 18px;min-width:920px;min-height:100%;margin:0;padding:9px 12px;display:grid}.incoming-inspection-field{min-width:0;color:var(--text-muted);white-space:nowrap;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:7px;font-size:12px;display:grid}.incoming-inspection-field>span:first-child{font-weight:700}.incoming-inspection-period{grid-template-columns:minmax(130px,1fr) 14px minmax(130px,1fr);align-items:center;gap:4px;display:grid}.incoming-inspection-period>span{text-align:center}.incoming-inspection-field input,.incoming-inspection-field select{box-sizing:border-box;min-width:0;height:30px}.incoming-inspection-employee{grid-template-columns:minmax(80px,110px) minmax(150px,1fr);gap:4px;display:grid}.incoming-inspection-employee input[readonly]{color:var(--text-muted);background:var(--panel-bg)}.incoming-inspection-result{flex-direction:column;display:flex;overflow:hidden}.incoming-inspection-summary{border:1px solid var(--border);min-height:31px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;border-bottom:0;flex:none;align-items:center;gap:16px;padding:4px 10px;font-size:12px;display:flex}.incoming-inspection-summary strong{color:var(--warning,#a15b00)}.incoming-inspection-summary span:last-child{margin-left:auto}.incoming-inspection-workspace{border:1px solid var(--border);background:var(--panel-bg);overflow:hidden}.incoming-inspection-grid-pane,.incoming-inspection-grid-section{display:flex;overflow:hidden}.incoming-inspection-grid-section{flex-direction:column;flex:auto;min-width:0;min-height:0}.incoming-inspection-grid-section>.dx-grid,.incoming-inspection-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.incoming-inspection-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.incoming-inspection-image-pane{background:#eef2f7;overflow:auto}.incoming-inspection-procedure-grid{box-sizing:border-box;grid-template-columns:repeat(2,minmax(175px,1fr));align-content:stretch;gap:7px;min-width:370px;height:100%;padding:7px;display:grid}.incoming-inspection-procedure-grid.three-columns{grid-template-columns:repeat(3,minmax(170px,1fr));min-width:540px}.incoming-inspection-image-card{flex-direction:column;gap:4px;min-width:0;min-height:0;display:flex}.incoming-inspection-image-card>header{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.incoming-inspection-image-stage,.incoming-inspection-image-button,.incoming-inspection-image-empty{flex:auto;min-width:0;min-height:105px}.incoming-inspection-image-button{cursor:zoom-in;background:#fff;border:1px solid #aeb8c5;width:100%;height:100%;padding:0;display:flex;overflow:hidden}.incoming-inspection-image-button img{object-fit:contain;width:100%;height:100%}.incoming-inspection-image-empty{width:100%;height:100%;color:var(--text-muted);box-sizing:border-box;background:#f8fafc;border:1px dashed #aeb8c5;place-items:center;display:grid}.incoming-inspection-file-button,.incoming-inspection-grid-action{box-sizing:border-box;border:1px solid var(--border);min-width:48px;min-height:24px;color:var(--text-main);background:var(--panel-bg);cursor:pointer;border-radius:3px;justify-content:center;align-items:center;padding:2px 7px;font-size:12px;display:inline-flex}.incoming-inspection-grid-action:disabled{cursor:not-allowed;opacity:.5}.incoming-inspection-file-button:has(input:disabled){cursor:not-allowed;opacity:.5}.incoming-inspection-dirty-row>td:not(.dx-spacer){background:color-mix(in srgb, var(--accent) 9%, transparent)}.incoming-inspection-data-issue-row>td:not(.dx-spacer){background:#fff8e7}.incoming-inspection-page[aria-busy=true] .incoming-inspection-workspace,.incoming-inspection-page[aria-busy=true] .incoming-inspection-search{cursor:progress}.incoming-inspection-zoom{z-index:1200;background:#0f172ae0;justify-content:center;align-items:center;padding:48px;display:flex;position:fixed;inset:0}.incoming-inspection-zoom button{min-width:76px;min-height:32px;position:absolute;top:14px;right:18px}.incoming-inspection-zoom img{object-fit:contain;background:#fff;max-width:100%;max-height:100%}@media (width<=1380px){.incoming-inspection-search{grid-template-columns:repeat(2,minmax(0,1fr))}.incoming-inspection-procedure-grid.three-columns{grid-template-columns:repeat(2,minmax(175px,1fr))}}.incoming-inspection-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.incoming-inspection-query-page>h2{margin:0}.incoming-inspection-query-workspace,.incoming-inspection-query-search-pane,.incoming-inspection-query-grid-pane,.incoming-inspection-query-result{min-width:0;min-height:0}.incoming-inspection-query-workspace{flex:1}.incoming-inspection-query-search-pane{overflow:auto}.incoming-inspection-query-search{box-sizing:border-box;grid-template-columns:minmax(300px,.9fr) minmax(330px,1fr) minmax(370px,1.15fr);align-content:center;align-items:end;gap:9px 16px;height:100%;padding:9px 12px;display:grid}.incoming-inspection-query-basis{min-height:30px;color:var(--text-secondary,#4b5563);align-items:center;gap:13px;font-size:12px;display:flex}.incoming-inspection-query-basis>span,.incoming-inspection-query-field>span:first-child,.incoming-inspection-query-status>legend{font-weight:700}.incoming-inspection-query-basis label,.incoming-inspection-query-status label{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.incoming-inspection-query-field{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;display:grid}.incoming-inspection-query-field input{box-sizing:border-box;width:100%;height:30px}.incoming-inspection-query-period>span:last-child{grid-template-columns:minmax(128px,1fr) 16px minmax(128px,1fr);align-items:center;gap:4px;display:grid}.incoming-inspection-query-period b{text-align:center}.incoming-inspection-query-lookup>span:last-child{grid-template-columns:minmax(105px,.65fr) minmax(180px,1.35fr) 32px;gap:4px;display:grid}.incoming-inspection-query-search .dx-lookup-btn{width:32px;min-width:32px;height:30px;padding:0}.incoming-inspection-query-status{min-width:0;color:var(--text-secondary,#4b5563);border:0;margin:0;padding:0;font-size:12px}.incoming-inspection-query-status>legend{margin-bottom:5px;padding:0}.incoming-inspection-query-status>div{align-items:center;gap:14px;min-height:30px;display:flex}.incoming-inspection-query-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.incoming-inspection-query-summary{box-sizing:border-box;border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);flex-wrap:wrap;align-items:center;gap:6px 16px;padding:4px 10px;font-size:12px;display:flex}.incoming-inspection-query-summary strong{color:#a15c00}.incoming-inspection-query-result>.dx-grid-wrap{flex:1;min-height:0}.incoming-inspection-query-file{box-sizing:border-box;border:1px solid var(--border-color,#cbd5e1);background:var(--panel-background,#fff);min-width:48px;min-height:24px;color:var(--text-primary,#111827);cursor:pointer;border-radius:3px;justify-content:center;align-items:center;padding:2px 7px;font-size:12px;display:inline-flex}.incoming-inspection-query-file:disabled{cursor:not-allowed;opacity:.5}.incoming-inspection-query-detail-modal{width:min(940px,100vw - 48px);height:min(570px,100vh - 48px)}.incoming-inspection-query-detail-grid{flex:1;min-height:0;padding:10px;overflow:hidden}.incoming-inspection-query-detail-grid>.dx-grid-wrap{height:100%}@media (width<=1180px){.incoming-inspection-query-search{grid-template-columns:repeat(2,minmax(0,1fr))}.incoming-inspection-query-lookup{grid-column:1/-1}}.incoming-inspection-trend-page{min-width:1240px}.incoming-inspection-trend-workspace,.incoming-inspection-trend-result-pane,.incoming-inspection-trend-result-split,.incoming-inspection-trend-material-pane,.incoming-inspection-trend-detail-pane,.incoming-inspection-trend-detail-split,.incoming-inspection-trend-chart-pane,.incoming-inspection-trend-standard-pane,.incoming-inspection-trend-grid-section,.incoming-inspection-trend-chart{min-height:0}.incoming-inspection-trend-workspace,.incoming-inspection-trend-result-split,.incoming-inspection-trend-detail-split{flex:auto}.incoming-inspection-trend-search-pane{overflow:auto}.incoming-inspection-trend-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.incoming-inspection-trend-search input[aria-label$=연도]{text-align:center;width:86px}.incoming-inspection-trend-lookup{align-items:center;gap:5px;display:inline-flex}.incoming-inspection-trend-lookup input:first-child{width:130px}.incoming-inspection-trend-lookup input:nth-child(2){width:230px}.incoming-inspection-trend-search select{min-width:145px}.incoming-inspection-trend-grid-section{background:var(--surface,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.incoming-inspection-trend-grid-section>h3{min-height:30px;color:var(--text,#1f2937);border-bottom:1px solid var(--border);background:var(--surface-muted,#f6f8fb);margin:0;padding:0 10px;font-size:13px;line-height:30px}.incoming-inspection-trend-status{box-sizing:border-box;min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:14px;padding:3px 8px;font-size:12px;display:flex}.incoming-inspection-trend-status span:last-child{margin-left:auto}.incoming-inspection-trend-grid-section>.data-grid-wrap,.incoming-inspection-trend-grid-section>.dx-grid,.incoming-inspection-trend-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.incoming-inspection-trend-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.incoming-inspection-trend-chart-pane,.incoming-inspection-trend-standard-pane{overflow:auto}.incoming-inspection-trend-chart{box-sizing:border-box;background:var(--surface,#fff);flex-direction:column;min-width:560px;height:100%;padding:8px 14px 12px;display:flex}.incoming-inspection-trend-chart h3{color:var(--text,#1f2937);text-align:center;margin:0;font-size:17px;line-height:30px}.incoming-inspection-trend-chart-selection{color:var(--text-muted);text-align:center;margin:0 0 3px;font-size:12px}.incoming-inspection-trend-chart-empty{min-height:220px;color:var(--text-muted);border:1px dashed var(--border);flex:auto;place-items:center;display:grid}.incoming-inspection-trend-chart svg{flex:auto;width:100%;min-height:250px;display:block;overflow:visible}.incoming-inspection-trend-grid-line{stroke:var(--border,#d9dee7);stroke-width:1px}.incoming-inspection-trend-axis{stroke:var(--text-muted,#657080);stroke-width:1.4px}.incoming-inspection-trend-axis-label,.incoming-inspection-trend-month-label,.incoming-inspection-trend-value-label,.incoming-inspection-trend-material-axis-title{fill:var(--text-muted,#657080);font-family:inherit;font-size:12px}.incoming-inspection-trend-value-label,.incoming-inspection-trend-material-axis-title{fill:var(--text,#1f2937);font-weight:600}.incoming-inspection-trend-line{fill:none;stroke:#1293f8;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px}.incoming-inspection-trend-point{fill:#1293f8;stroke:#fff;stroke-width:2px;cursor:help}.incoming-inspection-trend-point:focus{stroke:#f59e0b;stroke-width:4px;outline:none}.incoming-inspection-trend-page[aria-busy=true] .incoming-inspection-trend-workspace{cursor:progress}@media (width<=1450px){.incoming-inspection-trend-page{min-width:1120px}.incoming-inspection-trend-lookup input:nth-child(2){width:180px}}.outgoing-inspection-page{flex-direction:column;gap:8px;min-width:1280px;height:100%;min-height:780px;display:flex}.outgoing-inspection-page>h2{margin:0}.outgoing-inspection-form-workspace,.outgoing-inspection-search-pane,.outgoing-inspection-result-pane,.outgoing-inspection-result,.outgoing-inspection-workspace,.outgoing-inspection-main-pane,.outgoing-inspection-detail-pane,.outgoing-inspection-detail-workspace,.outgoing-inspection-detail-grid-pane,.outgoing-inspection-images-pane{min-width:0;min-height:0}.outgoing-inspection-form-workspace,.outgoing-inspection-result,.outgoing-inspection-workspace,.outgoing-inspection-detail-workspace{flex:auto}.outgoing-inspection-search-pane{overflow:auto}.outgoing-inspection-search{box-sizing:border-box;grid-template-columns:minmax(320px,390px) minmax(180px,220px) minmax(150px,190px) minmax(300px,1fr);align-items:end;gap:8px 18px;min-width:980px;min-height:100%;margin:0;padding:9px 12px;display:grid}.outgoing-inspection-field{min-width:0;color:var(--text-muted);white-space:nowrap;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:7px;font-size:12px;display:grid}.outgoing-inspection-field>span:first-child{font-weight:700}.outgoing-inspection-field input,.outgoing-inspection-field select{box-sizing:border-box;min-width:0;height:30px}.outgoing-inspection-period{grid-template-columns:minmax(130px,1fr) 14px minmax(130px,1fr);align-items:center;gap:4px;display:grid}.outgoing-inspection-period>span{text-align:center}.outgoing-inspection-employee{grid-template-columns:minmax(80px,110px) minmax(150px,1fr);gap:4px;display:grid}.outgoing-inspection-employee input[readonly]{color:var(--text-muted);background:var(--panel-bg)}.outgoing-inspection-result{flex-direction:column;display:flex;overflow:hidden}.outgoing-inspection-summary{border:1px solid var(--border);min-height:31px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;border-bottom:0;flex:none;align-items:center;gap:16px;padding:4px 10px;font-size:12px;display:flex}.outgoing-inspection-summary strong{color:var(--warning,#a15b00)}.outgoing-inspection-summary span:last-child{margin-left:auto}.outgoing-inspection-workspace{border:1px solid var(--border);background:var(--panel-bg);overflow:hidden}.outgoing-inspection-main-pane,.outgoing-inspection-detail-grid-pane,.outgoing-inspection-grid-section{display:flex;overflow:hidden}.outgoing-inspection-grid-section{flex-direction:column;flex:auto;min-width:0;min-height:0}.outgoing-inspection-grid-section>.dx-grid,.outgoing-inspection-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.outgoing-inspection-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.outgoing-inspection-section-toolbar{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--panel-bg) 92%, var(--accent));box-sizing:border-box;flex:none;justify-content:space-between;align-items:center;gap:8px;min-height:34px;padding:4px 7px;font-size:12px;display:flex}.outgoing-inspection-section-toolbar>span{gap:4px;display:inline-flex}.outgoing-inspection-section-toolbar button,.outgoing-inspection-grid-button,.outgoing-inspection-modal button{border:1px solid var(--border);min-height:26px;color:var(--text-main);background:var(--panel-bg);cursor:pointer;border-radius:3px;padding:3px 9px;font-size:12px}.outgoing-inspection-section-toolbar button:disabled,.outgoing-inspection-grid-button:disabled,.outgoing-inspection-modal button:disabled{cursor:not-allowed;opacity:.5}.outgoing-inspection-dirty-row>td:not(.dx-spacer){background:color-mix(in srgb, var(--accent) 9%, transparent)}.outgoing-inspection-images-pane{background:#eef2f7;overflow:auto}.outgoing-inspection-image-grid{box-sizing:border-box;grid-template-columns:repeat(4,minmax(165px,1fr));align-content:stretch;gap:7px;min-width:700px;height:100%;padding:7px;display:grid}.outgoing-inspection-image-card{flex-direction:column;gap:4px;min-width:0;min-height:0;display:flex}.outgoing-inspection-image-card>header{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.outgoing-inspection-image-stage{min-width:0;min-height:110px;color:var(--text-muted);background:#f8fafc;border:1px dashed #aeb8c5;flex:auto;place-items:center;display:grid}.outgoing-inspection-image-stage button{cursor:zoom-in;background:#fff;border:0;width:100%;height:100%;padding:0;overflow:hidden}.outgoing-inspection-image-stage img{object-fit:contain;width:100%;height:100%}.outgoing-inspection-modal-backdrop{z-index:1100;background:#0f172a8c;place-items:center;padding:34px;display:grid;position:fixed;inset:0}.outgoing-inspection-modal{border:1px solid var(--border);width:min(94vw,1260px);max-height:90vh;color:var(--text-main);background:var(--panel-bg);box-sizing:border-box;border-radius:6px;flex-direction:column;gap:10px;padding:12px;display:flex;overflow:hidden;box-shadow:0 16px 50px #0f172a4d}.outgoing-inspection-modal.bad-quantity{width:min(720px,94vw)}.outgoing-inspection-modal>header,.outgoing-inspection-modal>footer,.outgoing-inspection-bad-total{justify-content:space-between;align-items:center;gap:8px;display:flex}.outgoing-inspection-modal h3,.outgoing-inspection-modal p{margin:0}.outgoing-inspection-modal>p{color:var(--text-muted);font-size:12px}.outgoing-inspection-modal>footer{justify-content:flex-end}.outgoing-inspection-candidate-search{flex-wrap:wrap;align-items:end;gap:6px;display:flex}.outgoing-inspection-candidate-search label{color:var(--text-muted);gap:3px;font-size:12px;display:grid}.outgoing-inspection-candidate-search input{box-sizing:border-box;min-width:118px;height:29px}.outgoing-inspection-modal-grid{min-height:320px;overflow:hidden}.outgoing-inspection-modal-grid>.dx-grid,.outgoing-inspection-modal-grid>.dx-grid>.dx-grid-scroll{height:100%;min-height:0;max-height:none}.outgoing-inspection-bad-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 16px;display:grid}.outgoing-inspection-bad-grid label{grid-template-columns:minmax(75px,1fr) minmax(100px,1fr);align-items:center;gap:8px;font-size:12px;display:grid}.outgoing-inspection-bad-grid input{text-align:right;box-sizing:border-box;min-width:0;height:30px}.outgoing-inspection-bad-total{border:1px solid var(--border);background:#f8fafc;padding:8px 10px;font-size:13px}.outgoing-inspection-zoom{z-index:1200;background:#0f172ae0;justify-content:center;align-items:center;padding:48px;display:flex;position:fixed;inset:0}.outgoing-inspection-zoom button{min-width:76px;min-height:32px;position:absolute;top:14px;right:18px}.outgoing-inspection-zoom img{object-fit:contain;background:#fff;max-width:100%;max-height:100%}.outgoing-inspection-page[aria-busy=true] .outgoing-inspection-workspace,.outgoing-inspection-page[aria-busy=true] .outgoing-inspection-search{cursor:progress}@media (width<=1400px){.outgoing-inspection-search{grid-template-columns:repeat(2,minmax(0,1fr))}.outgoing-inspection-image-grid{grid-template-columns:repeat(2,minmax(165px,1fr))}}.outgoing-inspection-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.outgoing-inspection-query-page>h2{margin:0}.outgoing-inspection-query-workspace,.outgoing-inspection-query-search-pane,.outgoing-inspection-query-grid-pane,.outgoing-inspection-query-result{min-width:0;min-height:0}.outgoing-inspection-query-workspace{flex:1}.outgoing-inspection-query-search-pane{overflow:auto}.outgoing-inspection-query-search{box-sizing:border-box;grid-template-columns:minmax(300px,.9fr) minmax(330px,1fr) minmax(370px,1.15fr);align-content:center;align-items:end;gap:9px 16px;height:100%;padding:9px 12px;display:grid}.outgoing-inspection-query-basis{min-height:30px;color:var(--text-secondary,#4b5563);align-items:center;gap:13px;font-size:12px;display:flex}.outgoing-inspection-query-basis>span,.outgoing-inspection-query-field>span:first-child,.outgoing-inspection-query-status>legend{font-weight:700}.outgoing-inspection-query-basis label,.outgoing-inspection-query-status label{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.outgoing-inspection-query-field{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;display:grid}.outgoing-inspection-query-field input{box-sizing:border-box;width:100%;height:30px}.outgoing-inspection-query-period>span:last-child{grid-template-columns:minmax(128px,1fr) 16px minmax(128px,1fr);align-items:center;gap:4px;display:grid}.outgoing-inspection-query-period b{text-align:center}.outgoing-inspection-query-lookup>span:last-child{grid-template-columns:minmax(105px,.65fr) minmax(180px,1.35fr) 32px;gap:4px;display:grid}.outgoing-inspection-query-search .dx-lookup-btn{width:32px;min-width:32px;height:30px;padding:0}.outgoing-inspection-query-status{min-width:0;color:var(--text-secondary,#4b5563);border:0;margin:0;padding:0;font-size:12px}.outgoing-inspection-query-status>legend{margin-bottom:5px;padding:0}.outgoing-inspection-query-status>div{align-items:center;gap:14px;min-height:30px;display:flex}.outgoing-inspection-query-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.outgoing-inspection-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:6px 16px;padding:4px 10px;font-size:12px;display:flex}.outgoing-inspection-query-summary strong{color:#a15c00}.outgoing-inspection-query-result>.dx-grid-wrap{flex:1;min-height:0}.outgoing-inspection-query-detail-modal{width:min(1220px,100vw - 48px);height:min(570px,100vh - 48px)}.outgoing-inspection-query-detail-grid{flex:1;min-height:0;padding:10px;overflow:hidden}.outgoing-inspection-query-detail-grid>.dx-grid-wrap{height:100%}.outgoing-inspection-query-page[aria-busy=true] .outgoing-inspection-query-workspace{cursor:progress}@media (width<=1180px){.outgoing-inspection-query-search{grid-template-columns:repeat(2,minmax(0,1fr))}.outgoing-inspection-query-lookup{grid-column:1/-1}}.measurement-equipment-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex}.measurement-equipment-page>h2{margin:0}.measurement-equipment-workspace{flex:1;grid-template-columns:minmax(315px,24%) minmax(760px,1fr);gap:8px;min-width:0;min-height:0;display:grid}.measurement-equipment-list-panel,.measurement-equipment-master-section,.measurement-equipment-cycle-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);min-width:0;min-height:0}.measurement-equipment-list-panel{flex-direction:column;display:flex;overflow:hidden}.measurement-equipment-filter{border-bottom:1px solid var(--border-color,#d8dee8);grid-template-columns:1fr 1fr;gap:7px;padding:10px;display:grid}.measurement-equipment-filter label,.measurement-equipment-form label,.measurement-equipment-certificate-entry label{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;display:grid}.measurement-equipment-filter label>span,.measurement-equipment-form label>span:first-child,.measurement-equipment-certificate-entry label>span:first-child{font-weight:700}.measurement-equipment-filter input,.measurement-equipment-form input,.measurement-equipment-form select,.measurement-equipment-certificate-entry input{box-sizing:border-box;width:100%;height:30px}.measurement-equipment-count{min-height:30px;color:var(--text-secondary,#4b5563);padding:7px 10px 0;font-size:12px}.measurement-equipment-list-panel>.dx-grid-wrap{flex:1;min-height:0}.measurement-equipment-main{grid-template-rows:minmax(390px,54%) minmax(230px,46%);gap:8px;min-width:0;min-height:0;display:grid}.measurement-equipment-master-section,.measurement-equipment-cycle-section{flex-direction:column;display:flex;overflow:hidden}.measurement-equipment-section-title,.measurement-equipment-modal-title,.measurement-equipment-certificate-actions{box-sizing:border-box;border-bottom:1px solid var(--border-color,#d8dee8);justify-content:space-between;align-items:center;min-height:34px;padding:5px 10px;display:flex}.measurement-equipment-section-title>span{color:var(--text-secondary,#64748b);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.measurement-equipment-master-body{flex:1;grid-template-columns:255px minmax(560px,1fr);gap:14px;min-width:0;min-height:0;padding:10px;display:grid;overflow:auto}.measurement-equipment-image-card{flex-direction:column;gap:7px;min-width:0;display:flex}.measurement-equipment-image-view{border:1px solid var(--border-color,#cbd5e1);color:#64748b;background:#f8fafc;place-items:center;height:220px;padding:0;display:grid;overflow:hidden}.measurement-equipment-image-view img{object-fit:contain;width:100%;height:100%}.measurement-equipment-image-actions{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.measurement-equipment-image-actions button,.measurement-equipment-certificate-open,.measurement-equipment-cycle-toolbar button,.measurement-equipment-modal-title button,.measurement-equipment-certificate-entry>button,.measurement-equipment-certificate-actions button{border:1px solid var(--border-color,#cbd5e1);background:var(--panel-background,#fff);cursor:pointer;border-radius:4px;min-height:30px}.measurement-equipment-image-actions button:disabled,.measurement-equipment-certificate-open:disabled,.measurement-equipment-cycle-toolbar button:disabled,.measurement-equipment-certificate-entry>button:disabled,.measurement-equipment-certificate-actions button:disabled{cursor:not-allowed;opacity:.55}.measurement-equipment-form{grid-template-columns:repeat(4,minmax(135px,1fr));align-content:start;gap:9px 12px;min-width:0;display:grid}.measurement-equipment-form .required>span:first-child:after{content:" *";color:#dc2626}.measurement-equipment-lookup-field>span:last-child{grid-template-columns:minmax(0,1fr) 32px;gap:4px;display:grid}.measurement-equipment-cycle-toolbar>span{gap:5px;display:flex}.measurement-equipment-cycle-toolbar button{padding:3px 11px}.measurement-equipment-cycle-section>.dx-grid-wrap{flex:1;min-height:0}.measurement-equipment-insert-row td{background:#eefbf2}.measurement-equipment-update-row td{background:#eef5ff}.measurement-equipment-delete-row td{color:#7b8491;background:#f1f3f6;text-decoration:line-through}.measurement-equipment-image-modal{background:var(--panel-background,#fff);border-radius:7px;flex-direction:column;gap:8px;width:min(900px,90vw);height:min(760px,88vh);padding:10px;display:flex}.measurement-equipment-image-modal button{align-self:flex-end}.measurement-equipment-image-modal img{object-fit:contain;flex:1;min-height:0}.measurement-equipment-certificate-modal{background:var(--panel-background,#fff);border-radius:7px;flex-direction:column;width:min(1120px,94vw);height:min(620px,88vh);display:flex;overflow:hidden}.measurement-equipment-certificate-entry{grid-template-columns:135px minmax(180px,1fr) minmax(250px,1.4fr) 90px;align-items:end;gap:9px;padding:10px;display:grid}.measurement-equipment-certificate-actions span:last-child{gap:5px;display:flex}.measurement-equipment-certificate-modal>.dx-grid-wrap{flex:1;min-height:0}@media (width<=1180px){.measurement-equipment-workspace{grid-template-columns:300px minmax(680px,1fr)}.measurement-equipment-form{grid-template-columns:repeat(3,minmax(135px,1fr))}}.measurement-equipment-ledger-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.measurement-equipment-ledger-page>h2{margin:0}.measurement-equipment-ledger-workspace,.measurement-equipment-ledger-search-pane,.measurement-equipment-ledger-grid-pane,.measurement-equipment-ledger-result{min-width:0;min-height:0}.measurement-equipment-ledger-workspace{flex:1}.measurement-equipment-ledger-search-pane{overflow:auto}.measurement-equipment-ledger-search{box-sizing:border-box;grid-template-columns:minmax(430px,1.5fr) minmax(160px,.5fr);align-content:center;align-items:end;gap:10px 18px;height:100%;padding:9px 12px;display:grid}.measurement-equipment-ledger-field{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;font-weight:700;display:grid}.measurement-equipment-ledger-field input,.measurement-equipment-ledger-field select{box-sizing:border-box;width:100%;height:30px;font-weight:400}.measurement-equipment-ledger-equipment>span:last-child{grid-template-columns:minmax(115px,.65fr) minmax(210px,1.35fr) 34px;gap:4px;display:grid}.measurement-equipment-ledger-equipment .dx-lookup-btn{width:34px;min-width:34px;height:30px;padding:0}.measurement-equipment-ledger-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.measurement-equipment-ledger-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:6px 18px;padding:4px 10px;font-size:12px;display:flex}.measurement-equipment-ledger-summary strong{color:#a15c00}.measurement-equipment-ledger-result>.dx-grid-wrap{flex:1;min-height:0}.measurement-equipment-ledger-merged-master-row>td:nth-child(n+2):nth-child(-n+9){color:#0000;text-shadow:none}.measurement-equipment-ledger-page[aria-busy=true] .measurement-equipment-ledger-workspace{cursor:progress}@media (width<=820px){.measurement-equipment-ledger-search{grid-template-columns:minmax(430px,1fr)}}.calibration-next-plan-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.calibration-next-plan-query-page>h2{margin:0}.calibration-next-plan-query-workspace,.calibration-next-plan-query-search-pane,.calibration-next-plan-query-grid-pane,.calibration-next-plan-query-result{min-width:0;min-height:0}.calibration-next-plan-query-workspace{flex:1}.calibration-next-plan-query-search-pane{overflow:auto}.calibration-next-plan-query-search{box-sizing:border-box;align-items:center;height:100%;padding:9px 12px;display:flex}.calibration-next-plan-query-period{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;font-weight:700;display:grid}.calibration-next-plan-query-period>span:last-child{grid-template-columns:minmax(140px,1fr) 16px minmax(140px,1fr);align-items:center;gap:4px;display:grid}.calibration-next-plan-query-period input{box-sizing:border-box;width:100%;height:30px}.calibration-next-plan-query-period b{text-align:center}.calibration-next-plan-query-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.calibration-next-plan-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:6px 18px;padding:4px 10px;font-size:12px;display:flex}.calibration-next-plan-query-summary strong{color:#a15c00}.calibration-next-plan-query-result>.dx-grid-wrap{flex:1;min-height:0}.calibration-next-plan-query-merged-master-row>td:nth-child(n+2):nth-child(-n+5){color:#0000;text-shadow:none}.calibration-next-plan-query-page[aria-busy=true] .calibration-next-plan-query-workspace{cursor:progress}.calibration-result-registration-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.calibration-result-registration-page>h2{margin:0}.calibration-result-registration-workspace,.calibration-result-registration-search-pane,.calibration-result-registration-grid-pane,.calibration-result-registration-result{min-width:0;min-height:0}.calibration-result-registration-workspace{flex:1}.calibration-result-registration-search-pane{overflow:auto}.calibration-result-registration-search{box-sizing:border-box;grid-template-columns:minmax(260px,.8fr) minmax(320px,1fr);align-content:center;align-items:end;gap:10px 18px;height:100%;padding:10px 12px;display:grid}.calibration-result-registration-field{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;font-weight:700;display:grid}.calibration-result-registration-field input{box-sizing:border-box;width:100%;height:30px;font-weight:400}.calibration-result-registration-date-sequence,.calibration-result-registration-registrar{grid-template-columns:minmax(150px,1fr) minmax(80px,.42fr);gap:4px;display:grid}.calibration-result-registration-equipment{grid-column:1/-1}.calibration-result-registration-equipment>span:last-child{grid-template-columns:minmax(120px,.65fr) minmax(240px,1.35fr) 36px;gap:4px;display:grid}.calibration-result-registration-equipment .dx-lookup-btn{width:36px;min-width:36px;height:30px;padding:0}.calibration-result-registration-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.calibration-result-registration-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:6px 18px;padding:4px 10px;font-size:12px;display:flex}.calibration-result-registration-summary strong{color:#a15c00}.calibration-result-registration-result>.dx-grid-wrap{flex:1;min-height:0}.calibration-result-registration-page[aria-busy=true] .calibration-result-registration-workspace{cursor:progress}@media (width<=760px){.calibration-result-registration-search{grid-template-columns:minmax(430px,1fr)}.calibration-result-registration-equipment{grid-column:auto}}.calibration-result-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.calibration-result-query-page>h2{margin:0}.calibration-result-query-workspace,.calibration-result-query-search-pane,.calibration-result-query-grid-pane,.calibration-result-query-result{min-width:0;min-height:0}.calibration-result-query-workspace{flex:1}.calibration-result-query-search-pane{overflow:auto}.calibration-result-query-search{box-sizing:border-box;align-items:center;height:100%;padding:9px 12px;display:flex}.calibration-result-query-period{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;font-weight:700;display:grid}.calibration-result-query-period>span:last-child{grid-template-columns:minmax(140px,1fr) 16px minmax(140px,1fr);align-items:center;gap:4px;display:grid}.calibration-result-query-period input{box-sizing:border-box;width:100%;height:30px}.calibration-result-query-period b{text-align:center}.calibration-result-query-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.calibration-result-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:6px 18px;padding:4px 10px;font-size:12px;display:flex}.calibration-result-query-summary strong{color:#a15c00}.calibration-result-query-result>.dx-grid-wrap{flex:1;min-height:0}.calibration-result-query-merged-master-row>td:nth-child(n+2):nth-child(-n+5){color:#0000;text-shadow:none}.calibration-result-query-page[aria-busy=true] .calibration-result-query-workspace{cursor:progress}.attribute-gage-rr-plan-page{min-width:1120px}.attribute-gage-rr-plan-workspace,.attribute-gage-rr-plan-grid-panel,.attribute-gage-rr-plan-grid-section{min-height:0}.attribute-gage-rr-plan-workspace{flex:auto}.attribute-gage-rr-plan-search-panel{overflow:auto}.attribute-gage-rr-plan-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.attribute-gage-rr-plan-search label{grid-template-columns:78px 130px;align-items:center;gap:7px;width:250px;display:grid}.attribute-gage-rr-plan-search label>span{color:var(--text-muted);font-size:12px}.attribute-gage-rr-plan-search input{box-sizing:border-box;min-width:0}.attribute-gage-rr-plan-grid-section{flex-direction:column;height:100%;display:flex;overflow:hidden}.attribute-gage-rr-plan-summary{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:18px;padding:3px 8px;font-size:12px;display:flex}.attribute-gage-rr-plan-summary strong{color:var(--warning,#a15b00)}.attribute-gage-rr-plan-summary span:last-child{margin-left:auto}.attribute-gage-rr-plan-grid-section>.data-grid-wrap,.attribute-gage-rr-plan-grid-section>.dx-grid,.attribute-gage-rr-plan-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.attribute-gage-rr-plan-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.attribute-gage-rr-plan-page[aria-busy=true] .attribute-gage-rr-plan-workspace{cursor:progress}.attribute-gage-rr-result-page{min-width:1060px}.attribute-gage-rr-result-workspace,.attribute-gage-rr-result-grid-panel,.attribute-gage-rr-result-grid-area,.attribute-gage-rr-result-grids,.attribute-gage-rr-candidate-pane,.attribute-gage-rr-saved-pane,.attribute-gage-rr-result-grid-section{min-height:0}.attribute-gage-rr-result-workspace,.attribute-gage-rr-result-grids{flex:auto}.attribute-gage-rr-result-search-panel{overflow:auto}.attribute-gage-rr-result-search{box-sizing:border-box;align-items:center;gap:18px;width:100%;min-width:520px;min-height:100%;margin:0;display:flex}.attribute-gage-rr-result-search label{grid-template-columns:76px 130px;align-items:center;gap:7px;display:grid}.attribute-gage-rr-result-search label>span{color:var(--text-muted);font-size:12px}.attribute-gage-rr-result-search input,.attribute-gage-rr-result-search select{box-sizing:border-box;min-width:0}.attribute-gage-rr-result-grid-area{flex-direction:column;height:100%;display:flex;overflow:hidden}.attribute-gage-rr-result-summary{min-height:30px;color:var(--text-muted);border:1px solid var(--border);box-sizing:border-box;border-bottom:0;flex:none;align-items:center;gap:18px;padding:3px 9px;font-size:12px;display:flex}.attribute-gage-rr-result-summary strong{color:var(--warning,#a15b00)}.attribute-gage-rr-result-summary span:last-child{margin-left:auto}.attribute-gage-rr-result-grids{border:1px solid var(--border);background:var(--panel-bg);overflow:hidden}.attribute-gage-rr-result-grid-section{box-sizing:border-box;flex-direction:column;height:100%;padding:6px 7px 7px;display:flex;overflow:hidden}.attribute-gage-rr-result-grid-section h3{flex:none;align-items:center;gap:12px;min-height:25px;margin:0;font-size:13px;display:flex}.attribute-gage-rr-result-grid-section h3 span{color:var(--text-muted);font-size:11px;font-weight:400}.attribute-gage-rr-result-grid-section>.data-grid-wrap,.attribute-gage-rr-result-grid-section>.dx-grid,.attribute-gage-rr-result-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.attribute-gage-rr-result-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.attribute-gage-rr-result-page[aria-busy=true] .attribute-gage-rr-result-workspace{cursor:progress}.variable-gage-rr-plan-page{min-width:1120px}.variable-gage-rr-plan-workspace,.variable-gage-rr-plan-grid-panel,.variable-gage-rr-plan-grid-section{min-height:0}.variable-gage-rr-plan-workspace{flex:auto}.variable-gage-rr-plan-search-panel{overflow:auto}.variable-gage-rr-plan-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.variable-gage-rr-plan-search label{grid-template-columns:78px 130px;align-items:center;gap:7px;width:250px;display:grid}.variable-gage-rr-plan-search label>span{color:var(--text-muted);font-size:12px}.variable-gage-rr-plan-search input{box-sizing:border-box;min-width:0}.variable-gage-rr-plan-grid-section{flex-direction:column;height:100%;display:flex;overflow:hidden}.variable-gage-rr-plan-summary{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:18px;padding:3px 8px;font-size:12px;display:flex}.variable-gage-rr-plan-summary strong{color:var(--warning,#a15b00)}.variable-gage-rr-plan-summary span:last-child{margin-left:auto}.variable-gage-rr-plan-grid-section>.data-grid-wrap,.variable-gage-rr-plan-grid-section>.dx-grid,.variable-gage-rr-plan-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.variable-gage-rr-plan-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.variable-gage-rr-plan-page[aria-busy=true] .variable-gage-rr-plan-workspace{cursor:progress}.variable-gage-rr-result-page{min-width:1060px}.variable-gage-rr-result-workspace,.variable-gage-rr-result-grid-panel,.variable-gage-rr-result-grid-area,.variable-gage-rr-result-grids,.variable-gage-rr-candidate-pane,.variable-gage-rr-saved-pane,.variable-gage-rr-result-grid-section{min-height:0}.variable-gage-rr-result-workspace,.variable-gage-rr-result-grids{flex:auto}.variable-gage-rr-result-search-panel{overflow:auto}.variable-gage-rr-result-search{box-sizing:border-box;align-items:center;gap:18px;width:100%;min-width:520px;min-height:100%;margin:0;display:flex}.variable-gage-rr-result-search label{grid-template-columns:76px 130px;align-items:center;gap:7px;display:grid}.variable-gage-rr-result-search label>span{color:var(--text-muted);font-size:12px}.variable-gage-rr-result-search input,.variable-gage-rr-result-search select{box-sizing:border-box;min-width:0}.variable-gage-rr-result-grid-area{flex-direction:column;height:100%;display:flex;overflow:hidden}.variable-gage-rr-result-summary{min-height:30px;color:var(--text-muted);border:1px solid var(--border);box-sizing:border-box;border-bottom:0;flex:none;align-items:center;gap:18px;padding:3px 9px;font-size:12px;display:flex}.variable-gage-rr-result-summary strong{color:var(--warning,#a15b00)}.variable-gage-rr-result-summary span:last-child{margin-left:auto}.variable-gage-rr-result-grids{border:1px solid var(--border);background:var(--panel-bg);overflow:hidden}.variable-gage-rr-result-grid-section{box-sizing:border-box;flex-direction:column;height:100%;padding:6px 7px 7px;display:flex;overflow:hidden}.variable-gage-rr-result-grid-section h3{flex:none;align-items:center;gap:12px;min-height:25px;margin:0;font-size:13px;display:flex}.variable-gage-rr-result-grid-section h3 span{color:var(--text-muted);font-size:11px;font-weight:400}.variable-gage-rr-result-grid-section>.data-grid-wrap,.variable-gage-rr-result-grid-section>.dx-grid,.variable-gage-rr-result-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.variable-gage-rr-result-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.variable-gage-rr-result-page[aria-busy=true] .variable-gage-rr-result-workspace{cursor:progress}.gage-rr-result-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex}.gage-rr-result-query-page>h2{margin:0}.gage-rr-result-query-workspace,.gage-rr-result-query-search-pane,.gage-rr-result-query-grid-pane,.gage-rr-result-query-result{min-width:0;min-height:0}.gage-rr-result-query-workspace{flex:1}.gage-rr-result-query-search-pane{overflow:auto}.gage-rr-result-query-search{box-sizing:border-box;align-items:center;gap:22px;height:100%;padding:9px 12px;display:flex}.gage-rr-result-query-search>label{color:var(--text-secondary,#4b5563);grid-template-columns:68px 110px;align-items:center;gap:6px;font-size:12px;font-weight:700;display:grid}.gage-rr-result-query-search input[type=number]{box-sizing:border-box;width:110px;height:30px}.gage-rr-result-query-search fieldset{border:0;align-items:center;gap:14px;margin:0;padding:4px 8px;display:flex}.gage-rr-result-query-search legend{float:left;color:var(--text-secondary,#4b5563);margin-right:10px;font-size:12px;font-weight:700}.gage-rr-result-query-search fieldset label{align-items:center;gap:4px;font-size:12px;display:flex}.gage-rr-result-query-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.gage-rr-result-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:6px 18px;padding:4px 10px;font-size:12px;display:flex}.gage-rr-result-query-summary strong{color:#a15c00}.gage-rr-result-query-result>.dx-grid-wrap{flex:1;min-height:0}.gage-rr-result-query-merged-quarter-row>td:nth-child(2){color:#0000;text-shadow:none}.gage-rr-result-query-page[aria-busy=true] .gage-rr-result-query-workspace{cursor:progress}.certification-history-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex}.certification-history-page>h2{margin:0}.certification-history-workspace,.certification-history-search-pane,.certification-history-body-pane{min-width:0;min-height:0}.certification-history-workspace{flex:1}.certification-history-search-pane{overflow:auto}.certification-history-search{box-sizing:border-box;align-items:center;gap:18px;height:100%;padding:9px 12px;display:flex}.certification-history-search label,.certification-history-form label{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;display:grid}.certification-history-search label{grid-template-columns:76px minmax(130px,190px);align-items:center}.certification-history-search label>span,.certification-history-form label>span:first-child{font-weight:700}.certification-history-search input,.certification-history-search select,.certification-history-form input,.certification-history-form select{box-sizing:border-box;width:100%;height:30px}.certification-history-body{grid-template-columns:minmax(500px,42%) minmax(650px,1fr);gap:8px;min-width:0;height:100%;min-height:0;display:grid}.certification-history-list,.certification-history-detail{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.certification-history-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;align-items:center;gap:16px;padding:4px 10px;font-size:12px;display:flex}.certification-history-summary strong{color:#a15c00}.certification-history-list>.dx-grid-wrap{flex:1;min-height:0}.certification-history-detail-body{grid-template-columns:220px minmax(420px,1fr);gap:14px;min-width:0;min-height:0;padding:12px;display:grid;overflow:auto}.certification-history-image-card{flex-direction:column;gap:7px;min-width:0;display:flex}.certification-history-image-view{border:1px solid var(--border-color,#cbd5e1);color:#64748b;background:#f8fafc;place-items:center;height:230px;padding:0;display:grid;overflow:hidden}.certification-history-image-view img{object-fit:contain;width:100%;height:100%}.certification-history-image-actions{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.certification-history-form{grid-template-columns:repeat(2,minmax(180px,1fr));align-content:start;gap:9px 12px;min-width:0;display:grid}.certification-history-form .wide{grid-column:1/-1}.certification-history-form .required>span:first-child:after{content:" *";color:#dc2626}.certification-history-period{grid-template-columns:1fr 100px;gap:5px;display:grid}.certification-history-employee{grid-template-columns:minmax(0,1fr) 34px;gap:4px;display:grid}.certification-history-image-modal{background:var(--panel-background,#fff);border-radius:7px;flex-direction:column;gap:8px;width:min(1000px,92vw);height:min(760px,88vh);padding:10px;display:flex}.certification-history-image-modal button{align-self:flex-end}.certification-history-image-modal img{object-fit:contain;flex:1;min-height:0}.certification-history-page[aria-busy=true] .certification-history-workspace{cursor:progress}@media (width<=1120px){.certification-history-body{grid-template-columns:440px minmax(580px,1fr)}.certification-history-detail-body{grid-template-columns:190px minmax(380px,1fr)}}.certification-history-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex}.certification-history-query-page>h2{margin:0}.certification-history-query-workspace,.certification-history-query-search-pane,.certification-history-query-grid-pane,.certification-history-query-result{min-width:0;min-height:0}.certification-history-query-workspace{flex:1}.certification-history-query-search-pane{overflow:auto}.certification-history-query-search{box-sizing:border-box;align-items:center;gap:18px;height:100%;padding:9px 12px;display:flex}.certification-history-query-search label{color:var(--text-secondary,#4b5563);grid-template-columns:76px minmax(130px,190px);align-items:center;gap:5px;font-size:12px;font-weight:700;display:grid}.certification-history-query-search input,.certification-history-query-search select{box-sizing:border-box;width:100%;height:30px}.certification-history-query-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.certification-history-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:6px 18px;padding:4px 10px;font-size:12px;display:flex}.certification-history-query-summary strong{color:#a15c00}.certification-history-query-result>.dx-grid-wrap{flex:1;min-height:0}.certification-history-query-page[aria-busy=true] .certification-history-query-workspace{cursor:progress}.certification-post-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex}.certification-post-page>h2{margin:0}.certification-post-workspace,.certification-post-search-pane,.certification-post-body-pane{min-width:0;min-height:0}.certification-post-workspace{flex:1}.certification-post-search{align-items:center;height:100%;padding:9px 12px;display:flex}.certification-post-search label{grid-template-columns:70px 150px;align-items:center;gap:5px;font-size:12px;font-weight:700;display:grid}.certification-post-search input{box-sizing:border-box;height:30px}.certification-post-body{grid-template-rows:minmax(280px,55%) minmax(270px,45%);gap:8px;min-width:0;height:100%;min-height:0;display:grid}.certification-post-candidates,.certification-post-form{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);min-width:0;min-height:0}.certification-post-candidates{flex-direction:column;display:flex;overflow:hidden}.certification-post-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;align-items:center;gap:18px;padding:5px 10px;font-size:12px;display:flex}.certification-post-summary strong{color:#a15c00}.certification-post-candidates>.dx-grid-wrap{flex:1;min-height:0}.certification-post-form{box-sizing:border-box;grid-template-columns:repeat(3,minmax(180px,1fr));align-content:start;gap:10px 14px;padding:12px;display:grid;overflow:auto}.certification-post-form label{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;display:grid}.certification-post-form label>span:first-child{font-weight:700}.certification-post-form input,.certification-post-form select{box-sizing:border-box;width:100%;height:30px}.certification-post-form .wide{grid-column:span 2}.certification-post-form .required>span:first-child:after{content:" *";color:#dc2626}.certification-post-period{grid-template-columns:1fr 16px 1fr;align-items:center;gap:4px;display:grid}.certification-post-period b{text-align:center}.certification-post-page[aria-busy=true] .certification-post-workspace{cursor:progress}.certification-post-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex}.certification-post-query-page>h2{margin:0}.certification-post-query-workspace,.certification-post-query-search-pane,.certification-post-query-grid-pane,.certification-post-query-result{min-width:0;min-height:0}.certification-post-query-workspace{flex:1}.certification-post-query-search{box-sizing:border-box;align-items:center;gap:18px;height:100%;padding:9px 12px;display:flex}.certification-post-query-search label{color:var(--text-secondary,#4b5563);align-items:center;gap:5px;font-size:12px;font-weight:700;display:grid}.certification-post-query-search label:first-child{grid-template-columns:55px 330px}.certification-post-query-search label:not(:first-child){grid-template-columns:65px 160px}.certification-post-query-search input{box-sizing:border-box;width:100%;height:30px}.certification-post-query-period{grid-template-columns:1fr 16px 1fr;align-items:center;gap:4px;display:grid}.certification-post-query-period b{text-align:center}.certification-post-query-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.certification-post-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;align-items:center;gap:18px;padding:4px 10px;font-size:12px;display:flex}.certification-post-query-summary strong{color:#a15c00}.certification-post-query-result>.dx-grid-wrap{flex:1;min-height:0}.certification-post-query-page[aria-busy=true] .certification-post-query-workspace{cursor:progress}.four-m-change-page{--four-m-border:#d7dee8;--four-m-soft:#f6f8fb;--four-m-accent:#2563eb;gap:8px;min-width:0;min-height:0}.four-m-change-page>h2{margin:0}.four-m-change-search{align-items:end;gap:8px;padding:9px 12px;display:flex}.four-m-change-search label{gap:4px;min-width:145px;display:grid}.four-m-change-search label>span{color:#475569;font-size:12px;font-weight:700}.four-m-change-date-separator{color:#64748b;padding-bottom:7px}.four-m-change-workspace{border:1px solid var(--four-m-border);background:#fff;border-radius:6px;flex:auto;min-height:0;overflow:hidden}.four-m-change-list-pane,.four-m-change-editor-pane{min-width:0;min-height:0;overflow:hidden}.four-m-change-list,.four-m-change-editor{min-width:0;height:100%;min-height:0}.four-m-change-list{background:var(--four-m-soft);flex-direction:column;display:flex}.four-m-change-summary{border-bottom:1px solid var(--four-m-border);color:#64748b;gap:3px;padding:9px 10px;font-size:12px;display:grid}.four-m-change-summary strong{color:#0f172a;font-size:13px}.four-m-change-list .data-grid-container{flex:auto;min-height:0}.four-m-change-editor{background:#eef2f7;padding:10px;overflow:auto}.four-m-change-empty{color:#64748b;place-items:center;min-height:240px;display:grid}.four-m-change-section{border:1px solid var(--four-m-border);background:#fff;border-radius:6px;margin-bottom:10px;padding:12px;box-shadow:0 1px 2px #0f172a0a}.four-m-change-section>h3,.four-m-change-section-title h3{color:#1e293b;margin:0;font-size:14px}.four-m-change-section>h3{margin-bottom:10px}.four-m-change-section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.four-m-change-report-actions,.four-m-change-inline-actions{flex-wrap:wrap;gap:6px;display:flex}.four-m-change-report-actions button,.four-m-change-inline-actions button,.four-m-change-lookup-input button{color:#334155;cursor:pointer;min-height:29px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:4px}.four-m-change-report-actions button{color:#1d4ed8;border-color:#bfdbfe;padding:4px 10px}.four-m-change-report-actions button:hover:not(:disabled),.four-m-change-inline-actions button:hover:not(:disabled),.four-m-change-lookup-input button:hover:not(:disabled){border-color:var(--four-m-accent);background:#eff6ff}.four-m-change-report-actions button:disabled,.four-m-change-inline-actions button:disabled,.four-m-change-lookup-input button:disabled{cursor:default;opacity:.52}.four-m-change-form{grid-template-columns:repeat(3,minmax(220px,1fr));gap:8px 12px;display:grid}.four-m-change-form label{grid-template-columns:94px minmax(0,1fr);align-items:center;gap:7px;min-width:0;display:grid}.four-m-change-form label>span:first-child{color:#475569;font-size:12px;font-weight:700}.four-m-change-form label.required>span:first-child:after{content:" *";color:#dc2626}.four-m-change-form label.wide{grid-column:span 2}.four-m-change-form input,.four-m-change-form select,.four-m-change-form textarea,.four-m-change-search input{box-sizing:border-box;color:#172033;width:100%;min-width:0;min-height:30px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:4px;padding:4px 7px}.four-m-change-form textarea{resize:vertical;min-height:58px}.four-m-change-form input:read-only,.four-m-change-form input:disabled,.four-m-change-form select:disabled,.four-m-change-form textarea:disabled{color:#64748b;background:#f1f5f9}.four-m-change-joined,.four-m-change-lookup-input{grid-template-columns:minmax(78px,.7fr) minmax(110px,1.3fr);gap:5px;display:grid}.four-m-change-lookup-input{grid-template-columns:minmax(72px,.7fr) minmax(110px,1.3fr) 30px}.four-m-change-lookup-input button{padding:0}.four-m-change-images{grid-template-columns:repeat(2,minmax(260px,1fr));gap:10px;margin-top:12px;display:grid}.four-m-change-image-card{border:1px solid var(--four-m-border);background:var(--four-m-soft);border-radius:5px;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px;display:grid}.four-m-change-image-card h4{color:#334155;grid-column:1/-1;margin:0;font-size:13px}.four-m-change-image-preview{color:#94a3b8;background:#fff;border:1px dashed #cbd5e1;border-radius:4px;place-items:center;min-height:170px;font-size:12px;display:grid;overflow:hidden}.four-m-change-image-preview img{object-fit:contain;width:100%;height:190px;display:block}.four-m-change-image-card .four-m-change-inline-actions{flex-direction:column;align-content:start}.four-m-change-image-card small{color:#2563eb;text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;overflow:hidden}.four-m-change-detail-section{min-height:260px}.four-m-change-detail-section .data-grid-container{min-height:205px}.four-m-change-row-insert td{background:#effdf5}.four-m-change-row-update td{background:#fffbea}.four-m-change-row-delete td{color:#94a3b8;background:#fff1f2;text-decoration:line-through}@media (width<=1280px){.four-m-change-form{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=900px){.four-m-change-workspace.resizable-panels-vertical{display:block;overflow:auto}.four-m-change-workspace>.resizable-panel,.four-m-change-workspace>.splitter{width:auto!important;height:auto!important}.four-m-change-list-pane{min-height:230px}.four-m-change-editor-pane{min-height:480px}.four-m-change-form,.four-m-change-images{grid-template-columns:1fr}.four-m-change-form label.wide{grid-column:auto}.four-m-change-section-title{flex-direction:column;align-items:flex-start}}@media (width<=620px){.four-m-change-search{flex-direction:column;align-items:stretch}.four-m-change-date-separator{display:none}.four-m-change-form label{grid-template-columns:1fr}}.four-m-change-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex}.four-m-change-query-page>h2{margin:0}.four-m-change-query-workspace,.four-m-change-query-search-pane,.four-m-change-query-grid-pane,.four-m-change-query-result{min-width:0;min-height:0}.four-m-change-query-workspace{flex:1}.four-m-change-query-search-pane{overflow:auto}.four-m-change-query-search{box-sizing:border-box;align-items:center;gap:20px;height:100%;padding:9px 12px;display:flex}.four-m-change-query-search label{color:var(--text-secondary,#4b5563);align-items:center;gap:6px;font-size:12px;font-weight:700;display:grid}.four-m-change-query-period{grid-template-columns:68px 330px}.four-m-change-query-item{grid-template-columns:82px minmax(320px,440px)}.four-m-change-query-period>span:last-child{grid-template-columns:1fr 16px 1fr;align-items:center;gap:4px;display:grid}.four-m-change-query-period b{text-align:center}.four-m-change-query-item>span:last-child{grid-template-columns:minmax(100px,130px) minmax(150px,1fr) 30px;gap:4px;display:grid}.four-m-change-query-search input,.four-m-change-query-search button{box-sizing:border-box;height:30px}.four-m-change-query-search input{width:100%}.four-m-change-query-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.four-m-change-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:6px 18px;padding:4px 10px;font-size:12px;display:flex}.four-m-change-query-summary strong{color:#a15c00}.four-m-change-query-result>.dx-grid-wrap{flex:1;min-height:0}.four-m-change-query-page[aria-busy=true] .four-m-change-query-workspace{cursor:progress}@media (width<=850px){.four-m-change-query-search{flex-direction:column;align-items:stretch;gap:7px}.four-m-change-query-period,.four-m-change-query-item{grid-template-columns:82px minmax(280px,1fr)}}.purc-item-out-page{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.purc-item-out-page>h2{margin:2px 0 6px}.purc-item-out-workspace,.purc-item-out-grid-panel,.purc-item-out-grid-section{min-height:0}.purc-item-out-workspace{flex:1}.purc-item-out-form-panel{overflow:auto}.purc-item-out-form{box-sizing:border-box;height:100%;padding:10px 12px}.purc-item-out-form .search-condition-row{flex-wrap:wrap;align-items:flex-end;gap:9px 15px;display:flex}.purc-item-out-form label{color:var(--text-muted,#526171);flex-direction:column;gap:4px;font-size:12px;display:flex}.purc-item-out-form input,.purc-item-out-form select,.purc-item-out-form button{box-sizing:border-box;height:29px}.purc-item-out-form input,.purc-item-out-form select{border:1px solid var(--border-color,#cbd4df);background:var(--surface,#fff);color:var(--text-color,#1f2937);border-radius:4px;padding:4px 7px}.purc-item-out-form input[readonly]{background:var(--surface-muted,#f2f4f7)}.purc-item-out-batch,.purc-item-out-employee,.purc-item-out-barcode{align-items:center;gap:6px;display:inline-flex}.purc-item-out-batch input:first-child{width:132px}.purc-item-out-batch input:last-child{text-align:center;width:58px}.purc-item-out-form select{width:155px}.purc-item-out-employee input:first-child{width:92px}.purc-item-out-employee input:nth-child(2){width:150px}.purc-item-out-employee .dx-lookup-btn{width:31px}.purc-item-out-barcode input{width:220px}.purc-item-out-barcode button{border:1px solid var(--border-color,#cbd4df);background:var(--button-bg,#f4f6f8);min-width:48px;color:var(--text-color,#1f2937);cursor:pointer;border-radius:4px}.purc-item-out-status{color:var(--text-muted,#526171);white-space:nowrap;align-self:center}.purc-item-out-recovery{color:#9a5a00;align-self:center;font-style:normal;font-weight:600}.purc-item-out-grid-section{box-sizing:border-box;flex-direction:column;height:100%;padding:5px 7px 7px;display:flex;overflow:hidden}.purc-item-out-grid-section>.data-grid-wrap,.purc-item-out-grid-section>.dx-grid{flex:1;min-height:0}.purc-item-out-grid-section h3{align-items:baseline;gap:10px;margin:0 0 5px;font-size:14px;display:flex}.purc-item-out-grid-section h3 span{color:var(--text-muted,#687789);font-size:11px;font-weight:400}.purc-item-out-warning{color:#b25d00;margin-right:4px}.purc-item-out-row-warning td{background:#fff8df!important}.purc-item-out-row-blocked td{color:#6f5a38;background:#fff1d6!important}.purc-item-out-row-deleted td{color:#8a3434;text-decoration:line-through;background:#fbe9e9!important}@media (width<=1080px){.purc-item-out-form{min-width:1040px}}.purc-material-out-page{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.purc-material-out-page>h2{margin:2px 0 6px}.purc-material-out-workspace,.purc-material-out-grid-panel,.purc-material-out-grid-section{min-height:0}.purc-material-out-workspace{flex:1}.purc-material-out-form-panel{overflow:auto}.purc-material-out-form{box-sizing:border-box;height:100%;padding:10px 12px}.purc-material-out-form .search-condition-row{flex-wrap:wrap;align-items:flex-end;gap:9px 15px;display:flex}.purc-material-out-form label{color:var(--text-muted,#526171);flex-direction:column;gap:4px;font-size:12px;display:flex}.purc-material-out-form input,.purc-material-out-form select,.purc-material-out-form button{box-sizing:border-box;height:29px}.purc-material-out-form input,.purc-material-out-form select{border:1px solid var(--border-color,#cbd4df);background:var(--surface,#fff);color:var(--text-color,#1f2937);border-radius:4px;padding:4px 7px}.purc-material-out-form input[readonly]{background:var(--surface-muted,#f2f4f7)}.purc-material-out-batch,.purc-material-out-employee,.purc-material-out-machine,.purc-material-out-customer,.purc-material-out-barcode{align-items:center;gap:6px;display:inline-flex}.purc-material-out-batch input:first-child{width:132px}.purc-material-out-batch input:last-child{text-align:center;width:58px}.purc-material-out-form select{width:155px}.purc-material-out-employee input:first-child{width:92px}.purc-material-out-employee input:nth-child(2){width:150px}.purc-material-out-machine input:first-child,.purc-material-out-customer input:first-child{width:105px}.purc-material-out-machine input:nth-child(2),.purc-material-out-customer input:nth-child(2){width:180px}.purc-material-out-employee .dx-lookup-btn,.purc-material-out-machine .dx-lookup-btn,.purc-material-out-customer .dx-lookup-btn{width:31px}.purc-material-out-barcode input{width:220px}.purc-material-out-barcode button{border:1px solid var(--border-color,#cbd4df);background:var(--button-bg,#f4f6f8);min-width:48px;color:var(--text-color,#1f2937);cursor:pointer;border-radius:4px}.purc-material-out-status{color:var(--text-muted,#526171);white-space:nowrap;align-self:center}.purc-material-out-recovery{color:#9a5a00;align-self:center;font-style:normal;font-weight:600}.purc-material-out-grid-section{box-sizing:border-box;flex-direction:column;height:100%;padding:5px 7px 7px;display:flex;overflow:hidden}.purc-material-out-grid-section>.data-grid-wrap,.purc-material-out-grid-section>.dx-grid{flex:1;min-height:0}.purc-material-out-grid-section h3{align-items:baseline;gap:10px;margin:0 0 5px;font-size:14px;display:flex}.purc-material-out-grid-section h3 span{color:var(--text-muted,#687789);font-size:11px;font-weight:400}.purc-material-out-warning{color:#b25d00;margin-right:4px}.purc-material-out-row-warning td{background:#fff8df!important}.purc-material-out-row-blocked td{color:#6f5a38;background:#fff1d6!important}.purc-material-out-row-deleted td{color:#8a3434;text-decoration:line-through;background:#fbe9e9!important}@media (width<=1080px){.purc-material-out-form{min-width:1040px}}.purc-item-out-query-page{min-width:1080px}.purc-item-out-query-workspace{flex:auto;min-height:0}.purc-item-out-query-search-panel{overflow:auto}.purc-item-out-query-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.purc-item-out-query-period,.purc-item-out-query-pair,.purc-item-out-query-single{align-items:center;gap:6px;display:inline-flex}.purc-item-out-query-period input[type=date]{min-width:145px}.purc-item-out-query-search select{width:150px}.purc-item-out-query-single input{width:180px}.purc-item-out-query-pair input:first-child{width:120px}.purc-item-out-query-pair input:nth-child(2){width:260px}.purc-item-out-query-grid-panel>.dx-grid,.purc-item-out-query-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.purc-item-out-query-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.purc-item-out-query-grid-panel .grid-table tbody tr.purc-item-out-query-data-issue-row>td:not(.dx-spacer){background:color-mix(in srgb, #f59e0b 12%, var(--panel-bg))}.purc-item-out-query-grid-panel .grid-table tbody tr.purc-item-out-query-data-issue-row>td:first-child{font-weight:700;box-shadow:inset 4px 0 #d97706}.purc-item-out-query-warning{align-items:center;gap:4px;display:inline-flex}.purc-item-out-query-page[aria-busy=true] .purc-item-out-query-workspace{cursor:progress}.purc-material-out-query-page{min-width:1080px}.purc-material-out-query-workspace,.purc-material-out-query-grid-panel,.purc-material-out-query-grid-section{min-height:0}.purc-material-out-query-workspace{flex:auto}.purc-material-out-query-search-panel{overflow:auto}.purc-material-out-query-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.purc-material-out-query-period,.purc-material-out-query-pair{align-items:center;gap:6px;display:inline-flex}.purc-material-out-query-period input[type=date]{min-width:145px}.purc-material-out-query-search select{width:150px}.purc-material-out-query-pair input:first-child{width:120px}.purc-material-out-query-pair input:nth-child(2){width:230px}.purc-material-out-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.purc-material-out-query-status{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:16px;padding:3px 8px;font-size:12px;display:flex}.purc-material-out-query-grid-section>.data-grid-wrap,.purc-material-out-query-grid-section>.dx-grid,.purc-material-out-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.purc-material-out-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.purc-material-out-query-page[aria-busy=true] .purc-material-out-query-workspace{cursor:progress}.part-code-spec-page{min-width:1180px}.part-code-spec-workspace{flex:auto;min-height:0}.part-code-spec-search-panel{overflow:auto}.part-code-spec-search{box-sizing:border-box;width:100%;min-width:1120px;min-height:100%;margin:0}.part-code-spec-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:16px}.part-code-spec-single-lookup,.part-code-spec-item-lookup{align-items:center;gap:5px;display:inline-flex}.part-code-spec-single-lookup input{width:150px}.part-code-spec-item-lookup input:first-child{width:210px}.part-code-spec-item-lookup input:nth-child(2){width:130px}.part-code-spec-mid-code{border:1px solid var(--border);border-radius:4px;align-items:center;min-width:225px;margin:0;padding:4px 10px 5px;display:inline-flex}.part-code-spec-mid-code legend{color:var(--text-muted);padding:0 5px}.part-code-spec-mid-code label{white-space:nowrap;align-items:center;gap:3px;margin-right:10px;display:inline-flex}.part-code-spec-mid-code label:last-child{margin-right:0}.part-code-spec-search>.search-condition-row>label:last-child input{width:105px}.part-code-spec-grid-panel,.part-code-spec-grid-section{min-height:0}.part-code-spec-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.part-code-spec-recovery-banner{border-bottom:1px solid color-mix(in srgb, #d97706 45%, var(--border));min-height:38px;color:var(--text);background:color-mix(in srgb, #f59e0b 12%, var(--panel-bg));box-sizing:border-box;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:5px 10px;display:flex}.part-code-spec-recovery-actions{flex:none;gap:6px;display:inline-flex}.part-code-spec-recovery-actions button{border:1px solid var(--border);min-height:28px;color:var(--text);background:var(--panel-bg);cursor:pointer;border-radius:4px;padding:3px 9px}.part-code-spec-recovery-actions button:disabled{opacity:.55;cursor:not-allowed}.part-code-spec-recovery-actions .part-code-spec-discard-recovery{border-color:color-mix(in srgb, #b91c1c 55%, var(--border));color:#b91c1c}.part-code-spec-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:16px;padding:2px 10px;display:flex}.part-code-spec-summary strong{color:#b45309}.part-code-spec-grid-section>.dx-grid,.part-code-spec-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.part-code-spec-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.part-code-spec-grid-section .grid-table tbody tr.part-code-spec-dirty-row>td:not(.dx-spacer){background:color-mix(in srgb, #2563eb 8%, var(--panel-bg))}.part-code-spec-grid-section .grid-table tbody tr.part-code-spec-data-issue-row>td:not(.dx-spacer){box-shadow:inset 0 2px #d9770661}.part-code-spec-grid-section .grid-table tbody tr.part-code-spec-blocked-row>td:not(.dx-spacer){color:var(--text-muted);background:color-mix(in srgb, #64748b 12%, var(--panel-bg))}.part-code-spec-warning{align-items:center;gap:5px;display:inline-flex}.part-code-spec-page[aria-busy=true] .part-code-spec-workspace{cursor:progress}@media (width<=1380px){.part-code-spec-search .search-condition-row{flex-wrap:wrap}.part-code-spec-search{min-width:980px}}.part-code-spec-query-page{min-width:1180px}.part-code-spec-query-workspace{flex:auto;min-height:0}.part-code-spec-query-search-panel{overflow:auto}.part-code-spec-query-search{box-sizing:border-box;width:100%;min-width:1120px;min-height:100%;margin:0}.part-code-spec-query-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:16px}.part-code-spec-query-single-lookup,.part-code-spec-query-item-lookup{align-items:center;gap:5px;display:inline-flex}.part-code-spec-query-single-lookup input{width:150px}.part-code-spec-query-item-lookup input:first-child{width:210px}.part-code-spec-query-item-lookup input:nth-child(2){width:130px}.part-code-spec-query-mid-code{border:1px solid var(--border);border-radius:4px;align-items:center;min-width:225px;margin:0;padding:4px 10px 5px;display:inline-flex}.part-code-spec-query-mid-code legend{color:var(--text-muted);padding:0 5px}.part-code-spec-query-mid-code label{white-space:nowrap;align-items:center;gap:3px;margin-right:10px;display:inline-flex}.part-code-spec-query-mid-code label:last-child{margin-right:0}.part-code-spec-query-search>.search-condition-row>label:last-child input{width:105px}.part-code-spec-query-grid-panel,.part-code-spec-query-grid-section{min-height:0}.part-code-spec-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.part-code-spec-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:16px;padding:2px 10px;display:flex}.part-code-spec-query-summary strong{color:#b45309}.part-code-spec-query-grid-section>.dx-grid,.part-code-spec-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.part-code-spec-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.part-code-spec-query-grid-section .grid-table tbody tr.part-code-spec-query-data-issue-row>td:not(.dx-spacer){box-shadow:inset 0 2px #d9770661}.part-code-spec-query-warning{align-items:center;gap:5px;display:inline-flex}.part-code-spec-query-page[aria-busy=true] .part-code-spec-query-workspace{cursor:progress}@media (width<=1380px){.part-code-spec-query-search .search-condition-row{flex-wrap:wrap}.part-code-spec-query-search{min-width:980px}}.prod-plan-page{min-width:1180px}.prod-plan-workspace{flex:auto;min-height:0}.prod-plan-recovery-banner{border-bottom:1px solid color-mix(in srgb, #d97706 45%, var(--border));background:color-mix(in srgb, #f59e0b 12%, var(--panel-bg));box-sizing:border-box;flex:none;justify-content:space-between;align-items:center;gap:12px;min-height:38px;padding:5px 10px;display:flex}.prod-plan-recovery-banner>div{flex:none;gap:6px;display:inline-flex}.prod-plan-recovery-banner button{border:1px solid var(--border);min-height:28px;color:var(--text);background:var(--panel-bg);cursor:pointer;border-radius:4px;padding:3px 9px}.prod-plan-search-pane,.prod-plan-content-pane,.prod-plan-content-pane>.resizable-panels,.prod-plan-content-pane .resizable-panel,.prod-plan-content-pane .resizable-panels{min-height:0}.prod-plan-search-pane{overflow:auto}.prod-plan-search-panel{box-sizing:border-box;align-items:center;gap:22px;width:100%;min-width:820px;min-height:100%;margin:0;padding:9px 12px;display:flex}.prod-plan-search-panel>label{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.prod-plan-search-panel input[type=date]{width:145px}.prod-plan-customer-inputs{align-items:center;gap:5px;display:inline-flex}.prod-plan-customer-inputs input:first-child{width:115px}.prod-plan-customer-inputs input:nth-child(2){width:185px}.prod-plan-grid-section{background:var(--panel-bg);flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.prod-plan-section-title{border-bottom:1px solid var(--border);box-sizing:border-box;min-height:30px;color:var(--text-muted);flex:none;align-items:center;gap:12px;padding:2px 9px;display:flex}.prod-plan-section-title h3{color:var(--text);margin:0;font-size:13px;font-weight:650}.prod-plan-section-title strong{color:#b45309}.prod-plan-grid-section>.dx-grid,.prod-plan-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.prod-plan-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.prod-plan-warning{color:#b45309;align-items:center;gap:4px;display:inline-flex}.prod-plan-warning:focus-visible{outline:2px solid var(--focus-color,#2563eb);outline-offset:2px;border-radius:2px}.prod-plan-grid-section .grid-table tbody tr.prod-plan-insert-row>td:not(.dx-spacer){background:color-mix(in srgb, #16a34a 9%, var(--panel-bg))}.prod-plan-grid-section .grid-table tbody tr.prod-plan-update-row>td:not(.dx-spacer){background:color-mix(in srgb, #2563eb 9%, var(--panel-bg))}.prod-plan-grid-section .grid-table tbody tr.prod-plan-delete-row>td:not(.dx-spacer){color:var(--text-muted);background:color-mix(in srgb, #dc2626 9%, var(--panel-bg));text-decoration:line-through}.prod-plan-grid-section .grid-table tbody tr.prod-plan-blocked-row>td:not(.dx-spacer){color:var(--text-muted);background:color-mix(in srgb, #64748b 12%, var(--panel-bg))}.prod-plan-page[aria-busy=true] .prod-plan-workspace{cursor:progress}@media (width<=1380px){.prod-plan-search-panel{gap:12px}}.prod-plan-query-page{min-width:1180px}.prod-plan-query-workspace{flex:auto;min-height:0}.prod-plan-query-search-panel{overflow:auto}.prod-plan-query-search{box-sizing:border-box;flex:none;width:100%;min-width:1120px;min-height:100%;margin:0}.prod-plan-query-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:16px}.prod-plan-query-period,.prod-plan-query-customer,.prod-plan-query-single,.prod-plan-query-item{align-items:center;gap:6px;display:inline-flex}.prod-plan-query-period input[type=date]{min-width:145px}.prod-plan-query-customer input:first-child{width:110px}.prod-plan-query-customer input:nth-child(2){width:190px}.prod-plan-query-single input{width:165px}.prod-plan-query-item input:first-child{width:145px}.prod-plan-query-item input:nth-child(2){width:270px}.prod-plan-query-grid-panel,.prod-plan-query-grid-section{min-height:0}.prod-plan-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.prod-plan-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:16px;padding:2px 10px;display:flex}.prod-plan-query-summary strong{color:#b45309}.prod-plan-query-grid-section>.dx-grid,.prod-plan-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.prod-plan-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.prod-plan-query-grid-section .grid-table tbody tr.prod-plan-query-data-issue-row>td:not(.dx-spacer){background:color-mix(in srgb, #f59e0b 12%, var(--panel-bg))}.prod-plan-query-grid-section .grid-table tbody tr.prod-plan-query-data-issue-row>td:first-child{box-shadow:inset 4px 0 #d97706}.prod-plan-query-warning{align-items:center;gap:5px;display:inline-flex}.prod-plan-query-page[aria-busy=true] .prod-plan-query-workspace{cursor:progress}@media (width<=1380px){.prod-plan-query-search .search-condition-row{flex-wrap:wrap}.prod-plan-query-search{min-width:980px}}.self-inspection-page{min-width:1280px;min-height:760px}.self-inspection-form-workspace{flex:auto;min-height:0}.self-inspection-search-pane{overflow:auto}.self-inspection-result-pane,.self-inspection-result{min-height:0}.self-inspection-result{flex-direction:column;flex:auto;display:flex;overflow:hidden}.self-inspection-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0;overflow:auto}.self-inspection-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:18px;min-width:1120px}.self-inspection-search label,.self-inspection-radio-group{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.self-inspection-radio-group{border:1px solid var(--border);border-radius:4px;min-width:190px;margin:0;padding:4px 10px}.self-inspection-radio-group legend{color:var(--text-muted);padding:0 4px;font-size:12px}.self-inspection-search input[readonly]{background:var(--panel-bg);width:130px;color:var(--text-muted)}.self-inspection-search input[type=date]{width:145px}.self-inspection-search select{min-width:125px}.self-inspection-search label:last-child select{min-width:190px}.self-inspection-workspace{border:1px solid var(--border);background:var(--panel-bg);flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.self-inspection-workspace .resizable-panel{overflow:hidden}.self-inspection-grid-section{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.self-inspection-grid-section>.dx-grid,.self-inspection-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.self-inspection-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.self-inspection-image-panel{box-sizing:border-box;background:#eef2f7;flex:auto;min-width:0;min-height:0;padding:6px;display:flex;overflow:hidden}.self-inspection-image-button{cursor:zoom-in;background:#fff;border:1px solid #aeb8c5;width:100%;height:100%;padding:0;display:flex;overflow:hidden}.self-inspection-image-button img{object-fit:contain;width:100%;height:100%}.self-inspection-image-empty{width:100%;height:100%;min-height:110px;color:var(--text-muted);background:#f8fafc;border:1px dashed #aeb8c5;place-items:center;display:grid}.self-inspection-warning,.self-inspection-detail-warning,.self-inspection-diagnostic{color:#7c4a03;background:#fff8e7;border:1px solid #f1c36d;flex:none;padding:7px 10px}.self-inspection-detail-warning{border-width:0 0 1px}.self-inspection-diagnostic{margin-top:4px}.self-inspection-recovery{color:#78350f;background:#fffbeb;border:1px solid #d97706;flex:none;align-items:center;gap:10px;padding:8px 10px;display:flex}.self-inspection-recovery button{min-height:28px}.self-inspection-recovery button:first-of-type{margin-left:auto}.self-inspection-data-issue-row>td:not(.dx-spacer){background:color-mix(in srgb, #f59e0b 14%, var(--panel-bg))}.self-inspection-data-issue-row>td:first-child{box-shadow:inset 4px 0 #d97706}.self-inspection-first-row>td:first-child,.self-inspection-first-row>td:nth-child(2){color:#b42318;font-weight:700}.self-inspection-middle-row>td:first-child,.self-inspection-middle-row>td:nth-child(2){color:#175cd3;font-weight:700}.self-inspection-last-row>td:first-child,.self-inspection-last-row>td:nth-child(2){color:#16733a;font-weight:700}.self-inspection-page[aria-busy=true] .self-inspection-workspace,.self-inspection-page[aria-busy=true] .self-inspection-search{cursor:progress}.self-inspection-zoom{z-index:1200;background:#0f172ae0;justify-content:center;align-items:center;padding:48px;display:flex;position:fixed;inset:0}.self-inspection-zoom button{min-width:76px;min-height:32px;position:absolute;top:14px;right:18px}.self-inspection-zoom img{object-fit:contain;background:#fff;max-width:100%;max-height:100%}@media (width<=1380px){.self-inspection-search .search-condition-row{flex-wrap:wrap}}.self-inspection-query-page{min-width:1280px;min-height:760px}.self-inspection-query-form-workspace,.self-inspection-query-result-workspace,.self-inspection-query-top-workspace,.self-inspection-query-bottom-workspace{flex:auto;min-width:0;min-height:0;overflow:hidden}.self-inspection-query-search-pane{overflow:auto}.self-inspection-query-result-pane,.self-inspection-query-top-pane,.self-inspection-query-bottom-pane,.self-inspection-query-main-pane,.self-inspection-query-image-pane,.self-inspection-query-context-pane,.self-inspection-query-detail-pane{min-width:0;min-height:0;overflow:hidden}.self-inspection-query-search{box-sizing:border-box;width:100%;min-width:1160px;min-height:100%;margin:0;overflow:auto}.self-inspection-query-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:16px}.self-inspection-query-search label,.self-inspection-query-period{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.self-inspection-query-period input[type=date]{width:143px}.self-inspection-query-search select{min-width:155px}.self-inspection-query-search label:nth-child(3) input{width:135px}.self-inspection-query-search label:nth-child(4) input{width:205px}.self-inspection-query-search label:nth-child(5) input{width:155px}.self-inspection-query-grid-section,.self-inspection-query-image-section{background:var(--panel-bg);flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.self-inspection-query-section-title{border-bottom:1px solid var(--border);min-height:31px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;justify-content:space-between;align-items:center;gap:10px;padding:3px 9px;display:flex}.self-inspection-query-section-title strong{color:var(--text)}.self-inspection-query-grid-section>.dx-grid,.self-inspection-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.self-inspection-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.self-inspection-query-warning{color:#7c4a03;background:#fff8e7;border-bottom:1px solid #f1c36d;flex:none;padding:6px 9px}.self-inspection-query-data-issue-row>td:not(.dx-spacer){background:color-mix(in srgb, #f59e0b 14%, var(--panel-bg))}.self-inspection-query-data-issue-row>td:first-child{box-shadow:inset 4px 0 #d97706}.self-inspection-query-image-section{background:#eef2f7;padding-bottom:6px}.self-inspection-query-image-button{cursor:zoom-in;background:#fff;border:1px solid #aeb8c5;flex:auto;min-width:0;min-height:0;margin:6px 6px 0;padding:0;display:flex;overflow:hidden}.self-inspection-query-image-button img{object-fit:contain;width:100%;height:100%}.self-inspection-query-image-empty{min-width:0;min-height:110px;color:var(--text-muted);background:#f8fafc;border:1px dashed #aeb8c5;flex:auto;place-items:center;margin:6px 6px 0;display:grid}.self-inspection-query-page[aria-busy=true] .self-inspection-query-form-workspace{cursor:progress}.self-inspection-query-zoom{z-index:1200;background:#0f172ae0;justify-content:center;align-items:center;padding:48px;display:flex;position:fixed;inset:0}.self-inspection-query-zoom button{min-width:76px;min-height:32px;position:absolute;top:14px;right:18px}.self-inspection-query-zoom img{object-fit:contain;background:#fff;max-width:100%;max-height:100%}@media (width<=1380px){.self-inspection-query-search .search-condition-row{flex-wrap:wrap}.self-inspection-query-search{min-width:1000px}}.fml-inspection-page{min-width:1280px;min-height:760px}.fml-inspection-form-workspace{flex:auto;min-height:0}.fml-inspection-search-pane{overflow:auto}.fml-inspection-result-pane,.fml-inspection-result{min-height:0}.fml-inspection-result{flex-direction:column;flex:auto;display:flex;overflow:hidden}.fml-inspection-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0;overflow:auto}.fml-inspection-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:18px;min-width:920px}.fml-inspection-search label{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.fml-inspection-search input[readonly]{background:var(--panel-bg);width:130px;color:var(--text-muted)}.fml-inspection-search input[type=date]{width:145px}.fml-inspection-search select{min-width:125px}.fml-inspection-search label:last-child select{min-width:190px}.fml-inspection-workspace{border:1px solid var(--border);background:var(--panel-bg);flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.fml-inspection-workspace .resizable-panel{overflow:hidden}.fml-inspection-grid-section{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.fml-inspection-grid-section>.dx-grid,.fml-inspection-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.fml-inspection-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.fml-inspection-image-panel{box-sizing:border-box;background:#eef2f7;flex:auto;min-width:0;min-height:0;padding:6px;display:flex;overflow:hidden}.fml-inspection-image-button{cursor:zoom-in;background:#fff;border:1px solid #aeb8c5;width:100%;height:100%;padding:0;display:flex;overflow:hidden}.fml-inspection-image-button img{object-fit:contain;width:100%;height:100%}.fml-inspection-image-empty{width:100%;height:100%;min-height:110px;color:var(--text-muted);background:#f8fafc;border:1px dashed #aeb8c5;place-items:center;display:grid}.fml-inspection-warning,.fml-inspection-detail-warning,.fml-inspection-diagnostic{color:#7c4a03;background:#fff8e7;border:1px solid #f1c36d;flex:none;padding:7px 10px}.fml-inspection-detail-warning{border-width:0 0 1px}.fml-inspection-diagnostic{margin-top:4px}.fml-inspection-data-issue-row>td:not(.dx-spacer){background:color-mix(in srgb, #f59e0b 14%, var(--panel-bg))}.fml-inspection-data-issue-row>td:first-child{box-shadow:inset 4px 0 #d97706}.fml-inspection-first-row>td:first-child,.fml-inspection-first-row>td:nth-child(2){color:#b42318;font-weight:700}.fml-inspection-middle-row>td:first-child,.fml-inspection-middle-row>td:nth-child(2){color:#175cd3;font-weight:700}.fml-inspection-last-row>td:first-child,.fml-inspection-last-row>td:nth-child(2){color:#16733a;font-weight:700}.fml-inspection-page[aria-busy=true] .fml-inspection-workspace,.fml-inspection-page[aria-busy=true] .fml-inspection-search{cursor:progress}.fml-inspection-zoom{z-index:1200;background:#0f172ae0;justify-content:center;align-items:center;padding:48px;display:flex;position:fixed;inset:0}.fml-inspection-zoom button{min-width:76px;min-height:32px;position:absolute;top:14px;right:18px}.fml-inspection-zoom img{object-fit:contain;background:#fff;max-width:100%;max-height:100%}@media (width<=1380px){.fml-inspection-search .search-condition-row{flex-wrap:wrap}}.first-middle-last-query-page{min-width:1280px;min-height:760px}.first-middle-last-query-form-workspace,.first-middle-last-query-result-workspace,.first-middle-last-query-top-workspace,.first-middle-last-query-bottom-workspace{flex:auto;min-width:0;min-height:0;overflow:hidden}.first-middle-last-query-search-pane{overflow:auto}.first-middle-last-query-result-pane,.first-middle-last-query-top-pane,.first-middle-last-query-bottom-pane,.first-middle-last-query-main-pane,.first-middle-last-query-image-pane,.first-middle-last-query-history-pane,.first-middle-last-query-detail-pane{min-width:0;min-height:0;overflow:hidden}.first-middle-last-query-search{box-sizing:border-box;width:100%;min-width:1160px;min-height:100%;margin:0;overflow:auto}.first-middle-last-query-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:16px}.first-middle-last-query-search label,.first-middle-last-query-period{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.first-middle-last-query-period input[type=date]{width:143px}.first-middle-last-query-search select{min-width:155px}.first-middle-last-query-search label:nth-child(3) input{width:135px}.first-middle-last-query-search label:nth-child(4) input{width:205px}.first-middle-last-query-search label:nth-child(5) input{width:155px}.first-middle-last-query-grid-section,.first-middle-last-query-image-section{background:var(--panel-bg);flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.first-middle-last-query-section-title{border-bottom:1px solid var(--border);min-height:31px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;justify-content:space-between;align-items:center;gap:10px;padding:3px 9px;display:flex}.first-middle-last-query-section-title strong{color:var(--text)}.first-middle-last-query-grid-section>.dx-grid,.first-middle-last-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.first-middle-last-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.first-middle-last-query-warning{color:#7c4a03;background:#fff8e7;border-bottom:1px solid #f1c36d;flex:none;padding:6px 9px}.first-middle-last-query-image-section{background:#eef2f7;padding-bottom:6px}.first-middle-last-query-image-button{cursor:zoom-in;background:#fff;border:1px solid #aeb8c5;flex:auto;min-width:0;min-height:0;margin:6px 6px 0;padding:0;display:flex;overflow:hidden}.first-middle-last-query-image-button img{object-fit:contain;width:100%;height:100%}.first-middle-last-query-image-empty{min-width:0;min-height:110px;color:var(--text-muted);background:#f8fafc;border:1px dashed #aeb8c5;flex:auto;place-items:center;margin:6px 6px 0;display:grid}.first-middle-last-query-page[aria-busy=true] .first-middle-last-query-form-workspace{cursor:progress}.first-middle-last-query-zoom{z-index:1200;background:#0f172ae0;justify-content:center;align-items:center;padding:48px;display:flex;position:fixed;inset:0}.first-middle-last-query-zoom button{min-width:76px;min-height:32px;position:absolute;top:14px;right:18px}.first-middle-last-query-zoom img{object-fit:contain;background:#fff;max-width:100%;max-height:100%}@media (width<=1380px){.first-middle-last-query-search .search-condition-row{flex-wrap:wrap}.first-middle-last-query-search{min-width:1000px}}.first-middle-last-spc-page{min-width:1100px}.first-middle-last-spc-workspace,.first-middle-last-spc-result-pane,.first-middle-last-spc-result-split,.first-middle-last-spc-grid-pane,.first-middle-last-spc-chart-pane,.first-middle-last-spc-grid-section,.first-middle-last-spc-chart{min-height:0}.first-middle-last-spc-workspace,.first-middle-last-spc-result-split{flex:auto}.first-middle-last-spc-search-pane{overflow:auto}.first-middle-last-spc-search{box-sizing:border-box;flex-direction:column;justify-content:center;gap:8px;width:100%;min-height:100%;margin:0;padding:8px 12px;display:flex}.first-middle-last-spc-search-row,.first-middle-last-spc-period,.first-middle-last-spc-lookup-field,.first-middle-last-spc-summary{align-items:center;gap:7px;display:flex}.first-middle-last-spc-search-row{flex-wrap:wrap;gap:8px 18px}.first-middle-last-spc-search-row>label,.first-middle-last-spc-summary label{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.first-middle-last-spc-period input{width:142px}.first-middle-last-spc-lookup-field input{width:126px}.first-middle-last-spc-search-row>label:nth-child(2) .first-middle-last-spc-lookup-field input{width:180px}.first-middle-last-spc-summary{margin-left:auto}.first-middle-last-spc-summary input{width:86px;color:var(--text,#1f2937);text-align:right;background:var(--surface-muted,#f6f7f9);font-weight:600}.first-middle-last-spc-grid-pane{overflow:hidden}.first-middle-last-spc-grid-section{flex-direction:column;height:100%;display:flex;overflow:hidden}.first-middle-last-spc-status{min-height:29px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:14px;padding:3px 8px;font-size:12px;display:flex}.first-middle-last-spc-status span:last-child{margin-left:auto}.first-middle-last-spc-grid-section>.data-grid-wrap,.first-middle-last-spc-grid-section>.dx-grid,.first-middle-last-spc-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.first-middle-last-spc-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.first-middle-last-spc-chart-pane{overflow:auto}.first-middle-last-spc-chart{box-sizing:border-box;background:var(--surface,#fff);flex-direction:column;min-width:510px;height:100%;padding:9px 14px 12px;display:flex}.first-middle-last-spc-chart h3{color:var(--text,#1f2937);text-align:center;margin:0;font-size:18px;line-height:30px}.first-middle-last-spc-chart-selection{color:var(--text-muted);text-align:center;margin:0 0 2px;font-size:12px}.first-middle-last-spc-chart-empty{min-height:230px;color:var(--text-muted);border:1px dashed var(--border);flex:auto;place-items:center;display:grid}.first-middle-last-spc-chart svg{flex:auto;width:100%;min-height:270px;display:block;overflow:visible}.first-middle-last-spc-grid-line{stroke:var(--border,#d9dee7);stroke-width:1px}.first-middle-last-spc-axis{stroke:var(--text-muted,#657080);stroke-width:1.4px}.first-middle-last-spc-axis-label,.first-middle-last-spc-day-label{fill:var(--text-muted,#657080);font-family:inherit;font-size:12px}.first-middle-last-spc-chart polyline{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.5px}.first-middle-last-spc-chart circle{stroke:#fff;stroke-width:1.6px;cursor:help}.first-middle-last-spc-chart circle:focus{stroke:#111827;stroke-width:3px;outline:none}.first-middle-last-spc-series-measurement polyline{stroke:#1293f8;stroke-width:5px}.first-middle-last-spc-series-measurement circle{fill:#1293f8}.first-middle-last-spc-series-average polyline{stroke:#72c900}.first-middle-last-spc-series-average circle{fill:#72c900}.first-middle-last-spc-series-standard polyline{stroke:#f27c88}.first-middle-last-spc-series-standard circle{fill:#f27c88}.first-middle-last-spc-legend{min-height:28px;color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 18px;font-size:12px;display:flex}.first-middle-last-spc-legend span{align-items:center;gap:5px;display:inline-flex}.first-middle-last-spc-legend i{background:#1293f8;border-radius:3px;width:22px;height:4px}.first-middle-last-spc-legend .is-average i{background:#72c900}.first-middle-last-spc-legend .is-standard i{background:#f27c88}.first-middle-last-spc-page[aria-busy=true] .first-middle-last-spc-workspace{cursor:progress}@media (width<=1350px){.first-middle-last-spc-summary{margin-left:0}}.first-middle-last-spc-detail-page{min-width:1180px}.first-middle-last-spc-detail-workspace,.first-middle-last-spc-detail-result-pane,.first-middle-last-spc-detail-result-split,.first-middle-last-spc-detail-upper-pane,.first-middle-last-spc-detail-upper-split,.first-middle-last-spc-detail-grid-pane,.first-middle-last-spc-detail-chart-pane,.first-middle-last-spc-detail-grid-section,.first-middle-last-spc-detail-chart,.first-middle-last-spc-detail-matrix-pane,.first-middle-last-spc-detail-matrix{min-height:0}.first-middle-last-spc-detail-workspace,.first-middle-last-spc-detail-result-split,.first-middle-last-spc-detail-upper-split{flex:auto}.first-middle-last-spc-detail-search-pane,.first-middle-last-spc-detail-chart-pane,.first-middle-last-spc-detail-matrix-pane{overflow:auto}.first-middle-last-spc-detail-search{box-sizing:border-box;flex-direction:column;justify-content:center;gap:8px;width:100%;min-height:100%;margin:0;padding:8px 12px;display:flex}.first-middle-last-spc-detail-search-row,.first-middle-last-spc-detail-period,.first-middle-last-spc-detail-lookup-field{align-items:center;gap:7px;display:flex}.first-middle-last-spc-detail-search-row{flex-wrap:wrap;gap:8px 18px}.first-middle-last-spc-detail-search-row>label{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.first-middle-last-spc-detail-period input{width:142px}.first-middle-last-spc-detail-lookup-field input{width:126px}.first-middle-last-spc-detail-search-row>label:nth-child(2) .first-middle-last-spc-detail-lookup-field input{width:180px}.first-middle-last-spc-detail-max-days{color:var(--text-muted);font-size:12px}.first-middle-last-spc-detail-grid-pane{overflow:hidden}.first-middle-last-spc-detail-grid-section{flex-direction:column;height:100%;display:flex;overflow:hidden}.first-middle-last-spc-detail-status{min-height:29px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:14px;padding:3px 8px;font-size:12px;display:flex}.first-middle-last-spc-detail-status span:last-child{margin-left:auto}.first-middle-last-spc-detail-grid-section>.data-grid-wrap,.first-middle-last-spc-detail-grid-section>.dx-grid,.first-middle-last-spc-detail-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.first-middle-last-spc-detail-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.first-middle-last-spc-detail-chart{box-sizing:border-box;background:var(--surface,#fff);flex-direction:column;min-width:510px;height:100%;padding:8px 14px 10px;display:flex}.first-middle-last-spc-detail-chart h3{color:var(--text,#1f2937);text-align:center;margin:0;font-size:18px;line-height:28px}.first-middle-last-spc-detail-chart-selection{color:var(--text-muted);text-align:center;margin:0 0 2px;font-size:12px}.first-middle-last-spc-detail-chart-empty{min-height:190px;color:var(--text-muted);border:1px dashed var(--border);flex:auto;place-items:center;display:grid}.first-middle-last-spc-detail-chart svg{flex:auto;width:100%;min-height:230px;display:block;overflow:visible}.first-middle-last-spc-detail-grid-line{stroke:var(--border,#d9dee7);stroke-width:1px}.first-middle-last-spc-detail-axis{stroke:var(--text-muted,#657080);stroke-width:1.4px}.first-middle-last-spc-detail-axis-label,.first-middle-last-spc-detail-day-label{fill:var(--text-muted,#657080);font-family:inherit;font-size:12px}.first-middle-last-spc-detail-chart polyline{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3.5px}.first-middle-last-spc-detail-chart circle{stroke:#fff;stroke-width:1.6px;cursor:help}.first-middle-last-spc-detail-chart circle:focus{stroke:#111827;stroke-width:3px;outline:none}.first-middle-last-spc-detail-series-measurement polyline{stroke:#1293f8;stroke-width:5px}.first-middle-last-spc-detail-series-measurement circle{fill:#1293f8}.first-middle-last-spc-detail-series-midpoint polyline{stroke:#f2c300}.first-middle-last-spc-detail-series-midpoint circle{fill:#f2c300}.first-middle-last-spc-detail-series-standard-min polyline,.first-middle-last-spc-detail-series-standard-max polyline{stroke:#ed4b5c}.first-middle-last-spc-detail-series-standard-min circle,.first-middle-last-spc-detail-series-standard-max circle{fill:#ed4b5c}.first-middle-last-spc-detail-legend{min-height:26px;color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 18px;font-size:12px;display:flex}.first-middle-last-spc-detail-legend span{align-items:center;gap:5px;display:inline-flex}.first-middle-last-spc-detail-legend i{background:#1293f8;border-radius:3px;width:22px;height:4px}.first-middle-last-spc-detail-legend .is-midpoint i{background:#f2c300}.first-middle-last-spc-detail-legend .is-standard-min i,.first-middle-last-spc-detail-legend .is-standard-max i{background:#ed4b5c}.first-middle-last-spc-detail-matrix{background:var(--surface,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.first-middle-last-spc-detail-matrix-title{border-bottom:1px solid var(--border);box-sizing:border-box;flex:none;align-items:center;gap:12px;min-height:31px;padding:4px 9px;display:flex}.first-middle-last-spc-detail-matrix-title strong{color:var(--text,#1f2937);font-size:13px}.first-middle-last-spc-detail-matrix-title span{color:var(--text-muted);margin-left:auto;font-size:12px}.first-middle-last-spc-detail-matrix-scroll{flex:auto;min-height:0;overflow:auto}.first-middle-last-spc-detail-matrix table{border-collapse:separate;border-spacing:0;width:max-content;min-width:100%;color:var(--text,#1f2937);font-variant-numeric:tabular-nums;font-size:12px}.first-middle-last-spc-detail-matrix th,.first-middle-last-spc-detail-matrix td{text-align:right;white-space:nowrap;border-right:1px solid var(--border);border-bottom:1px solid var(--border);box-sizing:border-box;min-width:54px;height:30px;padding:3px 6px}.first-middle-last-spc-detail-matrix thead th{z-index:2;color:var(--text,#1f2937);text-align:center;background:var(--surface-muted,#f4f6f9);font-weight:600;position:sticky;top:0}.first-middle-last-spc-detail-matrix tbody th,.first-middle-last-spc-detail-matrix td.is-division{text-align:center;background:var(--surface,#fff);min-width:72px}.first-middle-last-spc-detail-matrix tbody tr:hover th,.first-middle-last-spc-detail-matrix tbody tr:hover td{background:var(--surface-hover,#f4f8ff)}.first-middle-last-spc-detail-matrix-empty{color:var(--text-muted);text-align:center!important;height:92px!important}.first-middle-last-spc-detail-page[aria-busy=true] .first-middle-last-spc-detail-workspace{cursor:progress}.prod-work-ready-page{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.prod-work-ready-page>h2{flex:none}.prod-work-ready-form-result,.prod-work-ready-result,.prod-work-ready-grid-image,.prod-work-ready-grid-section,.prod-work-ready-image,.prod-work-ready-image-stage{min-width:0;min-height:0}.prod-work-ready-form-result{flex:auto}.prod-work-ready-search-pane,.prod-work-ready-result-pane,.prod-work-ready-grid-pane,.prod-work-ready-image-pane{overflow:hidden}.prod-work-ready-search{box-sizing:border-box;border:1px solid var(--border,#d5dbe5);background:var(--panel-bg,#f7f9fc);border-radius:4px;grid-template-columns:145px minmax(330px,1.25fr) minmax(150px,.7fr) minmax(310px,1.2fr);grid-auto-rows:minmax(48px,auto);align-content:center;gap:8px 12px;height:100%;padding:10px 12px;display:grid;overflow:auto}.prod-work-ready-status{border:1px solid var(--border,#d5dbe5);border-radius:4px;align-items:center;gap:10px;min-width:0;margin:0;padding:5px 8px 7px;display:flex}.prod-work-ready-status legend,.prod-work-ready-field>span:first-child{color:var(--text-muted,#596579);font-size:12px}.prod-work-ready-status label{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.prod-work-ready-field{flex-direction:column;justify-content:center;gap:4px;min-width:0;display:flex}.prod-work-ready-field input{box-sizing:border-box;width:100%;min-width:0;height:30px}.prod-work-ready-date-range,.prod-work-ready-pair>span:last-child{grid-template-columns:minmax(95px,.8fr) minmax(125px,1.2fr) 30px;align-items:center;gap:5px;min-width:0;display:grid}.prod-work-ready-lookup-single{grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:5px;min-width:0;display:grid}.prod-work-ready-lookup-single .dx-lookup-btn,.prod-work-ready-pair .dx-lookup-btn{width:30px;height:30px;padding:0}.prod-work-ready-date-range{grid-template-columns:minmax(132px,1fr) auto minmax(132px,1fr)}.prod-work-ready-date-range b{color:var(--text-muted,#596579);font-weight:400}.prod-work-ready-submit{align-self:end;min-height:31px;margin-bottom:1px}.prod-work-ready-result{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.prod-work-ready-grid-image{flex:auto}.prod-work-ready-grid-section{height:100%;overflow:hidden}.prod-work-ready-grid-section>.dx-grid{height:100%}.prod-work-ready-warning,.prod-work-ready-readonly{border-radius:3px;flex:none;margin-bottom:4px;padding:6px 9px;font-size:12px}.prod-work-ready-warning{color:#6a4b00;background:#fff8df;border:1px solid #e7b84b}.prod-work-ready-readonly{color:#234c7d;background:#eef5ff;border:1px solid #99b5d8}.prod-work-ready-recovery{color:#5b420c;background:#fff7db;border:1px solid #d49b28;flex:none;align-items:center;gap:10px;padding:7px 10px;display:flex}.prod-work-ready-recovery span{flex:auto}.prod-work-ready-page[aria-busy=true] .prod-work-ready-search,.prod-work-ready-page[aria-busy=true] .prod-work-ready-grid-image{opacity:.72}.prod-work-ready-data-issue-row>td:not(.dx-spacer){color:#8c2525;background:#fff0f0!important}.prod-work-ready-dirty-row>td:not(.dx-spacer){background:#fff4c7!important}.prod-work-ready-image{border:1px solid var(--border,#d5dbe5);background:var(--panel-bg,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.prod-work-ready-image>header{border-bottom:1px solid var(--border,#d5dbe5);background:var(--panel-header-bg,#eef2f8);flex:none;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.prod-work-ready-image [role=tablist]{gap:3px;display:inline-flex}.prod-work-ready-image [role=tab]{border:1px solid var(--border,#c8d0dc);background:var(--panel-bg,#fff);border-radius:3px;padding:4px 9px}.prod-work-ready-image [role=tab].active{color:#fff;background:#416eaa;border-color:#416eaa}.prod-work-ready-image-stage{flex:auto;justify-content:center;align-items:center;padding:8px;display:flex;overflow:auto}.prod-work-ready-image-button{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;min-height:160px;padding:0;position:relative}.prod-work-ready-image-button:disabled{cursor:wait}.prod-work-ready-image-button img{object-fit:contain;width:100%;height:100%}.prod-work-ready-image-button img[data-decode-state=loading]{opacity:0}.prod-work-ready-image-button span{color:#fff;background:#000000a6;border-radius:3px;padding:3px 7px;font-size:11px;position:absolute;bottom:8px;right:8px}.prod-work-ready-image-empty{color:var(--text-muted,#6b7482);text-align:center}.prod-work-ready-zoom-overlay{z-index:2500;background:#000000b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.prod-work-ready-zoom-card{background:#fff;border-radius:6px;flex-direction:column;width:min(1500px,96vw);height:min(850px,92vh);display:flex;overflow:hidden}.prod-work-ready-zoom-card>header{border-bottom:1px solid #d7dce5;flex:none;justify-content:space-between;align-items:center;padding:9px 12px;display:flex}.prod-work-ready-zoom-card>img{object-fit:contain;flex:auto;min-width:0;min-height:0}@media (width<=1250px){.prod-work-ready-search{grid-template-columns:145px minmax(300px,1fr) minmax(250px,1fr)}}.prod-log-query-page{min-width:0;min-height:0;overflow:hidden}.prod-log-query-page>h2,.prod-log-query-page>.dx-toolbar,.prod-log-query-recovery{flex:none}.prod-log-query-workspace,.prod-log-query-search-panel,.prod-log-query-grid-panel,.prod-log-query-grid-stack{min-width:0;min-height:0}.prod-log-query-workspace{flex:auto}.prod-log-query-search-panel,.prod-log-query-grid-panel{overflow:hidden}.prod-log-query-search{box-sizing:border-box;width:100%;height:100%;overflow:auto}.prod-log-query-search-grid{grid-template-columns:290px 365px 365px 150px 185px 170px minmax(285px,1fr);align-items:center;gap:8px 12px;min-width:1420px;min-height:100%;display:grid}.prod-log-query-field{min-width:0;color:var(--text-muted,#596579);flex-direction:column;gap:5px;font-size:12px;display:flex}.prod-log-query-field>input,.prod-log-query-field input{box-sizing:border-box;width:100%;min-width:0;height:30px}.prod-log-query-period>span:last-child{grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;gap:5px;display:grid}.prod-log-query-period b{font-weight:400}.prod-log-query-pair{grid-template-columns:minmax(85px,.8fr) minmax(120px,1.2fr) 48px;gap:5px;min-width:0;display:grid}.prod-log-query-pair button,.prod-log-query-popup-actions button{white-space:nowrap;min-height:30px}.prod-log-query-popup-actions{justify-content:flex-end;align-self:end;gap:6px;display:flex}.prod-log-query-recovery{color:#5b420c;background:#fff7db;border:1px solid #d49b28;align-items:center;gap:8px;padding:7px 10px;display:flex}.prod-log-query-recovery span{flex:auto}.prod-log-query-grid-stack{flex-direction:column;height:100%;display:flex;overflow:hidden}.prod-log-query-summary{border-bottom:1px solid var(--border,#d5dbe5);background:var(--panel-header-bg,#eef2f8);min-height:28px;color:var(--text-muted,#596579);flex:none;align-items:center;gap:12px;padding:4px 9px;font-size:12px;display:flex}.prod-log-query-summary strong{color:#8a5b00}.prod-log-query-grid-stack>.dx-grid,.prod-log-query-grid-stack>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.prod-log-query-grid-stack>.dx-grid>.dx-grid-scroll{max-height:none}.prod-log-query-data-issue-row>td:not(.dx-spacer){color:#8c2525;background:#fff0f0!important}.prod-log-query-warning{align-items:center;gap:4px;display:inline-flex}.prod-log-query-dirty-row>td:not(.dx-spacer){background:#fff4c7!important}.prod-log-query-page[aria-busy=true] .prod-log-query-workspace{opacity:.72}@media (width<=1500px){.prod-log-query-search-grid{grid-template-columns:270px 330px 330px 140px 170px 155px minmax(270px,1fr);min-width:1320px}}.prod-qual-bad-page{min-width:0;min-height:0;overflow:hidden}.prod-qual-bad-page>h2,.prod-qual-bad-page>.dx-toolbar,.prod-qual-bad-recovery{flex:none}.prod-qual-bad-workspace,.prod-qual-bad-search-pane,.prod-qual-bad-grid-pane,.prod-qual-bad-grid-stack{min-width:0;min-height:0}.prod-qual-bad-workspace{flex:auto}.prod-qual-bad-search-pane,.prod-qual-bad-grid-pane{overflow:hidden}.prod-qual-bad-search{box-sizing:border-box;grid-template-columns:290px 150px minmax(330px,1fr) minmax(330px,1fr) 220px;align-items:center;gap:8px 14px;width:100%;height:100%;display:grid;overflow:auto}.prod-qual-bad-field{min-width:0;color:var(--text-muted,#596579);flex-direction:column;gap:5px;font-size:12px;display:flex}.prod-qual-bad-field input{box-sizing:border-box;width:100%;min-width:0;height:30px}.prod-qual-bad-period>span:last-child{grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;gap:5px;display:grid}.prod-qual-bad-period b{font-weight:400}.prod-qual-bad-pair-field>span:last-child{grid-template-columns:minmax(105px,.8fr) minmax(165px,1.2fr);gap:5px;display:grid}.prod-qual-bad-team{border:1px solid var(--border,#d5dbe5);border-radius:3px;align-items:center;gap:14px;min-width:0;min-height:52px;margin:0;padding:6px 10px 8px;display:flex}.prod-qual-bad-team legend{color:var(--text-muted,#596579);padding:0 4px;font-size:12px}.prod-qual-bad-team label{white-space:nowrap;align-items:center;gap:4px;font-size:12px;display:inline-flex}.prod-qual-bad-grid-stack{flex-direction:column;height:100%;display:flex;overflow:hidden}.prod-qual-bad-summary{box-sizing:border-box;border-bottom:1px solid var(--border,#d5dbe5);background:var(--panel-header-bg,#eef2f8);min-height:28px;color:var(--text-muted,#596579);flex:none;align-items:center;gap:14px;padding:4px 9px;font-size:12px;display:flex}.prod-qual-bad-summary strong{color:#8a5b00}.prod-qual-bad-grid-stack>.dx-grid,.prod-qual-bad-grid-stack>.dx-grid>.dx-grid-scroll,.prod-qual-bad-work-grid-stack>.dx-grid,.prod-qual-bad-work-grid-stack>.dx-grid>.dx-grid-scroll,.prod-qual-bad-post-grid>.dx-grid,.prod-qual-bad-post-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0;max-height:none}.prod-qual-bad-insert-row>td{background:#fff8df}.prod-qual-bad-data-issue-row>td{background:#fff0ed}.prod-qual-bad-warning-cell{color:#9a4f00;cursor:help;font-weight:600}.prod-qual-bad-recovery{color:#5b420c;background:#fff7db;border:1px solid #d49b28;align-items:center;gap:8px;padding:7px 10px;display:flex}.prod-qual-bad-recovery span{flex:auto}.prod-qual-bad-modal-overlay{z-index:1300}.prod-qual-bad-post-modal{flex-direction:column;width:min(620px,100vw - 48px);height:min(560px,100vh - 48px);display:flex}.prod-qual-bad-post-grid{flex:auto;min-height:0;display:flex;overflow:hidden}.prod-qual-bad-work-modal{flex-direction:column;width:min(1380px,100vw - 36px);height:min(780px,100vh - 36px);display:flex}.prod-qual-bad-work-layout,.prod-qual-bad-work-search-pane,.prod-qual-bad-work-grid-pane,.prod-qual-bad-work-grid-stack{min-width:0;min-height:0}.prod-qual-bad-work-layout{flex:auto}.prod-qual-bad-work-search-pane,.prod-qual-bad-work-grid-pane{overflow:hidden}.prod-qual-bad-work-search{box-sizing:border-box;grid-template-columns:285px repeat(4,minmax(130px,1fr)) 74px;align-items:center;gap:8px 12px;width:100%;height:100%;display:grid;overflow:auto}.prod-qual-bad-work-search-button{align-self:end;min-height:30px}.prod-qual-bad-work-grid-stack{flex-direction:column;height:100%;display:flex;overflow:hidden}.prod-qual-bad-modal-actions{border-top:1px solid var(--border,#d5dbe5);flex:none;justify-content:flex-end;gap:8px;padding:9px 12px;display:flex}.prod-qual-bad-modal-actions button{min-width:72px;min-height:30px}@media (width<=1180px){.prod-qual-bad-search{grid-template-columns:280px 150px 330px 330px 210px;min-width:1340px}.prod-qual-bad-work-search{min-width:1120px}}.prod-shot-bad-page{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.prod-shot-bad-page>h2,.prod-shot-bad-page>.dx-toolbar,.prod-shot-bad-recovery{flex:none}.prod-shot-bad-form-result,.prod-shot-bad-data-preview,.prod-shot-bad-grids,.prod-shot-bad-preview,.prod-shot-bad-grid-section,.prod-shot-bad-image-section,.prod-shot-bad-attachment,.prod-shot-bad-image-body{min-width:0;min-height:0}.prod-shot-bad-form-result{flex:auto}.prod-shot-bad-search-pane,.prod-shot-bad-result-pane,.prod-shot-bad-grids-pane,.prod-shot-bad-preview-pane,.prod-shot-bad-candidate-pane,.prod-shot-bad-detail-pane,.prod-shot-bad-product-pane,.prod-shot-bad-attachment-pane{overflow:hidden}.prod-shot-bad-search{box-sizing:border-box;border:1px solid var(--border,#d5dbe5);background:var(--panel-bg,#f7f9fc);border-radius:4px;grid-template-columns:170px 145px minmax(270px,1.25fr) minmax(220px,.9fr) 155px 70px;align-items:center;gap:8px 13px;width:100%;height:100%;padding:9px 12px;display:grid;overflow:auto}.prod-shot-bad-field,.prod-shot-bad-mode{min-width:0;color:var(--text-muted,#596579);flex-direction:column;gap:5px;font-size:12px;display:flex}.prod-shot-bad-field input,.prod-shot-bad-field select{box-sizing:border-box;width:100%;min-width:0;height:30px}.prod-shot-bad-field input[readonly]{background:var(--readonly-bg,#eef1f5);color:var(--text-muted,#596579)}.prod-shot-bad-inspector>span:last-child{grid-template-columns:minmax(90px,.75fr) minmax(135px,1.25fr);gap:5px;display:grid}.prod-shot-bad-mode strong{box-sizing:border-box;color:#244d7d;background:#eef5ff;border:1px solid #9db4d3;border-radius:3px;align-items:center;min-height:30px;padding:0 9px;display:flex}.prod-shot-bad-search-submit{align-self:end;min-height:30px}.prod-shot-bad-recovery{color:#5b420c;background:#fff7db;border:1px solid #d49b28;align-items:center;gap:10px;padding:7px 10px;display:flex}.prod-shot-bad-recovery span{flex:auto}.prod-shot-bad-grid-section,.prod-shot-bad-image-section,.prod-shot-bad-attachment{box-sizing:border-box;border:1px solid var(--border,#d5dbe5);background:var(--panel-bg,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.prod-shot-bad-grid-section>header,.prod-shot-bad-image-section>header,.prod-shot-bad-attachment>header{box-sizing:border-box;border-bottom:1px solid var(--border,#d5dbe5);background:var(--panel-header-bg,#eef2f8);min-height:33px;color:var(--text-muted,#596579);flex:none;align-items:center;gap:10px;padding:6px 9px;font-size:12px;display:flex}.prod-shot-bad-grid-section>header strong,.prod-shot-bad-image-section>header strong,.prod-shot-bad-attachment>header strong{color:var(--text,#1d2735)}.prod-shot-bad-grid-section>header em{color:#8b5b00;margin-left:auto;font-style:normal}.prod-shot-bad-grid-section>.dx-grid{flex:auto;min-height:0;max-height:none}.prod-shot-bad-grid-section>.dx-grid>.dx-grid-scroll{height:100%;max-height:none}.prod-shot-bad-data-issue-row>td:not(.dx-spacer){color:#8c2f25;background:#fff0ed!important}.prod-shot-bad-deleted-row>td:not(.dx-spacer){color:#8a3535;text-decoration:line-through;background:#f4e4e4!important}.prod-shot-bad-image-section>header span,.prod-shot-bad-attachment>header span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.prod-shot-bad-image-body{box-sizing:border-box;background-color:#0000;background-image:linear-gradient(45deg,#f5f6f8 25%,#0000 25%),linear-gradient(-45deg,#f5f6f8 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#f5f6f8 75%),linear-gradient(-45deg,#0000 75%,#f5f6f8 75%);background-position:0 0,0 8px,8px -8px,-8px 0;background-repeat:repeat,repeat,repeat,repeat;background-size:16px 16px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;flex:auto;justify-content:center;align-items:center;padding:8px;display:flex;overflow:auto}.prod-shot-bad-image-body img{object-fit:contain;max-width:100%;max-height:100%;display:block}.prod-shot-bad-zoom-trigger{cursor:zoom-in;background:0 0;border:0;width:100%;height:100%;padding:0}.prod-shot-bad-zoom-trigger:focus-visible{outline-offset:2px;outline:2px solid #356caf}.prod-shot-bad-zoom-trigger img{margin:auto}.prod-shot-bad-image-body p{color:var(--text-muted,#596579);text-align:center;background:#ffffffe0;border-radius:4px;margin:0;padding:8px 12px}.prod-shot-bad-attachment-content{flex:auto;grid-template-columns:minmax(230px,1fr) 270px;min-width:0;min-height:0;display:grid;overflow:hidden}.prod-shot-bad-file-controls{border-left:1px solid var(--border,#d5dbe5);flex-direction:column;gap:9px;min-width:0;padding:10px;display:flex;overflow:auto}.prod-shot-bad-file-picker{color:var(--text-muted,#596579);flex-direction:column;gap:6px;font-size:12px;display:flex}.prod-shot-bad-file-controls output{box-sizing:border-box;border:1px solid var(--border,#d5dbe5);text-overflow:ellipsis;white-space:nowrap;border-radius:3px;min-height:30px;padding:7px 8px;overflow:hidden}.prod-shot-bad-file-controls>div{gap:7px;display:flex}.prod-shot-bad-file-controls button{min-height:30px}.prod-shot-bad-legacy-note{color:#6a4b00;background:#fff8df;border:1px solid #d6b86e;border-radius:3px;margin:0;padding:7px 8px;font-size:12px}.prod-shot-bad-page[aria-busy=true] .prod-shot-bad-form-result{opacity:.76}.prod-shot-bad-busy{z-index:20;color:#244d7d;pointer-events:none;background:#eef5ff;border:1px solid #7193bf;border-radius:4px;padding:8px 14px;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 3px 12px #00000026}.prod-shot-bad-recovery-invalid{color:#792929;background:#fff0f0;border-color:#b34949}.prod-shot-bad-zoom-overlay{z-index:1500}.prod-shot-bad-zoom{box-sizing:border-box;background:#111821;border-radius:6px;width:min(92vw,1500px);height:min(90vh,920px);padding:42px 14px 14px;position:relative;box-shadow:0 12px 48px #00000073}.prod-shot-bad-zoom>img{object-fit:contain;width:100%;height:100%}.prod-shot-bad-zoom-close{min-width:66px;min-height:29px;position:absolute;top:7px;right:9px}@media (width<=1180px){.prod-shot-bad-search{min-width:1050px}.prod-shot-bad-attachment-content{grid-template-columns:minmax(200px,1fr) 245px}}.prod-shot-bad-query-page{min-width:0;min-height:0;position:relative;overflow:hidden}.prod-shot-bad-query-page>.prod-shot-bad-query-form-result{flex:auto;min-height:0}.prod-shot-bad-query-search-pane,.prod-shot-bad-query-result-pane,.prod-shot-bad-query-master-pane,.prod-shot-bad-query-bottom-pane,.prod-shot-bad-query-detail-pane,.prod-shot-bad-query-image-pane{min-width:0;min-height:0;overflow:hidden}.prod-shot-bad-query-search{flex:auto;width:100%;height:100%;margin:0;overflow:auto}.prod-shot-bad-query-search .search-condition-row{flex:auto}.prod-shot-bad-query-search label{min-width:135px}.prod-shot-bad-query-search label>input,.prod-shot-bad-query-search label>select{min-width:150px}.prod-shot-bad-query-period{align-items:center;gap:7px;display:inline-flex}.prod-shot-bad-query-period input{width:145px}.prod-shot-bad-query-master-bottom,.prod-shot-bad-query-detail-image{flex:auto;min-width:0;min-height:0}.prod-shot-bad-query-section,.prod-shot-bad-query-image-section{border:1px solid var(--border);background:var(--panel-bg);border-radius:4px;flex-direction:column;flex:auto;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.prod-shot-bad-query-section>header,.prod-shot-bad-query-image-section>header{border-bottom:1px solid var(--border);background:var(--surface-2);min-height:34px;color:var(--text-muted);flex:none;align-items:center;gap:10px;padding:6px 10px;font-size:12px;display:flex}.prod-shot-bad-query-section>header strong,.prod-shot-bad-query-image-section>header strong{color:var(--text);font-size:13px}.prod-shot-bad-query-section>header em{color:#a35d00;font-style:normal;font-weight:600}.prod-shot-bad-query-section>header small{color:var(--text-muted);margin-left:auto;font-size:11px}.prod-shot-bad-query-image-section>header span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.prod-shot-bad-query-section>.dx-grid{border:0;border-radius:0;flex:auto;min-height:0}.prod-shot-bad-query-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0;max-height:none}.prod-shot-bad-query-data-issue{background:var(--warning-bg)}.prod-shot-bad-query-file{color:#235bb0;font-weight:600}.prod-shot-bad-query-image-body{background:linear-gradient(45deg, #7f7f7f0d 25%, transparent 25%) 0 0 / 18px 18px, linear-gradient(-45deg, #7f7f7f0d 25%, transparent 25%) 0 9px / 18px 18px, var(--panel-bg);flex:auto;justify-content:center;align-items:center;min-width:0;min-height:0;padding:12px;display:flex;overflow:auto}.prod-shot-bad-query-image-body.is-error{background:color-mix(in srgb, var(--warning-bg) 55%, var(--panel-bg))}.prod-shot-bad-query-placeholder{text-align:center;max-width:320px;color:var(--text-muted)}.prod-shot-bad-query-placeholder>span{color:color-mix(in srgb, var(--text-muted) 55%, transparent);letter-spacing:.16em;margin-bottom:8px;font-size:18px;font-weight:700;display:block}.prod-shot-bad-query-placeholder p{margin:0;line-height:1.55}.prod-shot-bad-query-zoom-trigger{width:100%;height:100%;box-shadow:none;background:0 0;border:0;border-radius:3px;justify-content:center;align-items:center;padding:0;display:flex}.prod-shot-bad-query-zoom-trigger:hover:not(:disabled){background:0 0;border:0}.prod-shot-bad-query-zoom-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.prod-shot-bad-query-zoom-trigger img{object-fit:contain;max-width:100%;max-height:100%;display:block}.prod-shot-bad-query-busy{z-index:20;border:1px solid var(--accent);background:var(--panel-bg);color:var(--accent);border-radius:5px;padding:8px 12px;font-size:12px;font-weight:600;position:absolute;bottom:14px;right:14px;box-shadow:0 4px 14px #00000029}.prod-shot-bad-query-zoom-overlay{z-index:1200;background:#000000ad;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.prod-shot-bad-query-zoom{width:min(94vw, 1_620px);border:1px solid var(--border);background:#111;border-radius:7px;justify-content:center;align-items:center;height:min(90vh,820px);padding:46px 16px 16px;display:flex;position:relative;box-shadow:0 18px 60px #0000007a}.prod-shot-bad-query-zoom img{object-fit:contain;max-width:100%;max-height:100%;display:block}.prod-shot-bad-query-zoom-close{position:absolute;top:9px;right:10px}@media (width<=980px){.prod-shot-bad-query-search .search-condition-row{min-width:760px}.prod-shot-bad-query-section>header small{display:none}}.day-by-prod-work-page{min-width:0;min-height:0;position:relative;overflow:hidden}.day-by-prod-work-page>h2,.day-by-prod-work-page>.dx-toolbar{flex:none}.day-by-prod-work-workspace,.day-by-prod-work-search-panel,.day-by-prod-work-grid-panel{min-width:0;min-height:0}.day-by-prod-work-workspace{flex:auto}.day-by-prod-work-search-panel,.day-by-prod-work-grid-panel{overflow:hidden}.day-by-prod-work-search{box-sizing:border-box;width:100%;height:100%;overflow:auto}.day-by-prod-work-search-grid{grid-template-columns:290px 285px minmax(370px,1fr);align-items:center;gap:10px 14px;min-width:960px;min-height:100%;display:grid}.day-by-prod-work-field{min-width:0;color:var(--text-muted,#596579);flex-direction:column;gap:5px;font-size:12px;display:flex}.day-by-prod-work-field input{box-sizing:border-box;width:100%;min-width:0;height:30px}.day-by-prod-work-period>span:last-child{grid-template-columns:minmax(120px,1fr) auto minmax(120px,1fr);align-items:center;gap:5px;display:grid}.day-by-prod-work-period b{font-weight:400}.day-by-prod-work-lookup-single{grid-template-columns:minmax(150px,1fr) 42px;gap:5px;display:grid}.day-by-prod-work-item>span:last-child{grid-template-columns:minmax(125px,.8fr) minmax(185px,1.2fr) 42px;gap:5px;display:grid}.day-by-prod-work-field button{min-height:30px}.day-by-prod-work-grid-section{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.day-by-prod-work-summary{border-bottom:1px solid var(--border,#d5dbe5);background:var(--panel-header-bg,#eef2f8);min-height:28px;color:var(--text-muted,#596579);flex:none;align-items:center;gap:12px;padding:4px 9px;font-size:12px;display:flex}.day-by-prod-work-summary strong{color:#8a5b00}.day-by-prod-work-grid-section>.dx-grid,.day-by-prod-work-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.day-by-prod-work-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.day-by-prod-work-data-issue-row>td:not(.dx-spacer){color:#8c2525;background:#fff0f0!important}.day-by-prod-work-warning{align-items:center;gap:4px;display:inline-flex}.day-by-prod-work-page[aria-busy=true] .day-by-prod-work-workspace{opacity:.72}.day-by-prod-work-busy{z-index:20;border:1px solid var(--accent);background:var(--panel-bg);color:var(--accent);border-radius:5px;padding:8px 12px;font-size:12px;font-weight:600;position:absolute;bottom:14px;right:14px;box-shadow:0 4px 14px #00000029}@media (width<=1100px){.day-by-prod-work-search-grid{grid-template-columns:275px 255px minmax(340px,1fr);min-width:900px}}.prod-work-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.prod-work-query-page>h2{margin:0}.prod-work-query-workspace,.prod-work-query-search-pane,.prod-work-query-grid-pane,.prod-work-query-grid-section{min-width:0;min-height:0}.prod-work-query-workspace{flex:1}.prod-work-query-search-pane{overflow:auto}.prod-work-query-search{box-sizing:border-box;height:100%;padding:10px 12px}.prod-work-query-search-grid{grid-template-columns:minmax(330px,390px) minmax(390px,1fr) minmax(210px,270px);align-items:end;gap:10px 14px;display:grid}.prod-work-query-field{min-width:0;color:var(--text-secondary,#4b5563);gap:5px;font-size:12px;display:grid}.prod-work-query-field>span:first-child{font-weight:700}.prod-work-query-field input{box-sizing:border-box;width:100%;height:30px}.prod-work-query-period>span:last-child{grid-template-columns:minmax(140px,1fr) auto minmax(140px,1fr);align-items:center;gap:6px;display:grid}.prod-work-query-period b{font-weight:400}.prod-work-query-pair{grid-column:span 1}.prod-work-query-pair>span:last-child{grid-template-columns:minmax(110px,.8fr) minmax(170px,1.2fr) 32px;gap:4px;display:grid}.prod-work-query-employee>span:last-child{grid-template-columns:minmax(150px,1fr) 32px;gap:4px;display:grid}.prod-work-query-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.prod-work-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:30px;color:var(--text-secondary,#4b5563);align-items:center;gap:14px;padding:0 10px;font-size:12px;display:flex}.prod-work-query-summary strong{color:#a15c00;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.prod-work-query-grid-section>.dx-grid-wrap{flex:1;min-height:0}.prod-work-query-data-issue-row td{background:#fff8e7}.prod-work-query-busy{z-index:20;border:1px solid var(--border-color,#cbd5e1);background:color-mix(in srgb, var(--panel-background,#fff) 94%, transparent);color:var(--text-primary,#111827);border-radius:5px;padding:9px 14px;font-weight:700;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #0f172a29}.prod-work-query-page[aria-busy=true] .prod-work-query-workspace{cursor:progress}@media (width<=1180px){.prod-work-query-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.prod-work-query-search-grid{grid-template-columns:1fr}}.prod-material-use-query-page{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.prod-material-use-query-page>h2{flex:none}.prod-material-use-query-workspace{flex:auto;min-height:0}.prod-material-use-query-search-pane,.prod-material-use-query-grid-pane{min-width:0;min-height:0;overflow:hidden}.prod-material-use-query-search{height:100%;min-height:0;margin:0;overflow:auto}.prod-material-use-query-search-grid{grid-template-columns:minmax(290px,.8fr) minmax(430px,1.2fr);align-items:end;gap:8px 14px;display:grid}.prod-material-use-query-field{gap:4px;min-width:0;display:grid}.prod-material-use-query-field>span:first-child{color:var(--text-muted);font-size:12px;font-weight:600}.prod-material-use-query-field>span:last-child{align-items:center;gap:6px;min-width:0;display:flex}.prod-material-use-query-field input{min-width:0;height:30px}.prod-material-use-query-period input{flex:125px}.prod-material-use-query-period b{color:var(--text-muted);font-weight:400}.prod-material-use-query-pair input:first-of-type{flex:0 155px}.prod-material-use-query-pair input:nth-of-type(2){flex:220px}.prod-material-use-query-grid-section{flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.prod-material-use-query-grid-section>.dx-grid{flex:auto;min-height:0}.prod-material-use-query-summary{border-bottom:1px solid var(--border);background:var(--surface-2);min-height:28px;color:var(--text-muted);flex:none;align-items:center;gap:12px;padding:4px 8px;font-size:12px;display:flex}.prod-material-use-query-summary strong{min-width:0;color:var(--warning-text,#9a5b00);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prod-material-use-query-page .prod-material-use-query-data-issue-row td{background:var(--warning-bg,#fff8df)}.prod-material-use-query-busy{z-index:20;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;padding:9px 14px;font-size:13px;font-weight:600;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #00000029}@media (width<=920px){.prod-material-use-query-search-grid{grid-template-columns:1fr}}.prod-work-total-query-page{min-height:0;position:relative;overflow:hidden}.prod-work-total-query-workspace{flex:auto;min-height:0}.prod-work-total-query-search-pane,.prod-work-total-query-grid-pane{min-height:0;overflow:hidden}.prod-work-total-query-search{box-sizing:border-box;height:100%;min-height:0;margin:0;overflow:auto}.prod-work-total-query-search-grid{flex-wrap:wrap;align-items:end;gap:8px 16px;min-width:920px;display:flex}.prod-work-total-query-field{gap:4px;min-width:126px;margin:0;display:grid}.prod-work-total-query-field>span:first-child{color:#3f4d63;font-size:12px;font-weight:700}.prod-work-total-query-field input,.prod-work-total-query-field select{box-sizing:border-box;color:#202938;background:#fff;border:1px solid #c9d2df;border-radius:3px;height:30px}.prod-work-total-query-week{min-width:230px}.prod-work-total-query-machine{min-width:390px}.prod-work-total-query-machine>span:last-child{grid-template-columns:125px 220px 32px;gap:4px;display:grid}.prod-work-total-query-machine .dx-lookup-btn{width:32px;min-width:32px;height:30px}.prod-work-total-query-grid-section{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.prod-work-total-query-grid-section>.dx-grid{flex:auto;min-height:0}.prod-work-total-query-summary{color:#526078;background:#f7f9fc;border-bottom:1px solid #d9e0ea;flex-wrap:wrap;flex:none;align-items:center;gap:6px 14px;min-height:27px;padding:3px 7px;font-size:12px;display:flex}.prod-work-total-query-summary strong{color:#9a4c00;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prod-work-total-query-data-issue-row>td{background:#fff5de}.prod-work-total-query-busy{z-index:40;color:#234a7a;pointer-events:all;background:#f5f8fca8;place-items:center;font-size:14px;font-weight:700;display:grid;position:absolute;inset:0}@media (width<=1040px){.prod-work-total-query-search-grid{min-width:760px}}.prod-matr-use-total-query-page{min-height:0;position:relative;overflow:hidden}.prod-matr-use-total-query-workspace{flex:auto;min-height:0}.prod-matr-use-total-query-search-pane,.prod-matr-use-total-query-grid-pane{min-height:0;overflow:hidden}.prod-matr-use-total-query-search{box-sizing:border-box;height:100%;min-height:0;margin:0;overflow:auto}.prod-matr-use-total-query-search-grid{flex-wrap:wrap;align-items:end;gap:8px 16px;min-width:920px;display:flex}.prod-matr-use-total-query-field{gap:4px;min-width:126px;margin:0;display:grid}.prod-matr-use-total-query-field>span:first-child{color:#3f4d63;font-size:12px;font-weight:700}.prod-matr-use-total-query-field input,.prod-matr-use-total-query-field select{box-sizing:border-box;color:#202938;background:#fff;border:1px solid #c9d2df;border-radius:3px;height:30px}.prod-matr-use-total-query-week{min-width:230px}.prod-matr-use-total-query-material{min-width:390px}.prod-matr-use-total-query-material>span:last-child{grid-template-columns:125px 220px 32px;gap:4px;display:grid}.prod-matr-use-total-query-material .dx-lookup-btn{width:32px;min-width:32px;height:30px}.prod-matr-use-total-query-grid-section{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.prod-matr-use-total-query-grid-section>.dx-grid{flex:auto;min-height:0}.prod-matr-use-total-query-summary{color:#526078;background:#f7f9fc;border-bottom:1px solid #d9e0ea;flex-wrap:wrap;flex:none;align-items:center;gap:6px 14px;min-height:27px;padding:3px 7px;font-size:12px;display:flex}.prod-matr-use-total-query-summary strong{color:#9a4c00;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.prod-matr-use-total-query-data-issue-row>td{background:#fff5de}.prod-matr-use-total-query-busy{z-index:40;color:#234a7a;pointer-events:all;background:#f5f8fca8;place-items:center;font-size:14px;font-weight:700;display:grid;position:absolute;inset:0}@media (width<=1040px){.prod-matr-use-total-query-search-grid{min-width:760px}}.lot-re-trace-page{min-height:0;position:relative}.lot-re-trace-page-content{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;position:relative}.lot-re-trace-page-content>.lot-re-trace-workspace{flex:auto;min-height:0}.lot-re-trace-search-pane,.lot-re-trace-results-pane,.lot-re-trace-master-pane,.lot-re-trace-detail-pane{min-width:0;min-height:0}.lot-re-trace-search-pane{overflow:auto}.lot-re-trace-search{box-sizing:border-box;justify-content:center;height:100%;margin:0}.lot-re-trace-search .search-condition-row{align-items:end}.lot-re-trace-barcode-field{min-width:min(460px,100%);color:var(--text-muted);gap:5px;font-size:12px;display:grid}.lot-re-trace-barcode-field input{letter-spacing:.02em;width:min(440px,100%);font-family:ui-monospace,Cascadia Mono,Consolas,monospace}.lot-re-trace-results-pane>.lot-re-trace-result-workspace{width:100%;height:100%}.lot-re-trace-grid-section,.lot-re-trace-tab-section,.lot-re-trace-tab-panel{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.lot-re-trace-tab-panel[hidden]{display:none}.lot-re-trace-grid-section{gap:6px}.lot-re-trace-grid-section>.dx-grid,.lot-re-trace-tab-panel>.dx-grid,.lot-re-trace-modal>.dx-grid{flex:auto;min-height:0}.lot-re-trace-grid-section>.dx-grid>.dx-grid-scroll,.lot-re-trace-tab-panel>.dx-grid>.dx-grid-scroll,.lot-re-trace-modal>.dx-grid>.dx-grid-scroll{flex:auto;max-height:none}.lot-re-trace-section-title{flex:none;align-items:center;gap:10px;min-height:24px;padding:0 4px;font-size:12px;display:flex}.lot-re-trace-section-title strong{font-size:13px}.lot-re-trace-section-title span{color:var(--text-muted)}.lot-re-trace-section-title b,.lot-re-trace-tabbar b,.lot-re-trace-modal header b{color:var(--danger);font-size:11px}.lot-re-trace-tabbar{flex:none;margin-bottom:6px}.lot-re-trace-tabbar button{align-items:center;gap:7px;display:inline-flex}.lot-re-trace-tabbar button span{color:var(--text-muted);font-size:11px}.lot-re-trace-tabbar button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.lot-re-trace-data-issue-row,tr.lot-re-trace-data-issue-row{background:color-mix(in srgb, var(--warning-bg) 55%, var(--panel-bg))}.lot-re-trace-issue-value{color:color-mix(in srgb, var(--text) 72%, var(--warning));-webkit-text-decoration:underline dotted color-mix(in srgb, var(--warning) 75%, transparent);text-decoration:underline dotted color-mix(in srgb, var(--warning) 75%, transparent);text-underline-offset:2px;cursor:help}.lot-re-trace-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.lot-re-trace-busy{z-index:8;border:1px solid color-mix(in srgb, var(--accent) 45%, var(--border));background:color-mix(in srgb, var(--panel-bg) 92%, var(--accent));color:var(--text);pointer-events:none;border-radius:5px;padding:8px 13px;font-size:12px;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 15px #00000029}.lot-re-trace-modal-backdrop{z-index:1500;background:#0000007a;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.lot-re-trace-modal{border:1px solid var(--border);background:var(--panel-bg);border-radius:7px;flex-direction:column;width:min(1240px,100vw - 56px);min-width:0;height:min(680px,100vh - 56px);min-height:0;padding:12px;display:flex;box-shadow:0 16px 48px #0000004d}.lot-re-trace-modal header{flex:none;justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;display:flex}.lot-re-trace-modal header>div{align-items:baseline;gap:10px;display:flex}.lot-re-trace-modal h3{margin:0;font-size:16px}.lot-re-trace-modal header span{color:var(--text-muted);font-size:12px}.lot-re-trace-modal-close{border:1px solid var(--border);background:var(--surface-2);width:31px;height:31px;color:var(--text);border-radius:4px;padding:0;font-size:21px;line-height:1}@media (width<=760px){.lot-re-trace-barcode-field{min-width:100%}.lot-re-trace-modal-backdrop{padding:12px}.lot-re-trace-modal{width:calc(100vw - 24px);height:calc(100vh - 24px)}}.water-moisture-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.water-moisture-page>h2{margin:0}.water-moisture-workspace,.water-moisture-main-pane,.water-moisture-content-split,.water-moisture-grid-pane,.water-moisture-bottom-pane,.water-moisture-bottom-split,.water-moisture-reader-pane,.water-moisture-images-pane{min-width:0;min-height:0}.water-moisture-workspace,.water-moisture-content-split,.water-moisture-bottom-split{flex:1}.water-moisture-search-pane{overflow:auto}.water-moisture-search{box-sizing:border-box;height:100%;padding:10px 12px}.water-moisture-search-grid{grid-template-columns:minmax(150px,190px) minmax(170px,240px) minmax(430px,1fr) auto;align-items:end;gap:10px 14px;display:grid}.water-moisture-field{min-width:0;color:var(--text-secondary,#4b5563);gap:5px;font-size:12px;display:grid}.water-moisture-field>span:first-child{font-weight:700}.water-moisture-field input,.water-moisture-field select{box-sizing:border-box;width:100%;height:30px}.water-moisture-material-filter>span:last-child{grid-template-columns:minmax(120px,.8fr) minmax(190px,1.2fr) 32px;gap:4px;min-width:0;display:grid}.water-moisture-setting-button,.water-moisture-reader header button{border:1px solid var(--border-color,#cbd5e1);background:var(--panel-background,#fff);height:31px;color:var(--text-primary,#111827);cursor:pointer;border-radius:4px;padding:0 16px;font-weight:700}.water-moisture-setting-button:hover:not(:disabled),.water-moisture-reader header button:hover:not(:disabled){border-color:var(--primary-color,#3568ad);color:var(--primary-color,#3568ad)}.water-moisture-setting-button:disabled,.water-moisture-reader header button:disabled{cursor:not-allowed;opacity:.55}.water-moisture-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.water-moisture-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:30px;color:var(--text-secondary,#4b5563);align-items:center;gap:14px;padding:0 10px;font-size:12px;display:flex}.water-moisture-summary strong{color:#a15c00;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.water-moisture-grid-section>.dx-grid-wrap{flex:1;min-height:0}.water-moisture-insert-row td{background:#eefbf2}.water-moisture-update-row td{background:#eef5ff}.water-moisture-delete-row td{color:#7b8491;background:#eceff3;font-style:italic;text-decoration:line-through}.water-moisture-reader{box-sizing:border-box;border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;gap:7px;min-width:0;height:100%;min-height:0;padding:9px 10px;display:flex}.water-moisture-reader header{justify-content:space-between;align-items:center;min-height:31px;display:flex}.water-moisture-reader textarea{box-sizing:border-box;resize:none;border:1px solid var(--border-color,#cbd5e1);background:var(--input-background,#fff);width:100%;min-width:0;min-height:100px;color:var(--text-primary,#111827);border-radius:3px;flex:1;padding:8px 10px;font-family:Consolas,Courier New,monospace;line-height:1.45}.water-moisture-reader>span{color:var(--text-secondary,#64748b);align-self:flex-end;font-size:11px}.water-moisture-images{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;height:100%;min-height:0;display:grid}.water-moisture-image-card{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.water-moisture-image-card>header{border-bottom:1px solid var(--border-color,#d8dee8);align-items:center;min-height:32px;padding:0 10px;font-size:12px;display:flex}.water-moisture-image-card>button{cursor:zoom-in;background:#f8fafc;border:0;flex:1;justify-content:center;align-items:center;min-width:0;min-height:0;padding:0;display:flex;position:relative;overflow:hidden}.water-moisture-image-card>button img{object-fit:contain;width:100%;height:100%;display:block}.water-moisture-image-card>button span{color:#fff;background:#0f172ab8;border-radius:3px;padding:3px 7px;font-size:11px;position:absolute;bottom:7px;right:7px}.water-moisture-image-card>div{min-height:0;color:var(--text-secondary,#64748b);text-align:center;flex:1;place-items:center;padding:10px;display:grid}.water-moisture-zoom-overlay{z-index:1300;background:#0f172ab8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.water-moisture-zoom-card{background:#fff;border-radius:6px;flex-direction:column;width:min(1620px,100vw - 48px);height:min(820px,100vh - 48px);display:flex;overflow:hidden;box-shadow:0 18px 48px #0000005c}.water-moisture-zoom-card>header{border-bottom:1px solid #d8dee8;justify-content:space-between;align-items:center;min-height:42px;padding:0 12px 0 16px;display:flex}.water-moisture-zoom-card>header button{cursor:pointer;background:0 0;border:0;width:32px;height:32px;font-size:18px}.water-moisture-zoom-card>img{object-fit:contain;background:#eef2f7;flex:1;width:100%;min-height:0}.water-moisture-busy{z-index:20;border:1px solid var(--border-color,#cbd5e1);background:color-mix(in srgb, var(--panel-background,#fff) 94%, transparent);color:var(--text-primary,#111827);border-radius:5px;padding:9px 14px;font-weight:700;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #0f172a29}@media (width<=1100px){.water-moisture-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.water-moisture-material-filter{grid-column:1/-1}.water-moisture-images{grid-template-columns:minmax(0,1fr);overflow:auto}.water-moisture-image-card{min-height:220px}}.water-moisture-query-page{min-width:1000px}.water-moisture-query-workspace,.water-moisture-query-grid-panel,.water-moisture-query-grid-section{min-height:0}.water-moisture-query-workspace{flex:auto}.water-moisture-query-search-panel{overflow:auto}.water-moisture-query-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.water-moisture-query-search-grid{grid-template-columns:minmax(340px,1fr) minmax(220px,.65fr) minmax(510px,1.45fr);align-items:center;gap:8px 14px;display:grid}.water-moisture-query-field{grid-template-columns:72px minmax(0,1fr);align-items:center;gap:6px;min-width:0;margin:0;display:grid}.water-moisture-query-field>span:first-child{color:var(--text-muted);white-space:nowrap;font-size:12px}.water-moisture-query-field input,.water-moisture-query-field select{box-sizing:border-box;min-width:0}.water-moisture-query-period>span:last-child,.water-moisture-query-material>span:last-child{align-items:center;gap:6px;min-width:0;display:flex}.water-moisture-query-period input{flex:1 1 0;min-width:138px}.water-moisture-query-material input:first-child{flex:1 1 0;min-width:145px}.water-moisture-query-material input:nth-child(2){flex:1.5 1 0;min-width:220px}.water-moisture-query-grid-section{flex-direction:column;height:100%;display:flex;overflow:hidden}.water-moisture-query-summary{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:18px;padding:3px 8px;font-size:12px;display:flex}.water-moisture-query-summary span:last-child{margin-left:auto}.water-moisture-query-grid-section>.data-grid-wrap,.water-moisture-query-grid-section>.dx-grid,.water-moisture-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.water-moisture-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.water-moisture-query-data{box-sizing:border-box;resize:vertical;overflow-wrap:anywhere;white-space:pre-wrap;width:100%;min-width:320px;min-height:44px;color:inherit;background:var(--surface-soft,#f8fafc);border:1px solid var(--border);font:inherit;border-radius:3px;padding:4px 6px;line-height:1.35;display:block}.water-moisture-query-page[aria-busy=true] .water-moisture-query-workspace{cursor:progress}@media (width<=1180px){.water-moisture-query-search-grid{grid-template-columns:minmax(340px,1fr) minmax(440px,1.2fr)}}.hopper-dry-time-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.hopper-dry-time-page>h2{margin:0}.hopper-dry-time-workspace,.hopper-dry-time-search-pane,.hopper-dry-time-grid-pane,.hopper-dry-time-grid-section{min-width:0;min-height:0}.hopper-dry-time-workspace{flex:1}.hopper-dry-time-search-pane{overflow:auto}.hopper-dry-time-search{box-sizing:border-box;height:100%;padding:10px 12px}.hopper-dry-time-search-grid{grid-template-columns:minmax(150px,190px) minmax(160px,220px) minmax(430px,1fr) auto;align-items:end;gap:10px 14px;display:grid}.hopper-dry-time-field{min-width:0;color:var(--text-secondary,#4b5563);gap:5px;font-size:12px;display:grid}.hopper-dry-time-field>span:first-child{font-weight:700}.hopper-dry-time-field input,.hopper-dry-time-field select{box-sizing:border-box;width:100%;height:30px}.hopper-dry-time-material-filter>span:last-child{grid-template-columns:minmax(120px,.8fr) minmax(180px,1.2fr) 32px;gap:4px;min-width:0;display:grid}.hopper-dry-time-auto-button{border:1px solid var(--border-color,#cbd5e1);background:var(--panel-background,#fff);min-width:86px;height:31px;color:var(--text-primary,#111827);cursor:pointer;border-radius:4px;padding:0 14px;font-weight:700}.hopper-dry-time-auto-button:hover:not(:disabled){border-color:var(--primary-color,#3568ad);color:var(--primary-color,#3568ad)}.hopper-dry-time-auto-button:disabled{cursor:not-allowed;opacity:.55}.hopper-dry-time-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.hopper-dry-time-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:30px;color:var(--text-secondary,#4b5563);align-items:center;gap:14px;padding:0 10px;font-size:12px;display:flex}.hopper-dry-time-summary strong{color:#a15c00;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.hopper-dry-time-grid-section>.dx-grid-wrap{flex:1;min-height:0}.hopper-dry-time-issue-row td{background:#fff8e7}.hopper-dry-time-insert-row td{background:#eefbf2}.hopper-dry-time-update-row td{background:#eef5ff}.hopper-dry-time-deleted-row td{color:#7b8491;background:#eceff3;font-style:italic;text-decoration:line-through}.hopper-dry-time-busy{z-index:20;border:1px solid var(--border-color,#cbd5e1);background:color-mix(in srgb, var(--panel-background,#fff) 94%, transparent);color:var(--text-primary,#111827);border-radius:5px;padding:9px 14px;font-weight:700;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #0f172a29}@media (width<=980px){.hopper-dry-time-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hopper-dry-time-material-filter{grid-column:1/-1}}.hopper-dry-time-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.hopper-dry-time-query-page>h2{margin:0}.hopper-dry-time-query-workspace,.hopper-dry-time-query-search-pane,.hopper-dry-time-query-grid-pane,.hopper-dry-time-query-grid-section{min-width:0;min-height:0}.hopper-dry-time-query-workspace{flex:1}.hopper-dry-time-query-search-pane{overflow:auto}.hopper-dry-time-query-search{box-sizing:border-box;height:100%;padding:10px 12px}.hopper-dry-time-query-search-grid{grid-template-columns:minmax(330px,400px) minmax(160px,220px) minmax(430px,1fr);align-items:end;gap:10px 14px;display:grid}.hopper-dry-time-query-field{min-width:0;color:var(--text-secondary,#4b5563);gap:5px;font-size:12px;display:grid}.hopper-dry-time-query-field>span:first-child{font-weight:700}.hopper-dry-time-query-field input,.hopper-dry-time-query-field select{box-sizing:border-box;width:100%;height:30px}.hopper-dry-time-query-period>span:last-child{grid-template-columns:minmax(140px,1fr) auto minmax(140px,1fr);align-items:center;gap:6px;display:grid}.hopper-dry-time-query-period b{font-weight:400}.hopper-dry-time-query-material>span:last-child{grid-template-columns:minmax(120px,.8fr) minmax(180px,1.2fr) 32px;gap:4px;min-width:0;display:grid}.hopper-dry-time-query-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.hopper-dry-time-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:30px;color:var(--text-secondary,#4b5563);align-items:center;gap:14px;padding:0 10px;font-size:12px;display:flex}.hopper-dry-time-query-summary strong{color:#a15c00;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.hopper-dry-time-query-grid-section>.dx-grid-wrap{flex:1;min-height:0}.hopper-dry-time-query-data-issue-row td{background:#fff8e7}.hopper-dry-time-query-busy{z-index:20;border:1px solid var(--border-color,#cbd5e1);background:color-mix(in srgb, var(--panel-background,#fff) 94%, transparent);color:var(--text-primary,#111827);border-radius:5px;padding:9px 14px;font-weight:700;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #0f172a29}.hopper-dry-time-query-page[aria-busy=true] .hopper-dry-time-query-workspace{cursor:progress}@media (width<=1080px){.hopper-dry-time-query-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hopper-dry-time-query-material{grid-column:1/-1}}.equipment-downtime-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.equipment-downtime-page>h2{margin:0}.equipment-downtime-workspace,.equipment-downtime-search-pane,.equipment-downtime-grid-pane,.equipment-downtime-grid-section{min-width:0;min-height:0}.equipment-downtime-workspace{flex:1}.equipment-downtime-search-pane{overflow:auto}.equipment-downtime-search{box-sizing:border-box;height:100%;padding:10px 12px}.equipment-downtime-search-grid{grid-template-columns:minmax(150px,190px) minmax(190px,250px) minmax(180px,260px);align-items:end;gap:10px 14px;display:grid}.equipment-downtime-field{min-width:0;color:var(--text-secondary,#4b5563);gap:5px;font-size:12px;display:grid}.equipment-downtime-field>span:first-child{font-weight:700}.equipment-downtime-field input,.equipment-downtime-field select{box-sizing:border-box;width:100%;height:30px}.equipment-downtime-field input[readonly]{background:var(--background-subtle,#f5f7fa);color:var(--text-secondary,#4b5563)}.equipment-downtime-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.equipment-downtime-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:30px;color:var(--text-secondary,#4b5563);align-items:center;gap:14px;padding:0 10px;font-size:12px;display:flex}.equipment-downtime-summary strong{color:#a15c00;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.equipment-downtime-grid-section>.dx-grid-wrap{flex:1;min-height:0}.equipment-downtime-issue-row td{background:#fff8e7}.equipment-downtime-insert-row td{background:#eefbf2}.equipment-downtime-update-row td{background:#eef5ff}.equipment-downtime-deleted-row td{color:#7b8491;background:#eceff3;font-style:italic;text-decoration:line-through}.equipment-downtime-busy{z-index:20;border:1px solid var(--border-color,#cbd5e1);background:color-mix(in srgb, var(--panel-background,#fff) 94%, transparent);color:var(--text-primary,#111827);border-radius:5px;padding:9px 14px;font-weight:700;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #0f172a29}@media (width<=760px){.equipment-downtime-search-grid{grid-template-columns:1fr}}.equipment-downtime-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.equipment-downtime-query-page>h2{margin:0}.equipment-downtime-query-workspace,.equipment-downtime-query-search-pane,.equipment-downtime-query-grid-pane,.equipment-downtime-query-grid-section{min-width:0;min-height:0}.equipment-downtime-query-workspace{flex:1}.equipment-downtime-query-search-pane{overflow:auto}.equipment-downtime-query-search{box-sizing:border-box;height:100%;padding:10px 12px}.equipment-downtime-query-search-grid{grid-template-columns:minmax(330px,410px) minmax(180px,260px);align-items:end;gap:10px 14px;display:grid}.equipment-downtime-query-field{min-width:0;color:var(--text-secondary,#4b5563);gap:5px;font-size:12px;display:grid}.equipment-downtime-query-field>span:first-child{font-weight:700}.equipment-downtime-query-field input,.equipment-downtime-query-field select{box-sizing:border-box;width:100%;height:30px}.equipment-downtime-query-period>span:last-child{grid-template-columns:minmax(140px,1fr) auto minmax(140px,1fr);align-items:center;gap:6px;display:grid}.equipment-downtime-query-period b{font-weight:400}.equipment-downtime-query-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.equipment-downtime-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:30px;color:var(--text-secondary,#4b5563);align-items:center;gap:14px;padding:0 10px;font-size:12px;display:flex}.equipment-downtime-query-summary strong{color:#a15c00;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.equipment-downtime-query-grid-section>.dx-grid-wrap{flex:1;min-height:0}.equipment-downtime-query-data-issue-row td{background:#fff8e7}.equipment-downtime-query-busy{z-index:20;border:1px solid var(--border-color,#cbd5e1);background:color-mix(in srgb, var(--panel-background,#fff) 94%, transparent);color:var(--text-primary,#111827);border-radius:5px;padding:9px 14px;font-weight:700;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #0f172a29}.equipment-downtime-query-page[aria-busy=true] .equipment-downtime-query-workspace{cursor:progress}@media (width<=760px){.equipment-downtime-query-search-grid{grid-template-columns:1fr}}.equipment-part-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex}.equipment-part-page>h2{margin:0}.equipment-part-search{box-sizing:border-box;align-items:center;gap:20px;min-height:46px;padding:8px 12px;display:flex}.equipment-part-search label{color:var(--text-secondary,#4b5563);grid-template-columns:72px minmax(120px,190px);align-items:center;gap:5px;font-size:12px;display:grid}.equipment-part-search label>span{font-weight:700}.equipment-part-search input{box-sizing:border-box;width:100%;height:30px}.equipment-part-workspace,.equipment-part-list-pane,.equipment-part-detail-pane{min-width:0;min-height:0}.equipment-part-workspace{flex:1}.equipment-part-list,.equipment-part-detail{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.equipment-part-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;align-items:center;padding:4px 10px;font-size:12px;display:flex}.equipment-part-summary strong{color:#a15c00}.equipment-part-list>.dx-grid-wrap{flex:1;min-height:0}.equipment-part-detail-body{box-sizing:border-box;grid-template-columns:minmax(430px,1fr) minmax(230px,330px);align-items:start;gap:18px;min-width:0;min-height:0;padding:14px;display:grid;overflow:auto}.equipment-part-form{grid-template-columns:repeat(2,minmax(190px,1fr));align-content:start;gap:10px 14px;min-width:0;display:grid}.equipment-part-form label{min-width:0;color:var(--text-secondary,#4b5563);grid-template-columns:78px minmax(0,1fr);align-items:center;gap:7px;font-size:12px;display:grid}.equipment-part-form label>span:first-child{font-weight:700}.equipment-part-form .required>span:first-child:after{content:" *";color:#dc2626}.equipment-part-form .wide{grid-column:1/-1}.equipment-part-form input,.equipment-part-form select{box-sizing:border-box;width:100%;height:31px}.equipment-part-form input[readonly]{background:var(--readonly-background,#f4f6f8)}.equipment-part-customer{grid-template-columns:100px minmax(160px,1fr) 34px;gap:5px;min-width:0;display:grid}.equipment-part-image-card{flex-direction:column;gap:7px;min-width:0;display:flex}.equipment-part-image-view{border:1px solid var(--border-color,#cbd5e1);color:#64748b;background:#f8fafc;place-items:center;width:100%;height:300px;padding:0;display:grid;overflow:hidden}.equipment-part-image-view:not(:disabled){cursor:zoom-in}.equipment-part-image-view img{object-fit:contain;width:100%;height:100%}.equipment-part-image-actions{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.equipment-part-image-card small{color:var(--text-secondary,#64748b);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.equipment-part-status{min-height:24px;color:var(--text-secondary,#64748b);box-sizing:border-box;padding:4px 8px;font-size:12px}.equipment-part-image-modal{background:var(--panel-background,#fff);border-radius:7px;flex-direction:column;gap:8px;width:min(1620px,94vw);height:min(820px,90vh);padding:10px;display:flex}.equipment-part-image-modal button{align-self:flex-end}.equipment-part-image-modal img{object-fit:contain;flex:1;min-width:0;min-height:0}.equipment-part-page[aria-busy=true] .equipment-part-workspace{cursor:progress}@media (width<=1100px){.equipment-part-detail-body{grid-template-columns:minmax(400px,1fr) 230px}.equipment-part-form{grid-template-columns:minmax(380px,1fr)}.equipment-part-form .wide{grid-column:auto}}.equipment-part-query-page{box-sizing:border-box;flex-direction:column;min-width:980px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.equipment-part-query-page>h2{margin:2px 0 6px}.equipment-part-query-workspace{flex:auto;min-height:0}.equipment-part-query-search-panel{overflow:auto}.equipment-part-query-search{box-sizing:border-box;align-items:center;width:100%;min-width:950px;min-height:100%;margin:0;padding:10px 14px;display:flex}.equipment-part-query-search label{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.equipment-part-query-grid-panel,.equipment-part-query-grid-section{min-width:0;min-height:0}.equipment-part-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.equipment-part-query-summary{border-bottom:1px solid var(--border);background:var(--panel-bg);min-height:30px;color:var(--text-muted);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.equipment-part-query-summary strong{color:var(--text-color)}.equipment-part-query-grid-section>.dx-grid,.equipment-part-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.equipment-part-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.equipment-part-query-page[aria-busy=true] .equipment-part-query-workspace{cursor:progress}.equipment-history-page{flex-direction:column;gap:7px;min-width:0;height:100%;min-height:0;display:flex}.equipment-history-page>h2{margin:0}.equipment-history-search{box-sizing:border-box;align-items:center;min-height:45px;padding:7px 12px;display:flex}.equipment-history-search label{color:var(--text-secondary,#4b5563);grid-template-columns:82px 120px 190px;align-items:center;gap:5px;font-size:12px;display:grid}.equipment-history-search label>span{font-weight:700}.equipment-history-search input{box-sizing:border-box;width:100%;height:30px}.equipment-history-workspace,.equipment-history-list-pane,.equipment-history-main-pane{min-width:0;min-height:0}.equipment-history-workspace{flex:1}.equipment-history-list{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.equipment-history-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:31px;color:var(--text-secondary,#64748b);box-sizing:border-box;padding:7px 10px;font-size:12px}.equipment-history-summary strong{color:#a15c00}.equipment-history-list>.dx-grid-wrap{flex:1;min-height:0}.equipment-history-detail-and-tabs{grid-template-rows:auto minmax(310px,1fr);gap:8px;min-width:0;height:100%;min-height:0;display:grid;overflow:auto}.equipment-history-master{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);box-sizing:border-box;grid-template-columns:235px minmax(560px,1fr);align-items:start;gap:12px;min-width:0;padding:10px;display:grid}.equipment-history-form{grid-template-columns:repeat(3,minmax(190px,1fr));align-content:start;gap:8px 12px;min-width:0;display:grid}.equipment-history-form label{min-width:0;color:var(--text-secondary,#4b5563);grid-template-columns:82px minmax(0,1fr);align-items:center;gap:6px;font-size:12px;display:grid}.equipment-history-form label>span:first-child{font-weight:700}.equipment-history-form .required>span:first-child:after{content:" *";color:#dc2626}.equipment-history-form .wide{grid-column:span 2}.equipment-history-form input,.equipment-history-form select{box-sizing:border-box;width:100%;height:30px}.equipment-history-form input[readonly]{background:var(--readonly-background,#f4f6f8)}.equipment-history-form input[type=checkbox]{justify-self:start;width:18px}.equipment-history-form label small{color:#dc2626;grid-column:2}.equipment-history-image-card{flex-direction:column;gap:6px;min-width:0;display:flex}.equipment-history-image-view{border:2px solid var(--border-color,silver);color:#64748b;background:#f8fafc;place-items:center;width:100%;height:220px;padding:0;display:grid;overflow:hidden}.equipment-history-image-view:not(:disabled){cursor:zoom-in}.equipment-history-image-view img{object-fit:contain;width:100%;height:100%}.equipment-history-image-card>div{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.equipment-history-image-card small{min-height:16px;color:var(--text-secondary,#64748b);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.equipment-history-tabs{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.equipment-history-tab-buttons{border-bottom:1px solid var(--border-color,#d8dee8);background:#f4f6f8;min-height:34px;display:flex}.equipment-history-tab-buttons button{border:0;border-right:1px solid var(--border-color,#d8dee8);min-width:150px;color:var(--text-secondary,#4b5563);background:0 0;font-weight:700}.equipment-history-tab-buttons button[aria-selected=true]{background:var(--panel-background,#fff);color:#135ca5;box-shadow:inset 0 -2px #2878c8}.equipment-history-tabs>.dx-toolbar{flex:none}.equipment-history-tabs>.dx-grid-wrap{flex:1;min-height:0}.equipment-history-check-layout{box-sizing:border-box;flex:1;grid-template-columns:minmax(620px,1fr) 245px;gap:8px;min-width:0;min-height:0;padding:0 8px 8px 0;display:grid}.equipment-history-check-layout>.dx-grid-wrap{min-height:0}.equipment-history-check-layout .check-image{padding-top:4px}.equipment-history-status{min-height:23px;color:var(--text-secondary,#64748b);box-sizing:border-box;padding:3px 8px;font-size:12px}.equipment-history-image-modal{background:var(--panel-background,#fff);border-radius:7px;flex-direction:column;gap:8px;width:min(1620px,94vw);height:min(820px,90vh);padding:10px;display:flex}.equipment-history-image-modal button{align-self:flex-end}.equipment-history-image-modal img{object-fit:contain;flex:1;min-width:0;min-height:0}.equipment-history-page[aria-busy=true] .equipment-history-workspace{cursor:progress}@media (width<=1280px){.equipment-history-form{grid-template-columns:repeat(2,minmax(220px,1fr))}.equipment-history-master{grid-template-columns:220px minmax(500px,1fr)}.equipment-history-check-layout{grid-template-columns:minmax(560px,1fr) 220px}}.equipment-history-query-page{flex-direction:column;gap:7px;min-width:0;height:100%;min-height:0;display:flex}.equipment-history-query-page>h2{margin:0}.equipment-history-query-search{box-sizing:border-box;align-items:center;min-height:45px;padding:7px 12px;display:flex}.equipment-history-query-search label{color:var(--text-secondary,#4b5563);grid-template-columns:82px minmax(320px,1fr);align-items:center;gap:6px;font-size:12px;display:grid}.equipment-history-query-search label>span{font-weight:700}.equipment-history-query-workspace,.equipment-history-query-main-pane,.equipment-history-query-check-pane{min-width:0;min-height:0}.equipment-history-query-workspace{flex:1}.equipment-history-query-grid,.equipment-history-query-checks{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.equipment-history-query-grid>.dx-grid-wrap,.equipment-history-query-checks>.dx-grid-wrap{flex:1;min-height:0}.equipment-history-query-summary,.equipment-history-query-subtitle{border-bottom:1px solid var(--border-color,#d8dee8);min-height:31px;color:var(--text-secondary,#64748b);box-sizing:border-box;align-items:center;gap:18px;padding:6px 10px;font-size:12px;display:flex}.equipment-history-query-summary strong,.equipment-history-query-subtitle strong{color:#a15c00}.equipment-history-query-page[aria-busy=true] .equipment-history-query-workspace{cursor:progress}.equipment-inspection-page{flex-direction:column;gap:7px;min-width:0;height:100%;min-height:0;display:flex}.equipment-inspection-page>h2{margin:0}.equipment-inspection-form{box-sizing:border-box;grid-template-columns:minmax(330px,.9fr) minmax(430px,1.2fr) minmax(250px,.8fr);align-items:center;gap:8px 18px;min-height:76px;padding:8px 12px;display:grid}.equipment-inspection-form>label{color:var(--text-secondary,#4b5563);grid-template-columns:78px minmax(0,1fr);align-items:center;gap:7px;font-size:12px;display:grid}.equipment-inspection-form>label>span:first-child{font-weight:700}.equipment-inspection-form input{box-sizing:border-box;min-height:28px}.equipment-inspection-date-sequence{gap:5px;display:flex}.equipment-inspection-date-sequence input:first-child{width:145px}.equipment-inspection-date-sequence input:last-child{text-align:center;width:58px}.equipment-inspection-workspace,.equipment-inspection-grid-pane,.equipment-inspection-image-pane{min-width:0;min-height:0}.equipment-inspection-workspace{flex:1}.equipment-inspection-grid,.equipment-inspection-image{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.equipment-inspection-grid>.dx-grid-wrap{flex:1;min-height:0}.equipment-inspection-summary,.equipment-inspection-image-title{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#64748b);box-sizing:border-box;align-items:center;gap:18px;padding:6px 10px;font-size:12px;display:flex}.equipment-inspection-summary strong{color:#a15c00}.equipment-inspection-image{align-items:center}.equipment-inspection-image-title{width:100%;font-weight:700}.equipment-inspection-image-button{color:#7b8794;cursor:zoom-in;background:#f8fafc;border:2px solid #c6ccd5;place-items:center;width:min(300px,100% - 24px);height:min(300px,100% - 82px);min-height:180px;margin:12px;padding:0;display:grid;overflow:hidden}.equipment-inspection-image-button:disabled{cursor:default}.equipment-inspection-image-button img{object-fit:contain;width:100%;height:100%;display:block}.equipment-inspection-image p{color:var(--text-secondary,#64748b);margin:0 10px 10px;font-size:12px}.equipment-inspection-image-modal{background:var(--panel-background,#fff);border-radius:6px;flex-direction:column;gap:8px;width:min(1620px,100vw - 32px);height:min(820px,100vh - 32px);padding:10px;display:flex;box-shadow:0 18px 60px #00000059}.equipment-inspection-image-modal button{align-self:flex-end}.equipment-inspection-image-modal img{object-fit:contain;flex:1;min-width:0;min-height:0}@media (width<=1080px){.equipment-inspection-form{grid-template-columns:1fr 1fr}}.equipment-inspection-query-page{flex-direction:column;gap:7px;min-width:0;height:100%;min-height:0;display:flex}.equipment-inspection-query-page>h2{margin:0}.equipment-inspection-query-workspace,.equipment-inspection-query-search-pane,.equipment-inspection-query-grid-pane{min-width:0;min-height:0}.equipment-inspection-query-workspace{flex:1}.equipment-inspection-query-search{box-sizing:border-box;grid-template-columns:minmax(380px,.9fr) minmax(430px,1.1fr);align-content:center;align-items:center;gap:8px 18px;height:100%;padding:8px 12px;display:grid}.equipment-inspection-query-search>label{color:var(--text-secondary,#4b5563);grid-template-columns:88px minmax(0,1fr);align-items:center;gap:7px;font-size:12px;display:grid}.equipment-inspection-query-search>label>span:first-child{font-weight:700}.equipment-inspection-query-dates{align-items:center;gap:6px;display:flex}.equipment-inspection-query-dates input{box-sizing:border-box;width:145px;min-height:28px}.equipment-inspection-query-dates b{font-weight:400}.equipment-inspection-query-search fieldset{min-width:0;color:var(--text-secondary,#4b5563);border:0;align-items:center;gap:14px;margin:0;padding:5px 10px;font-size:12px;display:flex}.equipment-inspection-query-search legend{float:left;width:78px;padding:0;font-weight:700}.equipment-inspection-query-search fieldset label{align-items:center;gap:4px;display:inline-flex}.equipment-inspection-query-grid{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.equipment-inspection-query-grid>.dx-grid-wrap{flex:1;min-height:0}.equipment-inspection-query-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#64748b);box-sizing:border-box;align-items:center;gap:18px;padding:6px 10px;font-size:12px;display:flex}.equipment-inspection-query-summary strong{color:#a15c00}@media (width<=960px){.equipment-inspection-query-search{grid-template-columns:1fr}}.equipment-monthly-inspection-status-page{flex-direction:column;gap:7px;min-width:0;height:100%;min-height:0;display:flex}.equipment-monthly-inspection-status-page>h2{margin:0}.equipment-monthly-inspection-status-workspace,.equipment-monthly-inspection-status-search-pane,.equipment-monthly-inspection-status-grid-pane{min-width:0;min-height:0}.equipment-monthly-inspection-status-workspace{flex:1}.equipment-monthly-inspection-status-search{box-sizing:border-box;align-content:center;align-items:center;gap:18px;height:100%;padding:8px 12px;display:flex}.equipment-monthly-inspection-status-search>label{color:var(--text-secondary,#4b5563);grid-template-columns:76px minmax(0,1fr);align-items:center;gap:7px;font-size:12px;display:grid}.equipment-monthly-inspection-status-search>label>span:first-child{font-weight:700}.equipment-monthly-inspection-status-search input[type=month]{box-sizing:border-box;width:145px;min-height:28px}.equipment-monthly-inspection-status-grid{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.equipment-monthly-inspection-status-grid>.dx-grid-wrap{flex:1;min-height:0}.equipment-monthly-inspection-status-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#64748b);box-sizing:border-box;align-items:center;gap:18px;padding:6px 10px;font-size:12px;display:flex}.equipment-monthly-inspection-status-summary strong{color:#a15c00}.equipment-monthly-inspection-status-grid .grid-table input[type=checkbox]{pointer-events:none}@media (width<=760px){.equipment-monthly-inspection-status-search{flex-wrap:wrap;gap:8px 18px}}.equipment-maintenance-page{flex-direction:column;gap:7px;min-width:0;height:100%;min-height:0;display:flex}.equipment-maintenance-page>h2{margin:0}.equipment-maintenance-search{box-sizing:border-box;align-items:center;min-height:45px;padding:7px 12px;display:flex}.equipment-maintenance-search label{color:var(--text-secondary,#4b5563);grid-template-columns:74px 135px 18px 135px;align-items:center;gap:5px;font-size:12px;display:grid}.equipment-maintenance-search label>span:first-child{font-weight:700}.equipment-maintenance-search input{box-sizing:border-box;width:100%;height:30px}.equipment-maintenance-workspace,.equipment-maintenance-list-pane,.equipment-maintenance-detail-pane{min-width:0;min-height:0}.equipment-maintenance-workspace{flex:1}.equipment-maintenance-list{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.equipment-maintenance-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:31px;color:var(--text-secondary,#64748b);box-sizing:border-box;padding:7px 10px;font-size:12px}.equipment-maintenance-summary strong{color:#a15c00}.equipment-maintenance-list>.dx-grid-wrap{flex:1;min-height:0}.equipment-maintenance-detail{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.equipment-maintenance-tab-buttons{border-bottom:1px solid var(--border-color,#d8dee8);background:#f4f6f8;flex:none;min-height:36px;display:flex}.equipment-maintenance-tab-buttons button{border:0;border-right:1px solid var(--border-color,#d8dee8);min-width:165px;color:var(--text-secondary,#4b5563);background:0 0;font-weight:700}.equipment-maintenance-tab-buttons button[aria-selected=true]{background:var(--panel-background,#fff);color:#135ca5;box-shadow:inset 0 -2px #2878c8}.equipment-maintenance-form{box-sizing:border-box;grid-template-columns:repeat(2,minmax(310px,1fr));align-content:start;gap:9px 16px;min-width:720px;min-height:0;padding:14px;display:grid;overflow:auto}.equipment-maintenance-form label{min-width:0;color:var(--text-secondary,#4b5563);grid-template-columns:112px minmax(0,1fr);align-items:center;gap:7px;font-size:12px;display:grid}.equipment-maintenance-form label>span:first-child{font-weight:700}.equipment-maintenance-form .required>span:first-child:after{content:" *";color:#dc2626}.equipment-maintenance-form .wide{grid-column:span 2}.equipment-maintenance-form input,.equipment-maintenance-form select{box-sizing:border-box;width:100%;height:30px}.equipment-maintenance-form input[readonly]{background:var(--readonly-background,#f4f6f8)}.equipment-maintenance-form .dx-lookup-cell{min-width:0}.equipment-maintenance-form .equipment-maintenance-time-range{text-align:center;grid-template-columns:1fr 16px 1fr;align-items:center;gap:3px;display:grid}.equipment-maintenance-form .textarea-field{grid-column:span 2;align-items:start}.equipment-maintenance-form textarea{resize:vertical;box-sizing:border-box;width:100%;min-height:72px}.equipment-maintenance-materials{flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.equipment-maintenance-materials>.dx-grid-wrap{flex:1;min-height:0}.equipment-maintenance-status{min-height:23px;color:var(--text-secondary,#64748b);box-sizing:border-box;padding:3px 8px;font-size:12px}.equipment-maintenance-page[aria-busy=true] .equipment-maintenance-workspace{cursor:progress}@media (width<=1180px){.equipment-maintenance-form{grid-template-columns:minmax(620px,1fr)}.equipment-maintenance-form .wide,.equipment-maintenance-form .textarea-field{grid-column:span 1}}.equipment-maintenance-query-page{box-sizing:border-box;flex-direction:column;min-width:1120px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.equipment-maintenance-query-page>h2{margin:2px 0 6px}.equipment-maintenance-query-workspace,.equipment-maintenance-query-grid-pane,.equipment-maintenance-query-grid{min-width:0;min-height:0}.equipment-maintenance-query-workspace{flex:auto}.equipment-maintenance-query-search-pane{overflow:auto}.equipment-maintenance-query-search{box-sizing:border-box;align-items:center;width:100%;min-width:620px;min-height:100%;margin:0;padding:10px 14px;display:flex}.equipment-maintenance-query-search label,.equipment-maintenance-query-period{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.equipment-maintenance-query-period input[type=date]{width:142px}.equipment-maintenance-query-grid{flex-direction:column;flex:auto;display:flex;overflow:hidden}.equipment-maintenance-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.equipment-maintenance-query-summary strong{color:var(--text-color)}.equipment-maintenance-query-grid>.dx-grid,.equipment-maintenance-query-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.equipment-maintenance-query-grid>.dx-grid>.dx-grid-scroll{max-height:none}.equipment-maintenance-query-page[aria-busy=true] .equipment-maintenance-query-workspace{cursor:progress}.equipment-part-input-page{flex-direction:column;height:100%;min-height:0;display:flex}.equipment-part-input-search{align-items:center;gap:22px;padding:8px 12px;display:flex}.equipment-part-input-search label{align-items:center;gap:8px;display:inline-flex}.equipment-part-input-search label>span:first-child{min-width:58px;font-weight:600}.equipment-part-input-search input[type=date]{width:145px}.equipment-part-input-search input[aria-label=입고회차]{text-align:center;width:72px}.equipment-part-input-grid{flex:auto;min-height:300px;margin-top:8px;overflow:hidden}.equipment-part-input-grid .dx-grid{height:100%}.equipment-part-input-lookup-name{width:100%;min-width:0}.equipment-part-input-status{min-height:24px;color:var(--text-secondary,#5b6472);flex:none;padding:5px 10px;font-size:12px}.equipment-part-input-query-page{box-sizing:border-box;flex-direction:column;min-width:1040px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.equipment-part-input-query-page>h2{margin:2px 0 6px}.equipment-part-input-query-workspace,.equipment-part-input-query-grid-pane,.equipment-part-input-query-grid{min-width:0;min-height:0}.equipment-part-input-query-workspace{flex:auto}.equipment-part-input-query-search-pane{overflow:auto}.equipment-part-input-query-search{box-sizing:border-box;flex-wrap:wrap;align-content:center;align-items:center;gap:10px 24px;width:100%;min-width:920px;min-height:100%;margin:0;padding:10px 14px;display:flex}.equipment-part-input-query-search label,.equipment-part-input-query-period{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.equipment-part-input-query-search label>span:first-child{min-width:58px;font-weight:600}.equipment-part-input-query-period input[type=date]{width:142px}.equipment-part-input-query-grid{flex-direction:column;flex:auto;display:flex;overflow:hidden}.equipment-part-input-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.equipment-part-input-query-summary strong{color:var(--text-color)}.equipment-part-input-query-grid>.dx-grid,.equipment-part-input-query-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.equipment-part-input-query-grid>.dx-grid>.dx-grid-scroll{max-height:none}.equipment-part-input-query-page[aria-busy=true] .equipment-part-input-query-workspace{cursor:progress}.equipment-part-output-page{flex-direction:column;height:100%;min-height:0;display:flex}.equipment-part-output-search{align-items:center;gap:22px;padding:8px 12px;display:flex}.equipment-part-output-search label{align-items:center;gap:8px;display:inline-flex}.equipment-part-output-search label>span:first-child{min-width:58px;font-weight:600}.equipment-part-output-search input[type=date]{width:145px}.equipment-part-output-search input[aria-label=출고회차]{text-align:center;width:72px}.equipment-part-output-grid{flex:auto;min-height:300px;margin-top:8px;overflow:hidden}.equipment-part-output-grid .dx-grid{height:100%}.equipment-part-output-lookup-name{width:100%;min-width:0}.equipment-part-output-status{min-height:24px;color:var(--text-secondary,#5b6472);flex:none;padding:5px 10px;font-size:12px}.equipment-part-output-query-page{box-sizing:border-box;flex-direction:column;min-width:1040px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.equipment-part-output-query-page>h2{margin:2px 0 6px}.equipment-part-output-query-workspace,.equipment-part-output-query-grid-pane,.equipment-part-output-query-grid{min-width:0;min-height:0}.equipment-part-output-query-workspace{flex:auto}.equipment-part-output-query-search-pane{overflow:auto}.equipment-part-output-query-search{box-sizing:border-box;flex-wrap:wrap;align-content:center;align-items:center;gap:10px 24px;width:100%;min-width:920px;min-height:100%;margin:0;padding:10px 14px;display:flex}.equipment-part-output-query-search label,.equipment-part-output-query-period{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.equipment-part-output-query-search label>span:first-child{min-width:58px;font-weight:600}.equipment-part-output-query-period input[type=date]{width:142px}.equipment-part-output-query-grid{flex-direction:column;flex:auto;display:flex;overflow:hidden}.equipment-part-output-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.equipment-part-output-query-summary strong{color:var(--text-color)}.equipment-part-output-query-grid>.dx-grid,.equipment-part-output-query-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.equipment-part-output-query-grid>.dx-grid>.dx-grid-scroll{max-height:none}.equipment-part-output-query-page[aria-busy=true] .equipment-part-output-query-workspace{cursor:progress}.equipment-part-stock-query-page{box-sizing:border-box;flex-direction:column;min-width:900px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.equipment-part-stock-query-page>h2{margin:2px 0 6px}.equipment-part-stock-query-workspace,.equipment-part-stock-query-grid-pane,.equipment-part-stock-query-grid{min-width:0;min-height:0}.equipment-part-stock-query-workspace{flex:auto}.equipment-part-stock-query-search-pane{overflow:auto}.equipment-part-stock-query-search{box-sizing:border-box;align-content:center;align-items:center;width:100%;min-width:650px;min-height:100%;margin:0;padding:10px 14px;display:flex}.equipment-part-stock-query-search label{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.equipment-part-stock-query-search label>span:first-child{min-width:78px;font-weight:600}.equipment-part-stock-query-grid{flex-direction:column;flex:auto;display:flex;overflow:hidden}.equipment-part-stock-query-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.equipment-part-stock-query-summary strong{color:var(--text-color)}.equipment-part-stock-query-grid>.dx-grid,.equipment-part-stock-query-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.equipment-part-stock-query-grid>.dx-grid>.dx-grid-scroll{max-height:none}.equipment-part-stock-query-page[aria-busy=true] .equipment-part-stock-query-workspace{cursor:progress}.annual-training-plan-page{box-sizing:border-box;flex-direction:column;min-width:1120px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.annual-training-plan-page>h2{margin:2px 0 6px}.annual-training-plan-workspace,.annual-training-plan-grid-pane,.annual-training-plan-grid-section{min-width:0;min-height:0}.annual-training-plan-workspace{flex:auto}.annual-training-plan-search-pane{overflow:auto}.annual-training-plan-search{box-sizing:border-box;align-content:center;align-items:center;width:100%;min-width:520px;min-height:100%;margin:0;padding:10px 14px;display:flex}.annual-training-plan-search label{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.annual-training-plan-search label>span{font-weight:600}.annual-training-plan-search input{text-align:center;width:86px}.annual-training-plan-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.annual-training-plan-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.annual-training-plan-summary strong{color:var(--text-color)}.annual-training-plan-grid-section>.dx-grid,.annual-training-plan-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.annual-training-plan-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.annual-training-plan-page[aria-busy=true] .annual-training-plan-workspace{cursor:progress}.internal-external-training-report-page{box-sizing:border-box;flex-direction:column;min-width:1080px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.internal-external-training-report-page>h2{margin:2px 0 6px}.internal-external-training-report-search{box-sizing:border-box;flex:none;align-items:center;gap:24px;min-height:48px;margin-bottom:7px;padding:7px 14px;display:flex}.internal-external-training-report-search label{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.internal-external-training-report-search label>span:first-child{min-width:58px;font-weight:600}.internal-external-training-report-search select{width:190px}.internal-external-training-report-search input[type=date]{width:138px}.internal-external-training-report-workspace,.internal-external-training-report-list-pane,.internal-external-training-report-detail-pane,.internal-external-training-report-list,.internal-external-training-report-detail{min-width:0;min-height:0}.internal-external-training-report-workspace{border:1px solid var(--border);background:var(--panel-bg);flex:auto;overflow:hidden}.internal-external-training-report-list,.internal-external-training-report-detail{flex-direction:column;height:100%;display:flex}.internal-external-training-report-list{overflow:hidden}.internal-external-training-report-summary{border-bottom:1px solid var(--border);min-height:32px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:3px 9px;display:flex}.internal-external-training-report-summary strong{color:var(--text-color)}.internal-external-training-report-list>.dx-grid,.internal-external-training-report-list>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.internal-external-training-report-list>.dx-grid>.dx-grid-scroll{max-height:none}.internal-external-training-report-detail{background:var(--panel-bg);box-sizing:border-box;padding:0 12px 18px;overflow:auto}.internal-external-training-report-detail>header{z-index:2;border-bottom:1px solid var(--border);background:var(--panel-bg);box-sizing:border-box;justify-content:space-between;align-items:center;min-height:40px;margin:0 -12px 12px;padding:6px 14px;display:flex;position:sticky;top:0}.internal-external-training-report-detail>header strong{font-size:15px}.internal-external-training-report-detail>header span{color:var(--text-muted);font-size:12px}.internal-external-training-report-form-grid{grid-template-columns:minmax(250px,1fr) minmax(250px,1fr);gap:8px 16px;display:grid}.internal-external-training-report-form-grid label{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.internal-external-training-report-form-grid label>span{white-space:nowrap;font-weight:600}.internal-external-training-report-form-grid em{color:#d43c32;font-style:normal}.internal-external-training-report-form-grid input,.internal-external-training-report-form-grid select,.internal-external-training-report-form-grid textarea,.internal-external-training-report-attendance input{box-sizing:border-box;width:100%;min-width:0}.internal-external-training-report-subject-field,.internal-external-training-report-wide-field,.internal-external-training-report-contents-field{grid-column:1/-1}.internal-external-training-report-contents-field{align-items:start!important}.internal-external-training-report-contents-field textarea{resize:vertical;min-height:210px}.internal-external-training-report-evaluation{border:1px solid var(--border);align-items:center;gap:24px;margin:14px 0 10px;padding:10px 14px;display:flex}.internal-external-training-report-evaluation legend{padding:0 5px;font-weight:700}.internal-external-training-report-evaluation label{align-items:center;gap:5px;display:inline-flex}.internal-external-training-report-attendance{border:1px solid var(--border);background:var(--surface-subtle,#7f7f7f0a);grid-template-columns:88px minmax(160px,1fr) auto auto auto;align-items:center;gap:7px;padding:10px;display:grid}.internal-external-training-report-attendance>span{font-weight:700}.internal-external-training-report-attendance small{color:#c0392b;grid-column:2/-1}.internal-external-training-report-file-button,.internal-external-training-report-attendance button,.internal-external-training-report-image-card button:not(.internal-external-training-report-image-stage){border:1px solid var(--border);min-height:28px;color:var(--text-color);background:var(--panel-bg);font:inherit;cursor:pointer;box-sizing:border-box;border-radius:3px;justify-content:center;align-items:center;padding:3px 11px;display:inline-flex}.internal-external-training-report-attendance button:disabled,.internal-external-training-report-image-card button:disabled{cursor:not-allowed;opacity:.5}.internal-external-training-report-file-button:has(input:disabled){cursor:not-allowed;opacity:.5}.internal-external-training-report-images{grid-template-columns:repeat(3,minmax(190px,1fr));gap:12px;margin-top:12px;display:grid}.internal-external-training-report-image-card{border:1px solid var(--border);background:var(--panel-bg);flex-direction:column;gap:8px;min-width:0;padding:9px;display:flex}.internal-external-training-report-image-card>header{font-weight:700}.internal-external-training-report-image-stage{border:1px solid var(--border);width:100%;height:190px;color:var(--text-muted);background:var(--surface-subtle,#7f7f7f0d);cursor:zoom-in;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.internal-external-training-report-image-stage img{object-fit:contain;width:100%;height:100%;display:block}.internal-external-training-report-image-card>div{justify-content:center;gap:14px;display:flex}.internal-external-training-report-image-card>small{color:var(--text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.internal-external-training-report-page[aria-busy=true] .internal-external-training-report-workspace{cursor:progress}@media (width<=1280px){.internal-external-training-report-images{grid-template-columns:1fr}.internal-external-training-report-image-stage{height:230px}}.annual-training-plan-performance-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.annual-training-plan-performance-page>h2{margin:0}.annual-training-plan-performance-workspace,.annual-training-plan-performance-search-pane,.annual-training-plan-performance-grid-pane,.annual-training-plan-performance-result{min-width:0;min-height:0}.annual-training-plan-performance-workspace{flex:1}.annual-training-plan-performance-search-pane{overflow:auto}.annual-training-plan-performance-search{box-sizing:border-box;align-items:center;height:100%;padding:9px 12px;display:flex}.annual-training-plan-performance-search label{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.annual-training-plan-performance-search label>span{color:var(--text-secondary,#4b5563);font-size:12px;font-weight:700}.annual-training-plan-performance-search input{text-align:center;box-sizing:border-box;width:86px;height:30px}.annual-training-plan-performance-result{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.annual-training-plan-performance-summary{border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);box-sizing:border-box;flex-wrap:wrap;align-items:center;gap:6px 18px;padding:4px 10px;font-size:12px;display:flex}.annual-training-plan-performance-summary>strong{color:var(--text-color,#111827);font-size:13px}.annual-training-plan-performance-summary b{color:#a15c00}.annual-training-plan-performance-result>.dx-grid-wrap{flex:1;min-height:0}.annual-training-plan-performance-plan-month{vertical-align:middle;width:14px;height:14px;margin:0}.annual-training-plan-performance-actual-month{text-align:center;min-width:100%;display:inline-block}.grid-table tbody tr.annual-training-plan-performance-alternate-group:not(.row-selected){background:#ebebeb}.grid-table tbody tr.annual-training-plan-performance-subject-masked>td:first-child{color:#0000;text-shadow:none}.annual-training-plan-performance-page[aria-busy=true] .annual-training-plan-performance-workspace{cursor:progress}.inspector-qualification-ledger-page{box-sizing:border-box;flex-direction:column;min-width:1180px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.inspector-qualification-ledger-page>h2{margin:2px 0 6px}.inspector-qualification-ledger-workspace,.inspector-qualification-ledger-grid-pane,.inspector-qualification-ledger-result{min-width:0;min-height:0}.inspector-qualification-ledger-workspace{flex:auto}.inspector-qualification-ledger-search-pane{overflow:auto}.inspector-qualification-ledger-search{box-sizing:border-box;align-items:center;width:100%;min-width:560px;min-height:100%;margin:0;padding:10px 14px;display:flex}.inspector-qualification-ledger-search>label,.inspector-qualification-ledger-period{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.inspector-qualification-ledger-search>label>span:first-child{font-weight:600}.inspector-qualification-ledger-period input{width:138px}.inspector-qualification-ledger-period b{font-weight:400}.inspector-qualification-ledger-result{flex-direction:column;flex:auto;display:flex;overflow:hidden}.inspector-qualification-ledger-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:18px;padding:2px 10px;display:flex}.inspector-qualification-ledger-summary strong{color:var(--text-color)}.inspector-qualification-ledger-result>.dx-grid,.inspector-qualification-ledger-result>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.inspector-qualification-ledger-result>.dx-grid>.dx-grid-scroll{max-height:none}.inspector-qualification-ledger-date{width:100%;min-width:0;height:25px;color:inherit;font:inherit;box-sizing:border-box;background:0 0;border:1px solid #0000}.inspector-qualification-ledger-date:not(:disabled){border-color:var(--border);background:var(--panel-bg)}.inspector-qualification-ledger-evaluation-button{border:1px solid var(--border);min-height:24px;color:var(--text-color);background:var(--panel-bg);font:inherit;cursor:pointer;border-radius:3px;padding:1px 5px}.inspector-qualification-ledger-evaluation-button:disabled{cursor:not-allowed;opacity:.5}.inspector-qualification-ledger-page[aria-busy=true] .inspector-qualification-ledger-workspace{cursor:progress}.skill-evaluation-registration-page{box-sizing:border-box;flex-direction:column;min-width:1160px;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.skill-evaluation-registration-page>h2{margin:2px 0 6px}.skill-evaluation-registration-form{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:auto}.skill-evaluation-certificate{margin:6px 0;display:block}.skill-evaluation-certificate>label{border:1px solid var(--border);background:var(--panel-bg);grid-template-columns:84px minmax(0,1fr);align-items:center;width:410px;min-height:32px;margin-bottom:5px;display:grid}.skill-evaluation-certificate>label>span:first-child{background:var(--surface-muted);align-self:stretch;align-items:center;padding:0 8px;font-weight:600;display:flex}.skill-evaluation-certificate input,.skill-evaluation-certificate output{border:1px solid var(--border);min-width:0;height:27px;color:var(--text-color);background:var(--panel-bg);font:inherit;box-sizing:border-box;margin:2px 4px;padding:3px 6px}.skill-evaluation-heading-table{border-spacing:0;border-collapse:collapse;width:100%;min-width:1080px;color:var(--text-color);background:var(--panel-bg)}.skill-evaluation-heading-table th,.skill-evaluation-heading-table td{border:1px solid var(--border);box-sizing:border-box;height:34px;padding:4px 8px}.skill-evaluation-heading-table th:not(.skill-evaluation-document-title){background:var(--surface-muted);width:88px}.skill-evaluation-heading-table td{min-width:125px}.skill-evaluation-heading-table td input{width:100%;height:25px;margin:0}.skill-evaluation-document-title{letter-spacing:.06em;text-align:center;width:260px;font-size:28px}.skill-evaluation-satisfaction-note{text-align:center;font-weight:700}.skill-evaluation-certificate output{align-items:center;display:flex}.skill-evaluation-certificate-number{grid-template-columns:84px minmax(0,1fr) 30px!important}.skill-evaluation-certificate-number button{border:1px solid var(--border);height:27px;color:var(--text-color);background:var(--surface-muted);cursor:pointer;margin-right:3px}.skill-evaluation-table-scroll{border:1px solid var(--border);flex:none;overflow:auto}.skill-evaluation-table,.skill-evaluation-levels table,.skill-evaluation-lookup-dialog table{border-spacing:0;border-collapse:collapse;width:100%;color:var(--text-color);background:var(--panel-bg);font-size:12px}.skill-evaluation-table{min-width:1540px}.skill-evaluation-table th,.skill-evaluation-table td,.skill-evaluation-levels th,.skill-evaluation-levels td,.skill-evaluation-lookup-dialog th,.skill-evaluation-lookup-dialog td{border:1px solid var(--border);padding:4px 6px}.skill-evaluation-table thead th,.skill-evaluation-table tfoot th,.skill-evaluation-levels thead th,.skill-evaluation-lookup-dialog thead th{text-align:center;background:var(--surface-muted)}.skill-evaluation-table tbody td,.skill-evaluation-table tfoot td{text-align:center}.skill-evaluation-table td.skill-evaluation-category{text-align:center;width:92px}.skill-evaluation-table td.skill-evaluation-knowledge{text-align:left;min-width:420px}.skill-evaluation-table th:nth-child(n+3),.skill-evaluation-table td.skill-evaluation-requirement{width:38px}.skill-evaluation-table tbody td:nth-last-child(2){width:78px}.skill-evaluation-table tbody td:last-child{min-width:130px}.skill-evaluation-table input[type=radio]{margin:0}.skill-evaluation-table td>input,.skill-evaluation-score{border:1px solid var(--border);width:100%;min-width:0;height:25px;color:var(--text-color);background:var(--panel-bg);font:inherit;box-sizing:border-box;padding:2px 4px}.skill-evaluation-score{text-align:right}.skill-evaluation-levels{margin-top:8px}.skill-evaluation-levels table{min-width:1080px}.skill-evaluation-levels table th{text-align:center;width:74px}.skill-evaluation-levels table td:last-child{text-align:center;width:48px}.skill-evaluation-status{min-height:20px;color:var(--text-muted);flex:none;margin:5px 0 0}.skill-evaluation-registration-page[aria-busy=true]{cursor:progress}.skill-evaluation-lookup-backdrop{z-index:1400;background:#0000006b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.skill-evaluation-lookup-dialog{border:1px solid var(--border);background:var(--panel-bg);border-radius:4px;flex-direction:column;width:min(1180px,100vw - 48px);height:min(680px,100vh - 48px);min-height:360px;display:flex;box-shadow:0 16px 50px #00000047}.skill-evaluation-lookup-dialog>header,.skill-evaluation-lookup-dialog>footer{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.skill-evaluation-lookup-dialog>footer{border-top:1px solid var(--border);border-bottom:0}.skill-evaluation-lookup-dialog h3{margin:0}.skill-evaluation-lookup-dialog button{border:1px solid var(--border);min-height:26px;color:var(--text-color);background:var(--surface-muted);cursor:pointer}.skill-evaluation-lookup-filter{border-bottom:1px solid var(--border);flex:none;align-items:center;gap:10px;padding:8px 12px;display:flex}.skill-evaluation-lookup-filter label{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.skill-evaluation-lookup-filter input{border:1px solid var(--border);width:120px;height:25px}.skill-evaluation-lookup-status{min-height:24px;color:var(--text-muted);box-sizing:border-box;flex:none;margin:0;padding:4px 12px}.skill-evaluation-lookup-scroll{flex:auto;min-height:0;overflow:auto}.skill-evaluation-lookup-dialog table{min-width:1040px}.skill-evaluation-lookup-dialog tbody tr{cursor:default}.skill-evaluation-lookup-dialog tbody tr:hover,.skill-evaluation-lookup-dialog tbody tr.is-selected{background:var(--selected-bg,#dceeff)}.skill-evaluation-lookup-dialog td:first-child{text-align:center;width:44px}.qualification-evaluation-registration-page{min-width:1120px}.qualification-evaluation-search{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);margin-bottom:8px;padding:8px 24px}.qualification-evaluation-search label{align-items:center;gap:6px;display:inline-flex}.qualification-evaluation-search label>span{width:84px;font-weight:700}.qualification-evaluation-search button{width:25px;height:25px;padding:0}.qualification-evaluation-search input{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);width:220px;height:25px}.qualification-evaluation-document{width:1072px;max-width:calc(100vw - 64px);color:var(--text);overflow-x:auto}.qualification-evaluation-document table{border-collapse:collapse;table-layout:fixed;width:1072px;font-size:12px}.qualification-evaluation-document th,.qualification-evaluation-document td{background:var(--surface);text-align:center;vertical-align:middle;border:1px solid #666;padding:8px}.qualification-evaluation-document th,.qualification-evaluation-document .item-label{background:#dedede;font-weight:700}.qualification-evaluation-heading{margin-bottom:0}.qualification-evaluation-heading th:not(.qualification-evaluation-title){width:100px}.qualification-evaluation-photo-cell{width:210px;padding:5px!important}.qualification-evaluation-photo-cell img{object-fit:cover;width:183px;height:215px;margin:0 auto;display:block}.qualification-evaluation-title{height:52px;font-size:30px;background:var(--surface)!important}.qualification-evaluation-body{margin-top:-1px}.qualification-evaluation-body th:nth-child(odd){width:128px}.qualification-evaluation-body th:nth-child(2n){width:140px}.qualification-evaluation-body .item-label,.qualification-evaluation-body .text-left,.qualification-evaluation-final{text-align:left}.qualification-evaluation-body select{border:1px solid var(--border);background:var(--surface);width:100%;min-width:118px;min-height:28px}.qualification-evaluation-body .score{text-align:right;font-weight:700}.qualification-evaluation-final{min-height:34px;font-size:20px;font-weight:700}.qualification-evaluation-status{min-height:24px;color:var(--text-muted);margin:6px 0 0}.qualification-evaluation-lookup-backdrop{z-index:2000;background:#00000057;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.qualification-evaluation-lookup-dialog{border:1px solid var(--border);background:var(--surface);flex-direction:column;width:min(950px,100vw - 48px);height:min(500px,100vh - 48px);display:flex;box-shadow:0 18px 50px #0000003d}.qualification-evaluation-lookup-dialog>header,.qualification-evaluation-lookup-dialog>footer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.qualification-evaluation-lookup-dialog>header h3{margin:0;font-size:16px}.qualification-evaluation-lookup-dialog>footer{border-top:1px solid var(--border);border-bottom:0}.qualification-evaluation-lookup-filter{border-bottom:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;gap:6px;padding:8px 12px;display:flex}.qualification-evaluation-lookup-filter label{align-items:center;gap:5px;font-weight:700;display:inline-flex}.qualification-evaluation-lookup-filter input{box-sizing:border-box;border:1px solid var(--border);width:120px;height:25px}.qualification-evaluation-lookup-status{min-height:24px;color:var(--text-muted);margin:0;padding:4px 12px}.qualification-evaluation-lookup-scroll{flex:auto;min-height:0;overflow:auto}.qualification-evaluation-lookup-scroll table{border-collapse:collapse;width:100%;min-width:920px}.qualification-evaluation-lookup-scroll th,.qualification-evaluation-lookup-scroll td{border:1px solid var(--border);white-space:nowrap;padding:6px}.qualification-evaluation-lookup-scroll th{background:var(--surface-muted,#f6f7f9)}.qualification-evaluation-lookup-scroll tr.is-selected,.qualification-evaluation-lookup-scroll tbody tr:hover{background:var(--selected-bg,#dceeff)}.total-work-by-equi-page{min-width:1240px}.total-work-by-equi-workspace{flex:auto;min-height:0}.total-work-by-equi-search-panel{overflow:auto}.total-work-by-equi-search{box-sizing:border-box;flex:none;width:100%;min-width:1180px;min-height:100%;margin:0}.total-work-by-equi-search .search-condition-row{flex-wrap:nowrap;align-items:center;gap:20px}.total-work-by-equi-period,.total-work-by-equi-machine,.total-work-by-equi-single,.total-work-by-equi-item{align-items:center;gap:6px;display:inline-flex}.total-work-by-equi-period input[type=date]{min-width:145px}.total-work-by-equi-machine input:first-child{width:135px}.total-work-by-equi-machine input:nth-child(2){width:220px}.total-work-by-equi-single input{width:190px}.total-work-by-equi-item input:first-child{width:165px}.total-work-by-equi-item input:nth-child(2){width:285px}.total-work-by-equi-grid-panel,.total-work-by-equi-grid-section{min-height:0}.total-work-by-equi-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.total-work-by-equi-summary{border-bottom:1px solid var(--border);min-height:30px;color:var(--text-muted);background:var(--panel-bg);box-sizing:border-box;flex:none;align-items:center;gap:16px;padding:2px 10px;display:flex}.total-work-by-equi-summary strong{color:var(--text)}.total-work-by-equi-grid-section>.dx-grid,.total-work-by-equi-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.total-work-by-equi-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.total-work-by-equi-grid-section .grid-table tbody tr.total-work-by-equi-data-issue-row>td:not(.dx-spacer){background:color-mix(in srgb, #f59e0b 12%, var(--panel-bg))}.total-work-by-equi-grid-section .grid-table tbody tr.total-work-by-equi-data-issue-row>td:first-child{box-shadow:inset 4px 0 #d97706}.total-work-by-equi-warning{align-items:center;gap:5px;display:inline-flex}.total-work-by-equi-pager{border-top:1px solid var(--border);background:var(--panel-bg);box-sizing:border-box;flex:none;justify-content:center;align-items:center;gap:5px;min-height:38px;padding:4px 10px;display:flex}.total-work-by-equi-pager button{min-width:32px;min-height:28px;padding:3px 8px}.total-work-by-equi-page-buttons{gap:3px;display:inline-flex}.total-work-by-equi-page-buttons button[aria-current=page]{border-color:var(--primary,#245da8);color:var(--primary,#245da8);opacity:1;font-weight:700}.total-work-by-equi-page-info{min-width:190px;color:var(--text-muted);text-align:center;margin:0 6px}.total-work-by-equi-page[aria-busy=true] .total-work-by-equi-workspace{cursor:progress}@media (width<=1380px){.total-work-by-equi-search .search-condition-row{flex-wrap:wrap}.total-work-by-equi-search{min-width:1040px}.total-work-by-equi-summary>span:last-child{display:none}}.production-worker-page{--surface:var(--panel-bg);--surface-muted:var(--surface-2);--production-worker-button-edge:color-mix(in srgb, var(--btn-border) 62%, #65717d);--production-worker-button-shadow:#0f172a2e;--production-worker-good:color-mix(in srgb, #2563eb 76%, var(--text) 24%);--production-worker-bad:color-mix(in srgb, #d92d20 78%, var(--text) 22%);--production-worker-total:color-mix(in srgb, #18864b 78%, var(--text) 22%);min-width:1180px;min-height:0;color:var(--text);font-variant-numeric:tabular-nums;overflow:hidden}.production-worker-page>h2{display:none}.production-worker-page>.dx-toolbar{flex:none;margin-bottom:4px}.production-worker-page button,.production-worker-page input{box-sizing:border-box;min-height:28px}.production-worker-command-panel{border:1px solid var(--border);background:var(--surface);flex:none;margin:0 0 4px!important}.production-worker-action-bar,.production-worker-scanners{flex-wrap:wrap;align-items:center;gap:7px;padding:7px 10px;display:flex}.production-worker-action-bar{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.production-worker-button{--production-worker-button-tone:#64748b;--production-worker-button-ink:#334155;--production-worker-button-tone-edge:color-mix(in srgb, var(--production-worker-button-tone) 72%, #334155);border:1px solid color-mix(in srgb, var(--production-worker-button-tone) 62%, var(--btn-border));border-bottom-color:var(--production-worker-button-tone-edge);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 80%, var(--production-worker-button-tone) 20%) 0%, color-mix(in srgb, var(--surface) 66%, var(--production-worker-button-tone) 34%) 56%, color-mix(in srgb, var(--surface-muted) 54%, var(--production-worker-button-tone) 46%) 100%);min-height:32px;box-shadow:0 2px 0 var(--production-worker-button-tone-edge), 0 4px 8px var(--production-worker-button-shadow), inset 0 1px 0 #ffffffc7;color:color-mix(in srgb, var(--text) 58%, var(--production-worker-button-ink) 42%);white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:6px;font-weight:700;line-height:1;transition:background .12s,border-color .12s,box-shadow .12s,color .12s,transform 70ms;display:inline-flex;transform:translateY(0)}.production-worker-button:hover:not(:disabled){border-color:color-mix(in srgb, var(--production-worker-button-tone) 82%, var(--btn-border));background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 67%, var(--production-worker-button-tone) 33%) 0%, color-mix(in srgb, var(--surface) 48%, var(--production-worker-button-tone) 52%) 100%);box-shadow:0 3px 0 color-mix(in srgb, var(--production-worker-button-tone) 80%, var(--production-worker-button-tone-edge)), 0 6px 11px #0f172a38, inset 0 1px 0 #ffffffd1;color:color-mix(in srgb, var(--text) 48%, var(--production-worker-button-ink) 52%);transform:translateY(-1px)}.production-worker-button:active:not(:disabled){border-bottom-color:var(--btn-border);transform:translateY(2px);box-shadow:inset 0 2px 5px #0f172a40}.production-worker-button:focus-visible,.production-worker-page>.dx-toolbar .dx-toolbar-btn:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 76%, white);outline-offset:2px}.production-worker-button:disabled{opacity:.62;box-shadow:0 1px 0 color-mix(in srgb, var(--border) 82%, transparent), inset 0 1px 0 #ffffff59;filter:saturate(.68);transform:none}.production-worker-button-icon{border:1px solid color-mix(in srgb, var(--production-worker-button-tone) 44%, transparent);background:color-mix(in srgb, var(--surface) 76%, var(--production-worker-button-tone) 24%);width:22px;height:22px;color:color-mix(in srgb, var(--text) 42%, var(--production-worker-button-ink) 58%);border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;display:inline-flex;box-shadow:inset 0 1px 1px #ffffff73}.production-worker-button-icon svg{width:14px;height:14px;display:block}.production-worker-button.tone-neutral{--production-worker-button-tone:#64748b;--production-worker-button-ink:#334155}.production-worker-button.tone-primary{--production-worker-button-tone:#3b82f6;--production-worker-button-ink:#1d4ed8}.production-worker-button.tone-info{--production-worker-button-tone:#06b6d4;--production-worker-button-ink:#0e7490}.production-worker-button.tone-success{--production-worker-button-tone:#22c55e;--production-worker-button-ink:#15803d}.production-worker-button.tone-warning{--production-worker-button-tone:#f59e0b;--production-worker-button-ink:#92400e}.production-worker-button.tone-danger{--production-worker-button-tone:#ef4444;--production-worker-button-ink:#b91c1c}.production-worker-button.tone-violet{--production-worker-button-tone:#8b5cf6;--production-worker-button-ink:#6d28d9}.production-worker-button.tone-teal{--production-worker-button-tone:#14b8a6;--production-worker-button-ink:#0f766e}.production-worker-button.tone-orange{--production-worker-button-tone:#f97316;--production-worker-button-ink:#c2410c}.production-worker-action-bar .production-worker-button{flex:none;gap:4px;min-width:max-content;padding-inline:7px;font-size:11px}.production-worker-action-bar .production-worker-button:first-child{min-width:max-content}.production-worker-action-bar .production-worker-button-icon{flex-basis:20px;width:20px;height:20px}.production-worker-scanners{align-items:flex-end;padding-top:0}.production-worker-scanners label{color:var(--text-muted);flex-direction:column;align-items:stretch;gap:3px;font-size:12px;display:flex}.production-worker-scanners label>span{text-align:center;line-height:1}.production-worker-scanners input{border:1px solid var(--border);background:var(--surface);width:128px;height:27px}.production-worker-scanners output{border:1px solid var(--border);background:var(--surface);text-align:right;min-width:58px;height:27px;padding:4px 9px}.production-worker-status{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.production-worker-workspace{border:1px solid var(--border);background:var(--surface-muted,#f1f2f3);flex:1 1 0;min-height:470px;display:grid;overflow:hidden}.production-worker-workspace>.splitter-vertical{z-index:2;grid-area:1/2/4}.production-worker-workspace>.splitter-horizontal{z-index:3;grid-area:2/1/auto/4}.production-worker-panel{background:var(--surface);border:0;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden;margin:0!important}.production-worker-order{grid-area:1/1}.production-worker-inspection{grid-area:1/3}.production-worker-family{grid-area:3/1}.production-worker-lots{grid-area:3/3}.production-worker-panel>header,.production-worker-order>header{box-sizing:border-box;border-bottom:1px solid var(--border);background:linear-gradient(180deg, color-mix(in srgb, var(--surface-muted,#f1f1f1) 84%, white), color-mix(in srgb, var(--surface-muted,#e5e7e9) 94%, #c4c9cc));flex:0 0 29px;justify-content:space-between;align-items:center;gap:8px;padding:4px 7px;display:flex}.production-worker-page h3{margin:0;font-size:12px;font-weight:800}.production-worker-originally-hidden,.production-worker-mold[hidden]{display:none!important}.production-worker-order dl{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;margin:10px 12px;display:grid;overflow:auto}.production-worker-order dl>div{border-right:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:minmax(88px,40%) minmax(0,1fr);min-height:39px;display:grid}.production-worker-order dt,.production-worker-order dd{align-items:center;min-width:0;margin:0;padding:4px 7px;display:flex}.production-worker-order dt{border-right:1px solid var(--border);background:color-mix(in srgb, var(--surface-muted,#eee) 93%, #d4d7d9);text-align:center;justify-content:center;font-weight:700}.production-worker-order dd{text-overflow:ellipsis;white-space:nowrap;justify-content:center;font-size:16px;overflow:hidden}.production-worker-order dd input{text-align:center;width:100%;font:inherit;background:0 0;border:0}.production-worker-order-empty{background:var(--surface)}.production-worker-order-control dd{padding:3px 30px}.production-worker-order-control .production-worker-button{width:100%;min-height:29px;font-size:16px}.production-worker-order-control .production-worker-button[data-work-status=waiting]{border-color:var(--btn-border);border-bottom-color:var(--production-worker-button-edge);background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, white) 0%, color-mix(in srgb, var(--surface) 75%, var(--surface-muted)) 56%, color-mix(in srgb, var(--surface-muted) 78%, #87939d) 100%);box-shadow:0 2px 0 var(--production-worker-button-edge), 0 4px 8px var(--production-worker-button-shadow), inset 0 1px 0 #ffffffc7;color:var(--text)}.production-worker-order-control .production-worker-button[data-work-status=waiting] .production-worker-button-icon{border-color:color-mix(in srgb, var(--border) 76%, transparent);background:color-mix(in srgb, var(--surface-muted) 84%, var(--text-muted) 16%);color:var(--text-muted)}.production-worker-order-control .production-worker-button:disabled{opacity:.7}.production-worker-order-control.is-start .production-worker-button[data-work-status=active]{color:#fff;filter:none;opacity:1;text-shadow:0 1px #0000003d;background:linear-gradient(#7ce467 0%,#42bd4f 56%,#2e983b 100%);border-color:#238534 #238534 #176025;box-shadow:0 2px #176025,0 4px 8px #14692d47,inset 0 1px #ffffff7a}.production-worker-order-control.is-start .production-worker-button[data-work-status=active] .production-worker-button-icon{color:#fff;background:#ffffff36;border-color:#ffffff6b}.production-worker-order-control.is-finish .production-worker-button[data-work-status=active]{color:#7f241d;filter:none;opacity:1;background:linear-gradient(#fff6f4 0%,#f5c2bd 58%,#df8a82 100%);border-color:#cc6157 #cc6157 #963b34;box-shadow:0 2px #963b34,0 4px 8px #8b2f2738,inset 0 1px #ffffffa6}.production-worker-order-control.is-finish .production-worker-button[data-work-status=active] .production-worker-button-icon{color:#7f241d;background:#ffffff7a;border-color:#7f241d42}.production-worker-inspection>.dx-grid,.production-worker-lots>.dx-grid{border:0;border-radius:0;flex:1 1 0;min-height:0}.production-worker-inspection .dx-grid-scroll,.production-worker-lots .dx-grid-scroll{flex:1 1 0;max-height:none}.production-worker-inspection .dx-grid-toolbar,.production-worker-lots .dx-grid-toolbar{padding-block:3px}.production-worker-inspection tr.production-worker-inspection-middle>td{color:#1756b8}.production-worker-inspection tr.production-worker-inspection-final>td{color:#237b2a}.production-worker-inspection tr.production-worker-inspection-fail>td{background:color-mix(in srgb, #ffebe8 82%, var(--surface));color:#b42318;font-weight:700}.production-worker-tabs{box-sizing:border-box;border-bottom:1px solid var(--border);background:linear-gradient(180deg, var(--surface-muted,#f1f2f3), #dfe2e4);flex:0 0 37px;gap:3px;padding:4px 7px 0;display:flex}.production-worker-tabs .production-worker-button{border:1px solid color-mix(in srgb, var(--production-worker-button-tone) 48%, var(--border));background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 84%, var(--production-worker-button-tone) 16%), color-mix(in srgb, var(--surface-muted) 68%, var(--production-worker-button-tone) 32%));border-bottom:0;border-radius:6px 6px 0 0;min-width:72px;min-height:30px;padding:3px 10px;font-weight:700;box-shadow:inset 0 1px #ffffffa6}.production-worker-tabs .production-worker-button-icon{flex-basis:18px;width:18px;height:18px}.production-worker-tabs .production-worker-button-icon svg{width:12px;height:12px}.production-worker-tabs .production-worker-button[aria-selected=true]{border-color:color-mix(in srgb, var(--production-worker-button-tone) 74%, var(--border));background:linear-gradient(180deg, color-mix(in srgb, var(--surface) 66%, var(--production-worker-button-tone) 34%), color-mix(in srgb, var(--surface) 50%, var(--production-worker-button-tone) 50%));box-shadow:inset 0 3px 0 var(--production-worker-button-ink), inset 0 1px 0 #ffffffb8;color:color-mix(in srgb, var(--text) 46%, var(--production-worker-button-ink) 54%);font-weight:900}.production-worker-family article{background:color-mix(in srgb, var(--surface) 96%, var(--accent) 4%);flex:1 1 0;grid-template-rows:auto minmax(100px,1fr) auto;gap:clamp(8px,1.5vh,16px);min-height:0;padding:clamp(10px,2vh,18px) clamp(12px,2.5vw,34px);display:grid;overflow:auto}.production-worker-product-summary{border:1px solid color-mix(in srgb, var(--border) 68%, var(--accent) 32%);border-left:4px solid var(--accent);background:var(--surface);border-radius:7px;grid-template-columns:minmax(150px,.9fr) minmax(220px,1.6fr) minmax(100px,.65fr);min-width:0;margin:0;display:grid;overflow:hidden;box-shadow:0 2px 6px #0f172a14}.production-worker-product-summary>div{border-right:1px solid var(--border);min-width:0;padding:8px 12px}.production-worker-product-summary>div:last-child{border-right:0}.production-worker-product-summary dt,.production-worker-product-summary dd{min-width:0;margin:0}.production-worker-product-summary dt{color:var(--text-muted);margin-bottom:3px;font-size:11px;font-weight:700}.production-worker-product-summary dd{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:clamp(14px,1.25vw,18px);font-weight:750;line-height:1.25;overflow:hidden}.production-worker-counts{grid-template-columns:repeat(3,minmax(110px,1fr));align-self:stretch;gap:clamp(9px,1.6vw,24px);min-height:0;margin:0;display:grid}.production-worker-counts>div{border:1px solid var(--border);background:var(--surface);border-top-width:4px;border-radius:9px;align-content:center;justify-items:center;min-width:0;padding:clamp(8px,1.8vh,16px) 10px;display:grid;box-shadow:0 3px 9px #0f172a17}.production-worker-counts span{font-size:clamp(21px,2.2vw,34px);font-weight:800;line-height:1.05}.production-worker-counts output{color:var(--text);letter-spacing:-.025em;margin-top:clamp(6px,1.5vh,15px);font-size:clamp(29px,2.7vw,46px);font-weight:800;line-height:1}.production-worker-counts .is-good{border-top-color:var(--production-worker-good);background:color-mix(in srgb, var(--surface) 91%, var(--production-worker-good) 9%)}.production-worker-counts .is-bad{border-top-color:var(--production-worker-bad);background:color-mix(in srgb, var(--surface) 91%, var(--production-worker-bad) 9%)}.production-worker-counts .is-total{border-top-color:var(--production-worker-total);background:color-mix(in srgb, var(--surface) 91%, var(--production-worker-total) 9%)}.production-worker-counts .is-good span{color:var(--production-worker-good)}.production-worker-counts .is-bad span{color:var(--production-worker-bad)}.production-worker-counts .is-total span{color:var(--production-worker-total)}.production-worker-bad-types{grid-template-columns:repeat(4,minmax(86px,1fr));gap:clamp(7px,1.4vw,18px);margin:0;display:grid}.production-worker-bad-card{border:1px solid color-mix(in srgb, var(--border) 72%, var(--production-worker-bad) 28%);background:color-mix(in srgb, var(--surface) 94%, var(--production-worker-bad) 6%);border-radius:8px;grid-template-rows:44px 40px;gap:6px;min-width:0;padding:7px;display:grid}.production-worker-bad-types .production-worker-button{width:100%;min-height:42px;padding:5px 9px;font-size:clamp(14px,1.2vw,17px)}.production-worker-bad-types input{border:1px solid color-mix(in srgb, var(--border) 66%, var(--production-worker-bad) 34%);background:var(--surface);width:100%;min-height:38px;color:var(--text);text-align:center;appearance:textfield;border-radius:5px;font-size:19px;font-weight:800}.production-worker-bad-types input:focus-visible{border-color:var(--accent);outline:2px solid color-mix(in srgb, var(--accent) 30%, transparent);outline-offset:1px}.production-worker-bad-types input::-webkit-inner-spin-button{appearance:none;margin:0}.production-worker-bad-types input::-webkit-outer-spin-button{appearance:none;margin:0}.production-worker-empty{min-height:24px;color:var(--text-muted);margin:0;padding:18px}.production-worker-dialog table{border-collapse:collapse;width:100%}.production-worker-dialog th,.production-worker-dialog td{border:1px solid var(--border);text-align:left;padding:6px 8px}.production-worker-dialog th{background:var(--surface-muted,#f1f1f1);text-align:center}.production-worker-dialog-backdrop{z-index:2100;background:#0000005c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.production-worker-dialog{border:1px solid var(--border);background:var(--surface);flex-direction:column;width:min(1050px,100vw - 48px);height:min(560px,100vh - 48px);display:flex;box-shadow:0 18px 50px #0000003d}.production-worker-dialog>header,.production-worker-dialog>footer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.production-worker-dialog>footer{border-top:1px solid var(--border);border-bottom:0}.production-worker-dialog>footer button{margin-left:6px}.production-worker-dialog-close{flex:0 0 30px;width:30px;min-width:30px;min-height:28px;padding:2px}.production-worker-dialog-close .production-worker-button-icon{background:0 0;border:0;flex-basis:18px;width:18px;height:18px}.production-worker-grid-action{min-height:26px;padding:2px 6px;font-size:11px}.production-worker-grid-action .production-worker-button-icon{flex-basis:17px;width:17px;height:17px}.production-worker-grid-action .production-worker-button-icon svg{width:11px;height:11px}.production-worker-dialog-table{flex:auto;overflow:auto}.production-worker-dialog-tools{border-bottom:1px solid var(--border);background:var(--surface-muted,#f6f7f9);gap:6px;padding:7px 12px;display:flex}.production-worker-history-dialog{width:min(1120px,100vw - 48px)}.production-worker-history-dialog input{border:1px solid var(--border);background:var(--surface);width:100%;min-width:100px}.production-worker-history-dialog tr.is-deleted{opacity:.55;text-decoration:line-through}.production-worker-dialog tr.is-selected,.production-worker-dialog tbody tr:hover{background:var(--selected-bg,#dceeff)}.production-worker-dialog td.number{text-align:right}@media (height<=760px){.production-worker-family article{grid-template-rows:auto minmax(72px,1fr) auto;gap:6px;padding:7px 10px}.production-worker-product-summary>div{padding:5px 8px}.production-worker-product-summary dt{margin-bottom:1px;font-size:10px}.production-worker-product-summary dd{font-size:14px}.production-worker-counts>div{border-top-width:3px;padding:5px 7px}.production-worker-counts span{font-size:20px}.production-worker-counts output{margin-top:4px;font-size:28px}.production-worker-bad-card{grid-template-rows:34px 32px;gap:4px;padding:5px}.production-worker-bad-types .production-worker-button{min-height:34px;padding:3px 6px;font-size:13px}.production-worker-bad-types .production-worker-button-icon{flex-basis:18px;width:18px;height:18px}.production-worker-bad-types input{min-height:32px;padding-block:2px;font-size:16px}}.production-performance-monitor-page{min-width:1500px;color:var(--text);padding:0;overflow:hidden}.production-performance-monitor-clock{border:1px solid var(--border);background:var(--surface);border-bottom:0;align-items:center;min-height:64px;padding:0 18px;display:flex}.production-performance-monitor-clock time{letter-spacing:.02em;font-size:40px;font-weight:800}.production-performance-monitor-grid{border:1px solid var(--border);background:var(--surface);width:100%;max-height:calc(100vh - 176px);overflow:auto}.production-performance-monitor-grid table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1690px}.production-performance-monitor-grid th,.production-performance-monitor-grid td{border:1px solid var(--border);text-overflow:ellipsis;white-space:nowrap;height:54px;padding:6px 10px;overflow:hidden}.production-performance-monitor-grid th{z-index:1;background:var(--surface-muted,#f1f1f1);text-align:center;height:58px;font-size:30px;font-weight:800;position:sticky;top:0}.production-performance-monitor-grid td{font-size:28px}.production-performance-monitor-grid th:first-child{width:120px}.production-performance-monitor-grid th:nth-child(2){width:130px}.production-performance-monitor-grid th:nth-child(3){width:290px}.production-performance-monitor-grid th:nth-child(4){width:180px}.production-performance-monitor-grid th:nth-child(5){width:90px}.production-performance-monitor-grid th:nth-child(6){width:120px}.production-performance-monitor-grid th:nth-child(7),.production-performance-monitor-grid th:nth-child(8){width:135px}.production-performance-monitor-grid th:nth-child(9){width:120px}.production-performance-monitor-grid th:nth-child(10){width:175px}.production-performance-monitor-grid th:nth-child(11){width:200px}.production-performance-monitor-grid th.quantity,.production-performance-monitor-grid td.emphasis{color:#d20c0c}.production-performance-monitor-grid td.center{text-align:center}.production-performance-monitor-grid td.number{text-align:right;font-variant-numeric:tabular-nums}.production-performance-progress{background:#f5f5f5;height:50px;overflow:hidden;box-shadow:inset 0 1px 2px #0000001f}.production-performance-progress span{color:#000;background:#5392ec;justify-content:center;align-items:center;min-width:2.5em;height:100%;font-size:25px;transition:width .6s;display:flex}.production-performance-monitor-grid .empty-row td{height:120px;color:var(--text-muted);text-align:center}.production-performance-monitor-status{min-height:22px;color:var(--text-muted);margin:0;padding:5px 10px}.quality-status-monitor-page{min-width:1280px;color:var(--text);padding:0;overflow:hidden}.quality-status-monitor-clock{border:1px solid var(--border);background:var(--surface);border-bottom:0;align-items:center;min-height:64px;padding:0 18px;display:flex}.quality-status-monitor-clock time{letter-spacing:.02em;font-size:40px;font-weight:800}.quality-status-monitor-grid{border:1px solid var(--border);background:var(--surface);width:100%;max-height:calc(100vh - 176px);overflow:auto}.quality-status-monitor-grid table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1290px}.quality-status-monitor-grid th,.quality-status-monitor-grid td{border:1px solid var(--border);text-overflow:ellipsis;white-space:nowrap;height:54px;padding:6px 10px;overflow:hidden}.quality-status-monitor-grid th{z-index:1;background:var(--surface-muted,#f1f1f1);text-align:center;height:58px;font-size:30px;font-weight:800;position:sticky;top:0}.quality-status-monitor-grid td{font-size:28px}.quality-status-monitor-grid th:first-child,.quality-status-monitor-grid th:nth-child(2){width:135px}.quality-status-monitor-grid th:nth-child(3){width:325px}.quality-status-monitor-grid th:nth-child(5){width:90px}.quality-status-monitor-grid th:nth-child(6){width:135px}.quality-status-monitor-grid th:nth-child(7),.quality-status-monitor-grid th:nth-child(8),.quality-status-monitor-grid th:nth-child(9),.quality-status-monitor-grid th:nth-child(10),.quality-status-monitor-grid th:nth-child(11){width:94px}.quality-status-monitor-grid .contract-hidden{display:none}.quality-status-monitor-grid .defect{color:#d20c0c}.quality-status-monitor-grid td.center{text-align:center}.quality-status-monitor-grid td.number{text-align:right;font-variant-numeric:tabular-nums}.quality-status-monitor-grid .empty-row td{height:120px;color:var(--text-muted);text-align:center}.quality-status-monitor-status{min-height:22px;color:var(--text-muted);margin:0;padding:5px 10px}.machine-operating-time-registration-page{min-width:720px}.machine-operating-time-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;gap:28px;padding:10px 16px;display:flex}.machine-operating-time-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.machine-operating-time-filter input,.machine-operating-time-filter select{border:1px solid var(--border);background:var(--surface);height:28px}.machine-operating-time-grid{border:1px solid var(--border);background:var(--surface);flex-direction:column;flex:auto;min-height:0;max-height:none;margin-top:8px;display:flex;overflow:hidden}.machine-operating-time-grid>.dx-grid,.machine-operating-time-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0;max-height:none}.machine-operating-time-grid table{border-collapse:collapse;table-layout:fixed;width:100%}.machine-operating-time-grid th,.machine-operating-time-grid td{border:1px solid var(--border);height:45px;padding:6px 10px;font-size:17px}.machine-operating-time-grid th{z-index:1;background:var(--surface-muted,#f1f1f1);text-align:center;position:sticky;top:0}.machine-operating-time-grid th:first-child{width:36%}.machine-operating-time-grid th:nth-child(2){width:24%}.machine-operating-time-grid th:nth-child(3){width:40%}.machine-operating-time-grid td:first-child{background:var(--surface);vertical-align:middle}.machine-operating-time-grid td:nth-last-child(2){text-align:center}.machine-operating-time-grid select,.machine-operating-time-grid input{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);width:100%;height:32px;font:inherit}.machine-operating-time-grid select{text-align:center}.machine-operating-time-grid select:disabled{color:var(--text);opacity:1}.machine-operating-time-grid input{text-align:right;font-variant-numeric:tabular-nums;padding-right:10px}.machine-operating-time-status{min-height:24px;color:var(--text-muted);margin:0;padding:6px 8px}.machine-operating-time-registration-page{--weekly-panel-border:color-mix(in srgb, var(--border) 76%, var(--accent) 24%);--weekly-filter-bg:color-mix(in srgb, var(--panel-bg) 90%, var(--accent) 10%);--weekly-row-alt:color-mix(in srgb, var(--panel-bg) 94%, var(--accent) 6%)}.machine-operating-time-registration-page>h2{color:var(--text);letter-spacing:-.012em;font-weight:800}.machine-operating-time-filter{border-color:var(--weekly-panel-border);background:var(--weekly-filter-bg);box-shadow:0 1px 2px color-mix(in srgb, var(--text) 7%, transparent)}.machine-operating-time-filter input,.machine-operating-time-filter select,.machine-operating-time-grid input,.machine-operating-time-grid select{border-color:color-mix(in srgb, var(--border) 82%, var(--accent) 18%);background:var(--input-bg,var(--panel-bg));color:var(--text)}.machine-operating-time-filter input:focus-visible,.machine-operating-time-filter select:focus-visible,.machine-operating-time-grid input:focus-visible,.machine-operating-time-grid select:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 72%, transparent);outline-offset:-1px}.machine-operating-time-grid{border-color:var(--weekly-panel-border);background:var(--panel-bg);box-shadow:0 1px 3px color-mix(in srgb, var(--text) 8%, transparent)}.machine-operating-time-grid .dx-grid-head thead tr:not(.dx-filter-row) th{border-color:var(--weekly-panel-border);background:var(--grid-head-bg);color:var(--text);font-weight:800}.machine-operating-time-grid .dx-grid-head thead tr.dx-filter-row th{background:var(--surface-2)}.machine-operating-time-grid .dx-group-box{border-color:color-mix(in srgb, var(--accent) 24%, var(--border));background:color-mix(in srgb, var(--surface-2) 94%, var(--accent) 6%)}.machine-operating-time-grid .dx-grid-search input,.machine-operating-time-grid .dx-filter-row input{border-color:color-mix(in srgb, var(--accent) 18%, var(--border));background:var(--input-bg,var(--panel-bg));color:var(--text)}.machine-operating-time-grid .dx-grid-search input::placeholder,.machine-operating-time-grid .dx-filter-row input::placeholder{color:var(--text-muted);opacity:.9}.machine-operating-time-grid .dx-grid-search input:focus,.machine-operating-time-grid .dx-filter-row input:focus{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent)}.machine-operating-time-grid .grid-table tbody td{background:var(--panel-bg);color:var(--text);font-variant-numeric:tabular-nums}.machine-operating-time-grid .grid-table tbody tr:nth-child(2n):not(.row-selected)>td{background:var(--weekly-row-alt)}.machine-operating-time-grid .grid-table tbody tr:not(.row-selected):hover>td{background:var(--hover-bg)}.machine-operating-time-grid .grid-table tbody tr.row-selected>td{background:color-mix(in srgb, var(--accent) 20%, var(--panel-bg));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.machine-operating-time-grid .grid-table tbody tr.row-selected>td:first-child{box-shadow:inset 3px 0 0 var(--accent), inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.machine-operating-time-grid .grid-table tbody td.dx-cell-rowspan{background:color-mix(in srgb, var(--panel-bg) 95%, var(--accent) 5%);font-weight:700}.machine-operating-time-grid .grid-empty{background:var(--panel-bg);color:var(--text-muted);font-size:15px}.machine-operating-time-grid .dx-grid-scroll{scrollbar-color:color-mix(in srgb, var(--accent) 42%, var(--border)) transparent;scrollbar-width:thin}.machine-operation-status-page{min-width:1120px}.machine-operation-status-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;gap:28px;padding:10px 16px;display:flex}.machine-operation-status-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.machine-operation-status-filter input,.machine-operation-status-filter select{border:1px solid var(--border);background:var(--surface);height:28px}.machine-operation-status-grid{border:1px solid var(--border);background:var(--surface);flex-direction:column;flex:auto;min-height:0;max-height:none;margin-top:8px;display:flex;overflow:hidden}.machine-operation-status-grid>.dx-grid,.machine-operation-status-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0;max-height:none}.machine-operation-status-grid table{border-collapse:collapse;table-layout:fixed;width:2520px}.machine-operation-status-grid .grid-table th,.machine-operation-status-grid .grid-table td{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);text-align:right;font-variant-numeric:tabular-nums;width:120px;padding:5px 8px;font-size:20px}.machine-operation-status-grid .grid-table tbody td{vertical-align:middle;height:53px}.machine-operation-status-grid .dx-grid-head .grid-table thead tr:not(.dx-filter-row) th{background:var(--surface-muted,#f1f1f1);text-align:center;height:45px;font-weight:800}.machine-operation-status-grid .dx-grid-head .grid-table thead tr.dx-filter-row th{height:30px}.machine-operation-status-grid .grid-table tbody td:first-child{text-align:left}.machine-operation-status-grid .grid-table tfoot{z-index:3;position:sticky;bottom:0}.machine-operation-status-grid .grid-table tfoot tr.machine-operation-status-total>td:not(.dx-spacer){color:#000;background:#ffc;border-color:#b8b8b8;height:30px;padding:0 5px 0 10px;font-style:italic;font-weight:400;text-align:right!important}.machine-operation-status-status{min-height:24px;color:var(--text-muted);margin:0;padding:6px 8px}.machine-operation-status-page{--weekly-panel-border:color-mix(in srgb, var(--border) 76%, var(--accent) 24%);--weekly-filter-bg:color-mix(in srgb, var(--panel-bg) 90%, var(--accent) 10%);--weekly-row-alt:color-mix(in srgb, var(--panel-bg) 94%, var(--accent) 6%);--weekly-total-bg:color-mix(in srgb, var(--warning-bg) 84%, var(--panel-bg))}.machine-operation-status-page>h2{color:var(--text);letter-spacing:-.012em;font-weight:800}.machine-operation-status-filter{border-color:var(--weekly-panel-border);background:var(--weekly-filter-bg);box-shadow:0 1px 2px color-mix(in srgb, var(--text) 7%, transparent)}.machine-operation-status-filter input,.machine-operation-status-filter select{border-color:color-mix(in srgb, var(--border) 82%, var(--accent) 18%);background:var(--input-bg,var(--panel-bg));color:var(--text)}.machine-operation-status-filter input:focus-visible,.machine-operation-status-filter select:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 72%, transparent);outline-offset:-1px}.machine-operation-status-grid{border-color:var(--weekly-panel-border);background:var(--panel-bg);box-shadow:0 1px 3px color-mix(in srgb, var(--text) 8%, transparent)}.machine-operation-status-grid .dx-grid-head .grid-table thead tr:not(.dx-filter-row) th{border-color:var(--weekly-panel-border);background:var(--grid-head-bg);color:var(--text)}.machine-operation-status-grid .dx-grid-head .grid-table thead tr.dx-filter-row th{background:var(--surface-2)}.machine-operation-status-grid .dx-group-box{border-color:color-mix(in srgb, var(--accent) 24%, var(--border));background:color-mix(in srgb, var(--surface-2) 94%, var(--accent) 6%)}.machine-operation-status-grid .dx-grid-search input,.machine-operation-status-grid .dx-filter-row input{border-color:color-mix(in srgb, var(--accent) 18%, var(--border));background:var(--input-bg,var(--panel-bg));color:var(--text)}.machine-operation-status-grid .dx-grid-search input::placeholder,.machine-operation-status-grid .dx-filter-row input::placeholder{color:var(--text-muted);opacity:.9}.machine-operation-status-grid .dx-grid-search input:focus,.machine-operation-status-grid .dx-filter-row input:focus{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent)}.machine-operation-status-grid .grid-table tbody td{background:var(--panel-bg);color:var(--text)}.machine-operation-status-grid .grid-table tbody tr:nth-child(2n):not(.row-selected)>td{background:var(--weekly-row-alt)}.machine-operation-status-grid .grid-table tbody tr:not(.row-selected):hover>td{background:var(--hover-bg)}.machine-operation-status-grid .grid-table tbody tr.row-selected>td{background:color-mix(in srgb, var(--accent) 20%, var(--panel-bg));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.machine-operation-status-grid .grid-table tbody tr.row-selected>td:first-child{box-shadow:inset 3px 0 0 var(--accent), inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.machine-operation-status-grid .grid-table tfoot tr.machine-operation-status-total>td:not(.dx-spacer){border-color:color-mix(in srgb, var(--weekly-panel-border) 72%, var(--accent));background:var(--weekly-total-bg);color:var(--text);font-weight:600}.machine-operation-status-grid .grid-empty{background:var(--panel-bg);color:var(--text-muted);font-size:15px}.machine-operation-status-grid .dx-grid-scroll{scrollbar-color:color-mix(in srgb, var(--accent) 42%, var(--border)) transparent;scrollbar-width:thin}.machine-downtime-status-page{min-width:1180px;overflow:auto}.machine-downtime-status-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;gap:28px;padding:10px 16px;display:flex}.machine-downtime-status-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.machine-downtime-status-filter input,.machine-downtime-status-filter select{border:1px solid var(--border);background:var(--surface);height:30px}.machine-downtime-status-summary{border:1px solid var(--border);background:var(--surface);flex:none;min-height:294px;margin-top:12px;overflow:auto hidden}.machine-downtime-status-summary table{border-collapse:collapse;table-layout:fixed;width:1584px;min-width:1584px}.machine-downtime-status-summary th,.machine-downtime-status-summary td{text-align:center;font-variant-numeric:tabular-nums;border:1px solid #222;width:132px;height:25px;padding:1px 4px;font-size:20px}.machine-downtime-status-summary th{color:#222;text-align:center;background:#faecc5;font-weight:800}.machine-downtime-status-chart h3{border-bottom:1px solid var(--border);color:#222;text-align:center;background:linear-gradient(#e0e0e0,#d9d9d9);height:31px;margin:0;padding:6px 12px;font-size:13px}.machine-downtime-status-summary td.cause-result{text-align:left}.machine-downtime-status-charts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px;display:grid}.machine-downtime-status-chart{border:1px solid var(--border);background:var(--surface);min-width:0}.machine-downtime-status-chart-body{justify-content:center;align-items:center;gap:28px;min-height:370px;padding:18px;display:flex}.machine-downtime-status-donut{border-radius:50%;flex:0 0 300px;width:300px;height:300px}.machine-downtime-status-donut.is-empty{border:1px solid color-mix(in srgb, var(--border) 64%, var(--accent) 36%);place-items:center;display:grid}.machine-downtime-status-donut-empty{border:1px solid var(--weekly-panel-border,var(--border));background:var(--panel-bg);width:138px;height:138px;color:color-mix(in srgb, var(--text-muted) 82%, var(--text));box-shadow:0 2px 6px color-mix(in srgb, var(--text) 10%, transparent);border-radius:50%;place-items:center;font-size:15px;font-weight:700;display:grid}.machine-downtime-status-legend{gap:8px;min-width:190px;margin:0;padding:0;list-style:none;display:grid}.machine-downtime-status-legend li{grid-template-columns:12px minmax(100px,1fr) auto;align-items:center;gap:8px;font-size:18px;display:grid}.machine-downtime-status-legend i{border-radius:2px;width:10px;height:10px}.machine-downtime-status-legend strong{text-align:right;font-variant-numeric:tabular-nums}.machine-downtime-status-message{display:none}@media (width<=1400px){.machine-downtime-status-chart-body{gap:18px}.machine-downtime-status-donut{flex-basis:240px;width:240px;height:240px}}.machine-downtime-status-page{--weekly-panel-border:color-mix(in srgb, var(--border) 76%, var(--accent) 24%);--weekly-filter-bg:color-mix(in srgb, var(--panel-bg) 90%, var(--accent) 10%);--weekly-report-head:color-mix(in srgb, var(--warning-bg) 70%, var(--panel-bg))}.machine-downtime-status-page>h2{color:var(--text);letter-spacing:-.012em;font-weight:800}.machine-downtime-status-filter{border-color:var(--weekly-panel-border);background:var(--weekly-filter-bg);box-shadow:0 1px 2px color-mix(in srgb, var(--text) 7%, transparent)}.machine-downtime-status-filter input,.machine-downtime-status-filter select{border-color:color-mix(in srgb, var(--border) 82%, var(--accent) 18%);background:var(--input-bg,var(--panel-bg));color:var(--text)}.machine-downtime-status-filter input:focus-visible,.machine-downtime-status-filter select:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 72%, transparent);outline-offset:-1px}.machine-downtime-status-summary,.machine-downtime-status-chart{border-color:var(--weekly-panel-border);background:var(--panel-bg);box-shadow:0 1px 3px color-mix(in srgb, var(--text) 8%, transparent)}.machine-downtime-status-summary th,.machine-downtime-status-summary td{border-color:color-mix(in srgb, var(--border) 74%, var(--text) 26%);color:var(--text)}.machine-downtime-status-summary td{background:var(--panel-bg)}.machine-downtime-status-summary th{background:var(--weekly-report-head);color:var(--text)}.machine-downtime-status-summary tbody tr:hover td{background:var(--hover-bg)}.machine-downtime-status-chart h3{border-color:var(--weekly-panel-border);background:var(--grid-head-bg);color:var(--text);font-weight:800}.machine-downtime-status-chart-body{background:linear-gradient(180deg, var(--panel-bg), color-mix(in srgb, var(--panel-bg) 96%, var(--accent) 4%))}.machine-downtime-status-donut{filter:drop-shadow(0 2px 3px color-mix(in srgb, var(--text) 14%, transparent))}.machine-downtime-status-legend li{color:var(--text)}.machine-downtime-status-legend strong{color:var(--text-muted);font-weight:700}.machine-downtime-status-summary,.machine-downtime-status-page{scrollbar-color:color-mix(in srgb, var(--accent) 42%, var(--border)) transparent;scrollbar-width:thin}.machine-production-status-page{min-width:1120px}.machine-production-status-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;padding:10px 16px;display:flex}.machine-production-status-filter label{white-space:nowrap;align-items:center;gap:8px;font-weight:700;display:inline-flex;flex-flow:row!important}.machine-production-status-filter input{border:1px solid var(--border);background:var(--surface);height:30px}.machine-production-status-grid{border:1px solid var(--border);background:var(--surface);flex-direction:column;flex:auto;min-height:0;max-height:none;margin-top:8px;display:flex;overflow:hidden}.machine-production-status-grid>.dx-grid,.machine-production-status-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0;max-height:none}.machine-production-status-grid table{border-collapse:collapse;table-layout:fixed;width:1370px;min-width:1370px}.machine-production-status-grid th,.machine-production-status-grid td{border:1px solid var(--border);background:var(--surface);text-align:right;font-variant-numeric:tabular-nums;height:53px;padding:6px 9px;font-size:20px}.machine-production-status-grid thead th{z-index:2;background:var(--surface-muted,#f1f1f1);text-align:center;font-weight:800;position:sticky;top:0}.machine-production-status-grid th:first-child,.machine-production-status-grid th:nth-child(2){width:100px}.machine-production-status-grid th:nth-child(3){width:150px}.machine-production-status-grid th:nth-child(4){width:120px}.machine-production-status-grid tbody td:first-child{text-align:center}.machine-production-status-grid .grid-table tbody td{text-overflow:clip;white-space:nowrap;overflow:hidden}.machine-production-status-grid tbody td:nth-child(2),.machine-production-status-grid tbody td:nth-child(3),.machine-production-status-grid tbody td:nth-child(4){text-align:left}.machine-production-status-grid .grid-table tbody tr.row-selected>td{background:var(--row-selected)}.machine-production-status-grid tbody tr:only-child td[colspan]{text-align:center;color:var(--text-muted)}.machine-production-status-grid tfoot th,.machine-production-status-grid tfoot td{background:var(--surface-muted,#f6f7f9);font-weight:500;position:sticky;bottom:0}.machine-production-status-grid tfoot th{text-align:center}.machine-production-status-grid tfoot tr.machine-production-status-total>td{height:30px;color:var(--text);background:#ffc;font-size:20px;font-style:italic;font-weight:400}.machine-production-status-grid tfoot tr.machine-production-status-total>td:nth-child(-n+4){border-right-color:#0000}.machine-production-status-grid tfoot tr.machine-production-status-total>td:nth-child(n+2):nth-child(-n+4){border-left-color:#0000}.machine-production-status-grid tfoot tr.machine-production-status-total>td:first-child{color:#0000;position:relative;overflow:visible}.machine-production-status-grid tfoot tr.machine-production-status-total>td:first-child:after{z-index:1;width:470px;color:var(--text);content:"합계";place-items:center;display:grid;position:absolute;inset:0 auto 0 0}.machine-production-status-message{display:none}.machine-production-status-page{--weekly-panel-border:color-mix(in srgb, var(--border) 76%, var(--accent) 24%);--weekly-filter-bg:color-mix(in srgb, var(--panel-bg) 90%, var(--accent) 10%);--weekly-row-alt:color-mix(in srgb, var(--panel-bg) 94%, var(--accent) 6%);--weekly-total-bg:color-mix(in srgb, var(--warning-bg) 84%, var(--panel-bg))}.machine-production-status-page>h2{color:var(--text);letter-spacing:-.012em;font-weight:800}.machine-production-status-filter{border-color:var(--weekly-panel-border);background:var(--weekly-filter-bg);box-shadow:0 1px 2px color-mix(in srgb, var(--text) 7%, transparent)}.machine-production-status-filter input{border-color:color-mix(in srgb, var(--border) 82%, var(--accent) 18%);background:var(--input-bg,var(--panel-bg));color:var(--text)}.machine-production-status-filter input:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 72%, transparent);outline-offset:-1px}.machine-production-status-grid{border-color:var(--weekly-panel-border);background:var(--panel-bg);box-shadow:0 1px 3px color-mix(in srgb, var(--text) 8%, transparent)}.machine-production-status-grid .dx-grid-head thead tr:not(.dx-filter-row) th{border-color:var(--weekly-panel-border);background:var(--grid-head-bg);color:var(--text)}.machine-production-status-grid .dx-grid-head thead tr.dx-filter-row th{background:var(--surface-2)}.machine-production-status-grid .dx-group-box{border-color:color-mix(in srgb, var(--accent) 24%, var(--border));background:color-mix(in srgb, var(--surface-2) 94%, var(--accent) 6%)}.machine-production-status-grid .dx-grid-search input,.machine-production-status-grid .dx-filter-row input{border-color:color-mix(in srgb, var(--accent) 18%, var(--border));background:var(--input-bg,var(--panel-bg));color:var(--text)}.machine-production-status-grid .dx-grid-search input::placeholder,.machine-production-status-grid .dx-filter-row input::placeholder{color:var(--text-muted);opacity:.9}.machine-production-status-grid .dx-grid-search input:focus,.machine-production-status-grid .dx-filter-row input:focus{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent)}.machine-production-status-grid .grid-table tbody td{background:var(--panel-bg);color:var(--text)}.machine-production-status-grid .grid-table tbody tr:nth-child(2n):not(.row-selected)>td{background:var(--weekly-row-alt)}.machine-production-status-grid .grid-table tbody tr:not(.row-selected):hover>td{background:var(--hover-bg)}.machine-production-status-grid .grid-table tbody tr.row-selected>td{background:color-mix(in srgb, var(--accent) 20%, var(--panel-bg));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.machine-production-status-grid .grid-table tbody tr.row-selected>td:first-child{box-shadow:inset 3px 0 0 var(--accent), inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.machine-production-status-grid .grid-table tfoot tr.machine-production-status-total>td{border-color:color-mix(in srgb, var(--weekly-panel-border) 72%, var(--accent));background:var(--weekly-total-bg);color:var(--text);font-weight:600}.machine-production-status-grid .grid-table tfoot tr.machine-production-status-total>td:first-child{color:#0000}.machine-production-status-grid .grid-table tfoot tr.machine-production-status-total>td:first-child:after{color:var(--text)}.machine-production-status-grid .grid-empty{background:var(--panel-bg);color:var(--text-muted);font-size:15px}.machine-production-status-grid .dx-grid-scroll{scrollbar-color:color-mix(in srgb, var(--accent) 42%, var(--border)) transparent;scrollbar-width:thin}.business-sales-status-page{min-width:1120px}.business-sales-status-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;padding:10px 16px;display:flex}.business-sales-status-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.business-sales-status-filter input{border:1px solid var(--border);background:var(--surface);height:30px}.business-sales-status-grid{border:1px solid var(--border);background:var(--surface);flex-direction:column;flex:auto;min-height:0;max-height:none;margin-top:8px;display:flex;overflow:hidden}.business-sales-status-grid>.dx-grid,.business-sales-status-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0;max-height:none}.business-sales-status-grid table{border-collapse:collapse;table-layout:fixed;width:2340px}.business-sales-status-grid th,.business-sales-status-grid td{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);text-align:right;font-variant-numeric:tabular-nums;width:150px;height:53px;padding:6px 9px;font-size:20px}.business-sales-status-grid thead th{z-index:2;background:var(--surface-muted,#f1f1f1);text-align:center;font-weight:800;position:sticky;top:0}.business-sales-status-grid th:first-child,.business-sales-status-grid td:first-child{text-align:center;width:70px}.business-sales-status-grid th:nth-child(2),.business-sales-status-grid td:nth-child(2){text-align:left;width:120px}.business-sales-status-grid .grid-table tbody td{text-overflow:clip;white-space:nowrap;overflow:hidden}.business-sales-status-grid th:nth-child(6),.business-sales-status-grid td:nth-child(6),.business-sales-status-grid th:nth-child(9),.business-sales-status-grid td:nth-child(9),.business-sales-status-grid th:nth-child(12),.business-sales-status-grid td:nth-child(12),.business-sales-status-grid th:nth-child(15),.business-sales-status-grid td:nth-child(15),.business-sales-status-grid th:nth-child(18),.business-sales-status-grid td:nth-child(18){text-align:center;width:100px}.business-sales-status-grid .grid-table tbody tr.row-selected>td{background:var(--row-selected)}.business-sales-status-grid tbody tr:only-child td[colspan]{text-align:center;color:var(--text-muted)}.business-sales-status-grid tfoot th,.business-sales-status-grid tfoot td{background:var(--surface-muted,#f6f7f9);font-weight:500;position:sticky;bottom:0}.business-sales-status-grid tfoot th{text-align:center}.business-sales-status-grid tfoot tr.business-sales-status-total>td{height:30px;color:var(--text);background:#ffc;font-size:20px;font-style:italic;font-weight:400}.business-sales-status-grid tfoot tr.business-sales-status-total>td:first-child{color:#0000;border-right-color:#0000;position:relative;overflow:visible}.business-sales-status-grid tfoot tr.business-sales-status-total>td:nth-child(2){border-left-color:#0000}.business-sales-status-grid tfoot tr.business-sales-status-total>td:first-child:after{z-index:1;width:190px;color:var(--text);content:"합계";place-items:center;display:grid;position:absolute;inset:0 auto 0 0}.business-sales-status-message{display:none}.business-sales-status-page{--weekly-panel-border:color-mix(in srgb, var(--border) 76%, var(--accent) 24%);--weekly-filter-bg:color-mix(in srgb, var(--panel-bg) 90%, var(--accent) 10%);--weekly-row-alt:color-mix(in srgb, var(--panel-bg) 94%, var(--accent) 6%);--weekly-total-bg:color-mix(in srgb, var(--warning-bg) 84%, var(--panel-bg))}.business-sales-status-page>h2{color:var(--text);letter-spacing:-.012em;font-weight:800}.business-sales-status-filter{border-color:var(--weekly-panel-border);background:var(--weekly-filter-bg);box-shadow:0 1px 2px color-mix(in srgb, var(--text) 7%, transparent)}.business-sales-status-filter input{border-color:color-mix(in srgb, var(--border) 82%, var(--accent) 18%);background:var(--input-bg,var(--panel-bg));color:var(--text)}.business-sales-status-filter input:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 72%, transparent);outline-offset:-1px}.business-sales-status-grid{border-color:var(--weekly-panel-border);background:var(--panel-bg);box-shadow:0 1px 3px color-mix(in srgb, var(--text) 8%, transparent)}.business-sales-status-grid .dx-grid-head thead tr:not(.dx-filter-row) th{border-color:var(--weekly-panel-border);background:var(--grid-head-bg);color:var(--text)}.business-sales-status-grid .dx-grid-head thead tr.dx-filter-row th{background:var(--surface-2)}.business-sales-status-grid .dx-group-box{border-color:color-mix(in srgb, var(--accent) 24%, var(--border));background:color-mix(in srgb, var(--surface-2) 94%, var(--accent) 6%)}.business-sales-status-grid .dx-grid-search input,.business-sales-status-grid .dx-filter-row input{border-color:color-mix(in srgb, var(--accent) 18%, var(--border));background:var(--input-bg,var(--panel-bg));color:var(--text)}.business-sales-status-grid .dx-grid-search input::placeholder,.business-sales-status-grid .dx-filter-row input::placeholder{color:var(--text-muted);opacity:.9}.business-sales-status-grid .dx-grid-search input:focus,.business-sales-status-grid .dx-filter-row input:focus{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent)}.business-sales-status-grid .grid-table tbody td{background:var(--panel-bg);color:var(--text)}.business-sales-status-grid .grid-table tbody tr:nth-child(2n):not(.row-selected)>td{background:var(--weekly-row-alt)}.business-sales-status-grid .grid-table tbody tr:not(.row-selected):hover>td{background:var(--hover-bg)}.business-sales-status-grid .grid-table tbody tr.row-selected>td{background:color-mix(in srgb, var(--accent) 20%, var(--panel-bg));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.business-sales-status-grid .grid-table tbody tr.row-selected>td:first-child{box-shadow:inset 3px 0 0 var(--accent), inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.business-sales-status-grid .grid-table tfoot tr.business-sales-status-total>td{border-color:color-mix(in srgb, var(--weekly-panel-border) 72%, var(--accent));background:var(--weekly-total-bg);color:var(--text);font-weight:600}.business-sales-status-grid .grid-table tfoot tr.business-sales-status-total>td:first-child{color:#0000}.business-sales-status-grid .grid-table tfoot tr.business-sales-status-total>td:first-child:after{color:var(--text)}.business-sales-status-grid .grid-empty{background:var(--panel-bg);color:var(--text-muted);font-size:15px}.business-sales-status-grid .dx-grid-scroll{scrollbar-color:color-mix(in srgb, var(--accent) 42%, var(--border)) transparent;scrollbar-width:thin}.purchase-sales-status-page{min-width:1120px}.purchase-sales-status-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;gap:28px;padding:10px 16px;display:flex}.purchase-sales-status-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.purchase-sales-status-filter input,.purchase-sales-status-filter select{border:1px solid var(--border);background:var(--surface);height:30px}.purchase-sales-status-grid{border:1px solid var(--border);background:var(--surface);flex-direction:column;flex:auto;min-height:0;max-height:none;margin-top:8px;display:flex;overflow:hidden}.purchase-sales-status-grid>.dx-grid,.purchase-sales-status-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0;max-height:none}.purchase-sales-status-grid table{border-collapse:collapse;table-layout:fixed;width:1740px}.purchase-sales-status-grid th,.purchase-sales-status-grid td{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);text-align:right;font-variant-numeric:tabular-nums;width:150px;height:53px;padding:6px 9px;font-size:20px}.purchase-sales-status-grid thead th{z-index:2;background:var(--surface-muted,#f1f1f1);text-align:center;height:45px;font-weight:800;position:static}.purchase-sales-status-grid th:nth-child(7),.purchase-sales-status-grid td:nth-child(7),.purchase-sales-status-grid th:nth-child(10),.purchase-sales-status-grid td:nth-child(10){text-align:center;width:120px}.purchase-sales-status-grid tbody td:first-child,.purchase-sales-status-grid tbody td:nth-child(2){text-align:left}.purchase-sales-status-grid .grid-table tbody td{text-overflow:clip;white-space:nowrap;overflow:hidden}.purchase-sales-status-grid .grid-table tbody tr.row-selected>td{background:var(--row-selected)}.purchase-sales-status-grid tbody tr:only-child td[colspan]{text-align:center;color:var(--text-muted)}.purchase-sales-status-grid tfoot th,.purchase-sales-status-grid tfoot td{background:var(--surface-muted,#f6f7f9);font-weight:500;position:sticky;bottom:0}.purchase-sales-status-grid tfoot th{text-align:center}.purchase-sales-status-grid tfoot tr.purchase-sales-status-total>td{height:30px;color:var(--text);background:#ffc;font-size:20px;font-style:italic;font-weight:400}.purchase-sales-status-grid tfoot tr.purchase-sales-status-total>td:first-child{color:#0000;border-right-color:#0000;position:relative;overflow:visible}.purchase-sales-status-grid tfoot tr.purchase-sales-status-total>td:nth-child(2){border-left-color:#0000}.purchase-sales-status-grid tfoot tr.purchase-sales-status-total>td:first-child:after{z-index:1;width:300px;color:var(--text);content:"TOTAL";place-items:center;display:grid;position:absolute;inset:0 auto 0 0}.purchase-sales-status-message{display:none}.purchase-sales-status-page{--weekly-panel-border:color-mix(in srgb, var(--border) 76%, var(--accent) 24%);--weekly-filter-bg:color-mix(in srgb, var(--panel-bg) 90%, var(--accent) 10%);--weekly-row-alt:color-mix(in srgb, var(--panel-bg) 94%, var(--accent) 6%);--weekly-total-bg:color-mix(in srgb, var(--warning-bg) 84%, var(--panel-bg))}.purchase-sales-status-page>h2{color:var(--text);letter-spacing:-.012em;font-weight:800}.purchase-sales-status-filter{border-color:var(--weekly-panel-border);background:var(--weekly-filter-bg);box-shadow:0 1px 2px color-mix(in srgb, var(--text) 7%, transparent)}.purchase-sales-status-filter input,.purchase-sales-status-filter select{border-color:color-mix(in srgb, var(--border) 82%, var(--accent) 18%);background:var(--input-bg,var(--panel-bg));color:var(--text)}.purchase-sales-status-filter input:focus-visible,.purchase-sales-status-filter select:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 72%, transparent);outline-offset:-1px}.purchase-sales-status-grid{border-color:var(--weekly-panel-border);background:var(--panel-bg);box-shadow:0 1px 3px color-mix(in srgb, var(--text) 8%, transparent)}.purchase-sales-status-grid .dx-grid-head thead tr:not(.dx-filter-row) th{border-color:var(--weekly-panel-border);background:var(--grid-head-bg);color:var(--text)}.purchase-sales-status-grid .dx-grid-head thead tr.dx-filter-row th{background:var(--surface-2)}.purchase-sales-status-grid .dx-group-box{border-color:color-mix(in srgb, var(--accent) 24%, var(--border));background:color-mix(in srgb, var(--surface-2) 94%, var(--accent) 6%)}.purchase-sales-status-grid .dx-grid-search input,.purchase-sales-status-grid .dx-filter-row input{border-color:color-mix(in srgb, var(--accent) 18%, var(--border));background:var(--input-bg,var(--panel-bg));color:var(--text)}.purchase-sales-status-grid .dx-grid-search input::placeholder,.purchase-sales-status-grid .dx-filter-row input::placeholder{color:var(--text-muted);opacity:.9}.purchase-sales-status-grid .dx-grid-search input:focus,.purchase-sales-status-grid .dx-filter-row input:focus{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent)}.purchase-sales-status-grid .grid-table tbody td{background:var(--panel-bg);color:var(--text)}.purchase-sales-status-grid .grid-table tbody tr:nth-child(2n):not(.row-selected)>td{background:var(--weekly-row-alt)}.purchase-sales-status-grid .grid-table tbody tr:not(.row-selected):hover>td{background:var(--hover-bg)}.purchase-sales-status-grid .grid-table tbody tr.row-selected>td{background:color-mix(in srgb, var(--accent) 20%, var(--panel-bg));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.purchase-sales-status-grid .grid-table tbody tr.row-selected>td:first-child{box-shadow:inset 3px 0 0 var(--accent), inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.purchase-sales-status-grid .grid-table tfoot tr.purchase-sales-status-total>td{border-color:color-mix(in srgb, var(--weekly-panel-border) 72%, var(--accent));background:var(--weekly-total-bg);color:var(--text);font-weight:600}.purchase-sales-status-grid .grid-table tfoot tr.purchase-sales-status-total>td:first-child{color:#0000}.purchase-sales-status-grid .grid-table tfoot tr.purchase-sales-status-total>td:first-child:after{color:var(--text)}.purchase-sales-status-grid .grid-empty{background:var(--panel-bg);color:var(--text-muted);font-size:15px}.purchase-sales-status-grid .dx-grid-scroll{scrollbar-color:color-mix(in srgb, var(--accent) 42%, var(--border)) transparent;scrollbar-width:thin}.monthly-purchase-sales-status-page{min-width:1120px;overflow:auto}.monthly-purchase-sales-status-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;padding:10px 16px;display:flex}.monthly-purchase-sales-status-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.monthly-purchase-sales-status-filter input{border:1px solid var(--border);background:var(--surface);width:126px;height:30px}.monthly-purchase-sales-chart{border:1px solid var(--border);background:var(--surface);flex:none;min-height:612px;margin-top:8px;position:relative;overflow:auto hidden}.monthly-purchase-sales-chart-heading{z-index:3;position:absolute;top:10px;right:18px}.monthly-purchase-sales-chart-legend{gap:20px;display:flex}.monthly-purchase-sales-chart-legend span{align-items:center;gap:6px;font-size:14px;display:inline-flex}.monthly-purchase-sales-chart-legend i{border-radius:2px;width:12px;height:12px}.monthly-purchase-sales-chart-plot{width:100%;min-width:1440px;height:610px;padding:42px 14px 12px 82px;position:relative}.monthly-purchase-sales-chart-axis{width:68px;color:var(--text-muted);text-align:right;flex-direction:column;justify-content:space-between;font-size:11px;display:flex;position:absolute;top:43px;bottom:37px;left:8px}.monthly-purchase-sales-chart-canvas{border-bottom:1px solid var(--border);background:repeating-linear-gradient(to bottom, transparent 0, transparent calc(20% - 1px), color-mix(in srgb, var(--border) 55%, transparent) 20%);grid-template-columns:repeat(12,minmax(100px,1fr));height:100%;display:grid}.monthly-purchase-sales-bar-group{grid-template-rows:minmax(0,1fr) 25px;min-width:0;display:grid}.monthly-purchase-sales-bar-stage{justify-content:center;align-items:flex-end;gap:14px;padding-top:48px;display:flex}.monthly-purchase-sales-bar{border-radius:3px 3px 0 0;width:28px;min-height:1px;position:relative}.monthly-purchase-sales-bar span{width:78px;color:var(--text);text-align:center;white-space:nowrap;font-size:10px;font-weight:700;position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%)}.monthly-purchase-sales-bar-group>strong{text-align:center;align-self:end;font-size:14px}.monthly-purchase-sales-status-table{border:1px solid var(--border);background:var(--surface);flex:none;margin-top:8px;overflow-x:auto}.monthly-purchase-sales-status-table table{border-collapse:collapse;table-layout:fixed;width:1680px}.monthly-purchase-sales-status-table th,.monthly-purchase-sales-status-table td{border:1px solid var(--border);text-align:right;font-variant-numeric:tabular-nums;width:105px;height:34px;padding:4px 6px;font-size:15px}.monthly-purchase-sales-status-table th{color:#222;text-align:center;background:#faecc5;font-weight:800}.monthly-purchase-sales-status-table tbody th:first-child{width:50px}.monthly-purchase-sales-status-table tbody th:nth-child(2){text-align:left;width:160px}.monthly-purchase-sales-status-table .target{color:#1357d4}.monthly-purchase-sales-status-message{display:none}.monthly-purchase-sales-status-page{--weekly-panel-border:color-mix(in srgb, var(--border) 76%, var(--accent) 24%);--weekly-filter-bg:color-mix(in srgb, var(--panel-bg) 90%, var(--accent) 10%);--weekly-report-head:color-mix(in srgb, var(--warning-bg) 70%, var(--panel-bg));--weekly-chart-in:#3f73c6;--weekly-chart-out:#d56552}.monthly-purchase-sales-status-page>h2{color:var(--text);letter-spacing:-.012em;font-weight:800}.monthly-purchase-sales-status-filter{border-color:var(--weekly-panel-border);background:var(--weekly-filter-bg);box-shadow:0 1px 2px color-mix(in srgb, var(--text) 7%, transparent)}.monthly-purchase-sales-status-filter input{border-color:color-mix(in srgb, var(--border) 82%, var(--accent) 18%);background:var(--input-bg,var(--panel-bg));color:var(--text)}.monthly-purchase-sales-status-filter input:focus-visible{outline:2px solid color-mix(in srgb, var(--accent) 72%, transparent);outline-offset:-1px}.monthly-purchase-sales-chart,.monthly-purchase-sales-status-table{border-color:var(--weekly-panel-border);background:var(--panel-bg);box-shadow:0 1px 3px color-mix(in srgb, var(--text) 8%, transparent)}.monthly-purchase-sales-chart-legend .in,.monthly-purchase-sales-bar.in{background:var(--weekly-chart-in)}.monthly-purchase-sales-chart-legend .out,.monthly-purchase-sales-bar.out{background:var(--weekly-chart-out)}.monthly-purchase-sales-chart-legend i,.monthly-purchase-sales-bar{border:1px solid color-mix(in srgb, var(--text) 24%, transparent)}.monthly-purchase-sales-chart-legend span,.monthly-purchase-sales-bar-group>strong{color:var(--text)}.monthly-purchase-sales-chart-canvas{border-color:var(--weekly-panel-border);background-color:var(--panel-bg)}.monthly-purchase-sales-status-table th,.monthly-purchase-sales-status-table td{border-color:color-mix(in srgb, var(--border) 78%, var(--text) 22%);color:var(--text)}.monthly-purchase-sales-status-table th{background:var(--weekly-report-head);color:var(--text)}.monthly-purchase-sales-status-table tbody tr:nth-child(2n) td{background:color-mix(in srgb, var(--panel-bg) 94%, var(--accent) 6%)}.monthly-purchase-sales-status-table tbody tr:hover td{background:var(--hover-bg)}.monthly-purchase-sales-status-table .target{color:color-mix(in srgb, var(--accent) 84%, var(--text));font-weight:700}.monthly-purchase-sales-chart,.monthly-purchase-sales-status-table,.monthly-purchase-sales-status-page{scrollbar-color:color-mix(in srgb, var(--accent) 42%, var(--border)) transparent;scrollbar-width:thin}.process-quality-status-page{min-width:1120px}.process-quality-status-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;gap:28px;padding:10px 16px;display:flex}.process-quality-status-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.process-quality-status-filter input,.process-quality-status-filter select{border:1px solid var(--border);background:var(--surface);height:30px}.process-quality-status-grid{border:1px solid var(--border);background:var(--surface);max-height:330px;margin-top:8px;overflow:auto}.process-quality-status-grid table{border-collapse:collapse;table-layout:fixed;width:2090px}.process-quality-status-grid th,.process-quality-status-grid td{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);text-align:right;font-variant-numeric:tabular-nums;width:130px;height:45px;padding:5px 8px;font-size:17px}.process-quality-status-grid thead th{z-index:2;background:var(--surface-muted,#f1f1f1);text-align:center;font-weight:800;position:sticky;top:0}.process-quality-status-grid th:first-child{width:80px}.process-quality-status-grid th:nth-child(2){width:200px}.process-quality-status-grid th:nth-child(3){width:150px}.process-quality-status-grid th:nth-child(15){width:80px}.process-quality-status-grid th:nth-child(16){width:150px}.process-quality-status-grid tbody td:first-child,.process-quality-status-grid tbody td:nth-child(2),.process-quality-status-grid tbody td:nth-child(3),.process-quality-status-grid tbody td:nth-child(16){text-align:left}.process-quality-status-grid tbody td:nth-child(14),.process-quality-status-grid tbody td:nth-child(15){text-align:center}.process-quality-status-grid tbody tr:only-child td[colspan]{text-align:center;color:var(--text-muted)}.process-quality-status-grid tfoot th,.process-quality-status-grid tfoot td,.process-quality-status-grid .process-quality-status-total td{color:#222;background:#ffc;font-size:20px;font-weight:500;position:sticky;bottom:0}.process-quality-status-grid tfoot th{text-align:center}.process-quality-status-chart{border:1px solid var(--border);background:var(--surface);margin-top:10px}.process-quality-status-chart-heading{height:0;position:relative}.process-quality-status-chart-heading h3{display:none}.process-quality-status-chart-legend{z-index:1;gap:18px;display:flex;position:absolute;top:8px;right:16px}.process-quality-status-chart-legend span{align-items:center;gap:6px;font-size:14px;display:inline-flex}.process-quality-status-chart-legend i{border-radius:2px;width:18px;height:5px}.process-quality-status-chart svg{width:100%;min-width:900px;height:350px;display:block}.process-quality-status-chart .grid-line{stroke:color-mix(in srgb, var(--border) 70%, transparent);stroke-width:1px}.process-quality-status-chart .axis-label,.process-quality-status-chart .week-label{fill:var(--text-muted);font-size:12px}.process-quality-status-chart .week-label{font-size:14px;font-weight:700}.process-quality-status-chart .qty-bar{fill:#0100ff;opacity:.84}.process-quality-status-chart .bar-label{fill:#1746b8;font-size:12px;font-weight:700}.process-quality-status-chart .amount-line{fill:none;stroke:#f04438;stroke-linejoin:round;stroke-linecap:round;stroke-width:4px}.process-quality-status-chart .amount-point{fill:#f04438;stroke:var(--surface);stroke-width:2px}.process-quality-status-chart .amount-label{fill:#d92d20;font-size:12px;font-weight:700}.process-quality-status-chart-table{border:1px solid var(--border);background:var(--surface);margin-top:8px;overflow-x:auto}.process-quality-status-chart-table table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1593px}.process-quality-status-chart-table th,.process-quality-status-chart-table td{border:1px solid var(--border);text-align:right;font-variant-numeric:tabular-nums;height:34px;padding:4px 8px;font-size:16px}.process-quality-status-chart-table th{color:#222;text-align:center;background:#faecc5;font-weight:800}.process-quality-status-message{display:none}.process-quality-status-page{--weekly-quality-primary:#2563eb;--weekly-quality-risk:#d9483b;--weekly-quality-hover:color-mix(in srgb, var(--accent) 6%, var(--surface));--weekly-quality-selected:color-mix(in srgb, var(--accent) 16%, var(--surface));--weekly-quality-summary:color-mix(in srgb, #f3c84b 24%, var(--surface))}.process-quality-status-page>h2{border-left:3px solid var(--weekly-quality-primary);color:var(--text);padding-left:10px;font-weight:800}.process-quality-status-filter{box-shadow:inset 3px 0 0 color-mix(in srgb, var(--weekly-quality-primary) 72%, transparent)}.process-quality-status-filter label{color:color-mix(in srgb, var(--text) 78%, var(--text-muted))}.process-quality-status-filter input,.process-quality-status-filter select{box-sizing:border-box;color:var(--text);border-radius:3px;padding:3px 8px}.process-quality-status-filter :is(input,select):focus-visible{outline:2px solid var(--weekly-quality-primary);outline-offset:1px}.process-quality-status-grid .dx-column-group{background:color-mix(in srgb, var(--weekly-quality-primary) 10%, var(--surface-muted));color:var(--text)}.process-quality-status-grid .grid-table tbody tr:not(.row-selected):hover>td{background:var(--weekly-quality-hover)}.process-quality-status-grid .grid-table tbody tr.row-selected>td{background:var(--weekly-quality-selected);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--weekly-quality-primary) 45%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--weekly-quality-primary) 45%, transparent)}.process-quality-status-grid tbody tr:only-child td[colspan]{background:color-mix(in srgb, var(--surface-muted) 65%, var(--surface));color:var(--text-muted);padding:26px 12px;font-weight:700}.process-quality-status-grid tfoot th,.process-quality-status-grid tfoot td,.process-quality-status-grid .process-quality-status-total td,.process-quality-status-chart-table th{background:var(--weekly-quality-summary);color:var(--text)}.process-quality-status-grid tfoot tr{border-top:2px solid color-mix(in srgb, #b7791f 70%, var(--border))}.process-quality-status-chart-legend .qty{background:var(--weekly-quality-primary)}.process-quality-status-chart-legend .amt{background:var(--weekly-quality-risk)}.process-quality-status-chart .qty-bar,.process-quality-status-chart .bar-label{fill:var(--weekly-quality-primary)}.process-quality-status-chart .amount-line{stroke:var(--weekly-quality-risk)}.process-quality-status-chart .amount-point,.process-quality-status-chart .amount-label{fill:var(--weekly-quality-risk)}.process-quality-status-chart-table tbody tr:hover>td{background:var(--weekly-quality-hover)}.monthly-process-quality-status-page{min-width:1120px}.monthly-process-quality-status-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;gap:28px;padding:10px 16px;display:flex}.monthly-process-quality-status-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.monthly-process-quality-status-filter input,.monthly-process-quality-status-filter select{border:1px solid var(--border);background:var(--surface);height:30px}.monthly-process-quality-chart{border:1px solid var(--border);background:var(--surface);margin-top:8px;overflow-x:auto}.monthly-process-quality-chart-heading{min-width:1200px;height:0;position:relative}.monthly-process-quality-chart-heading h3{display:none}.monthly-process-quality-chart-legend{z-index:1;gap:18px;display:flex;position:absolute;top:8px;right:16px}.monthly-process-quality-chart-legend span{align-items:center;gap:6px;font-size:14px;display:inline-flex}.monthly-process-quality-chart-legend i{border-radius:2px;width:18px;height:5px}.monthly-process-quality-chart svg{width:1200px;height:300px;display:block}.monthly-process-quality-chart .grid-line{stroke:color-mix(in srgb, var(--border) 70%, transparent);stroke-width:1px}.monthly-process-quality-chart .axis-label,.monthly-process-quality-chart .month-label{fill:var(--text-muted);font-size:11px}.monthly-process-quality-chart .month-label{font-size:13px;font-weight:700}.monthly-process-quality-chart .target-line,.monthly-process-quality-chart .actual-line{fill:none;stroke-linejoin:round;stroke-linecap:round;stroke-width:3px}.monthly-process-quality-chart .target-point{fill:#0100ff;stroke:var(--surface);stroke-width:2px}.monthly-process-quality-chart .actual-point{fill:tomato;stroke:var(--surface);stroke-width:2px}.monthly-process-quality-chart .target-label,.monthly-process-quality-chart .actual-label{font-size:10px;font-weight:700}.monthly-process-quality-summary{border:1px solid var(--border);background:var(--surface);margin-top:8px;overflow-x:auto}.monthly-process-quality-summary table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1526px}.monthly-process-quality-summary th,.monthly-process-quality-summary td{border:1px solid var(--border);text-align:right;font-variant-numeric:tabular-nums;width:105px;height:34px;padding:4px 6px;font-size:15px}.monthly-process-quality-summary th{color:#222;text-align:center;background:#faecc5;font-weight:800}.monthly-process-quality-summary tbody th:first-child{width:50px}.monthly-process-quality-summary tbody th:nth-child(2){text-align:left;width:130px}.monthly-process-quality-summary .target{color:#1357d4}.monthly-process-quality-summary .target-edit{padding:0}.monthly-process-quality-summary .target-edit input{box-sizing:border-box;background:var(--surface);color:#1357d4;text-align:right;width:100%;height:32px;font:inherit;font-variant-numeric:tabular-nums;border:0;padding:3px 6px}.monthly-process-quality-summary .target-edit input:focus{outline:2px solid var(--accent);outline-offset:-2px}.monthly-process-quality-grid{border:1px solid var(--border);background:var(--surface);max-height:340px;margin-top:10px;overflow:auto}.monthly-process-quality-grid table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:880px}.monthly-process-quality-grid th,.monthly-process-quality-grid td{border:1px solid var(--border);height:45px;padding:5px 9px;font-size:17px}.monthly-process-quality-grid th{background:var(--surface-muted,#f1f1f1);text-align:center;font-weight:800}.monthly-process-quality-grid th:first-child{width:130px}.monthly-process-quality-grid th:nth-child(2){width:170px}.monthly-process-quality-grid th:nth-child(3){width:150px}.monthly-process-quality-grid th:nth-child(4){width:130px}.monthly-process-quality-grid th:nth-child(5){width:300px}.monthly-process-quality-grid tbody td:nth-child(4){text-align:right;font-variant-numeric:tabular-nums}.monthly-process-quality-grid tbody tr:only-child td[colspan]{text-align:center;color:var(--text-muted)}.monthly-process-quality-status-message{display:none}.monthly-process-quality-status-page{--weekly-quality-primary:#2563eb;--weekly-quality-risk:#d9483b;--weekly-quality-hover:color-mix(in srgb, var(--accent) 6%, var(--surface));--weekly-quality-selected:color-mix(in srgb, var(--accent) 16%, var(--surface));--weekly-quality-summary:color-mix(in srgb, #f3c84b 24%, var(--surface))}.monthly-process-quality-status-page>h2{border-left:3px solid var(--weekly-quality-primary);color:var(--text);padding-left:10px;font-weight:800}.monthly-process-quality-status-filter{box-shadow:inset 3px 0 0 color-mix(in srgb, var(--weekly-quality-primary) 72%, transparent)}.monthly-process-quality-status-filter label{color:color-mix(in srgb, var(--text) 78%, var(--text-muted))}.monthly-process-quality-status-filter input,.monthly-process-quality-status-filter select{box-sizing:border-box;color:var(--text);border-radius:3px;padding:3px 8px}.monthly-process-quality-status-filter :is(input,select):focus-visible{outline:2px solid var(--weekly-quality-primary);outline-offset:1px}.monthly-process-quality-chart-legend .target{background:var(--weekly-quality-primary)}.monthly-process-quality-chart-legend .actual{background:var(--weekly-quality-risk)}.monthly-process-quality-chart .target-line{stroke:var(--weekly-quality-primary)}.monthly-process-quality-chart .actual-line{stroke:var(--weekly-quality-risk)}.monthly-process-quality-chart .target-point{fill:var(--weekly-quality-primary)}.monthly-process-quality-chart .actual-point{fill:var(--weekly-quality-risk)}.monthly-process-quality-chart .target-label{fill:var(--weekly-quality-primary)}.monthly-process-quality-chart .actual-label{fill:var(--weekly-quality-risk)}.monthly-process-quality-summary th{background:var(--weekly-quality-summary);color:var(--text)}.monthly-process-quality-summary .target,.monthly-process-quality-summary .target-edit input{color:var(--weekly-quality-primary)}.monthly-process-quality-summary .actual{color:var(--weekly-quality-risk)}.monthly-process-quality-summary tbody tr:hover>:is(th,td){background:var(--weekly-quality-hover)}.monthly-process-quality-grid .dx-column-group{background:color-mix(in srgb, var(--weekly-quality-primary) 10%, var(--surface-muted));color:var(--text)}.monthly-process-quality-grid .grid-table tbody tr:not(.row-selected):hover>td{background:var(--weekly-quality-hover)}.monthly-process-quality-grid .grid-table tbody tr.row-selected>td{background:var(--weekly-quality-selected);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--weekly-quality-primary) 45%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--weekly-quality-primary) 45%, transparent)}.monthly-process-quality-grid tbody tr:only-child td[colspan]{background:color-mix(in srgb, var(--surface-muted) 65%, var(--surface));color:var(--text-muted);padding:26px 12px;font-weight:700}@media (width<=1450px){.customer-quality-mobase-bottom{grid-template-columns:minmax(0,1fr) 360px}.customer-quality-defect-donut{width:190px;height:190px}.customer-quality-defect-donut>div{width:110px;height:110px}}.customer-quality-mobase-page{min-width:1180px}@media (width<=1450px){.customer-quality-mobase-bottom{grid-template-columns:minmax(0,1fr) 360px}.customer-quality-defect-donut{width:190px;height:190px}.customer-quality-defect-donut>div{width:110px;height:110px}}.customer-quality-comos-out-page,.customer-quality-mobase-page{min-width:1180px}.customer-quality-mobase-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;gap:28px;padding:10px 16px;display:flex}.customer-quality-mobase-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.customer-quality-mobase-filter input,.customer-quality-mobase-filter select{border:1px solid var(--border);background:var(--surface);height:30px}.customer-quality-mobase-dashboard{margin-top:8px;display:block}.customer-quality-mobase-bottom{grid-template-columns:minmax(0,1200px) minmax(360px,1fr);gap:5px;margin-top:5px;display:grid}.customer-quality-mobase-left{min-width:0}.customer-quality-ppm-chart,.customer-quality-defect-chart,.customer-quality-mobase-summary,.customer-quality-mobase-detail{border:1px solid var(--border);background:var(--surface)}.customer-quality-ppm-chart{overflow-x:auto}.customer-quality-chart-heading{height:0;position:relative}.customer-quality-chart-heading h3{display:none}.customer-quality-chart-legend{z-index:1;gap:16px;display:flex;position:absolute;top:8px;right:16px}.customer-quality-chart-legend span{align-items:center;gap:6px;font-size:13px;display:inline-flex}.customer-quality-chart-legend i{border-radius:2px;width:18px;height:5px}.customer-quality-ppm-chart svg{width:100%;min-width:760px;height:300px;display:block}.customer-quality-ppm-chart .grid-line{stroke:color-mix(in srgb, var(--border) 70%, transparent);stroke-width:1px}.customer-quality-ppm-chart .axis-label,.customer-quality-ppm-chart .period-label{fill:var(--text-muted);font-size:11px}.customer-quality-ppm-chart .period-label{font-size:13px;font-weight:700}.customer-quality-ppm-chart .target-line,.customer-quality-ppm-chart .actual-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.customer-quality-ppm-chart .target-label,.customer-quality-ppm-chart .actual-label{font-size:11px;font-weight:700}.customer-quality-mobase-summary{margin-top:8px;overflow-x:auto}.customer-quality-mobase-summary table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1593px}.customer-quality-mobase-summary th,.customer-quality-mobase-summary td{border:1px solid var(--border);text-align:right;font-variant-numeric:tabular-nums;width:177px;height:25px;padding:4px 7px;font-size:15px}.customer-quality-mobase-summary th{color:#222;text-align:center;background:#faecc5;font-weight:800}.customer-quality-mobase-summary tbody th:first-child{width:160px}.customer-quality-mobase-summary tbody th:nth-child(2){text-align:left;width:150px}.customer-quality-mobase-summary .target-edit{padding:0}.customer-quality-mobase-summary .target-edit input{box-sizing:border-box;background:var(--surface);color:#1357d4;text-align:right;width:100%;height:32px;font:inherit;border:0;padding:3px 7px}.customer-quality-mobase-summary .target-edit input:focus{outline:2px solid var(--accent);outline-offset:-2px}.customer-quality-defect-chart{min-width:0}.customer-quality-defect-body{flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:350px;padding:16px;display:flex}.customer-quality-defect-donut{border-radius:50%;place-items:center;width:230px;height:230px;display:grid}.customer-quality-defect-donut>div{background:var(--surface);width:132px;height:132px;box-shadow:0 0 0 1px color-mix(in srgb, var(--border) 70%, transparent);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex}.customer-quality-defect-donut span{color:var(--text-muted);font-size:13px}.customer-quality-defect-donut strong{margin-top:3px;font-size:22px}.customer-quality-defect-body ul{gap:6px;width:100%;max-height:150px;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.customer-quality-defect-body li{grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:7px;font-size:13px;display:grid}.customer-quality-defect-body li i{border-radius:2px;width:10px;height:10px}.customer-quality-mobase-detail{margin-top:0;overflow:hidden}.customer-quality-mobase-detail>h3{border-bottom:1px solid var(--border);background:var(--surface-muted,#f6f7f9);margin:0;padding:8px 12px;font-size:16px}.customer-quality-mobase-detail-status{display:none}.customer-quality-mobase-detail .dx-grid-body{min-height:190px;max-height:calc(100vh - 675px)}.customer-quality-mobase-detail .customer-quality-row-delete td{background:color-mix(in srgb, #ef4444 10%, var(--surface));text-decoration:line-through}.customer-quality-mobase-detail .customer-quality-row-update td{background:color-mix(in srgb, var(--accent) 8%, var(--surface))}@media (width<=1450px){.customer-quality-mobase-bottom{grid-template-columns:minmax(0,1fr) 360px}.customer-quality-defect-donut{width:190px;height:190px}.customer-quality-defect-donut>div{width:110px;height:110px}}.customer-quality-mobase-page{--weekly-quality-primary:#2563eb;--weekly-quality-risk:#d9483b;--weekly-quality-success:#16855b;--weekly-quality-hover:color-mix(in srgb, var(--accent) 6%, var(--surface));--weekly-quality-selected:color-mix(in srgb, var(--accent) 16%, var(--surface));--weekly-quality-summary:color-mix(in srgb, #f3c84b 24%, var(--surface))}.customer-quality-mobase-page>h2{border-left:3px solid var(--weekly-quality-primary);color:var(--text);padding-left:10px;font-weight:800}.customer-quality-mobase-filter{box-shadow:inset 3px 0 0 color-mix(in srgb, var(--weekly-quality-primary) 72%, transparent)}.customer-quality-mobase-filter label{color:color-mix(in srgb, var(--text) 78%, var(--text-muted))}.customer-quality-mobase-filter input,.customer-quality-mobase-filter select{box-sizing:border-box;color:var(--text);border-radius:3px;padding:3px 8px}.customer-quality-mobase-filter :is(input,select):focus-visible{outline:2px solid var(--weekly-quality-primary);outline-offset:1px}.customer-quality-ppm-chart,.customer-quality-defect-chart,.customer-quality-mobase-summary,.customer-quality-mobase-detail{border-color:color-mix(in srgb, var(--border) 82%, var(--weekly-quality-primary))}.customer-quality-chart-legend .target{background:var(--weekly-quality-primary,#2563eb)}.customer-quality-chart-legend .actual{background:var(--weekly-quality-risk,#d9483b)}.customer-quality-ppm-chart .target-line{stroke:var(--weekly-quality-primary,#2563eb)}.customer-quality-ppm-chart .actual-line{stroke:var(--weekly-quality-risk,#d9483b)}.customer-quality-ppm-chart .target-point{fill:var(--weekly-quality-primary,#2563eb)}.customer-quality-ppm-chart .actual-point{fill:var(--weekly-quality-risk,#d9483b)}.customer-quality-ppm-chart .target-label{fill:var(--weekly-quality-primary,#2563eb)}.customer-quality-ppm-chart .actual-label{fill:var(--weekly-quality-risk,#d9483b)}.customer-quality-mobase-summary th{background:var(--weekly-quality-summary);color:var(--text)}.customer-quality-mobase-summary tbody tr:hover>:is(th,td){background:var(--weekly-quality-hover)}.customer-quality-mobase-detail>h3{border-left:3px solid var(--weekly-quality-primary);background:color-mix(in srgb, var(--weekly-quality-primary) 7%, var(--surface-muted));color:var(--text);font-weight:800}.customer-quality-mobase-detail .dx-column-group{background:color-mix(in srgb, var(--weekly-quality-primary) 10%, var(--surface-muted));color:var(--text)}.customer-quality-mobase-detail .grid-table tbody tr:not(.row-selected):hover>td{background:var(--weekly-quality-hover)}.customer-quality-mobase-detail .grid-table tbody tr.row-selected>td{background:var(--weekly-quality-selected);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--weekly-quality-primary) 45%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--weekly-quality-primary) 45%, transparent)}.customer-quality-mobase-detail .customer-quality-row-delete td{background:color-mix(in srgb, var(--weekly-quality-risk) 15%, var(--surface));color:var(--text)}.customer-quality-mobase-detail .customer-quality-row-delete td:first-child{box-shadow:inset 3px 0 0 var(--weekly-quality-risk)}.customer-quality-mobase-detail .customer-quality-row-insert td{background:color-mix(in srgb, var(--weekly-quality-success) 13%, var(--surface))}.customer-quality-mobase-detail .customer-quality-row-insert td:first-child{box-shadow:inset 3px 0 0 var(--weekly-quality-success)}.customer-quality-mobase-detail .customer-quality-row-update td:first-child{box-shadow:inset 3px 0 0 var(--weekly-quality-primary)}.customer-quality-mobase-detail tbody tr:only-child td[colspan]{background:color-mix(in srgb, var(--surface-muted) 65%, var(--surface));color:var(--text-muted);text-align:center;padding:26px 12px;font-weight:700}.customer-quality-defect-body li:hover{background:var(--weekly-quality-hover)}.monthly-customer-quality-page{min-width:1180px}.monthly-customer-quality-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;padding:10px 16px;display:flex}.monthly-customer-quality-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.monthly-customer-quality-filter input{border:1px solid var(--border);background:var(--surface);height:30px}.monthly-customer-quality-dashboard,.monthly-customer-quality-detail{margin-top:8px}.monthly-customer-quality-dashboard .customer-quality-ppm-chart,.monthly-customer-quality-dashboard .customer-quality-ppm-chart svg{min-width:1180px}.monthly-customer-quality-summary{border:1px solid var(--border);background:var(--surface);margin-top:8px;overflow-x:auto}.monthly-customer-quality-summary table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1526px}.monthly-customer-quality-summary th,.monthly-customer-quality-summary td{border:1px solid var(--border);text-align:right;font-variant-numeric:tabular-nums;height:34px;padding:4px 7px;font-size:15px}.monthly-customer-quality-summary th{color:#222;text-align:center;background:#faecc5;font-weight:800}.monthly-customer-quality-summary tbody th:nth-child(2){text-align:left}.monthly-customer-quality-detail{border:1px solid var(--border);background:var(--surface);overflow:hidden}.monthly-customer-quality-detail-heading{border-bottom:1px solid var(--border);background:var(--surface-muted,#f6f7f9);justify-content:space-between;align-items:center;min-height:39px;padding:7px 12px;display:flex}.monthly-customer-quality-detail-heading h3{margin:0;font-size:16px}.monthly-customer-quality-detail-heading span{color:var(--text-muted);font-size:13px}.monthly-customer-quality-detail .dx-grid-body{min-height:190px;max-height:calc(100vh - 670px)}.monthly-customer-quality-page{--weekly-quality-primary:#2563eb;--weekly-quality-risk:#d9483b;--weekly-quality-hover:color-mix(in srgb, var(--accent) 6%, var(--surface));--weekly-quality-selected:color-mix(in srgb, var(--accent) 16%, var(--surface));--weekly-quality-summary:color-mix(in srgb, #f3c84b 24%, var(--surface))}.monthly-customer-quality-page>h2{border-left:3px solid var(--weekly-quality-primary);color:var(--text);padding-left:10px;font-weight:800}.monthly-customer-quality-filter{box-shadow:inset 3px 0 0 color-mix(in srgb, var(--weekly-quality-primary) 72%, transparent)}.monthly-customer-quality-filter label{color:color-mix(in srgb, var(--text) 78%, var(--text-muted))}.monthly-customer-quality-filter input{box-sizing:border-box;color:var(--text);border-radius:3px;padding:3px 8px}.monthly-customer-quality-filter input:focus-visible{outline:2px solid var(--weekly-quality-primary);outline-offset:1px}.monthly-customer-quality-summary th{background:var(--weekly-quality-summary);color:var(--text)}.monthly-customer-quality-summary tbody tr:hover>:is(th,td){background:var(--weekly-quality-hover)}.monthly-customer-quality-detail{border-color:color-mix(in srgb, var(--border) 82%, var(--weekly-quality-primary))}.monthly-customer-quality-detail-heading{border-left:3px solid var(--weekly-quality-primary);background:color-mix(in srgb, var(--weekly-quality-primary) 7%, var(--surface-muted))}.monthly-customer-quality-detail-heading h3{color:var(--text);font-weight:800}.monthly-customer-quality-detail .dx-column-group{background:color-mix(in srgb, var(--weekly-quality-primary) 10%, var(--surface-muted));color:var(--text)}.monthly-customer-quality-detail .grid-table tbody tr:not(.row-selected):hover>td{background:var(--weekly-quality-hover)}.monthly-customer-quality-detail .grid-table tbody tr.row-selected>td{background:var(--weekly-quality-selected);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--weekly-quality-primary) 45%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--weekly-quality-primary) 45%, transparent)}.monthly-customer-quality-detail tbody tr:only-child td[colspan]{background:color-mix(in srgb, var(--surface-muted) 65%, var(--surface));color:var(--text-muted);text-align:center;padding:26px 12px;font-weight:700}.failure-cost-detail-page{min-width:1180px}.failure-cost-detail-page .failure-cost-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;padding:10px 16px;display:flex}.failure-cost-detail-page .failure-cost-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.failure-cost-detail-page .failure-cost-filter input{border:1px solid var(--border);background:var(--surface);height:30px}.failure-cost-workspace{grid-template-columns:700px minmax(700px,1fr);gap:5px;min-height:calc(100vh - 205px);margin-top:5px;display:grid}.failure-cost-left{grid-template-rows:500px minmax(220px,1fr);gap:5px;min-width:0;display:grid}.failure-cost-detail-page .failure-cost-chart,.failure-cost-detail-page .failure-cost-weekly-table,.failure-cost-detail-page .failure-cost-main{border:1px solid var(--border);background:var(--surface);min-width:0;margin:0;overflow:hidden}.failure-cost-detail-page .failure-cost-chart>h3{box-sizing:border-box;border-bottom:1px solid var(--border);color:#222;text-align:center;background:linear-gradient(#e0e0e0,#d9d9d9);height:37px;margin:0;padding:8px 12px;font-size:17px}.failure-cost-detail-page .failure-cost-bars{grid-template-columns:repeat(5,minmax(55px,1fr));align-items:end;gap:16px;height:440px;padding:30px 28px 18px;display:grid}.failure-cost-detail-page .failure-cost-bar-column{text-align:center;font-variant-numeric:tabular-nums;grid-template-rows:24px minmax(0,1fr) 24px;align-items:end;height:100%;display:grid}.failure-cost-detail-page .failure-cost-bar-column strong{text-overflow:ellipsis;font-size:12px;overflow:hidden}.failure-cost-detail-page .failure-cost-bar-track{border-bottom:1px solid var(--border);align-items:end;height:100%;display:flex}.failure-cost-detail-page .failure-cost-bar-track i{background:linear-gradient(#4888e8,#245caf);width:100%;min-height:2px;display:block}.failure-cost-detail-page .failure-cost-bar-column span{padding-top:6px;font-size:13px;font-weight:700}.failure-cost-detail-page .failure-cost-weekly-table{overflow:auto}.failure-cost-detail-page .failure-cost-weekly-table table{border-collapse:collapse;table-layout:fixed;width:730px}.failure-cost-detail-page .failure-cost-weekly-table th,.failure-cost-detail-page .failure-cost-weekly-table td{border:1px solid var(--border);height:45px;padding:5px 9px;font-size:17px}.failure-cost-detail-page .failure-cost-weekly-table th{background:var(--surface-muted,#f6f7f9);text-align:center}.failure-cost-detail-page .failure-cost-weekly-table th:first-child,.failure-cost-detail-page .failure-cost-weekly-table td:first-child{text-align:center;width:100px}.failure-cost-detail-page .failure-cost-weekly-table th:nth-child(2),.failure-cost-detail-page .failure-cost-weekly-table td:nth-child(2){text-align:right;width:150px}.failure-cost-detail-page .failure-cost-weekly-table th:nth-child(3){width:480px}.failure-cost-detail-page .failure-cost-weekly-table tfoot th,.failure-cost-detail-page .failure-cost-weekly-table tfoot td,.failure-cost-detail-page .failure-cost-total-row td{color:#222;background:#ffc;font-size:20px;font-weight:500}.failure-cost-detail-page .failure-cost-main{margin:0}.failure-cost-detail-page .failure-cost-main .dx-grid-body{min-height:560px;max-height:calc(100vh - 320px)}.failure-cost-detail-page .failure-cost-row-delete td{background:color-mix(in srgb, #ef4444 10%, var(--surface));text-decoration:line-through}.failure-cost-detail-page .failure-cost-row-update td{background:color-mix(in srgb, var(--accent) 8%, var(--surface))}@media (width<=1450px){.failure-cost-workspace{grid-template-columns:620px minmax(620px,1fr)}}.failure-cost-detail-page{--weekly-quality-primary:#2563eb;--weekly-quality-risk:#d9483b;--weekly-quality-success:#16855b;--weekly-quality-hover:color-mix(in srgb, var(--accent) 6%, var(--surface));--weekly-quality-selected:color-mix(in srgb, var(--accent) 16%, var(--surface));--weekly-quality-summary:color-mix(in srgb, #f3c84b 24%, var(--surface))}.failure-cost-detail-page>h2{border-left:3px solid var(--weekly-quality-primary);color:var(--text);padding-left:10px;font-weight:800}.failure-cost-detail-page .failure-cost-filter{box-shadow:inset 3px 0 0 color-mix(in srgb, var(--weekly-quality-primary) 72%, transparent)}.failure-cost-detail-page .failure-cost-filter label{color:color-mix(in srgb, var(--text) 78%, var(--text-muted))}.failure-cost-detail-page .failure-cost-filter input{box-sizing:border-box;color:var(--text);border-radius:3px;padding:3px 8px}.failure-cost-detail-page .failure-cost-filter input:focus-visible{outline:2px solid var(--weekly-quality-primary);outline-offset:1px}.failure-cost-detail-page .failure-cost-chart,.failure-cost-detail-page .failure-cost-weekly-table,.failure-cost-detail-page .failure-cost-main{border-color:color-mix(in srgb, var(--border) 82%, var(--weekly-quality-primary))}.failure-cost-detail-page .failure-cost-chart>h3{border-left:3px solid var(--weekly-quality-primary);background:color-mix(in srgb, var(--weekly-quality-primary) 7%, var(--surface-muted));color:var(--text);font-weight:800}.failure-cost-detail-page .failure-cost-bar-track i{background:linear-gradient(180deg, color-mix(in srgb, var(--weekly-quality-primary) 70%, white), var(--weekly-quality-primary))}.failure-cost-detail-page .failure-cost-weekly-table th{background:color-mix(in srgb, var(--weekly-quality-primary) 7%, var(--surface-muted));color:var(--text);font-weight:800}.failure-cost-detail-page .failure-cost-weekly-table tbody tr:hover>td{background:var(--weekly-quality-hover)}.failure-cost-detail-page .failure-cost-weekly-table tfoot th,.failure-cost-detail-page .failure-cost-weekly-table tfoot td,.failure-cost-detail-page .failure-cost-total-row td{background:var(--weekly-quality-summary);color:var(--text)}.failure-cost-detail-page .failure-cost-main .dx-column-group{background:color-mix(in srgb, var(--weekly-quality-primary) 10%, var(--surface-muted));color:var(--text)}.failure-cost-detail-page .failure-cost-main .grid-table tbody tr:not(.row-selected):hover>td{background:var(--weekly-quality-hover)}.failure-cost-detail-page .failure-cost-main .grid-table tbody tr.row-selected>td{background:var(--weekly-quality-selected);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--weekly-quality-primary) 45%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--weekly-quality-primary) 45%, transparent)}.failure-cost-detail-page .failure-cost-row-delete td{background:color-mix(in srgb, var(--weekly-quality-risk) 15%, var(--surface));color:var(--text)}.failure-cost-detail-page .failure-cost-row-delete td:first-child{box-shadow:inset 3px 0 0 var(--weekly-quality-risk)}.failure-cost-detail-page .failure-cost-row-insert td{background:color-mix(in srgb, var(--weekly-quality-success) 13%, var(--surface))}.failure-cost-detail-page .failure-cost-row-insert td:first-child{box-shadow:inset 3px 0 0 var(--weekly-quality-success)}.failure-cost-detail-page .failure-cost-row-update td:first-child{box-shadow:inset 3px 0 0 var(--weekly-quality-primary)}.failure-cost-detail-page .failure-cost-main tbody tr:only-child td[colspan]{background:color-mix(in srgb, var(--surface-muted) 65%, var(--surface));color:var(--text-muted);text-align:center;padding:26px 12px;font-weight:700}.failure-cost-page{min-width:1280px}.failure-cost-page .failure-cost-filter{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);align-items:center;padding:10px 16px;display:flex}.failure-cost-page .failure-cost-filter label{align-items:center;gap:8px;font-weight:700;display:inline-flex}.failure-cost-page .failure-cost-filter input{border:1px solid var(--border);background:var(--surface);height:30px}.failure-cost-page .failure-cost-chart,.failure-cost-page .failure-cost-table-section{border:1px solid var(--border);background:var(--surface);margin-top:10px;overflow:hidden}.failure-cost-section-heading{height:0;position:relative}.failure-cost-section-heading h3{display:none}.failure-cost-section-heading>span{color:var(--text-muted);font-size:13px}.failure-cost-chart-legend{z-index:1;gap:20px;font-size:13px;font-weight:700;display:flex;position:absolute;top:8px;right:16px}.failure-cost-chart-legend span:before{content:"";width:24px;height:3px;margin:0 7px 3px 0;display:inline-block}.failure-cost-page .failure-cost-chart svg{width:100%;height:350px;color:var(--text-muted);font:12px sans-serif;display:block}.failure-cost-chart-grid-line{stroke:color-mix(in srgb, var(--border) 75%, transparent);stroke-width:1px}.failure-cost-chart-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.failure-cost-chart-point{stroke:var(--surface);stroke-width:1.5px}.failure-cost-table-wrap{min-height:310px;max-height:calc(100vh - 620px);overflow:auto}.failure-cost-table-wrap table{border-collapse:collapse;table-layout:fixed;font-variant-numeric:tabular-nums;width:100%;min-width:1526px}.failure-cost-table-wrap th,.failure-cost-table-wrap td{box-sizing:border-box;border:1px solid var(--border);text-align:right;white-space:nowrap;height:25px;padding:5px 7px;font-size:17px}.failure-cost-table-wrap thead th,.failure-cost-table-wrap tbody th{color:#222;text-align:center;background:#faecc5}.failure-cost-table-wrap th:first-child{width:50px}.failure-cost-table-wrap th:nth-child(2){width:130px}.failure-cost-table-wrap td{width:96px}.failure-cost-target-cell{padding:0!important}.failure-cost-target-cell input{box-sizing:border-box;background:var(--surface);color:#2563eb;text-align:right;border:0;width:100%;height:25px;font-size:20px}.failure-cost-page{--weekly-quality-primary:#2563eb;--weekly-quality-risk:#d9483b;--weekly-quality-hover:color-mix(in srgb, var(--accent) 6%, var(--surface));--weekly-quality-summary:color-mix(in srgb, #f3c84b 24%, var(--surface))}.failure-cost-page>h2{border-left:3px solid var(--weekly-quality-primary);color:var(--text);padding-left:10px;font-weight:800}.failure-cost-page .failure-cost-filter{box-shadow:inset 3px 0 0 color-mix(in srgb, var(--weekly-quality-primary) 72%, transparent)}.failure-cost-page .failure-cost-filter label{color:color-mix(in srgb, var(--text) 78%, var(--text-muted))}.failure-cost-page .failure-cost-filter input{box-sizing:border-box;color:var(--text);border-radius:3px;padding:3px 8px}.failure-cost-page .failure-cost-filter input:focus-visible{outline:2px solid var(--weekly-quality-primary);outline-offset:1px}.failure-cost-page .failure-cost-chart,.failure-cost-page .failure-cost-table-section{border-color:color-mix(in srgb, var(--border) 82%, var(--weekly-quality-primary))}.failure-cost-chart-target:before{background:var(--weekly-quality-primary)}.failure-cost-chart-actual:before{background:var(--weekly-quality-risk)}.failure-cost-chart-line-target{stroke:var(--weekly-quality-primary)}.failure-cost-chart-line-actual{stroke:var(--weekly-quality-risk)}.failure-cost-chart-point-target{fill:var(--weekly-quality-primary)}.failure-cost-chart-point-actual{fill:var(--weekly-quality-risk)}.failure-cost-table-wrap thead th,.failure-cost-table-wrap tbody th{background:var(--weekly-quality-summary);color:var(--text);font-weight:800}.failure-cost-table-wrap tbody tr:hover>:is(th,td){background:var(--weekly-quality-hover)}.failure-cost-target-label,.failure-cost-total-target,.failure-cost-target-cell input{color:var(--weekly-quality-primary)}.failure-cost-rate-label,.failure-cost-rate-cell{color:var(--weekly-quality-risk)}.failure-cost-target-cell input:focus-visible{outline:2px solid var(--weekly-quality-primary);outline-offset:-2px}.failure-cost-table-wrap tbody tr:only-child td[colspan]{background:color-mix(in srgb, var(--surface-muted) 65%, var(--surface));color:var(--text-muted);text-align:center;padding:26px 12px;font-weight:700}.weekly-remaining-page{--weekly-panel-border:color-mix(in srgb, var(--accent) 20%, var(--border));--weekly-panel-shadow:0 1px 3px color-mix(in srgb, var(--text) 8%, transparent);--weekly-soft-accent:color-mix(in srgb, var(--accent) 7%, var(--panel-bg));--weekly-softer-accent:color-mix(in srgb, var(--accent) 3%, var(--panel-bg));--weekly-chart-primary:var(--accent);--weekly-chart-secondary:#287a72;--weekly-chart-tertiary:#a95b17;flex-direction:column;gap:8px;height:100%;min-height:0;display:flex}:root[data-theme=dark] .weekly-remaining-page,:root[data-theme=darkgray] .weekly-remaining-page{--weekly-chart-secondary:#67c8bc;--weekly-chart-tertiary:#e3a15a}.weekly-remaining-page>h2{margin:0}.weekly-remaining-page>.toolbar,.weekly-remaining-page>section{margin-bottom:0}.weekly-remaining-filters{background:var(--panel-bg);border:1px solid var(--weekly-panel-border);box-shadow:var(--weekly-panel-shadow);border-radius:5px;flex-direction:column;flex:none;align-items:stretch;gap:4px;padding:7px 12px;display:flex}.weekly-filter-row{flex-wrap:wrap;align-items:center;gap:6px 28px;min-height:32px;display:flex}.weekly-filter-group{align-items:center;gap:7px;min-width:0;display:flex}.weekly-filter-label{min-width:54px;color:color-mix(in srgb, var(--text) 78%, var(--text-muted));text-align:right;white-space:nowrap;font-weight:600}.filter-control,.weekly-filter-input{align-items:center;gap:4px;display:flex}.weekly-filter-input input,.weekly-filter-input select{border-color:color-mix(in srgb, var(--accent) 12%, var(--border));background-color:var(--input-bg);width:118px;min-width:0;height:30px;color:var(--text);transition:border-color .12s,box-shadow .12s}.weekly-filter-input input:hover,.weekly-filter-input select:hover{border-color:color-mix(in srgb, var(--accent) 36%, var(--border))}.weekly-filter-input input:focus,.weekly-filter-input select:focus{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 16%, transparent)}.weekly-filter-input select{width:76px}.filter-largeName input{width:120px}.filter-itemName input{width:230px}.filter-itemCode input,.filter-itemCode .weekly-filter-input:nth-child(2) input{width:140px}.filter-year input{width:86px}.filter-stDate input,.filter-edDate input{width:130px}.weekly-filter-separator{color:var(--text-muted);margin:0 2px}.filter-control>button,.editable-cell button,.file-view{min-width:30px;padding:3px 7px}.weekly-remaining-grid-section{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.weekly-remaining-grid-section h3{border:1px solid var(--weekly-panel-border);border-bottom:0;border-left:4px solid var(--accent);background:linear-gradient(90deg, var(--weekly-soft-accent), var(--surface-2));color:color-mix(in srgb, var(--accent) 78%, var(--text));flex:0 0 34px;margin:0;padding:6px 10px;font-size:17px;font-weight:700;line-height:21px}.weekly-remaining-grid-section>.dx-grid,.weekly-remaining-grid-section>.dx-grid>.dx-grid-scroll{flex:1;min-height:0;max-height:none}.weekly-remaining-grid-section>.dx-grid{border-color:var(--weekly-panel-border);box-shadow:var(--weekly-panel-shadow);border-radius:5px}.weekly-remaining-grid-section>h3+.dx-grid{border-top-left-radius:0;border-top-right-radius:0}.weekly-remaining-page .dx-grid-toolbar{border-bottom-color:var(--weekly-panel-border);background:linear-gradient(180deg, var(--panel-bg), var(--surface-2))}.weekly-remaining-page .dx-group-box{border-color:color-mix(in srgb, var(--accent) 24%, var(--border));background:var(--weekly-softer-accent)}.weekly-remaining-page .dx-group-hint,.weekly-remaining-page .dx-group-label{color:color-mix(in srgb, var(--text) 62%, var(--text-muted))}.weekly-remaining-page .dx-grid-head{border-bottom-color:var(--weekly-panel-border)}.weekly-remaining-page .dx-grid-head .grid-table thead tr:first-child th,.weekly-remaining-page .dx-grid-head .grid-table .dx-column-group,.weekly-remaining-page .dx-grid-head .grid-table .dx-column-subheader th{border-color:var(--weekly-panel-border);background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 8%, var(--grid-head-flat)), color-mix(in srgb, var(--accent) 3%, var(--grid-head-flat)));color:color-mix(in srgb, var(--text) 88%, var(--accent))}.weekly-remaining-page .dx-grid-head .grid-table .dx-column-group{box-shadow:inset 0 -2px 0 color-mix(in srgb, var(--accent) 26%, transparent);font-weight:700}.weekly-remaining-page .dx-grid-head .grid-table tr.dx-filter-row th{border-color:color-mix(in srgb, var(--accent) 12%, var(--border));background:color-mix(in srgb, var(--accent) 4%, var(--surface-2))}.weekly-remaining-page .dx-filter-row input{border-color:color-mix(in srgb, var(--accent) 16%, var(--border));background:var(--input-bg);color:var(--text)}.weekly-remaining-page .dx-filter-row input:focus{border-color:var(--accent);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent)}.weekly-remaining-page .grid-table tbody td{border-color:color-mix(in srgb, var(--accent) 8%, var(--border));font-variant-numeric:tabular-nums}.weekly-remaining-page .grid-table tbody tr:not(.row-selected):not(.main-item-injection-row):hover>td{background:color-mix(in srgb, var(--accent) 7%, var(--panel-bg))}.weekly-remaining-page .grid-table tbody tr.row-selected>td{background:color-mix(in srgb, var(--accent) 20%, var(--panel-bg));box-shadow:inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.weekly-remaining-page .grid-table tbody tr.row-selected>td:first-child{box-shadow:inset 3px 0 0 var(--accent), inset 0 1px 0 color-mix(in srgb, var(--accent) 34%, transparent), inset 0 -1px 0 color-mix(in srgb, var(--accent) 34%, transparent)}.weekly-remaining-page .grid-table .grid-empty{background:repeating-linear-gradient(135deg, var(--panel-bg), var(--panel-bg) 12px, var(--weekly-softer-accent) 12px, var(--weekly-softer-accent) 24px);color:color-mix(in srgb, var(--text) 58%, var(--text-muted));font-weight:500}.weekly-remaining-page .grid-table tfoot td,.weekly-remaining-page .dx-grid-footer td,.weekly-remaining-page .dx-grid-custom-footer td{border-top:2px solid color-mix(in srgb, var(--accent) 38%, var(--border));background:color-mix(in srgb, var(--accent) 9%, var(--panel-bg));color:var(--text);font-variant-numeric:tabular-nums;font-weight:700}.screen-mainItemQualityList .dx-grid tbody tr.main-item-injection-row>td{background:color-mix(in srgb, #e9a923 24%, var(--panel-bg));border-top-color:color-mix(in srgb, #b97900 42%, var(--border));border-bottom-color:color-mix(in srgb, #b97900 42%, var(--border));font-weight:600}.weekly-main-item-layout,.weekly-proc-layout,.weekly-selection-layout,.weekly-monthly-mold-layout,.weekly-proc-top,.weekly-proc-bottom{flex:1;min-width:0;min-height:0;display:grid;overflow:hidden}.weekly-main-item-layout,.weekly-proc-layout,.weekly-selection-layout,.weekly-monthly-mold-layout{background:color-mix(in srgb, var(--accent) 5%, var(--bg));border-radius:5px;padding:1px}.weekly-proc-top,.weekly-proc-bottom{height:100%}.weekly-chart-panel{border:1px solid var(--weekly-panel-border);background:linear-gradient(180deg, var(--panel-bg), var(--weekly-softer-accent));min-width:0;min-height:0;box-shadow:var(--weekly-panel-shadow);border-radius:5px;overflow:auto}.weekly-remaining-chart{background:0 0;flex-direction:column;height:100%;min-height:0;padding:7px 10px 2px;display:flex}.weekly-remaining-chart svg{width:100%;height:100%;min-height:180px;display:block}.weekly-remaining-chart text{fill:color-mix(in srgb, var(--text) 68%, var(--text-muted));font-variant-numeric:tabular-nums;font-size:11px}.weekly-remaining-chart .chart-grid{stroke:color-mix(in srgb, var(--accent) 12%, var(--border));stroke-width:1px}.weekly-remaining-legend{flex:0 0 24px;justify-content:flex-end;gap:16px;font-size:12px;font-weight:700;display:flex}.weekly-remaining-legend span{border:1px solid color-mix(in srgb, currentColor 30%, transparent);background:color-mix(in srgb, currentColor 8%, var(--panel-bg));border-radius:999px;padding:2px 8px}.weekly-chart-bar{opacity:.88;transition:opacity .12s}.weekly-chart-bar:hover{opacity:1}.weekly-chart-line-series polyline{filter:drop-shadow(0 1px 1px color-mix(in srgb, var(--text) 18%, transparent))}.weekly-chart-empty{width:100%;height:100%;min-height:150px;color:var(--text-muted);text-align:center;background:radial-gradient(circle at center, var(--weekly-soft-accent), transparent 62%);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.weekly-chart-empty strong{color:color-mix(in srgb, var(--text) 76%, var(--text-muted));font-size:13px}.weekly-chart-empty>span:last-child{font-size:11px}.weekly-chart-empty-icon{color:color-mix(in srgb, var(--accent) 62%, var(--text-muted));font-size:28px;line-height:1}.monthly-chart-panel{overflow:hidden}.weekly-remaining-chart.monthly-chart{padding-top:5px}.weekly-remaining-page .splitter{z-index:2;background-color:color-mix(in srgb, var(--accent) 5%, transparent);border-radius:4px;outline:none;transition:background-color .12s,box-shadow .12s;position:relative}.weekly-remaining-page .splitter-vertical{background-image:linear-gradient(90deg, transparent calc(50% - 1px), color-mix(in srgb, var(--accent) 34%, var(--border)) calc(50% - 1px), color-mix(in srgb, var(--accent) 34%, var(--border)) calc(50% + 1px), transparent calc(50% + 1px))}.weekly-remaining-page .splitter-horizontal{background-image:linear-gradient(180deg, transparent calc(50% - 1px), color-mix(in srgb, var(--accent) 34%, var(--border)) calc(50% - 1px), color-mix(in srgb, var(--accent) 34%, var(--border)) calc(50% + 1px), transparent calc(50% + 1px))}.weekly-remaining-page .splitter:after{background:color-mix(in srgb, var(--accent) 68%, var(--panel-bg));box-shadow:0 0 0 2px color-mix(in srgb, var(--panel-bg) 82%, transparent);content:"";border-radius:999px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.weekly-remaining-page .splitter-vertical:after{width:3px;height:34px}.weekly-remaining-page .splitter-horizontal:after{width:34px;height:3px}.weekly-remaining-page .splitter:hover,.weekly-remaining-page .splitter:focus-visible{background-color:color-mix(in srgb, var(--accent) 14%, transparent);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 18%, transparent)}.editable-cell{align-items:center;gap:3px;display:flex}.editable-cell input[type=text],.editable-cell input[type=date]{border-color:color-mix(in srgb, var(--accent) 18%, var(--border));background:color-mix(in srgb, var(--accent) 3%, var(--input-bg));width:100%;min-width:76px;height:27px;color:var(--text);padding:2px 5px}.editable-cell input:focus{border-color:var(--accent);background:var(--input-bg);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent)}.screen-mainItemQualityList .grid-table thead th,.screen-mainItemQualityList .grid-table tbody td,.screen-procMainMachQualityList .grid-table thead th,.screen-procMainMachQualityList .grid-table tbody td,.screen-weeklyMoldRepair .grid-table thead th,.screen-weeklyMoldRepair .grid-table tbody td,.screen-weeklyDevItemByMold .grid-table thead th,.screen-weeklyDevItemByMold .grid-table tbody td{font-size:17px}.screen-mainItemQualityList .grid-table tbody td,.screen-procMainMachQualityList .grid-table tbody td,.screen-weeklyMoldRepair .grid-table tbody td,.screen-weeklyDevItemByMold .grid-table tbody td{height:45px}.screen-selectionList .grid-table thead th,.screen-selectionList .grid-table tbody td{font-size:20px}.screen-selectionList .grid-table tbody td{height:53px}.screen-mainItemQualityList .dx-cell-rowspan,.screen-procMainMachQualityList .dx-cell-rowspan{vertical-align:middle}.mold-single-grid{flex:1}.monthly-mold-table-section{border:1px solid var(--weekly-panel-border);background:var(--panel-bg);min-width:0;min-height:0;box-shadow:var(--weekly-panel-shadow);border-radius:5px;overflow:hidden}.monthly-mold-table-scroll{width:100%;height:100%;overflow:auto}.monthly-mold-table{table-layout:fixed;border-collapse:collapse;width:1625px;min-width:100%;color:var(--text);font-variant-numeric:tabular-nums;font-size:17px}.monthly-mold-table th,.monthly-mold-table td{border-right:1px solid color-mix(in srgb, var(--accent) 10%, var(--border));border-bottom:1px solid color-mix(in srgb, var(--accent) 10%, var(--border));white-space:nowrap;height:45px;padding:4px 7px}.monthly-mold-table th{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 9%, var(--grid-head-flat)), color-mix(in srgb, var(--accent) 3%, var(--grid-head-flat)));color:color-mix(in srgb, var(--text) 88%, var(--accent));text-align:center;font-weight:700}.monthly-mold-table td:first-child{text-align:center}.monthly-mold-table td.numeric{text-align:right;padding-right:11px;font-weight:500}.monthly-mold-table tbody tr:nth-child(2n) td{background:color-mix(in srgb, var(--accent) 4%, var(--surface-2))}.monthly-mold-table tbody tr:not(.monthly-total-row):hover td{background:color-mix(in srgb, var(--accent) 8%, var(--panel-bg))}.monthly-mold-table .monthly-total-row td{border-top:2px solid color-mix(in srgb, var(--accent) 44%, var(--border));background:color-mix(in srgb, var(--accent) 10%, var(--panel-bg));color:color-mix(in srgb, var(--text) 88%, var(--accent));font-weight:700}.monthly-mold-table .monthly-empty{height:90px;color:var(--text-muted);text-align:center;background:repeating-linear-gradient(135deg, var(--panel-bg), var(--panel-bg) 12px, var(--weekly-softer-accent) 12px, var(--weekly-softer-accent) 24px)}@media (width<=1100px){.weekly-filter-row{gap:6px 12px}.weekly-main-item-layout,.weekly-proc-layout,.weekly-selection-layout,.weekly-monthly-mold-layout{min-width:780px}}.assembly-management-page{gap:10px;min-width:1180px;height:100%;min-height:0}.assembly-management-page>h2,.assembly-management-page>.toolbar,.assembly-management-page>section{margin-bottom:0}.assembly-filter,.assembly-form{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);flex-wrap:wrap;align-items:end;gap:10px 18px;padding:10px 14px;display:flex}.assembly-field{gap:4px;min-width:180px;font-size:13px;font-weight:700;display:inline-grid}.assembly-field-control{align-items:center;display:flex}.assembly-field input:not([type=checkbox]),.assembly-field select{box-sizing:border-box;border:1px solid var(--border);background:var(--surface);width:168px;height:30px;color:var(--text)}.assembly-field input[readonly]{background:var(--surface-muted,#f6f7f9)}.assembly-field-control>button{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);width:30px;height:30px;color:var(--text);cursor:pointer;font-weight:800}.assembly-panel{border:1px solid var(--border);background:var(--surface);flex-direction:column;flex:1 1 0;min-height:150px;margin-top:0;display:flex;overflow:hidden}.assembly-management-page.assembly-has-form>.assembly-panel:last-of-type{flex:none;min-height:0}.assembly-panel-heading{box-sizing:border-box;border-bottom:1px solid var(--border);background:var(--surface-muted,#f6f7f9);justify-content:space-between;align-items:center;gap:18px;min-height:39px;padding:7px 12px;display:flex}.assembly-panel-heading h3{margin:0;font-size:16px}.assembly-panel>.dx-grid{border:0;border-radius:0;flex:auto;min-height:0}.assembly-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0;max-height:none}.assembly-row-delete td{text-decoration:line-through;background:color-mix(in srgb, #ef4444 10%, var(--surface))!important}.assembly-form{background:var(--surface);border:0}.assembly-item-code-screen .assembly-filter .assembly-field{grid-template-columns:auto auto;align-items:center;gap:8px;min-width:0;display:grid}.assembly-item-code-screen .assembly-filter .assembly-field>span:first-child{white-space:nowrap}.assembly-item-code-screen .assembly-filter .assembly-field:first-child input{width:120px}.assembly-item-code-screen .assembly-filter .assembly-field:nth-child(2) input{width:200px}.assembly-item-code-screen .assembly-filter .assembly-field:nth-child(3) input{width:120px}.assembly-item-code-split{flex:1 1 0;min-width:1120px;min-height:0;overflow:hidden}.assembly-item-code-split>.resizable-panel,.assembly-item-code-split .assembly-panel{min-width:0;min-height:0}.assembly-item-code-split .assembly-panel{width:100%;height:100%}.assembly-item-code-split>.resizable-panel{overflow:hidden}.assembly-item-code-detail>.assembly-form{flex:auto;min-height:0;padding:0;display:block;overflow:auto}.assembly-item-code-form{width:500px;max-width:100%}.assembly-item-code-form-row{align-items:center;min-height:38px;margin:7px 0 0 10px;display:flex}.assembly-item-code-form-row.is-top-row{gap:24px}.assembly-item-code-form-row.is-paired{gap:10px}.assembly-item-code-field{grid-template-columns:100px auto;align-items:center;gap:4px;min-width:0;display:grid}.assembly-item-code-field>span:first-child{text-align:right;white-space:nowrap}.assembly-item-code-field .assembly-field-control{width:120px;min-width:0}.assembly-item-code-field input:not([type=checkbox]),.assembly-item-code-field select{width:100%;min-width:0}.assembly-item-code-vehicle{grid-template-columns:70px auto}.assembly-item-code-vehicle .assembly-field-control{grid-template-columns:60px 85px;gap:4px;width:149px;display:grid}.assembly-item-code-field.is-wide .assembly-field-control{width:372px}.assembly-item-code-form-row:nth-child(4) .assembly-field-control,.assembly-item-code-form-row:nth-child(9) .assembly-field-control{width:85px}.assembly-item-code-form-row:nth-child(5){gap:50px}.assembly-item-code-form-row:nth-child(5) .assembly-item-code-field:nth-child(2){grid-template-columns:70px auto}.assembly-item-code-form-row:nth-child(5) .assembly-item-code-field:nth-child(2) .assembly-field-control{width:127px}.assembly-item-code-form-row:nth-child(6){gap:70px}.assembly-item-code-form-row:nth-child(6) .assembly-item-code-field:nth-child(2){grid-template-columns:50px auto}.assembly-item-code-form-row:nth-child(6) .assembly-item-code-field:nth-child(2) .assembly-field-control{width:85px}.assembly-item-code-checkbox .assembly-field-control{align-items:center;width:18px;min-height:30px}.assembly-item-code-checkbox input{width:18px;height:18px;margin:0}.assembly-number-input{text-align:right}.assembly-part-list-screen .assembly-part-list-layout{flex:1 1 0;min-width:1120px;min-height:0;overflow:hidden}.assembly-part-list-screen .assembly-part-list-layout .resizable-panels,.assembly-part-list-screen .assembly-part-list-layout .resizable-panel,.assembly-part-list-screen .assembly-panel{min-width:0;min-height:0}.assembly-part-list-screen .assembly-part-list-layout .resizable-panel,.assembly-part-list-screen .assembly-part-list-right-pane,.assembly-part-list-screen .assembly-part-list-form-pane,.assembly-part-list-screen .assembly-part-list-detail-pane{overflow:hidden}.assembly-part-list-screen .assembly-part-list-search-pane{justify-content:stretch}.assembly-part-list-screen .assembly-filter{box-sizing:border-box;flex-wrap:nowrap;align-items:center;gap:18px;height:100%;padding:8px 14px;overflow:hidden}.assembly-part-list-screen .assembly-filter .assembly-field{grid-template-columns:auto auto;align-items:center;gap:8px;min-width:0;display:grid}.assembly-part-list-screen .assembly-filter .assembly-field>span:first-child{white-space:nowrap}.assembly-part-list-screen .assembly-filter .assembly-field:first-child input{width:120px}.assembly-part-list-screen .assembly-filter .assembly-field:nth-child(2) input{width:200px}.assembly-part-list-screen .assembly-filter .assembly-field:nth-child(3) input{width:120px}.assembly-part-list-screen .assembly-filter .assembly-field:nth-child(4) select{width:60px}.assembly-part-list-screen .assembly-part-list-master,.assembly-part-list-screen .assembly-part-list-summary-panel,.assembly-part-list-screen .assembly-part-list-detail{width:100%;height:100%;min-height:0}.assembly-part-list-summary-panel>.assembly-part-list-summary-form{flex:auto;min-height:0;padding:0;display:block;overflow:auto}.assembly-part-list-summary{box-sizing:border-box;width:650px;max-width:100%;padding:4px 0 2px 10px}.assembly-part-list-summary-row{align-items:center;min-height:29px;margin-top:2px;display:flex}.assembly-part-list-summary-row.is-paired{gap:20px}.assembly-part-list-summary-field{grid-template-columns:100px 120px;align-items:center;gap:4px;min-width:0;display:grid}.assembly-part-list-summary-field>span:first-child{text-align:right;white-space:nowrap}.assembly-part-list-summary-field .assembly-field-control{width:120px;min-width:0}.assembly-part-list-summary-field input{min-width:0;width:100%!important;height:27px!important}.assembly-part-list-summary-field.is-wide{grid-template-columns:100px 352px}.assembly-part-list-summary-field.is-wide .assembly-field-control{width:352px}.assembly-part-list-summary-row.is-copy-row{gap:4px}.assembly-part-list-copy-button{border:1px solid var(--border);background:var(--surface-muted,#f6f7f9);width:100px;height:28px;color:var(--text);cursor:pointer;border-radius:3px;font-weight:700}.assembly-part-list-copy-button:disabled{cursor:default;opacity:.55}.assembly-label-button{background:var(--surface);color:#2563eb;cursor:pointer;border:1px solid #2563eb;height:28px;font-weight:700}.assembly-label-button:disabled{cursor:default;opacity:.5}.outsourcing-management-page{flex-direction:column;gap:10px;height:100%;min-height:0;display:flex}.outsourcing-management-page h2,.outsourcing-management-page h3{margin:0}.outsourcing-management-page>.toolbar,.outsourcing-management-page>section{margin-bottom:0}.outsourcing-filter{border:1px solid var(--border-color,#cfd6df);background:#f7f9fc;flex-wrap:wrap;align-items:end;gap:8px 14px;padding:10px 12px;display:flex}.outsourcing-filter label{gap:4px;font-size:12px;font-weight:600;display:grid}.outsourcing-filter label>span{display:flex}.outsourcing-filter input{border:1px solid #b9c3cf;width:145px;height:28px;padding:0 7px}.outsourcing-filter button{min-height:28px}.outsourcing-grid{flex:1;min-height:0}.outsourcing-grid:not(.split){grid-template-rows:minmax(0,1fr);display:grid}.outsourcing-grid.split{grid-template-rows:minmax(190px,.8fr) minmax(240px,1.2fr);gap:10px;display:grid}.outsourcing-grid>div{grid-template-rows:auto minmax(0,1fr);gap:5px;min-width:0;min-height:0;display:grid}.outsourcing-insert{background:#effaf2}.outsourcing-update{background:#fff9df}.outsourcing-delete{color:#8c2525;background:#fff0f0;text-decoration:line-through}@media (width>=1500px){.outsourcing-grid.split{grid-template-rows:minmax(470px,1fr);grid-template-columns:.9fr 1.1fr}}.sales-price-page{min-width:980px}.sales-price-search{flex:none;margin-bottom:8px}.sales-price-workspace{flex:auto;min-height:0}.sales-price-customer-panel,.sales-price-detail-panel,.sales-price-current-panel,.sales-price-history-panel{overflow:hidden}.sales-price-customer-panel>.dx-grid,.sales-price-customer-panel>.dx-grid>.dx-grid-scroll,.sales-price-grid-section>.dx-grid,.sales-price-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.sales-price-customer-panel>.dx-grid>.dx-grid-scroll,.sales-price-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.sales-price-detail-split{width:100%;height:100%;min-height:0}.sales-price-grid-section{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.sales-price-grid-section>.section-title{border:1px solid var(--border);background:var(--panel-bg);box-sizing:border-box;min-height:30px;color:var(--text);border-bottom:0;flex:none;margin:0;padding:6px 8px;font-size:13px}.sales-price-page[aria-busy=true] .sales-price-workspace{cursor:progress}.purchase-price-page{flex-direction:column;min-height:0;display:flex;overflow:hidden}.purchase-price-search{flex:none}.purchase-price-workspace{flex:auto;min-height:360px;margin-top:8px}.purchase-price-customer-panel,.purchase-price-detail-panel,.purchase-price-current-panel,.purchase-price-history-panel,.purchase-price-grid-section{min-width:0;min-height:0;overflow:hidden}.purchase-price-detail-split,.purchase-price-grid-section{width:100%;height:100%}.purchase-price-grid-section{flex-direction:column;display:flex}.purchase-price-grid-section .data-grid-wrap{flex:auto;min-height:0}.purchase-price-query-page{min-width:1120px}.purchase-price-query-workspace{flex:auto;min-height:0}.purchase-price-query-search-panel{overflow:auto}.purchase-price-query-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.purchase-price-query-search .search-condition-row>button{min-height:28px}.purchase-price-query-grid-panel>.dx-grid,.purchase-price-query-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.purchase-price-query-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.purchase-price-query-page[aria-busy=true] .purchase-price-query-workspace{cursor:progress}.monthly-purchase-plan-page{min-width:720px}.monthly-purchase-plan-workspace{flex:auto;min-height:0}.monthly-purchase-plan-search-panel{overflow:auto}.monthly-purchase-plan-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.monthly-purchase-plan-search input[type=month]{min-width:150px}.monthly-purchase-plan-customer-add{white-space:nowrap;min-height:28px}.monthly-purchase-plan-grid-panel,.monthly-purchase-plan-grid{min-height:0}.monthly-purchase-plan-grid{flex:auto;width:100%;display:flex}.monthly-purchase-plan-grid>.dx-grid,.monthly-purchase-plan-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.monthly-purchase-plan-grid>.dx-grid>.dx-grid-scroll{max-height:none}.monthly-purchase-plan-page[aria-busy=true] .monthly-purchase-plan-workspace{cursor:progress}.monthly-purchase-plan-query-page{min-width:760px}.monthly-purchase-plan-query-workspace{flex:auto;min-height:0}.monthly-purchase-plan-query-search-panel{overflow:auto}.monthly-purchase-plan-query-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.monthly-purchase-plan-query-period,.monthly-purchase-plan-query-customer{align-items:center;gap:6px;display:inline-flex}.monthly-purchase-plan-query-period input[type=month]{min-width:145px}.monthly-purchase-plan-query-customer input:first-child{width:120px}.monthly-purchase-plan-query-customer input:nth-child(2){width:230px}.monthly-purchase-plan-query-grid{flex:auto;width:100%;min-height:0;display:flex}.monthly-purchase-plan-query-grid>.dx-grid,.monthly-purchase-plan-query-grid>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.monthly-purchase-plan-query-grid>.dx-grid>.dx-grid-scroll{max-height:none}.monthly-purchase-plan-query-page[aria-busy=true] .monthly-purchase-plan-query-workspace{cursor:progress}.purchase-order-registration-page{flex-direction:column;min-height:0;display:flex}.purchase-order-registration-page>h2{margin-bottom:6px}.purchase-order-outer-panels{flex:auto;min-height:500px}.purchase-order-conditions{box-sizing:border-box;height:100%;padding:10px 12px;overflow:auto}.purchase-order-conditions .search-condition-row{flex-wrap:wrap;align-items:end;gap:8px 14px;display:flex}.purchase-order-conditions label{color:var(--text-secondary,#475569);flex-direction:column;gap:4px;font-size:12px;display:flex}.purchase-order-conditions input,.purchase-order-conditions button{box-sizing:border-box;min-height:30px}.purchase-order-period,.purchase-order-lookup-fields,.purchase-order-delivery-apply{align-items:center;gap:5px;display:inline-flex}.purchase-order-period input,.purchase-order-delivery-apply input{width:142px}.purchase-order-lookup-fields input:first-child{width:92px}.purchase-order-lookup-fields input:nth-child(2){width:180px}.purchase-order-selection-summary{min-height:24px;color:var(--text-secondary,#475569);flex-wrap:wrap;align-items:center;gap:8px 18px;margin-top:9px;font-size:12px;display:flex}.purchase-order-grid-panels,.purchase-order-grid-section{height:100%;min-height:0}.purchase-order-grid-section>.data-grid,.purchase-order-grid-section>.dx-grid{height:100%}.purchase-order-diagnostic{color:#b45309}.purchase-order-row-diagnostic>td{background:#fff7ed!important}.purchase-order-registration-page[aria-busy=true] .purchase-order-grid-section,.purchase-order-registration-page[aria-busy=true] .purchase-order-conditions{cursor:progress}@media (width<=1000px){.purchase-order-conditions .search-condition-row{align-items:stretch}}.purchase-order-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.purchase-order-query-page>h2{margin:0}.purchase-order-query-workspace,.purchase-order-query-search-pane,.purchase-order-query-grid-pane,.purchase-order-query-grid-section{min-width:0;min-height:0}.purchase-order-query-workspace{flex:1}.purchase-order-query-search-pane{overflow:auto}.purchase-order-query-search{box-sizing:border-box;height:100%;padding:9px 12px}.purchase-order-query-search-grid{grid-template-columns:minmax(340px,390px) minmax(430px,1fr) minmax(270px,340px);align-items:end;gap:9px 14px;display:grid}.purchase-order-query-field{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;display:grid}.purchase-order-query-field>span:first-child,.purchase-order-query-radio-group>legend{font-weight:700}.purchase-order-query-field input{box-sizing:border-box;width:100%;height:30px}.purchase-order-query-period>span:last-child{grid-template-columns:minmax(135px,1fr) 16px minmax(135px,1fr);align-items:center;gap:4px;display:grid}.purchase-order-query-period b{text-align:center}.purchase-order-query-customer>span:last-child,.purchase-order-query-material>span:last-child{grid-template-columns:minmax(110px,.65fr) minmax(220px,1.35fr) 32px;gap:4px;min-width:0;display:grid}.purchase-order-query-material{grid-column:1/3}.purchase-order-query-search .dx-lookup-btn{width:32px;min-width:32px;height:30px;padding:0}.purchase-order-query-radio-group{min-width:0;color:var(--text-secondary,#4b5563);border:0;margin:0;padding:0;font-size:12px}.purchase-order-query-radio-group>legend{margin-bottom:5px;padding:0}.purchase-order-query-radio-group>div{white-space:nowrap;align-items:center;gap:14px;min-height:30px;display:flex}.purchase-order-query-radio-group label{cursor:pointer;align-items:center;gap:4px;display:inline-flex}.purchase-order-query-radio-group input{margin:0}.purchase-order-query-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.purchase-order-query-summary{box-sizing:border-box;border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);flex-wrap:wrap;align-items:center;gap:5px 14px;padding:4px 10px;font-size:12px;display:flex}.purchase-order-query-summary strong{color:#a15c00;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:700;overflow:hidden}.purchase-order-query-summary button,.purchase-order-query-bootstrap-error button{min-height:26px}.purchase-order-query-grid-section>.dx-grid-wrap{flex:1;min-height:0}.purchase-order-query-data-issue-row td{background:#fff8e7}.purchase-order-query-date-cell{align-items:center;gap:4px;display:inline-flex}.purchase-order-query-diagnostic-badge{color:#a15c00;font-size:12px;font-weight:800}.purchase-order-query-bootstrap-error{color:#8a4d00;background:#fff8e7;border:1px solid #e0a341;border-radius:4px;align-items:center;gap:12px;min-height:38px;padding:7px 10px;display:flex}.purchase-order-query-busy{z-index:20;border:1px solid var(--border-color,#cbd5e1);background:color-mix(in srgb, var(--panel-background,#fff) 94%, transparent);color:var(--text-primary,#111827);border-radius:5px;padding:9px 14px;font-weight:700;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #0f172a29}.purchase-order-query-page[aria-busy=true] .purchase-order-query-workspace{cursor:progress}@media (width<=1180px){.purchase-order-query-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-order-query-customer,.purchase-order-query-material{grid-column:1/-1}}.purchase-order-close-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.purchase-order-close-page>h2{margin:0}.purchase-order-close-workspace,.purchase-order-close-search-pane,.purchase-order-close-grid-pane,.purchase-order-close-grid-section{min-width:0;min-height:0}.purchase-order-close-workspace{flex:1}.purchase-order-close-search-pane{overflow:auto}.purchase-order-close-search{box-sizing:border-box;height:100%;padding:9px 12px}.purchase-order-close-search-grid{grid-template-columns:minmax(245px,.72fr) minmax(340px,1fr) minmax(430px,1.28fr);align-items:end;gap:9px 14px;display:grid}.purchase-order-close-field{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;display:grid}.purchase-order-close-field>span:first-child,.purchase-order-close-radio>legend{font-weight:700}.purchase-order-close-field input{box-sizing:border-box;width:100%;height:30px}.purchase-order-close-period>span:last-child{grid-template-columns:minmax(135px,1fr) 16px minmax(135px,1fr);align-items:center;gap:4px;display:grid}.purchase-order-close-period b{text-align:center}.purchase-order-close-customer>span:last-child,.purchase-order-close-material>span:last-child{grid-template-columns:minmax(105px,.64fr) minmax(210px,1.36fr) 32px;gap:4px;min-width:0;display:grid}.purchase-order-close-material{grid-column:1/3}.purchase-order-close-search .dx-lookup-btn{width:32px;min-width:32px;height:30px;padding:0}.purchase-order-close-radio{min-width:0;color:var(--text-secondary,#4b5563);border:0;margin:0;padding:0;font-size:12px}.purchase-order-close-radio>legend{margin-bottom:5px;padding:0}.purchase-order-close-radio>div{white-space:nowrap;align-items:center;gap:14px;min-height:30px;display:flex}.purchase-order-close-radio label{cursor:pointer;align-items:center;gap:4px;display:inline-flex}.purchase-order-close-radio input{margin:0}.purchase-order-close-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.purchase-order-close-summary{box-sizing:border-box;border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);flex-wrap:wrap;align-items:center;gap:5px 14px;padding:4px 10px;font-size:12px;display:flex}.purchase-order-close-summary strong{color:#a15c00;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:700;overflow:hidden}.purchase-order-close-summary button,.purchase-order-close-bootstrap-error button{min-height:26px}.purchase-order-close-grid-section>.dx-grid-wrap{flex:1;min-height:0}.purchase-order-close-data-issue-row td{background:#fff8e7}.purchase-order-close-date-cell{align-items:center;gap:4px;display:inline-flex}.purchase-order-close-diagnostic-badge{color:#a15c00;font-size:12px;font-weight:800}.purchase-order-close-bootstrap-error{color:#8a4d00;background:#fff8e7;border:1px solid #e0a341;border-radius:4px;align-items:center;gap:12px;min-height:38px;padding:7px 10px;display:flex}.purchase-order-close-busy{z-index:20;border:1px solid var(--border-color,#cbd5e1);background:color-mix(in srgb, var(--panel-background,#fff) 94%, transparent);color:var(--text-primary,#111827);border-radius:5px;padding:9px 14px;font-weight:700;position:absolute;bottom:18px;right:18px;box-shadow:0 4px 16px #0f172a29}.purchase-order-close-page[aria-busy=true] .purchase-order-close-workspace{cursor:progress}@media (width<=1180px){.purchase-order-close-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-order-close-customer,.purchase-order-close-material{grid-column:1/-1}}.purchase-receipt-registration{min-width:0;height:100%;color:var(--text-primary,#172033);background:var(--page-bg,#f5f7fb);flex-direction:column;display:flex;overflow:hidden}.purchase-receipt-registration .prs-condition-panel{border:1px solid var(--border-color,#d7dde8);background:var(--panel-bg,#fff);border-radius:4px;flex-wrap:wrap;align-items:flex-end;gap:8px 14px;padding:9px 12px;display:flex}.purchase-receipt-registration .prs-condition-panel>label,.purchase-receipt-registration .prs-condition-panel fieldset{border:0;flex-direction:column;gap:3px;min-width:118px;margin:0;padding:0;font-size:12px;display:flex}.purchase-receipt-registration .prs-condition-panel input{box-sizing:border-box;border:1px solid var(--input-border,#cdd5e1);background:var(--input-bg,#fff);border-radius:3px;height:28px;padding:3px 7px}.purchase-receipt-registration .prs-customer{min-width:330px!important}.purchase-receipt-registration .prs-customer>span{grid-template-columns:95px minmax(150px,1fr) 30px;gap:4px;display:grid}.purchase-receipt-registration .prs-customer button{height:28px}.purchase-receipt-registration .prs-condition-panel fieldset{border:1px solid var(--input-border,#cdd5e1);border-radius:3px;flex-direction:row;align-items:center;min-width:220px;min-height:28px;padding:3px 8px}.purchase-receipt-registration .prs-condition-panel fieldset legend{padding:0 4px}.purchase-receipt-registration .prs-condition-panel fieldset label{white-space:nowrap;align-items:center;gap:3px;display:inline-flex}.purchase-receipt-registration .prs-condition-panel fieldset input{width:auto;height:auto}.purchase-receipt-registration .prs-activity{min-height:22px;color:var(--text-secondary,#526177);padding:3px 12px;font-size:12px}.purchase-receipt-registration .prs-recovery{color:#6b4500;background:#fff8e7;border:1px solid #d99b25;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 12px;display:flex}.purchase-receipt-registration .prs-recovery label{align-items:center;gap:5px;display:inline-flex}.purchase-receipt-registration .prs-grid-split{flex:auto;min-height:0}.purchase-receipt-registration .prs-grid-section{border:1px solid var(--border-color,#d7dde8);background:var(--panel-bg,#fff);flex-direction:column;height:100%;min-height:0;display:flex}.purchase-receipt-registration .prs-grid-title{border-bottom:1px solid var(--border-color,#d7dde8);align-items:center;gap:9px;min-height:30px;padding:3px 9px;display:flex}.purchase-receipt-registration .prs-grid-title button{margin-left:auto}.purchase-receipt-registration .prs-grid-section>.dx-grid-wrap,.purchase-receipt-registration .prs-grid-section>.data-grid{flex:auto;min-height:0}.purchase-receipt-registration .prs-row-warning td{background:#fff5df}.purchase-receipt-registration .row-dirty td{background:#edf6ff}.purchase-receipt-registration .row-deleted td{color:#8993a5;background:#f3f4f7;text-decoration:line-through}.purchase-receipt-registration .prs-file-button,.purchase-receipt-registration .prs-grid-action{border:1px solid var(--input-border,#cdd5e1);background:var(--panel-bg,#fff);cursor:pointer;border-radius:3px;justify-content:center;align-items:center;min-height:23px;padding:2px 7px;font-size:11px;display:inline-flex}.purchase-receipt-registration .prs-location-cell{grid-template-columns:minmax(0,1fr) 24px 24px;align-items:center;gap:2px;width:100%;display:grid}.purchase-receipt-registration .prs-location-cell>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.purchase-receipt-registration .prs-selection-summary{border-top:1px solid var(--border-color,#d7dde8);color:#7b4e00;min-height:24px;padding:4px 9px;font-size:12px}.prq-file-button:has(input:disabled){cursor:not-allowed;opacity:.5}@media (width<=1180px){.purchase-receipt-query-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-receipt-query-customer,.purchase-receipt-query-material{grid-column:1/-1}}.purchase-receipt-close-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.purchase-receipt-close-page>h2{margin:0}.purchase-receipt-close-workspace,.purchase-receipt-close-search-pane,.purchase-receipt-close-grid-pane,.purchase-receipt-close-grid-section{min-width:0;min-height:0}.purchase-receipt-close-workspace{flex:1}.purchase-receipt-close-search-pane{overflow:auto}.purchase-receipt-close-search{box-sizing:border-box;height:100%;padding:9px 12px}.purchase-receipt-close-search-grid{grid-template-columns:minmax(210px,245px) minmax(340px,390px) minmax(430px,1fr);align-items:end;gap:9px 14px;display:grid}.purchase-receipt-close-field{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;display:grid}.purchase-receipt-close-field>span:first-child,.purchase-receipt-close-radio-group>legend{font-weight:700}.purchase-receipt-close-field input{box-sizing:border-box;width:100%;height:30px}.purchase-receipt-close-period>span:last-child{grid-template-columns:minmax(135px,1fr) 16px minmax(135px,1fr);align-items:center;gap:4px;display:grid}.purchase-receipt-close-period b{text-align:center}.purchase-receipt-close-customer>span:last-child,.purchase-receipt-close-material>span:last-child{grid-template-columns:minmax(110px,.65fr) minmax(220px,1.35fr) 32px;gap:4px;display:grid}.purchase-receipt-close-material{grid-column:2/4}.purchase-receipt-close-search .dx-lookup-btn{width:32px;min-width:32px;height:30px;padding:0}.purchase-receipt-close-radio-group{min-width:0;color:var(--text-secondary,#4b5563);border:0;margin:0;padding:0;font-size:12px}.purchase-receipt-close-radio-group>legend{margin-bottom:5px;padding:0}.purchase-receipt-close-radio-group>div{align-items:center;gap:14px;min-height:30px;display:flex}.purchase-receipt-close-radio-group label{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.purchase-receipt-close-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.purchase-receipt-close-summary{box-sizing:border-box;border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);flex-wrap:wrap;align-items:center;gap:5px 14px;padding:4px 10px;font-size:12px;display:flex}.purchase-receipt-close-summary strong{color:#a15c00}.purchase-receipt-close-grid-section>.dx-grid-wrap{flex:1;min-height:0}.purchase-receipt-close-dirty-row td{background:#edf7ff}@media (width<=1180px){.purchase-receipt-close-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-receipt-close-customer,.purchase-receipt-close-material{grid-column:1/-1}}.purchase-receipt-query-page{flex-direction:column;gap:8px;min-width:0;height:100%;min-height:0;display:flex;position:relative}.purchase-receipt-query-page>h2{margin:0}.purchase-receipt-query-workspace,.purchase-receipt-query-search-pane,.purchase-receipt-query-grid-pane,.purchase-receipt-query-grid-section{min-width:0;min-height:0}.purchase-receipt-query-workspace{flex:1}.purchase-receipt-query-search-pane{overflow:auto}.purchase-receipt-query-search{box-sizing:border-box;height:100%;padding:9px 12px}.purchase-receipt-query-search-grid{grid-template-columns:minmax(340px,390px) minmax(430px,1fr) minmax(260px,320px);align-items:end;gap:9px 14px;display:grid}.purchase-receipt-query-field{min-width:0;color:var(--text-secondary,#4b5563);gap:4px;font-size:12px;display:grid}.purchase-receipt-query-field>span:first-child,.purchase-receipt-query-radio-group>legend{font-weight:700}.purchase-receipt-query-field input{box-sizing:border-box;width:100%;height:30px}.purchase-receipt-query-period>span:last-child{grid-template-columns:minmax(135px,1fr) 16px minmax(135px,1fr);align-items:center;gap:4px;display:grid}.purchase-receipt-query-period b{text-align:center}.purchase-receipt-query-customer>span:last-child,.purchase-receipt-query-material>span:last-child{grid-template-columns:minmax(110px,.65fr) minmax(220px,1.35fr) 32px;gap:4px;display:grid}.purchase-receipt-query-material{grid-column:1/3}.purchase-receipt-query-search .dx-lookup-btn{width:32px;min-width:32px;height:30px;padding:0}.purchase-receipt-query-radio-group{min-width:0;color:var(--text-secondary,#4b5563);border:0;margin:0;padding:0;font-size:12px}.purchase-receipt-query-radio-group>legend{margin-bottom:5px;padding:0}.purchase-receipt-query-radio-group>div{align-items:center;gap:14px;min-height:30px;display:flex}.purchase-receipt-query-radio-group label{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.purchase-receipt-query-grid-section{border:1px solid var(--border-color,#d8dee8);background:var(--panel-background,#fff);flex-direction:column;height:100%;display:flex;overflow:hidden}.purchase-receipt-query-summary{box-sizing:border-box;border-bottom:1px solid var(--border-color,#d8dee8);min-height:32px;color:var(--text-secondary,#4b5563);flex-wrap:wrap;align-items:center;gap:5px 14px;padding:4px 10px;font-size:12px;display:flex}.purchase-receipt-query-summary strong{color:#a15c00}.purchase-receipt-query-grid-section>.dx-grid-wrap{flex:1;min-height:0}.purchase-receipt-query-warning-row td{background:#fff8e7}.purchase-receipt-query-dirty-row td{background:#edf7ff}.prq-file-button,.prq-grid-action{box-sizing:border-box;border:1px solid var(--border-color,#cbd5e1);background:var(--panel-background,#fff);min-width:48px;min-height:24px;color:var(--text-primary,#111827);cursor:pointer;border-radius:3px;justify-content:center;align-items:center;padding:2px 7px;font-size:12px;display:inline-flex}.prq-grid-action:disabled{cursor:not-allowed;opacity:.5}.prq-file-button:has(input:disabled){cursor:not-allowed;opacity:.5}@media (width<=1180px){.purchase-receipt-query-search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-receipt-query-customer,.purchase-receipt-query-material{grid-column:1/-1}}.purchase-receipt-customer-summary-page .purchase-receipt-query-grid-section{min-width:0}.purchase-receipt-customer-summary-page .purchase-receipt-query-summary{gap:5px 18px}.purchase-return-registration-page{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.purchase-return-registration-page>h2{margin:2px 0 6px}.purchase-return-workspace,.purchase-return-grid-workspace,.purchase-return-grid-split,.purchase-return-grid-panel,.purchase-return-grid-section{min-height:0}.purchase-return-workspace{flex:1}.purchase-return-search-panel{overflow:auto}.purchase-return-search{box-sizing:border-box;height:100%;padding:10px 12px}.purchase-return-search .search-condition-row{flex-wrap:wrap;align-items:flex-end;gap:9px 15px;display:flex}.purchase-return-search label{color:var(--text-muted,#526171);flex-direction:column;gap:4px;font-size:12px;display:flex}.purchase-return-search input,.purchase-return-search button{box-sizing:border-box;height:29px}.purchase-return-search input{border:1px solid var(--border-color,#cbd4df);background:var(--surface,#fff);color:var(--text-color,#1f2937);border-radius:4px;padding:4px 7px}.purchase-return-search input[readonly]{background:var(--surface-muted,#f2f4f7)}.purchase-return-period,.purchase-return-batch,.purchase-return-customer{align-items:center;gap:6px;display:inline-flex}.purchase-return-period input,.purchase-return-batch input:first-child{width:132px}.purchase-return-batch input:last-child{text-align:center;width:58px}.purchase-return-customer input:first-child{width:105px}.purchase-return-customer input:nth-child(2){width:185px}.purchase-return-customer .dx-lookup-btn{width:31px}.purchase-return-recovery,.purchase-return-readonly{align-self:center;font-style:normal;font-weight:600}.purchase-return-recovery{color:#9a5a00}.purchase-return-readonly{color:var(--text-muted,#526171)}.purchase-return-grid-section{box-sizing:border-box;flex-direction:column;height:100%;padding:5px 7px 7px;display:flex;overflow:hidden}.purchase-return-grid-section>.data-grid-wrap,.purchase-return-grid-section>.dx-grid{flex:1;min-height:0}.purchase-return-grid-section h3{align-items:baseline;gap:10px;margin:0 0 5px;font-size:14px;display:flex}.purchase-return-grid-section h3 span{color:var(--text-muted,#687789);font-size:11px;font-weight:400}.purchase-return-row-deleted td{color:#8a3434;text-decoration:line-through;background:#fbe9e9!important}@media (width<=1080px){.purchase-return-search{min-width:1030px}}.purchase-return-query-page{min-width:1080px}.purchase-return-query-workspace,.purchase-return-query-grid-panel,.purchase-return-query-grid-section{min-height:0}.purchase-return-query-workspace{flex:auto}.purchase-return-query-search-panel{overflow:auto}.purchase-return-query-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.purchase-return-query-period,.purchase-return-query-pair{align-items:center;gap:6px;display:inline-flex}.purchase-return-query-period input[type=date]{min-width:145px}.purchase-return-query-pair input:first-child{width:120px}.purchase-return-query-pair input:nth-child(2){width:230px}.purchase-return-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.purchase-return-query-status{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:16px;padding:3px 8px;font-size:12px;display:flex}.purchase-return-query-grid-section>.data-grid-wrap,.purchase-return-query-grid-section>.dx-grid,.purchase-return-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.purchase-return-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.purchase-return-query-page[aria-busy=true] .purchase-return-query-workspace{cursor:progress}.purchase-scrap-registration-page{min-width:1040px}.purchase-scrap-workspace,.purchase-scrap-grid-panel,.purchase-scrap-grid-section{min-height:0}.purchase-scrap-workspace{flex:auto}.purchase-scrap-header-panel{overflow:auto}.purchase-scrap-header{box-sizing:border-box;width:100%;min-height:100%;margin:0}.purchase-scrap-batch,.purchase-scrap-customer{align-items:center;gap:6px;display:inline-flex}.purchase-scrap-batch input[type=date]{min-width:145px}.purchase-scrap-batch input:last-child{text-align:center;width:74px}.purchase-scrap-customer input:first-child{width:120px}.purchase-scrap-customer input:nth-child(2){width:230px}.purchase-scrap-recovery,.purchase-scrap-readonly{color:var(--text-muted);align-self:end;font-size:12px;font-style:normal}.purchase-scrap-recovery{color:var(--warning,#9a6700)}.purchase-scrap-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.purchase-scrap-status{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:16px;padding:3px 8px;font-size:12px;display:flex}.purchase-scrap-grid-section>.data-grid-wrap,.purchase-scrap-grid-section>.dx-grid,.purchase-scrap-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.purchase-scrap-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.purchase-scrap-row-deleted>td{color:var(--text-muted);background:color-mix(in srgb, var(--danger,#c62828) 8%, transparent);text-decoration:line-through}.purchase-scrap-registration-page[aria-busy=true] .purchase-scrap-workspace{cursor:progress}.purchase-scrap-query-page{min-width:1080px}.purchase-scrap-query-workspace,.purchase-scrap-query-grid-panel,.purchase-scrap-query-grid-section{min-height:0}.purchase-scrap-query-workspace{flex:auto}.purchase-scrap-query-search-panel{overflow:auto}.purchase-scrap-query-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.purchase-scrap-query-period,.purchase-scrap-query-pair{align-items:center;gap:6px;display:inline-flex}.purchase-scrap-query-period input[type=date]{min-width:145px}.purchase-scrap-query-pair input:first-child{width:120px}.purchase-scrap-query-pair input:nth-child(2){width:230px}.purchase-scrap-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.purchase-scrap-query-status{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:16px;padding:3px 8px;font-size:12px;display:flex}.purchase-scrap-query-grid-section>.data-grid-wrap,.purchase-scrap-query-grid-section>.dx-grid,.purchase-scrap-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.purchase-scrap-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.purchase-scrap-query-page[aria-busy=true] .purchase-scrap-query-workspace{cursor:progress}.purchase-material-return-registration-page{min-width:1020px}.purchase-material-return-workspace,.purchase-material-return-grid-panel,.purchase-material-return-grid-section{min-height:0}.purchase-material-return-workspace{flex:auto}.purchase-material-return-header-panel{overflow:auto}.purchase-material-return-header{box-sizing:border-box;width:100%;min-height:100%;margin:0}.purchase-material-return-batch{align-items:center;gap:6px;display:inline-flex}.purchase-material-return-batch input[type=date]{min-width:145px}.purchase-material-return-batch input:last-child{text-align:center;width:74px}.purchase-material-return-capacity,.purchase-material-return-recovery,.purchase-material-return-readonly{color:var(--text-muted);align-self:end;font-size:12px;font-style:normal}.purchase-material-return-recovery{color:var(--warning,#9a6700)}.purchase-material-return-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.purchase-material-return-status{min-height:32px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;grid-template-columns:max-content 1fr max-content;align-items:center;gap:14px;padding:3px 8px;font-size:12px;display:grid}.purchase-material-return-label-button{min-height:25px;padding:2px 10px}.purchase-material-return-grid-section>.data-grid-wrap,.purchase-material-return-grid-section>.dx-grid,.purchase-material-return-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.purchase-material-return-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.purchase-material-return-row-deleted>td{color:var(--text-muted);background:color-mix(in srgb, var(--danger,#c62828) 8%, transparent);text-decoration:line-through}.purchase-material-return-registration-page[aria-busy=true] .purchase-material-return-workspace{cursor:progress}.purchase-material-return-query-page{min-width:1040px}.purchase-material-return-query-workspace,.purchase-material-return-query-grid-panel,.purchase-material-return-query-grid-section{min-height:0}.purchase-material-return-query-workspace{flex:auto}.purchase-material-return-query-search-panel{overflow:auto}.purchase-material-return-query-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.purchase-material-return-query-period,.purchase-material-return-query-pair{align-items:center;gap:6px;display:inline-flex}.purchase-material-return-query-period input[type=date]{min-width:145px}.purchase-material-return-query-pair input:first-child{width:125px}.purchase-material-return-query-pair input:nth-child(2){width:230px}.purchase-material-return-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.purchase-material-return-query-status{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:16px;padding:3px 8px;font-size:12px;display:flex}.purchase-material-return-query-grid-section>.data-grid-wrap,.purchase-material-return-query-grid-section>.dx-grid,.purchase-material-return-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.purchase-material-return-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.purchase-material-return-query-page[aria-busy=true] .purchase-material-return-query-workspace{cursor:progress}.raw-material-inventory-query-page{min-width:1080px}.raw-material-inventory-workspace,.raw-material-inventory-content-panel,.raw-material-inventory-grids,.raw-material-inventory-master-panel,.raw-material-inventory-detail-panel,.raw-material-inventory-grid-section{min-height:0}.raw-material-inventory-workspace,.raw-material-inventory-grids{flex:auto}.raw-material-inventory-search-panel{overflow:auto}.raw-material-inventory-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.raw-material-inventory-pair{align-items:center;gap:6px;display:inline-flex}.raw-material-inventory-pair input:first-child{width:135px}.raw-material-inventory-pair input:nth-child(2){width:260px}.raw-material-inventory-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.raw-material-inventory-grid-title{min-height:30px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:16px;padding:3px 8px;font-size:12px;display:flex}.raw-material-inventory-grid-title strong{color:var(--text-primary);font-size:13px}.raw-material-inventory-grid-title span:last-child{margin-left:auto}.raw-material-inventory-grid-section>.data-grid-wrap,.raw-material-inventory-grid-section>.dx-grid,.raw-material-inventory-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.raw-material-inventory-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.raw-material-inventory-query-page[aria-busy=true] .raw-material-inventory-workspace{cursor:progress}.raw-material-ledger-detail-query-page{min-width:1080px}.raw-material-ledger-detail-query-workspace,.raw-material-ledger-detail-query-grid-panel,.raw-material-ledger-detail-query-grid-section{min-height:0}.raw-material-ledger-detail-query-workspace{flex:auto}.raw-material-ledger-detail-query-search-panel{overflow:auto}.raw-material-ledger-detail-query-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.raw-material-ledger-detail-query-period,.raw-material-ledger-detail-query-pair{align-items:center;gap:6px;display:inline-flex}.raw-material-ledger-detail-query-period input[type=date]{min-width:145px}.raw-material-ledger-detail-query-pair input:first-child{width:125px}.raw-material-ledger-detail-query-pair input:nth-child(2){width:230px}.raw-material-ledger-detail-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.raw-material-ledger-detail-query-status{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:14px;padding:3px 8px;font-size:12px;display:flex}.raw-material-ledger-detail-query-status span:last-child{margin-left:auto}.raw-material-ledger-detail-query-grid-section>.data-grid-wrap,.raw-material-ledger-detail-query-grid-section>.dx-grid,.raw-material-ledger-detail-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.raw-material-ledger-detail-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.raw-material-ledger-detail-query-page[aria-busy=true] .raw-material-ledger-detail-query-workspace{cursor:progress}.raw-material-ledger-summary-query-page{min-width:1020px}.raw-material-ledger-summary-query-workspace,.raw-material-ledger-summary-query-grid-panel,.raw-material-ledger-summary-query-grid-section{min-height:0}.raw-material-ledger-summary-query-workspace{flex:auto}.raw-material-ledger-summary-query-search-panel{overflow:auto}.raw-material-ledger-summary-query-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.raw-material-ledger-summary-query-period,.raw-material-ledger-summary-query-pair{align-items:center;gap:6px;display:inline-flex}.raw-material-ledger-summary-query-period input[type=date]{min-width:145px}.raw-material-ledger-summary-query-pair input:first-child{width:125px}.raw-material-ledger-summary-query-pair input:nth-child(2){width:230px}.raw-material-ledger-summary-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.raw-material-ledger-summary-query-status{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:14px;padding:3px 8px;font-size:12px;display:flex}.raw-material-ledger-summary-query-status span:last-child{margin-left:auto}.raw-material-ledger-summary-query-grid-section>.data-grid-wrap,.raw-material-ledger-summary-query-grid-section>.dx-grid,.raw-material-ledger-summary-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.raw-material-ledger-summary-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.raw-material-ledger-summary-query-page[aria-busy=true] .raw-material-ledger-summary-query-workspace{cursor:progress}.raw-material-stock-monitor-page{background:#fff;min-width:1180px;padding:10px 12px 12px}.raw-material-stock-monitor-heading{border:1px solid var(--border);background:#f5f5f5;border-radius:4px 4px 0 0;flex:none;justify-content:space-between;align-items:center;gap:24px;min-height:56px;padding:0 12px;display:flex}.raw-material-stock-monitor-heading h2{margin:0;font-size:24px}.raw-material-stock-monitor-heading>div{color:var(--text-muted);align-items:center;gap:22px;display:flex}.raw-material-stock-monitor-heading strong{color:var(--text);font-size:20px}.raw-material-stock-monitor-grid-section{border:1px solid var(--border);border-top:0;flex:auto;min-height:0;display:flex;overflow:hidden}.raw-material-stock-monitor-grid-section>.data-grid-wrap,.raw-material-stock-monitor-grid-section>.dx-grid,.raw-material-stock-monitor-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.raw-material-stock-monitor-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.raw-material-stock-monitor-page .dx-grid th{height:54px;font-size:18px;font-weight:700}.raw-material-stock-monitor-page .dx-grid td{height:54px;font-size:20px}.raw-material-stock-monitor-bar-track{background-color:#f0f2f4;background-image:repeating-linear-gradient(90deg,#0000 0 calc(10% - 1px),#0000001a calc(10% - 1px) 10%);border-radius:2px;width:100%;height:48px;position:relative;overflow:hidden}.raw-material-stock-monitor-bar-fill{color:#fff;white-space:nowrap;justify-content:center;align-items:center;min-width:0;height:100%;font-size:22px;font-weight:700;transition:width .6s;display:flex;overflow:visible}.raw-material-stock-monitor-bar-fill.is-warning{background:#d9534f}.raw-material-stock-monitor-bar-fill.is-normal{background:#4374d9}.raw-material-stock-monitor-bar-fill span{text-shadow:0 1px 2px #0000008c;padding:0 8px;position:sticky;left:8px}.raw-material-stock-monitor-page[aria-busy=true]{cursor:progress}.raw-material-management-summary-page{min-width:1120px}.raw-material-management-summary-workspace,.raw-material-management-summary-grid-panel,.raw-material-management-summary-grid-section{min-height:0}.raw-material-management-summary-workspace{flex:auto}.raw-material-management-summary-search-panel{overflow:auto}.raw-material-management-summary-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.raw-material-management-summary-period,.raw-material-management-summary-lookup-single,.raw-material-management-summary-item-pair{align-items:center;gap:6px;display:inline-flex}.raw-material-management-summary-period input[type=date]{min-width:145px}.raw-material-management-summary-lookup-single input{width:145px}.raw-material-management-summary-item-pair input:first-child{width:190px}.raw-material-management-summary-item-pair input:nth-child(2){width:135px}.raw-material-management-summary-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.raw-material-management-summary-status{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:18px;padding:3px 8px;font-size:12px;display:flex}.raw-material-management-summary-status span:last-child{margin-left:auto}.raw-material-management-summary-allowance-ng{color:#e00000;font-weight:700}.raw-material-management-summary-grid-section>.data-grid-wrap,.raw-material-management-summary-grid-section>.dx-grid,.raw-material-management-summary-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.raw-material-management-summary-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.raw-material-management-summary-page[aria-busy=true] .raw-material-management-summary-workspace{cursor:progress}.raw-material-balance-query-page{min-width:900px}.raw-material-balance-query-workspace,.raw-material-balance-query-grid-panel,.raw-material-balance-query-grid-section{min-height:0}.raw-material-balance-query-workspace{flex:auto}.raw-material-balance-query-search-panel{overflow:auto}.raw-material-balance-query-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.raw-material-balance-query-period,.raw-material-balance-query-lookup{align-items:center;gap:6px;display:inline-flex}.raw-material-balance-query-period input[type=date]{min-width:145px}.raw-material-balance-query-lookup input{width:180px}.raw-material-balance-query-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.raw-material-balance-query-status{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:18px;padding:3px 8px;font-size:12px;display:flex}.raw-material-balance-query-status span:last-child{margin-left:auto}.raw-material-balance-query-grid-section>.data-grid-wrap,.raw-material-balance-query-grid-section>.dx-grid,.raw-material-balance-query-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.raw-material-balance-query-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.raw-material-balance-query-page[aria-busy=true] .raw-material-balance-query-workspace{cursor:progress}.raw-material-monthly-graph-page{min-width:960px}.raw-material-monthly-graph-workspace,.raw-material-monthly-graph-result-panel,.raw-material-monthly-graph-result-split,.raw-material-monthly-graph-grid-panel,.raw-material-monthly-graph-chart-panel,.raw-material-monthly-graph-grid-section,.raw-material-monthly-graph-chart{min-height:0}.raw-material-monthly-graph-workspace,.raw-material-monthly-graph-result-split{flex:auto}.raw-material-monthly-graph-search-panel{overflow:auto}.raw-material-monthly-graph-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.raw-material-monthly-graph-period,.raw-material-monthly-graph-lookup{align-items:center;gap:6px;display:inline-flex}.raw-material-monthly-graph-period input[type=month]{min-width:145px}.raw-material-monthly-graph-lookup input:first-child{width:145px}.raw-material-monthly-graph-lookup input:nth-child(2){width:230px}.raw-material-monthly-graph-grid-section{flex-direction:column;height:100%;display:flex;overflow:hidden}.raw-material-monthly-graph-status{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:18px;padding:3px 8px;font-size:12px;display:flex}.raw-material-monthly-graph-status span:last-child{margin-left:auto}.raw-material-monthly-graph-grid-section>.data-grid-wrap,.raw-material-monthly-graph-grid-section>.dx-grid,.raw-material-monthly-graph-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.raw-material-monthly-graph-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.raw-material-monthly-graph-chart-panel{overflow:auto}.raw-material-monthly-graph-chart{box-sizing:border-box;background:var(--surface,#fff);flex-direction:column;min-width:700px;height:100%;padding:8px 14px 12px;display:flex}.raw-material-monthly-graph-chart h3{color:var(--text,#1f2937);text-align:center;margin:0;font-size:15px;line-height:28px}.raw-material-monthly-graph-chart-selection{color:var(--text-muted);text-align:center;margin:0 0 2px;font-size:12px}.raw-material-monthly-graph-chart-empty{min-height:170px;color:var(--text-muted);border:1px dashed var(--border);flex:auto;place-items:center;display:grid}.raw-material-monthly-graph-chart svg{flex:auto;width:100%;min-height:210px;display:block;overflow:visible}.raw-material-monthly-graph-grid-line{stroke:var(--border,#d9dee7);stroke-width:1px}.raw-material-monthly-graph-axis{stroke:var(--text-muted,#657080);stroke-width:1.4px}.raw-material-monthly-graph-axis-label,.raw-material-monthly-graph-month-label,.raw-material-monthly-graph-value-label{fill:var(--text-muted,#657080);font-family:inherit;font-size:12px}.raw-material-monthly-graph-value-label{fill:var(--text,#1f2937);font-weight:600}.raw-material-monthly-graph-line{fill:none;stroke:#1293f8;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px}.raw-material-monthly-graph-point{fill:#1293f8;stroke:#fff;stroke-width:2px;cursor:help}.raw-material-monthly-graph-point:focus{stroke:#f59e0b;stroke-width:4px;outline:none}.raw-material-monthly-graph-page[aria-busy=true] .raw-material-monthly-graph-workspace{cursor:progress}.sales-price-query-page{min-width:980px}.sales-price-query-workspace{flex:auto;min-height:0}.sales-price-query-search-panel{overflow:auto}.sales-price-query-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.sales-price-query-search .search-condition-row>button{min-height:28px}.sales-price-query-grid-panel>.dx-grid,.sales-price-query-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.sales-price-query-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.sales-price-query-page[aria-busy=true] .sales-price-query-workspace{cursor:progress}.monthly-sales-plan-page{min-width:720px}.monthly-sales-plan-workspace{flex:auto;min-height:0}.monthly-sales-plan-search-panel{overflow:auto}.monthly-sales-plan-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.monthly-sales-plan-search input[type=month]{min-width:150px}.monthly-sales-plan-customer-add{white-space:nowrap;min-height:28px}.monthly-sales-plan-grid-panel>.dx-grid,.monthly-sales-plan-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.monthly-sales-plan-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.monthly-sales-plan-page[aria-busy=true] .monthly-sales-plan-workspace{cursor:progress}.monthly-sales-plan-query-page{min-width:720px}.monthly-sales-plan-query-workspace{flex:auto;min-height:0}.monthly-sales-plan-query-search-panel{overflow:auto}.monthly-sales-plan-query-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.monthly-sales-plan-query-period,.monthly-sales-plan-query-customer{align-items:center;gap:6px;display:inline-flex}.monthly-sales-plan-query-period input[type=month]{min-width:145px}.monthly-sales-plan-query-customer input:first-child{width:110px}.monthly-sales-plan-query-customer input:nth-child(2){width:220px}.monthly-sales-plan-query-grid-panel>.dx-grid,.monthly-sales-plan-query-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.monthly-sales-plan-query-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.monthly-sales-plan-query-page[aria-busy=true] .monthly-sales-plan-query-workspace{cursor:progress}.ob-order-grid-page{min-width:980px}.ob-order-grid-workspace{flex:auto;min-height:0}.ob-order-grid-search-panel{overflow:auto}.ob-order-grid-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.ob-order-grid-search label{white-space:nowrap}.ob-order-grid-search .search-condition-row>button{white-space:nowrap;min-height:28px}.ob-order-inline-fields{align-items:center;gap:4px;display:inline-flex}.ob-order-code-input{width:82px}.ob-order-grid-search select{min-width:112px}.ob-order-grid-data-panel>.dx-grid,.ob-order-grid-data-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.ob-order-grid-data-panel>.dx-grid>.dx-grid-scroll{max-height:none}.ob-order-item-code-cell{width:100%;display:flex}.ob-order-item-code-cell .dx-cell-input{flex:auto;min-width:0}.ob-order-stock-alert{color:#d40000;font-weight:700}.ob-order-closed-row td{background:color-mix(in srgb, var(--surface-2) 78%, var(--border));color:var(--text-muted)}.ob-order-grid-page[aria-busy=true] .ob-order-grid-workspace{cursor:progress}.ob-order-list-page{min-width:1120px}.ob-order-list-save-recovery{color:#6f4b00;background:#fff8e6;border:1px solid #d9a441;border-radius:3px;margin:0 0 6px;padding:7px 10px;font-size:12px}.ob-order-list-workspace{flex:auto;min-height:0}.ob-order-list-search-panel{overflow:auto}.ob-order-list-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.ob-order-list-search label{white-space:nowrap}.ob-order-list-search .search-condition-row>button{white-space:nowrap;min-height:28px}.ob-order-list-period{align-items:center;gap:6px;display:inline-flex}.ob-order-list-code-input{width:82px}.ob-order-list-file-input{display:none}.ob-order-list-lookup-cell{width:100%;display:flex}.ob-order-list-lookup-cell .dx-cell-input{flex:auto;min-width:0}.ob-order-list-stock-alert{color:#d40000;font-weight:700}.ob-order-list-blocked-row td{background:color-mix(in srgb, var(--surface-2) 78%, var(--border));color:var(--text-muted)}.ob-order-list-data-panel>.dx-grid,.ob-order-list-data-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.ob-order-list-data-panel>.dx-grid>.dx-grid-scroll{max-height:none}.ob-order-list-page[aria-busy=true] .ob-order-list-workspace{cursor:progress}.ob-order-query-page{min-width:1040px}.ob-order-query-workspace{flex:auto;min-height:0}.ob-order-query-search-panel{overflow:auto}.ob-order-query-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.ob-order-query-period,.ob-order-query-pair,.ob-order-query-single,.ob-order-query-gubun{align-items:center;gap:6px;display:inline-flex}.ob-order-query-period input[type=date]{min-width:145px}.ob-order-query-gubun>label{flex-direction:row;align-items:center;gap:3px;min-width:auto;display:inline-flex}.ob-order-query-gubun input[type=radio]{margin:0}.ob-order-query-pair input:first-child{width:115px}.ob-order-query-pair input:nth-child(2){width:205px}.ob-order-query-single input{width:180px}.ob-order-query-item input:first-child{width:145px}.ob-order-query-item input:nth-child(2){width:235px}.ob-order-query-grid-panel>.dx-grid,.ob-order-query-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.ob-order-query-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.ob-order-query-page[aria-busy=true] .ob-order-query-workspace{cursor:progress}.ship-registration-page{min-width:1080px}.ship-registration-workspace,.ship-registration-grid-split{flex:auto;min-height:0}.ship-registration-search-panel{overflow:auto}.ship-registration-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.ship-registration-period,.ship-registration-barcode,.ship-registration-pair,.ship-registration-single,.ship-registration-item-name,.ship-registration-item-code{align-items:center;gap:6px;display:inline-flex}.ship-registration-period input[type=date]{min-width:145px}.ship-registration-barcode input{width:230px}.ship-registration-barcode button,.ship-registration-report-button,.ship-registration-detail-actions button{border:1px solid var(--border);background:var(--panel-bg);min-height:28px;color:var(--text);cursor:pointer;border-radius:4px}.ship-registration-barcode button:hover:not(:disabled),.ship-registration-report-button:hover:not(:disabled),.ship-registration-detail-actions button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.ship-registration-pair input:first-child{width:100px}.ship-registration-pair input:nth-child(2){width:170px}.ship-registration-single input{width:125px}.ship-registration-item-name input{width:190px}.ship-registration-item-code input{width:145px}.ship-registration-blocked{border:1px solid color-mix(in srgb, var(--danger) 45%, var(--border));background:color-mix(in srgb, var(--danger) 8%, var(--panel-bg));max-width:420px;color:var(--danger);text-overflow:ellipsis;white-space:nowrap;border-radius:4px;padding:5px 8px;overflow:hidden}.ship-registration-main-panel,.ship-registration-detail-panel{overflow:hidden}.ship-registration-main-panel>.dx-grid,.ship-registration-main-panel>.dx-grid>.dx-grid-scroll,.ship-registration-detail-section>.dx-grid,.ship-registration-detail-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.ship-registration-main-panel>.dx-grid>.dx-grid-scroll,.ship-registration-detail-section>.dx-grid>.dx-grid-scroll{max-height:none}.ship-registration-detail-section{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.ship-registration-detail-actions{border:1px solid var(--border);background:var(--surface-2);min-height:34px;color:var(--text-muted);box-sizing:border-box;border-bottom:0;flex:none;align-items:center;gap:12px;padding:4px 8px;display:flex}.ship-registration-detail-actions>span{margin-right:auto}.ship-registration-detail-actions label{min-width:auto;color:var(--text);white-space:nowrap;flex-direction:row;align-items:center;gap:4px;display:inline-flex}.ship-registration-detail-actions input{margin:0}.ship-registration-row-blocked td{background:color-mix(in srgb, var(--text-muted) 8%, var(--panel-bg));color:var(--text-muted)}.ship-registration-detail-deleted td{background:color-mix(in srgb, var(--danger) 9%, var(--panel-bg));color:var(--text-muted);text-decoration:line-through}.ship-registration-detail-locked td{background:color-mix(in srgb, var(--text-muted) 7%, var(--panel-bg));color:var(--text-muted)}.ship-registration-page[aria-busy=true] .ship-registration-workspace{cursor:progress}.ship-query-page{min-width:1060px}.ship-query-workspace{flex:auto;min-height:0}.ship-query-search-panel{overflow:auto}.ship-query-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.ship-query-period,.ship-query-pair,.ship-query-single{align-items:center;gap:6px;display:inline-flex}.ship-query-period input[type=date]{min-width:145px}.ship-query-pair input:first-child{width:120px}.ship-query-pair input:nth-child(2){width:205px}.ship-query-single input{width:180px}.ship-query-item input:first-child{width:150px}.ship-query-item input:nth-child(2){width:245px}.ship-query-employee input:first-child{width:120px}.ship-query-employee input:nth-child(2){width:180px}.ship-query-grid-panel>.dx-grid,.ship-query-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.ship-query-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.ship-query-page[aria-busy=true] .ship-query-workspace{cursor:progress}.customer-shipment-summary-page{min-width:700px}.customer-shipment-summary-workspace{flex:auto;min-height:0}.customer-shipment-summary-search-panel{overflow:auto}.customer-shipment-summary-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.customer-shipment-summary-period,.customer-shipment-summary-pair{align-items:center;gap:6px;display:inline-flex}.customer-shipment-summary-period input[type=date]{min-width:145px}.customer-shipment-summary-pair input:first-child{width:130px}.customer-shipment-summary-pair input:nth-child(2){width:230px}.customer-shipment-summary-grid-panel>.dx-grid,.customer-shipment-summary-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.customer-shipment-summary-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.customer-shipment-summary-page[aria-busy=true] .customer-shipment-summary-workspace{cursor:progress}.production-receipt-shipment-status-page{min-width:1000px}.production-receipt-shipment-status-workspace,.production-receipt-shipment-status-grid-panel,.production-receipt-shipment-status-grid-section{min-height:0}.production-receipt-shipment-status-workspace{flex:auto}.production-receipt-shipment-status-search-panel{overflow:auto}.production-receipt-shipment-status-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.production-receipt-shipment-status-search-grid{grid-template-columns:minmax(340px,1.2fr) minmax(180px,.7fr) minmax(500px,1.7fr);align-items:center;gap:8px 14px;display:grid}.production-receipt-shipment-status-field{grid-template-columns:76px minmax(0,1fr);align-items:center;gap:6px;margin:0;display:grid}.production-receipt-shipment-status-field>span:first-child{color:var(--text-muted);white-space:nowrap;font-size:12px}.production-receipt-shipment-status-field input,.production-receipt-shipment-status-field select{box-sizing:border-box;min-width:0}.production-receipt-shipment-status-period>span:last-child,.production-receipt-shipment-status-item>span:last-child{align-items:center;gap:6px;min-width:0;display:flex}.production-receipt-shipment-status-period input{flex:1 1 0;min-width:138px}.production-receipt-shipment-status-item input:first-child{flex:1.5 1 0;min-width:210px}.production-receipt-shipment-status-item input:nth-child(2){flex:1 1 0;min-width:145px}.production-receipt-shipment-status-grid-section{flex-direction:column;height:100%;display:flex;overflow:hidden}.production-receipt-shipment-status-summary{min-height:28px;color:var(--text-muted);border-bottom:1px solid var(--border);flex:none;align-items:center;gap:18px;padding:3px 8px;font-size:12px;display:flex}.production-receipt-shipment-status-summary span:last-child{margin-left:auto}.production-receipt-shipment-status-grid-section>.data-grid-wrap,.production-receipt-shipment-status-grid-section>.dx-grid,.production-receipt-shipment-status-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.production-receipt-shipment-status-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.production-receipt-shipment-status-page[aria-busy=true] .production-receipt-shipment-status-workspace{cursor:progress}@media (width<=1180px){.production-receipt-shipment-status-search-grid{grid-template-columns:minmax(340px,1fr) minmax(320px,1fr)}}.ship-close-page{min-height:0;overflow:hidden}.ship-close-workspace,.ship-close-grid-workspace,.ship-close-grids,.ship-close-grid-panel,.ship-close-grid-section{min-width:0;min-height:0}.ship-close-search{box-sizing:border-box;height:100%}.ship-close-search .search-condition-row{flex-wrap:wrap;align-items:end;gap:10px 14px}.ship-close-date-seq,.ship-close-customer,.ship-close-employee{align-items:center;gap:4px;display:inline-flex}.ship-close-date-seq input[type=date]{width:145px}.ship-close-date-seq input[readonly]{text-align:center;width:58px}.ship-close-customer input:first-child,.ship-close-employee input:first-child{width:105px}.ship-close-customer input:nth-child(2),.ship-close-employee input:nth-child(2){width:155px}.ship-close-batch-actions{align-items:center;gap:6px;padding-bottom:1px;display:inline-flex}.ship-close-batch-actions button{border:1px solid var(--border-color,#c7ced8);background:var(--surface-color,#fff);min-height:28px;color:inherit;cursor:pointer;border-radius:3px;padding:3px 12px}.ship-close-batch-actions button:disabled{cursor:default;opacity:.55}.ship-close-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.ship-close-grid-section h3{border-bottom:1px solid var(--border-color,#d8dde5);flex:none;margin:0;padding:6px 10px;font-size:13px;font-weight:600}.ship-close-grid-section>.dx-grid-wrap{flex:auto;min-height:0}.ship-close-history-page{min-width:1120px}.ship-close-history-workspace{flex:auto;min-height:0}.ship-close-history-search-panel{overflow:auto}.ship-close-history-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.ship-close-history-period,.ship-close-history-pair{align-items:center;gap:6px;display:inline-flex}.ship-close-history-period input[type=date]{min-width:145px}.ship-close-history-pair input:first-child{width:130px}.ship-close-history-pair input:nth-child(2){width:230px}.ship-close-history-grid-panel>.dx-grid,.ship-close-history-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.ship-close-history-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.ship-close-history-page[aria-busy=true] .ship-close-history-workspace{cursor:progress}.tax-invoice-cancel-page{min-width:980px}.tax-invoice-cancel-workspace,.tax-invoice-cancel-grid-workspace,.tax-invoice-cancel-grids,.tax-invoice-cancel-grid-section{flex:auto;min-height:0}.tax-invoice-cancel-search-panel{overflow:auto}.tax-invoice-cancel-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.tax-invoice-cancel-period,.tax-invoice-cancel-customer,.tax-invoice-cancel-actions{align-items:center;gap:6px;display:inline-flex}.tax-invoice-cancel-period input[type=date]{min-width:145px}.tax-invoice-cancel-customer input:first-child{width:120px}.tax-invoice-cancel-customer input:nth-child(2){width:230px}.tax-invoice-cancel-actions{margin-left:auto}.tax-invoice-cancel-actions em{color:var(--color-warning-text,#8b5a00);font-size:12px;font-style:normal}.tax-invoice-cancel-button{color:#fff;cursor:pointer;background:#b84c4c;border:1px solid #9a4242;border-radius:4px;min-width:132px;min-height:30px;padding:4px 14px;font-weight:700}.tax-invoice-cancel-button:hover:not(:disabled){background:#9e3b3b}.tax-invoice-cancel-button:disabled{cursor:not-allowed;opacity:.55}.tax-invoice-cancel-grid-section{flex-direction:column;display:flex;overflow:hidden}.tax-invoice-cancel-grid-section h3{border-bottom:1px solid var(--color-border,#d9dde5);flex:none;align-items:center;gap:12px;min-height:30px;margin:0;padding:4px 10px;font-size:14px;display:flex}.tax-invoice-cancel-grid-section h3 span{color:var(--color-text-muted,#64748b);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;overflow:hidden}.tax-invoice-cancel-grid-panel>.tax-invoice-cancel-grid-section>.dx-grid,.tax-invoice-cancel-grid-panel>.tax-invoice-cancel-grid-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.tax-invoice-cancel-grid-panel>.tax-invoice-cancel-grid-section>.dx-grid>.dx-grid-scroll{max-height:none}.tax-invoice-cancel-blocked{color:var(--color-text-muted,#64748b);background:color-mix(in srgb, var(--color-surface-muted,#eef1f5) 80%, transparent)}.tax-invoice-cancel-page[aria-busy=true] .tax-invoice-cancel-workspace{cursor:progress}.tax-invoice-history-page{min-width:900px}.tax-invoice-history-workspace{flex:auto;min-height:0}.tax-invoice-history-search-panel{overflow:auto}.tax-invoice-history-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.tax-invoice-history-period,.tax-invoice-history-pair{align-items:center;gap:6px;display:inline-flex}.tax-invoice-history-period input[type=date]{min-width:145px}.tax-invoice-history-pair input:first-child{width:120px}.tax-invoice-history-pair input:nth-child(2){width:230px}.tax-invoice-history-grid-panel>.dx-grid,.tax-invoice-history-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.tax-invoice-history-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.tax-invoice-history-page[aria-busy=true] .tax-invoice-history-workspace{cursor:progress}.tax-invoice-issue-page{min-height:0;overflow:hidden}.tax-invoice-issue-workspace,.tax-invoice-issue-grid-workspace,.tax-invoice-issue-grids,.tax-invoice-issue-grid-panel,.tax-invoice-issue-grid-section{min-width:0;min-height:0}.tax-invoice-issue-search{box-sizing:border-box;height:100%}.tax-invoice-issue-search .search-condition-row{flex-wrap:wrap;align-items:end;gap:10px 14px}.tax-invoice-issue-search label{min-width:0}.tax-invoice-issue-search input[type=date]{width:145px}.tax-invoice-issue-sequence{text-align:center;width:66px}.tax-invoice-issue-customer,.tax-invoice-issue-employee{align-items:center;gap:4px;display:inline-flex}.tax-invoice-issue-customer input:first-child,.tax-invoice-issue-employee input:first-child{width:105px}.tax-invoice-issue-customer input:nth-child(2),.tax-invoice-issue-employee input:nth-child(2){width:160px}.tax-invoice-issue-actions{align-items:center;gap:8px;padding-bottom:1px;display:inline-flex}.tax-invoice-issue-actions em{color:var(--danger-color,#b42318);font-size:12px;font-style:normal}.tax-invoice-issue-button{border:1px solid var(--primary-color,#315b91);background:var(--primary-color,#315b91);color:#fff;cursor:pointer;border-radius:3px;min-height:30px;padding:4px 16px;font-weight:600}.tax-invoice-issue-button:disabled{cursor:default;opacity:.55}.tax-invoice-issue-grid-section{flex-direction:column;flex:auto;display:flex;overflow:hidden}.tax-invoice-issue-grid-section h3{border-bottom:1px solid var(--border-color,#d8dde5);flex:none;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:6px 10px;font-size:13px;font-weight:600;display:flex}.tax-invoice-issue-grid-section h3 span{color:var(--muted-color,#667085);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;overflow:hidden}.tax-invoice-issue-grid-section>.dx-grid-wrap{flex:auto;min-height:0}.tax-invoice-issue-blocked{color:var(--muted-color,#667085);background:color-mix(in srgb, var(--surface-color,#fff) 88%, var(--border-color,#d8dde5))}.return-registration-page{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.return-registration-page>h2{margin:2px 0 6px}.return-registration-workspace,.return-registration-grid-workspace,.return-registration-grid-split,.return-registration-grid-panel,.return-registration-grid-section{min-height:0}.return-registration-workspace{flex:1}.return-registration-search-panel{overflow:auto}.return-registration-search{box-sizing:border-box;height:100%;padding:10px 12px}.return-registration-search .search-condition-row{flex-wrap:wrap;align-items:flex-end;gap:9px 15px;display:flex}.return-registration-search .search-condition-row+.search-condition-row{margin-top:9px}.return-registration-search label{color:var(--text-muted,#526171);flex-direction:column;gap:4px;font-size:12px;display:flex}.return-registration-search input{border:1px solid var(--border-color,#cbd4df);box-sizing:border-box;background:var(--surface,#fff);height:29px;color:var(--text-color,#1f2937);border-radius:4px;padding:4px 7px}.return-registration-search input[readonly]{background:var(--surface-muted,#f2f4f7)}.return-registration-period,.return-registration-batch,.return-registration-customer,.return-registration-employee{align-items:center;gap:6px;display:inline-flex}.return-registration-period input,.return-registration-batch input:first-child{width:132px}.return-registration-batch input:last-child{text-align:center;width:58px}.return-registration-customer input:first-child,.return-registration-employee input:first-child{width:92px}.return-registration-customer input:nth-child(2),.return-registration-employee input:nth-child(2){width:180px}.return-registration-customer .dx-lookup-btn{width:31px;height:29px}.return-registration-recovery{color:#9a5a00;align-self:center;font-style:normal;font-weight:600}.return-registration-grid-section{box-sizing:border-box;flex-direction:column;height:100%;padding:5px 7px 7px;display:flex;overflow:hidden}.return-registration-grid-section>.data-grid-wrap,.return-registration-grid-section>.dx-grid{flex:1;min-height:0}.return-registration-grid-section h3{align-items:baseline;gap:10px;margin:0 0 5px;font-size:14px;display:flex}.return-registration-grid-section h3 span{color:var(--text-muted,#687789);font-size:11px;font-weight:400}.return-registration-grid-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.return-registration-grid-heading button{border:1px solid var(--border-color,#b9c6d4);background:var(--surface,#fff);height:28px;color:var(--primary,#245da8);cursor:pointer;border-radius:4px;padding:0 12px;font-weight:600}.return-registration-grid-heading button:disabled{opacity:.55;cursor:default}.return-registration-source-blocked td{color:#7b8794;background:#f4f6f8!important}.return-registration-row-blocked td{background:#fff4df!important}.return-registration-row-deleted td{color:#8a3434;text-decoration:line-through;background:#fbe9e9!important}@media (width<=1180px){.return-registration-search{min-width:1040px}}.return-query-page{min-width:1040px}.return-query-workspace{flex:auto;min-height:0}.return-query-search-panel{overflow:auto}.return-query-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.return-query-period,.return-query-pair,.return-query-single{align-items:center;gap:6px;display:inline-flex}.return-query-period input[type=date]{min-width:145px}.return-query-pair input:first-child{width:120px}.return-query-pair input:nth-child(2){width:205px}.return-query-single input{width:180px}.return-query-item input:first-child{width:150px}.return-query-item input:nth-child(2){width:245px}.return-query-grid-panel>.dx-grid,.return-query-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.return-query-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.return-query-grid-panel .grid-table tbody tr.return-query-data-issue-row>td:not(.dx-spacer){background:color-mix(in srgb, #f59e0b 12%, var(--panel-bg))}.return-query-grid-panel .grid-table tbody tr.return-query-data-issue-row>td:first-child{font-weight:700;box-shadow:inset 4px 0 #d97706}.return-query-result-warning{justify-content:center;align-items:center;gap:5px;max-width:100%;display:inline-flex}.return-query-result-warning-icon{color:#b45309;font-size:14px;line-height:1}.return-query-page[aria-busy=true] .return-query-workspace{cursor:progress}.scrap-registration-page{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;padding:8px 10px 10px;display:flex}.scrap-registration-page>h2{margin:2px 0 6px}.scrap-registration-workspace,.scrap-registration-grid-panel,.scrap-registration-grid-section{min-height:0}.scrap-registration-workspace{flex:1}.scrap-registration-search-panel{overflow:auto}.scrap-registration-search{box-sizing:border-box;height:100%;padding:10px 12px}.scrap-registration-search .search-condition-row{flex-wrap:wrap;align-items:flex-end;gap:9px 15px;display:flex}.scrap-registration-search label{color:var(--text-muted,#526171);flex-direction:column;gap:4px;font-size:12px;display:flex}.scrap-registration-search input{border:1px solid var(--border-color,#cbd4df);box-sizing:border-box;background:var(--surface,#fff);height:29px;color:var(--text-color,#1f2937);border-radius:4px;padding:4px 7px}.scrap-registration-search input[readonly]{background:var(--surface-muted,#f2f4f7)}.scrap-registration-batch,.scrap-registration-customer,.scrap-registration-employee{align-items:center;gap:6px;display:inline-flex}.scrap-registration-batch input:first-child{width:132px}.scrap-registration-batch input:last-child{text-align:center;width:58px}.scrap-registration-customer input:first-child,.scrap-registration-employee input:first-child{width:92px}.scrap-registration-customer input:nth-child(2),.scrap-registration-employee input:nth-child(2){width:180px}.scrap-registration-customer .dx-lookup-btn{width:31px;height:29px}.scrap-registration-recovery{color:#9a5a00;align-self:center;font-style:normal;font-weight:600}.scrap-registration-view-only{color:#92400e;white-space:nowrap;font-style:normal;font-weight:700}.scrap-registration-grid-section{box-sizing:border-box;flex-direction:column;height:100%;padding:5px 7px 7px;display:flex;overflow:hidden}.scrap-registration-grid-section>.data-grid-wrap,.scrap-registration-grid-section>.dx-grid{flex:1;min-height:0}.scrap-registration-grid-section h3{align-items:baseline;gap:10px;margin:0 0 5px;font-size:14px;display:flex}.scrap-registration-grid-section h3 span{color:var(--text-muted,#687789);font-size:11px;font-weight:400}.scrap-registration-warning-icon{color:#b25d00;margin-right:4px}.scrap-registration-row-warning td{background:#fff8df!important}.scrap-registration-row-blocked td{color:#6f5a38;background:#fff1d6!important}.scrap-registration-row-deleted td{color:#8a3434;text-decoration:line-through;background:#fbe9e9!important}@media (width<=980px){.scrap-registration-search{min-width:900px}}.scrap-query-page{min-width:1040px}.scrap-query-workspace{flex:auto;min-height:0}.scrap-query-search-panel{overflow:auto}.scrap-query-search{box-sizing:border-box;flex:none;width:100%;min-height:100%;margin:0}.scrap-query-period,.scrap-query-pair,.scrap-query-single{align-items:center;gap:6px;display:inline-flex}.scrap-query-period input[type=date]{min-width:145px}.scrap-query-pair input:first-child{width:120px}.scrap-query-pair input:nth-child(2){width:205px}.scrap-query-single input{width:180px}.scrap-query-item input:first-child{width:150px}.scrap-query-item input:nth-child(2){width:245px}.scrap-query-grid-panel>.dx-grid,.scrap-query-grid-panel>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.scrap-query-grid-panel>.dx-grid>.dx-grid-scroll{max-height:none}.scrap-query-grid-panel .grid-table tbody tr.scrap-query-data-issue-row>td:not(.dx-spacer){background:color-mix(in srgb, #f59e0b 12%, var(--panel-bg))}.scrap-query-grid-panel .grid-table tbody tr.scrap-query-data-issue-row>td:first-child{font-weight:700;box-shadow:inset 4px 0 #d97706}.scrap-query-warning{justify-content:center;align-items:center;gap:5px;max-width:100%;display:inline-flex}.scrap-query-warning-icon{color:#b45309;font-size:14px;line-height:1}.scrap-query-page[aria-busy=true] .scrap-query-workspace{cursor:progress}.item-stock-page{min-width:1080px}.item-stock-workspace,.item-stock-grid-split{flex:auto;min-height:0}.item-stock-search-panel{overflow:auto}.item-stock-search{box-sizing:border-box;width:100%;min-height:100%;margin:0}.item-stock-single,.item-stock-item-name,.item-stock-item-code,.item-stock-lot{align-items:center;gap:6px;display:inline-flex}.item-stock-single input{width:130px}.item-stock-item-name input{width:220px}.item-stock-item-code input{width:160px}.item-stock-lot input{width:180px}.item-stock-master-panel,.item-stock-detail-panel{overflow:hidden}.item-stock-master-panel>.dx-grid,.item-stock-master-panel>.dx-grid>.dx-grid-scroll,.item-stock-detail-section>.dx-grid,.item-stock-detail-section>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.item-stock-master-panel>.dx-grid>.dx-grid-scroll,.item-stock-detail-section>.dx-grid>.dx-grid-scroll{max-height:none}.item-stock-detail-section{flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex}.item-stock-detail-actions{border:1px solid var(--border);background:var(--surface-2);min-height:36px;color:var(--text-muted);box-sizing:border-box;white-space:nowrap;border-bottom:0;flex:none;align-items:center;gap:14px;padding:4px 8px;display:flex}.item-stock-detail-actions>span:first-child{color:var(--text);font-weight:600}.item-stock-page-status{margin-left:auto}.item-stock-pager{align-items:center;gap:4px;display:inline-flex}.item-stock-pager button{border:1px solid var(--border);background:var(--panel-bg);width:28px;min-height:26px;color:var(--text);cursor:pointer;border-radius:4px}.item-stock-pager button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.item-stock-pager button:disabled{cursor:default;opacity:.45}.item-stock-pager strong{min-width:74px;color:var(--text);text-align:center}.item-stock-scope-cell{width:100%;min-height:22px;color:inherit;font:inherit;text-align:right;cursor:pointer;background:0 0;border:0;padding:0 4px}.item-stock-scope-cell:hover:not(:disabled),.item-stock-scope-cell:focus-visible{color:var(--accent);text-decoration:underline}.item-stock-warning{align-items:center;gap:5px;display:inline-flex}.item-stock-warning [role=img]{color:#d28600}.item-stock-data-issue-row td{background:color-mix(in srgb, #f2a900 8%, var(--panel-bg))}.item-stock-detail-deleted td{background:color-mix(in srgb, var(--danger) 9%, var(--panel-bg));color:var(--text-muted);text-decoration:line-through}.item-stock-page[aria-busy=true] .item-stock-workspace{cursor:progress}.item-subul-detail-page{min-width:860px}.item-subul-detail-workspace{flex:auto;min-height:0}.item-subul-detail-search-panel{overflow:auto}.item-subul-detail-search{box-sizing:border-box;flex:none;width:100%;min-width:1220px;min-height:100%;margin:0}.item-subul-detail-period,.item-subul-detail-single{align-items:center;gap:6px;display:inline-flex}.item-subul-detail-period input[type=date]{min-width:142px}.item-subul-detail-search select{min-width:125px}.item-subul-detail-single input{width:120px}.item-subul-detail-item-name{width:220px}.item-subul-detail-code input{width:150px}.item-subul-detail-grid-stack{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.item-subul-detail-summary{border:1px solid var(--border-color,#d7dce5);background:var(--panel-bg,#f7f9fc);min-height:31px;color:var(--text-muted,#5b6472);box-sizing:border-box;border-bottom:0;flex:none;align-items:center;gap:18px;padding:4px 10px;font-size:12px;display:flex}.item-subul-detail-summary strong{color:var(--text-color,#1f2937);font-weight:600}.item-subul-detail-query-guide{color:var(--warning-color,#9a6700);font-weight:600}.item-subul-detail-grid-stack>.dx-grid,.item-subul-detail-grid-stack>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.item-subul-detail-grid-stack>.dx-grid>.dx-grid-scroll{max-height:none}.item-subul-detail-warning{align-items:center;gap:4px;display:inline-flex}.item-subul-detail-data-issue-row td{background:#f59e0b14}.item-subul-detail-page[aria-busy=true] .item-subul-detail-workspace{cursor:progress}@media (width<=1280px){.item-subul-detail-summary{gap:10px}}.item-subul-total-page{min-width:860px}.item-subul-total-workspace{flex:auto;min-height:0}.item-subul-total-search-panel{overflow:auto}.item-subul-total-search{box-sizing:border-box;flex:none;width:100%;min-width:0;min-height:100%;margin:0}.item-subul-total-search .search-condition-row{flex-wrap:wrap}.item-subul-total-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.item-subul-total-export-guide{color:var(--text-muted,#5b6472);flex:none;padding:2px 8px;font-size:11px}.item-subul-total-period,.item-subul-total-single{align-items:center;gap:6px;display:inline-flex}.item-subul-total-period input[type=date]{min-width:142px}.item-subul-total-search select{min-width:125px}.item-subul-total-single input{width:120px}.item-subul-total-item-name{width:220px}.item-subul-total-code input{width:150px}.item-subul-total-grid-stack{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.item-subul-total-summary{border:1px solid var(--border-color,#d7dce5);background:var(--panel-bg,#f7f9fc);min-height:31px;color:var(--text-muted,#5b6472);box-sizing:border-box;white-space:nowrap;border-bottom:0;flex:none;align-items:center;gap:18px;padding:4px 10px;font-size:12px;display:flex;overflow-x:auto}.item-subul-total-summary strong{color:var(--text-color,#1f2937);font-weight:600}.item-subul-total-query-guide{color:var(--warning-color,#9a6700);font-weight:600}.item-subul-total-grid-stack>.dx-grid,.item-subul-total-grid-stack>.dx-grid>.dx-grid-scroll{flex:auto;min-height:0}.item-subul-total-grid-stack>.dx-grid>.dx-grid-scroll{max-height:none}.item-subul-total-warning{align-items:center;gap:4px;display:inline-flex}.item-subul-total-data-issue-row td{background:#f59e0b14}.item-subul-total-page[aria-busy=true] .item-subul-total-workspace{cursor:progress}@media (width<=1280px){.item-subul-total-summary{gap:10px}}
