:root{color-scheme:light;font-family:Times New Roman,Times,serif;line-height:1.4;font-weight:400;--ink: #2a2a2a;--muted: #6f6f6f;--title: #f7f8ff;--panel: #f6f6f8;--frame: #6c67b0;--accent: #3f3d86;--accent-strong: #2f2c75;--border: #c9c9cf;--shadow: rgba(0, 0, 0, .08);--dash: rgba(108, 103, 176, .6);--bg: linear-gradient(135deg, #f9f9ff 0%, #f2f3fb 45%, #f6f2f8 100%);--sidebar-bg: #ffffff;--sidebar-border: rgba(108, 103, 176, .35);--chat-rail-width: 64px;--action-border: rgba(47, 44, 117, .24);--action-bg: linear-gradient(180deg, #ffffff 0%, #eef2ff 100%);--action-bg-hover: linear-gradient(180deg, #ffffff 0%, #e6ecff 100%);--action-fg: #24336d;--action-shadow: 0 5px 14px rgba(47, 44, 117, .12);--action-shadow-hover: 0 8px 18px rgba(47, 44, 117, .18);--action-primary-bg: linear-gradient(180deg, #3847a1 0%, #2f2c75 100%);--action-primary-border: rgba(47, 44, 117, .85);--action-danger-bg: linear-gradient(180deg, #fff2f2 0%, #ffe0e3 100%);--action-danger-border: rgba(174, 61, 79, .34);--action-danger-fg: #8e2437;--chip-bg: rgba(246, 248, 255, .82);--chip-fg: #44506b;--chip-strong-fg: #223150;--focus-ring: 0 0 0 3px rgba(63, 61, 134, .16);--urgency-critical-r: 210;--urgency-critical-g: 77;--urgency-critical-b: 87;--urgency-urgent-r: 232;--urgency-urgent-g: 143;--urgency-urgent-b: 70;--urgency-normal-r: 63;--urgency-normal-g: 144;--urgency-normal-b: 210}*{box-sizing:border-box}.icon{display:inline-flex;align-items:center;justify-content:center}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);overflow-x:hidden}a{color:inherit;text-decoration:none}.menu-layout{min-height:100vh;display:grid;grid-template-columns:1fr;padding:0;overflow-x:hidden}.menu-sidebar{position:fixed;inset:0 auto 0 0;width:60px;transition:width .3s ease;z-index:20}.menu-layout--open .menu-sidebar{width:min(320px,85vw)}.menu-sidebar__frame{height:100%;background:var(--sidebar-bg);border-radius:0;border-right:2px dashed var(--sidebar-border);padding:18px 12px;display:flex;flex-direction:column;gap:16px;box-shadow:0 18px 40px var(--shadow);overflow:hidden}.menu-sidebar__header{display:flex;align-items:center;gap:10px}.menu-sidebar__title{font-family:Black Han Sans,sans-serif;text-align:left;background:var(--accent);color:var(--title);padding:14px 16px;border-radius:0;font-size:18px;letter-spacing:.4px;box-shadow:inset 0 -2px #fff3;flex:1}.menu-sidebar__groups{display:grid;gap:12px;overflow:auto;padding-right:6px}.menu-content{min-height:100vh;height:100vh;height:100dvh;padding:20px;display:flex;flex-direction:column;position:relative;align-items:stretch;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable}.menu-content>*{width:100%;flex:1 1 auto;min-height:0}.menu-content{padding-left:84px}.menu-layout--open .menu-content{padding-left:calc(24px + min(320px,85vw))}.menu-content{padding-right:calc(20px + var(--chat-rail-width))}.menu-layout--chat-open .menu-content{padding-right:calc(20px + min(var(--chat-dock-width, 380px),92vw))}.menu-content--font-small{font-size:14px;line-height:1.35}.menu-content--font-medium{font-size:16px;line-height:1.4}.menu-content--font-large{font-size:18px;line-height:1.45}.chat-dock{position:fixed;inset:0 0 0 auto;width:var(--chat-rail-width);z-index:18;display:flex;pointer-events:auto;height:100vh;height:100dvh}.chat-dock--open{width:min(var(--chat-dock-width, 380px),92vw)}.chat-dock__rail{width:var(--chat-rail-width);background:#ffffffeb;border-left:2px dashed var(--sidebar-border);box-shadow:-10px 0 24px var(--shadow);display:flex;flex-direction:column;align-items:center;gap:10px;--chat-rail-pad: 14px;padding:var(--chat-rail-pad) 12px var(--chat-rail-pad) 28px;position:relative;height:100%}.chat-rail__button{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--accent);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chat-rail__button.is-active{background:#272d7e14;border-color:#272d7e59}.chat-dock__panel{flex:1 1 auto;height:100%;background:var(--sidebar-bg);border-left:1px solid rgba(201,201,207,.6);box-shadow:-16px 0 38px var(--shadow);display:none;flex-direction:column;position:relative}.chat-dock--open .chat-dock__panel{display:flex}.chat-rail__resize-bar{position:absolute;top:calc(-1 * var(--chat-rail-pad));bottom:calc(-1 * var(--chat-rail-pad));left:0;width:12px;cursor:col-resize;background:#272d7e14;z-index:2}.chat-rail__resize-bar:after{content:"";position:absolute;top:8px;bottom:8px;left:50%;width:3px;transform:translate(-50%);background:#272d7e73;border-radius:999px;opacity:.8;transition:opacity .18s ease,background-color .18s ease}.chat-rail__resize-bar:hover:after,.chat-dock.is-resizing .chat-rail__resize-bar:after{opacity:1;background:#272d7ecc}.chat-panel__header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(201,201,207,.6);background:#fff}.chat-panel__title{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:var(--accent)}.chat-panel__header-actions{display:inline-flex;align-items:center;gap:6px}.chat-panel__icon{width:34px;height:34px;border-radius:10px;border:1px solid var(--border);background:#fff;cursor:pointer;color:var(--accent);display:inline-flex;align-items:center;justify-content:center}.chat-panel__controls{display:grid;grid-template-columns:1fr auto;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(201,201,207,.6);background:#f7f7fbe6}.chat-control{display:grid;gap:6px}.chat-control--temp{grid-template-columns:auto 1fr auto;align-items:center}.chat-control__label{font-size:12px;color:var(--muted);font-weight:800}.chat-control__input{border-radius:10px;border:1px solid rgba(201,201,207,.9);background:#fff;padding:8px 10px;font-size:13px;color:var(--ink)}.chat-control__slider{width:100%}.chat-control__value{font-size:12px;font-weight:800;color:var(--accent);min-width:28px;text-align:right}.chat-panel__messages{flex:1 1 auto;min-height:0;overflow:auto;padding:12px 16px;display:flex;flex-direction:column;gap:10px;position:relative}.chat-drop-overlay{position:absolute;inset:0;z-index:3;display:grid;place-items:center;background:#272d7e14;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none}.chat-drop-overlay__card{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px dashed rgba(39,45,126,.4);background:#ffffffeb;color:var(--accent);font-weight:900}.chat-drop-overlay__card span{font-size:13px}.chat-message{border-radius:12px;border:1px solid rgba(201,201,207,.8);padding:10px;background:#fff;box-shadow:0 10px 20px #0000000a;width:fit-content;max-width:90%}.chat-message--user{border-color:#3f3d8659;background:#3f3d860d;align-self:flex-end}.chat-message--assistant{align-self:flex-start}.chat-message--error{border-color:#d24d5773;background:#d24d5714}.chat-message__meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:6px}.chat-message--user .chat-message__meta{justify-content:flex-end;gap:10px}.chat-message__role{font-weight:900;color:var(--accent)}.chat-message__content{white-space:pre-wrap;font-size:13px;line-height:1.5}.chat-panel__attachments{border-top:1px solid rgba(201,201,207,.6);padding:10px 12px;background:#f7f7fbe6}.chat-panel__attachments-title{font-size:12px;font-weight:900;color:var(--muted);margin-bottom:8px}.chat-attachments{display:grid;gap:6px}.chat-attachment{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:10px;border:1px solid rgba(201,201,207,.85);padding:6px 8px;background:#fff}.chat-attachment__name{font-size:12px;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attachment__remove{border:none;background:transparent;cursor:pointer;color:var(--muted);padding:2px}.chat-panel__composer{border-top:1px solid rgba(201,201,207,.6);background:#fff;padding:10px 12px}.chat-panel__settings{flex:1 1 auto;min-height:0;overflow:auto;padding:12px;background:#f7f7fbe6}.chat-panel__settings-card{border-radius:12px;border:1px solid rgba(201,201,207,.85);background:#fff;padding:12px;display:grid;gap:12px}.chat-file-input{display:none}.chat-composer{display:grid;gap:10px}.chat-recording-indicator{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#ff000014;color:#b00020;font-size:12px;font-weight:600}.chat-recording-indicator__dot{width:10px;height:10px;border-radius:50%;background:#e11d48;box-shadow:0 0 #e11d4899;animation:chat-recording-pulse 1s ease-in-out infinite}@keyframes chat-recording-pulse{0%{transform:scale(.9);box-shadow:0 0 #e11d4899}70%{transform:scale(1.1);box-shadow:0 0 0 8px #e11d4800}to{transform:scale(.9);box-shadow:0 0 #e11d4800}}.feasible-preview{width:70vw;height:70vh;min-width:520px;min-height:420px}.feasible-preview .dialog__body{display:flex;justify-content:center;align-items:center;padding:16px 20px;height:calc(100% - 52px)}.feasible-preview__svg{width:100%;height:auto;display:block}.feasible-preview__controls{display:grid;gap:10px;margin-bottom:12px;font-size:12px;color:#475569}.feasible-preview__controls label{display:grid;gap:6px}.feasible-preview__controls input[type=range]{width:100%}.feasible-preview__viewport{display:block;width:100%;height:100%;min-height:360px;overflow:hidden;overscroll-behavior:contain;transform-origin:center;transition:transform .15s ease;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.feasible-preview__viewport:active{cursor:grabbing}.feasible-preview__fallback{display:grid;place-items:center;width:100%;height:100%;min-height:360px;padding:16px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--muted);text-align:center;font-size:14px}.feasible-preview__fallback p{margin:0}.feasible-preview__fallback-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.feasible-preview__fallback-actions a{color:var(--accent-strong);text-decoration:underline}.feasible-preview__legend{display:flex;flex-wrap:wrap;gap:10px;font-size:16px;color:#475569;margin-bottom:8px}.legend-item{display:inline-flex;align-items:center;gap:6px}.legend-item:before{content:"";width:14px;height:14px;border-radius:4px;display:inline-block}.legend-item--pipe:before{background:repeating-linear-gradient(90deg,transparent 0 2px,#14b8a6 2px 3px),repeating-linear-gradient(0deg,transparent 0 2px,#14b8a6 2px 3px);border:2px solid #14b8a6}.legend-item--board:before{background:#e5e7eb;border:1px solid #b9c1cd}.legend-item--drill:before{background:#dadada}.legend-item--spacer:before{background:#f97316}.legend-item--sleeve:before{background:repeating-linear-gradient(90deg,transparent 0 2px,#2563eb 2px 3px),repeating-linear-gradient(0deg,transparent 0 2px,#2563eb 2px 3px);border:2px solid #2563eb}.legend-item--worktable:before{background:#d1d5db;border:1px solid #9ca3af}.legend-item--arm:before{background:#6b7280}.legend-item--coating:before{background:#a6935e}.chat-composer__input{width:100%;min-height:96px;max-height:160px;resize:vertical;border-radius:12px;border:1px solid rgba(201,201,207,.9);padding:10px 12px;font-size:13px;font-family:inherit;color:var(--ink);outline:none}.chat-composer__actions{display:flex;justify-content:flex-end;gap:8px}.chat-action{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--accent);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.chat-action.is-active{background:#272d7e14;border-color:#272d7e59}.chat-action--primary{background:var(--accent-strong);border-color:transparent;color:var(--title)}.language-toggle{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--accent);font-weight:700;cursor:pointer;box-shadow:none;display:inline-flex;align-items:center;gap:6px}.language-toggle:hover{transform:translateY(-1px)}.menu-sidebar__footer{margin-top:auto;padding-top:6px;display:flex;justify-content:space-between;align-items:center;gap:8px}.menu-user{position:relative}.menu-user__button{border-radius:999px;border:1px solid var(--border);background:#fff;padding:6px 10px;cursor:pointer;font-weight:700;color:var(--accent);list-style:none;display:inline-flex;align-items:center;gap:6px}.menu-user__button::-webkit-details-marker{display:none}.menu-user__menu{position:absolute;bottom:calc(100% + 8px);left:0;display:none;min-width:140px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 24px #0000002e;padding:6px;z-index:10}.menu-user[open] .menu-user__menu{display:grid;gap:4px}.menu-user__item{border:none;background:transparent;text-align:left;padding:6px 8px;border-radius:8px;cursor:pointer;font-weight:600;color:var(--ink);display:inline-flex;align-items:center;gap:6px}.menu-user__item:hover{background:#3f3d8614}.menu-settings__field{display:grid;gap:6px;padding:6px 8px}.menu-settings__field span{font-size:12px;color:var(--muted);font-weight:700}.menu-settings__field select{border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--ink);padding:6px 8px;font-size:12px}.menu-user__icon,.menu-lang__icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent)}.menu-user__icon svg,.menu-lang__icon svg{width:16px;height:16px}.menu-toggle{justify-self:start;width:40px;height:40px;padding:0;border-radius:12px;border:1px solid var(--border);background:#fff;font-weight:700;color:var(--accent);box-shadow:0 8px 16px #2e2e5c14;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.menu-toggle:hover{transform:translateY(-1px)}.menu-toggle svg{width:16px;height:16px}.menu-layout:not(.menu-layout--open) .menu-sidebar__title{display:none}.menu-layout:not(.menu-layout--open) .menu-sidebar__groups{display:grid;gap:12px}.menu-layout:not(.menu-layout--open) .menu-sidebar__header{justify-content:center}.menu-layout:not(.menu-layout--open) .menu-toggle{width:40px;height:40px;padding:0}.menu-layout:not(.menu-layout--open) .menu-user__button{display:none}.menu-layout:not(.menu-layout--open) .language-toggle{display:none}.menu-layout:not(.menu-layout--open) .menu-settings{display:none}.menu-layout:not(.menu-layout--open) .menu-sidebar__frame{overflow:visible}.menu-layout:not(.menu-layout--open) .menu-sidebar__groups{overflow:visible}.menu-group{background:#2c348c0a;border-radius:12px;border:1px solid rgba(44,52,140,.14);padding:6px}.menu-group__title{background:linear-gradient(180deg,#eef0ff,#e6e9ff);border:1px solid rgba(39,45,126,.26);border-radius:10px;text-align:left;font-weight:700;min-height:40px;padding:8px 10px 8px 12px;cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px;color:#262b5c;letter-spacing:.2px}.menu-group__title::-webkit-details-marker{display:none}.menu-group[open] .menu-group__title{background:linear-gradient(180deg,#e3e7ff,#dce1ff);border-color:#272d7e73}.menu-group__items{display:grid;gap:6px;padding:8px 2px 2px 12px;border-left:2px solid rgba(39,45,126,.18);margin-left:10px}.menu-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#272d7e0f;color:var(--accent);flex:0 0 auto;line-height:0}.menu-icon svg{width:16px;height:16px;display:block}.menu-icon svg path{stroke-linecap:round;stroke-linejoin:round}.menu-item{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:36px;padding:6px 10px 6px 12px;background:#f8f9ff;border:1px solid rgba(201,201,207,.7);border-radius:10px;font-size:13px;color:#2d325f;transition:transform .2s ease,box-shadow .2s ease}.menu-item__label{flex:1}.menu-icon--item{width:20px;height:20px;border-radius:8px;background:#272d7e0d}.menu-icon--item svg{width:12px;height:12px;display:block}.menu-item[aria-current=page]{border-color:var(--accent);box-shadow:0 0 0 1px #3f3d8640;background:#eef0ff;font-weight:600}.menu-layout:not(.menu-layout--open) .menu-group{position:relative;padding:0}.menu-layout:not(.menu-layout--open) .menu-group__label{display:none}.menu-layout:not(.menu-layout--open) .menu-group__title{justify-content:center;width:40px;height:40px;padding:0;border-radius:12px;margin:0 auto;box-shadow:0 8px 16px #2e2e5c14}.menu-layout:not(.menu-layout--open) .menu-icon{width:22px;height:22px;border-radius:8px}.menu-layout:not(.menu-layout--open) .menu-icon svg{width:16px;height:16px}.menu-layout:not(.menu-layout--open) .menu-group__items{display:none;position:absolute;left:calc(100% + 10px);top:0;min-width:220px;background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px;box-shadow:0 16px 30px #2e2e5c26;z-index:5}.menu-layout:not(.menu-layout--open) .menu-group:hover .menu-group__items{display:grid}.menu-item:hover{transform:translateY(-2px);box-shadow:0 6px 14px #3e3e7826}.empty-page{min-height:calc(100vh - 120px);display:flex;align-items:stretch}.empty-page__card{background:#fff;border-radius:16px;border:1px solid var(--border);box-shadow:0 18px 40px var(--shadow);padding:32px 30px;width:100%;text-align:left}.empty-page__section{font-size:14px;color:var(--muted);margin:0}.empty-page__title{font-family:Black Han Sans,sans-serif;font-size:28px;margin:12px 0 10px}.empty-page__desc{margin:0 0 18px;color:var(--muted)}.empty-page__detail{margin:14px 0 12px;padding:12px;border-radius:12px;border:1px solid rgba(201,201,207,.7);background:#f6f6f8cc}.empty-page__detail-label{margin:0 0 6px;font-size:12px;font-weight:700;color:var(--muted)}.empty-page__detail-text{margin:0}.empty-page__link{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:var(--accent-strong);color:var(--title);font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.empty-page__link:hover{transform:translateY(-1px);box-shadow:0 6px 14px #3e3e7833}.home-panel{background:#fff;border-radius:20px;border:1px solid var(--border);box-shadow:0 18px 40px var(--shadow);padding:32px 36px;width:100%;text-align:left}.home-panel__desc{margin:0;color:var(--muted)}.standard-page{display:flex;flex-direction:column;gap:10px;min-height:0}.feasible-generate{background:#fff;border-radius:12px;border:1px solid var(--border);padding:12px 14px;display:grid;gap:10px}.feasible-generate__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.feasible-generate__header h3{margin:0;font-size:14px}.feasible-generate__actions{display:flex;align-items:center;gap:8px}.feasible-generate__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.feasible-generate__field{display:grid;gap:6px;font-size:12px;color:var(--muted)}.feasible-generate__field input[type=number]{border-radius:8px;border:1px solid rgba(201,201,207,.7);padding:6px 8px;font-size:13px}.feasible-generate__checkbox{grid-template-columns:1fr auto;align-items:center}.feasible-generate__error{color:#b91c1c;font-size:12px}.feasible-generate__status{font-size:12px;color:var(--muted)}.feasible-generate__jobs-panel{margin-top:12px}.feasible-generate__jobs-title{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:6px}.feasible-generate__jobs ul{list-style:none;padding:0;margin:0;display:grid;gap:6px}.feasible-generate__jobs li{display:grid;gap:4px;font-size:12px;color:var(--muted)}.feasible-generate__jobs button{align-self:start;background:none;border:none;padding:0;color:var(--accent-strong);cursor:pointer;font-size:12px}.feasible-generate__table-wrapper{overflow:auto;max-height:50vh;border:1px solid var(--border);border-radius:10px}.feasible-generate__table{width:100%;border-collapse:collapse;font-size:12px;color:var(--muted)}.feasible-generate__table th,.feasible-generate__table td{text-align:left;padding:8px 10px;border-bottom:1px solid rgba(201,201,207,.5);white-space:nowrap}.feasible-generate__table thead th{position:sticky;top:0;background:#f7f7fb;color:var(--text);font-weight:600;z-index:1}.feasible-generate__job-link{background:none;border:none;padding:0;color:var(--accent-strong);cursor:pointer;font-size:12px;text-decoration:underline}.feasible-generate__error-cell{color:#b91c1c}.dialog--wide{width:min(720px,90vw)}.operator-information__toolbar{display:flex;gap:10px;flex-flow:row wrap;align-items:center}.operator-information__search{flex:1;min-width:200px;padding:6px 10px;border-radius:8px;border:1px solid rgba(201,201,207,.7);background:#fff;font-size:14px}.operator-information__refresh{border-radius:8px;border:none;padding:6px 14px;font-weight:700;color:#fff;background:var(--accent);cursor:pointer;transition:transform .2s ease}.operator-information__refresh:disabled{opacity:.6;cursor:not-allowed}.operator-information__error{padding:10px 14px;border-radius:10px;background:#ffe7e5;color:#6b2a0a;border:1px solid #f4c6c0;margin:0}.standard-header{background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 10px 20px var(--shadow);padding:6px 10px}.standard-header__top{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.standard-header__heading{display:inline-flex;align-items:baseline;gap:6px;flex-wrap:wrap}.standard-header__actions{display:inline-flex;align-items:center;gap:6px}.standard-header__title{margin:0;font-family:Times New Roman,Times,serif;font-size:16px;line-height:1.15;color:var(--accent-strong);font-weight:700;-webkit-font-smoothing:antialiased}.standard-header__badge{display:inline-flex;align-items:center;padding:3px 7px;border-radius:6px;border:none;background:var(--chip-bg);color:var(--chip-fg);font-size:10px;font-weight:800;letter-spacing:.02em;line-height:1.1}.standard-header__desc{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.standard-filters{background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 12px 26px var(--shadow);padding:8px 10px}.standard-filters__header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:0;flex-wrap:wrap}.standard-filters__heading{display:inline-flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.standard-filters__title{margin:0;font-size:13px;color:var(--muted);letter-spacing:.2px;text-transform:uppercase;line-height:1.1}.standard-filters__note{font-size:11px;color:var(--muted);opacity:.7;max-width:240px;white-space:normal;overflow-wrap:anywhere}.standard-filters__actions{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;flex-wrap:wrap}.standard-filters__reset{border-radius:999px;border:1px solid var(--border);background:#fff;padding:5px 10px;cursor:pointer;font-weight:700;color:var(--accent);display:inline-flex;align-items:center;gap:6px}.standard-filters__toggle{width:28px;height:28px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--accent);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.standard-filters__toggle svg{width:14px;height:14px}.standard-filters__body{padding-top:6px}.standard-filters__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}@media(max-width:720px){.standard-filters__header{align-items:flex-start}.standard-filters__note{max-width:100%;flex-basis:100%}.standard-filters__grid{grid-template-columns:minmax(0,1fr)}}.standard-filters--collapsed{padding-bottom:8px}.filter-field{display:grid;gap:4px;min-width:0}.filter-field__label{font-size:12px;font-weight:700;color:var(--muted);overflow-wrap:anywhere}.filter-field__control{border-radius:10px;border:1px solid var(--border);padding:8px 10px;background:#fff;font-size:14px;width:100%;min-width:0}.filter-field__control:disabled{background:#f1f2f7;color:#8e94a8}.filter-field__hint{font-size:11px;color:#8b90a5}.standard-table{background:#fff;border-radius:18px;border:1px solid var(--border);box-shadow:0 18px 40px var(--shadow);padding:10px;overflow:visible;display:grid;grid-template-rows:max-content minmax(0,1fr) max-content;min-height:0;height:100%}.standard-table__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.standard-table__title{margin:0;font-size:14px;color:var(--muted);letter-spacing:.2px;text-transform:uppercase}.standard-table__actions{display:inline-flex;align-items:center;gap:8px}.standard-table__wrap{overflow:auto;border-radius:12px;border:1px solid rgba(201,201,207,.7);min-height:0;scrollbar-gutter:stable both-edges;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;height:100%;max-height:100%}.table__th-label{font-weight:800;color:var(--ink)}.table__th--actions,.table__td--actions{width:1%;white-space:nowrap;text-align:right}.table-actions{display:inline-flex;justify-content:flex-end;gap:8px}.table-action{border-radius:6px;border:1px solid var(--action-border);background:var(--action-bg);box-shadow:var(--action-shadow);padding:7px 11px;cursor:pointer;font-weight:800;color:var(--action-fg);display:inline-flex;align-items:center;gap:6px;min-height:34px;line-height:1;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease,color .14s ease}.table-action .icon{opacity:.88}.table-action:disabled{opacity:.56;cursor:not-allowed;box-shadow:none;transform:none}.table-action--primary{background:var(--action-primary-bg);border-color:var(--action-primary-border);color:var(--title);box-shadow:0 7px 18px #2f2c7547}.table-action--danger{background:var(--action-danger-bg);border-color:var(--action-danger-border);color:var(--action-danger-fg);box-shadow:0 5px 14px #ae3d4f1f}.table-action--danger .icon,.table-action--primary .icon{opacity:1}.table-action:hover:not(:disabled){transform:translateY(-1px);background:var(--action-bg-hover);box-shadow:var(--action-shadow-hover)}.table-action--primary:hover:not(:disabled){background:linear-gradient(180deg,#4252b8,#353183);box-shadow:0 10px 22px #2f2c7557}.table-action--danger:hover:not(:disabled){background:linear-gradient(180deg,#fff6f6,#ffd8dd);box-shadow:0 8px 18px #ae3d4f2e}.table-action:focus-visible{outline:none;box-shadow:var(--focus-ring),var(--action-shadow-hover)}.dialog-backdrop{position:fixed;inset:0;background:#00000059;display:grid;place-items:center;padding:16px;z-index:50}.dialog{width:min(560px,100%);background:#fff;border-radius:14px;border:1px solid var(--border);box-shadow:0 18px 40px #0003;overflow:hidden;max-height:min(80vh,720px);display:grid;grid-template-rows:max-content minmax(0,1fr) max-content}.dialog.dialog--xwide{width:min(1600px,99vw);max-height:min(96vh,980px)}.dialog__header{padding:12px 14px;border-bottom:1px solid rgba(201,201,207,.6)}.dialog__title{margin:0;font-size:14px;color:var(--ink)}.dialog__body{padding:12px 14px;overflow:auto}.ect-action-user-dialog{width:min(520px,100%)}.ect-action-user-dialog__body{display:grid;gap:12px}.ect-action-user-dialog__users{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}.ect-action-user-dialog__user{display:grid;gap:2px;padding:10px 12px;border-radius:10px;border:1px solid rgba(47,62,109,.14);background:#f8faff;color:#2e3d5f;text-align:left;cursor:pointer}.ect-action-user-dialog__user strong{font-size:.9rem;color:#223150}.ect-action-user-dialog__user span{font-size:.74rem;color:#5c6782}.ect-action-user-dialog__user.is-selected{border-color:#116f5e73;background:#12846b1a;box-shadow:inset 0 0 0 1px #12846b1f}.ect-action-user-dialog__field{display:grid;gap:6px}.ect-action-user-dialog__field span{font-size:.78rem;font-weight:700;color:#31405f}.ect-action-user-dialog__field input{min-height:38px;padding:0 10px;border-radius:10px;border:1px solid rgba(47,62,109,.16);background:#fff;color:#223150}.ect-action-user-dialog__masked-input{-webkit-text-security:disc;text-security:disc}.ect-action-user-dialog__empty,.ect-action-user-dialog__error{margin:0;font-size:.78rem}.ect-action-user-dialog__empty{color:#5c6782}.ect-action-user-dialog__error{color:#a12a35}.dialog__message{margin:0;font-size:13px;line-height:1.45;color:#1f2747eb}.dialog.feasible-preview{width:70vw;max-height:70vh}.dialog__error{margin:0 0 8px;padding:6px 8px;border-radius:8px;border:1px solid rgba(176,0,32,.3);background:#b0002014;color:#b00020;font-size:12px}.lot-timeline-dialog{width:min(1180px,97vw)}.lot-timeline-dialog .dialog__header{background:linear-gradient(180deg,#f8fbff,#f2f7ff)}.lot-timeline-dialog .dialog__body{background:radial-gradient(circle at top left,#e8f1ff73,#fff0 28%),#f7faff}.lot-timeline-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.lot-timeline-dialog__header-meta{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(210,222,241,.9)}.lot-timeline-dialog__header-main{min-width:0}.lot-timeline-dialog__eyebrow{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;background:linear-gradient(180deg,#edf3ff,#e4edff);color:#274a84;font-size:.72rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.lot-timeline-dialog__title{margin-top:.55rem;color:#1a315c;font-size:1.08rem;line-height:1.35}.lot-timeline-dialog__subtitle{margin-top:.38rem;max-width:48rem;color:#607291;font-size:.82rem;line-height:1.55}.lot-timeline-dialog__close{flex-shrink:0}.lot-timeline-dialog__status{color:#24385e;line-height:1.5}.lot-timeline{display:grid;gap:1rem}.lot-timeline__section{display:grid;gap:.95rem;padding:1rem 1.05rem;border:1px solid #d9e3f2;border-radius:14px;background:linear-gradient(180deg,#f8fbfff2,#fffffffa);box-shadow:inset 0 1px #ffffffb3}.lot-timeline__section-head{display:grid;gap:.28rem}.lot-timeline__section-title{color:#24385e;font-size:.92rem;font-weight:800}.lot-timeline__section-note{color:#677b98;font-size:.78rem;line-height:1.45}.lot-timeline__summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.lot-timeline__summary-card,.lot-timeline__meta-row,.lot-timeline__assembly-row{display:grid;gap:.18rem}.lot-timeline__summary-card{padding:.75rem .82rem;border:1px solid #dbe4f2;border-radius:12px;background:linear-gradient(180deg,#fff,#f4f8ff);box-shadow:0 6px 18px #1d365c0f}.lot-timeline__summary-card span,.lot-timeline__meta-row span,.lot-timeline__assembly-row span{color:#617493;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.lot-timeline__summary-card strong,.lot-timeline__meta-row strong,.lot-timeline__assembly-row strong{color:#21375f;font-size:.92rem;line-height:1.35;overflow-wrap:anywhere}.lot-timeline__assemblies{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.lot-timeline__assembly-card{display:grid;gap:.65rem;padding:.95rem;border:1px solid #d6e2f3;border-radius:12px;background:linear-gradient(180deg,#fff,#f6f9ff);box-shadow:0 10px 20px #1b31580f}.lot-timeline__assembly-title{color:#18335f;font-size:.92rem;font-weight:800}.lot-timeline__assembly-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .85rem}.lot-timeline__events{display:grid;gap:0}.lot-timeline__event{display:grid;grid-template-columns:8.25rem minmax(0,1fr);gap:.85rem}.lot-timeline__event-time{padding-top:.16rem;color:#5a6e8d;font-size:.8rem;font-weight:700;text-align:right;line-height:1.45}.lot-timeline__event-grid{display:grid;gap:.75rem;padding-bottom:1rem}.lot-timeline__event-grid--assembly{align-items:start}.lot-timeline__event-grid--assembly-single .lot-timeline__event-thread{width:min(100%,28rem);margin:0 auto}.lot-timeline__event-grid--lot{display:block}.lot-timeline__event-thread{position:relative;min-height:3rem;padding-left:1.4rem}.lot-timeline__event-thread-line{position:absolute;inset:.58rem auto 0 .7rem;width:2px;height:calc(100% - .58rem);background:linear-gradient(180deg,#d3dff0,#c4d3ea)}.lot-timeline__event-body{position:relative;z-index:1;margin-top:.98rem;padding:.7rem .8rem;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe5f4;box-shadow:0 8px 20px #1a2e4f0f}.lot-timeline__event-body--assembly{width:min(100%,26rem)}.lot-timeline__event-lot-span{position:relative;padding:.2rem 0 1rem}.lot-timeline__event-lot-span--arrival{display:flex;align-items:center;justify-content:center;gap:.75rem}.lot-timeline__event-lot-line{position:absolute;top:50%;left:0;right:0;height:2px;transform:translateY(-50%);background:linear-gradient(90deg,#d2dded,#c0d0e7)}.lot-timeline__event-lot-span--arrival .lot-timeline__event-lot-line{display:none}.lot-timeline__event-body--lot{width:fit-content;max-width:min(38rem,100%);margin:0 auto}.lot-timeline__arrival-marker{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.35rem;width:fit-content;max-width:100%;margin:0 auto;padding:0 .45rem;background:#f9fbff}.lot-timeline__arrival-marker:before,.lot-timeline__arrival-marker:after{content:"";display:block;width:clamp(5rem,24vw,14rem);height:2px;background:linear-gradient(90deg,#d2dded,#c0d0e7)}.lot-timeline__arrival-marker:before{order:-1}.lot-timeline__arrival-label{color:#50633b;font-size:.76rem;font-weight:800}.lot-timeline__arrival-status{color:#37502a;font-size:.8rem;font-weight:800;overflow-wrap:anywhere}.lot-timeline__event-head{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.lot-timeline__event-track,.lot-timeline__event-category{display:inline-flex;align-items:center;padding:.14rem .45rem;border-radius:999px;font-size:.7rem;font-weight:800}.lot-timeline__event-track{background:#eef3fb;color:#26466f}.lot-timeline__event-category{background:#eef9f2;color:#21603c}.lot-timeline__event-label{margin-top:.3rem;color:#18335f;font-size:.95rem;font-weight:800;line-height:1.35}.lot-timeline__event-status,.lot-timeline__event-note{margin-top:.28rem;color:#4f6384;line-height:1.45}.lot-timeline__event-status{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.76rem}.lot-timeline__event-status-chip{display:inline-flex;align-items:center;padding:.08rem .38rem;border-radius:999px;background:#eef3fb;color:#36527f;font-weight:700;line-height:1.2}.lot-timeline__event-status-arrow{color:#7a8ead;font-size:.72rem;font-weight:700}@media(max-width:900px){.lot-timeline__summary-grid,.lot-timeline__meta,.lot-timeline__assembly-grid{grid-template-columns:minmax(0,1fr)}.lot-timeline-dialog__header{flex-direction:column}.lot-timeline__event{grid-template-columns:minmax(0,1fr);gap:.45rem}.lot-timeline__event-time{text-align:left}.lot-timeline__thread-heads,.lot-timeline__event-grid{grid-template-columns:minmax(0,1fr)!important}}.lot-tp__status-msg{padding:2rem 1rem;color:#4f6384;font-size:.9rem;line-height:1.55}.lot-tp{display:grid;gap:1.25rem}.lot-tp__metrics{display:flex;flex-wrap:wrap;gap:.6rem}.lot-tp__metric{display:grid;gap:.18rem;flex:1 1 9rem;min-width:8rem;padding:.75rem 1rem;border:1px solid #d8e4f4;border-radius:12px;background:linear-gradient(180deg,#fff,#f6f9ff);box-shadow:0 4px 12px #1a31580d}.lot-tp__metric span{color:#607291;font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.lot-tp__metric strong{color:#18335f;font-size:.95rem;font-weight:700;line-height:1.3;white-space:pre-line;overflow-wrap:anywhere}.lot-tp__metric--remaining strong{color:#1a56db}.lot-tp__metric--deadline strong{color:#b45309}.lot-tp__section{display:grid;gap:1rem;padding:1.1rem 1.15rem;border:1px solid #d8e4f4;border-radius:14px;background:linear-gradient(180deg,#f9fbff,#fff);box-shadow:0 6px 18px #1a31580d}.lot-tp__section-head{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.lot-tp__section-title{color:#18335f;font-size:.9rem;font-weight:800;letter-spacing:.01em}.lot-tp__section-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.4rem;padding:0 .4rem;border-radius:999px;background:#1a56db;color:#fff;font-size:.72rem;font-weight:800}.lot-tp__section-note{color:#7a8eaa;font-size:.78rem}.lot-tp__split-note{color:#607291;font-size:.82rem;line-height:1.5;margin:0}.lot-tp__pipeline{display:flex;align-items:flex-start;gap:0;overflow-x:auto;padding-bottom:.25rem}.lot-tp__pipeline-step{position:relative;display:flex;flex-direction:column;align-items:center;flex:1 1 0;min-width:6rem}.lot-tp__pipeline-conn{position:absolute;top:.875rem;right:calc(50% + 1.1rem);left:calc(-50% + 1.1rem);height:3px;background:#d6e2f3;border-radius:2px}.lot-tp__pipeline-conn--done{background:linear-gradient(90deg,#1a56db,#3b82f6)}.lot-tp__pipeline-node{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.4rem}.lot-tp__pipeline-dot{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;border:3px solid #d6e2f3;background:#fff;font-size:.7rem;font-weight:900;color:#fff;transition:border-color .2s,background .2s}.lot-tp__pipeline-step--done .lot-tp__pipeline-dot{border-color:#1a56db;background:#1a56db}.lot-tp__pipeline-step--current .lot-tp__pipeline-dot{border-color:#1a56db;background:#1a56db;box-shadow:0 0 0 4px #1a56db2e}.lot-tp__pipeline-check{font-size:.75rem;font-weight:900;color:#fff}.lot-tp__pipeline-label{color:#8298b8;font-size:.72rem;font-weight:700;text-align:center;white-space:nowrap}.lot-tp__pipeline-step--done .lot-tp__pipeline-label{color:#1a56db}.lot-tp__pipeline-step--current .lot-tp__pipeline-label{color:#1a4ecf;font-weight:800}.lot-tp__pipeline-time{color:#8298b8;font-size:.66rem;text-align:center;white-space:nowrap;line-height:1.3}.lot-tp__asm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.lot-tp__asm-card{display:grid;gap:.75rem;padding:1rem;border:1px solid #d6e2f3;border-radius:12px;background:linear-gradient(180deg,#fff,#f4f8ff);box-shadow:0 6px 18px #1a31580f}.lot-tp__asm-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.lot-tp__asm-num{color:#18335f;font-size:.88rem;font-weight:800}.lot-tp__status-chip{display:inline-flex;align-items:center;padding:.18rem .6rem;border-radius:999px;border:1px solid;font-size:.72rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}.lot-tp__mini-bar{display:flex;gap:3px;height:6px;border-radius:4px;overflow:hidden}.lot-tp__mini-seg{flex:1;border-radius:2px;background:#e4eaf5}.lot-tp__mini-seg--done{background:#93c5fd}.lot-tp__mini-seg--current{background:#1a56db}.lot-tp__asm-rows{display:grid;grid-template-columns:1fr 1fr;gap:.4rem .6rem}.lot-tp__asm-row{display:grid;gap:.12rem}.lot-tp__asm-row--qty{grid-column:1 / -1}.lot-tp__asm-row span,.lot-tp__asm-ts span{color:#7a8eaa;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.lot-tp__asm-row strong,.lot-tp__asm-ts strong{color:#18335f;font-size:.84rem;font-weight:600;white-space:pre-line;overflow-wrap:anywhere}.lot-tp__asm-row--qty strong{font-size:1.05rem;font-weight:800;color:#1a56db}.lot-tp__asm-timestamps{display:grid;gap:.4rem;padding-top:.6rem;border-top:1px solid #e8eef8}.lot-tp__asm-ts{display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:.5rem}.lot-tp__asm-ts span{white-space:nowrap}.lot-tp__log-wrap{overflow-x:auto;border:1px solid #d8e4f4;border-radius:10px}.lot-tp__log{width:100%;border-collapse:collapse;font-size:.83rem}.lot-tp__log thead tr{background:linear-gradient(180deg,#eef3fb,#e6eef9)}.lot-tp__log th{padding:.6rem .85rem;text-align:left;color:#3d5278;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.lot-tp__log td{padding:.55rem .85rem;border-top:1px solid #eaeff8;vertical-align:middle;color:#24385e;line-height:1.4}.lot-tp__log-row:last-child td{border-bottom:none}.lot-tp__log-row--asm td{background:#eef3fb59}.lot-tp__log-time{white-space:pre-line;color:#5a6e8d;font-size:.8rem;font-weight:600;font-variant-numeric:tabular-nums}.lot-tp__log-subject{display:inline-flex;align-items:center;padding:.14rem .5rem;border-radius:999px;font-size:.71rem;font-weight:800;white-space:nowrap}.lot-tp__log-subject--lot{background:#eef3fb;color:#26466f}.lot-tp__log-subject--asm{background:#ede9fe;color:#5b21b6}.lot-tp__log-event{color:#1a335c;font-weight:600}.lot-tp__transition{display:inline-flex;align-items:center;gap:.3rem;flex-wrap:wrap}.lot-tp__transition-chip{display:inline-flex;align-items:center;padding:.1rem .4rem;border-radius:6px;background:#eef3fb;color:#3d5278;font-size:.7rem;font-weight:700}.lot-tp__transition-chip--new{background:#d1fae5;color:#065f46}.lot-tp__transition-arrow{color:#8298b8;font-size:.7rem;font-weight:700}.lot-tp__empty{padding:1.5rem .5rem;color:#7a8eaa;font-size:.85rem;text-align:center}@media(max-width:700px){.lot-tp__metrics{grid-template-columns:1fr 1fr}.lot-tp__pipeline{flex-direction:column;align-items:flex-start;gap:0}.lot-tp__pipeline-step{flex-direction:row;align-items:flex-start;gap:.75rem;min-width:0;width:100%;flex:unset;padding:.25rem 0}.lot-tp__pipeline-conn{position:absolute;top:-.5rem;left:.875rem;right:auto;width:3px;height:.75rem;background:#d6e2f3}.lot-tp__pipeline-conn--done{background:linear-gradient(180deg,#1a56db,#3b82f6)}.lot-tp__pipeline-node{flex-direction:row;align-items:center;gap:.6rem}.lot-tp__pipeline-label,.lot-tp__pipeline-time{text-align:left;white-space:normal}.lot-tp__asm-grid{grid-template-columns:1fr}}.shop-calendar{display:grid;gap:10px;min-height:0}.shop-calendar .standard-table{min-height:420px}.shop-calendar__type{display:inline-flex;align-items:center;justify-content:center;min-width:80px;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.shop-calendar__type--holiday{color:#7a2f00;background:#fff1dd;border:1px solid #f4d6a2}.shop-calendar__type--dayoff{color:#1f3e68;background:#e5f2ff;border:1px solid #b9d9ff}.shop-calendar__type--maintenance{color:#4b4b14;background:#f4f0c7;border:1px solid #dbcf87}.shop-calendar__type--rest{color:#2f4b3e;background:#e3f3ea;border:1px solid #a9d8bd}.shop-calendar__active{display:inline-flex;align-items:center;justify-content:center;min-width:54px;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700;border:1px solid transparent}.shop-calendar__active.is-active{color:#136334;background:#dcfce7;border-color:#9fe3b4}.shop-calendar__active.is-inactive{color:#5d6678;background:#edf0f5;border-color:#ced5e1}.shop-calendar__dialog-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.shop-calendar__view-toggle{display:inline-flex;gap:8px;flex-wrap:wrap}.shop-calendar__calendar{border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 12px 24px var(--shadow);padding:10px;display:grid;gap:8px}.shop-calendar__calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.shop-calendar__month-nav{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.shop-calendar__month-label{padding:6px 10px;border-radius:999px;border:1px solid var(--border);font-size:13px;font-weight:700;color:var(--ink);background:#f8f9fc}.shop-calendar__calendar-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.shop-calendar__weekday-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.shop-calendar__weekday-cell{text-align:center;font-size:12px;font-weight:800;color:var(--muted);padding:4px 0}.shop-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.shop-calendar__day{min-height:120px;border:1px solid rgba(201,201,207,.72);border-radius:10px;padding:6px;display:grid;grid-template-rows:max-content minmax(0,1fr);gap:6px;background:#fff;position:relative;overflow:hidden}.shop-calendar__day--empty{background:#f7f8fc;border-style:dashed}.shop-calendar__day--holiday{border-color:#f0b76ce6;background:linear-gradient(180deg,#fff5e3f2,#fffcf5)}.shop-calendar__day--dayoff{border-color:#89b7f0e6;background:linear-gradient(180deg,#e8f4fff5,#f9fcff)}.shop-calendar__day--holiday:before,.shop-calendar__day--dayoff:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:10px 0 0 10px;pointer-events:none}.shop-calendar__day--holiday:before{background:linear-gradient(180deg,#f0b76c,#d98a28)}.shop-calendar__day--dayoff:before{background:linear-gradient(180deg,#89b7f0,#4f88d1)}.shop-calendar__day--holiday .shop-calendar__day-number,.shop-calendar__day--dayoff .shop-calendar__day-number{font-weight:900}.shop-calendar__day-rests{display:flex;flex-wrap:wrap;gap:4px;align-items:flex-start}.shop-calendar__rest-tag{display:inline-flex;align-items:center;max-width:100%;padding:3px 7px;border-radius:999px;border:1px solid transparent;font-size:10px;font-weight:800;line-height:1.2;white-space:nowrap}.shop-calendar__rest-tag--public-holiday{border-color:#d98a2873;background:#fff5e3f7;color:#8a5417}.shop-calendar__rest-tag--weekly-dayoff{border-color:#4f88d173;background:#e8f4fffa;color:#305b91}.shop-calendar__rest-tag--manual-override{border-color:#75798473;background:#f5f6f8fa;color:#4f5560}.shop-calendar__day-header{display:flex;align-items:center;justify-content:space-between;gap:6px}.shop-calendar__day-number{font-size:13px;font-weight:800;color:var(--ink)}.shop-calendar__day-add{width:22px;height:22px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--accent);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.shop-calendar__events{display:grid;align-content:start;gap:4px;min-height:0}.shop-calendar__event{border:1px solid transparent;border-radius:8px;padding:4px 6px;text-align:left;display:grid;gap:2px;cursor:pointer;background:#f8f8fc;color:var(--ink)}.shop-calendar__event--holiday{border-color:#f1d4a2;background:#fff4e3}.shop-calendar__event--dayoff{border-color:#bedcff;background:#eaf5ff}.shop-calendar__event--maintenance{border-color:#dbcf87;background:#f7f1c8}.shop-calendar__event--rest{border-color:#a9d8bd;background:#eaf7f0}.shop-calendar__event.is-inactive{opacity:.62}.shop-calendar__event-type{font-size:11px;font-weight:800;line-height:1.2}.shop-calendar__event-duration{font-size:11px;color:#4f5970;line-height:1.2}.shop-calendar__event-label{font-size:11px;color:#2f3544;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-calendar__empty-day{font-size:11px;color:#8f95a8;line-height:1.2}@media(max-width:1024px){.shop-calendar__weekday-row,.shop-calendar__grid{gap:4px}.shop-calendar__day{min-height:92px;padding:4px}}@media(max-width:720px){.shop-calendar__weekday-row,.shop-calendar__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-calendar__weekday-row{display:none}}.dialog__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.dialog-field{display:grid;gap:4px;min-width:0}.dialog-field--full{grid-column:1 / -1}.dialog-field__label{font-size:12px;font-weight:800;color:var(--muted)}.dialog-field__control{border-radius:10px;border:1px solid var(--border);padding:8px 10px;background:#fff;font-size:14px;width:100%;min-width:0}.dialog-field__control--error{border-color:#b00020b3;box-shadow:0 0 0 2px #b000201f}.dialog-field__error{font-size:11px;color:#b00020}.dialog-field__help{font-size:11px;color:var(--muted);line-height:1.45}.dialog-field__preview{display:grid;gap:6px;padding:8px 10px;border:1px dashed var(--border);border-radius:10px;background:#f1f5f98c}.dialog-field__preview-empty{font-size:12px;color:var(--muted)}.alias-preview{display:grid;gap:6px}.alias-preview__count{font-size:11px;font-weight:700;color:#334155}.alias-preview__chips{display:flex;flex-wrap:wrap;gap:6px}.alias-preview__chip{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#0e74901a;border:1px solid rgba(14,116,144,.18);color:#0f172a;font-size:12px;font-weight:600}.dual-list{display:flex;gap:10px;align-items:flex-start}.dual-list__column{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.dual-list__subtitle{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.dual-list__actions{display:flex;flex-direction:column;justify-content:center;gap:6px;margin:0 4px}.dual-list__button{border-radius:50%;border:1px solid var(--border);background:#fff;color:var(--accent);width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer}.dual-list__button:disabled{opacity:.4;cursor:default}.dual-list__list{display:flex;flex-direction:column;gap:4px;max-height:160px;overflow-y:auto;padding-right:4px}.dual-list__item{border-radius:8px;border:1px solid rgba(201,201,207,.9);background:#f7f7fb;padding:6px 10px;font-size:13px;text-align:left;cursor:pointer;color:var(--ink)}.dual-list__item.is-active{border-color:var(--accent);background:#272d7e14}.dialog__footer{padding:12px 14px;border-top:1px solid rgba(201,201,207,.6);display:flex;justify-content:flex-end;gap:8px}.dialog__button{border-radius:999px;border:1px solid var(--border);background:#fff;padding:8px 12px;cursor:pointer;font-weight:800;color:var(--accent);display:inline-flex;align-items:center;gap:6px}.dialog__button--primary{background:var(--accent-strong);border-color:transparent;color:var(--title)}.table{width:100%;border-collapse:collapse;min-width:720px}.table__th,.table__td{padding:10px 12px;border-bottom:1px solid rgba(201,201,207,.6);text-align:center;font-size:14px;white-space:pre-line;transition:background-color .3s ease}.table__th{position:sticky;top:0;background:#f7f7fb;z-index:1}.table__th-button{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;padding:0;font-weight:800;color:var(--ink);cursor:pointer}.table__th-button:disabled{cursor:default;opacity:.7}.table__sort-indicator{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--muted);transition:color .18s ease}.table__sort-indicator.is-active{color:var(--accent)}.table__filter{margin-top:8px;width:100%;border-radius:8px;border:1px solid rgba(201,201,207,.9);padding:8px 10px;font-size:13px;background:#fff}.table__empty{padding:24px;text-align:center;color:var(--muted)}.table__tr--highlight .table__td{background:#272d7e1f;transition:background-color .3s ease}.table__tr--priority-critical .table__td{background:rgba(var(--urgency-critical-r),var(--urgency-critical-g),var(--urgency-critical-b),.14)}.table__tr--priority-urgent .table__td{background:rgba(var(--urgency-urgent-r),var(--urgency-urgent-g),var(--urgency-urgent-b),.14)}.table__tr--priority-normal .table__td{background:rgba(var(--urgency-normal-r),var(--urgency-normal-g),var(--urgency-normal-b),.1)}.table-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:6px}.table-pagination__meta{color:var(--muted);font-size:13px}.table-pagination__page-size-label{color:var(--muted);font-size:13px;font-weight:700}.table-pagination__controls{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.table-pagination__button{border-radius:999px;border:1px solid var(--border);background:#fff;padding:8px 12px;cursor:pointer;font-weight:700;color:var(--accent)}.table-pagination__button:disabled{opacity:.5;cursor:default}.table-pagination__select{border-radius:999px;border:1px solid var(--border);padding:8px 12px;background:#fff;font-weight:700;color:var(--accent)}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;position:relative}.login-language{position:absolute;top:20px;right:20px}.login-card{width:min(360px,100%);display:grid;gap:12px;background:#fff;border-radius:18px;border:1px solid var(--border);box-shadow:0 18px 40px var(--shadow);padding:28px}.login-title{font-family:Black Han Sans,sans-serif;font-size:24px;margin:0;color:var(--accent-strong)}.login-subtitle{margin:0 0 8px;color:var(--muted)}.login-input{border-radius:10px;border:1px solid var(--border);padding:12px 14px;font-size:15px;background:#fff}.login-error{margin:0;font-size:12px;color:#b00020}.login-button{border:none;border-radius:10px;padding:12px 16px;background:var(--accent-strong);color:var(--title);font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;gap:8px}.login-button:hover{transform:translateY(-1px);box-shadow:0 10px 18px #2e2e5c33}.login-button:disabled{opacity:.7;cursor:default;box-shadow:none;transform:none}@media(max-width:640px){.menu-content{padding:18px}}.table-header-actions{display:inline-flex;gap:8px;position:relative;overflow:visible}.table-header-actions__create{display:inline-flex;align-items:center;gap:8px;position:relative}.monitoring-page{display:flex;flex-direction:column;gap:14px}.monitoring-page__summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.monitoring-stat-card{position:relative;overflow:hidden;background:#fff;border:1px solid rgba(108,103,176,.16);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:6px;box-shadow:0 10px 24px var(--shadow)}.monitoring-stat-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--monitoring-stat-accent, var(--accent-soft))}.monitoring-stat-card__label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.monitoring-stat-card__value{font-size:20px;color:var(--accent-strong);font-weight:800;line-height:1.1}.monitoring-stat-card__hint{font-size:12px;color:var(--muted)}.monitoring-page__meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--muted);font-size:12px}.monitoring-page__meta--note{font-style:italic;color:color-mix(in srgb,var(--muted) 84%,var(--accent-strong))}.monitoring-page__hero-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}.monitoring-page__hero-select{min-width:120px;max-width:180px;height:36px;padding:0 12px;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--accent-strong);font-size:13px;box-shadow:0 4px 12px #46467814}.monitoring-page__hero-select:focus-visible{outline:none;border-color:var(--accent-soft);box-shadow:0 0 0 3px #5f5cb324}.monitoring-tabs-bar{background:#fff;border:1px solid var(--border);border-radius:14px;padding:12px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;box-shadow:0 10px 24px var(--shadow)}.monitoring-tabs{display:inline-flex;flex-wrap:wrap;gap:8px}.monitoring-tab{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:#f7f8ff;color:var(--accent-strong);font-weight:700;font-size:13px;cursor:pointer}.monitoring-tab--active{background:linear-gradient(135deg,#6964b72e,#443f991a);border-color:#6c67b059;box-shadow:inset 0 0 0 1px #ffffffbf}.monitoring-tabs-bar__filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end;flex:1 1 360px}.monitoring-tabs-bar__summary{color:var(--muted);font-size:12px;white-space:nowrap}.monitoring-pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px 10px;border-radius:999px;border:1px solid color-mix(in srgb,var(--monitoring-pill-accent, var(--accent-soft)) 32%,transparent);background:color-mix(in srgb,var(--monitoring-pill-accent, var(--accent-soft)) 12%,white);color:var(--monitoring-pill-accent, var(--accent-strong));font-weight:700;font-size:12px}.monitoring-load-cell{display:flex;flex-direction:column;gap:6px;min-width:120px}.monitoring-load-cell__bar{height:8px;border-radius:999px;overflow:hidden;background:#edf0fb}.monitoring-load-cell__fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#c6d2eb,#8f9ed5)}.monitoring-load-cell__value{color:var(--accent-strong);font-size:12px;font-weight:700}.monitoring-load-cell__empty{color:var(--muted);font-size:12px}.monitoring-overview__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.monitoring-overview__card{background:#fff;border:1px solid rgba(108,103,176,.16);border-radius:16px;padding:16px;box-shadow:0 10px 24px var(--shadow);display:flex;flex-direction:column;gap:12px}.monitoring-overview__card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.monitoring-overview__badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:var(--chip-bg);color:var(--chip-fg);text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:800}.monitoring-overview__title{margin:4px 0 0;color:var(--accent-strong);font-family:Times New Roman,Times,serif;font-size:16px}.monitoring-overview__preview{color:var(--muted);line-height:1.5;font-size:13px;background:#fafbff;border-radius:12px;padding:12px;border:1px solid rgba(108,103,176,.12);min-height:72px;display:flex;align-items:center}.monitoring-table__rank{width:54px;text-align:center}.work-status{display:flex;flex-direction:column;gap:12px}.work-status__panel{background:#fff;border-radius:14px;border:1px solid var(--border);padding:20px;display:flex;justify-content:space-between;gap:16px;align-items:center;box-shadow:0 12px 28px var(--shadow)}.work-status__badge{padding:3px 8px;border-radius:6px;border:none;background:var(--chip-bg);font-size:11px;text-transform:uppercase;color:var(--chip-fg);font-weight:800;letter-spacing:.03em;margin-bottom:4px;display:inline-flex}.work-status__title{margin:0;font-size:18px;font-weight:700;color:var(--accent-strong);font-family:Times New Roman,Times,serif}.work-status__detail{margin:4px 0 0;color:var(--muted);font-size:13px}.work-status__controls{display:flex;gap:8px}.work-status__error{padding:10px 14px;border-radius:12px;border:1px solid #f5c5c2;background:#fff5f5;color:#922f2f}.work-status__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.work-status__stat{background:#fff;border:1px solid rgba(108,103,176,.2);border-radius:14px;padding:12px 16px;display:flex;flex-direction:column;gap:6px;box-shadow:inset 0 0 0 1px #ffffffb3}.work-status__stat-label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.work-status__stat-value{font-size:20px;font-weight:700;color:var(--accent-strong)}.work-status__stat--empty{border-color:#ffffff80;box-shadow:none;text-align:center;color:var(--muted)}.work-status__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.work-status__card{background:#fff;border:1px solid rgba(108,103,176,.15);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:14px;min-height:260px;box-shadow:0 10px 30px var(--shadow)}.work-status__card-title,.work-status__card-field{display:flex;justify-content:space-between;align-items:center;gap:6px}.work-status__card-title span,.work-status__card-field span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.work-status__card-title strong,.work-status__card-field strong{font-size:16px;color:var(--accent-strong)}.work-status__state{font-size:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;padding:0;background:transparent;line-height:1.1}.work-status__state:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--work-status-state-accent, #8a8fba);flex:0 0 auto;box-shadow:0 0 0 3px color-mix(in srgb,var(--work-status-state-accent, #8a8fba) 16%,transparent)}.machine-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.machine-card{border-radius:14px;background:#fff;border:1px solid #e3e7f0;box-shadow:0 6px 18px #161e3814;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.machine-card:hover{box-shadow:0 10px 28px #161e3824;transform:translateY(-2px)}.machine-card__stripe{height:4px;flex-shrink:0}.machine-card__coating-banner{display:flex;align-items:center;justify-content:center;gap:6px;padding:3px 0;background:linear-gradient(90deg,#1a6b8a,#3f83a0,#1a6b8a);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.machine-card__coating-dot{width:7px;height:7px;border-radius:50%;background:#ffd966;animation:machine-card__coating-blink 1.2s ease-in-out infinite;box-shadow:0 0 6px #ffd96699}@keyframes machine-card__coating-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}.machine-card__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:10px}.machine-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap}.machine-card__title-row{display:inline-flex;align-items:center;gap:6px}.machine-card__equipment{font-size:15px;font-weight:800;color:#1a2340;letter-spacing:-.01em}.machine-card__badges{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.machine-card__avail-badge{display:inline-flex;align-items:center;gap:5px;border:none;border-radius:20px;padding:2px 10px 2px 6px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.machine-card__avail-badge--active{background:#e5f7ed;color:#16874a}.machine-card__avail-badge--inactive{background:#fde8e8;color:#b04040}.machine-card__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.machine-card__state-badge{display:inline-flex;align-items:center;gap:5px;border:1px solid;border-radius:20px;padding:2px 10px 2px 6px;font-size:9px;font-weight:700;white-space:nowrap}.machine-card__dot-pulse{width:6px;height:6px;border-radius:50%;flex-shrink:0}.machine-card--coating .machine-card__dot-pulse,.machine-card--loading .machine-card__dot-pulse{animation:machine-card__pulse 1.8s ease-in-out infinite}@keyframes machine-card__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.machine-card__details{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;padding:4px 0 2px}.machine-card__detail-item{display:flex;align-items:center;justify-content:space-between;gap:4px}.machine-card__detail-label{font-size:10px;color:#78809a;font-weight:600}.machine-card__detail-value{font-size:11px;color:#1a2340;font-weight:700;font-variant-numeric:tabular-nums}.machine-card__coatings{display:flex;flex-wrap:wrap;gap:4px}.machine-card__coatings--empty{opacity:.55}.machine-card__coating-chip{display:inline-block;border:none;border-radius:12px;padding:2px 10px;background:#edf0f8;color:#3a4770;font-size:9px;font-weight:700;letter-spacing:.02em}.machine-card__coating-chip--empty{background:#f0f2f5;color:#8b93ae;font-style:italic;font-weight:600}.machine-card__queue{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:6px 0 2px;border-top:1px solid #eaecf2}.machine-card__queue-stat{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#53607e}.machine-card__queue-stat strong{color:#1a2340;font-weight:800}.machine-card__footer{display:flex;align-items:center;gap:5px;font-size:10px;color:#8892ae;padding-top:2px;border-top:1px solid #f0f2f8}.machine-card--active{border-color:#3f83a033}.assembly-cards{display:flex;flex-direction:column;gap:14px}.assembly-cards__header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:12px;border:1px solid var(--border-soft);background:#fff}.assembly-cards__header h2{margin:0;font-size:14px;color:var(--muted)}.assembly-cards__header strong{font-size:18px;color:var(--accent-strong)}.assembly-cards__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.assembly-card{border:1px solid rgba(108,103,176,.2);border-radius:12px;background:#fff;padding:12px;display:flex;flex-direction:column;gap:8px;aspect-ratio:1 / 1;box-shadow:0 8px 20px var(--shadow)}.assembly-card--button{text-align:left;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.assembly-card--button:hover{border-color:#433ab673;box-shadow:0 10px 24px #433ab626}.assembly-card--button:focus-visible{outline:2px solid rgba(67,58,182,.5);outline-offset:2px}.priority-detail-page{min-height:calc(100vh - 132px);border:1px solid var(--border-soft);border-radius:12px;background:#fff;padding:14px;display:flex;flex-direction:column;gap:12px;overflow:hidden}.priority-detail-page__header{display:flex;align-items:center;gap:12px}.priority-detail-page__title{margin:0;font-size:22px;font-family:Times New Roman,Times,serif;color:var(--accent-strong)}.priority-detail-page__sticky-panel{position:sticky;top:0;z-index:2;border:1px solid var(--border-soft);border-radius:12px;background:#fff;padding:12px;box-shadow:0 6px 18px var(--shadow)}.priority-detail-page__panel-title{margin:0 0 10px;font-size:14px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.priority-detail-page__properties{border:1px solid var(--border-soft);border-radius:10px;background:#fbfcff;padding:10px}.priority-detail-page__properties-title{margin:0 0 8px;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.35px}.priority-detail-page__body{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:10px;align-items:start}.priority-detail-page__info-grid{display:flex;flex-direction:column;gap:6px}.priority-detail-page__info-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px;border-bottom:1px solid rgba(108,103,176,.12);padding:6px 2px}.priority-detail-page__info-row:last-child{border-bottom:none;padding-bottom:2px}.priority-detail-page__info-label{font-size:12px;color:var(--muted);white-space:nowrap;text-transform:uppercase;letter-spacing:.25px}.priority-detail-page__info-value{font-size:14px;color:var(--accent-strong);text-align:right;overflow-wrap:anywhere;margin-left:auto}.priority-detail-page__content-spacer{display:none}.priority-detail-page__lists-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.priority-detail-page__list-block{border:1px solid var(--border-soft);border-radius:10px;background:#fbfcff;padding:8px;display:flex;flex-direction:column;gap:6px;min-height:120px}.priority-detail-page__list-block h3{margin:0;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.35px}.priority-detail-page__list-item{border:1px solid rgba(108,103,176,.12);border-radius:8px;background:#fff;padding:6px 8px;display:flex;flex-direction:column;gap:3px}.priority-detail-page__list-item strong{font-size:13px;color:var(--accent-strong);overflow-wrap:anywhere}.priority-detail-page__list-item span{font-size:12px;color:var(--muted)}.priority-detail-page__list-empty{font-size:12px;color:var(--muted);padding:8px 4px}.priority-detail-page__actions{margin-top:10px;display:flex;justify-content:flex-end;gap:8px}.priority-detail-page__action--danger{border-color:#a5383873;color:#9a2f2f}.priority-detail-page__main-preview{margin-top:12px;margin-bottom:12px;display:flex;justify-content:center}.priority-detail-page__main-preview-panel{width:min(90vw,1600px);height:clamp(400px,62vh,700px);max-height:calc(100vh - 240px);border:1px solid var(--border-soft);border-radius:12px;background:#fbfcff;padding:10px;display:flex;flex-direction:column}.priority-detail-page__main-preview-panel h3{margin:0 0 8px;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.35px}.priority-detail-page__main-preview-panel .feasible-preview__viewport{min-height:0;height:100%}.worktable-preview{display:flex;flex-direction:column;gap:0;height:100%}.worktable-preview__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--muted)}.worktable-preview__viewport{flex:1 1 auto;min-height:0;border:0;border-radius:0;overflow:hidden;overscroll-behavior:contain;touch-action:none;background:transparent}.worktable-preview__canvas-stage{width:100%;height:100%}@media(max-width:980px){.priority-detail-page__body,.priority-detail-page__lists-grid{grid-template-columns:1fr}}.assembly-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.assembly-card__row span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.35px;white-space:nowrap}.assembly-card__row strong{font-size:14px;color:var(--accent-strong);overflow-wrap:anywhere;text-align:right;margin-left:auto}.priority-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.assembly-cards__empty{border:1px solid var(--border-soft);border-radius:12px;background:#fff;padding:16px;color:var(--muted)}.priority-sim{display:flex;flex-direction:column;gap:12px;flex:1 1 auto;min-height:0;overflow:hidden}.priority-sim__controls{border:1px solid var(--border-soft);border-radius:12px;background:#fff;padding:10px;display:grid;grid-template-columns:minmax(280px,1.5fr) minmax(180px,.9fr) auto;gap:10px;align-items:end;flex:0 0 auto}.priority-sim__field{display:flex;flex-direction:column;gap:6px;min-width:0}.priority-sim__field span{font-size:12px;color:var(--muted);font-weight:700}.priority-sim__field input,.priority-sim__field select{width:100%;border:1px solid var(--border);border-radius:10px;padding:8px 10px;background:#fff;color:var(--ink)}.priority-sim__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.priority-sim__stat{border:1px solid rgba(108,103,176,.2);border-radius:12px;background:#fff;box-shadow:0 6px 14px var(--shadow);padding:10px 12px;display:flex;flex-direction:column;gap:2px}.priority-sim__stat span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.35px}.priority-sim__stat strong{font-size:20px;color:var(--accent-strong)}.priority-sim__lanes-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:12px;border:1px solid var(--border-soft);background:#fff}.priority-sim__lanes-header h2{margin:0;font-size:14px;color:var(--muted)}.priority-sim__lanes-header strong{font-size:18px;color:var(--accent-strong)}.priority-sim__sections{display:grid;gap:14px}.priority-sim__section-card{border:1px solid rgba(108,103,176,.2);border-radius:14px;background:#fff;box-shadow:0 8px 20px var(--shadow);padding:12px;display:flex;flex-direction:column;gap:12px}.priority-sim__section-card--no-cluster{border-color:#b0622b38;background:linear-gradient(180deg,#fffaf4,#fff)}.priority-sim__section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.priority-sim__section-head-main{display:grid;gap:4px;min-width:0}.priority-sim__section-tag{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;border:1px solid rgba(108,103,176,.22);background:#6c67b014;padding:3px 9px;font-size:11px;font-weight:800;color:var(--accent-strong);text-transform:uppercase;letter-spacing:.35px}.priority-sim__section-card--no-cluster .priority-sim__section-tag{border-color:#b0622b38;background:#b0622b14;color:#a54f12}.priority-sim__section-title{margin:0;font-size:12px;color:var(--ink);font-weight:700}.priority-sim__section-subtitle{font-size:12px;color:var(--muted)}.priority-sim__section-metrics{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-end;color:#425069;font-size:12px;font-weight:700}.priority-sim__section-metrics strong{color:var(--accent-strong);font-size:14px}.priority-sim__table-wrap{border:1px solid var(--border-soft);border-radius:12px;background:#fcfcff;overflow:hidden;min-height:0;display:flex;flex-direction:column;flex:1 1 auto}.priority-sim__table-scroll{display:flex;flex-direction:column;overflow:auto;min-height:0;flex:1 1 auto;max-height:none}.priority-sim__table{width:100%;border-collapse:collapse;min-width:1120px}.priority-sim__table th,.priority-sim__table td{padding:10px 12px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(197,201,214,.45);font-size:12px}.priority-sim__table thead th{background:#eef2ff;color:#31406a;font-size:11px;text-transform:uppercase;letter-spacing:.35px;position:sticky;top:0;z-index:1}.priority-sim__table tbody tr:last-child td{border-bottom:none}.priority-sim__section-row td{padding:12px 12px 8px;background:#f7f8ff;border-bottom:1px solid rgba(197,201,214,.45)}.priority-sim__section-row--no-cluster td{background:linear-gradient(180deg,#fffaf4,#fefdfb)}.priority-sim__section-row-inner{display:flex;align-items:center;justify-content:flex-start;gap:16px;flex-wrap:wrap}.priority-sim__section-row-main{display:flex;align-items:center;gap:10px;min-width:0}.priority-sim__section-row-titlewrap{display:grid;gap:4px;min-width:0}.priority-sim__section-row-metrics{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end;color:#425069;font-size:12px;font-weight:700}.priority-sim__section-row-metrics strong{color:var(--accent-strong);font-size:14px}.priority-sim__placement-pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(108,103,176,.22);background:#6c67b014;padding:3px 8px;font-size:11px;font-weight:800;color:var(--accent-strong)}.priority-sim__placement-pill--manual-clustered{border-color:#26785438;background:#26785414;color:#1f6f49}.priority-sim__placement-pill--stale-manual-attachment{border-color:#b0622b42;background:#b0622b14;color:#a54f12}.priority-sim__placement-pill--no-cluster{border-color:#b0622b2e;background:#b0622b0f;color:#8d4610}.priority-sim__placement-pill--clustered{border-color:#6c67b02e;background:#6c67b012;color:var(--accent-strong)}.priority-sim__row-actions{justify-content:flex-end}.priority-sim__attach-dialog{width:min(820px,100%)}.priority-sim__attach-dialog .dialog__body{overflow:hidden;padding:10px 12px}.priority-sim__attach-dialog .planning-detail{gap:.7rem;min-height:0}.priority-sim__attach-dialog .planning-detail__section{padding:.7rem .8rem}.priority-sim__attach-note{font-size:11px;color:var(--muted);line-height:1.35}.priority-sim__attach-meta{display:grid;gap:4px}.priority-sim__attach-lot-card .planning-detail__summary{gap:.28rem}.priority-sim__attach-lot-card .planning-detail__summary-row{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:.45rem}.priority-sim__attach-lot-card .planning-detail__summary-label{font-size:.68rem;line-height:1.2}.priority-sim__attach-lot-card .planning-detail__summary-value{font-size:.84rem;line-height:1.2;min-width:0;overflow-wrap:anywhere}.priority-sim__attach-target{margin-top:8px;font-size:11px;font-weight:800;color:#425069;text-transform:uppercase;letter-spacing:.03em}.priority-sim__attach-table-wrap{margin-top:8px;max-height:min(56vh,520px);overflow-y:auto;border:1px solid var(--border-soft);border-radius:10px}.priority-sim__attach-table{width:100%;border-collapse:collapse}.priority-sim__attach-table th,.priority-sim__attach-table td{padding:8px 10px;text-align:left;font-size:12px;border-bottom:1px solid var(--border-soft);white-space:nowrap}.priority-sim__attach-table thead th{background:#eef2ff;color:#31406a;font-size:11px;text-transform:uppercase;letter-spacing:.03em;position:sticky;top:0}.priority-sim__attach-table tbody tr:last-child td{border-bottom:none}.priority-sim__attach-row{cursor:pointer}.priority-sim__attach-row:hover{background:#6c67b00d}.priority-sim__attach-group-row td{background:#f7f8ff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:#425069;cursor:default}.priority-sim__attach-row.is-active{background:#6c67b01a}.priority-sim__attach-empty{margin-top:8px;border:1px dashed var(--border-soft);border-radius:10px;background:#fff;padding:10px 12px;color:var(--muted);font-size:12px}.priority-sim__manual-plan-button{margin-left:auto}.priority-sim__manual-plan-dialog{width:min(980px,100%)}.priority-sim__manual-plan-dialog .dialog__body{overflow:hidden;padding:10px 12px}.priority-sim__manual-plan-card .planning-detail__summary{gap:.3rem}.priority-sim__manual-plan-note{font-size:11px;color:var(--muted);line-height:1.35}.priority-sim__manual-plan-target{margin-top:8px;font-size:11px;font-weight:800;color:#425069;text-transform:uppercase;letter-spacing:.03em}.priority-sim__manual-plan-table-wrap{margin-top:8px;max-height:min(58vh,520px);overflow:auto;border:1px solid #dfe7f4;border-radius:10px;background:#fff}.priority-sim__manual-plan-table{width:100%;border-collapse:collapse;table-layout:fixed}.priority-sim__manual-plan-table th,.priority-sim__manual-plan-table td{padding:.48rem .55rem;border-bottom:1px solid #eef2f8;font-size:12px;vertical-align:top}.priority-sim__manual-plan-table th{position:sticky;top:0;z-index:1;background:#f7f9fd;color:#41506c;font-size:10px;text-transform:uppercase;letter-spacing:.03em}.priority-sim__manual-plan-cell-title{font-weight:800;color:var(--ink)}.priority-sim__manual-plan-cell-subtitle{margin-top:2px;color:var(--muted);font-size:10px;line-height:1.25}.priority-sim__manual-plan-input{width:100%;min-width:74px;border:1px solid #d7deea;border-radius:8px;padding:.42rem .55rem;font:inherit;color:var(--ink);background:#fff}.priority-sim__manual-plan-input:focus{outline:none;border-color:#6864ac73;box-shadow:0 0 0 3px #6c67b01f}.priority-sim__manual-plan-empty{margin-top:8px;border:1px dashed var(--border-soft);border-radius:10px;background:#fff;padding:10px 12px;color:var(--muted);font-size:12px}.metric-header-panel__stats{display:inline-flex;align-items:center;flex-wrap:wrap;gap:14px;color:#3a4258;font-size:13px;font-weight:700}.metric-header-panel__stats strong{color:var(--accent-strong);font-size:15px}.priority-sim__lanes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:12px}.priority-sim__lane{border:1px solid rgba(108,103,176,.2);border-radius:12px;background:#fff;box-shadow:0 8px 20px var(--shadow);padding:12px;display:flex;flex-direction:column;gap:10px}.priority-sim__lane-header{display:flex;flex-direction:column;gap:2px}.priority-sim__lane-title{font-size:15px;font-weight:800;color:var(--accent-strong)}.priority-sim__lane-subtitle{font-size:12px;color:var(--muted)}.priority-sim__lane-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.priority-sim__cluster-list{display:grid;gap:8px}.priority-sim__cluster-item{border:1px solid var(--border-soft);border-radius:10px;background:#fcfcff;padding:10px;display:grid;grid-template-columns:1fr;gap:8px}.priority-sim__cluster-main{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px}.priority-sim__cluster-lots{display:flex;flex-direction:column;gap:6px}.priority-sim__cluster-lots>span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.35px}.priority-sim__lot-tags{display:flex;flex-wrap:wrap;gap:6px}.priority-sim__lot-tags code{border:1px solid rgba(108,103,176,.28);border-radius:999px;background:#6c67b014;color:var(--accent-strong);padding:3px 8px;font-size:11px}@media(max-width:1080px){.priority-sim__controls{grid-template-columns:repeat(2,minmax(0,1fr))}.priority-sim__controls .table-action{grid-column:span 2}}@media(max-width:720px){.priority-sim__controls{grid-template-columns:1fr}.priority-sim__controls .table-action{grid-column:auto}.priority-sim__lanes-grid,.priority-sim__lane-metrics,.priority-sim__cluster-main{grid-template-columns:1fr}}.priority-sim__cluster-grid{display:grid;grid-template-columns:1fr;gap:12px}.priority-sim__cluster-card{border:1px solid rgba(108,103,176,.2);border-radius:12px;background:#fff;box-shadow:0 8px 20px var(--shadow);padding:12px;display:flex;flex-direction:column;gap:10px}.priority-sim__cluster-card-header{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;gap:8px}.priority-sim__cluster-id{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.35px}.priority-sim__cluster-coating{font-size:15px;font-weight:800;color:var(--accent-strong);text-align:right}.priority-sim__cluster-process{font-size:12px;color:var(--muted)}.priority-sim__lot-list-wrap{border:1px solid var(--border-soft);border-radius:10px;background:#fcfcff;padding:10px;display:flex;flex-direction:column;gap:8px}.priority-sim__lot-list-title{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.35px;font-weight:700}.priority-sim__lot-empty{color:var(--muted);font-size:12px}.priority-sim__lot-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.priority-sim__lot-list li{display:grid;grid-template-columns:26px 1fr;gap:8px;align-items:start}.priority-sim__lot-seq{width:24px;height:24px;border-radius:999px;border:1px solid rgba(108,103,176,.3);background:#6c67b014;color:var(--accent-strong);font-size:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.priority-sim__lot-item{border:1px solid rgba(108,103,176,.16);border-radius:8px;background:#fff;padding:7px 9px;display:grid;gap:5px}.priority-sim__lot-meta{display:flex;flex-wrap:wrap;gap:10px}.priority-sim__lot-meta span{font-size:11px;color:var(--muted)}@media(max-width:900px){.priority-sim__cluster-grid{grid-template-columns:1fr}}.priority-sim .assembly-card__row span{color:#4a5162;font-size:12px;font-weight:700;letter-spacing:.2px;text-transform:none}.priority-sim .assembly-card__row strong{color:#1f2438;font-size:15px;font-weight:800}.priority-sim__cluster-card{border-color:#2b38603d;box-shadow:0 10px 24px #121a3414}.priority-sim__cluster-id{color:#4a5162;font-size:12px;font-weight:700}.priority-sim__cluster-coating{color:#171d33;font-size:17px;text-align:right}.priority-sim__cluster-process{color:#3a4258;font-size:13px;font-weight:600}.priority-sim__lot-list-wrap{background:#f5f7fb;border-color:#2b386033}.priority-sim__lot-list-title{color:#465069;font-size:12px;font-weight:800;letter-spacing:.25px}.priority-sim__lot-item{border-color:#2b386033;background:#fff;padding:9px 11px}.priority-sim__lot-meta{gap:12px}.priority-sim__lot-meta span{font-size:12px;color:#3f4a66;font-weight:600}.priority-sim__lot-meta-main{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.priority-sim__lot-meta-last{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.priority-sim__deadline{margin-left:auto;text-align:right;color:#b22c3a!important;font-weight:800!important}.priority-sim__product-code-line{margin-right:auto}.priority-sim__deadline-line{margin-left:auto}.priority-sim__lot-item--priority-critical{background:rgba(var(--urgency-critical-r),var(--urgency-critical-g),var(--urgency-critical-b),.14)}.priority-sim__lot-item--priority-urgent{background:rgba(var(--urgency-urgent-r),var(--urgency-urgent-g),var(--urgency-urgent-b),.14)}.priority-sim__lot-item--priority-normal{background:rgba(var(--urgency-normal-r),var(--urgency-normal-g),var(--urgency-normal-b),.1)}.priority-sim__lot-row--priority-critical td{background:rgba(var(--urgency-critical-r),var(--urgency-critical-g),var(--urgency-critical-b),.1)}.priority-sim__lot-row--priority-urgent td{background:rgba(var(--urgency-urgent-r),var(--urgency-urgent-g),var(--urgency-urgent-b),.1)}.priority-sim__lot-row--priority-normal td{background:rgba(var(--urgency-normal-r),var(--urgency-normal-g),var(--urgency-normal-b),.08)}.priority-sim__group-row td{background:#eaf1ff!important;color:#1f315a!important;font-weight:700;letter-spacing:.1px}.priority-sim__action-cell{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.batch-placement__plan-group-row td{padding-top:.38rem;padding-bottom:.38rem}.batch-placement__plan-group-row-content{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.batch-placement__plan-group-row-text{min-width:0}.batch-placement__row-legend{display:inline-flex;align-items:center;gap:.7rem;flex-wrap:wrap;color:#405273;font-size:.78rem}.batch-placement__row-legend-item{display:inline-flex;align-items:center;gap:.35rem}.batch-placement__row-legend-swatch{width:16px;height:16px;border-radius:4px;border:1px solid rgba(36,47,88,.14);box-shadow:inset 0 1px #ffffff8c}.batch-placement__row-legend-swatch--unused{background:#fff}.batch-placement__row-legend-swatch--fully-used{background:#d9f4dd}.batch-placement__row-legend-swatch--partial-used{background:#fff1c8}.priority-sim__lot-seq{border-color:#29386659;background:#e8edf9;color:#1e2a4f;font-size:12px;font-weight:800}.priority-sim__cluster-panel{border:1px solid var(--border-soft);border-radius:12px;background:#fff;padding:10px 8px 10px 10px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:0;overflow:auto}.batch-placement{display:flex;flex-direction:column;gap:10px;min-height:0;overflow:auto;padding-right:2px}.batch-placement--detail{flex:1 1 auto;min-height:0;overflow:hidden}.batch-placement--simulation{flex:1 1 auto;min-height:calc(100vh - 215px);overflow:hidden;display:grid;grid-template-rows:minmax(0,3fr) minmax(0,7fr)}.batch-placement--simulation>*{min-height:0}.batch-placement--simulation .batch-placement__controls--filters{overflow:hidden}.batch-placement--simulation .batch-placement__filter-panel{height:100%;min-height:0}.batch-placement--simulation .batch-placement__controls--filters .batch-placement__table-scroll{flex:1 1 auto;min-height:0;overflow:auto}.batch-placement--simulation .batch-placement__cluster-card--single{height:100%;min-height:0;grid-template-rows:auto auto minmax(0,1fr)}.batch-placement--simulation .batch-placement__plans,.batch-placement--simulation .batch-placement__table-wrap--plan{min-height:0;height:100%}.batch-placement--simulation .batch-placement__table-wrap--plan{display:flex;flex-direction:column}.batch-placement--simulation .batch-placement__table-wrap--plan .batch-placement__table-scroll{flex:1 1 auto;min-height:0;overflow:auto}.batch-placement--detail .batch-placement__dialog-layout{flex:1 1 auto;min-height:0;overflow:hidden}.batch-placement--detail .batch-placement__dialog-main .batch-placement__table-wrap,.batch-placement--detail .batch-placement__dialog-preview .batch-placement__table-wrap{height:100%;min-height:0}.batch-placement--detail .batch-placement__dialog-main .batch-placement__table-wrap{height:auto}.batch-placement__controls{border:1px solid var(--border-soft);border-radius:12px;background:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.batch-placement__controls>.table-action{justify-self:start}.batch-placement__controls-main{display:flex;align-items:center;gap:10px;min-width:320px;flex:1 1 auto}.batch-placement__controls-main .batch-placement__plan-line-wrap{flex:1 1 auto;min-width:0;border-bottom:0;border-radius:8px;padding:.18rem .28rem;overflow:visible;max-height:none}.batch-placement__controls-main .batch-placement__plan-line{align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:.42rem;min-height:0}.batch-placement__controls-main .batch-placement__plan-line-main,.batch-placement__controls-main .batch-placement__plan-line-right{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;overflow:visible}.batch-placement__controls-main .batch-placement__plan-line-right{flex:1 1 100%}.batch-placement__controls-main .batch-placement__plan-line-item{white-space:normal;line-height:1.2}.batch-placement__controls-title{display:grid;gap:2px;min-width:0}.batch-placement__controls-title strong{font-size:13px;color:#1f2a5a}.batch-placement__controls-title span{font-size:12px;color:#4f5b7c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.batch-placement__controls-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.batch-placement__controls-toggle,.batch-placement__controls-ops{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.batch-placement__controls--filters{align-items:stretch}.batch-placement__controls-group{display:inline-flex;align-items:flex-end;gap:10px}.batch-placement__controls-group--actions{margin-left:auto}.batch-placement__filter-panel{width:100%;display:flex;flex-direction:column;gap:8px;border:1px solid var(--border);background:linear-gradient(180deg,#f4f7fceb,#fffffffa);border-radius:14px;padding:10px 12px;box-shadow:0 10px 28px #0f172a0f}.batch-placement__filter-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap}.batch-placement__filter-panel-copy{min-width:0}.batch-placement__filter-panel-title{font-size:14px;font-weight:800;color:#22345c}.batch-placement__filter-panel-note{margin-top:2px;font-size:11px;color:#5e6b84}.batch-placement__filter-table{width:100%;border-collapse:separate;border-spacing:0;min-width:920px}.batch-placement__filter-table th,.batch-placement__filter-table td{padding:7px 10px;border-bottom:1px solid #d7e0ef;text-align:left;vertical-align:middle;font-size:12px;line-height:1.25}.batch-placement__filter-table thead th{position:sticky;top:0;z-index:1;background:#e9f0fb;color:#233a66;font-weight:800;white-space:nowrap}.batch-placement__filter-row{background:#ffffffeb;cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease}.batch-placement__filter-row:hover td{background:#e5eeffa3}.batch-placement__filter-row--active td{background:#bad2ff57;color:#16325c;font-weight:700}.batch-placement__filter-row:focus-visible{outline:2px solid rgba(37,99,235,.5);outline-offset:-2px}.bp-col-filter__th{position:relative}.bp-col-filter__th--active{background:#d0e3ff!important}.bp-col-filter__head{display:flex;align-items:center;gap:5px;justify-content:space-between;min-width:0}.bp-col-filter__btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:2px 3px;border:none;border-radius:3px;background:transparent;cursor:pointer;color:#52607f;opacity:.45;transition:opacity .15s,background .15s,color .15s;line-height:1}.bp-col-filter__btn:hover{opacity:1;background:#2563eb1a;color:#1e40af}.bp-col-filter__btn--active{opacity:1;color:#1d4ed8;background:#2563eb24}.bp-col-filter__dropdown{position:fixed;z-index:9999;background:#fff;border:1px solid #c5d4ec;border-radius:8px;box-shadow:0 4px 18px #1e40af24;min-width:160px;max-width:300px;padding:5px 0 4px}.bp-col-filter__controls{display:flex;border-bottom:1px solid #e4ecf8}.bp-col-filter__ctrl-btn{flex:1;padding:5px 8px 6px;font-size:11px;font-weight:700;letter-spacing:.02em;border:none;background:transparent;cursor:pointer;color:#1d4ed8;transition:background .12s}.bp-col-filter__ctrl-btn:first-child{border-right:1px solid #e4ecf8}.bp-col-filter__ctrl-btn:hover:not(:disabled){background:#2563eb12}.bp-col-filter__ctrl-btn:disabled{color:#9eb0cc;cursor:default}.bp-col-filter__ctrl-btn--none{color:#475569}.bp-col-filter__ctrl-btn--none:hover:not(:disabled){background:#47556912}.bp-col-filter__list{max-height:220px;overflow-y:auto;padding:3px 0 2px}.bp-col-filter__item{display:flex;align-items:center;gap:7px;padding:4px 12px;cursor:pointer;font-size:11.5px;color:#233a66;font-weight:500;transition:background .1s;-webkit-user-select:none;user-select:none}.bp-col-filter__item:hover{background:#2563eb0f}.bp-col-filter__item input[type=checkbox]{margin:0;flex-shrink:0;accent-color:#2563eb;width:13px;height:13px}.bp-col-filter__item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.bp-col-sort__th{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.bp-col-sort__th:hover{background:#0000000a}.bp-col-sort__th--active{background:#d0e3ff!important}.bp-col-sort__head{display:flex;align-items:center;gap:5px;justify-content:space-between}.bp-col-sort__icon{font-size:10px;color:#888;flex-shrink:0}.bp-col-sort__th--active .bp-col-sort__icon{color:#1d4ed8}@media(prefers-color-scheme:dark){.bp-col-sort__th:hover{background:#ffffff0f}.bp-col-sort__th--active{background:#1a2550!important}.bp-col-sort__th--active .bp-col-sort__icon{color:#5b8af8}}:root[data-theme=dark] .bp-col-sort__th:hover{background:#ffffff0f}:root[data-theme=dark] .bp-col-sort__th--active{background:#1a2550!important}:root[data-theme=dark] .bp-col-sort__th--active .bp-col-sort__icon{color:#5b8af8}:root[data-theme=light] .bp-col-sort__th:hover{background:#0000000a}:root[data-theme=light] .bp-col-sort__th--active{background:#d0e3ff!important}:root[data-theme=light] .bp-col-sort__th--active .bp-col-sort__icon{color:#1d4ed8}.batch-placement__confirm-notice{display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:10px;border:1px solid transparent;padding:7px 9px;font-size:12px;font-weight:700}.batch-placement__confirm-notice--success{background:#1665341a;border-color:#16653440;color:#166534}.batch-placement__confirm-notice--error{background:#b423181a;border-color:#b4231840;color:#b42318}.batch-placement__confirm-notice-text{display:inline-flex;align-items:center;gap:6px;min-width:0}.batch-placement__confirm-notice-close{border:none;background:transparent;color:currentColor;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.batch-placement__field{min-width:0;display:flex;flex-direction:column;gap:5px}.batch-placement__field span{font-size:12px;color:var(--muted);font-weight:700}.batch-placement__field select{border:1px solid var(--border);border-radius:10px;padding:7px 9px;background:#fff;color:var(--ink)}.batch-placement__check{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#3a4258;min-height:34px;font-weight:600}.batch-placement__summary-line{display:flex;flex-wrap:wrap;gap:8px 14px;padding:2px 2px 0;font-size:11px;color:#4a5162;font-weight:700}.batch-placement__cluster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:10px}.batch-placement__cluster-card{border:1px solid rgba(108,103,176,.2);border-radius:12px;background:#fff;box-shadow:0 8px 20px var(--shadow);padding:8px;display:flex;flex-direction:column;gap:4px}.batch-placement__cluster-card.priority-sim__cluster-panel{border:1px solid var(--border-soft);box-shadow:none;padding:10px;gap:10px}.batch-placement__cluster-head{gap:2px}.batch-placement__cluster-heading-line{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem;flex-wrap:wrap;width:100%}.batch-placement__cluster-title{color:var(--accent-strong)}.batch-placement__cluster-subtitle{color:var(--muted);font-size:12px;line-height:1.35;text-align:right}.batch-placement__cluster-empty-panel{border:1px solid #d9e2f2;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#f3f7fd);padding:1rem 1.1rem;display:grid;gap:.6rem}.batch-placement__cluster-empty-title{font-size:1.18rem;font-weight:800;color:#22345c;line-height:1.2}.batch-placement__cluster-empty-message{margin:0;color:#334a74;font-weight:700;font-size:.88rem;line-height:1.45}.batch-placement__cluster-empty-actions{display:grid;gap:.4rem}.batch-placement__cluster-empty-actions-title{color:#22345c;font-weight:800;font-size:.82rem}.batch-placement__cluster-empty-actions-list{margin:0;padding-left:1.1rem;color:#546987;font-size:.8rem;line-height:1.4}.batch-placement__cluster-empty-actions-list li+li{margin-top:.18rem}.batch-placement__cluster-empty-cta{display:flex;justify-content:flex-start}.batch-placement__cluster-empty-meta{display:grid;gap:.28rem;color:#2d4167;font-size:.76rem}.batch-placement__cluster-empty-meta-row{display:grid;grid-template-columns:7.5rem minmax(0,1fr);gap:.5rem;align-items:start;padding:.08rem 0}.batch-placement__cluster-empty-meta-label{color:#5b6e8c;font-weight:700}.batch-placement__cluster-empty-meta-value{color:#24385e;font-weight:600;line-height:1.35}.batch-placement__summary-grid{border:1px solid var(--border-soft);border-radius:10px;background:#fcfcff;padding:8px;display:grid;grid-template-columns:172px minmax(0,1fr);gap:8px 8px}.batch-placement__summary-grid .assembly-card__row span{flex:0 1 auto;max-width:none;overflow:visible;text-overflow:clip;white-space:normal;text-transform:none;letter-spacing:0}.batch-placement__summary-grid .assembly-card__row strong{flex:1 1 auto;margin-left:0;text-align:left}.batch-placement__summary-second-col strong{font-size:18px;line-height:1.1;color:#7a5a00}.batch-placement__summary-grid .assembly-card__row{gap:4px}.batch-placement__summary-second-col{margin-left:0}.batch-placement__deadline-row strong{white-space:nowrap;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:11px}.batch-placement__priority-row{grid-column:1 / -1}.batch-placement__priority-row span{display:none}.batch-placement__priority-row strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.batch-placement__plans{display:grid;gap:10px}.batch-placement__plan{border:2px solid #3f5f9f;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 2px 10px #1021431a}.batch-placement__plan-toggle{width:100%;border:none;background:#f5f7fb;padding:7px 8px;display:grid;gap:5px;text-align:left;cursor:pointer}.batch-placement__plan-toggle--static{cursor:default}.batch-placement__plan-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}.batch-placement__plan-head strong{color:#1f2438;font-size:12px}.batch-placement__plan-head span{color:#4b556e;font-size:10px}.batch-placement__plan-head-meta{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.batch-placement__score-chip{display:inline-flex;align-items:center;border:none;border-radius:6px;padding:3px 8px;background:linear-gradient(180deg,#fff9ea,#fff2cf);color:#7a5a00;font-size:10px;font-weight:800;white-space:nowrap}.batch-placement__plan-head .batch-placement__score-chip{font-size:12px;padding:4px 10px}.batch-placement__plan-metrics{display:grid;grid-template-columns:1fr;gap:3px 6px}.batch-placement__plan-metrics span{font-size:10px;color:#3f4a66;font-weight:600}.batch-placement__plan{transition:border-color .18s ease,box-shadow .18s ease}.batch-placement__plan:hover{box-shadow:0 6px 20px #1021432e}.batch-placement__plan--status-CONFIRMED{border-color:#7c7fae}.batch-placement__plan--status-ASSEMBLING{border-color:#d4943a}.batch-placement__plan--status-ASSEMBLED{border-color:#409b6e}.batch-placement__plan--status-COATING{border-color:#3f83a0}.batch-placement__plan--status-FINISHED{border-color:#5aa07e}.batch-placement__plan-toggle{transition:background .18s ease}.batch-placement__plan-toggle:hover{background:#eef2fa}.batch-placement__status-badge{display:inline-flex;align-items:center;gap:4px;border:none;border-radius:20px;padding:2px 10px 2px 8px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.batch-placement__status-badge:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0}.batch-placement__status-badge--CONFIRMED{background:#eef0fa;color:#5b5e8a}.batch-placement__status-badge--CONFIRMED:before{background:#7c7fae}.batch-placement__status-badge--ASSEMBLING{background:#fef3dd;color:#976d24}.batch-placement__status-badge--ASSEMBLING:before{background:#d4943a}.batch-placement__status-badge--ASSEMBLED{background:#e2f5ea;color:#2d7852}.batch-placement__status-badge--ASSEMBLED:before{background:#409b6e}.batch-placement__status-badge--COATING{background:#e2f0f5;color:#2d6378}.batch-placement__status-badge--COATING:before{background:#3f83a0}.batch-placement__status-badge--FINISHED{background:#e2f5ed;color:#2d7852}.batch-placement__status-badge--FINISHED:before{background:#5aa07e}.batch-placement__plan-number{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:10px;font-weight:800;color:#fff;flex-shrink:0}.batch-placement__plan-number--CONFIRMED{background:#7c7fae}.batch-placement__plan-number--ASSEMBLING{background:#d4943a}.batch-placement__plan-number--ASSEMBLED{background:#409b6e}.batch-placement__plan-number--COATING{background:#3f83a0}.batch-placement__plan-number--FINISHED{background:#5aa07e}.batch-placement__progress-bar{width:100%;height:4px;border-radius:4px;background:#e4e7ef;overflow:hidden;position:relative}.batch-placement__progress-bar-fill{height:100%;border-radius:4px;transition:width .4s ease;position:relative}.batch-placement__progress-bar-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.35) 50%,transparent 100%);animation:batch-placement__shimmer 2.2s infinite}@keyframes batch-placement__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.batch-placement__progress-bar-fill--CONFIRMED{background:#7c7fae}.batch-placement__progress-bar-fill--ASSEMBLING{background:#d4943a}.batch-placement__progress-bar-fill--ASSEMBLED{background:#409b6e}.batch-placement__progress-bar-fill--COATING{background:#3f83a0}.batch-placement__progress-bar-fill--FINISHED{background:#5aa07e}.batch-placement__score-chip--high{background:linear-gradient(180deg,#e5f9ee,#c8f0d8);color:#1a6e3c}.batch-placement__score-chip--medium{background:linear-gradient(180deg,#fef3dd,#fce8bc);color:#8f6b1f}.batch-placement__score-chip--low{background:linear-gradient(180deg,#fde8e8,#f8d0d0);color:#982a2a}.batch-placement__worker-badge{display:inline-flex;align-items:center;gap:4px;border:none;border-radius:16px;padding:1px 10px 1px 6px;background:#edf0f8;color:#3a4770;font-size:10px;font-weight:700;white-space:nowrap}.batch-placement__worker-badge:before{content:"👤";font-size:10px;line-height:1}.batch-placement__time-chip{display:inline-flex;align-items:center;gap:3px;border:none;border-radius:16px;padding:1px 8px;background:#f0f2f8;color:#4a5478;font-size:9px;font-weight:600;white-space:nowrap}.batch-placement__plan-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px;padding:6px 8px 7px;border-top:1px solid #eaecf2}.batch-placement__plan-footer-left,.batch-placement__plan-footer-right{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.batch-placement__plan-head-right{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}@keyframes batch-placement__glow-pulse{0%,to{box-shadow:0 0 #d4943a4d}50%{box-shadow:0 0 0 4px #d4943a1f}}.batch-placement__plan--status-ASSEMBLING{animation:batch-placement__glow-pulse 2.8s ease-in-out infinite}.batch-placement__plan--status-COATING{box-shadow:0 0 0 1px #3f83a01f}.batch-placement__metric-row{display:flex;align-items:center;justify-content:space-between;gap:4px;font-size:10px}.batch-placement__metric-row-label{color:#6b7490;font-weight:600}.batch-placement__metric-row-value{color:#1f2a4a;font-weight:800;font-variant-numeric:tabular-nums}.batch-placement__metric-group{display:block;border:1px solid rgba(43,56,96,.16);border-radius:7px;padding:4px 6px;line-height:1.25}.batch-placement__metric-group strong{display:inline-block;margin-right:6px;color:#1f2a5a;font-weight:800}.batch-placement__metric-group--products{background:#4c79d614}.batch-placement__metric-group--fixtures{background:#499e7d14}.batch-placement__metric-group--worktable{background:#9a74c914}.batch-placement__metric-group--competition{background:#daa5201f}.batch-placement__metric-note{display:block;margin-top:4px;color:#5a647d;font-size:10px;font-weight:700}.batch-placement__metric-chip{display:inline-flex;align-items:center;width:max-content;border:1px solid rgba(43,56,96,.16);border-radius:999px;padding:2px 8px;background:#fff}.batch-placement__toggle-label{font-size:11px;color:var(--accent-strong);font-weight:700}.batch-placement__plan-body{padding:8px;display:grid;gap:8px;background:#fff;max-height:65vh;overflow:auto}.batch-placement__dialog-layout{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,6fr);gap:10px;min-height:0;height:100%;align-items:stretch}.batch-placement__dialog-main{min-width:0;min-height:0;height:100%;display:flex}.batch-placement-detail__usage-layout{display:grid;grid-template-rows:minmax(0,.95fr) minmax(0,1.15fr);gap:10px;min-width:0;min-height:0;width:100%;height:100%}.batch-placement__dialog-main .batch-placement__plan-body{padding-top:0}.batch-placement__dialog-preview{display:grid;min-height:0;height:100%}.batch-placement__dialog-preview-panel{height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.batch-placement__dialog-preview-body{min-height:0;padding:6px;display:flex;height:100%}.batch-placement__dialog-preview-body .feasible-preview{width:100%;display:flex;flex-direction:column;min-height:0;height:100%}.batch-placement__dialog-preview-body .feasible-preview__viewport{min-height:0;height:100%}.batch-placement__dialog-preview-body .worktable-preview{width:100%;min-height:0;height:100%}.batch-placement__dialog-preview-body .worktable-preview__viewport,.batch-placement__dialog-preview-body .worktable-preview__canvas-stage{min-height:0;height:100%}.batch-placement__table-wrap{border:1px solid var(--border-soft);border-radius:10px;overflow:auto;min-height:0;padding:6px;display:grid;grid-template-rows:auto minmax(0,1fr);align-content:start;gap:6px;background:#fafbff}.batch-placement__table-title{position:sticky;top:0;z-index:2;padding:6px 8px;font-size:11px;color:#465069;font-weight:700;border-bottom:1px solid rgba(201,201,207,.45);background:#f7f7fb}.batch-placement__dialog-main .batch-placement__table-wrap{padding:0;gap:0;overflow-x:hidden;overflow-y:auto}.batch-placement__dialog-main .batch-placement-detail__lot-grid{grid-template-columns:minmax(0,1fr);padding:6px}.batch-placement__group-list{display:grid;gap:6px;align-content:start;grid-auto-rows:max-content}.batch-placement__group-card{border:1px solid rgba(43,56,96,.16);border-radius:8px;background:#fff;overflow:hidden}.batch-placement__group-card--selected{border-color:var(--accent-strong);box-shadow:0 0 0 1px #2963ff33}.batch-placement__group-card-button{width:100%;border:0;background:transparent;padding:6px 7px;display:grid;gap:4px;text-align:left;cursor:pointer}.batch-placement__group-card-button:focus-visible{outline:2px solid var(--accent-strong);outline-offset:-2px}.batch-placement__group-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;flex-wrap:wrap}.batch-placement__group-head strong{color:#202741;font-size:11px}.batch-placement__group-head span{color:#465069;font-size:10px;font-weight:700}.batch-placement__group-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px 6px}.batch-placement__group-metrics span{font-size:10px;color:#3f4a66;font-weight:700}.batch-placement__group-lots-title{font-size:10px;color:#4a5162;font-weight:700}.batch-placement__lot-breakdown{display:grid;gap:5px;min-width:0;max-width:100%}.batch-placement__lot-chip{border:1px solid rgba(43,56,96,.18);border-radius:8px;padding:4px 6px;display:block;background:#fff;white-space:normal;overflow:hidden}.batch-placement__lot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 8px}.batch-placement__lot-field{display:flex;align-items:baseline;gap:5px;min-width:0}.batch-placement__lot-field span{font-size:10px;color:#5b6479;font-weight:700;white-space:nowrap}.batch-placement__lot-field strong{font-size:10px;color:#3f4a66;font-weight:700;min-width:0;overflow-wrap:anywhere}.batch-placement__arm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:6px}.batch-placement__arm-card{border:1px solid rgba(43,56,96,.16);border-radius:8px;background:#fff;padding:6px 7px;display:grid;gap:2px}.batch-placement__arm-card strong{font-size:11px;color:#202741}.batch-placement__arm-card span{font-size:10px;color:#3f4a66;font-weight:700}.batch-placement__lot-chip--priority-critical{background:rgba(var(--urgency-critical-r),var(--urgency-critical-g),var(--urgency-critical-b),.14)}.batch-placement__lot-chip--priority-urgent{background:rgba(var(--urgency-urgent-r),var(--urgency-urgent-g),var(--urgency-urgent-b),.14)}.batch-placement__lot-chip--priority-normal{background:rgba(var(--urgency-normal-r),var(--urgency-normal-g),var(--urgency-normal-b),.1)}.batch-placement__empty,.batch-placement__muted{color:var(--muted);font-size:11px}.batch-placement-detail-dialog{max-width:min(1480px,98vw)}.batch-placement-detail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;align-items:start;align-content:start}.batch-placement-detail__card{border:1px solid rgba(39,45,126,.18);border-radius:10px;background:linear-gradient(180deg,#fff,#f8faff);padding:10px;display:grid;gap:8px;align-items:start;align-content:start;grid-auto-rows:max-content}.batch-placement-detail__card--full{grid-column:1 / -1}.batch-placement-detail__card--competition{grid-column:1 / -1;background:linear-gradient(180deg,#fff9eb,#fffdf6)}.batch-placement-detail__arm-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.batch-placement-detail__lot-color-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.batch-placement-detail__lot-color-legend-title{font-size:.66rem;font-weight:800;color:#31456f}.batch-placement-detail__lot-color-chip{--batch-placement-lot-color: #64748b;--batch-placement-lot-color-bg: rgba(100, 116, 139, .12);display:inline-flex;align-items:center;gap:.35rem;padding:.18rem .48rem;border-radius:999px;background:var(--batch-placement-lot-color-bg);border:1px solid rgba(39,45,126,.12);color:#24335d;font-size:.66rem;font-weight:700;line-height:1.2}.batch-placement-detail__lot-color-chip:before{content:"";width:.52rem;height:.52rem;border-radius:999px;background:var(--batch-placement-lot-color);box-shadow:inset 0 0 0 1px #ffffff59}.batch-placement-detail__tabs{display:flex;align-items:flex-end;gap:0;border-bottom:1px solid rgba(39,45,126,.2);padding:0 2px;background:linear-gradient(180deg,#f4f7ff,#eef3ff);border-radius:10px 10px 0 0}.batch-placement-detail__tab{border:1px solid rgba(39,45,126,.2);border-bottom:none;background:#eef2ff;color:#2c3a71;border-radius:8px 8px 0 0;padding:7px 14px;font-size:11px;font-weight:800;cursor:pointer;margin-bottom:-1px;position:relative;top:1px}.batch-placement-detail__tab--active{background:#fff;border-color:#6a7ec7;color:#1f2a5a;box-shadow:inset 0 2px #7f95e6}.batch-placement-detail__tab:focus-visible{outline:2px solid #7f95e6;outline-offset:2px}.batch-placement-detail__card h4{margin:0;font-size:12px;color:#27336b;font-weight:800;text-transform:uppercase;letter-spacing:.3px}.batch-placement-detail__kv{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(0,1fr);gap:5px 8px;align-items:baseline}.batch-placement-detail__kv span{font-size:11px;color:#5b6485}.batch-placement-detail__kv strong{font-size:12px;color:#1f2438;overflow-wrap:anywhere}.batch-placement-detail__table-scroll{overflow:auto}.batch-placement-detail__lot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:8px}.batch-placement-detail__lot-card{border:1px solid rgba(43,56,96,.2);border-radius:8px;background:#fff;padding:8px;display:flex;flex-direction:column;gap:6px}.batch-placement-detail__spaces{display:grid;gap:6px;padding:6px;border:1px solid rgba(166,119,62,.18);border-radius:8px;background:linear-gradient(180deg,#fff8ef,#fff3df)}.batch-placement-detail__space-list{display:grid;gap:6px}.batch-placement-detail__space-card{border:1px solid rgba(166,119,62,.24);border-radius:8px;background:#fffaf2;padding:8px;width:100%;text-align:left;display:block;cursor:pointer;font:inherit;color:inherit}.batch-placement-detail__space-card--selected{border-color:#c47a22;box-shadow:0 0 0 1px #c47a2238;background:#ffe7c7}.batch-placement-detail__space-card:focus-visible{outline:2px solid var(--accent-strong);outline-offset:2px}.batch-placement-detail__matrix-table{width:100%;min-width:1080px;border-collapse:separate;border-spacing:0;table-layout:auto}.batch-placement-detail__matrix-table th,.batch-placement-detail__matrix-table td{border-right:1px solid #d9e2f2;border-bottom:1px solid #d9e2f2;padding:.45rem .5rem;vertical-align:top;background:#fff}.batch-placement-detail__matrix-table tr>*:first-child{border-left:1px solid #d9e2f2}.batch-placement-detail__matrix-table thead tr:first-child>*{border-top:1px solid #d9e2f2}.batch-placement-detail__matrix-table thead th{position:sticky;top:0;z-index:1;background:#edf4ff;color:#22345c;font-size:.72rem;font-weight:800}.batch-placement-detail__matrix-table tbody th{width:84px;background:#f8fbff;color:#31456f;font-size:.74rem;font-weight:800}.batch-placement-detail__matrix-cell--lot{--batch-placement-lot-color: #64748b;--batch-placement-lot-color-bg: rgba(100, 116, 139, .12);background:var(--batch-placement-lot-color-bg)!important}.batch-placement-detail__matrix-cell--merged-right{border-right-color:transparent}.batch-placement-detail__matrix-cell--lot .batch-placement-detail__matrix-packages{gap:.18rem}.batch-placement-detail__matrix-cell--lot .batch-placement-detail__matrix-package-group{padding:0;background:transparent;border:0;border-radius:0}.batch-placement-detail__matrix-packages{display:grid;gap:.4rem}.batch-placement-detail__matrix-package-group{--batch-placement-lot-color: #64748b;--batch-placement-lot-color-bg: rgba(100, 116, 139, .12);display:grid;gap:.12rem;padding:.35rem .42rem;background:var(--batch-placement-lot-color-bg);border:1px solid color-mix(in srgb,var(--batch-placement-lot-color) 22%,#d9e2f2);border-radius:8px}.batch-placement-detail__matrix-package-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.batch-placement-detail__matrix-package-row .batch-placement__usage-item{max-width:100%;white-space:normal;display:block;width:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:.72rem;font-weight:700;line-height:1.2}.batch-placement-detail__matrix-package-row .batch-placement__usage-item--fixture{color:#1f4f9a}.batch-placement-detail__matrix-package-row .batch-placement__usage-item--spacer{color:#1f7a4d}.batch-placement-detail__matrix-package-row .batch-placement__usage-item--sleeve{color:#8a5a00}.batch-placement-detail__matrix-meta{font-size:.7rem;font-weight:700;color:#5b6485}.batch-placement-detail__matrix-empty,.batch-placement-detail__matrix-empty-cell{color:#7b839d;font-size:.72rem}.batch-placement-detail__matrix-empty-cell{text-align:center;padding:.8rem}.fixture-inventory-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.fixture-inventory-table{width:100%;border-collapse:collapse;font-size:.78rem}.fixture-inventory-table thead th{font-size:.68rem;font-weight:700;color:#5b6485;text-transform:uppercase;letter-spacing:.03em;padding:3px 6px;text-align:left;border-bottom:1px solid rgba(39,45,126,.12)}.fixture-inventory-table thead th.fixture-inventory-table__num,.fixture-inventory-table tbody td.fixture-inventory-table__num{text-align:right;font-variant-numeric:tabular-nums;width:5rem}.fixture-inventory-table tbody td{padding:3px 6px;color:#2d3a5c;font-weight:600}.fixture-inventory-table tbody td.fixture-inventory-table__label{color:#1f4f9a}.fixture-inventory-table tbody td.fixture-inventory-table__category{color:#5b6485;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.fixture-inventory-table tbody tr.fixture-inventory-table__empty-row td{color:#7b839d;font-style:italic;text-align:center}.fixture-inventory-table-wrap{overflow-x:auto}.fixture-inventory-table--six{min-width:600px}.fixture-inventory-table--six thead th{white-space:nowrap}.fixture-inventory-table--six tbody td.fixture-inventory-table__tool{color:#2d3a5c;font-weight:500;font-size:.72rem;padding:3px 6px}.batch-placement-detail__chip{display:inline-flex;align-items:center;gap:4px;border:1px solid rgba(39,45,126,.2);border-radius:999px;padding:4px 8px;background:#272d7e0f;color:#1f2440;font-size:11px}.batch-placement-detail__chip code{font-size:11px;color:#32407f;font-weight:700}.confirmed-plans{display:flex;flex-direction:column;gap:10px;min-height:0}.confirmed-plans__filters{border:1px solid var(--border-soft);border-radius:12px;background:#fff;padding:8px 10px;display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) minmax(250px,1.2fr) auto;gap:6px 8px;align-items:center}.confirmed-plans__field{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px}.confirmed-plans__field span{font-size:11px;color:var(--muted);font-weight:700;white-space:nowrap}.confirmed-plans__field input,.confirmed-plans__field select{border:1px solid var(--border);border-radius:10px;padding:6px 8px;background:#fff;color:var(--ink);min-height:34px}.confirmed-plans__statuses{border:1px solid var(--border-soft);border-radius:10px;background:#fcfcff;padding:6px 8px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:34px}.confirmed-plans__statuses legend{font-size:11px;font-weight:700;color:var(--muted);padding:0 3px;margin-right:4px}.confirmed-plans__status-item{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#33406d;font-weight:600;white-space:nowrap}.confirmed-plans__actions{display:inline-flex;align-items:center;justify-content:flex-end}.confirmed-plans__summary{display:flex;flex-wrap:wrap;gap:6px 10px;font-size:11px;font-weight:700;color:#4a5162}.confirmed-plans__list{display:grid;gap:10px}.confirmed-plans__card{border:1px solid var(--border-soft);border-radius:12px;background:#fff;padding:8px 9px;display:grid;gap:6px}.confirmed-plans__card-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;flex-wrap:wrap}.confirmed-plans__title{display:inline-flex;align-items:center;gap:6px}.confirmed-plans__status{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(39,45,126,.2);background:#272d7e14;color:#27336b;font-size:10px;font-weight:700;padding:2px 7px}.confirmed-plans__times,.confirmed-plans__facts{display:flex;flex-wrap:wrap;gap:5px 10px;font-size:11px;color:#3d4562}.confirmed-plans__times span,.confirmed-plans__facts span{font-weight:600}.confirmed-plans__detail-toggle{display:flex;justify-content:flex-start}.confirmed-plans__details{border-top:1px solid var(--border-soft);padding-top:6px;display:grid;gap:8px}.confirmed-plans__details section{border:1px solid rgba(39,45,126,.14);border-radius:10px;background:#fbfcff;padding:7px;display:grid;gap:5px}.confirmed-plans__details h4{margin:0;font-size:11px;color:#27336b}.confirmed-plans__chips{display:flex;flex-wrap:wrap;gap:6px}.confirmed-plans__chip{border:none;border-radius:6px;background:var(--chip-bg);padding:3px 7px;font-size:10px;color:var(--chip-fg);font-weight:800}.confirmed-plans__line-list{display:grid;gap:5px}.confirmed-plans__line-item{border:1px solid rgba(39,45,126,.12);border-radius:8px;background:#fff;padding:6px 7px;display:flex;align-items:center;justify-content:space-between;gap:8px}.confirmed-plans__line-item span{color:#384261;font-size:11px;font-weight:600;min-width:0}.confirmed-plans__line-item strong{color:#1f2438;font-size:11px;white-space:nowrap}.confirmed-plans__empty{font-size:11px;color:#6d748b}@media(max-width:1100px){.batch-placement--simulation{min-height:0;grid-template-rows:auto auto;overflow:auto}.batch-placement__controls{flex-direction:column;align-items:stretch}.batch-placement__controls--filters .batch-placement__controls-group{width:100%}.batch-placement__controls--filters .batch-placement__controls-group--actions{margin-left:0;justify-content:flex-start}.batch-placement__filter-panel-head{flex-direction:column}.batch-placement__controls-main{width:100%;min-width:0}.batch-placement__controls-actions{width:100%;justify-content:flex-start}.batch-placement__cluster-grid{grid-template-columns:1fr}.batch-placement__plan-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.batch-placement__dialog-layout{grid-template-columns:1fr}.batch-placement__dialog-preview-body .feasible-preview__viewport{min-height:360px}.batch-placement-detail{grid-template-columns:1fr}.confirmed-plans__filters{grid-template-columns:1fr 1fr}.confirmed-plans__actions{grid-column:1 / -1;justify-content:flex-start}}@media(max-width:760px){.batch-placement__controls-main{flex-direction:column;align-items:flex-start}.batch-placement__controls-title span{white-space:normal;overflow:visible;text-overflow:clip}.batch-placement__summary-grid,.confirmed-plans__filters{grid-template-columns:1fr}.confirmed-plans__line-item{flex-direction:column;align-items:flex-start}}.ect{--ect-block-maint-border: #1f7f93;--ect-block-maint-bg: #e3f5fa;--ect-block-maint-fg: #0f5664;--ect-block-post-border: #6f7d99;--ect-block-post-bg: #edf1f8;--ect-block-post-fg: #46526d;--ect-block-holiday-border: #9052ab;--ect-block-holiday-bg: #f5ecfb;--ect-block-holiday-fg: #60347d;--ect-block-dayoff-border: #b44d5f;--ect-block-dayoff-bg: #fdecee;--ect-block-dayoff-fg: #822b3c;--ect-block-rest-border: #b07d13;--ect-block-rest-bg: #fff3d8;--ect-block-rest-fg: #684b08;display:flex;flex-direction:column;flex:1 1 auto;gap:.45rem;min-height:0}.ect--fullscreen{width:100%;height:100%;min-height:100vh;padding:.75rem;background:#f4f6fc;box-sizing:border-box;align-content:start}.ect__toast-stack{position:fixed;right:20px;bottom:20px;z-index:60;display:flex;flex-direction:column;gap:8px;max-width:min(380px,calc(100vw - 40px));pointer-events:none}.ect__toast{pointer-events:auto;box-shadow:0 8px 24px #0f172a2e;animation:ect-toast-in .2s ease-out}@keyframes ect-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ect__meta-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem}.ect__meta-left{display:grid;gap:8px;min-width:0}.ect__meta-section{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.ect__meta-section--actions{gap:10px}.ect__meta-section--summary{gap:6px}.ect__meta-section--legend{align-items:flex-start}.ect__type-legend{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media(max-width:980px){.ect__meta-row{grid-template-columns:minmax(0,1fr)}.ect__meta-row>.table-action{justify-self:flex-start}}.ect__toolbar-panel{min-width:0;display:grid;gap:4px;padding:8px 10px;border:1px solid rgba(47,62,109,.12);border-radius:12px;background:linear-gradient(180deg,#fafbfff7,#f5f8fff0);box-shadow:0 10px 22px #1d2c540a}.ect__toolbar-main,.ect__toolbar-meta{min-width:0}.ect__toolbar-main{display:grid;grid-template-columns:minmax(0,1fr);gap:6px}.ect__toolbar-cell,.ect__toolbar-meta-block{min-width:0;display:flex;flex-direction:column;justify-content:flex-start;gap:6px;max-width:100%;padding:0;flex:0 0 auto}.ect__toolbar-cell--planning{align-items:flex-start;width:100%}.ect__planning-info{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;white-space:normal;width:100%;overflow-x:hidden}.ect__toolbar-cell--rest{align-items:flex-start;width:100%}.ect__toolbar-cell--actions{align-items:center;width:100%}.ect__toolbar-controlline,.ect__toolbar-meta-row{min-width:0;display:flex;align-items:center;gap:6px 8px;flex-wrap:wrap}.ect__toolbar-meta-row--summary{justify-content:flex-start}.ect__toolbar-controlline--rest{align-items:flex-start}.ect__rest-selector{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap;min-width:0}.ect__rest-selector-field{min-width:min(168px,100%)}.ect__toolbar-panel .confirmed-plans__field{gap:2px;min-width:min(104px,100%)}.ect__toolbar-panel .confirmed-plans__field span{font-size:9px}.ect__toolbar-panel .confirmed-plans__field input,.ect__toolbar-panel .confirmed-plans__field select{min-height:26px;padding:3px 7px;border-radius:8px;font-size:11px}.ect__toolbar-actions{display:flex;align-items:center;justify-content:flex-start;gap:4px 6px;flex-wrap:nowrap;min-width:0;width:100%}.ect__toolbar-panel .table-action{padding:3px 7px;gap:4px;font-size:10px;line-height:1.05;box-shadow:none}.ect__toolbar-panel .table-action .icon{width:11px;height:11px}.ect__toolbar-action--fullscreen{margin-left:auto}.ect__rest-toolset{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ect__rest-action{min-width:0;white-space:nowrap}.ect__rest-action--active{border-color:#546aff5c;background:linear-gradient(180deg,#687cff29,#687cff14);color:#2f4295}.ect__rest-action--cancel{border-color:#b4404033;color:#9a3030}.ect__toolbar-panel .plan-auto-confirm--compact{padding:.12rem .35rem}.ect__toolbar-panel .plan-auto-confirm--compact .plan-auto-confirm__badge{font-size:.62rem}.ect__toolbar-panel .ect__summary-chip{padding:1px 5px;font-size:9px;flex:0 0 auto}.ect__toolbar-panel .ect__summary-chip--summary{padding:2px 7px;font-size:10px;font-weight:800}.ect__toolbar-panel .ect__summary-chip--summary-large{font-size:11px;padding:2px 8px}.ect__toolbar-panel .ect__type-chip{padding:1px 5px;font-size:9px}.ect__type-legend--inline{display:inline-flex;align-items:center;gap:3px;flex-wrap:nowrap;justify-content:flex-start;width:100%;flex:0 0 auto;white-space:nowrap}@media(max-width:760px){.ect__toolbar-main{grid-template-columns:minmax(0,1fr)}.ect__toolbar-actions{width:100%;flex-wrap:wrap}.ect__planning-info{flex-wrap:wrap}.ect__type-legend--inline{flex-wrap:wrap;width:100%}}.ect__type-chip{display:inline-flex;align-items:center;gap:5px;border:none;border-radius:6px;padding:3px 8px;background:#f6f8ffdb;color:#344266;font-size:11px;font-weight:800;line-height:1;white-space:nowrap}.ect__panel-action-guide{display:flex;align-items:center;gap:4px;flex-wrap:wrap;min-width:0}.ect__panel-action-chip{display:inline-flex;align-items:center;border:none;border-radius:6px;padding:2px 7px;background:#f6f8ffdb;color:#344266;font-size:10px;font-weight:700;line-height:1.05;white-space:nowrap}.ect__type-swatch{width:10px;height:10px;border-radius:999px;border:1px solid transparent;flex:0 0 auto}.ect__type-swatch--job{border-color:#6d7fb6;background:#7a7fbd40}.ect__type-swatch--rest{border-color:#b07d13;background:#fff3d8}.ect__type-swatch--post,.ect__type-swatch--rest-runtime{border-color:#6f7d99;background:#edf1f8}.ect__type-swatch--rest-scheduled{border-color:#1f7f93;background:#e3f5fa}.ect__type-swatch--holiday{border-color:#9052ab;background:#f5ecfb}.ect__type-swatch--dayoff{border-color:#b44d5f;background:#fdecee}.ect__viewport{flex:1 1 auto;overflow:hidden;position:relative;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#fff,#f7f9ff);box-shadow:0 8px 22px #18214714;min-height:320px;box-sizing:border-box}.ect__board{display:grid;grid-template-columns:170px minmax(0,1fr);width:100%;min-width:0}.ect__left-col{border-right:1px solid #c9d1ec;background:#f8fafff5;min-width:0}.ect__right-col{min-width:0;width:100%;overflow:hidden;position:relative}.ect__right-scroll{width:100%;max-width:100%;overflow-x:scroll;overflow-y:hidden;display:block;box-sizing:border-box;scrollbar-gutter:stable both-edges;-webkit-overflow-scrolling:touch}.ect__timeline-sheet{display:block;box-sizing:border-box;position:relative;isolation:isolate}.ect__header,.ect__row{display:block}.ect__header{min-height:72px;border-bottom:1px solid var(--line);background:#f7f8fc}.ect__header-axis{position:relative;height:72px;display:flex;flex-direction:column}.ect__axis-date-row{position:relative;height:28px;border-bottom:1px solid rgba(116,131,177,.18);background:linear-gradient(180deg,#e6ecfaad,#f4f7fdbd)}.ect__axis-time-row{position:relative;height:44px}.ect__axis-grid{position:absolute;inset:0}.ect__day-line{position:absolute;top:0;bottom:0;width:0;border-left:2px solid rgba(55,74,135,.48);pointer-events:none}.ect__day-line--row{border-left-color:#374a8770}.ect__machines-title{height:72px;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;color:#314372}.ect__date-group{position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:0 .35rem;overflow:hidden}.ect__date-group--alt-a{background:linear-gradient(180deg,#dbe7f8b8,#e9f1fb94)}.ect__date-group--alt-b{background:linear-gradient(180deg,#f4ecddc7,#fbf7ee9e)}.ect__date-group-label{display:inline-flex;align-items:center;justify-content:center;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.64rem;font-weight:800;letter-spacing:.02em;color:#334675}.ect__row{position:relative;z-index:0;border-top:1px solid #c9d1ec;border-bottom:1px solid #c9d1ec;background:#ffffff8f;align-items:stretch}.ect__row:has(.ect__job:hover),.ect__row:has(.ect__job:focus-visible),.ect__row:has(.ect__job--dragging){z-index:12}.ect__row:last-child{border-bottom:0}.ect__track{position:relative;overflow:visible;width:100%}.ect__day-band{position:absolute;top:0;bottom:0;pointer-events:none;z-index:0}.ect__day-band--alt-a{background:#dbe7f847}.ect__day-band--alt-b{background:#f4ecdd3d}.ect__track--over{background:#526cbc14}.ect__track--valid{background:#60b2770f}.ect__track--invalid{background:#b04f5c0d}.ect__track--rest-mode{cursor:crosshair;outline:2px dashed rgba(123,91,18,.24);outline-offset:-3px;background:#fff2cd29}.ect__summary-chip--rest-mode{border-color:#7b5b1257;background:#fff2cdc7;color:#7a5a00}.ect__machine-cell{display:flex;align-items:center;justify-content:center;padding:0}.ect__machine-panel{height:90%;width:calc(100% - 10px);display:grid;grid-template-rows:repeat(2,min-content);justify-content:center;align-content:center;align-items:center;gap:.08rem;background:var(--ect-machine-availability-bg, rgba(240, 243, 255, .42));border:1px solid color-mix(in srgb,var(--ect-machine-availability, #9aa8d8) 72%,white);border-radius:8px;padding:.16rem .3rem;color:#2f3b6b;text-align:center;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px);overflow:hidden;box-shadow:inset 0 3px 0 0 var(--ect-machine-state, #8a8fba)}.ect__machine-button{display:grid;grid-template-rows:min-content min-content auto;justify-content:center;align-content:center;align-items:center;gap:.18rem;border:0;background:var(--ect-machine-availability-bg, rgba(240, 243, 255, .42));color:inherit;padding:.16rem .3rem;margin:0;cursor:pointer;text-align:center;appearance:none}.ect__machine-button:focus-visible{outline:2px solid #4b5f96;outline-offset:2px;border-radius:6px}.ect__machine-panel--static{grid-template-rows:min-content min-content auto;cursor:default}.ect__machine-job-count{font-size:.56rem;font-weight:800;line-height:1;color:#2f3b6b;background:#ffffffb8;border:1px solid rgba(109,127,182,.38);border-radius:999px;padding:2px 6px;max-width:100%;white-space:nowrap}.ect__machine-panel-icon{line-height:0!important;color:#4b5f96;margin-right:4px;display:inline-flex;vertical-align:-1px}.ect__machine-panel strong{font-size:16px!important;font-weight:800;white-space:nowrap;line-height:1!important;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ect__machine-badges{width:100%;display:grid;grid-template-rows:repeat(2,min-content);justify-items:center;align-content:start;gap:.18rem;max-width:100%;min-height:calc((.56rem * 1.1 + .24rem) * 2 + .18rem)}.ect__machine-badge{width:min(100%,108px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;padding:.12rem .38rem;font-size:.56rem;font-weight:800;line-height:1.1}.ect__machine-badge--availability{background:#ffffffc7;color:color-mix(in srgb,var(--ect-machine-availability, #8a8fba) 88%,#1f2747);border:1px solid color-mix(in srgb,var(--ect-machine-availability, #8a8fba) 62%,white)}.ect__machine-badge--state{background:var(--ect-machine-state-bg, rgba(138, 143, 186, .12));color:color-mix(in srgb,var(--ect-machine-state, #8a8fba) 92%,#1f2747);border:1px solid color-mix(in srgb,var(--ect-machine-state, #8a8fba) 64%,white)}.ect__tick{position:absolute;top:0;height:44px;border-left:1px dashed rgba(71,84,130,.22)}.ect__tick-label{position:absolute;top:0;height:44px;display:flex;align-items:center;justify-content:center;pointer-events:none;overflow:hidden}.ect__tick-time{font-size:.64rem;color:#1f3f86;font-weight:800;white-space:nowrap;max-width:100%}.ect__tick-line{position:absolute;top:0;bottom:0;width:0;border-left:1px dashed rgba(71,84,130,.14)}.ect__now-line{position:absolute;top:0;bottom:0;left:0;width:0;border-left:2px solid #e53935;z-index:5;pointer-events:none}.ect__now-label{position:absolute;top:4px;left:-20px;display:inline-flex;align-items:center;gap:4px;padding:3px 8px 3px 6px;font-size:.6rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#e53935,#c62828);border:none;border-radius:20px;line-height:1.3;letter-spacing:.04em;white-space:nowrap;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px #e5393559;transition:transform .15s,box-shadow .15s;z-index:10;animation:ect-now-pulse 3s ease-in-out infinite}.ect__now-label:hover,.ect__now-label:focus-visible{transform:scale(1.08);box-shadow:0 4px 14px #e5393580;background:linear-gradient(135deg,#ef5350,#d32f2f)}.ect__now-label:active{transform:scale(.95)}.ect__now-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 4px #fff9;animation:ect-now-dot-pulse 1.5s ease-in-out infinite}@keyframes ect-now-pulse{0%,to{box-shadow:0 2px 8px #e5393559}50%{box-shadow:0 2px 16px #e539358c}}@keyframes ect-now-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.ect__scroll-now-btn{position:absolute;bottom:16px;right:16px;z-index:20;display:inline-flex;align-items:center;gap:7px;padding:9px 18px 9px 14px;font-size:.78rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#e53935,#c62828);border:none;border-radius:30px;cursor:pointer;box-shadow:0 4px 16px #e5393559;transition:transform .18s,box-shadow .18s,background .2s;line-height:1.3;letter-spacing:.02em;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ect__scroll-now-btn:hover,.ect__scroll-now-btn:focus-visible{transform:translateY(-2px) scale(1.03);box-shadow:0 8px 24px #e5393573;background:linear-gradient(135deg,#ef5350,#d32f2f)}.ect__scroll-now-btn:active{transform:scale(.96);box-shadow:0 2px 8px #e539354d}.ect__scroll-now-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1}.ect__scroll-now-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 6px #ffffff80;animation:ect-now-dot-pulse 1.5s ease-in-out infinite}.ect__scroll-now-label{line-height:1}.ect__job{position:absolute;top:50%;transform:translateY(-50%);border:1px solid;border-radius:10px;display:flex;flex-direction:column;justify-content:flex-start;gap:.08rem;padding:.24rem .42rem .28rem;color:#1f2747;overflow:visible;white-space:normal;text-overflow:ellipsis;z-index:2;box-shadow:0 3px 10px #1f274724;cursor:grab;touch-action:none;container-type:inline-size;font-size:clamp(12px,.72rem + .16vw,16px);line-height:1.2}.ect__job-content{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;height:100%;gap:.08rem;overflow:hidden}.ect__job--coating{overflow:hidden}.ect__job--coating:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,rgba(226,229,234,.93) 0,rgba(226,229,234,.93) var(--ect-job-progress, 0%),rgba(247,248,250,.64) var(--ect-job-progress, 0%),rgba(247,248,250,.64) 100%),linear-gradient(180deg,#fff3,#ffffff08),linear-gradient(135deg,#ffffff24,#d4d8df0f);pointer-events:none;z-index:0}.ect__job--coating>*{position:relative;z-index:1}.ect__job--compact{padding:.14rem .22rem;border-radius:8px;justify-content:center;align-items:center;gap:0}.ect__job--short{gap:.04rem;padding:.18rem .34rem .22rem}.ect__job--short .ect__job-content{gap:.04rem}.ect__job--short .ect__job-head{gap:.16rem;align-items:flex-start}.ect__job--short .ect__job-status{min-height:18px;padding:.08rem .32rem;font-size:.6em}.ect__job--short .ect__job-runtime-summary,.ect__job--short .ect__job-runtime-detail{display:none}.ect__job--short .ect__job-action{min-height:18px;padding:0 .34rem;font-size:.64em}.ect__job--short .ect__job-actions--stacked{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.12rem}.ect__job--short .ect__job-actions--stacked .ect__job-action{min-width:0}.ect__job--tiny-height{padding:.14rem .26rem .18rem}.ect__job--tiny-height .ect__job-content{gap:.03rem}.ect__job--tiny-height .ect__job-head{gap:.14rem;align-items:flex-start}.ect__job--tiny-height .ect__job-runtime-summary,.ect__job--tiny-height .ect__job-runtime-detail,.ect__job--tiny-height .ect__job-progress{display:none}.ect__job--tiny-height .ect__job-status{min-height:16px;padding:.06rem .28rem;font-size:.58em}.ect__job--tiny-height .ect__job-action{min-height:16px;padding:0 .26rem;font-size:.58em}.ect__job--tiny-height .ect__job-actions--stacked{gap:.1rem}.ect__job--tiny-height .ect__job-actions--stacked .ect__job-action{min-width:80px}.ect__job--compact .ect__block-label,.ect__job--compact .ect__block-source,.ect__job--compact .ect__block-duration,.ect__job--compact .ect__block-symbol,.ect__job--compact .ect__rest-label,.ect__job--compact .ect__rest-duration{display:none}.ect__job--compact .ect__rest-symbol{display:inline-flex}.ect__job--tiny .ect__block-symbol{font-size:.58rem;letter-spacing:0}.ect__job:hover,.ect__job:focus-visible,.ect__job--dragging{z-index:14}.ect__job:active{cursor:grabbing}.ect__job--dragging{opacity:.28}.ect__job--overlay{position:relative;top:auto;transform:none;z-index:20;pointer-events:none;opacity:.96}.ect__drag-overlay-group{display:flex;align-items:stretch;pointer-events:none}.ect__job--overlay-post{position:relative;top:auto;left:auto!important;transform:none;z-index:20;pointer-events:none;opacity:.96;flex-shrink:0;border-left:2px solid #6f7d99;display:flex;align-items:center;gap:.2rem;padding:0 .4rem}.ect__job--rest-scheduled,.ect__job--rest-runtime,.ect__job--post-time,.ect__job--maintenance,.ect__job--holiday,.ect__job--dayoff,.ect__job--rest{z-index:1;cursor:default;touch-action:auto;box-shadow:none;border-style:dashed;border-color:color-mix(in srgb,var(--border, #6f7d99) 56%,#ffffff);background:var(--bg, #edf1f8);color:var(--fg, #46526d);overflow:visible;padding:.18rem 1.08rem .2rem .42rem;gap:.02rem;align-items:flex-start;justify-content:center}.ect__job--rest-scheduled{--border: #1f7f93;--bg: #e3f5fa;--fg: #0f5664}.ect__job--rest-runtime,.ect__job--post-time{--border: #6f7d99;--bg: #edf1f8;--fg: #46526d}.ect__job--maintenance{--border: #1f7f93;--bg: #e3f5fa;--fg: #0f5664}.ect__job--holiday{--border: #9052ab;--bg: #f5ecfb;--fg: #60347d}.ect__job--dayoff{--border: #b44d5f;--bg: #fdecee;--fg: #822b3c}.ect__job--rest{--border: #b07d13;--bg: #fff3d8;--fg: #684b08}.ect__job-head{display:flex;align-items:center;gap:.24rem;min-width:0}.ect__job-title{flex:1 1 auto;min-width:0;font-weight:800;line-height:1.08}.ect__job-group{display:contents}.ect__job span{font-weight:700;font-size:1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ect__job small{font-size:.8em;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ect__block-label{font-weight:800}.ect__block-source{opacity:.82;font-size:.72em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ect__block-duration{opacity:.86}.ect__block-symbol{display:none;font-size:.64rem;font-weight:800;line-height:1;letter-spacing:.02em;white-space:nowrap;pointer-events:none}.ect__job--compact .ect__block-symbol{display:inline-flex}.ect__job-score{position:absolute;left:.45rem;bottom:.34rem;display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:.12rem .46rem;border:1px solid rgba(167,124,17,.28);border-radius:999px;background:#fff7dbf5;color:#7a5a00;font-size:.72em;font-weight:900;line-height:1;box-shadow:0 1px 3px #7a5a001a;pointer-events:none}.ect__job-status{display:inline-flex;align-items:center;flex:0 0 auto;min-height:20px;padding:.1rem .42rem;border-radius:999px;background:#ffffffd6;color:#324261;font-size:.66em;font-weight:800;line-height:1;box-shadow:inset 0 0 0 1px #4556881f;pointer-events:none}.ect__job-runtime-summary{display:inline-flex;align-items:center;align-self:flex-start;min-height:18px;padding:.08rem .34rem;border-radius:999px;border:1px solid rgba(63,102,160,.2);background:#ffffffc7;color:#39567e;font-size:.6em;font-weight:900;line-height:1;letter-spacing:.01em;pointer-events:none}.ect__job-runtime-detail{display:inline-flex;align-items:center;align-self:flex-start;min-height:18px;padding:.08rem .34rem;border-radius:999px;border:1px solid rgba(118,126,142,.18);background:#ffffffa3;color:#4d586b;font-size:.56em;font-weight:800;line-height:1;letter-spacing:.01em;pointer-events:none}.ect__job-progress{display:grid;gap:.18rem;margin-top:.05rem}.ect__job-progress-bar{position:relative;width:100%;height:7px;border-radius:999px;background:#ffffff85;overflow:hidden}.ect__job-progress-bar>span{position:absolute;inset:0 auto 0 0;display:block;border-radius:inherit;background:linear-gradient(90deg,#18799ef5,#35ad92f5)}.ect__post-symbol{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:3px;background:#6f7d9933;font-size:.65em;font-weight:800;color:#6f7d99;margin-right:.2rem;flex-shrink:0}.ect__job-progress-meta{display:flex;flex-wrap:wrap;gap:.24rem .5rem;font-size:.66em;font-weight:700;color:#27415d}.ect__job-progress-meta strong{font-weight:900}.ect__job-blocked-hint{display:inline-flex;align-items:center;gap:.25rem;margin-top:auto;margin-left:auto;padding:.12rem .4rem;font-size:.68em;font-weight:700;color:#7a5c10;background:#f5b94224;border:1px solid rgba(200,145,30,.3);border-radius:3px;align-self:flex-end;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.ect__job-actions{display:flex;align-items:center;gap:.22rem;justify-content:flex-end;flex-wrap:wrap;align-self:flex-end;width:fit-content;max-width:100%;margin-top:auto;padding-top:.16rem;margin-left:auto}.ect__job-actions--stacked{flex-direction:column;align-items:flex-end;gap:.18rem}.ect__job-action{display:inline-flex;align-items:center;justify-content:center;gap:.22rem;min-height:22px;padding:.14rem .5rem;font-size:.72em;font-weight:800;line-height:1;box-shadow:none;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.ect__job-action--primary{border:1px solid rgba(16,108,86,.32);background:#12846b1f;color:#0d6953}.ect__job-action--danger{border:1px solid rgba(155,42,51,.32);background:#b838441f;color:#8d2530}.ect__job-actions--stacked .ect__job-action{width:auto;min-width:104px}@container (max-width: 150px){.ect__job-actions{gap:.12rem;padding-top:.1rem}.ect__job-actions--stacked{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.12rem}.ect__job-action,.ect__job-actions--stacked .ect__job-action{min-width:0;width:24px;min-height:20px;padding:0;gap:0}.ect__job-action .icon{width:12px;height:12px}.ect__job-action-label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}}@container (max-width: 96px){.ect__job-status{max-width:100%;padding-inline:.26rem}.ect__job-head{gap:.12rem}.ect__job-action,.ect__job-actions--stacked .ect__job-action{width:20px;min-height:18px}}.ect__job-action--primary:hover:not(:disabled),.ect__job-action--primary:focus-visible:not(:disabled){border-color:#106c5680;background:#12846b2e;color:#0a5644}.ect__job-action:disabled{opacity:.55;cursor:not-allowed}.ect__job-action--danger:hover:not(:disabled),.ect__job-action--danger:focus-visible:not(:disabled){border-color:#9b2a3380;background:#b838442e;color:#741c26}.ect__rest-label{font-weight:800;font-size:.76em;max-width:100%;pointer-events:none}.ect__rest-duration{font-size:.68em;opacity:.9;pointer-events:none}.ect__rest-symbol{display:none;font-size:.72em;font-weight:900;letter-spacing:.06em;pointer-events:none}.ect__rest-delete{position:absolute;top:3px;right:3px;transform:none;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid rgba(155,42,51,.24);border-radius:999px;background:#b838441a;color:#8d2530;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease;z-index:3;opacity:.32}.ect__rest-delete:hover,.ect__rest-delete:focus-visible{border-color:#9b2a336b;background:#b8384429;color:#741c26}.ect__rest-delete .icon{width:12px;height:12px}.ect__rest-resize{position:absolute;top:0;right:0;bottom:0;display:inline-flex;align-items:center;justify-content:center;width:13px;padding:0;border:none;border-left:1px solid rgba(77,90,120,.22);border-radius:0 9px 9px 0;background:linear-gradient(90deg,#ffffff14,#ffffffeb);color:#4d5a78;cursor:ew-resize;font-size:12px;font-weight:900;line-height:1;touch-action:none;z-index:2;opacity:.46}.ect__rest-resize:hover,.ect__rest-resize:focus-visible{border-left-color:#4d5a786b;background:linear-gradient(90deg,#ffffff29,#fff)}.ect__rest-resize:before{content:"⋮⋮";transform:rotate(90deg);letter-spacing:-2px;opacity:.8}.ect__job--rest:hover .ect__rest-delete,.ect__job--rest:focus-within .ect__rest-delete,.ect__job--rest-scheduled:hover .ect__rest-delete,.ect__job--rest-scheduled:focus-within .ect__rest-delete,.ect__job--rest:hover .ect__rest-resize,.ect__job--rest:focus-within .ect__rest-resize,.ect__job--rest-scheduled:hover .ect__rest-resize,.ect__job--rest-scheduled:focus-within .ect__rest-resize{opacity:1}@media(hover:none),(pointer:coarse){.ect__rest-delete,.ect__rest-resize{opacity:1}}@container (max-width: 180px){.ect__job:not(.ect__job--overlay){gap:.06rem}.ect__job:not(.ect__job--overlay) small{display:none}.ect__job-score{left:.38rem;bottom:.28rem;min-height:18px;padding:.08rem .34rem;font-size:.64em}}@container (max-width: 125px){.ect__job:not(.ect__job--overlay){padding:.16rem .3rem .24rem;border-radius:8px}.ect__job-head{gap:.18rem;align-items:flex-start}.ect__job-title{font-size:.78em}.ect__job-progress-meta{font-size:.6em}.ect__job-runtime-summary{font-size:.56em}.ect__job-runtime-detail{font-size:.52em}.ect__job--coating:before{background:linear-gradient(90deg,rgba(226,229,234,.92) 0,rgba(226,229,234,.92) var(--ect-job-progress, 0%),rgba(247,248,250,.6) var(--ect-job-progress, 0%),rgba(247,248,250,.6) 100%),linear-gradient(180deg,#ffffff29,#ffffff08),linear-gradient(135deg,#ffffff1f,#d4d8df0f)}.ect__job-actions--stacked{gap:.14rem}.ect__job-action{min-height:18px;padding:0 .3rem;font-size:.62em}.ect__block-duration,.ect__block-source,.ect__rest-label{display:none}.ect__rest-symbol{display:inline-flex}.ect__rest-delete{width:16px;height:16px;top:2px;right:2px}.ect__rest-delete .icon{width:9px;height:9px}.ect__rest-resize{width:10px;border-radius:0 8px 8px 0}}@container (max-width: 92px){.ect__job:not(.ect__job--overlay){padding:.14rem .22rem .2rem}.ect__job-score,.ect__job-status,.ect__job-runtime-summary{display:none}.ect__job-actions{display:flex;width:100%;justify-content:flex-end;margin-top:auto}.ect__job-actions--stacked{flex-direction:row;flex-wrap:nowrap}.ect__job-action{min-height:16px;min-width:16px;padding:0;gap:0}.ect__job-action .icon{width:10px;height:10px}.ect__job-action-label{display:none}.ect__block-label{font-size:0}.ect__block-label:after{content:attr(data-short);font-size:.66rem;font-weight:800;line-height:1.1}.ect__job--post-time .ect__block-label,.ect__job--maintenance .ect__block-label,.ect__job--holiday .ect__block-label,.ect__job--dayoff .ect__block-label{display:none}.ect__job--post-time .ect__block-label:after,.ect__job--maintenance .ect__block-label:after,.ect__job--holiday .ect__block-label:after,.ect__job--dayoff .ect__block-label:after{content:none}.ect__rest-duration{display:none}.ect__rest-delete{width:14px;height:14px;opacity:.78;top:1px;right:1px}.ect__rest-delete .icon{width:9px;height:9px}.ect__rest-resize{width:9px;opacity:.84}}.ect__job-action .icon{width:12px;height:12px}.ect__job-popover{position:absolute;left:0;top:calc(100% + 8px);width:min(620px,72vw);min-width:540px;max-width:calc(100vw - 48px);display:grid;gap:.55rem;padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(69,86,136,.18);background:#fff;box-shadow:0 20px 38px #16224833;color:#24304f;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;pointer-events:none;white-space:normal;z-index:20;isolation:isolate}.ect__job-popover--up{top:auto;bottom:calc(100% + 8px);transform:translateY(-6px)}.ect__job--dragging .ect__job-popover,.ect__job-popover--visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.ect__job-popover-actions{display:flex;justify-content:flex-end;gap:.4rem;padding-top:.2rem}.ect__job-popover-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.ect__job-popover-dates{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.55rem}.ect__job-popover-date{display:grid;gap:.15rem;padding:.45rem .55rem;border-radius:10px;background:#f7f9fc;border:1px solid rgba(69,86,136,.12)}.ect__job-popover-date span{font-size:.66rem;font-weight:700;color:#52607f}.ect__job-popover-date strong{font-size:.76rem;font-weight:800;color:#24304f}.ect__job-popover-metric{display:grid;gap:.15rem;padding:.45rem .55rem;border-radius:10px;background:#f5f7fd;border:1px solid rgba(69,86,136,.12)}.ect__job-popover-metric span{font-size:.66rem;font-weight:700;color:#52607f}.ect__job-popover-metric strong{font-size:.8rem;font-weight:800;color:#24304f}.ect__job-popover-table{display:grid;gap:.28rem;max-height:240px;overflow:auto;padding-right:2px}.ect__job-popover-table-head,.ect__job-popover-table-row{display:grid;grid-template-columns:minmax(60px,.9fr) minmax(0,2.2fr) minmax(100px,1fr) 130px 88px;gap:.55rem;align-items:center}.ect__job-popover-table-head{position:sticky;top:0;z-index:1;padding:.15rem 0 .35rem;border-bottom:1px solid rgba(69,86,136,.16);background:#fff}.ect__job-popover-table-head span{font-size:.64rem;font-weight:800;color:#52607f}.ect__job-popover-table-row span,.ect__job-popover-table-row strong{min-width:0;font-size:.69rem;line-height:1.3;overflow-wrap:anywhere}.ect__job-popover-table-row strong{color:#24304f}.ect__job-popover-table-row{padding:.28rem .1rem;border-radius:8px}.ect__job-popover-table-row--priority-critical{background:rgba(var(--urgency-critical-r),var(--urgency-critical-g),var(--urgency-critical-b),.09)}.ect__job-popover-table-row--priority-urgent{background:rgba(var(--urgency-urgent-r),var(--urgency-urgent-g),var(--urgency-urgent-b),.09)}.ect__job-popover-table-row--priority-normal{background:rgba(var(--urgency-normal-r),var(--urgency-normal-g),var(--urgency-normal-b),.08)}.ect__job-popover-empty{font-size:.7rem;font-weight:700;color:#6673a5}.ect__empty-lane{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#6673a5;font-size:.84rem;font-weight:600}.ect__tabs{display:inline-flex;align-items:center;gap:6px;padding:4px;border:1px solid var(--border-soft);border-radius:12px;background:#f8faff}.ect__tab{border:0;border-radius:10px;background:transparent;color:#445074;font-size:12px;font-weight:800;padding:8px 14px;cursor:pointer}.ect__tab--active{background:#fff;color:#22305e;box-shadow:0 1px 3px #18264d1f}.ect__summary{display:flex;flex-wrap:wrap;gap:8px}.ect__summary--inline{justify-content:flex-end;margin-left:auto}.ect__summary-chip{display:inline-flex;align-items:center;gap:5px;border:none;border-radius:6px;background:var(--chip-bg);color:var(--chip-fg);padding:5px 9px;font-size:11px;font-weight:800}.ect__summary-chip--dirty{background:#f0b03a24;border-color:#f0b03a57;color:#8a5e00}.ect__edit-actions{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ect__date-controls{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.ect__date-controls-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ect__lot-list{display:grid;gap:10px}.ect__lot-card{border:1px solid var(--border-soft);border-radius:14px;background:#fff;padding:10px 12px;display:grid;gap:10px}.ect__lot-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.ect__lot-identity{display:grid;gap:4px}.ect__lot-identity strong{color:#1f2a5a;font-size:14px}.ect__lot-identity span{color:#4a5577;font-size:12px;font-weight:600}.ect__queue-status{display:inline-flex;align-items:center;white-space:nowrap;border:1px solid;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800}.ect__lot-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 10px}.ect__lot-metrics span{color:#495474;font-size:12px;font-weight:600}.ect__lot-metrics strong{color:#202741}.ect__lot-furnaces{display:grid;gap:6px}.ect__lot-furnaces>strong{color:#27336b;font-size:12px}.ect__lot-furnace-chip-list{display:flex;flex-wrap:wrap;gap:6px}.ect__lot-furnace-chip{display:inline-flex;align-items:center;border:1px solid rgba(39,45,126,.16);border-radius:999px;background:#f7f9ff;color:#33406d;padding:4px 8px;font-size:11px;font-weight:700}.ect__lot-actions{display:flex;justify-content:flex-start}.ect__lot-details{display:grid;gap:10px}.ect__lot-details section{border:1px solid rgba(39,45,126,.14);border-radius:10px;background:#fbfcff;padding:8px;display:grid;gap:6px}.ect__lot-details h4{margin:0;color:#27336b;font-size:12px}.ect__lot-line-list{display:grid;gap:6px}.ect__lot-line-item{border:1px solid rgba(39,45,126,.12);border-radius:8px;background:#fff;padding:7px 8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.ect__lot-line-item span{color:#384261;font-size:11px;font-weight:600}.ect__lot-line-item strong{color:#1f2438;font-size:11px;white-space:nowrap}.standard-header__inline-tools{display:flex;align-items:center;gap:.75rem}.plan-auto-confirm{display:flex;align-items:center;gap:.75rem;padding:.75rem .9rem;border:1px solid var(--line-soft);border-radius:14px;background:linear-gradient(180deg,#fafbfff5,#f4f6fcf0)}.plan-auto-confirm--compact{display:inline-flex;align-items:center;flex:0 0 auto;white-space:nowrap;padding:.4rem .65rem;border-radius:999px;background:#f4f6fcf2}.plan-auto-confirm__badge{display:inline-flex;align-items:center;gap:.4rem;flex:0 0 auto;white-space:nowrap;font-size:.9rem;font-weight:700;color:var(--ink-strong)}.plan-auto-confirm__text{color:var(--ink-soft);font-size:.92rem}.plan-auto-confirm--enabled .plan-auto-confirm__badge{color:#226547}.plan-auto-confirm--disabled .plan-auto-confirm__badge{color:#7a6175}.global-settings{display:flex;flex-direction:column;gap:14px;min-height:0}.global-settings__group-heading p,.global-setting p{margin:0;color:var(--muted)}.global-settings__groups{display:grid;gap:14px}.global-settings__group{display:grid;gap:12px;border:1px solid #d6deea;border-radius:8px;background:#fff;padding:0 14px 14px;overflow:hidden}.global-settings__group-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px;border-bottom:1px solid #b8c3d3;background:#dfe8f3;margin:0 -14px;padding:12px 14px}.global-settings__group-heading h3{margin:0;color:#101827;font-size:1rem;font-weight:900}.global-settings__group-heading p{max-width:620px;text-align:right;font-size:.86rem;color:#334155;font-weight:700}.global-settings__list{display:grid;gap:8px}.global-setting{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);align-items:center;gap:18px;border:1px solid #dce3ee;border-radius:6px;background:#fbfcfe;padding:14px 16px}.global-setting__body{display:grid;gap:6px;min-width:0}.global-setting__body h4{margin:0;color:#111827;font-size:.96rem;font-weight:800;line-height:1.35}.global-setting p{color:#526070;font-size:.86rem;line-height:1.45}.global-setting__control{display:grid;justify-items:end;gap:7px;min-width:0}.global-setting-input{display:grid;grid-template-columns:minmax(150px,1fr) auto;align-items:center;gap:8px;width:100%}.global-setting-input input{min-width:0;width:100%;border:1px solid #9aa8bd;border-radius:6px;background:#fff;color:#101827;font-size:1.08rem;font-weight:900;padding:9px 11px;box-shadow:inset 0 1px 2px #0f172a14}.global-setting-input input[type=color]{min-width:48px;width:60px;height:40px;padding:3px;cursor:pointer}.global-setting__color-hex{font-size:.82rem;font-weight:700;color:#2d3a5c;font-variant-numeric:tabular-nums;letter-spacing:.02em;white-space:nowrap}.global-setting-input input:focus{border-color:#2f4fb3;outline:none;box-shadow:0 0 0 3px #2f4fb31f,inset 0 1px 2px #0f172a14}.global-setting-input input:disabled{background:#eef2f7;color:#4b5563}.global-setting-input span{min-width:38px;color:#1f2937;font-size:.9rem;font-weight:900}.global-setting__actions{display:flex;justify-content:flex-end;gap:7px;width:100%}.global-setting__actions .table-action{min-height:30px;padding:6px 9px}.global-setting__field-error{color:var(--danger-700);font-size:.78rem;font-weight:700;text-align:right}.global-setting-switch{display:inline-flex;align-items:center;gap:10px;border:1px solid #9aa8bd;border-radius:999px;background:#fff;color:#374151;cursor:pointer;font-size:.96rem;font-weight:900;min-height:40px;padding:6px 13px 6px 6px;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.global-setting-switch:disabled{cursor:not-allowed;opacity:.72}.global-setting-switch.is-on{background:#ecfdf3;border-color:#209456;color:#145c36}.global-setting-switch__track{position:relative;width:42px;height:24px;border-radius:999px;background:#c7d0dc;transition:background .14s ease}.global-setting-switch.is-on .global-setting-switch__track{background:#37a269}.global-setting-switch__thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0f172a38;transition:transform .14s ease}.global-setting-switch.is-on .global-setting-switch__thumb{transform:translate(18px)}.global-setting-switch__text{min-width:58px;text-align:left}.global-setting-dropdown{display:flex;flex-direction:column;gap:6px;min-width:260px}.global-setting-dropdown__option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.global-setting-dropdown__option:hover:not(:disabled){border-color:var(--primary-400, #6c8ebf);background:var(--surface-hover, #f5f7fa)}.global-setting-dropdown__option.is-active{border-color:var(--primary-600, #3a5f9a);background:var(--primary-50, #eef3fb)}.global-setting-dropdown__option:disabled{opacity:.55;cursor:default}.global-setting-dropdown__option-label{font-size:.875rem;font-weight:600;color:var(--text-primary, #1a1a2e)}.global-setting-dropdown__option.is-active .global-setting-dropdown__option-label{color:var(--primary-700, #2a4a7f)}.global-setting-dropdown__option-desc{font-size:.75rem;color:var(--muted);line-height:1.4}.global-settings__empty,.global-settings__error{border:1px solid var(--border);border-radius:10px;background:#fff;padding:16px;color:var(--muted)}.global-settings__error{border-color:#ae3d4f52;color:var(--danger-700)}@media(max-width:760px){.global-settings__group-heading,.global-setting{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.global-settings__group-heading p{max-width:none;text-align:left}.global-setting__control{justify-items:stretch}.global-setting__field-error{text-align:left}}.priority-model-page{--pm-meta-size: .72rem;--pm-body-size: .95rem;--pm-title-size: 1.02rem;--pm-value-size: 1.02rem;position:relative;min-height:100%;height:100%;padding:1rem 1rem 1.5rem;color:#16213d;overflow:auto;box-sizing:border-box}.priority-model-page,.completion-model-page{position:relative;padding:1rem;--details-accent-a: rgba(70, 120, 255, .14);--details-accent-b: rgba(239, 128, 72, .12);--details-surface-start: rgba(248, 250, 255, .98);--details-surface-end: rgba(240, 243, 252, .96);--details-border: rgba(35, 47, 90, .08);--details-shadow: rgba(29, 39, 76, .12);--details-card-bg: rgba(255, 255, 255, .92);--details-card-grad-start: rgba(255, 255, 255, .96);--details-card-grad-end: rgba(248, 250, 255, .92);--details-note-grad-start: rgba(43, 66, 147, .08);--details-note-grad-end: rgba(43, 66, 147, .03);--details-kicker: #5f6f95;--details-title: #15213d;--details-body: #344160;--details-body-soft: #51617f;--details-value: #16213d;--details-formula-bg: rgba(244, 247, 255, .98);--details-formula-border: rgba(36, 47, 88, .1);--details-arrow-bg: rgba(236, 241, 255, .96);--details-arrow-border: rgba(84, 101, 168, .22);--details-arrow-line-start: rgba(84, 101, 168, .18);--details-arrow-line-end: rgba(84, 101, 168, .55)}.completion-model-page{--details-accent-a: rgba(43, 164, 150, .16);--details-accent-b: rgba(255, 169, 88, .16);--details-surface-start: rgba(247, 252, 251, .98);--details-surface-end: rgba(239, 247, 245, .96);--details-border: rgba(29, 79, 74, .1);--details-shadow: rgba(20, 57, 54, .12);--details-card-bg: rgba(255, 255, 255, .94);--details-card-grad-start: rgba(247, 254, 252, .98);--details-card-grad-end: rgba(239, 248, 245, .93);--details-note-grad-start: rgba(24, 122, 110, .1);--details-note-grad-end: rgba(24, 122, 110, .04);--details-kicker: #4d7c77;--details-title: #163632;--details-body: #29514d;--details-body-soft: #50716d;--details-value: #143c37;--details-formula-bg: rgba(241, 250, 248, .98);--details-formula-border: rgba(29, 79, 74, .12);--details-arrow-bg: rgba(234, 248, 245, .98);--details-arrow-border: rgba(63, 132, 125, .24);--details-arrow-line-start: rgba(63, 132, 125, .18);--details-arrow-line-end: rgba(63, 132, 125, .55)}.priority-model-page__backdrop{position:absolute;inset:0;border-radius:28px;background:radial-gradient(circle at top left,var(--details-accent-a),transparent 34%),radial-gradient(circle at top right,var(--details-accent-b),transparent 28%),linear-gradient(180deg,var(--details-surface-start),var(--details-surface-end));border:1px solid var(--details-border);box-shadow:0 22px 70px var(--details-shadow)}.priority-model-page__shell{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem;min-height:100%;padding-bottom:.5rem}.priority-model-page__hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:1rem;align-items:stretch;min-width:0}.priority-model-page__hero-copy,.priority-model-page__hero-note,.priority-model-page__highlight,.priority-model-page__quick-card,.priority-model-page__lang-card{border:1px solid rgba(36,47,88,.1);border-radius:22px;background:var(--details-card-bg);box-shadow:0 12px 28px #212a4712;min-width:0;overflow-wrap:anywhere}.priority-model-page__hero-copy{padding:1.2rem 1.25rem 1.15rem}.priority-model-page__eyebrow{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.18em;font-size:var(--pm-meta-size);font-weight:800;color:#5f6f95}.priority-model-page__title{margin:0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1;color:var(--details-title)}.priority-model-page__summary{margin:.9rem 0 0;color:var(--details-body);font-size:var(--pm-body-size);line-height:1.7}.priority-model-page__summary--ko{color:var(--details-body-soft)}.priority-model-page__hero-note{padding:1rem 1.05rem;background:linear-gradient(180deg,var(--details-note-grad-start),var(--details-note-grad-end)),#fffffff0}.priority-model-page__hero-note-label,.priority-model-page__section-kicker,.priority-model-page__lang-badge,.priority-model-page__formula-label{margin:0;text-transform:uppercase;letter-spacing:.14em;font-size:var(--pm-meta-size);font-weight:800;color:var(--details-kicker)}.priority-model-page__hero-note-text{margin:.75rem 0 0;color:var(--details-body);font-size:var(--pm-body-size);line-height:1.75}.priority-model-page__hero-note-text--ko{color:var(--details-body-soft)}.priority-model-page__highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;min-width:0}.priority-model-page__highlight{padding:1rem;background:linear-gradient(180deg,var(--details-card-grad-start),var(--details-card-grad-end))}.priority-model-page__highlight-label,.priority-model-page__quick-term{margin:0;font-size:var(--pm-meta-size);letter-spacing:.06em;text-transform:uppercase;color:var(--details-kicker);font-weight:800}.priority-model-page__highlight-value{margin:.6rem 0 0;font-size:var(--pm-value-size);line-height:1.4;color:var(--details-value);font-weight:800}.priority-model-page__highlight-detail,.priority-model-page__quick-meaning{margin:.55rem 0 0;color:var(--details-body);line-height:1.6;font-size:var(--pm-body-size)}.priority-model-page__highlight-detail--ko,.priority-model-page__quick-meaning--ko{color:var(--details-body-soft)}.priority-model-page__section{display:flex;flex-direction:column;gap:.85rem;scroll-margin-top:1rem}.priority-model-page__section--compact{gap:.7rem}.priority-model-page__section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;min-width:0}.priority-model-page__section-head h2{margin:0;color:var(--details-title);font-size:1.16rem;line-height:1.3;overflow-wrap:anywhere}.priority-model-page__section-intro{margin:0;color:var(--details-body);font-size:var(--pm-body-size);line-height:1.74}.priority-model-page__quick-grid,.priority-model-page__lang-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;min-width:0}.priority-model-page__quick-card,.priority-model-page__lang-card{padding:1rem}.priority-model-page__quick-card{min-height:100%}.priority-model-page__lang-card{display:flex;flex-direction:column;gap:.85rem;min-width:0}.priority-model-page__flow-stack{display:flex;flex-direction:column;gap:0}.priority-model-page__flow-node{display:flex;flex-direction:column;gap:.8rem}.priority-model-page__card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid rgba(36,47,88,.1);border-radius:22px;background:var(--details-card-bg);box-shadow:0 12px 28px #212a4712;min-width:0}.priority-model-page__flow-arrow{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.15rem 0 .55rem}.priority-model-page__flow-line{display:block;width:2px;height:1.2rem;background:linear-gradient(180deg,var(--details-arrow-line-start),var(--details-arrow-line-end));border-radius:999px}.priority-model-page__flow-tip{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:999px;background:var(--details-arrow-bg);border:1px solid var(--details-arrow-border);color:var(--details-kicker);font-size:1rem;font-weight:700;box-shadow:0 8px 18px #37457614}.priority-model-page__card-title{margin:0;color:var(--details-title);font-size:var(--pm-title-size);line-height:1.35;overflow-wrap:anywhere}.priority-model-page__card-text{margin:0;color:var(--details-body);font-size:var(--pm-body-size);line-height:1.72;overflow-wrap:anywhere}.priority-model-page__lang-card--ko{background:linear-gradient(180deg,#fafcfffa,#f6f9fff2)}.priority-model-page__lang-title{margin:0;font-size:var(--pm-title-size);line-height:1.35;color:var(--details-title);overflow-wrap:anywhere}.priority-model-page__lang-intro{margin:0;color:var(--details-body);font-size:var(--pm-body-size);line-height:1.74;overflow-wrap:anywhere}.priority-model-page__formula{display:grid;gap:.35rem;padding:.85rem .9rem;border-radius:16px;border:1px solid var(--details-formula-border);background:var(--details-formula-bg)}.priority-model-page__formula-math{overflow-x:auto;overflow-y:hidden;color:var(--details-title);font-size:.98rem;padding-bottom:.1rem}.priority-model-page__formula-math mjx-container{margin:0!important}.priority-model-page__formula-note{margin:0;color:var(--details-body-soft);line-height:1.6;font-size:var(--pm-body-size)}.priority-model-page__bullets{margin:0;padding-left:1.1rem;color:var(--details-body);font-size:var(--pm-body-size);line-height:1.7;overflow-wrap:anywhere}.priority-model-page__bullets li+li{margin-top:.35rem}.priority-model-page__steps{margin:0;padding-left:1.2rem;color:var(--details-body);font-size:var(--pm-body-size);line-height:1.7}.priority-model-page__steps li+li{margin-top:.35rem}.priority-model-page__table-wrap{overflow-x:auto;border:1px solid var(--details-formula-border);border-radius:22px;background:var(--details-card-bg);box-shadow:0 12px 28px #212a4712}.priority-model-page__table{width:100%;border-collapse:collapse;min-width:720px}.priority-model-page__table th,.priority-model-page__table td{padding:.9rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid rgba(36,47,88,.08);color:var(--details-body);line-height:1.62}.priority-model-page__table th{font-size:var(--pm-meta-size);text-transform:uppercase;letter-spacing:.12em;color:var(--details-kicker);background:var(--details-formula-bg)}.priority-model-page__table tr:last-child td{border-bottom:0}.priority-model-page__table td{font-size:var(--pm-body-size)}.priority-model-page__inline-math{color:var(--details-title);min-height:1.3rem}.priority-model-page__inline-math mjx-container{margin:0!important}.priority-model-page__glossary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.completion-model-page .priority-model-page__hero{grid-template-columns:minmax(0,1.45fr) minmax(320px,1fr)}.completion-model-page .priority-model-page__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.completion-model-page .priority-model-page__highlight,.completion-model-page .priority-model-page__quick-card{border-radius:24px}.completion-model-page .priority-model-page__formula{border-left:5px solid rgba(63,132,125,.36)}.completion-model-page .priority-model-page__flow-tip{width:2rem;height:2rem}.completion-model-page .priority-model-page__table-wrap{border-radius:24px}.completion-model-page .priority-model-page__quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:1200px){.priority-model-page__highlights,.priority-model-page__quick-grid,.priority-model-page__lang-grid,.priority-model-page__glossary{grid-template-columns:repeat(2,minmax(0,1fr))}.priority-model-page__hero{grid-template-columns:1fr}}@media(max-width:760px){.priority-model-page{padding:.75rem}.priority-model-page__highlights,.priority-model-page__quick-grid,.priority-model-page__lang-grid,.priority-model-page__glossary{grid-template-columns:1fr}.priority-model-page__section-head{flex-direction:column;align-items:flex-start}}.batch-placement__cluster-card--single{display:grid;gap:.25rem}.batch-placement__plan--expanded{display:grid;gap:0}.batch-placement__plan-line-wrap{display:flex;align-items:center;overflow-x:auto;overflow-y:hidden;margin:0;padding:.12rem .2rem;min-height:0;max-height:1.75rem;border-bottom:1px solid #d5dff1;background:linear-gradient(180deg,#f8fbff,#f1f6ff)}.batch-placement__plan-line{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.35rem;padding:0 0 .02rem;margin:0;min-height:1.4rem;line-height:1}.batch-placement__plan-line-main{min-width:0;display:inline-flex;align-items:center;gap:.3rem;overflow-x:auto;overflow-y:hidden}.batch-placement__plan-line-right{display:inline-flex;align-items:center;gap:.45rem;flex:0 0 auto}.batch-placement__plan-line-metrics{display:inline-flex;align-items:center;gap:.3rem;flex-wrap:wrap}.batch-placement__plan-line-actions{display:inline-flex;align-items:center;padding-left:.45rem;margin-left:.1rem;border-left:1px solid rgba(63,95,159,.18)}.batch-placement__plan-line-item{display:inline-flex;align-items:center;white-space:nowrap;border:none;border-radius:6px;padding:.14rem .44rem;background:var(--chip-bg);color:var(--chip-fg);font-size:.71rem;font-weight:800;line-height:1.05}.batch-placement__plan-line-item--strong{background:linear-gradient(180deg,#f4f7ff,#eaf0ff);color:var(--chip-strong-fg);font-weight:900}.batch-placement__table-wrap--plan{display:grid;gap:.3rem;margin-top:0;border-top:0;border-radius:0 0 10px 10px}.batch-placement__plan+.batch-placement__plan{position:relative}.batch-placement__plan+.batch-placement__plan:before{content:"";position:absolute;left:10px;right:10px;top:-6px;height:2px;background:linear-gradient(90deg,transparent,rgba(63,95,159,.75),transparent)}.batch-placement__table-scroll{overflow-x:auto;width:100%}.batch-placement__plan-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1020px}.batch-placement__plan-table th,.batch-placement__plan-table td{border-right:1px solid #d9e2f2;border-bottom:1px solid #d9e2f2;padding:.45rem .5rem;font-size:.8rem;line-height:1.35;white-space:pre-line;text-align:left;vertical-align:top}.batch-placement__plan-table th:first-child,.batch-placement__plan-table td:first-child{border-left:1px solid #d9e2f2}.batch-placement__plan-table thead th{position:sticky;top:0;z-index:1;background:#f6f8fc;color:#2a3c64;font-weight:700}.batch-placement__plan-table tbody td{background:#fff;color:#2a3c64}.batch-placement__plan-table tbody tr.batch-placement__lot-row--unused td{background:#fff!important}.batch-placement__plan-table tbody tr.batch-placement__lot-row--fully-used td{background:#d9f4dd!important}.batch-placement__plan-table tbody tr.batch-placement__lot-row--partial-used td{background:#fff1c8!important}.batch-placement--simulation .batch-placement__plan-table thead th:nth-child(10),.batch-placement--simulation .batch-placement__plan-table tbody td:nth-child(10){width:22rem;min-width:22rem;white-space:normal}.planning-expl{display:grid;gap:.35rem;white-space:normal}.planning-expl--interactive{width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.planning-expl--interactive:hover .planning-expl__message,.planning-expl--interactive:hover .planning-expl__open{color:#153a74}.planning-expl__empty{color:#5e6f91}.planning-expl__badge{display:inline-flex;align-items:center;width:fit-content;padding:.14rem .5rem;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.01em}.planning-expl__badge--not-schedulable{background:#fde8e8;color:#a32626}.planning-expl__badge--not-clustered{background:#eef2ff;color:#3949ab}.planning-expl__badge--no-structural-feasible-space{background:#fff1d7;color:#9a5a00}.planning-expl__badge--no-available-feasible-space{background:#ffe7d6;color:#b45309}.planning-expl__badge--not-selected{background:#eef2f7;color:#465775}.planning-expl__badge--partially-planned{background:#e4f7ea;color:#1b7a44}.planning-expl__badge--unknown{background:#edf1f7;color:#44536f}.planning-expl__message{color:#2a3c64;line-height:1.4}.planning-expl__open{display:inline-flex;align-items:center;gap:.28rem;color:#1f4f9a;font-size:.72rem;font-weight:700}.planning-detail-dialog{width:min(920px,96vw)}.planning-detail-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.planning-detail{display:grid;gap:.85rem}.planning-detail__context{color:#42557a;font-size:.84rem;font-weight:700}.planning-detail__status{color:#24385e;line-height:1.45}.planning-detail__section{border:1px solid #dde6f4;border-radius:12px;background:#f9fbff;padding:.8rem .9rem}.planning-detail__section h4{margin:0 0 .55rem;font-size:.88rem;color:#24385e}.planning-detail__summary{display:grid;gap:.55rem}.planning-detail__summary-row{display:grid;gap:.24rem}.planning-detail__summary-label{color:#5d6f8f;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.planning-detail__summary-value,.planning-detail__plain{color:#24385e;line-height:1.45}.planning-detail__list{display:grid;gap:.65rem}.planning-detail__list-item{border-top:1px solid #e4ebf7;padding-top:.65rem}.planning-detail__list-item:first-child{border-top:0;padding-top:0}.planning-detail__kv{display:grid;gap:.42rem;margin:0}.planning-detail__kv--nested{margin-top:.2rem;padding-left:.75rem}.planning-detail__kv-row{display:grid;grid-template-columns:minmax(8rem,11rem) minmax(0,1fr);gap:.5rem}.planning-detail__kv-row dt{color:#5b6e8c;font-weight:700}.planning-detail__kv-row dd{margin:0;color:#24385e;overflow-wrap:anywhere}.batch-placement__plan-table--detail-lots{width:100%;min-width:0;table-layout:fixed}.batch-placement__plan-table--detail-lots,.batch-placement__plan-table--detail-spaces{max-width:100%}.batch-placement__plan-table--detail-lots th{white-space:normal;line-height:1.2;font-size:.69rem;padding:.28rem .3rem}.batch-placement__plan-table--detail-lots td{font-size:.72rem;padding:.26rem .3rem;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.22}.batch-placement__plan-table--detail-spaces{width:100%;min-width:0;table-layout:fixed}.batch-placement__plan-table--detail-spaces th{white-space:normal;line-height:1.2;font-size:.69rem;padding:.28rem .3rem}.batch-placement__plan-table--detail-spaces td{font-size:.72rem;padding:.26rem .3rem;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.22}.batch-placement__plan-table--detail-lots .batch-placement__col-order,.batch-placement__plan-table--detail-spaces .batch-placement__col-order{width:34px}.batch-placement__plan-table--detail-lots .batch-placement__col-lot{width:78px}.batch-placement__plan-table--detail-lots .batch-placement__col-product{width:120px}.batch-placement__plan-table--detail-lots .batch-placement__col-priority{width:54px}.batch-placement__plan-table--detail-lots .batch-placement__col-deadline{width:88px}.batch-placement__plan-table--detail-lots .batch-placement__col-metric{width:54px}.batch-placement__plan-table--detail-lots .batch-placement__col-spaces{width:42px}.batch-placement__plan-table--detail-spaces .batch-placement__col-metric{width:52px}.batch-placement__plan-table--detail-spaces .batch-placement__col-fixtures{width:72px}.batch-placement__plan-table--detail-spaces .batch-placement__col-bundle{width:170px}.batch-placement__plan-table--detail-spaces .batch-placement__col-level,.batch-placement__plan-table--detail-spaces .batch-placement__col-position{width:38px}.batch-placement__plan-table--detail-spaces .batch-placement__col-diff{width:56px}.batch-placement__plan-table--detail-spaces .batch-placement__col-preview{width:52px}.batch-placement__preview-cell .table-action{min-width:0;padding:.24rem .34rem}.batch-placement-detail__lot-row--selected td,.batch-placement-detail__lot-row--selected:focus td{background:#eef4ff!important}.batch-placement-detail__lot-row--selected td:first-child{box-shadow:inset 3px 0 0 var(--accent-strong)}.batch-placement__plan-table--detail-lots tbody tr{cursor:pointer}.batch-placement__plan-table--detail-lots tbody tr:focus-visible{outline:2px solid var(--accent-strong);outline-offset:-2px}.batch-placement-detail__usage-row--selected td{background:#eef4ff!important}.batch-placement__usage-lines{display:grid;gap:4px;min-width:0}.batch-placement__usage-bundle{display:flex;align-items:flex-start;gap:4px;flex-wrap:nowrap}.batch-placement__usage-item{display:inline-flex;align-items:center;width:fit-content;max-width:100%;white-space:nowrap;border:1px solid #d9e2f2;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:800;line-height:1.3}.batch-placement__usage-item--fixture{background:#eef4ff;border-color:#cfdef9;color:#1f4f9a}.batch-placement__usage-item--spacer{background:#eefdf3;border-color:#caead7;color:#1f7a4d}.batch-placement__usage-item--sleeve{background:#fff7e9;border-color:#edd8b2;color:#8a5a00}.batch-placement__plan-table--workers{min-width:720px}.batch-placement__plan-table--workers select{width:100%;min-width:180px;border:1px solid #c8d4ea;border-radius:8px;background:#f8fbff;min-height:34px;padding:.25rem .4rem}.batch-placement__empty-cell{text-align:center;color:#6f7c99}@media(max-width:900px){.batch-placement__plan-line-item{font-size:.76rem}.batch-placement__plan-line{flex-wrap:wrap}.batch-placement__plan-line-right{width:100%;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.batch-placement__plan-line-metrics{min-width:0}.batch-placement__plan-line-actions{padding-left:0;margin-left:0;border-left:0}}.batch-placement__summary-row--deadline{grid-column:1 / -1}.batch-placement__summary-row--deadline strong{white-space:normal}@media(max-width:900px){.batch-placement__cluster-head,.batch-placement__cluster-heading-line{align-items:flex-start}.batch-placement__cluster-subtitle{text-align:left}.batch-placement__summary-row--deadline strong{white-space:normal}}.batch-placement__plan-head .batch-placement__plan-furnace{display:inline-flex;align-items:center;padding:.12rem .5rem;border:1px solid rgba(41,60,106,.2);border-radius:999px;background:#eef4ff;font-size:1.08rem;font-weight:900;color:#132a5f;letter-spacing:.01em;line-height:1.25}.monitoring-overview__chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.monitoring-overview-chart{display:flex;flex-direction:column;gap:.9rem;padding:1rem 1.05rem;border:1px solid rgba(56,72,99,.18);border-radius:18px;background:linear-gradient(180deg,#f9fafcfa,#f1f5faf5),var(--surface, #fff);box-shadow:0 14px 34px #2d3b5614}.monitoring-overview-chart__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.monitoring-overview-chart__head>div{min-width:0}.monitoring-overview-chart__title{margin:.2rem 0 0;font-size:1rem;line-height:1.2;color:#22314a}.monitoring-overview-chart__subtitle{margin:0;color:#22314ab3;font-size:.8rem;line-height:1.45}.monitoring-overview-chart__body{display:flex;flex-direction:column;gap:.85rem}.monitoring-overview-chart__footer{display:flex;justify-content:flex-start}.monitoring-overview-track-list{display:flex;flex-direction:column;gap:.8rem}.monitoring-overview-track{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,1.35fr) auto;gap:.75rem;align-items:center}.monitoring-overview-track__labels strong{display:block;font-size:.84rem;line-height:1.25;color:#1f2d42}.monitoring-overview-track__labels span{display:block;margin-top:.15rem;font-size:.72rem;line-height:1.35;color:#22314aad}.monitoring-overview-track__track{position:relative;min-height:14px;overflow:hidden;border:1px solid rgba(98,115,145,.18);border-radius:999px;background:#e5ebf2f2}.monitoring-overview-track__segment{position:absolute;top:0;bottom:0;border-radius:999px}.monitoring-overview-track__segment--done{background:linear-gradient(90deg,#4770d4e0,#6390e7eb)}.monitoring-overview-track__segment--active{background:linear-gradient(90deg,#cfa443e0,#e5c25ff0)}.monitoring-overview-track__segment--remaining{background:linear-gradient(90deg,#96a3be5c,#96a3be8f)}.monitoring-overview-track__segment--machine,.monitoring-overview-track__segment--expert,.monitoring-overview-track__segment--senior,.monitoring-overview-track__segment--junior,.monitoring-overview-track__segment--used,.monitoring-overview-track__segment--available{background:linear-gradient(90deg,var(--monitoring-track-accent, #3f83a0),rgba(63,131,160,.65))}.monitoring-overview-track__segment--available{background:linear-gradient(90deg,#96a3be4d,#96a3be8f)}.monitoring-overview-track__values{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;font-size:.72rem;line-height:1.25;color:#22314abd;white-space:nowrap}.monitoring-overview-track__values strong{color:#1f2d42}.monitoring-overview__legend{display:flex;flex-wrap:wrap;gap:.7rem 1rem;font-size:.72rem;color:#22314ab8}.monitoring-overview__legend span{display:inline-flex;align-items:center;gap:.35rem}.monitoring-overview__legend-swatch{width:10px;height:10px;border-radius:999px;display:inline-block;background:#8a8fba}.monitoring-overview__legend-swatch--done{background:linear-gradient(90deg,#4770d4,#6390e7)}.monitoring-overview__legend-swatch--active{background:linear-gradient(90deg,#cfa443,#e5c25f)}.monitoring-overview__legend-swatch--remaining,.monitoring-overview__legend-swatch--idle,.monitoring-overview__legend-swatch--available{background:linear-gradient(90deg,#96a3be66,#96a3be99)}.monitoring-overview__legend-swatch--machine{background:linear-gradient(90deg,#3f83a0,#67a2bb)}.monitoring-overview__legend-swatch--expert{background:linear-gradient(90deg,#60b277,#84c692)}.monitoring-overview__legend-swatch--senior{background:linear-gradient(90deg,#d0a54a,#e1bb68)}.monitoring-overview__legend-swatch--junior{background:linear-gradient(90deg,#8a8fba,#a1a6cf)}.monitoring-overview__legend-swatch--used{background:linear-gradient(90deg,#60b277,#84c692)}.monitoring-overview__links{display:flex;flex-wrap:wrap;gap:.65rem}.monitoring-overview__empty{padding:.85rem .95rem;border:1px dashed rgba(98,115,145,.28);border-radius:14px;color:#22314ab8;font-size:.78rem}.monitoring-overview{display:flex;flex-direction:column;gap:1rem}.monitoring-overview-hero{display:grid;grid-template-columns:minmax(220px,1fr) minmax(0,1.65fr);gap:1rem;padding:1.1rem 1.15rem;border:1px solid rgba(31,48,84,.14);border-radius:22px;background:radial-gradient(circle at top left,rgba(139,162,224,.34),transparent 42%),linear-gradient(135deg,#1f355af5,#384f84f0);box-shadow:0 18px 42px #202d4e2e;color:#f5f8ff}.monitoring-overview-hero .monitoring-overview__badge{background:#ffffff24;color:#fffffff2}.monitoring-overview-hero__copy{display:flex;flex-direction:column;gap:.5rem}.monitoring-overview-hero__copy h3{margin:0;font-size:1.4rem;line-height:1.2}.monitoring-overview-hero__copy p{margin:0;max-width:34rem;color:#f5f8ffd6;font-size:.82rem;line-height:1.5}.monitoring-overview-hero__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.72rem}.monitoring-overview-hero__metric{position:relative;overflow:hidden;padding:.82rem .88rem;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff14;display:flex;flex-direction:column;gap:.2rem}.monitoring-overview-hero__metric:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--monitoring-metric-accent, rgba(255, 255, 255, .4))}.monitoring-overview-hero__metric span{font-size:.7rem;color:#f5f8ffbd}.monitoring-overview-hero__metric strong{font-size:1.32rem;line-height:1.1;color:#fff}.monitoring-overview-hero__metric small{font-size:.69rem;color:#f5f8ffd1}.monitoring-overview-hero__meta{grid-column:1 / -1;padding-top:.45rem;border-top:1px solid rgba(255,255,255,.14);font-size:.74rem;color:#f5f8ffc7}.manufacturing-lead-time__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.manufacturing-lead-time__summary-card{display:flex;flex-direction:column;gap:.35rem;padding:.95rem 1rem;border:1px solid rgba(100,122,171,.22);border-radius:14px;background:linear-gradient(180deg,#fffffff5,#f3f7ffe6);box-shadow:0 10px 24px #7888ba1a}.manufacturing-lead-time__summary-card span{font-size:.84rem;font-weight:700;color:#607096}.manufacturing-lead-time__summary-card strong{font-size:1.8rem;line-height:1;color:#2a3552}.monitoring-overview__split-grid{display:grid;gap:1rem}.monitoring-overview__split-grid--demand{grid-template-columns:repeat(2,minmax(0,1fr))}.monitoring-overview__split-grid--resources{grid-template-columns:repeat(3,minmax(0,1fr))}.monitoring-overview-flow-card{display:flex;flex-direction:column;gap:.8rem}.monitoring-overview-flow-card__summary{display:flex;flex-direction:column;gap:.18rem;padding:.12rem .02rem .18rem}.monitoring-overview-flow-card__summary strong{font-size:.96rem;line-height:1.35;color:#24324a}.monitoring-overview-flow-card__summary span{font-size:.74rem;color:#22314aa8}.monitoring-overview-flow-card__rows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.monitoring-overview-flow-card__row{position:relative;display:flex;flex-direction:column;gap:.42rem;padding:.78rem .9rem .84rem 1.08rem;border:1px solid rgba(56,72,99,.12);border-radius:14px;background:linear-gradient(180deg,#fafbfdfc,#f3f6faf5),#fff;box-shadow:0 1px #ffffffdb inset}.monitoring-overview-flow-card__row:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--monitoring-flow-accent, #8a8fba)}.monitoring-overview-flow-card__row-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.monitoring-overview-flow-card__row-head time{font-size:.68rem;color:#22314a94;white-space:nowrap}.monitoring-overview-flow-card__row-metrics{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.monitoring-overview-flow-card__row-metrics strong{font-size:1.22rem;color:#24324a}.monitoring-overview-flow-card__row-metrics span{font-size:.74rem;color:#22314ab3}.monitoring-overview-timeline{display:flex;flex-direction:column;gap:.72rem}.monitoring-overview-timeline__item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.78rem;align-items:flex-start}.monitoring-overview-timeline__dot{width:12px;height:12px;margin-top:.36rem;border-radius:999px;background:#8a8fba;box-shadow:0 0 0 4px #8a8fba26}.monitoring-overview-timeline__dot--WAITING_CONFIRM{background:#8a8fba;box-shadow:0 0 0 4px #8a8fba26}.monitoring-overview-timeline__dot--CONFIRMED{background:#3f83a0;box-shadow:0 0 0 4px #3f83a026}.monitoring-overview-timeline__dot--ASSEMBLING{background:#d0a54a;box-shadow:0 0 0 4px #d0a54a26}.monitoring-overview-timeline__dot--ASSEMBLED{background:#60b277;box-shadow:0 0 0 4px #60b27726}.monitoring-overview-timeline__dot--COATING{background:#4a8dcf;box-shadow:0 0 0 4px #4a8dcf26}.monitoring-overview-timeline__dot--FINISHED{background:#4770d4;box-shadow:0 0 0 4px #4770d426}.monitoring-overview-timeline__dot--CANCELED{background:#b35d72;box-shadow:0 0 0 4px #b35d7226}.monitoring-overview-timeline__content{padding:.82rem .95rem;border:1px solid rgba(56,72,99,.14);border-radius:16px;background:linear-gradient(180deg,#fbfcfffa,#f2f6fcf0)}.monitoring-overview-timeline__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.8rem}.monitoring-overview-timeline__head strong{color:#24324a}.monitoring-overview-timeline__head time{color:#22314aa8;white-space:nowrap}.monitoring-overview-timeline__body{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.25rem;font-size:.74rem;color:#22314abd}@media(max-width:1200px){.monitoring-overview__chart-grid{grid-template-columns:1fr}.monitoring-overview-track{grid-template-columns:minmax(0,1fr)}.monitoring-overview-track__values{align-items:flex-start}}@media(max-width:768px){.monitoring-overview-chart{padding:.9rem}.monitoring-overview-hero{grid-template-columns:1fr}.monitoring-overview-hero__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.monitoring-overview__split-grid--demand,.monitoring-overview__split-grid--resources,.monitoring-overview-flow-card__rows{grid-template-columns:1fr}.monitoring-overview-chart__head{flex-direction:column}.monitoring-overview__links{flex-direction:column;align-items:stretch}}
