@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-main:#e8e8ea;--sidebar-bg:#071125;--panel-bg:linear-gradient(180deg, #0a1230 0%, #0a1128 100%);--panel-deep:#040b20;--panel-soft:#081126;--card-border:#1a2b4b;--text-main:#f4f8ff;--text-soft:#8ea2c8;--text-dim:#657698;--cyan:#67d8ff;--green:#56e39f;--yellow:#f2c400;--red:#ff4c47;--shadow-soft:0 10px 30px #02061252;--shadow-panel:0 12px 30px #00000047}*{box-sizing:border-box}html,body,#root{background:var(--bg-main);min-height:100%;color:var(--text-main);margin:0;font-family:Inter,sans-serif}body{min-width:0}button{font:inherit}h1,h2,p{margin:0}.app-shell{grid-template-columns:196px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--sidebar-bg);border-right:1px solid #14233fd9;flex-direction:column;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0;overflow:hidden}.brand{align-items:center;gap:12px;margin-bottom:28px;display:flex}.brand-icon{color:#6cebc0;background:#0b1c37f2;border:1px solid #5af0c840;border-radius:10px;place-items:center;width:34px;height:34px;display:grid;box-shadow:inset 0 0 0 1px #3a5e9033}.brand-title{color:#f6fbff;letter-spacing:-.01em;font-size:14px;font-weight:700}.brand-subtitle{color:#7082a8;margin-top:2px;font-size:11px}.nav{flex-direction:column;gap:7px;display:flex}.nav-item{color:#d5e0f5;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;height:38px;padding:0 12px;transition:all .2s;display:flex}.nav-item svg{color:#a8b8d8}.nav-item span{font-size:14px;font-weight:500}.nav-item.active{color:#6ff2ca;background:#04232edb;border-color:#46ccaa47;box-shadow:inset 0 0 0 1px #215d6c4d}.nav-item.active svg{color:#6ff2ca}.nav-item:not(.active):hover{background:#0a182ee6;border-color:#34466e52}.sidebar-session{text-align:center;background:#04232e9e;border:1px solid #46ccaa47;border-radius:18px;flex-direction:column;align-items:center;gap:10px;margin-top:auto;padding:14px 12px;display:flex;box-shadow:inset 0 0 0 1px #215d6c38}.sidebar-session-avatar{color:#6ff2ca;background:#0b1c37f2;border:1px solid #6ff2ca57;border-radius:50%;place-items:center;width:44px;height:44px;font-size:13px;font-weight:900;display:grid}.sidebar-session-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.sidebar-session-copy span{color:#8ea2c8;text-transform:uppercase;font-size:11px;font-weight:700}.sidebar-session-copy strong{color:#fff;text-overflow:ellipsis;max-width:140px;font-size:13px;font-weight:800;overflow:hidden}.sidebar-logout-btn{color:#d9e5ff;cursor:pointer;background:#101a31;border:1px solid #546181d1;border-radius:8px;width:100%;height:32px;font-size:12px;font-weight:800}.sidebar-logout-btn:hover{color:#fff;border-color:#67d8ff80}.login-screen{background:radial-gradient(circle at 50% 0,#10325c5c,#0000 34%),linear-gradient(#071125 0%,#040917 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:linear-gradient(#040917 0%,#05091b 100%);border:1px solid #263a639e;border-radius:18px;width:min(430px,100vw - 40px);padding:24px;box-shadow:0 24px 70px #00000070}.login-logo-frame{box-sizing:border-box;background:#02040a;border:1px solid #2d3c60d1;border-radius:12px;height:132px;margin-bottom:14px;padding:0;position:relative;overflow:hidden}.login-logo-frame img{width:200px;max-width:calc(100% - 32px);height:auto;display:block;position:absolute;top:5px;left:50%;transform:translate(-50%)}.login-heading h1{color:#fff;letter-spacing:-.03em;font-size:24px;font-weight:800}.login-heading p{color:#8da2c8;margin-top:5px;font-size:13px}.login-form{flex-direction:column;gap:14px;margin-top:22px;display:flex}.login-form .settings-field input{background:#111a2d;height:40px}.login-submit-btn{color:#fff;cursor:pointer;background:#08aa78;border:1px solid #56e39f8c;border-radius:8px;height:42px;font-weight:900}.login-submit-btn:disabled{cursor:progress;opacity:.66}.dashboard-content{min-width:0;padding:22px;overflow-x:auto}.alarms-content{overflow:hidden}.machines-grid{grid-template-columns:repeat(3,minmax(470px,1fr));align-items:start;gap:22px;display:grid}.machine-card{background:var(--panel-bg);box-shadow:var(--shadow-panel);border:1px solid #263a638c;border-radius:22px;min-height:910px;padding:18px 18px 16px}.machine-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.machine-left{align-items:center;gap:14px;display:flex}.machine-title-row{align-items:center;gap:4px;display:flex}.machine-title-row.interactive h2,.machine-title-row.interactive svg{transition:color .2s}.machine-title-row h2{letter-spacing:-.03em;color:#fff;margin:0;font-size:20px;font-weight:700;line-height:1}.machine-title-row svg{color:#5e6d8c}.machine-link-button{cursor:pointer;background:0 0;border:none;padding:0}.machine-link-button:hover .machine-title-row.interactive h2,.machine-link-button:focus-visible .machine-title-row.interactive h2,.machine-link-button:hover .machine-title-row.interactive svg,.machine-link-button:focus-visible .machine-title-row.interactive svg{color:#6ff2ca}.machine-link-button:focus-visible{outline-offset:4px;border-radius:8px;outline:2px solid #6ff2ca73}.machine-status{letter-spacing:-.01em;margin-top:5px;font-size:12px}.machine-status.warning{color:#f4c20b}.machine-status.ok{color:#59e1a9}.machine-status.alarm{color:#ff5b5b}.machine-status.muted{color:#556583}.machine-icon-wrap{width:44px;height:44px;position:relative}.machine-icon{background:linear-gradient(#081632 0%,#071225 100%);border:1px solid #4b68a557;border-radius:12px;flex-direction:column;justify-content:center;gap:7px;width:44px;height:44px;padding:0 10px;display:flex;box-shadow:inset 0 0 0 1px #0a214a4d}.machine-line{border:1.5px solid #58f1bf;border-radius:3px;height:7px;position:relative}.machine-line:after{content:"";background:#58f1bf;border-radius:10px;width:6px;height:1.6px;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.machine-dot{border-radius:50%;width:8px;height:8px;position:absolute;bottom:-2px;right:-3px;box-shadow:0 0 0 2px #0a1230}.machine-dot.active{background:#f4c20b}.machine-dot.ok{background:#59e1a9}.machine-dot.warning{background:#f4c20b}.machine-dot.alarm{background:#ff5b5b}.machine-dot.idle{background:#6a7898}.top-info-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:8px;margin-bottom:12px;display:grid}.info-card{background:#02091cf5;border:1px solid #253d6e99;border-radius:16px;min-height:156px;padding:14px 14px 12px}.mini-heading,.section-heading{color:#6f84ab;letter-spacing:.06em;text-transform:uppercase;font-size:12px}.metrics-grid{grid-template-columns:1fr 1fr;gap:12px 20px;margin-top:12px;display:grid}.metric-item{text-align:center;flex-direction:column;align-items:center;display:flex}.metric-item>span{color:#edf5ff;font-size:14px;font-weight:400}.metric-item strong{color:#fff;letter-spacing:-.02em;margin-top:4px;font-size:14px;font-weight:800}.metric-amount{color:#fff;font-weight:800}.metric-unit{color:#edf5ff;opacity:.9;font-weight:400}.counter-total{flex-direction:column;align-items:center;margin-top:8px;margin-bottom:12px;display:flex}.counter-total span{color:#edf5ff;font-size:14px;font-weight:500}.counter-total strong{color:#fff;margin-top:4px;font-size:16px;font-weight:800}.counters-grid{margin-top:8px}.gauges-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:8px;margin-bottom:18px;display:grid}.gauge-card{background:#02091cf5;border:1px solid #253d6e99;border-radius:16px;min-height:148px;padding:10px 12px 14px;position:relative;overflow:hidden}.gauge-title{color:#edf4ff;margin-bottom:6px;font-size:15px;font-weight:700}.gauge-svg{width:100%;height:118px;margin-top:4px;display:block}.gauge-bg{fill:none;stroke:#24314c;stroke-width:16px;stroke-linecap:round}.gauge-value{fill:none;stroke-width:16px;stroke-linecap:round}.gauge-value.yellow{stroke:#f0c300}.gauge-value.red{stroke:#ff5348}.gauge-needle{fill:#fff;opacity:.95}.gauge-center{fill:#fff}.gauge-number{letter-spacing:-.03em;font-size:17px;font-weight:800;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.gauge-number.yellow{color:#ffd400}.gauge-number.red{color:#ff5348}.gauge-value.green{stroke:#56e39f}.gauge-number.green{color:#56e39f}.chart-card{background:#02091cf5;border:1px solid #253d6e99;border-radius:16px;min-height:296px;padding:14px 14px 12px;position:relative}.chart-top-actions{gap:6px;display:flex;position:absolute;top:12px;right:14px}.dashboard-chart-view{position:relative}.dashboard-chart-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dashboard-chart-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.chip{color:#91a5cb;background:#0a132b;border:1px solid #3b4f76cc;border-radius:999px;justify-content:center;align-items:center;height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.chip-button{cursor:pointer}.chip.active{color:#6df3ca;background:#185f49f2;border-color:#5cd6a673}.chart-limit-badge{color:#82eb97;background:#1d5b2f4d;border:1px solid #59c9818c;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700;position:absolute;top:38px;right:14px}.dashboard-chart-limit-badge{right:0}.chart-inner{height:180px;margin-top:18px}.chart-footer{color:#7b8db0;justify-content:space-between;margin-top:4px;font-size:11px;display:flex}.chart-pager{justify-content:center;gap:6px;margin-top:16px;display:flex}.pager-dot{background:#33415d;border-radius:50%;width:8px;height:8px}.pager-dot.active{background:#59e1a9}.chart-switching{text-align:center;color:#60759d;margin-top:6px;font-size:12px}.chart-switching strong{color:#e9f3ff;font-weight:800}@media (width<=1700px){.machines-grid{grid-template-columns:1fr}.machine-card{min-height:auto}}.pager-dot-btn{cursor:pointer;background:0 0;border:none;place-items:center;width:16px;height:16px;padding:0;display:grid}.pager-dot-btn .pager-dot{background:#33415d;border-radius:50%;width:8px;height:8px;transition:all .2s}.pager-dot-btn.active .pager-dot{background:#59e1a9}.line-view{margin-top:14px}.line-kpis{grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:10px;padding:0 2px;display:grid}.line-kpi{flex-direction:column;gap:4px;display:flex}.line-kpi span{color:#89a0c9;text-transform:uppercase;font-size:9px;line-height:1.2}.line-kpi strong{letter-spacing:-.02em;font-size:14px;font-weight:800}.kpi-blue{color:#46b6ff}.kpi-purple{color:#8f79ff}.kpi-red{color:#ff5b5b}.line-chart-wrap{height:150px;margin-top:2px;position:relative}.value-callout{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid;border-radius:7px;padding:3px 9px;font-size:11px;font-weight:700;position:absolute;right:22px}.callout-blue{color:#7fd0ff;background:#2b71b63d;border-color:#55bdff73;top:14px}.callout-purple{color:#a996ff;background:#573f9b3d;border-color:#9176ff73;top:82px}.alarms-panel{min-width:0;min-height:calc(100vh - 44px);box-shadow:var(--shadow-panel);background:linear-gradient(#050a1d 0%,#05091b 100%);border:1px solid #263a638c;border-radius:18px;flex-direction:column;padding:28px 26px;display:flex}.alarms-panel-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.alarms-title-row{align-items:center;gap:12px;display:flex}.alarms-title-row svg{color:#7e8cae;margin-top:2px}.page-title{letter-spacing:-.03em;color:#fff;font-size:24px;font-weight:700}.page-subtitle{color:#8da2c8;margin-top:6px;font-size:14px}.refresh-btn{color:#f0f6ff;cursor:pointer;background:linear-gradient(#111c38fa 0%,#0b142afa 100%);border:1px solid #435478d9;border-radius:9px;align-items:center;gap:8px;height:38px;padding:0 14px;display:inline-flex}.refresh-btn:disabled{cursor:progress;opacity:.72}.alarm-tabs{background:#141e3ceb;border:1px solid #2d3c60d9;border-radius:10px;align-items:center;gap:4px;width:fit-content;margin-top:26px;padding:5px;display:inline-flex}.alarm-tab{color:#9db0d7;cursor:pointer;background:0 0;border:none;border-radius:8px;height:32px;padding:0 16px;font-size:14px;font-weight:600}.alarm-tab.active{color:#fff;background:#394668b8}.alarm-empty-state{color:#8ea3cb;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.alarm-ok-icon{color:#49c384;border:4px solid #49c38473;border-radius:999px;place-items:center;width:46px;height:46px;display:grid}.alarm-empty-state h2{color:#7e90b8;font-size:20px;font-weight:500}.alarm-empty-state p{color:#7186af;font-size:14px}.placeholder-panel{justify-content:flex-start}.settings-content{overflow:auto}.settings-panel{min-width:940px;min-height:calc(100vh - 44px);box-shadow:var(--shadow-panel);background:linear-gradient(#040917 0%,#05091b 100%);border:1px solid #263a638c;border-radius:18px;padding:28px 26px 24px}.settings-header{align-items:flex-start;gap:14px;display:flex}.settings-title-icon{color:#6ff2ca;background:#0c1d36eb;border:1px solid #46ccaa47;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.settings-layout{grid-template-columns:minmax(420px,1fr) minmax(420px,1fr);align-items:start;gap:22px;margin-top:28px;display:grid}.settings-column{flex-direction:column;gap:14px;min-width:0;display:flex}.settings-section-title{color:#dbe7ff;text-transform:uppercase;font-size:13px;font-weight:800}.settings-tool-panel,.settings-table-panel{background:#060c1fc2;border:1px solid #2d3c60d1;border-radius:8px}.settings-tool-panel{flex-direction:column;gap:14px;padding:16px;display:flex}.settings-field{color:#9cb0d8;flex-direction:column;gap:7px;font-size:12px;display:flex}.settings-field input,.settings-field select,.settings-field textarea{color:#f6fbff;background:#111a2d;border:1px solid #546181c7;border-radius:8px;outline:none;width:100%;min-width:0;padding:0 13px}.settings-field input,.settings-field select{height:36px}.settings-field textarea{resize:vertical;min-height:72px;padding-top:12px}.settings-field input::placeholder,.settings-field textarea::placeholder{color:#6f7f9e}.settings-field input:focus,.settings-field select:focus,.settings-field textarea:focus{border-color:#67d8ff9e;box-shadow:0 0 0 2px #67d8ff1f}.settings-helper,.settings-inline-note{color:#7f91b8;font-size:12px;line-height:1.45}.settings-inline-note{background:#111a2d9e;border:1px solid #54618173;border-radius:8px;padding:9px 12px}.settings-error{color:#ffd0d6;background:#69112a57;border:1px solid #ff4c4766;border-radius:8px;padding:9px 12px;font-size:12px}.settings-check{color:#f4f8ff;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.settings-check input{accent-color:#08a4ff;width:15px;height:15px}.settings-actions,.settings-row-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.settings-primary-btn,.settings-secondary-btn,.settings-row-btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:7px;font-weight:700;display:inline-flex}.settings-primary-btn{color:#fff;background:#08aa78;border:1px solid #56e39f8c;height:36px;padding:0 14px}.settings-secondary-btn{color:#d9e5ff;background:#101a31;border:1px solid #546181d1;height:36px;padding:0 14px}.settings-table-panel{overflow:hidden}.settings-table-panel h3{color:#fff;margin:0;padding:13px 16px;font-size:14px;font-weight:800}.settings-table-scroll{scrollbar-gutter:stable;max-height:348px;overflow:auto}.settings-table{border-collapse:collapse;width:100%;min-width:620px}.settings-table th,.settings-table td{color:#d9e5ff;text-align:left;vertical-align:middle;border-top:1px solid #2d3c60a3;padding:12px 16px;font-size:13px}.settings-table th{z-index:1;color:#9faed0;background:#111a2d;font-size:12px;font-weight:800;position:sticky;top:0}.settings-table code{color:#c9d5ef;font-family:Inter,sans-serif;font-size:11px;font-weight:800}.settings-status-pill{color:#65e6b5;background:#08aa7842;border-radius:999px;align-items:center;height:22px;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.settings-row-btn{color:#d9e5ff;background:#101a31;border:1px solid #546181c7;height:28px;padding:0 10px;font-size:12px}.settings-row-btn.danger{color:#ffb3bd;background:#69112a8f;border-color:#ff4c478a}.settings-status-pill.muted{color:#9faed0;background:#54618152}.settings-primary-btn:disabled,.settings-secondary-btn:disabled,.settings-row-btn:disabled,.settings-field input:disabled,.settings-field select:disabled,.settings-field textarea:disabled{cursor:progress;opacity:.66}@media (width<=1320px){.settings-layout{grid-template-columns:1fr}.settings-panel{min-width:720px}}.users-content{overflow:auto}.users-panel{min-width:960px;min-height:calc(100vh - 44px);box-shadow:var(--shadow-panel);background:linear-gradient(#040917 0%,#05091b 100%);border:1px solid #263a638c;border-radius:18px;flex-direction:column;gap:22px;padding:28px 26px 24px;display:flex}.users-header{justify-content:space-between;align-items:flex-start;gap:22px;display:flex}.users-title-icon{color:#6ff2ca;background:#0c1d36eb;border-color:#46ccaa47}.users-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(390px,100%);display:grid}.users-summary-card{background:#060c1fc2;border:1px solid #2d3c60d1;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;min-height:64px;padding:10px 12px;display:flex}.users-summary-card span{color:#8fa4cc;text-transform:uppercase;font-size:11px;font-weight:700}.users-summary-card strong{color:#fff;font-size:24px;font-weight:800;line-height:1}.users-top-grid{grid-template-columns:minmax(360px,.92fr) minmax(500px,1.08fr);align-items:stretch;gap:22px;display:grid}.users-card{background:#060c1fc2;border:1px solid #2d3c60d1;border-radius:8px;min-width:0;box-shadow:inset 0 1px #96b9ff0a}.users-create-card,.users-directory-card,.users-history-card{padding:16px}.users-section-head{justify-content:space-between;align-items:center;gap:12px;min-height:28px;margin-bottom:14px;display:flex}.users-section-head h2{color:#fff;letter-spacing:-.02em;font-size:18px;font-weight:800}.users-section-count{color:#6ff2ca;background:#0c1d36eb;border:1px solid #46ccaa47;border-radius:999px;place-items:center;min-width:32px;height:24px;padding:0 9px;font-size:11px;font-weight:900;display:inline-grid}.users-form{flex-direction:column;gap:14px;display:flex}.users-form .settings-field input,.users-form .settings-field select{background:#111a2d;height:40px}.users-primary-btn{color:#fff;cursor:pointer;height:42px;box-shadow:none;background:#08aa78;border:1px solid #56e39f8c;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-weight:800;display:inline-flex}.users-primary-btn:disabled{cursor:progress;opacity:.66}.users-list,.login-history-list{scrollbar-gutter:stable;flex-direction:column;gap:10px;display:flex;overflow:auto}.users-list{max-height:390px;padding-right:2px}.user-row-card{background:#111a2dc7;border:1px solid #2d3c60b8;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:66px;padding:10px 12px;display:grid}.user-avatar{color:#6ff2ca;background:#0c1d36eb;border:1px solid #46ccaa47;border-radius:8px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:900;display:grid}.user-row-main{flex-direction:column;gap:5px;min-width:0;display:flex}.user-row-main strong,.login-history-row strong{color:#fff;font-size:13px;font-weight:800}.user-row-main span,.login-history-row span{color:#93a8cf;font-size:11px;line-height:1.35}.user-delete-btn{color:#fff;cursor:pointer;background:#b0365bb8;border:1px solid #ff638270;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:34px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.user-delete-btn:disabled{color:#d9b7c5;cursor:default;background:#974d687a;border-color:#df7b9742}.login-history-list{max-height:300px;padding-right:2px}.login-history-row{background:#111a2d9e;border:1px solid #2d3c60b8;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:10px 12px;display:flex}.login-history-row div{flex-direction:column;gap:5px;min-width:0;display:flex}.login-history-row time{color:#9fb1d3;flex:none;font-size:11px}.users-empty-state{color:#8fa3c9;border:1px dashed #5461817a;border-radius:8px;place-items:center;min-height:84px;font-size:12px;display:grid}.users-history-empty{min-height:190px}@media (width<=1180px){.users-top-grid{grid-template-columns:1fr}.users-panel{min-width:720px}.users-header{flex-direction:column}.users-summary-grid{width:100%;max-width:430px}}@media (width<=820px){.users-panel{min-width:0}.users-summary-grid,.user-row-card{grid-template-columns:1fr}.user-delete-btn{width:100%}.login-history-row{flex-direction:column;align-items:flex-start;gap:8px}}.production-detail-content{height:100vh;overflow:hidden}.production-detail-panel{height:calc(100vh - 44px);min-height:0;box-shadow:var(--shadow-panel);background:linear-gradient(#040917 0%,#06091a 100%);border:1px solid #263a638c;border-radius:22px;flex-direction:column;padding:16px 22px 18px;display:flex;overflow:hidden}.control-production-blank{flex:auto;min-height:0}.control-production-header-actions{flex-direction:column;flex:none;align-items:flex-end;gap:10px;display:flex}.control-production-action-row{justify-content:flex-end;gap:8px;width:100%;display:flex}.control-production-action-btn{color:#eaf2ff;cursor:pointer;white-space:nowrap;background:#0d162df5;border:1px solid #465e94c7;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:32px;padding:0 11px;font-size:11px;font-weight:800;transition:border-color .16s,background .16s,color .16s;display:inline-flex}.control-production-action-btn.add{color:#bfffd0;background:#114d30bd;border-color:#55d96a9e}.control-production-action-btn.edit{color:#fff2a8;background:#6e530ac7;border-color:#f0c300a3}.control-production-action-btn.delete{color:#ffd6d6;border-color:#ff5b5b80}.control-production-action-btn.excel{color:#d9ecff;background:#11365cc2;border-color:#5ca8ff99}.control-production-action-btn:hover,.control-production-action-btn:focus-visible{background:#172443fa;border-color:#6ff2cad6;outline:none}.control-production-action-btn:disabled{cursor:not-allowed;opacity:.48}.control-production-table-panel{background:#070c1df2;border:1px solid #263a638c;border-radius:14px;flex-direction:column;flex:0 0 43%;min-height:0;display:flex;overflow:hidden}.control-production-table-head{background:#091126f5;border-bottom:1px solid #263a638c;justify-content:space-between;align-items:center;gap:16px;min-height:54px;padding:10px 12px;display:flex}.control-production-table-head .detail-section-title{margin-bottom:4px}.control-production-table-head p{color:#8fa6cf;margin:0;font-size:11px;font-style:italic}.control-production-table-head>span{color:#cfe0ff;white-space:nowrap;background:#101b34e6;border:1px solid #4775b08c;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:800}.control-production-search{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:8px;display:flex}.control-production-search label{flex-direction:column;gap:4px;display:flex}.control-production-search label span{color:#8fa6cf;letter-spacing:.04em;text-transform:uppercase;font-size:9px;font-weight:900}.control-production-search input{color:#eaf2ff;width:132px;height:30px;font:inherit;cursor:pointer;background:#0d162df5;border:1px solid #465e94c7;border-radius:7px;padding:0 8px;font-size:11px;font-weight:800}.control-production-search-btn,.control-production-clear-btn{color:#eaf2ff;cursor:pointer;background:#0d162df5;border:1px solid #465e94c7;border-radius:7px;justify-content:center;align-items:center;gap:6px;height:30px;padding:0 10px;font-size:10px;font-weight:900;transition:border-color .16s,background .16s,color .16s;display:inline-flex}.control-production-search-btn{color:#bfffd0;border-color:#55d96a8a}.control-production-clear-btn{color:#ffd6d6;border-color:#ff5b5b6b;width:30px;padding:0}.control-production-search-btn:hover,.control-production-search-btn:focus-visible,.control-production-clear-btn:hover,.control-production-clear-btn:focus-visible{background:#172443fa;border-color:#6ff2cad6;outline:none}.control-production-search-btn:disabled,.control-production-clear-btn:disabled{cursor:not-allowed;opacity:.52}.control-production-search strong{color:#cfe0ff;white-space:nowrap;background:#101b34e6;border:1px solid #4775b08c;border-radius:999px;min-height:30px;padding:7px 9px 0;font-size:10px;font-weight:900}.control-production-table-scroll{scrollbar-gutter:stable;flex:auto;min-height:0;overflow:auto}.control-production-table{border-collapse:separate;border-spacing:0;color:#dce6ff;table-layout:fixed;width:100%;min-width:1320px;font-size:11px}.control-production-table th,.control-production-table td{text-align:center;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #445784b3;border-right:1px solid #445784b3;height:34px;padding:5px 7px;overflow:hidden}.control-production-analysis-panel{flex:auto;grid-template-columns:minmax(340px,.42fr) minmax(0,1fr);gap:12px;min-height:0;margin-top:12px;display:grid}.control-production-pareto-table-card,.control-production-chart-card{background:#070c1df2;border:1px solid #445784b3;border-radius:14px;flex-direction:column;min-height:0;display:flex;overflow:hidden}.control-production-analysis-title{border-bottom:1px solid #445784b3}.control-production-analysis-title strong,.control-production-chart-title{color:#dce6ff;letter-spacing:.02em;background:#070c1df2;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:900;display:flex}.control-production-analysis-title span{color:#dce6ff;background:#070c1df2;align-items:center;min-height:24px;padding:0 12px;font-size:10px;font-style:italic;font-weight:700;display:flex}.control-production-pareto-scroll{flex:auto;min-height:0;overflow:hidden}.control-production-pareto-table{border-collapse:separate;border-spacing:0;table-layout:fixed;color:#dce6ff;width:100%;height:100%;font-size:10.5px}.control-production-pareto-table th,.control-production-pareto-table td{text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #445784b3;border-right:1px solid #445784b3;height:24px;padding:3px 8px;overflow:hidden}.control-production-pareto-table th{color:#dce6ff;background:#070c1df2;font-size:10px;font-weight:900}.control-production-pareto-table td{background:#070c1df2}.control-production-pareto-table td:nth-child(2),.control-production-pareto-table td:nth-child(3),.control-production-pareto-table th:nth-child(2),.control-production-pareto-table th:nth-child(3){text-align:center}.control-production-pareto-table tfoot td{color:#dce6ff;background:#070c1df2;font-weight:900}.control-production-chart-card{padding-bottom:8px}.control-production-chart-title{flex:none;justify-content:center;margin-bottom:8px}.control-production-chart-tooltip{color:#eff7ff;background:#040a18f0;border:1px solid #6aecb58a;border-radius:12px;min-width:210px;padding:10px 12px;box-shadow:0 18px 40px #0000006b,inset 0 0 0 1px #59d18c1f}.control-production-chart-tooltip-title{color:#fff;margin-bottom:8px;font-size:13px;font-weight:900}.control-production-chart-tooltip-row{justify-content:space-between;align-items:center;gap:14px;font-size:12px;display:flex}.control-production-chart-tooltip-row span{color:#d7e6ff;align-items:center;gap:8px;font-weight:800;display:inline-flex}.control-production-chart-tooltip-row strong{color:#dfffe8;font-size:17px;font-weight:900}.control-production-chart-tooltip-dot{background:#59d18c;border-radius:999px;width:10px;height:10px;box-shadow:0 0 10px #59d18c94}.control-production-chart-tooltip-detail{color:#9dc5df;margin-top:5px;font-size:11px;font-weight:700}.control-production-table th{z-index:1;color:#dce6ff;background:#070c1df2;font-size:10px;font-weight:900;position:sticky;top:0}.control-production-table td{background:#070c1df2}.control-production-table tbody tr{cursor:pointer}.control-production-table tbody tr:hover td{background:#17223efa}.control-production-table tbody tr.selected td{background:#1f4e4ec7;box-shadow:inset 0 0 0 1px #6ff2ca3d}.control-production-table td:nth-child(3),.control-production-table th:nth-child(3){text-align:left;width:128px}.control-production-table th:first-child,.control-production-table td:first-child,.control-production-table th:nth-child(4),.control-production-table td:nth-child(4){width:92px}.control-production-table th:nth-child(2),.control-production-table td:nth-child(2){width:66px}.control-total-cell{color:#fff;font-weight:900}.control-empty-row td{color:#dce6ff;text-align:center;background:#070c1df2;height:180px;font-size:13px;font-weight:700}.production-detail-header{flex:none;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:10px;display:flex}.production-detail-left{align-items:flex-start;gap:14px;display:flex}.detail-back-btn{color:#f3f8ff;cursor:pointer;background:#0c1428f5;border:1px solid #485c8eb8;border-radius:999px;place-items:center;width:40px;height:40px;margin-top:2px;transition:border-color .16s,color .16s,transform .16s;display:grid}.detail-back-btn:hover{color:#8cf1c7;border-color:#5de2a87a;transform:translate(-1px)}.production-detail-title{letter-spacing:-.045em;color:#fff;font-size:28px;font-weight:700;line-height:1.02}.production-detail-breadcrumbs{align-items:center;gap:10px;margin-top:8px;display:flex}.production-breadcrumb-btn{color:#8ba0ca;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:500;transition:color .2s;position:relative}.production-breadcrumb-btn:hover,.production-breadcrumb-btn:focus-visible{color:#6ff2ca}.production-breadcrumb-btn:focus-visible{outline:none}.production-breadcrumb-btn.active{color:#dbe8ff;font-weight:600}.production-breadcrumb-btn+.production-breadcrumb-btn:before{content:"•";color:#5d6d8f;margin-right:10px}.production-detail-status{gap:12px;padding-top:6px;display:flex}.detail-status-card{background:#0d1429f5;border:1px solid #445784b3;border-radius:999px;align-items:center;gap:10px;min-width:132px;min-height:54px;padding:8px 13px;display:flex}.detail-status-card span{color:#7083ad;letter-spacing:.045em;font-size:10px;line-height:1.1;display:block}.detail-status-card strong{color:#fff;margin-top:2px;font-size:12px;font-weight:700;line-height:1.12;display:block}.detail-status-card small{color:#91a5ce;font-size:10px;line-height:1.1;display:block}.detail-status-icon{color:#6cebc0;background:#0b1c37f2;border:1px solid #5af0c840;border-radius:999px;place-items:center;width:32px;height:32px;display:grid}.detail-status-dot{background:#f2c400;border-radius:50%;width:12px;height:12px}.detail-status-dot.ok{background:#59e1a9}.detail-status-dot.warning{background:#f2c400}.detail-status-dot.alarm{background:#ff5b5b}.detail-status-card.warning strong{color:#ffcf38}.detail-status-card.warning small{color:#90a4cf}.detail-status-card.ok strong{color:#59e1a9}.detail-status-card.ok small{color:#90a4cf}.detail-status-card.alarm strong{color:#ff5b5b}.detail-status-card.alarm small{color:#90a4cf}.detail-section{background:#0b1227f5;border:1px solid #263a638c;border-radius:16px;padding:11px 14px 10px}.detail-section-title{color:#86a0cf;letter-spacing:.065em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:500}.detail-timers-grid{grid-template-columns:repeat(8,minmax(150px,1fr));gap:10px;display:grid}.detail-timers-section{flex:none}.detail-timer-card{background:#161d35f5;border:1px solid #445784b3;border-radius:12px;min-height:96px;padding:9px 12px 8px;transition:border-color .16s,box-shadow .16s,transform .16s}.detail-timer-card:hover{border-color:#5de2a8c7;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #5de2a857,0 0 0 1px #5de2a82e}.detail-timer-head{color:#86a0cf;letter-spacing:.055em;align-items:center;gap:7px;font-size:10px;font-weight:500;display:flex}.detail-timer-dot,.detail-metric-strip-dot{background:#67df84;border-radius:50%;width:10px;height:10px}.detail-timer-body{color:#fff;text-align:center;margin-top:12px;font-size:13px;font-weight:500;line-height:1.24}.detail-timer-footer{text-align:center;margin-top:8px}.detail-timer-footer span{color:#dbe6ff;font-size:10px;font-weight:500;display:block}.detail-timer-footer strong{color:#fff;letter-spacing:.02em;margin-top:3px;font-size:15px;font-weight:800;display:block}.detail-metric-strips{flex:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:12px;margin-bottom:12px;display:grid}.detail-metric-strip{background:#161d35f5;border:1px solid #445784b3;border-radius:12px;align-items:center;gap:10px;min-height:38px;padding:0 14px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.detail-metric-strip.highlighted{box-shadow:inset 0 0 0 1px #56e39f66}.detail-metric-strip:hover{border-color:#5de2a8c7;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #5de2a857,0 0 0 1px #5de2a82e}.detail-metric-strip-label{color:#86a0cf;letter-spacing:.055em;font-size:11px;font-weight:500}.detail-metric-strip strong{color:#fff;letter-spacing:0;margin-left:auto;font-size:12px;font-weight:700}.detail-split-grid{grid-template-columns:1fr 1fr;gap:12px;min-height:0;margin-top:12px;display:grid}.detail-chart-grid{flex:none}.detail-bottom-grid{flex:auto}.detail-chart-panel,.detail-comments-panel,.detail-gauges-panel{background:#0b1227f5;border:1px solid #263a638c;border-radius:16px;min-width:0;padding:10px 12px}.detail-chart-grid .detail-chart-panel,.detail-bottom-grid .detail-comments-panel,.detail-bottom-grid .detail-gauges-panel{min-height:0;overflow:hidden}.detail-chart-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.detail-chart-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex;position:relative}.detail-chart-limit-badge{position:static}.detail-chart-footer{color:#7b8db0;justify-content:space-between;margin-top:4px;font-size:10px;display:flex}.detail-hour-tooltip{background:#080d1ff5;border:1px solid #4e669db8;border-radius:10px;min-width:84px;padding:8px 10px;box-shadow:0 12px 24px #0000004d}.detail-hour-tooltip-time{color:#8ba0ca;margin-bottom:4px;font-size:10px;font-weight:500}.detail-hour-tooltip-value{color:#fff;font-size:13px;font-weight:700}.detail-hour-chart-wrap{height:150px;position:relative}.detail-hour-label-layer{z-index:3;pointer-events:none;height:100px;position:absolute;top:18px;left:6px;right:8px}.detail-hour-bar-value-label{color:#fff;letter-spacing:0;text-shadow:0 1px 2px #0000008c;white-space:nowrap;font-size:9px;font-weight:800;line-height:1;position:absolute;transform:translate(-50%)}.detail-comparison-kpis{grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:6px;display:grid}.detail-comparison-kpis span{color:#86a0cf;letter-spacing:.03em;font-size:10px;font-weight:500;display:block}.detail-comparison-kpis strong{letter-spacing:-.01em;margin-top:4px;font-size:12px;font-weight:700;display:block}.detail-comparison-label-badge{pointer-events:none}.detail-comparison-label-badge rect{stroke-width:1.2px}.detail-comparison-label-badge text{letter-spacing:0;font-size:10px;font-weight:800}.detail-comparison-label-badge.target rect{fill:#163e66f0;stroke:#52beffdb}.detail-comparison-label-badge.target text{fill:#9cd7ff}.detail-comparison-label-badge.actual rect{fill:#2e266bf0;stroke:#8f7cffdb}.detail-comparison-label-badge.actual text{fill:#b6a9ff}.detail-comparison-tooltip{background:#0a0f22fa;border:1px solid #3f527ebf;border-radius:12px;min-width:146px;padding:10px 12px;box-shadow:0 14px 28px #00000057}.detail-comparison-tooltip-time{color:#f4f8ff;margin-bottom:8px;font-size:12px;font-weight:700}.detail-comparison-tooltip-row{justify-content:space-between;align-items:center;gap:10px;margin-top:4px;font-size:11px;display:flex}.detail-comparison-tooltip-row span{color:#8ea4ce}.detail-comparison-tooltip-row strong{font-weight:700}.detail-comparison-tooltip-row.target strong{color:#69c4ff}.detail-comparison-tooltip-row.actual strong{color:#8f7cff}.parameters-detail-panel{padding-bottom:18px}.parameter-summary-grid{flex:none;grid-template-columns:1fr 1fr 1fr 1fr .92fr;align-items:stretch;gap:10px;display:grid}.parameter-section{flex-direction:column;min-height:0;padding:9px 11px;display:flex}.parameter-summary-grid .parameter-section{min-height:158px}.parameter-pills-grid{flex:1;grid-template-columns:1fr;align-content:start;gap:5px;display:grid}.parameter-pills-grid.talc-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.parameter-pills-grid.talc-layout .parameter-pill{flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;min-height:30px;padding:0 8px}.parameter-pills-grid.talc-layout .parameter-pill.wide{grid-column:1/-1}.parameter-pills-grid.talc-layout .parameter-pill .parameter-pill-left,.parameter-pills-grid.talc-layout .parameter-pill:not(.wide) .parameter-pill-left{width:auto}.parameter-pills-grid.talc-layout .parameter-pill .parameter-pill-value,.parameter-pills-grid.talc-layout .parameter-pill:not(.wide) .parameter-pill-value{margin-left:auto}.parameter-pills-grid.talc-layout .parameter-pill .parameter-gear-btn,.parameter-pills-grid.talc-layout .parameter-pill:not(.wide) .parameter-gear-btn{margin-left:4px;position:static}.material-parameter-groups{flex:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.material-parameter-section{padding:9px 11px 11px}.material-parameter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.material-parameter-card{background:#0e162bf0;border:1px solid #445784a8;border-radius:8px;flex-direction:column;gap:6px;min-width:0;min-height:74px;padding:7px;display:flex}.material-parameter-card-title{color:#dce8ff;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:900}.material-parameter-metrics{gap:5px;display:grid}.material-parameter-metric{color:#86a0cf;min-width:0;min-height:22px;font:inherit;text-align:left;background:#161d35eb;border:1px solid #2d3c60c2;border-radius:6px;justify-content:space-between;align-items:center;gap:6px;padding:0 7px;display:flex}.material-parameter-metric span{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.045em;min-width:0;font-size:9px;font-weight:800;overflow:hidden}.material-parameter-metric strong{color:#fff;white-space:nowrap;font-size:10px;font-weight:900}.material-parameter-metric.interactive{cursor:pointer;width:100%;transition:border-color .16s,box-shadow .16s,transform .16s}.material-parameter-metric.interactive:hover,.material-parameter-metric.interactive:focus-visible,.material-parameter-metric.interactive.selected{border-color:#5de2a8cc;outline:none;box-shadow:inset 0 0 0 1px #5de2a847}.material-parameter-gear{color:#566485e6;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;width:18px;height:18px;display:grid}.material-parameter-gear:hover,.material-parameter-gear:focus-visible{color:#6ff2ca;background:#185f4938;outline:none}.parameter-pill{cursor:pointer;background:#161d35f5;border:1px solid #445784b3;border-radius:8px;align-items:center;gap:6px;min-height:30px;padding:0 9px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;position:relative}.parameter-pill.placeholder{cursor:default}.parameter-pill.placeholder:hover{box-shadow:none;border-color:#445784b3;transform:none}.parameter-pill:hover{border-color:#5de2a8c7;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #5de2a857,0 0 0 1px #5de2a82e}.parameter-pill.selected{border-color:#5de2a8e0;box-shadow:inset 0 0 0 1px #5de2a86b,0 0 0 1px #5de2a833}.parameter-pill-left{align-items:center;gap:8px;min-width:0;display:flex}.parameter-pill-label{color:#86a0cf;letter-spacing:.04em;font-size:10px;font-weight:500}.parameter-pill-value{align-items:baseline;gap:4px;margin-left:auto;display:flex}.parameter-pill-value strong{color:#fff;font-size:11px;font-weight:700}.parameter-pill-value span{color:#dce6ff;font-size:11px;font-weight:500}.parameter-pill-value.empty{min-width:0}.parameter-gear-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;width:18px;height:18px;margin-left:5px;transition:background .16s,box-shadow .16s,transform .16s;display:grid}.parameter-gear-btn:hover,.parameter-gear-btn:focus-visible{background:#185f4938;outline:none;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #5cd6a673}.parameter-pill-gear,.parameter-zone-gear{color:#566485d9;transition:color .16s}.parameter-gear-btn:hover .parameter-pill-gear,.parameter-gear-btn:focus-visible .parameter-pill-gear,.parameter-gear-btn:hover .parameter-zone-gear,.parameter-gear-btn:focus-visible .parameter-zone-gear{color:#6ff2ca}.parameter-hourly-head,.parameter-zones-head,.parameter-trend-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.parameter-mini-btn{color:#f2f6ff;cursor:pointer;background:#151c31fa;border:1px solid #445784b3;border-radius:9px;align-items:center;gap:6px;height:28px;padding:0 11px;font-size:11px;font-weight:600;display:inline-flex}.parameter-hourly-card{background:#0a1021e6;border:1px solid #44578480;border-radius:12px;flex:1;margin-top:8px;overflow:hidden}.parameter-hourly-row{border-top:1px solid #283555cc;justify-content:space-between;align-items:center;gap:12px;min-height:39px;padding:0 14px;display:flex}.parameter-hourly-row:first-child{border-top:none}.parameter-hourly-row.total{min-height:31px}.parameter-hourly-label{color:#dce6ff;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.parameter-hourly-row.total .parameter-hourly-label{color:#86a0cf;letter-spacing:.05em;font-size:12px;font-weight:500}.parameter-hourly-row strong{color:#fff;font-size:12px;font-weight:700}.parameter-hourly-table-overlay{z-index:70;padding:18px}.parameter-hourly-table-modal{background:#070c1cfa;border:1px solid #445784db;border-radius:10px;flex-direction:column;width:min(780px,100vw - 36px);max-height:calc(100vh - 36px);display:flex;overflow:hidden;box-shadow:0 26px 70px #00000085}.parameter-hourly-table-header{justify-content:space-between;align-items:flex-start;gap:16px;min-height:54px;padding:16px 20px 8px;display:flex}.parameter-hourly-table-header h2{color:#fff;margin:0;font-size:15px;font-weight:800}.parameter-hourly-table-meta{color:#9db0d6;justify-content:space-between;align-items:center;gap:16px;padding:0 20px 12px;font-size:12px;font-weight:600;display:flex}.parameter-hourly-table-meta strong{color:#fff;font-weight:800}.parameter-hourly-table-wrap{margin:0 20px 18px;overflow:auto}.parameter-hourly-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:680px}.parameter-hourly-table th,.parameter-hourly-table td{color:#edf4ff;text-align:left;white-space:nowrap;border-top:1px solid #2d3c60b8;height:26px;padding:0 6px;font-size:11px;font-weight:700}.parameter-hourly-table th{color:#8fa3cb;font-size:10px;font-weight:800}.parameter-hourly-table th:first-child,.parameter-hourly-table th:nth-child(4),.parameter-hourly-table td:first-child,.parameter-hourly-table td:nth-child(4){color:#7488b4;width:42px}.parameter-hourly-table th:nth-child(3),.parameter-hourly-table th:nth-child(6),.parameter-hourly-table td:nth-child(3),.parameter-hourly-table td:nth-child(6){text-align:right;width:92px}.parameter-hourly-table-count{color:#fff}.parameter-zones-section{flex:none;margin-top:12px}.parameter-zones-average{color:#86a0cf;font-size:12px;font-weight:500}.parameter-zones-average strong{color:#fff;font-weight:700}.parameter-zones-average span{color:#dce6ff}.parameter-zones-grid{grid-template-columns:repeat(14,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.parameter-zone-card{cursor:pointer;background:#161d35f5;border:1px solid #445784b3;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:50px;padding:7px 8px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;position:relative}.parameter-zone-card:hover{border-color:#5de2a8c7;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #5de2a857,0 0 0 1px #5de2a82e}.parameter-zone-card.selected{border-color:#5de2a8e0;box-shadow:inset 0 0 0 1px #5de2a86b,0 0 0 1px #5de2a833}.parameter-zone-label{color:#86a0cf;font-size:10px;font-weight:500}.parameter-zone-value{align-items:baseline;gap:4px;display:flex}.parameter-zone-value strong{color:#fff;font-size:12px;font-weight:700}.parameter-zone-value span{color:#dce6ff;font-size:11px}.parameter-zone-gear{position:absolute;bottom:7px;right:7px}.parameter-zone-gear-btn{position:absolute;bottom:2px;right:2px}.parameter-trend-section{flex:auto;min-height:0;margin-top:12px;overflow:hidden}.parameter-modal-overlay{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#010510a8;place-items:center;display:grid;position:fixed;inset:0}.parameter-modal{background:linear-gradient(#050a1d 0%,#05091b 100%);border:1px solid #263a638c;border-radius:18px;width:408px;overflow:hidden;box-shadow:0 24px 60px #00000073}.parameter-modal-header{border-bottom:1px solid #263a638c;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 16px;display:flex}.parameter-modal-title-wrap{align-items:flex-start;gap:12px;display:flex}.parameter-modal-icon{color:#6cebc0;background:#0b1c37f2;border:1px solid #5af0c840;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.parameter-modal-header h2{color:#fff;margin:0;font-size:14px;font-weight:700}.parameter-modal-header p{color:#8ea2c8;margin:4px 0 0;font-size:12px}.parameter-modal-close{color:#8ea2c8;cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;width:28px;height:28px;display:grid}.parameter-modal-close:hover,.parameter-modal-close:focus-visible{color:#fff;background:#ffffff0f;outline:none}.parameter-modal-body{padding:14px 16px 12px}.parameter-modal-row{color:#8ea2c8;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;font-size:13px;display:flex}.parameter-modal-row strong{color:#fff;font-size:13px;font-weight:700}.parameter-modal-topic{color:#dce6ff;background:#151c31fa;border-radius:8px;padding:4px 8px}.parameter-modal-checkbox{color:#fff;align-items:center;gap:10px;margin:6px 0 18px;font-size:13px;display:flex}.parameter-modal-checkbox input{width:15px;height:15px}.parameter-limit-group+.parameter-limit-group{margin-top:18px}.parameter-limit-title{letter-spacing:.04em;align-items:center;gap:8px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.parameter-limit-group.warning .parameter-limit-title{color:#f0c300}.parameter-limit-group.critical .parameter-limit-title{color:#ff5b5b}.parameter-limit-inputs{grid-template-columns:1fr 1fr;gap:12px;display:grid}.parameter-limit-field label{color:#8ea2c8;margin-bottom:6px;font-size:12px;display:block}.parameter-limit-field input{color:#fff;width:100%;height:36px;font:inherit;background:#161d35f5;border:1px solid #445784b3;border-radius:10px;padding:0 12px}.parameter-limit-field input::placeholder{color:#6d7fa4}.parameter-modal-actions{justify-content:flex-end;gap:10px;padding:12px 16px 16px;display:flex}.parameter-modal-btn{min-width:70px;height:38px;font:inherit;cursor:pointer;border:1px solid #445784b3;border-radius:11px;font-weight:700}.parameter-modal-btn.secondary{color:#f2f6ff;background:#151c31fa}.parameter-modal-btn.primary{color:#fff;background:#2f9f63;border-color:#5cd6a673}.parameter-trend-subtitle{color:#dce6ff;font-size:14px;font-weight:500}.parameter-trend-subtitle strong{color:#fff;font-size:15px;font-weight:700}.parameter-trend-subtitle span{color:#86a0cf}.parameter-trend-mode-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px;display:flex}.parameter-trend-mode-chip{letter-spacing:.01em;border:1px solid #445784b3;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.parameter-trend-mode-chip.live{color:#74f0a8;background:#1e503b94;border-color:#5de2a866}.parameter-trend-mode-chip.custom{color:#ffd86f;background:#5a45106b;border-color:#ffce5461}.parameter-trend-mode-copy{color:#95abd4;font-size:12px;line-height:1.3}.parameter-trend-live-btn{color:#f4f7ff;cursor:pointer;background:#141c31f5;border:1px solid #586c9cb3;border-radius:9px;height:26px;padding:0 10px;font-size:11px;font-weight:700}.parameter-trend-live-btn:hover{border-color:#5de2a8b8;box-shadow:0 0 0 1px #5de2a824}.parameter-trend-actions{align-items:flex-start;gap:16px;display:flex}.parameter-trend-actions p{color:#6f86b3;max-width:180px;margin:0;font-size:10px;line-height:1.3}.parameter-trend-buttons{align-items:center;gap:8px;display:flex}.parameter-trend-chart{flex:auto;min-height:150px;margin-top:8px}.parameter-trend-message{color:#a8bae0;background:#131b31bd;border:1px solid #485b89b8;border-radius:8px;align-items:center;min-height:26px;margin-top:6px;padding:0 10px;font-size:12px;font-weight:600;display:flex}.parameter-trend-message.loading{color:#c6d6ff;background:#21305c6b;border-color:#597eff73}.parameter-trend-message.error{color:#ff9aaa;background:#45122299;border-color:#ff69885c}.parameter-trend-tooltip{background:#080d1ff7;border:1px solid #4c5f8dd1;border-radius:14px;min-width:150px;padding:10px 12px;box-shadow:0 14px 28px #00000057}.parameter-trend-tooltip-time{color:#f3f7ff;margin-bottom:8px;font-size:12px;font-weight:700}.parameter-trend-tooltip-value{color:#8ea4ce;align-items:center;gap:6px;font-size:12px;display:flex}.parameter-trend-tooltip-value strong{color:#66ef72;font-size:13px;font-weight:800}.parameter-range-modal{background:linear-gradient(#090e1ffb,#070c1bfc);border:1px solid #394a76db;border-radius:20px;width:min(520px,100vw - 28px);padding:22px 22px 18px;box-shadow:0 28px 58px #0000006b}.parameter-range-modal-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.parameter-range-modal-title{color:#eef5ff;align-items:center;gap:10px;font-size:20px;font-weight:700;display:inline-flex}.parameter-range-modal-title svg{color:#73eea5}.parameter-range-modal-subtitle{color:#8ea6d2;margin-top:4px;font-size:14px}.parameter-range-modal-copy{color:#8398c1;margin:18px 0;font-size:12px;line-height:1.5}.parameter-range-field{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.parameter-range-field span{color:#dce6fb;letter-spacing:.02em;font-size:12px;font-weight:700}.parameter-range-field input{color:#eef5ff;background:#181f35fa;border:1px solid #455780cc;border-radius:10px;height:48px;padding:0 14px;font-size:15px}.parameter-range-field input:focus{border-color:#5de2a8bf;outline:none;box-shadow:0 0 0 1px #5de2a82e}.parameter-range-error{color:#ff9aaa;background:#45122299;border-radius:10px;align-items:center;min-height:42px;margin:8px 0 4px;padding:0 14px;font-size:13px;font-weight:600;display:flex}.parameter-range-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.parameter-range-cancel,.parameter-range-load{cursor:pointer;border-radius:10px;height:42px;padding:0 18px;font-size:15px;font-weight:700}.parameter-range-cancel{color:#edf4ff;background:#151c31f5;border:1px solid #4e608dcc}.parameter-range-load{color:#fff;background:linear-gradient(#44be77,#2d9658);border:1px solid #50be7eb8}.parameter-range-load:disabled{cursor:wait;opacity:.72}.comments-row{align-items:start}.detail-bottom-grid.comments-row{align-items:stretch}.detail-bottom-grid .detail-comments-panel{flex-direction:column;display:flex}.detail-comments-header{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.detail-comment-tabs{gap:6px;display:flex}.detail-comment-shift-card{color:#dffcf2;background:#1541346b;border:1px solid #56e39f5c;border-radius:9px;grid-template-columns:1fr auto;align-content:center;gap:1px 8px;min-width:104px;min-height:34px;margin-left:auto;padding:5px 9px;display:grid}.detail-comment-shift-card span{color:#8beac7;letter-spacing:.08em;font-size:8px;font-weight:800}.detail-comment-shift-card strong{color:#fff;font-size:12px;font-weight:800;line-height:1}.detail-comment-shift-card small{color:#8fa4cc;grid-column:1/-1;font-size:9px;font-weight:700;line-height:1}.detail-comment-tab{color:#dce6ff;cursor:pointer;background:#070c1df2;border:1px solid #445784b3;border-radius:8px;align-items:center;height:22px;padding:0 11px;font-size:10px;font-weight:600;display:inline-flex}.detail-comment-tab.active{color:#fff;background:#152c4fbf;border-color:#67d8ff99}.detail-reload-btn,.detail-add-btn{color:#1d2a49;cursor:pointer;background:#f4f7fff5;border:1px solid #445784b3;border-radius:8px;height:24px;padding:0 12px;font-size:12px;font-weight:600}.detail-reload-btn{color:#f2f6ff;background:#151c31fa;height:22px;padding:0 10px;font-size:11px}.detail-reload-btn:disabled{cursor:progress;opacity:.64}.detail-past-date-btn{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.detail-add-placeholder{width:70px;height:24px;display:block}.detail-comments-list{grid-template-rows:repeat(var(--comment-row-count,6), minmax(34px, 1fr));flex:auto;gap:6px;min-height:0;display:grid;overflow:hidden}.detail-comment-row{grid-template-columns:128px 1fr 70px;align-items:center;gap:6px;min-height:0;display:grid}.detail-comment-time{min-height:0}.detail-comment-time strong{color:#fff;font-size:11px;font-weight:700;line-height:1.35}.detail-comment-time-main{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.detail-comment-link{color:#7ba4e8;align-items:center;gap:4px;margin-top:2px;font-size:10px;font-weight:500;display:flex}.detail-comment-link button{color:#95c4ff;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.detail-now-badge{color:#56e39f;font-size:11px;font-weight:700}.detail-comment-input{color:#5f749d;background:#070c1df2;border:1px solid #35446699;border-radius:2px;flex-wrap:wrap;align-items:center;gap:6px;height:100%;min-height:30px;padding:0 10px;font-size:11px;font-weight:500;display:flex}.detail-comment-input.has-comments{align-items:flex-start;padding:5px 6px}.detail-comment-chip{color:#dce6ff;background:#121c37f5;border:1px solid #455f92b8;border-radius:6px;align-items:center;gap:6px;max-width:100%;min-height:22px;padding:3px 7px;display:inline-flex;overflow:hidden}.detail-comment-chip span{color:#80b8ff;text-transform:uppercase;font-size:9px;font-weight:700}.detail-comment-chip strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.detail-comment-chip em{color:#56e39f;white-space:nowrap;font-size:10px;font-style:normal;font-weight:700}.detail-comment-shift-note{color:#7f93bd;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:6px;font-size:10px;display:flex}.detail-comment-shift-note span{background:#090f22c7;border:1px solid #3f5280a6;border-radius:999px;padding:3px 8px}.detail-comment-error{color:#ffd0d0;margin-top:8px;font-size:11px;font-weight:600}.detail-comment-modal{background:linear-gradient(#071026 0%,#060b1d 100%);border:1px solid #354b7ec7;border-radius:14px;width:min(420px,100vw - 32px);overflow:hidden;box-shadow:0 26px 70px #00000080}.detail-comment-modal-header{border-bottom:1px solid #354b7eb8;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 16px;display:flex}.detail-comment-modal-header h2{color:#fff;margin:0;font-size:14px;font-weight:800}.detail-comment-modal-header p{color:#91a7cf;margin:4px 0 0;font-size:11px;font-weight:600}.detail-comment-modal-body{padding:14px 16px 12px}.detail-comment-field{flex-direction:column;gap:7px;margin-bottom:12px;display:flex}.detail-comment-field span,.detail-comment-selected-text span{color:#91a7cf;text-transform:uppercase;font-size:10px;font-weight:800}.detail-comment-field select,.detail-comment-field input{color:#fff;width:100%;height:34px;font:inherit;background:#151e37fa;border:1px solid #5c709edb;border-radius:7px;padding:0 10px;font-size:12px;font-weight:700}.detail-comment-selected-text{background:#0e172df5;border:1px solid #354466b8;border-radius:7px;flex-direction:column;justify-content:center;gap:7px;min-height:48px;margin-bottom:12px;padding:9px 10px;display:flex}.detail-comment-selected-text strong{color:#e9f1ff;font-size:12px;font-weight:700}.detail-comment-modal-actions{border-top:1px solid #354b7e73;justify-content:flex-end;gap:10px;padding:12px 16px 16px;display:flex}.past-comment-modal{background:linear-gradient(#071026 0%,#060b1d 100%);border:1px solid #354b7ec7;border-radius:14px;width:min(920px,100vw - 40px);max-height:min(760px,100vh - 44px);overflow:hidden;box-shadow:0 26px 70px #00000080}.past-comment-modal-header{align-items:center}.past-comment-search{align-items:flex-end;gap:10px;display:inline-flex}.past-comment-search label{flex-direction:column;gap:6px;display:flex}.past-comment-search label span{color:#91a7cf;text-transform:uppercase;font-size:10px;font-weight:800}.past-comment-search input{color:#fff;width:150px;height:30px;font:inherit;background:#151e37fa;border:1px solid #5c709edb;border-radius:8px;padding:0 9px;font-size:12px;font-weight:800}.past-comment-modal-body{flex-direction:column;min-height:430px;padding:14px 16px 16px;display:flex}.past-comment-toolbar{align-items:center;gap:12px;margin-bottom:12px;display:flex}.past-comment-toolbar .detail-reload-btn{margin-left:auto}.past-comments-list{scrollbar-gutter:stable;min-height:320px;max-height:min(54vh,470px);padding-right:4px;overflow:auto}.control-defect-modal{background:linear-gradient(#071026 0%,#060b1d 100%);border:1px solid #354b7ec7;border-radius:14px;width:min(620px,100vw - 32px);overflow:hidden;box-shadow:0 26px 70px #00000080}.control-defect-modal-body{padding:14px 16px 12px}.control-defect-progress{background:#0e172df5;border:1px solid #354466b8;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:36px;margin-bottom:14px;padding:7px 10px;display:flex}.control-defect-progress span{color:#8ea7d2;text-transform:uppercase;font-size:10px;font-weight:900}.control-defect-progress strong{color:#bfffd0;font-size:12px;font-weight:900}.control-defect-form-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr);gap:12px;display:grid}.control-defect-number-field{background:#0a1125fa;border:1px solid #43588bc7;border-radius:10px;flex-direction:column;justify-content:center;gap:12px;min-height:142px;padding:18px;display:flex}.control-defect-number-field span{color:#91a7cf;letter-spacing:.055em;text-transform:uppercase;font-size:11px;font-weight:900}.control-defect-number-field input{color:#fff;width:100%;height:46px;font:inherit;background:#151e37fa;border:1px solid #5c709edb;border-radius:8px;padding:0 12px;font-size:20px;font-weight:900}.detail-gauges-grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:1fr 1fr;gap:10px;height:100%;min-height:0;display:grid}.detail-gauge-card{background:#070c1df2;border:1px solid #35446699;border-radius:12px;flex-direction:column;min-width:0;min-height:0;padding:8px 10px;display:flex}.detail-gauge-header{color:#fff;justify-content:flex-start;align-items:center;font-size:10px;font-weight:700;display:flex}.detail-gauge-svg{flex:auto;width:100%;min-height:0;margin-top:0;display:block}.detail-gauge-bg{fill:none;stroke:#27324b;stroke-width:18px;stroke-linecap:round}.detail-gauge-value{fill:none;stroke-width:18px;stroke-linecap:round}.detail-gauge-value.red{stroke:#ff5348}.detail-gauge-value.yellow{stroke:#f0c300}.detail-gauge-value.green{stroke:#56e39f}.detail-gauge-needle{fill:#fff;opacity:.95}.detail-gauge-number{text-anchor:middle;dominant-baseline:middle;letter-spacing:0;font-size:15px;font-weight:900}.detail-gauge-number.red{fill:#ff5348}.detail-gauge-number.yellow{fill:#f0c300}.detail-gauge-number.green{fill:#56e39f}.production-detail-breadcrumbs span+span:before{content:"•"}.detail-timers-section>.detail-section-title:first-child{font-size:0}.detail-timers-section>.detail-section-title:first-child:after{content:"MH ·TIMERS";letter-spacing:.065em;font-size:11px;font-weight:500}.control-production-day-table{min-width:1360px}.control-production-day-table th,.control-production-day-table td{text-align:center}.control-production-day-table th:first-child,.control-production-day-table td:first-child{text-align:left;text-overflow:clip;width:150px;min-width:150px;overflow:visible}.control-production-day-table th:nth-child(2),.control-production-day-table td:nth-child(2){width:132px;min-width:132px}.control-production-day-table th:nth-child(3),.control-production-day-table td:nth-child(3){text-align:center;width:auto}.control-defect-modal.wide{width:min(1180px,100vw - 32px)}.control-defect-form-grid{grid-template-columns:minmax(132px,.72fr) minmax(0,1.35fr) minmax(88px,.45fr) minmax(150px,.75fr);align-items:start}.control-defect-date-field input{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (width<=640px){.control-defect-form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (width<=460px){.control-defect-form-grid{grid-template-columns:1fr}}.control-defect-row-editor-wrap{background:#070c1dfa;border:1px solid #43588bc7;border-radius:8px;width:100%;overflow:auto}.control-defect-row-editor{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1080px}.control-defect-row-editor th,.control-defect-row-editor td{color:#eff6ff;text-align:center;border:1px solid #4a5880c2;height:34px;padding:0 5px;font-size:11px}.control-defect-row-editor th{color:#fff;white-space:nowrap;background:#0d1830;font-weight:900}.control-defect-row-editor input,.control-defect-row-editor select{color:#fff;width:100%;height:32px;font:inherit;text-align:center;background:0 0;border:0;outline:none;font-size:12px;font-weight:800}.control-defect-row-editor input:focus,.control-defect-row-editor select:focus{background:#67d8ff1f;box-shadow:inset 0 0 0 1px #67d8ff94}.control-defect-row-editor select{cursor:pointer}.control-defect-row-editor option{color:#fff;background:#0d1830}.control-yield-cell{color:#67d8ff;font-weight:900}.control-operating-day-row td{background:#080f22fa;font-weight:850}.control-operating-day-row.current td:first-child{box-shadow:inset 4px 0 #56e39f}.control-operating-day-row.expanded td{background:#0d1e2dfa}.control-day-toggle{vertical-align:middle;color:#9fc0ff;border:1px solid #5b76b2ad;border-radius:999px;place-items:center;width:18px;height:18px;margin-right:6px;display:inline-grid}.control-day-toggle svg{transition:transform .16s}.control-operating-day-row.expanded .control-day-toggle svg{transform:rotate(90deg)}.control-day-detail-row td{white-space:normal;background:#030816fa;padding:0}.control-day-detail-row:hover td{background:#030816fa}.control-day-detail-panel{background:#030816fa;border-left:4px solid #56e39f7a;padding:10px 12px 12px 34px}.control-production-hours-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1280px}.control-production-hours-table th,.control-production-hours-table td{color:#eff6ff;text-align:center;text-overflow:ellipsis;white-space:nowrap;border:1px solid #4a5880c2;height:30px;padding:0 6px;font-size:10.5px;overflow:hidden}.control-production-hours-table th{color:#fff;background:#0b1530;font-weight:900}.control-production-hours-table td{background:#060b1d}.control-production-hours-table th:nth-child(3),.control-production-hours-table td:nth-child(3){text-align:left;width:124px}.control-hour-record-row{cursor:pointer}.control-hour-record-row:hover td{background:#14203afa}.control-hour-record-row.selected td{background:#1f4e4ec7;box-shadow:inset 0 0 0 1px #6ff2ca3d}.control-day-empty{color:#8fa6cf;border:1px dashed #4a5880c2;border-radius:8px;place-items:center;min-height:54px;font-size:12px;font-weight:800;display:grid}.day-production-panel{gap:16px;min-width:1180px}.day-production-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.day-production-date-card{color:#dce8ff;background:#0c1d36eb;border:1px solid #46ccaa47;border-radius:8px;align-items:center;gap:9px;min-width:142px;height:42px;padding:0 12px;display:inline-flex}.day-production-date-card svg{color:#6ff2ca;flex:none}.day-production-date-card div{flex-direction:column;gap:2px;line-height:1.05;display:flex}.day-production-date-card span,.day-production-summary-row span{color:#8fa4cc;letter-spacing:.055em;text-transform:uppercase;font-size:10px;font-weight:900}.day-production-date-card strong{color:#fff;font-size:13px;font-weight:900}.day-production-search-card{min-width:166px}.day-production-search-card input{color:#fff;width:116px;font:inherit;background:0 0;border:0;outline:none;font-size:12px;font-weight:900}.day-production-search-card input::-webkit-calendar-picker-indicator{opacity:0}.day-production-search-btn{height:42px}.day-production-save-btn{color:#fff;cursor:pointer;background:#08aa78;border:1px solid #56e39f8c;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:38px;padding:0 14px;font-weight:900;display:inline-flex}.day-production-save-btn:disabled{cursor:default;opacity:.56}.day-production-summary-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.day-production-summary-row>div{background:#0a1227c7;border:1px solid #2d3c60c7;border-radius:8px;flex-direction:column;justify-content:center;gap:4px;min-width:112px;height:46px;padding:0 12px;display:flex}.day-production-summary-row strong{color:#fff;font-size:16px;font-weight:900}.day-production-summary-row .day-production-save-state{color:#72e7b6;background:#08aa782e;border-color:#56e39f73;place-items:center;min-width:80px;font-size:12px;font-weight:900;display:grid}.day-production-error{color:#ffd0d6;background:#69112a57;border:1px solid #ff4c476b;border-radius:8px;padding:10px 12px;font-size:12px}.day-production-table-wrap{scrollbar-gutter:stable;background:#05091b;border:1px solid #2d3c60c7;border-radius:8px;min-height:560px;overflow:auto}.day-production-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:1660px}.day-production-table th,.day-production-table td{color:#eff6ff;text-align:center;vertical-align:middle;border:1px solid #4a5880c2;height:30px;padding:0 6px;font-size:12px}.day-production-table th{z-index:3;color:#fff;white-space:nowrap;background:#0d1830;font-size:11px;font-weight:900;position:sticky;top:0}.day-production-table th:first-child,.day-production-table td:first-child{width:118px}.day-production-table th:nth-child(2),.day-production-table td:nth-child(2){width:132px}.day-production-table th:nth-child(3),.day-production-table td:nth-child(3){width:118px}.day-production-table th:nth-last-child(4),.day-production-table td:nth-last-child(4),.day-production-table th:nth-last-child(3),.day-production-table td:nth-last-child(3),.day-production-table th:nth-last-child(2),.day-production-table td:nth-last-child(2){width:112px}.day-production-table th:last-child,.day-production-table td:last-child{width:116px}.day-production-table tbody tr.current-hour td{background:#238f5233;box-shadow:inset 0 1px #56e39f57,inset 0 -1px #56e39f57}.day-production-table tbody tr.current-hour td:first-child{box-shadow:inset 4px 0 #56e39f,inset 0 1px #56e39f57,inset 0 -1px #56e39f57}.day-production-table tbody tr.dirty td{background-image:linear-gradient(90deg,#67d8ff14,#67d8ff00)}.day-production-hour-cell,.day-production-total-cell,.day-production-yield-cell{color:#fff;white-space:nowrap;font-weight:800}.day-production-total-cell{color:#bfffd0}.day-production-yield-cell{color:#67d8ff}.production-yield-status-cell{text-align:center}.production-yield-status{letter-spacing:0;text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;min-width:74px;height:24px;padding:0 10px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.production-yield-status.ok{color:#062714;background:#56e39f;box-shadow:inset 0 0 0 1px #0960343d}.production-yield-status.alert{color:#fff;background:#ff4c47;box-shadow:inset 0 0 0 1px #ffffff29}.day-production-cell-input{color:#fff;width:100%;min-width:0;height:28px;font:inherit;text-align:center;background:0 0;border:0;border-radius:0;outline:none;font-size:12px;font-weight:700}.day-production-cell-input.text{text-align:left}.day-production-cell-input.status{text-align:center}.day-production-cell-input:focus{background:#67d8ff1f;box-shadow:inset 0 0 0 1px #67d8ff94}.day-production-cell-input:disabled{color:#8fa4cc;cursor:not-allowed}.day-production-cell-input.number::-webkit-outer-spin-button{margin:0}.day-production-cell-input.number::-webkit-inner-spin-button{margin:0}.ramp-panel{gap:26px}.ramp-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.ramp-title-row{align-items:center;gap:10px;display:flex}.ramp-title-row svg{color:#6df3ca}.ramp-actions{align-items:center;gap:10px;display:flex}.ramp-spin-icon{animation:.8s linear infinite rampSpin}.secondary-btn{color:#f0f6ff;cursor:pointer;background:linear-gradient(#101a35fa 0%,#0c1428fa 100%);border:1px solid #435478d9;border-radius:10px;align-items:center;gap:8px;height:36px;padding:0 14px;display:inline-flex}.ramp-filters{background:#10172cf5;border:1px solid #2d3c60c7;border-radius:14px;flex-wrap:wrap;align-items:flex-start;gap:14px;padding:16px;display:flex}.ramp-status-message{color:#ffd7dc;background:#55162059;border:1px solid #f1636359;border-radius:10px;padding:10px 12px;font-size:13px}.ramp-report-area{isolation:isolate;flex-direction:column;gap:26px;min-height:340px;display:flex;position:relative}.ramp-loading-overlay{z-index:40;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:all;background:#070c1ce6;border-radius:10px;justify-content:center;align-items:flex-start;min-height:340px;padding-top:min(28vh,220px);display:flex;position:absolute;inset:-1px}.ramp-loading-indicator{color:#dce8ff;text-align:center;flex-direction:column;align-items:center;gap:7px;display:flex;position:sticky;top:120px}.ramp-loading-indicator strong{color:#fff;font-size:14px;font-weight:800}.ramp-loading-indicator span:last-child{color:#8fa4cc;font-size:12px}.ramp-loading-spinner{border:3px solid #67d8ff38;border-top-color:#6df3ca;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite rampSpin}@keyframes rampSpin{to{transform:rotate(360deg)}}.filter-group{flex-direction:column;gap:8px;display:flex}.filter-label{color:#9cb0d8;font-size:12px}.date-field{color:#fff;cursor:pointer;background:#26324a;border:1px solid #546181cc;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;min-width:148px;height:36px;padding:0 14px;display:inline-flex;position:relative}.date-field svg{color:#dce6ff}.native-date-input{opacity:0;pointer-events:none;position:absolute;inset:0}.lines-group{min-width:360px}.line-filter-list{flex-wrap:wrap;gap:8px;display:flex}.line-filter-chip{border:1px solid var(--line-border);height:32px;color:var(--line-color);cursor:pointer;background:#0d162bf5;border-radius:10px;padding:0 14px;font-size:14px;font-weight:600;transition:all .2s}.line-filter-chip.active{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--line-color) 35%, transparent)}.line-filter-chip.inactive{color:#7183a8;background:#2b3550;border-color:#5c688973}.ramp-info-strip{color:#b9d6ff;background:#0b2037b8;border:1px solid #67d8ff47;border-radius:8px;flex-wrap:wrap;gap:8px 16px;padding:10px 12px;font-size:12px;display:flex}.ramp-overview-grid{grid-template-columns:minmax(320px,.42fr) minmax(560px,1fr);align-items:start;gap:16px;display:grid}.ramp-cards-grid{grid-template-columns:repeat(3,minmax(240px,1fr));gap:16px;display:grid}.ramp-overview-grid .ramp-cards-grid{grid-template-columns:repeat(3,minmax(240px,1fr))}.ramp-card{border:1px solid;border-radius:8px;min-width:0;min-height:164px;padding:16px}.ramp-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.ramp-card-title{align-items:center;gap:10px;display:flex}.ramp-card-title h3{color:#fff;margin:0;font-size:14px;font-weight:700}.ramp-card-meta{flex-direction:column;align-items:flex-end;gap:6px;display:flex;position:relative}.ramp-card-marker{border-radius:2px;width:12px;height:12px}.ramp-days-pill{color:#c9d5ef;background:#35446699;border-radius:999px;padding:4px 10px;font-size:11px}.ramp-shift-start{color:#dce8ff;cursor:default;background:#090f206b;border:1px solid #54618180;border-radius:7px;grid-template-columns:1fr auto;gap:1px 5px;min-width:76px;padding:4px 8px;display:grid;position:relative}.ramp-shift-start>span{color:#8fa4cc;text-transform:uppercase;grid-column:1/-1;font-size:9px;font-weight:700;line-height:1}.ramp-shift-start>strong{color:#fff;font-size:13px;line-height:1.05}.ramp-shift-start>svg{color:#67d8ff}.ramp-shift-popover{z-index:25;color:#dce8ff;opacity:0;pointer-events:none;background:#070f1ffa;border:1px solid #445784d1;border-radius:8px;width:min(315px,100vw - 32px);padding:12px;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-4px);box-shadow:0 18px 42px #0000005c}.ramp-shift-start:hover .ramp-shift-popover,.ramp-shift-start:focus .ramp-shift-popover,.ramp-shift-start:focus-within .ramp-shift-popover{opacity:1;pointer-events:auto;transform:translateY(0)}.ramp-shift-popover strong{color:#fff;font-size:13px}.ramp-shift-popover p{color:#a9bbdb;margin:6px 0 0;font-size:12px;line-height:1.45}.ramp-stats-grid{grid-template-columns:1fr 1fr;gap:14px 20px;margin-top:18px;display:grid}.ramp-stat{flex-direction:column;gap:4px;display:flex}.ramp-stat span,.ramp-production span{color:#9cb0d8;font-size:14px}.ramp-stat strong{color:#fff;font-size:16px;font-weight:800}.ramp-production{border-top:1px solid #35446699;flex-direction:column;gap:4px;margin-top:14px;padding-top:10px;display:flex}.ramp-production strong{color:#fff;font-size:18px;font-weight:800}.ramp-comments-panel{background:#0c1326f5;border:1px solid #2d3c60c7;border-radius:8px;min-width:0;overflow:hidden}.ramp-comments-header{border-bottom:1px solid #2d3c60b8;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.ramp-comments-title{gap:10px;min-width:0;display:flex}.ramp-comments-title svg{color:#67d8ff;flex:none;margin-top:2px}.ramp-comments-title h2{color:#fff;margin:0;font-size:15px;font-weight:800}.ramp-comments-title p{color:#7183a8;margin:4px 0 0;font-size:11px;line-height:1.45}.ramp-comments-range-pill{color:#aebfe2;background:#232f4cb8;border:1px solid #435478d9;border-radius:8px;flex-direction:column;flex:none;align-items:flex-end;gap:2px;min-width:78px;padding:7px 9px;font-size:11px;line-height:1.05;display:flex}.ramp-comments-range-pill strong{color:#dce8ff}.ramp-comments-note{color:#7f91b8;border-bottom:1px solid #2d3c607a;padding:10px 18px;font-size:11px;line-height:1.45}.ramp-comment-lines{flex-direction:column;gap:12px;padding:14px;display:flex}.ramp-comment-line-card{background:#080e1f99;border:1px solid #2d3c60b8;border-radius:8px;min-width:0;padding:12px}.ramp-comment-line-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.ramp-comment-line-title{gap:10px;min-width:0;display:flex}.ramp-comment-line-title h3{color:#fff;margin:0;font-size:13px;font-weight:800}.ramp-comment-line-title p{color:#7f91b8;margin:4px 0 0;font-size:11px}.ramp-comment-line-actions{flex:none;align-items:center;gap:10px;display:flex}.ramp-comment-total-pill{color:#f8c74b;background:#543705d1;border-radius:6px;flex-direction:column;align-items:flex-end;min-width:72px;padding:7px 9px;font-size:10px;font-weight:800;line-height:1.12;display:flex}.ramp-comment-machine-btn{color:#67d8ff;cursor:pointer;background:#007fba2e;border:1px solid #00a8ff99;border-radius:7px;align-items:center;gap:6px;height:32px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.ramp-comment-machine-btn:disabled{color:#53648b;cursor:default;background:#232f4c47;border-color:#54618152}.ramp-comment-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.ramp-comment-category{background:#0a1227c7;border:1px solid #2d3c60bf;border-radius:6px;min-width:0;overflow:hidden}.ramp-comment-category-head{border-bottom:1px solid #2d3c60b3;justify-content:space-between;align-items:center;gap:8px;min-height:26px;padding:6px 8px;display:flex}.ramp-comment-category-head span{color:#fff;text-transform:uppercase;font-size:10px;font-weight:800}.ramp-comment-category-head strong{color:#f8c74b;background:#543705d1;border-radius:5px;flex:none;padding:3px 5px;font-size:9px;line-height:1}.ramp-comment-entry-list{max-height:74px;padding:7px 8px;overflow:auto}.ramp-comment-entry{color:#9fb4de;overflow-wrap:anywhere;gap:2px;font-size:10px;line-height:1.55;display:grid}.ramp-comment-entry strong{color:#dce8ff;font-size:10px}.ramp-comment-entry em{color:#f8c74b;font-style:normal;font-weight:800}.ramp-comment-entry+.ramp-comment-entry{margin-top:3px}.ramp-comment-empty{color:#53648b;font-size:10px;font-style:italic}.ramp-comment-empty-state{color:#8fa3c9;text-align:center;border:1px dashed #5461817a;border-radius:10px;padding:16px;font-size:12px}.ramp-comment-error{color:#ffd7dc;background:#55162059;border:1px solid #ff59675c;border-radius:8px;margin:12px 14px 0;padding:9px 10px;font-size:12px}.ramp-comment-modal-overlay{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#020610b8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ramp-comment-modal{background:#070c1cfa;border:1px solid #445784db;border-radius:8px;flex-direction:column;width:min(960px,100vw - 48px);max-height:min(82vh,760px);display:flex;overflow:hidden;box-shadow:0 26px 70px #00000085}.ramp-comment-modal-header{border-bottom:1px solid #2d3c60b8;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 20px 14px;display:flex}.ramp-comment-modal-close{color:#9fb4de;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.ramp-comment-modal-close:hover,.ramp-comment-modal-close:focus-visible{color:#fff;background:#2d3c606b;outline:none}.ramp-comment-modal-body{padding:18px 20px 20px;overflow:auto}.ramp-comment-modal-line{background:#0e1831bd;border:1px solid #2d3c60b8;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px;display:flex}.ramp-comment-modal-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.ramp-comment-modal-kpi{background:#080e1f94;border:1px solid #2d3c60c7;border-radius:6px;align-content:center;place-items:center;gap:6px;min-height:70px;display:grid}.ramp-comment-modal-kpi span,.ramp-comment-modal-kpi-note span{color:#7f91b8;font-size:10px}.ramp-comment-modal-kpi strong{color:#fff;font-size:16px;font-weight:800}.ramp-comment-modal-kpi-note{flex-wrap:wrap;justify-content:center;gap:10px;margin:8px 0 14px;display:flex}.ramp-comment-modal .ramp-comment-category-grid{margin-top:8px}.ramp-comment-modal .ramp-comment-entry-list{max-height:185px}.ramp-chart-card{background:#10172cf5;border:1px solid #2d3c60c7;border-radius:8px;padding:18px 20px 24px}.ramp-chart-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.ramp-chart-header h2{color:#fff;font-size:16px;font-weight:700}.target-pill{color:#6df3ca;background:#185f4959;border:1px solid #56e39f47;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.ramp-chart-wrap{margin-top:8px}.ramp-chart-empty{color:#8fa3c9;text-align:center;border:1px dashed #5461817a;border-radius:8px;place-items:center;min-height:220px;font-size:13px;display:grid}.ramp-legend{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:10px;display:flex}.ramp-legend-item{color:#d9e5ff;align-items:center;gap:6px;font-size:13px;display:inline-flex}.ramp-legend-swatch{width:11px;height:11px}.ramp-tooltip{background:#070f1ffa;border:1px solid #445784b3;border-radius:12px;min-width:150px;padding:10px 12px;box-shadow:0 14px 30px #00000059}.ramp-tooltip-date{color:#fff;margin-bottom:5px;font-size:13px;font-weight:700}.ramp-tooltip-entry+.ramp-tooltip-entry{margin-top:8px}.ramp-tooltip-row{color:#d9e5ff;justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.ramp-tooltip-detail{color:#8ea3c8;margin-top:3px;padding-left:14px;font-size:10px;line-height:1.35}.ramp-tooltip-label{align-items:center;gap:6px;display:inline-flex}.ramp-tooltip-dot{border-radius:50%;width:8px;height:8px}@media (width<=1180px){.ramp-overview-grid{grid-template-columns:1fr}.ramp-cards-grid,.ramp-overview-grid .ramp-cards-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (width<=820px){.ramp-header,.ramp-comments-header,.ramp-comment-line-head{flex-direction:column}.ramp-actions,.ramp-comment-line-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.lines-group{width:100%;min-width:0}.ramp-cards-grid,.ramp-comment-category-grid{grid-template-columns:1fr}.ramp-comment-modal-overlay{padding:12px}.ramp-comment-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.ramp-comment-modal-header,.ramp-comment-modal-line{flex-direction:column}.ramp-comment-modal-kpis{grid-template-columns:1fr}}
