@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');

:root{color-scheme:dark;--cx-bg:#0c141d;--cx-sidebar:#111d29;--cx-panel:#15222e;--cx-line:#263644;--cx-muted:#91a2b4;--cx-text:#eef3f9;--cx-blue:#417cff;--cx-green:#48d7a7;--cx-gold:#f5ce54;--cx-radius:12px;--cx-font:'Manrope','Noto Sans KR',sans-serif}
*{box-sizing:border-box}body.cx-app{margin:0;background:var(--cx-bg);color:var(--cx-text);font:14px/1.6 var(--cx-font);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed}button{color:inherit}a{color:inherit;text-decoration:none}button,select,input{outline:none}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:2px solid #8eb2ff;outline-offset:4px}button{border:0}h1,h2,h3,p{margin:0}img,svg{vertical-align:middle}img{max-width:100%}.cx-icon{width:20px;height:20px;flex-shrink:0}.cx-small{width:15px;height:15px}.cx-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cx-skip{position:fixed;top:-100px;left:20px;z-index:100;padding:12px 20px;background:var(--cx-blue);border-radius:8px}.cx-skip:focus{top:12px}.cx-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--cx-green);flex-shrink:0}.cx-dot-warning{background:#e9bd63}.cx-dot-offline{background:#627486}.cx-blue{color:#77a4ff}.cx-green{color:var(--cx-green)}.cx-red{color:#f07987}.cx-cyan{color:#67c7ef}.cx-violet{color:#b29bef}.cx-gold{color:#e8c66e}.cx-icon-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:transparent;color:#9aabbc;flex-shrink:0}.cx-icon-btn:hover{background:#ffffff0c;color:#fff}.cx-text-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;background:none;color:#a2b4c8;font-size:11px;white-space:nowrap;padding:4px 0}.cx-text-btn:hover{color:#8ab0ff}.cx-text-btn .cx-icon{width:14px;height:14px}.cx-primary{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--cx-blue);color:#fff;font-size:14px;font-weight:700;border:1px solid #5489ff;border-radius:8px;padding:13px 24px;transition:background .18s}.cx-primary:hover{background:#548aff}.cx-outline-btn{background:#172635;border:1px solid #334557;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 13px;color:#d6e1ed;font-size:12px;white-space:nowrap}.cx-outline-btn:hover{background:#213347}.cx-outline-btn .cx-icon{width:16px;height:16px}

/* 기업 소개와 로그인 */
.cx-login{display:grid;grid-template-columns:59% 41%;min-height:100svh}.cx-login-hero{position:relative;overflow:hidden;min-height:800px;background:radial-gradient(ellipse at 58% 80%,#234555 0%,#132733 39%,#101f2a 73%)}.cx-login-hero:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 68%,#10212ae6)}.cx-login-brand{position:absolute;top:48px;left:60px;z-index:3}.cx-login-brand img{width:200px;height:auto}.cx-hero-copy{position:relative;z-index:2;padding:156px 60px 0}.cx-hero-intro{display:flex;align-items:center;gap:9px;color:#b9c8d3;font-size:13px;letter-spacing:.01em}.cx-hero-intro>span{width:7px;height:7px;background:var(--cx-gold);border-radius:50%;box-shadow:0 0 16px #f5ce5444}.cx-hero-copy h1{font-size:clamp(37px,3.4vw,60px);line-height:1.4;font-weight:600;letter-spacing:-.05em;margin:22px 0 20px}.cx-hero-copy p{color:#a5b6c4;font-size:15px;line-height:1.95;letter-spacing:-.02em}.cx-machine-scene{position:absolute;inset:330px 0 0;pointer-events:none}.cx-machine{position:absolute;width:clamp(610px,56vw,1000px);max-width:none;right:-19%;bottom:-36%;filter:brightness(.67) contrast(1.08);transform:rotate(-17deg);opacity:.88}.cx-orbit{position:absolute;width:610px;height:610px;border:1px solid #c6e7f219;border-radius:50%;right:-100px;top:-30px;transform:rotate(-25deg) scaleY(.73)}.cx-orbit-two{width:810px;height:810px;right:-200px;top:-135px;border-style:dashed;opacity:.6}.cx-machine-caption{position:absolute;bottom:113px;left:60px;z-index:4;display:flex;gap:9px;align-items:center;font-size:11px;background:#132833bc;border:1px solid #73959e40;backdrop-filter:blur(10px);padding:12px 16px;border-radius:6px}.cx-machine-caption>span:last-child{color:#8ba0ab;margin-left:16px;font-size:10px}.cx-hero-footer{position:absolute;left:60px;right:48px;bottom:33px;z-index:3;display:flex;justify-content:space-between;gap:12px;font-size:11px;color:#8099a8}.cx-login-panel{min-height:800px;background:#0d1721;display:flex;flex-direction:column;padding:46px 9% 28px;position:relative}.cx-login-top{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:11px;color:#94a6b8}.cx-login-secure{display:flex;align-items:center;gap:6px;font-size:10px;color:#647d91}.cx-login-secure .cx-icon{width:14px;height:14px}.cx-login-form-wrap{width:100%;max-width:380px;margin:auto; padding:65px 0}.cx-login-emblem{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #354657;background:#172939;border-radius:13px;margin-bottom:27px;color:#9fbad0}.cx-login-emblem .cx-icon{width:23px;height:23px}.cx-login-form-wrap h2{font-size:29px;line-height:1.5;font-weight:500;letter-spacing:-.045em}.cx-login-description{font-size:12px;color:#91a3b5;margin-top:13px}.cx-login-form{margin-top:34px}.cx-login-form>label{display:block;font-size:12px;color:#c7d3df;margin:19px 0 9px}.cx-input-wrap{display:flex;align-items:center;position:relative;background:#132331;border:1px solid #2b3b4a;border-radius:7px;transition:border-color .15s}.cx-input-wrap:focus-within{border-color:#618fdd;box-shadow:0 0 0 3px #417cff12}.cx-input-wrap>.cx-icon{position:absolute;left:16px;width:17px;height:17px;color:#6e879c}.cx-input-wrap input{width:100%;height:54px;border:0;background:transparent;color:#fff;padding:0 46px;font-size:12px}.cx-input-wrap input::placeholder{color:#698091}.cx-input-wrap input:focus-visible{outline:none}.cx-password-toggle{position:absolute;right:7px;width:38px;height:38px;background:transparent;color:#6e879c}.cx-password-toggle[aria-pressed=true]{color:#9dc0ff}.cx-password-toggle .cx-icon{width:17px;height:17px}.cx-login-options{display:flex;justify-content:space-between;align-items:center;margin:18px 0 27px}.cx-checkbox{display:flex;gap:7px;align-items:center;font-size:11px;color:#96aabb;cursor:pointer}.cx-checkbox input{margin:0;width:14px;height:14px;accent-color:var(--cx-blue)}.cx-login-submit{height:54px;width:100%;justify-content:space-between;padding:0 20px;font-size:13px}.cx-login-submit .cx-icon{width:17px;height:17px}.cx-account-note{border-top:1px solid #263744;margin-top:28px;padding-top:24px;display:flex;gap:10px;color:#a0b1bf}.cx-account-note>.cx-icon{width:15px;height:15px;margin-top:3px;color:#708798}.cx-account-note p{font-size:11px;line-height:1.9}.cx-account-note p span{color:#6f8596;font-size:10px}.cx-login-bottom{display:flex;justify-content:space-between;gap:8px;color:#586f82;font-size:9px}.cx-preview-link{margin-top:24px;font-size:11px;display:flex;align-items:center;gap:8px;color:#a9c5fd}.cx-preview-link .cx-icon{width:14px;height:14px}

/* 앱 골격 */
.cx-shell{display:flex;min-height:100vh}.cx-sidebar{width:216px;position:fixed;inset:0 auto 0 0;z-index:30;background:linear-gradient(160deg,#152331,#101c28 60%);border-right:1px solid #243443;display:flex;flex-direction:column;padding:30px 16px 18px}.cx-sidebar-brand{padding-left:13px;display:block}.cx-sidebar-brand img{width:146px;height:auto}.cx-sidebar-brand>span{display:block;font-size:9px;color:#758a9b;margin-top:10px;letter-spacing:.08em}.cx-workspace{margin:32px 0 25px;padding:13px 9px;border:1px solid #2a3c4c;border-radius:9px;display:flex;gap:9px;align-items:center;background:#1c2c3940}.cx-workspace-symbol{width:30px;height:32px;display:flex;align-items:center;justify-content:center;background:#293c4b;border-radius:7px;color:#c0d1de}.cx-workspace-symbol .cx-icon{width:17px;height:17px}.cx-workspace strong{font-size:10px;display:block;font-weight:700}.cx-workspace div>span{font-size:9px;color:#7f95a8;display:block;margin-top:2px}.cx-nav-caption{color:#637d91;font-size:10px;padding:0 13px;margin-bottom:10px}.cx-nav-caption-second{margin-top:30px}.cx-nav-item{width:100%;display:flex;align-items:center;gap:12px;border-radius:7px;padding:12px 14px;background:transparent;color:#93a9bc;font-size:12px;text-align:left;margin:4px 0;white-space:nowrap}.cx-nav-item>.cx-icon{width:18px;height:18px}.cx-nav-item:hover{background:#1b3042;color:#dbe8f5}.cx-nav-item.is-active{background:#326af3;color:#fff;box-shadow:0 4px 15px #0a204840}.cx-nav-item.is-active>.cx-icon{color:#dce8ff}.cx-nav-count{margin-left:auto;background:#c19a3219;border:1px solid #927e3940;color:#e6c375;padding:0 6px;font-size:10px;border-radius:4px}.cx-new-dot{width:5px;height:5px;border-radius:50%;background:#d7b559;margin-left:auto}.cx-sidebar-bottom{margin-top:auto;padding-top:40px}.cx-brand-note{display:flex;gap:13px;padding:15px 12px;margin-bottom:18px;border:1px solid #2b3c49;border-radius:8px;color:#7f9caa}.cx-brand-note .cx-icon{width:27px;height:27px;color:#a4c4c1}.cx-brand-note>span{font-size:10px;line-height:1.8}.cx-brand-note strong{color:#c0d3d9;font-size:11px;font-weight:500}.cx-sidebar-copyright{display:block;font-size:9px;color:#526c80;padding:12px 14px 0}.cx-main-wrap{margin-left:216px;width:calc(100% - 216px);min-width:0}.cx-topbar{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid #233241;background:#111e29}.cx-breadcrumb{display:flex;align-items:center;gap:14px;color:#72899e;font-size:11px}.cx-breadcrumb>.cx-icon{width:11px;height:11px;color:#4c6479}.cx-breadcrumb strong{font-weight:500;color:#becddc}.cx-topbar-actions{display:flex;align-items:center;gap:17px}.cx-demo-badge{font-size:10px;padding:4px 9px;border:1px solid #5a5634;border-radius:5px;color:#d3c07d;background:#57502312;display:flex;align-items:center;gap:6px}.cx-demo-badge>span{width:5px;height:5px;background:#d4bb6c;border-radius:50%}.cx-topbar-divider{width:1px;height:22px;background:#2a3b4a}.cx-notification{position:relative}.cx-notification>span{position:absolute;right:0;top:0;width:13px;height:13px;background:#ed6977;border:2px solid #111e29;border-radius:50%;font-size:8px;color:white;display:flex;align-items:center;justify-content:center;box-sizing:content-box}.cx-profile{background:none;display:flex;align-items:center;gap:10px;text-align:left}.cx-avatar{display:flex;align-items:center;justify-content:center;width:33px;height:33px;background:#2b4052;border:1px solid #4d6173;border-radius:50%;color:#c5d7e7}.cx-avatar .cx-icon{width:18px;height:18px}.cx-profile strong{display:block;font-size:11px;font-weight:500;color:#dce7f1}.cx-profile small{display:block;font-size:9px;color:#7991a6}.cx-profile>.cx-icon{width:12px;height:12px;color:#8ca3b8;margin-left:5px}.cx-mobile-menu{display:none}.cx-main{padding:29px 28px 0;max-width:2000px;margin:auto}.cx-page-heading{display:flex;justify-content:space-between;align-items:center;gap:18px}.cx-heading-line{display:flex;align-items:center;gap:15px}.cx-heading-line h1{font-size:27px;line-height:1.35;font-weight:700;letter-spacing:-.04em}.cx-status-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;font-size:10px;color:#67d9b1;background:#244b422e;border:1px solid #2e5b4933;padding:3px 9px;border-radius:5px;font-weight:500}.cx-status-badge .cx-dot{width:5px;height:5px}.cx-status-badge.is-warning{color:#dec078;background:#4c442326;border-color:#6c5d3838}.cx-status-badge.is-warning .cx-dot{background:#d4b467}.cx-location{display:flex;align-items:center;gap:5px;color:#7c94a8;font-size:10px;margin-top:9px}.cx-location .cx-icon{width:12px;height:12px}.cx-location-separator{margin:0 7px;color:#354b5c}.cx-heading-tools{display:flex;gap:9px}.cx-select-wrap{display:flex;align-items:center;position:relative;background:#152431;border:1px solid #304354;border-radius:7px;padding-left:12px}.cx-select-wrap>.cx-icon{width:15px;height:15px;color:#91a8bc}.cx-select-wrap select,.cx-small-select select{appearance:none;border:0;background:transparent;color:#d6e1ed;padding:10px 30px 10px 8px;font-size:12px;cursor:pointer}.cx-select-wrap>.cx-icon:last-child{position:absolute;right:11px;pointer-events:none;width:12px}.cx-select-wrap select option,.cx-small-select select option{background:#172633}.cx-dashboard-meta{display:flex;justify-content:space-between;align-items:center;color:#6d8599;font-size:10px;margin:20px 0 16px}.cx-dashboard-meta>div{display:flex;align-items:center;gap:7px}.cx-dashboard-meta .cx-dot{width:5px;height:5px}.cx-dashboard-meta time{color:#95a8ba;margin-left:8px;font-variant-numeric:tabular-nums}.cx-dashboard-meta .cx-icon-btn{height:21px;width:24px}.cx-dashboard-meta .cx-icon{width:13px;height:13px}.cx-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:19px}.cx-kpi{position:relative;min-height:137px;background:linear-gradient(130deg,#182936,#14222e);border:1px solid var(--cx-line);border-radius:var(--cx-radius);padding:16px 17px;overflow:hidden}.cx-kpi-top{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:11px;color:#9bafc0}.cx-kpi-icon{width:27px;height:27px;border-radius:7px;background:#ffffff04;display:flex;align-items:center;justify-content:center}.cx-kpi-icon .cx-icon{width:18px;height:18px}.cx-kpi-value{display:flex;align-items:baseline;gap:7px;margin-top:4px;font-variant-numeric:tabular-nums}.cx-kpi-value strong{font-size:31px;font-weight:700;letter-spacing:-.04em;line-height:1.5}.cx-kpi-value>span{font-size:11px;color:#8ca2b5}.cx-kpi:nth-child(2) .cx-kpi-value strong{color:#59d4aa}.cx-kpi p{font-size:9px;color:#6e879c;margin-top:3px}.cx-kpi-progress{position:absolute;left:17px;right:17px;bottom:10px;height:2px;background:#3c422f}.cx-kpi-progress>span{display:block;width:65%;height:100%;background:#cfb25b}

/* 현황 패널 */
.cx-primary-grid{display:grid;grid-template-columns:.95fr 1.25fr 1.25fr;gap:17px;margin-bottom:18px;align-items:stretch}.cx-panel{background:var(--cx-panel);border:1px solid var(--cx-line);border-radius:var(--cx-radius);overflow:hidden;min-width:0}.cx-panel-heading{display:flex;align-items:center;gap:9px;padding:17px 18px 14px;min-height:55px}.cx-panel-heading h2{font-size:13px;letter-spacing:-.02em;font-weight:600;white-space:nowrap}.cx-panel-heading>.cx-icon-btn:last-child,.cx-panel-heading>.cx-text-btn:last-child,.cx-panel-heading>.cx-small-select:last-child{margin-left:auto}.cx-panel-note{font-size:9px;color:#718ba0;font-weight:400;margin-left:auto;white-space:nowrap}.cx-count-badge{font-size:10px;color:#90b0d4;background:#2d456254;border:1px solid #365270;border-radius:4px;padding:0 5px;line-height:1.5}.cx-site-map{position:relative;margin:0 12px;border-radius:7px;overflow:hidden;height:242px;background:#183029}.cx-site-map>svg{width:100%;height:100%;display:block;filter:saturate(.8)}.cx-map-marker{position:absolute;left:50%;top:47%;transform:translate(-35%,-40%);display:flex;flex-direction:column;align-items:center;gap:8px}.cx-map-pin{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;background:#3a7af4;border:4px solid #a7c5ff38;box-shadow:0 0 0 9px #477cda1c,0 0 0 19px #477cda0b}.cx-map-pin .cx-icon{width:17px;height:17px}.cx-map-marker strong{background:#172b3b;border:1px solid #54728e;padding:4px 11px;border-radius:4px;font-size:10px;font-weight:500;white-space:nowrap;box-shadow:0 4px 8px #0003}.cx-map-north{position:absolute;right:13px;top:12px;font-size:10px;color:#a2b5b6;letter-spacing:2px}.cx-map-caption{position:absolute;left:10px;bottom:7px;font-size:8px;color:#889f9c}.cx-map-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 15px;font-size:9px;color:#879fb2}.cx-map-footer>span:first-child{display:flex;gap:4px;align-items:center}.cx-map-footer .cx-icon{width:12px;height:12px}.cx-map-footer>span:last-child{padding:2px 7px;border:1px solid #35494c;border-radius:4px;color:#9dbbb5}.cx-small-select{display:flex;position:relative;align-items:center;border:1px solid #2c4052;background:#1c2c3b;border-radius:5px}.cx-small-select select{font-size:10px;padding:5px 27px 5px 9px}.cx-small-select>.cx-icon{width:11px;height:11px;position:absolute;right:8px;pointer-events:none;color:#9fb2c5}.cx-sensor-grid{padding:0 14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.cx-sensor{min-width:0;padding:13px 10px 11px;text-align:left;background:linear-gradient(145deg,#1b2e3c,#182a37);border:1px solid #2b4151;border-radius:7px;transition:border-color .15s}.cx-sensor:hover,.cx-sensor.is-selected{border-color:#5a7b96;background:#1c3140}.cx-sensor-label{display:flex;align-items:center;gap:6px;color:#b1c2d1;font-size:10px}.cx-sensor-label .cx-icon{width:15px;height:15px}.cx-sensor-value{display:flex;align-items:baseline;gap:4px;margin:7px 0 5px;white-space:nowrap}.cx-sensor-value strong{font-size:22px;font-weight:700;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.cx-sensor-value>span{font-size:9px;color:#7e98ad}.cx-sensor-state{display:flex;align-items:center;gap:4px;font-size:9px;color:#74c3a5}.cx-sensor-state .cx-dot{width:5px;height:5px}.cx-panel-footnote{display:flex;align-items:center;gap:5px;padding:12px 16px;font-size:8px;color:#7891a5}.cx-panel-footnote .cx-dot{width:4px;height:4px}.cx-panel-footnote>span:last-child{margin-left:auto;color:#5c788d;font-size:8px}.cx-device-list{padding:0 14px 13px;display:flex;flex-direction:column;gap:9px}.cx-device-row{padding:13px 12px;background:linear-gradient(110deg,#1b2c3a,#172735);border:1px solid #2b3d4e;border-radius:7px;text-align:left;width:100%}.cx-device-row:hover{border-color:#456683}.cx-device-row-top{display:flex;align-items:center;justify-content:space-between;gap:5px}.cx-device-identity{display:flex;gap:8px;align-items:center}.cx-device-symbol{width:29px;height:29px;background:#2a405258;color:#8caeca;display:flex;align-items:center;justify-content:center;border-radius:6px}.cx-device-symbol .cx-icon{width:17px;height:17px}.cx-device-identity strong{font-size:11px;font-weight:600;display:block;line-height:1.4}.cx-device-identity small{display:block;font-size:8px;color:#6b879d;margin-top:2px}.cx-device-row .cx-status-badge{font-size:8px;padding:2px 6px;border:0}.cx-device-readings{display:flex;align-items:center;gap:13px;margin-top:12px;font-size:9px;color:#6f8a9f}.cx-device-readings strong{font-size:11px;color:#c7d6e3;margin-left:5px;font-weight:600}.cx-device-readings small{font-size:8px;margin-left:2px;color:#91a5b8}.cx-device-readings>span:last-child{margin-left:auto;display:flex;align-items:center;color:#8aa4bc}.cx-device-readings .cx-icon{width:11px;height:11px}

/* 추이와 이력 */
.cx-secondary-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:17px;margin-bottom:18px}.cx-periods{display:flex;padding:3px;background:#101d28;border:1px solid #263a4b;border-radius:6px;margin-left:auto}.cx-periods button{background:none;border-radius:3px;padding:4px 9px;font-size:9px;color:#8099b0}.cx-periods button.is-active{background:#336bea;color:#fff;box-shadow:0 2px 5px #0002}.cx-chart-toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 19px 8px;gap:10px}.cx-metric-tabs{display:flex;gap:13px}.cx-metric-tabs button{background:none;color:#7690a6;padding:0;font-size:10px;display:flex;align-items:center;gap:5px}.cx-metric-tabs button:before{content:'';width:5px;height:5px;background:#486074;border-radius:50%}.cx-metric-tabs button.is-active{color:#c4d8e6}.cx-metric-tabs button.is-active:before{background:#4bd0ac}.cx-chart-toolbar>span{font-size:9px;color:#728ba1}.cx-chart{height:175px;padding:0 14px}.cx-chart svg{width:100%;height:100%;display:block;overflow:visible}.cx-chart text{font-family:var(--cx-font);fill:#648096;font-size:9px}.cx-chart-footer{display:flex;justify-content:space-between;padding:6px 19px 13px;font-size:8px;color:#5b788e}.cx-heatmap-scroll{padding:3px 17px 6px;overflow-x:auto}.cx-heatmap{width:100%;border-collapse:collapse;table-layout:fixed;min-width:355px}.cx-heatmap th{font-weight:400;font-size:7px;color:#6b8498;height:23px;text-align:center}.cx-heatmap th:first-child{width:32px;text-align:left}.cx-heatmap td{height:23px;text-align:center;border-bottom:1px solid #22344370}.cx-heatmap td:first-child{text-align:left;font-size:9px;color:#8ea6b8}.cx-heatmap td button{display:inline-flex;justify-content:center;align-items:center;width:100%;height:21px;padding:0;background:none;border-radius:3px}.cx-heatmap td button:hover{background:#2d4154}.cx-heatmap .cx-dot{width:5px;height:5px}.cx-heatmap-legend{display:flex;justify-content:flex-end;gap:12px;padding:2px 18px 0;color:#7e96a9;font-size:8px}.cx-heatmap-legend>span{display:flex;align-items:center;gap:4px}.cx-heatmap-legend .cx-dot{width:5px;height:5px}.cx-heatmap-note{font-size:8px;color:#57758b;padding:9px 18px 13px}.cx-bottom-grid{align-items:stretch}.cx-table-scroll{padding:0 17px 15px;overflow:auto}.cx-alarm-table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap;font-size:9px}.cx-alarm-table th{font-size:9px;font-weight:500;color:#7290a7;padding:9px 10px;background:#1e3040;border-top:1px solid #2b4052;border-bottom:1px solid #2b4052}.cx-alarm-table td{padding:12px 10px;color:#a2b6c8;border-bottom:1px solid #25394a}.cx-alarm-table tr:last-child td{border-bottom:0}.cx-alarm-table td:first-child{color:#7e9ab0;font-size:9px}.cx-alarm-tag{font-size:8px;color:#dabb74;border:1px solid #6b592c4d;border-radius:4px;padding:3px 8px;background:#56492926}.cx-alarm-tag.resolved{color:#74bda2;background:#285c4426;border-color:#2b66514d}.cx-notice-item{width:calc(100% - 32px);margin:0 16px;padding:14px 0;border-bottom:1px solid #293b4b;display:flex;gap:11px;align-items:flex-start;text-align:left;background:none}.cx-notice-item:hover strong{color:#91b7ff}.cx-notice-pin,.cx-notice-type{display:inline-block;padding:2px 5px;font-size:8px;border:1px solid #3d6390;border-radius:4px;color:#86b1ef;background:#29456a40;margin-top:2px;white-space:nowrap}.cx-notice-type{color:#8fa5b8;background:#2e415130;border-color:#3c5265}.cx-notice-item>span:nth-child(2){min-width:0}.cx-notice-item strong{font-size:10px;font-weight:500;display:block;color:#b9cbd9}.cx-notice-item small{font-size:8px;color:#658397;display:block;margin-top:4px}.cx-notice-item>.cx-icon{margin-left:auto;width:13px;height:13px;color:#58778f;margin-top:4px}.cx-notice-bottom{display:flex;align-items:center;gap:7px;padding:13px 16px;font-size:8px;color:#6c8a9f}.cx-notice-bottom>.cx-icon{width:12px;height:12px}.cx-notice-bottom>.cx-text-btn{margin-left:auto;font-size:9px}.cx-main-footer{display:flex;justify-content:space-between;gap:10px;padding:2px 0 24px;font-size:8px;color:#49677f}

/* 안내 패널 */
.cx-dialog{background:#182937;border:1px solid #40566b;border-radius:13px;color:#d6e3ee;padding:24px;max-width:470px;width:calc(100% - 36px);box-shadow:0 25px 100px #0008}.cx-dialog::backdrop{background:#030a13bd;backdrop-filter:blur(5px)}.cx-dialog-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.cx-dialog-heading h2{font-size:18px;letter-spacing:-.025em}.cx-dialog-content,#cx-dialog-content{font-size:13px;line-height:1.85;color:#99b0c4;white-space:pre-line}.cx-dialog-confirm{margin-top:24px;float:right;padding:8px 24px;font-size:12px}.cx-dialog::after{content:'';display:block;clear:both}.cx-empty-chart{display:flex;height:100%;justify-content:center;align-items:center;flex-direction:column;gap:6px;color:#92a8bb;font-size:13px}.cx-empty-chart small{font-size:10px;color:#5f7a8f}

@media(min-width:1700px){.cx-main{padding:34px 35px 0}.cx-kpi{padding:19px 21px}.cx-kpi-value strong{font-size:36px}.cx-site-map{height:263px}.cx-sensor{padding:16px 13px}.cx-sensor-value strong{font-size:26px}.cx-device-row{padding:15px}.cx-panel-heading h2{font-size:14px}.cx-chart{height:188px}.cx-heatmap td{height:25px}.cx-login-panel{padding-left:13%;padding-right:13%}.cx-hero-copy{padding-top:180px}.cx-machine{bottom:-35%;right:-17%}}
@media(max-width:1250px){.cx-sidebar{width:190px;padding-left:11px;padding-right:11px}.cx-main-wrap{margin-left:190px;width:calc(100% - 190px)}.cx-main{padding:22px 19px 0}.cx-topbar{padding:0 20px}.cx-heading-line h1{font-size:23px}.cx-kpis{gap:8px}.cx-kpi{padding:13px 12px;min-height:126px}.cx-kpi-top{font-size:10px}.cx-kpi-value strong{font-size:29px}.cx-kpi-top .cx-kpi-icon{width:21px}.cx-kpi-progress{left:12px;right:12px}.cx-primary-grid{grid-template-columns:.85fr 1.18fr 1.18fr;gap:11px}.cx-secondary-grid{gap:11px;grid-template-columns:1.35fr 1fr}.cx-sensor-grid{padding:0 10px;gap:6px}.cx-sensor{padding:12px 8px}.cx-sensor-label{font-size:9px;gap:3px}.cx-sensor-label .cx-icon{width:13px}.cx-sensor-value strong{font-size:20px}.cx-panel-heading{padding-left:13px;padding-right:13px}.cx-device-list{padding:0 10px 12px}.cx-device-row{padding:12px 9px}.cx-device-readings{gap:8px}.cx-device-symbol{display:none}.cx-panel-footnote>span:last-child{display:none}.cx-login-panel{padding:40px 9% 28px}.cx-login-top{font-size:10px}.cx-login-secure{font-size:9px}.cx-hero-copy{padding-left:42px;padding-top:155px}.cx-login-brand{left:42px}.cx-hero-footer{left:42px;right:30px}.cx-machine-caption{left:42px}.cx-machine-caption>span:last-child{display:none}.cx-login-form-wrap h2{font-size:26px}.cx-machine{bottom:-26%;right:-35%}.cx-hero-footer{font-size:9px}}
@media(max-width:1050px){.cx-kpis{grid-template-columns:repeat(3,1fr);gap:10px}.cx-kpi{min-height:117px}.cx-kpi-top{font-size:11px}.cx-kpi-value strong{font-size:31px}.cx-primary-grid{grid-template-columns:1fr 1.25fr}.cx-devices-panel{grid-column:1/-1}.cx-device-list{display:grid;grid-template-columns:repeat(3,1fr)}.cx-device-row-top{flex-wrap:wrap;gap:8px}.cx-secondary-grid{grid-template-columns:1fr}.cx-heading-tools{gap:6px}.cx-heading-tools .cx-outline-btn span{display:none}.cx-heading-tools .cx-outline-btn{padding:10px}.cx-heading-line{gap:9px}.cx-heading-line h1{font-size:22px}.cx-location{font-size:9px}.cx-login{grid-template-columns:53% 47%}.cx-login-hero,.cx-login-panel{min-height:760px}.cx-hero-copy h1{font-size:36px}.cx-hero-copy p{font-size:12px}.cx-hero-intro{font-size:11px}.cx-login-panel{padding-left:10%;padding-right:10%}.cx-machine{right:-55%;bottom:-32%;width:730px}.cx-hero-footer>span:first-child{display:none}}
@media(max-width:760px){.cx-sidebar{transform:translateX(-100%);width:224px;transition:transform .2s}.cx-sidebar.is-open{transform:none}.cx-sidebar-backdrop:not([hidden]){display:block;position:fixed;inset:0;background:#03091299;z-index:29}.cx-main-wrap{margin-left:0;width:100%}.cx-mobile-menu{display:inline-flex}.cx-topbar{height:61px;padding:0 15px}.cx-breadcrumb{gap:8px}.cx-breadcrumb>span,.cx-breadcrumb>.cx-icon{display:none}.cx-topbar-actions{gap:10px}.cx-profile>span:nth-child(2),.cx-profile>.cx-icon,.cx-topbar-divider{display:none}.cx-main{padding:23px 16px 0}.cx-heading-line h1{font-size:23px}.cx-page-heading{align-items:flex-start;flex-direction:column;gap:16px}.cx-heading-tools{width:100%}.cx-select-wrap{flex:1}.cx-select-wrap select{width:100%;font-size:11px}.cx-heading-tools .cx-outline-btn span{display:inline}.cx-dashboard-meta{margin:18px 0 13px}.cx-dashboard-meta>span{display:none}.cx-dashboard-meta>div{width:100%;font-size:9px}.cx-dashboard-meta time{margin-left:auto}.cx-kpis{gap:8px}.cx-kpi{padding:12px 11px;min-height:118px}.cx-kpi-top{font-size:10px}.cx-kpi-icon .cx-icon{width:15px}.cx-kpi-value strong{font-size:28px}.cx-kpi-value>span{font-size:9px}.cx-kpi p{font-size:8px}.cx-primary-grid{grid-template-columns:1fr;gap:14px}.cx-site-map{height:220px}.cx-devices-panel{grid-column:auto}.cx-device-list{display:flex}.cx-device-row-top{flex-wrap:nowrap}.cx-device-symbol{display:flex}.cx-device-identity strong{font-size:12px}.cx-device-identity small{font-size:9px}.cx-device-readings{margin-top:11px;font-size:10px;gap:16px}.cx-device-readings strong{font-size:12px}.cx-device-row{padding:14px}.cx-sensor-grid{padding:0 14px;gap:9px}.cx-sensor{padding:13px 12px}.cx-sensor-value strong{font-size:25px}.cx-sensor-label{font-size:11px;gap:6px}.cx-sensor-state{font-size:10px}.cx-panel-footnote{font-size:9px}.cx-secondary-grid{gap:14px;margin-bottom:14px}.cx-panel-heading h2{font-size:13px}.cx-periods button{padding:4px 6px;font-size:8px}.cx-panel-heading{gap:6px;padding:16px 14px 13px}.cx-chart-toolbar{padding:0 15px 9px}.cx-metric-tabs{gap:11px}.cx-chart{height:180px}.cx-main-footer{flex-direction:column;gap:3px;font-size:8px;padding:0 0 23px}.cx-notice-item strong{font-size:11px}.cx-notice-item small{font-size:9px}.cx-notice-bottom{font-size:9px}.cx-login{display:flex;flex-direction:column;min-height:100svh}.cx-login-hero{min-height:290px;height:290px}.cx-login-brand{top:28px;left:27px}.cx-login-brand img{width:150px}.cx-hero-copy{padding:96px 27px 0}.cx-hero-intro{font-size:9px}.cx-hero-copy h1{font-size:29px;line-height:1.4;margin-top:12px;margin-bottom:0}.cx-hero-copy p{display:none}.cx-machine-scene{inset:0}.cx-machine{width:390px;right:-100px;bottom:-85px;opacity:.3;transform:rotate(-16deg)}.cx-orbit{width:360px;height:360px;right:-100px;top:30px}.cx-orbit-two{width:450px;height:450px;right:-150px;top:-30px}.cx-hero-footer,.cx-machine-caption{display:none}.cx-login-panel{min-height:0;padding:25px 28px 23px;flex:1}.cx-login-top{font-size:10px}.cx-login-form-wrap{padding:31px 0 35px;max-width:410px}.cx-login-emblem{display:none}.cx-login-form-wrap h2{font-size:24px}.cx-login-form-wrap h2 br{display:none}.cx-login-description{font-size:11px;margin-top:10px}.cx-login-form{margin-top:23px}.cx-login-form>label{margin-top:17px}.cx-login-bottom{font-size:8px;max-width:410px;width:100%;margin:auto}.cx-account-note{margin-top:24px;padding-top:20px}.cx-login-options{margin-bottom:23px}}
@media(max-width:380px){.cx-main{padding-left:12px;padding-right:12px}.cx-topbar-actions{gap:7px}.cx-demo-badge{font-size:9px}.cx-kpi{padding:10px 8px}.cx-kpi-top{font-size:9px}.cx-kpi-value strong{font-size:25px}.cx-kpi-icon{display:none}.cx-kpi-value{gap:4px}.cx-sensor{padding:11px 8px}.cx-sensor-value strong{font-size:22px}.cx-location{flex-wrap:wrap}.cx-periods button{padding:4px 5px}.cx-chart-toolbar>span{font-size:8px}.cx-notice-bottom>span{font-size:8px}.cx-login-secure{font-size:8px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* 장시간 관제를 위한 보조 정보 가독성 */
.cx-business-footer{border-top:1px solid #263b4c;padding:22px 0 24px;margin-top:24px;color:#7d96aa;font-size:11px}.cx-business-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.cx-business-heading strong{font-size:13px;font-weight:600;color:#b6cadb}.cx-business-heading>a{display:flex;align-items:center;gap:7px;color:#9cb7d0;font-size:10px}.cx-business-heading .cx-icon{width:13px;height:13px}.cx-business-details{display:flex;flex-wrap:wrap;gap:6px 20px;font-size:10px}.cx-business-details b{font-weight:400;color:#91a9bd;margin-left:6px}.cx-business-details a{margin-left:6px}.cx-business-footer address{font-size:10px;font-style:normal;margin-top:6px;color:#7d96aa}.cx-business-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px 15px;margin-top:18px;font-size:9px;color:#59758c}
.cx-nav-item{font-size:13px}.cx-panel-heading h2{font-size:14px}.cx-kpi-top{font-size:12px}.cx-kpi p{font-size:10px;color:#91a6b8}.cx-sensor-label{font-size:11px}.cx-sensor-state{font-size:10px}.cx-sensor-value>span{font-size:10px}.cx-device-identity strong{font-size:12px}.cx-device-identity small{font-size:9px;color:#8ba1b4}.cx-device-readings{font-size:10px}.cx-device-readings strong{font-size:12px}.cx-panel-note{font-size:10px;color:#90a7bc}.cx-location{font-size:11px;color:#91a7b9}.cx-dashboard-meta{font-size:11px;color:#89a1b5}.cx-alarm-table,.cx-alarm-table th,.cx-alarm-table td:first-child{font-size:11px}.cx-alarm-table th{color:#9cb1c4}.cx-notice-item strong{font-size:12px}.cx-notice-item small{font-size:10px;color:#87a0b5}.cx-notice-bottom{font-size:10px}.cx-text-btn{font-size:11px}.cx-heatmap-note,.cx-chart-footer,.cx-panel-footnote{font-size:9px;color:#829bae}.cx-chart text{fill:#8ca4b8}.cx-login-description{font-size:13px}.cx-login-form>label{font-size:13px}.cx-input-wrap input{font-size:13px}.cx-checkbox{font-size:12px}.cx-login-submit{font-size:14px}.cx-hero-copy{text-shadow:0 2px 24px #0a1a2677}.cx-machine{mask-image:linear-gradient(90deg,transparent 0%,#000 24%,#000 100%)}
@media(max-width:1250px){.cx-kpi-top{font-size:11px}.cx-location{font-size:10px}.cx-sensor-label{font-size:10px}.cx-device-readings{font-size:9px}}
@media(max-width:760px){.cx-nav-item{font-size:13px}.cx-kpi-top{font-size:10px}.cx-kpi p{font-size:9px}.cx-panel-heading h2{font-size:13px}.cx-sensor-label{font-size:11px}.cx-notice-item strong{font-size:11px}.cx-notice-bottom{font-size:9px}.cx-location{font-size:10px}.cx-login-form-wrap h2{font-size:22px}.cx-login-description{font-size:12px}.cx-account-note p span{font-size:10px}.cx-device-readings{font-size:10px}}
/* 낮은 화면에서도 하단 계정 메뉴를 화면 안에 유지한다. */
.cx-sidebar {height:100dvh;overflow:hidden}
.cx-sidebar-brand,.cx-workspace,.cx-sidebar-bottom {flex-shrink:0}
.cx-nav {min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;flex:1}
.cx-sidebar-bottom {margin-top:12px;padding-top:0}
@media(max-height:850px){.cx-brand-note{display:none}.cx-workspace{margin-top:20px;margin-bottom:18px}.cx-sidebar{padding-top:20px}.cx-nav-caption-second{margin-top:18px}}
