@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Sarabun:wght@400;500;600;700&family=JetBrains+Mono:wght@500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@300;400;500;600;700&family=Sarabun:wght@300;400;500;600;700&display=swap";.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 120%,#1e293b,#0f172a 60%,#020617);color:#f8fafc;font-family:Sarabun,sans-serif}.login-container:before{content:"";position:absolute;width:200%;height:200%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;transform:perspective(500px) rotateX(60deg) translateY(-100px) translateZ(-200px);opacity:.6;pointer-events:none;animation:gridMove 20s linear infinite;z-index:0}.login-box{background:#0f172a99;padding:3rem;border-radius:24px;box-shadow:0 0 40px #0006;width:100%;max-width:420px;position:relative;z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);animation:fadeUp .8s cubic-bezier(.2,.8,.2,1)}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.login-logo{display:block;width:100px;height:auto;margin:0 auto 1.5rem;filter:drop-shadow(0 0 15px rgba(255,255,255,.15))}.login-box h2{color:#f1f5f9;text-align:center;margin-top:0;margin-bottom:2rem;font-weight:700;font-size:1.75rem;letter-spacing:1px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#94a3b8;font-size:.9rem;font-weight:500;letter-spacing:.5px}.form-group input{width:100%;padding:1rem 1.2rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#f8fafc;font-size:1rem;box-sizing:border-box;transition:all .2s ease;font-family:inherit}.form-group input:focus{outline:none;background:#0006;border-color:#38bdf8;box-shadow:0 0 0 4px #38bdf826}.form-group input::placeholder{color:#475569}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:50px}.password-toggle-btn{position:absolute;right:8px;background:#ffffff0d;border:none;border-radius:8px;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .2s ease}.password-toggle-btn:hover{background:#ffffff1a;color:#38bdf8}.password-toggle-btn:focus{outline:none;box-shadow:0 0 0 2px #38bdf84d}.password-toggle-btn:disabled{cursor:not-allowed;opacity:.4}.password-toggle-btn svg{width:18px;height:18px}.form-group input:-webkit-autofill,.form-group input:-webkit-autofill:hover,.form-group input:-webkit-autofill:focus{-webkit-text-fill-color:#f8fafc;-webkit-box-shadow:0 0 0px 1000px #0f172a inset;transition:background-color 5000s ease-in-out 0s}.login-button{width:100%;padding:1rem;border:none;border-radius:12px;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #0ea5e94d;margin-top:1rem;letter-spacing:.5px}.login-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66;filter:brightness(110%)}.login-button:active{transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.remember-me-group{margin-bottom:1rem}.remember-me-label{display:flex;align-items:center;gap:10px;cursor:pointer;color:#94a3b8;font-size:.9rem;-webkit-user-select:none;user-select:none}.remember-me-label input[type=checkbox]{width:18px;height:18px;accent-color:#38bdf8;cursor:pointer}.remember-me-label:hover{color:#f1f5f9}.error-message{color:#ef4444;text-align:center;margin-top:1rem;font-size:.9rem;padding:10px;background:#ef44441a;border-radius:8px;border:1px solid rgba(239,68,68,.2)}.login-footer-links{text-align:center;margin-top:1.5rem}.login-footer-links a{color:#94a3b8;font-size:.9rem;text-decoration:none;font-weight:500;transition:color .2s}.login-footer-links a:hover{color:#38bdf8;text-decoration:underline}.page-footer{position:absolute;bottom:24px;left:0;right:0;text-align:center;color:#64748b;font-size:.85rem;z-index:10}@media(max-width:480px){.login-box{padding:2rem;margin:20px;width:auto}}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#0f1115;color:#e0e0e0}.dashboard-page{display:flex;flex-direction:column;height:100vh;overflow:hidden}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;background:#1e1e23f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #333;z-index:20;box-shadow:0 4px 20px #0006}.dashboard-header h1{margin:0;font-size:1.6rem;font-weight:700;letter-spacing:-.5px;background:linear-gradient(90deg,#fff,#b0b0b0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap}.menu-toggle-btn{display:flex;flex-direction:column;justify-content:space-around;width:36px;height:36px;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;cursor:pointer;padding:8px;margin-right:.5rem;transition:all .3s ease}.menu-toggle-btn:hover{background:#ffffff1a;border-color:#ffffff4d}.hamburger-icon-bar{display:block;width:100%;height:2px;background-color:#e0e0e0;border-radius:2px;transition:all .3s ease}.header-right{display:flex;align-items:center;gap:1rem;background:#ffffff0d;padding:6px 6px 6px 20px;border-radius:30px;border:1px solid rgba(255,255,255,.1)}.user-info{font-size:.85rem;color:#aaa;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.logout-button{background:linear-gradient(135deg,#ef233c,#d90429);border:none;color:#fff;padding:.6rem 1.4rem;border-radius:20px;font-size:.85rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.logout-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ef233c66}.dashboard-body{display:flex;flex-grow:1;overflow:hidden;position:relative;min-height:0}.dashboard-main-content{flex-grow:1;background-color:#0f1115;padding:2.5rem;overflow-y:auto!important;height:100%!important;box-sizing:border-box!important}.page-header{background:linear-gradient(90deg,#28282de6,#14141900);padding:1.5rem 2rem;border-radius:12px;border-left:6px solid #ef233c;margin-bottom:2.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px #0003;position:relative;overflow:hidden}.page-header:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.02) 10px,rgba(255,255,255,.02) 20px);pointer-events:none}.page-title-group{display:flex;flex-direction:column;z-index:1}.page-main-title{margin:0;font-size:2rem;font-weight:800;color:#fff;letter-spacing:-.02em;text-transform:uppercase;background:linear-gradient(90deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:flex;align-items:center;gap:10px}.title-icon{font-size:1.8rem;filter:drop-shadow(0 0 10px rgba(239,35,60,.5))}.page-subtitle{font-size:.9rem;color:#888;margin-top:5px;font-weight:500;letter-spacing:.05em}.page-status-badge{display:flex;align-items:center;gap:8px;background:#0006;padding:8px 16px;border-radius:30px;border:1px solid rgba(255,255,255,.1);z-index:1}.status-text{font-size:.8rem;color:#bbb;font-weight:600}.live-indicator{width:8px;height:8px;background-color:#00e676;border-radius:50%;box-shadow:0 0 10px #00e676;animation:pulse-green 2s infinite}@keyframes pulse-green{0%{box-shadow:0 0 #00e676b3}70%{box-shadow:0 0 0 6px #00e67600}to{box-shadow:0 0 #00e67600}}.press-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;padding-bottom:2rem}.cems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.cems-card{background:linear-gradient(145deg,#252525,#1a1a1a);border:1px solid #444;border-left:5px solid #00aaff;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 8px 20px #00000080}.cems-title{font-size:1.2rem;color:#aaa;font-weight:600;text-transform:uppercase;display:flex;justify-content:space-between;align-items:center}.cems-status-dot{width:10px;height:10px;border-radius:50%;background-color:#00e676;box-shadow:0 0 8px #00e676}.cems-value-group{margin-top:1.5rem;text-align:right}.cems-value{font-size:3rem;font-weight:700;color:#fff;line-height:1;text-shadow:0 0 10px rgba(255,255,255,.2)}.cems-unit{font-size:1rem;color:#0af;font-weight:600;margin-top:5px}.cems-bar-bg{width:100%;height:6px;background-color:#333;border-radius:3px;margin-top:1.5rem;overflow:hidden}.cems-bar-fill{height:100%;background:linear-gradient(90deg,#0af,#00e676);border-radius:3px;transition:width .5s ease-out}.cems-card.dust{border-left-color:#a0a0a0}.cems-card.dust .cems-unit{color:#a0a0a0}.cems-card.nox{border-left-color:#9b59b6}.cems-card.nox .cems-unit{color:#9b59b6}.cems-card.r2o{border-left-color:#e67e22}.cems-card.r2o .cems-unit{color:#e67e22}.cems-card.co{border-left-color:#e74c3c}.cems-card.co .cems-unit{color:#e74c3c}.scada-view-container{position:relative;width:100%;height:850px;background-color:#0f1218;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;border:1px solid #333;border-radius:16px;overflow:hidden;margin-top:1.5rem;box-shadow:inset 0 0 80px #000c}.scada-pipe{position:absolute;z-index:0;border-radius:10px;box-shadow:0 0 15px #00000080}.pipe-cold{background:linear-gradient(to bottom,#0d1b2a,#0077b6,#0d1b2a);border:1px solid #005f8f}.pipe-cold:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent,transparent 10px,rgba(255,255,255,.1) 10px,rgba(255,255,255,.1) 20px);background-size:200% 100%;animation:flowHorizontal 2s linear infinite;border-radius:10px}.pipe-hot{background:linear-gradient(to bottom,#2a0d0d,#d94a4a,#2a0d0d);border:1px solid #8f0000}.pipe-hot:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent,transparent 10px,rgba(255,255,255,.1) 10px,rgba(255,255,255,.1) 20px);background-size:200% 100%;animation:flowHorizontal 2s linear infinite reverse;border-radius:10px}.pipe-vertical:after{background:repeating-linear-gradient(0deg,transparent,transparent 10px,rgba(255,255,255,.1) 10px,rgba(255,255,255,.1) 20px);background-size:100% 200%;animation:flowVertical 2s linear infinite}@keyframes flowHorizontal{0%{background-position:0 0}to{background-position:100% 0}}@keyframes flowVertical{0%{background-position:0 0}to{background-position:0 100%}}.cooling-tower-row{position:absolute;top:30px;left:30px;right:30px;display:flex;justify-content:space-between;z-index:2}.pump-station{position:absolute;bottom:40px;right:40px;display:flex;gap:1.5rem;z-index:2;background:#191e28b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.5rem;border:1px solid #0077b6;border-radius:12px;box-shadow:0 0 20px #0077b633}.pump-label{position:absolute;top:-15px;left:20px;background:#0077b6;color:#fff;padding:2px 10px;font-size:.8rem;font-weight:700;border-radius:4px;text-transform:uppercase;box-shadow:0 2px 5px #00000080}.chiller-station{position:absolute;bottom:40px;left:40px;z-index:2}.chiller-label{position:absolute;top:-15px;left:20px;background:#d94a4a;color:#fff;padding:2px 10px;font-size:.8rem;font-weight:700;border-radius:4px;text-transform:uppercase;z-index:5}.scada-view-container .pump-card-wrapper{width:140px}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;animation:fadeIn .3s ease}@media(max-width:768px){.dashboard-header{padding:.8rem 1rem}.dashboard-header h1{font-size:1.2rem}.header-right{display:none}.dashboard-main-content{padding:1.5rem 1rem}.page-header{padding:1.2rem;flex-direction:column;align-items:flex-start;gap:1rem}.page-main-title{font-size:1.5rem}.page-status-badge{align-self:flex-end}.press-card-grid{grid-template-columns:1fr;gap:1.2rem}.cems-grid{grid-template-columns:1fr;gap:1rem}.scada-view-container{height:600px;overflow:auto}}@media(max-width:1400px)and (min-width:769px){.press-card-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}:root{--sidebar-bg-gradient: linear-gradient(180deg, #111316 0%, #000000 100%);--sidebar-border-color: rgba(255, 255, 255, .08);--sidebar-item-hover: rgba(255, 255, 255, .08);--sidebar-item-active-bg: rgba(239, 35, 60, .1);--sidebar-item-active-text: #ef233c;--sidebar-item-active-border: #ef233c;--sidebar-text-normal: #94a3b8;--sidebar-text-hover: #f8fafc;--font-family-sans: "Sarabun", system-ui, -apple-system, sans-serif}.sidebar{width:260px;background:var(--sidebar-bg-gradient);border-right:1px solid var(--sidebar-border-color);display:flex;flex-direction:column;transition:width .4s cubic-bezier(.25,1,.5,1);z-index:1001;padding:1.25rem 0;flex-shrink:0;box-shadow:10px 0 30px #0000004d;overflow-x:hidden;overflow-y:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.sidebar::-webkit-scrollbar-thumb:hover{background:#fff3}.sidebar-mobile-header{display:none;padding:1rem 1.5rem;margin-bottom:1rem;align-items:center;justify-content:space-between;border-bottom:1px solid var(--sidebar-border-color);background:#0003}.sidebar-mobile-title{font-family:var(--font-family-sans);font-weight:700;font-size:1.1rem;color:#fff;letter-spacing:1px;text-transform:uppercase}.sidebar-close-btn{background:none;border:none;color:var(--sidebar-text-normal);font-size:1.8rem;cursor:pointer;transition:color .2s;padding:0;line-height:1}.sidebar-close-btn:hover{color:#fff}.sidebar-menu{list-style:none;padding:0 1rem;margin:0;flex-grow:1;display:flex;flex-direction:column;gap:.25rem}.sidebar-menu-item,.sidebar-dropdown-toggle{display:flex;align-items:center;min-height:48px;padding:0 1rem;color:var(--sidebar-text-normal);text-decoration:none;font-family:var(--font-family-sans);font-weight:500;font-size:.9rem;border-radius:8px;transition:all .2s ease-out;cursor:pointer;white-space:nowrap;overflow:hidden;-webkit-user-select:none;user-select:none;border:1px solid transparent;position:relative}.sidebar-menu-item:hover,.sidebar-dropdown-toggle:hover{background-color:var(--sidebar-item-hover);color:var(--sidebar-text-hover);transform:translate(2px)}.sidebar-menu-item.active{background:var(--sidebar-item-active-bg);color:var(--sidebar-item-active-text);font-weight:600;border-left:4px solid var(--sidebar-item-active-border)}.sidebar-menu-item .icon,.sidebar-dropdown-toggle .icon{margin-right:14px;font-size:1.15rem;min-width:24px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:color .2s}.sidebar-menu-item:hover .icon,.sidebar-dropdown-toggle:hover .icon{color:#e2e8f0}.sidebar-menu-item.active .icon{color:var(--sidebar-item-active-text)}.sidebar-menu-item .text,.sidebar-dropdown-toggle .text{flex-grow:1;opacity:1;transition:opacity .3s ease;letter-spacing:.2px}.sidebar-dropdown-toggle{justify-content:space-between}.chevron-icon{font-size:1.1rem;opacity:.6;transition:transform .3s cubic-bezier(.4,0,.2,1)}.sidebar-dropdown-toggle.expanded .chevron-icon{transform:rotate(90deg);opacity:1}.sidebar-dropdown-toggle.expanded{color:#e2e8f0;background-color:#ffffff0a}.dropdown-label{display:flex;align-items:center}.sidebar-menu>li:first-child{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--sidebar-border-color)}.sidebar-submenu{list-style:none;padding:0;margin:0;overflow:hidden;max-height:0;transition:max-height .4s cubic-bezier(0,1,0,1);background-color:transparent;position:relative}.sidebar-submenu.open{max-height:800px;margin-bottom:.5rem}.sidebar-submenu .sidebar-menu-item{padding-left:3.25rem;height:40px;font-size:.85rem;font-weight:400;color:#94a3b8;border-left:none;border-radius:6px;margin-top:2px}.sidebar-submenu .sidebar-menu-item:before{content:none}.sidebar-submenu .sidebar-menu-item:hover{background-color:#ffffff0a;color:#fff;transform:none}.sidebar-submenu .sidebar-menu-item.active{background-color:#ef233c14;color:#ef233c;font-weight:600;border-left:none}.sidebar-submenu .sidebar-menu-item .dot{width:6px;height:6px;border-radius:50%;background-color:#475569;margin-right:12px;transition:background-color .2s}.sidebar-submenu .sidebar-menu-item.active .dot{background-color:#ef233c;box-shadow:0 0 8px #ef233c66}.sidebar-submenu .sidebar-menu-item .icon-mini{margin-right:12px;font-size:.9rem;min-width:18px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:color .2s}.sidebar-submenu .sidebar-menu-item:hover .icon-mini{color:#e2e8f0}.sidebar-submenu .sidebar-menu-item.active .icon-mini{color:#ef233c}.sidebar.collapsed{width:72px;padding:1rem 0}.sidebar.collapsed .sidebar-menu{padding:0 .5rem}.sidebar.collapsed .sidebar-mobile-header{display:none}.sidebar.collapsed .sidebar-menu-item,.sidebar.collapsed .sidebar-dropdown-toggle{justify-content:center;padding:0;width:100%;border-left:none}.sidebar.collapsed .icon{margin-right:0;font-size:1.4rem}.sidebar.collapsed .text,.sidebar.collapsed .chevron-icon,.sidebar.collapsed .sidebar-submenu{display:none!important}.sidebar.collapsed .sidebar-menu-item.active{border-left:none;background:var(--sidebar-item-active-bg)}@media(max-width:768px){.sidebar{position:fixed;top:0;left:-100%;height:100vh;width:100%;max-width:none;border-right:none;transition:left .3s cubic-bezier(.4,0,.2,1);padding:0;background:#0f1115}.sidebar.mobile-open{left:0}.sidebar-mobile-header{display:flex}.sidebar-menu{padding:1rem 1.5rem;gap:.5rem}.sidebar-menu-item,.sidebar-dropdown-toggle{min-height:54px;font-size:1rem}}.sidebar.light-theme{background:#f8fafc;border-right:1px solid #e2e8f0;--sidebar-text-normal: #64748b;--sidebar-text-hover: #0f172a;--sidebar-item-hover: #f1f5f9;--sidebar-item-active-bg: #eff6ff;--sidebar-item-active-text: #4f46e5;--sidebar-item-active-border: #4f46e5;--sidebar-border-color: #e2e8f0}.sidebar.light-theme .sidebar-mobile-header{background:#fff}.sidebar.light-theme .sidebar-mobile-title,.sidebar.light-theme .sidebar-close-btn{color:#0f172a}.sidebar.light-theme .sidebar-menu-item:hover,.sidebar.light-theme .sidebar-dropdown-toggle:hover{background-color:#e0e7ff;color:#1e293b;transform:none}.sidebar.light-theme .sidebar-menu-item:hover .icon,.sidebar.light-theme .sidebar-dropdown-toggle:hover .icon{color:#4f46e5}.sidebar.light-theme .sidebar-dropdown-toggle.expanded{background-color:#f8fafc;color:#475569;font-weight:500}.sidebar.light-theme .sidebar-dropdown-toggle.expanded .icon{color:#64748b}.sidebar.light-theme .sidebar-dropdown-toggle.expanded .chevron-icon{color:#64748b;opacity:1}.sidebar.light-theme .sidebar-submenu .sidebar-menu-item{color:#64748b}.sidebar.light-theme .sidebar-submenu .sidebar-menu-item:hover{background-color:#f1f5f9;color:#1e293b}.sidebar.light-theme .sidebar-submenu .sidebar-menu-item:hover .icon-mini{color:#4f46e5}.sidebar.light-theme .sidebar-submenu .sidebar-menu-item.active{background-color:#eff6ff;color:#4f46e5;font-weight:600}.sidebar.light-theme .sidebar-submenu .sidebar-menu-item.active .icon-mini{color:#4f46e5}.app-header{height:64px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;z-index:50;flex-shrink:0;font-family:Sarabun,Inter,system-ui,-apple-system,sans-serif}.app-header.header-dark{background:linear-gradient(180deg,#111316,#000);border-bottom:1px solid rgba(255,255,255,.08);color:#e0e0e0;box-shadow:0 4px 20px #0006}.app-header.header-dark .app-header-title{color:#e0e0e0;font-weight:700;letter-spacing:-.5px}.app-header.header-dark .app-header-toggle{color:#94a3b8;border:1px solid rgba(255,255,255,.1);border-radius:8px}.app-header.header-dark .app-header-toggle:hover{background:#ffffff1a;color:#f8fafc;border-color:#ffffff4d}.app-header.header-dark .app-header-user-role{color:#aaa;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.app-header.header-dark .app-header-user-id{color:#888}.app-header.header-dark .app-header-logout{background:linear-gradient(135deg,#ef233c,#d90429);border:none;color:#fff;border-radius:20px}.app-header.header-dark .app-header-logout:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ef233c66}.app-header.header-light{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#0f172a;box-shadow:0 2px 8px -2px #00000014}.app-header.header-light .app-header-title{color:#0f172a;font-weight:600}.app-header.header-light .app-header-toggle{color:#64748b}.app-header.header-light .app-header-toggle:hover{background:#e0e7ff;color:#4f46e5}.app-header.header-light .app-header-user-role{color:#4f46e5;font-weight:600}.app-header.header-light .app-header-user-id{color:#64748b}.app-header.header-light .app-header-logout{background:#fff;border:1px solid #e2e8f0;color:#64748b}.app-header.header-light .app-header-logout:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}.app-header-left{display:flex;align-items:center;gap:16px}.app-header-toggle{background:transparent;border:none;cursor:pointer;font-size:1.25rem;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.app-header-title{font-size:1.15rem;font-weight:700;margin:0;display:flex;align-items:center;gap:10px;letter-spacing:.3px;white-space:nowrap}.app-header-icon{display:flex;align-items:center;font-size:1.1rem}.app-header-right{display:flex;align-items:center;gap:16px}.app-header-user{display:flex;flex-direction:column;align-items:flex-end;line-height:1.3}.app-header-user-role{font-size:.85rem;font-weight:500}.app-header-user-id{font-size:.7rem}.app-header-logout{border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.app-header-logout:active{transform:scale(.96)}@media(max-width:768px){.app-header{padding:0 16px;height:56px}.app-header-title{font-size:.95rem}.app-header-user,.app-header-logout span{display:none}}.control-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}.modal-content{background:linear-gradient(160deg,#2a2a2a,#1e1e1e);border:1px solid #333;border-top:5px solid #ef233c;border-radius:12px;box-shadow:0 15px 50px #000000b3;width:90%;max-width:550px;animation:slideIn .3s ease-out;overflow:hidden}.modal-header{padding:1.5rem 2rem;border-bottom:1px solid #333;background:#1a1a1a}.modal-title{color:#f5f5f5;font-size:1.8rem;font-weight:700;margin:0;letter-spacing:-.02em}.modal-subtitle{color:#b0b0b0;font-size:1.1rem;margin:.5rem 0 0;font-weight:500}.modal-body{padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:1.8rem}.modal-form-group{display:flex;flex-direction:column}.modal-form-group label{color:#a0a0a0;font-size:.95rem;margin-bottom:.6rem;font-weight:500}.modal-form-group input{width:100%;padding:.9rem 1.2rem;background:#121212;border:1px solid #444;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:600;box-sizing:border-box;transition:border-color .3s ease,box-shadow .3s ease}.modal-form-group input:focus{outline:none;border-color:#ef233c;box-shadow:0 0 15px #ef233c99}.modal-form-group input:read-only{background:#0a0a0a;color:#777;cursor:default;border-color:#222}.modal-footer{padding:1.5rem 2rem;background-color:#1a1a1a;border-top:1px solid #333;display:flex;justify-content:flex-end;gap:1.2rem;border-radius:0 0 12px 12px}.modal-button{padding:.7rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;letter-spacing:.02em;transition:all .3s ease}.modal-button.cancel{background:#444;color:#fff}.modal-button.cancel:hover{background:#555;transform:translateY(-2px)}.modal-button.cancel:active{transform:translateY(0)}.modal-button.save{background:#ef233c;color:#fff;box-shadow:0 5px 20px #ef233c66}.modal-button.save:hover{background:#d90429;transform:translateY(-2px)}.modal-button.save:active{transform:translateY(0)}@keyframes slideIn{0%{transform:translateY(-50px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media(max-width:600px){.modal-body{grid-template-columns:1fr;gap:1.2rem}.modal-header{padding:1.2rem 1.5rem}.modal-title{font-size:1.6rem}.modal-subtitle{font-size:1rem}.modal-footer{padding:1.2rem 1.5rem;flex-direction:column;gap:.8rem}.modal-button{width:100%}}:root{--exec-bg: #0a0c10;--exec-surface: #12151c;--exec-border: #1e2430;--exec-accent: #3b82f6;--exec-green: #10b981;--exec-red: #ef4444;--exec-text: #f1f5f9;--exec-muted: #64748b}.exec-card{background:var(--exec-surface);border:1px solid var(--exec-border);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease;cursor:pointer;font-family:Inter,sans-serif;position:relative}.exec-card:hover{transform:translateY(-4px);border-color:#2a3444;box-shadow:0 12px 40px #0006}.exec-card.running{box-shadow:0 0 30px #10b98114}.exec-card.stopped{opacity:.75}.accent-line{height:3px;width:100%}.accent-line.running{background:linear-gradient(90deg,var(--exec-green),#34d399)}.accent-line.stopped{background:var(--exec-red)}.exec-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;background:#0003}.exec-name{font-size:1rem;font-weight:600;color:var(--exec-text);letter-spacing:.3px}.exec-badge{font-size:.7rem;font-weight:600;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.exec-badge.running{background:#10b98126;color:var(--exec-green);border:1px solid rgba(16,185,129,.3)}.exec-badge.stopped{background:#ef44441a;color:var(--exec-red);border:1px solid rgba(239,68,68,.2)}.exec-image-container{display:flex;justify-content:center;align-items:center;padding:1.2rem;background:linear-gradient(180deg,var(--exec-surface) 0%,var(--exec-bg) 100%);position:relative}.exec-image-container.running:before{content:"";position:absolute;width:80px;height:80px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);border-radius:50%;z-index:0}.exec-image{max-height:80px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5));position:relative;z-index:1}.exec-amp-section{background:var(--exec-bg);padding:1rem 1.2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;border-top:1px solid var(--exec-border);border-bottom:1px solid var(--exec-border)}.exec-amp-display{display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;width:100%}.value-wrapper{display:flex;align-items:baseline;gap:4px}.trend-arrow{font-size:1rem;position:absolute;left:10px;animation:fadeSlide .5s ease-out}.trend-placeholder{width:1rem}.trend-arrow.up{color:#ef4444;color:#10b981}.trend-arrow.down{color:#ef4444}.trend-arrow.up{color:#f59e0b}.trend-arrow.down{color:#3b82f6}@keyframes fadeSlide{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.exec-amp-value{font-family:JetBrains Mono,monospace;font-size:2.4rem;font-weight:700;color:var(--exec-text);line-height:1}.exec-amp-unit{font-size:1rem;font-weight:500;color:var(--exec-muted)}.exec-amp-label{font-size:.7rem;color:var(--exec-muted);text-transform:uppercase;letter-spacing:1px}.exec-amp-bar{width:100%;height:6px;background:#1a1f2e;border-radius:3px;overflow:hidden}.exec-amp-fill{height:100%;border-radius:3px;transition:width .4s ease}.exec-amp-fill.running{background:linear-gradient(90deg,var(--exec-green),#34d399)}.exec-amp-fill.stopped{background:var(--exec-red)}.exec-metrics{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1rem;background:var(--exec-surface)}.exec-metric{display:flex;flex-direction:column;align-items:center}.exec-metric-value{font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:600;color:var(--exec-text)}.exec-metric-label{font-size:.65rem;color:var(--exec-muted);text-transform:uppercase;margin-top:2px}.exec-metric-divider{width:1px;height:30px;background:var(--exec-border)}.exec-footer{padding:.6rem 1.2rem;background:#00000026;text-align:center}.exec-timestamp-display{display:flex;justify-content:center;align-items:baseline;gap:.5rem}.timestamp-time{font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;color:#94a3b8}.timestamp-ago{font-size:.65rem;color:#64748b}.exec-header-bar{display:flex;justify-content:space-between;align-items:center;background:#12151c;border:1px solid #1e2430;border-radius:10px;padding:.8rem 1.5rem;margin-bottom:1.5rem;font-family:Inter,sans-serif}.exec-stat-group{display:flex;align-items:center;gap:1.5rem}.mini-pie-chart{position:relative;width:50px;height:50px}.pie-svg{width:100%;height:100%;transform:rotate(-90deg)}.pie-bg{fill:none;stroke:#1e2430;stroke-width:3}.pie-fill{fill:none;stroke:#10b981;stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .5s ease}.pie-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.pie-value{font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:700;color:#10b981}.exec-stat{display:flex;align-items:baseline;gap:.5rem}.exec-stat-value{font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:700;color:#f1f5f9}.exec-stat-value.green{color:#10b981}.exec-stat-value.red{color:#ef4444}.exec-stat-label{font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.exec-divider{width:1px;height:28px;background:#1e2430}.exec-load-display{display:flex;align-items:center;gap:.5rem;background:#3b82f614;padding:.6rem 1.2rem;border-radius:8px;border:1px solid rgba(59,130,246,.2)}.exec-load-display.animated{animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 0 10px #3b82f61a}50%{box-shadow:0 0 20px #3b82f640}}.exec-load-icon.lightning{font-size:1.4rem;animation:lightningFlash 1.5s ease-in-out infinite}@keyframes lightningFlash{0%,to{opacity:1;transform:scale(1);filter:drop-shadow(0 0 2px #fbbf24)}25%{opacity:.6;transform:scale(1.1);filter:drop-shadow(0 0 8px #fbbf24)}50%{opacity:1;transform:scale(1);filter:drop-shadow(0 0 4px #fbbf24)}75%{opacity:.8;transform:scale(1.05);filter:drop-shadow(0 0 10px #fbbf24)}}.exec-load-value.glow{font-family:JetBrains Mono,monospace;font-size:1.5rem;font-weight:700;color:#3b82f6;text-shadow:0 0 10px rgba(59,130,246,.4);animation:valueGlow 2s ease-in-out infinite}@keyframes valueGlow{0%,to{text-shadow:0 0 8px rgba(59,130,246,.3)}50%{text-shadow:0 0 15px rgba(59,130,246,.6)}}.exec-load-unit{font-size:.9rem;color:#64748b;font-weight:500}.exec-load-label{font-size:.75rem;color:#64748b;text-transform:uppercase;margin-left:.5rem}@media(max-width:768px){.exec-header-bar{flex-direction:column;gap:1rem;padding:1rem}.exec-stat-group{width:100%;justify-content:space-around}.exec-load-display{width:100%;justify-content:center}.mini-pie-chart{display:none}}.press-view-industrial{padding:1.5rem;width:1400px;max-width:100%;min-height:100vh;font-family:Inter,sans-serif;margin:0 auto}.press-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#12151c,#1a1f2a);border:1px solid #1e2430;border-radius:12px;flex-wrap:wrap;gap:1rem;position:relative;overflow:hidden}.press-toolbar:before{content:"";position:absolute;top:0;left:-100%;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.03),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{transform:translate(0)}to{transform:translate(50%)}}.section-title{font-size:1.2rem;font-weight:700;color:#f1f5f9;margin:0;display:flex;align-items:center;gap:.75rem;position:relative;z-index:1}.section-title:before{content:"📊";font-size:1.1rem}.sort-controls{display:flex;align-items:center;gap:.5rem;position:relative;z-index:1}.sort-label{font-size:.85rem;color:#64748b;margin-right:.5rem;font-weight:500}.sort-btn{background:#ffffff08;border:1px solid #2a3444;color:#94a3b8;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;font-size:.85rem;font-family:Inter,sans-serif;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.sort-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#10b9811a;border-radius:50%;transform:translate(-50%,-50%);transition:width .4s,height .4s}.sort-btn:hover{background:#ffffff0d;border-color:#3b82f6;color:#e2e8f0;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.sort-btn:hover:before{width:200px;height:200px}.sort-btn.active{background:linear-gradient(135deg,#10b981,#059669);border-color:transparent;color:#fff;font-weight:600;box-shadow:0 4px 15px #10b9814d;transform:translateY(-1px)}.sort-btn.active:after{content:"✓";margin-left:.5rem;font-size:.75rem}.press-card-grid-industrial{display:grid;grid-template-columns:repeat(5,1fr);gap:1.2rem}@media(max-width:768px){.press-toolbar{flex-direction:column;align-items:stretch}.sort-controls{flex-wrap:wrap;justify-content:center}.press-card-grid-industrial{grid-template-columns:1fr;gap:1rem}}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/sarabun-thai-400-normal-C2DaJlKK.woff2) format("woff2"),url(/assets/sarabun-thai-400-normal-CH-UbWgg.woff) format("woff");unicode-range:U+02D7,U+0303,U+0331,U+0E01-0E5B,U+200C-200D,U+25CC}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/sarabun-vietnamese-400-normal-igdrzAGY.woff2) format("woff2"),url(/assets/sarabun-vietnamese-400-normal-DPfkSCMy.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/sarabun-latin-ext-400-normal-BbP7GpLL.woff2) format("woff2"),url(/assets/sarabun-latin-ext-400-normal-BsmTn0SS.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/sarabun-latin-400-normal-URPBxl-K.woff2) format("woff2"),url(/assets/sarabun-latin-400-normal-DmguIS-7.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/sarabun-thai-700-normal-CbuDipM3.woff2) format("woff2"),url(/assets/sarabun-thai-700-normal-CP2-p8e-.woff) format("woff");unicode-range:U+02D7,U+0303,U+0331,U+0E01-0E5B,U+200C-200D,U+25CC}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/sarabun-vietnamese-700-normal-DrMy3BMX.woff2) format("woff2"),url(/assets/sarabun-vietnamese-700-normal-lN6N8XBT.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/sarabun-latin-ext-700-normal-CnQtP196.woff2) format("woff2"),url(/assets/sarabun-latin-ext-700-normal-ykw7DJpk.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sarabun;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/sarabun-latin-700-normal-DQKyWxHq.woff2) format("woff2"),url(/assets/sarabun-latin-700-normal-DUuqj4Ju.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.cems-dashboard{display:grid;grid-template-rows:auto auto 1fr;gap:1.5rem;height:100%;padding-bottom:2rem;width:100%;max-width:1600px;margin:0 auto}.cems-dashboard,.cems-dashboard *{font-family:Sarabun,-apple-system,BlinkMacSystemFont,sans-serif!important}.branch-header{background:linear-gradient(145deg,#1e2024,#16181d);border:1px solid #333;border-radius:12px;margin-bottom:1rem;overflow:hidden;box-shadow:0 4px 20px #0000004d;position:relative}.header-content{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.5rem}.header-right{display:flex;align-items:center;gap:12px}.status-pill{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:20px;background:#ffffff0d;font-family:JetBrains Mono,monospace;font-size:.9rem;color:#e0e0e0}.status-pill.warning{background:#ff572226;border-color:#ff57224d;color:#ffccbc}.status-dot{width:8px;height:8px;border-radius:50%;background-color:#ccc;box-shadow:0 0 5px currentColor}.status-dot.green{background-color:#00e676;color:#00e676}.status-dot.red{background-color:#ff1744;color:#ff1744}.status-dot.orange{background-color:#ff9100;color:#ff9100}.status-dot.grey{background-color:#757575;color:#757575;box-shadow:none}.status-dot.blink{animation:pulse-dot 1.5s infinite}@keyframes pulse-dot{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.header-left{display:flex;align-items:center;gap:1rem}.branch-logo{height:45px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.header-text-wrapper{display:flex;flex-direction:column;gap:2px}.branch-title{color:#fff;margin:0;font-size:1.3rem;font-weight:700;font-family:Sarabun,sans-serif;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.branch-subtitle{font-size:.8rem;color:#888;font-weight:500;font-family:Sarabun,sans-serif;letter-spacing:.5px}.timestamp-value{font-family:JetBrains Mono,monospace;font-size:.95rem;color:#aaa;font-weight:500}.cems-top-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.cems-kpi-card{background:linear-gradient(145deg,#1e2024,#16181d);border:1px solid #333;border-radius:12px;padding:1.2rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease}.cems-kpi-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #00000080}.cems-kpi-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px}.cems-kpi-card.dust:before{background:#e0e0e0}.cems-kpi-card.nox:before{background:#9b59b6}.cems-kpi-card.so2:before{background:#e67e22}.cems-kpi-card.co:before{background:#ef233c}.kpi-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.kpi-title{color:#fff;font-size:1.5rem;font-weight:800;text-transform:uppercase}.kpi-icon{font-size:2rem;opacity:.7}.kpi-value-wrapper{display:flex;align-items:baseline;gap:5px}.cems-kpi-card .kpi-value{font-size:2.2rem;font-weight:700;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.1)}.cems-kpi-card .kpi-unit{color:#666;font-size:.8rem;font-weight:600}.kpi-footer{margin-top:10px;display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#888;border-top:1px solid rgba(255,255,255,.05);padding-top:8px}.trend-badge{padding:2px 6px;border-radius:4px;background:#ffffff1a;color:#fff}.cems-mid-row{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;min-height:350px}.chart-panel{background:#16181d;border:1px solid #333;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cems-dashboard .panel-title{color:#fff!important;font-weight:600;font-size:.85rem;display:flex;align-items:center;gap:10px;font-family:Inter,sans-serif;letter-spacing:.5px;text-transform:none}.panel-title:before{content:"";width:3px;height:14px;background:#3b82f6;border-radius:2px;display:block;box-shadow:0 0 8px #3b82f680}.time-filters{display:flex;gap:.5rem}.filter-btn{background:#ffffff0d;border:1px solid #333;color:#94a3b8;padding:6px 16px;border-radius:99px;cursor:pointer;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:all .3s ease}.filter-btn:hover{background:#ffffff1a;border-color:#555;color:#f1f5f9}.filter-btn.active{background:#3b82f626;border-color:#3b82f6;color:#60a5fa;box-shadow:0 0 12px #3b82f640}.chart-tooltip{background:#16181df2;border:1px solid #333;border-radius:8px;padding:10px 14px;box-shadow:0 4px 12px #0006}.chart-tooltip .tooltip-date{font-weight:600;color:#fff;margin:0 0 6px;padding-bottom:6px;border-bottom:1px solid #444;font-family:JetBrains Mono,monospace}.chart-tooltip p{margin:3px 0;font-size:.85rem;font-family:Sarabun,system-ui,sans-serif}.recharts-cartesian-axis-tick text,.recharts-legend-item-text{font-family:Sarabun,system-ui,sans-serif!important;font-size:.8rem}.export-btn{background:#10b9811a;border:1px solid #10b981;color:#10b981;padding:6px 16px;border-radius:99px;cursor:pointer;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;display:flex;align-items:center;transition:all .3s ease;margin-right:1rem}.export-btn:hover{background:#10b981;color:#fff;box-shadow:0 0 12px #10b98166}.stack-panel{background:linear-gradient(180deg,#1a1d24,#111316);border:1px solid #333;border-radius:12px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.chimney{width:100px;height:200px;background:linear-gradient(90deg,#2c3e50,#4ca1af,#2c3e50);position:absolute;bottom:0;border-left:1px solid #000;border-right:1px solid #000;z-index:2}.chimney-top{width:110px;height:20px;background:#1a1a1a;position:absolute;bottom:200px;border-radius:4px;border:1px solid #555;z-index:3}.smoke{position:absolute;bottom:210px;width:30px;height:30px;background:#fff3;border-radius:50%;filter:blur(10px);animation:smokeRise 4s infinite}.smoke:nth-child(1){animation-delay:0s;left:45%}.smoke:nth-child(2){animation-delay:1.5s;left:55%}.smoke:nth-child(3){animation-delay:3s;left:50%}@keyframes smokeRise{0%{transform:translateY(0) scale(1);opacity:.5}to{transform:translateY(-150px) scale(3);opacity:0}}.stack-tag{position:absolute;background:#000000b3;padding:8px 12px;border-radius:20px;font-size:.9rem;color:#ccc;display:flex;align-items:center;border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 15px #00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-width:120px;justify-content:space-between;z-index:4}.stack-tag span{font-weight:700;color:#fff;margin-left:8px;font-family:Roboto Mono,monospace;font-size:1rem}.cems-bot-row{background:#16181d;border:1px solid #333;border-radius:12px;padding:1.5rem;overflow:hidden;display:flex;flex-direction:column;gap:1rem}.log-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.log-filters{display:flex;align-items:center;gap:.8rem;background:#1f2229;padding:6px 12px;border-radius:8px;border:1px solid #333}.date-input{background:transparent;border:1px solid #444;color:#ccc;padding:4px 8px;border-radius:4px;font-family:inherit;font-size:.9rem}.date-input:focus{outline:none;border-color:#0af}.pagination-controls{display:flex;align-items:center;gap:.5rem;margin-left:1rem;padding-left:1rem;border-left:1px solid #444}.page-btn{background:#252830;border:1px solid #333;color:#cbd5e1;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Sarabun,sans-serif;transition:all .2s ease}.page-btn:disabled{opacity:.3;cursor:not-allowed;background:#1a1d21}.page-btn:hover:not(:disabled){background:#3b82f6;border-color:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.page-info{font-size:.85rem;color:#94a3b8;font-family:Sarabun,sans-serif;font-weight:500}.table-container{overflow-x:auto;min-height:450px;contain:layout;overflow-anchor:auto}.log-table{width:100%;border-collapse:collapse;font-size:.9rem}.log-table th{text-align:left;color:#888;padding:12px 10px;border-bottom:2px solid #333;font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:.5px}.log-table td{padding:10px;color:#e0e0e0;border-bottom:1px solid rgba(255,255,255,.05);font-family:JetBrains Mono,monospace;transition:background-color .2s ease}.log-table tbody{overflow-anchor:none}.log-table tr:hover{background:#ffffff05}.row-alert{background:#ef233c1a!important}.row-alert td{color:#ff6b6b}.status-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.8rem;font-family:Sarabun,sans-serif;font-weight:600}.status-badge.ok{background:#00e6761a;color:#00e676}.status-badge.warn{background:#ff9f4326;color:#ff9f43}@media(max-width:1024px){.cems-top-row{grid-template-columns:1fr 1fr}.cems-mid-row{grid-template-columns:1fr}.stack-panel{height:300px}}@media(max-width:600px){.cems-top-row{grid-template-columns:1fr}}.battery-container{display:flex;align-items:center;width:100%;margin-top:1rem}.battery-body{flex-grow:1;height:18px;border:2px solid #555;border-radius:4px;padding:2px;background-color:#111;position:relative}.battery-tip{width:4px;height:10px;background-color:#555;border-radius:0 2px 2px 0;margin-left:2px}.battery-level{height:100%;border-radius:2px;transition:width .5s ease-out,background-color .3s ease;background-image:linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-size:20px 20px;box-shadow:0 0 10px #00000080 inset;animation:battery-flow 1s linear infinite}@keyframes battery-flow{0%{background-position:0 0}to{background-position:20px 0}}.level-normal{background-color:#00e676;box-shadow:0 0 5px #00e676}.level-warning{background-color:#ff9800;box-shadow:0 0 5px #ff9800}.level-critical{background-color:#ff3d00;box-shadow:0 0 5px #ff3d00}.battery-percent-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.65rem;color:#fff;text-shadow:0 0 3px #000;font-weight:700;z-index:2}.alert-banner{background:linear-gradient(135deg,#dc3545,#c82333);border:1px solid #ff6b6b;border-radius:8px;padding:12px 20px;margin-bottom:1rem;animation:alertPulse 2s infinite;box-shadow:0 4px 15px #dc354566}@keyframes alertPulse{0%,to{opacity:1}50%{opacity:.85}}.alert-content{display:flex;align-items:center;gap:12px}.alert-icon{font-size:1.5rem;color:#fff;animation:shake .5s infinite}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.alert-text{flex:1;color:#fff;font-size:.95rem;font-weight:600}.alert-dismiss{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.alert-dismiss:hover{background:#ffffff4d;transform:scale(1.1)}.freshness-warning{display:flex;align-items:center;gap:6px;background:#ff9f4326;border:1px solid #ff9f43;color:#ff9f43;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;animation:fadeInOut 2s infinite}@keyframes fadeInOut{0%,to{opacity:1}50%{opacity:.6}}.freshness-icon{font-size:.9rem}.reconnecting-badge{display:flex;align-items:center;gap:6px;background:#3b82f626;border:1px solid #3b82f6;color:#60a5fa;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600;animation:reconnectPulse 1.5s infinite}@keyframes reconnectPulse{0%,to{opacity:1;box-shadow:0 0 #3b82f666}50%{opacity:.7;box-shadow:0 0 0 8px #3b82f600}}.reconnecting-icon{font-size:.9rem;animation:wifiPulse 1s infinite}@keyframes wifiPulse{0%,to{opacity:1}50%{opacity:.3}}.water-view-container{max-width:1600px;margin:0 auto;padding:24px 24px 200px;background-color:#f1f5f9;min-height:100vh;font-family:Sarabun,sans-serif;color:#334155;box-sizing:border-box;overflow-y:auto}.water-modern-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding:20px 24px;background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 32px #0000000d;border-radius:20px}.water-header-left{display:flex;align-items:center;gap:16px}.water-header-icon-box{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #2563eb33}.water-header-icon{font-size:1.5rem;color:#fff}.water-header-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.water-header-subtitle{font-size:.9rem;color:#64748b;font-weight:500}.water-header-right{text-align:right;display:flex;align-items:center}.water-status-capsule{display:flex;align-items:center;gap:16px;padding:8px 20px;background:#f1f5f980;border-radius:100px;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.water-divider-vertical{width:1px;height:18px;background-color:#cbd5e1}.water-live-badge{display:flex;align-items:center;gap:8px;color:#059669;font-size:.85rem;font-weight:600;padding:0;background:transparent;border:none}.pulsing-dot{width:8px;height:8px;background-color:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.water-info-date{font-size:.9rem;color:#94a3b8;font-weight:500}.water-filter-badge{background:#f5f5f7;padding:8px 16px;border-radius:100px;border:1px solid rgba(0,0,0,.05);font-size:.9rem;color:#1d1d1f;font-weight:500;display:flex;align-items:center;gap:8px}.water-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:30px}.water-kpi-card{background:#fff;padding:24px;border-radius:20px;border:none;box-shadow:0 4px 20px #00000008;transition:all .3s cubic-bezier(.25,.8,.25,1)}.water-kpi-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.water-kpi-card.year-card{background:#fff;border-left:6px solid #3b82f6;border-right:1px solid #f1f5f9;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.water-kpi-card.month-card{background:#fff;border-left:6px solid #22c55e;border-right:1px solid #f1f5f9;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.water-kpi-card.daily-card{background:#fff;border-left:6px solid #f97316;border-right:1px solid #f1f5f9;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.water-kpi-card .icon{position:relative;z-index:10;padding:10px;background:#f1f5f9;border-radius:12px}.water-kpi-card .icon-blue{color:#3b82f6}.water-kpi-card .icon-green{color:#22c55e}.water-kpi-card .icon-orange{color:#f97316}.water-kpi-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.water-kpi-top .label{font-size:.9rem;font-weight:600;color:#86868b;letter-spacing:-.01em}.water-kpi-value{font-size:2.2rem;font-weight:700;color:#1d1d1f;display:flex;align-items:baseline;gap:6px;letter-spacing:-.03em}.water-kpi-value .unit{font-size:1rem;font-weight:500;color:#86868b;letter-spacing:normal}.water-charts-grid{display:flex;flex-direction:column;gap:24px}.water-chart-row{display:flex;gap:24px;flex-wrap:wrap;align-items:stretch}.water-chart-card{background:#fff;border-radius:24px;padding:24px;border:none;box-shadow:0 4px 20px #00000008;flex:1}.half-width{min-width:400px}.full-width{width:100%}.water-card-header{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;padding-bottom:12px}.water-card-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#334155;display:flex;align-items:center;gap:10px}.water-card-header .highlight{font-size:.85rem;color:#94a3b8;font-weight:400}.water-loading-state{display:flex;justify-content:center;align-items:center;height:350px;color:#94a3b8;background:#f8fafc;border-radius:8px;font-family:Sarabun,sans-serif}.water-table-wrapper{border-radius:8px;border:1px solid #e2e8f0;overflow:hidden}.water-data-table{width:100%;border-collapse:collapse;font-size:.95rem}.water-data-table th{background:#f8fafc;padding:12px 16px;text-align:left;font-weight:600;color:#475569;border-bottom:2px solid #e2e8f0;position:sticky;top:0}.water-data-table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.water-data-table tr:hover{background:#f8fafc}.water-badge{display:inline-block;padding:4px 10px;background:#e0f2fe;color:#0369a1;border-radius:99px;font-size:.85rem;font-weight:500}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.water-loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;flex-direction:column;gap:16px}.water-spinner{width:50px;height:50px;border:5px solid #e2e8f0;border-top:5px solid #1e3a8a;border-radius:50%;animation:spin 1s linear infinite}.water-loading-text{font-size:1.1rem;color:#1e3a8a;font-weight:600}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.water-chart-wrapper{position:relative;min-height:280px}.water-bottom-section{display:flex;flex-direction:column;gap:24px}.water-filter-list{display:flex;flex-direction:column;gap:8px;max-height:350px;overflow-y:auto;padding-right:4px}.water-filter-item{position:relative;cursor:pointer;padding:10px 12px;border-radius:6px;background-color:#f8fafc;border:1px solid transparent;transition:all .2s ease;display:flex;flex-direction:column;justify-content:center;min-height:48px;overflow:hidden}.water-filter-item:hover{background-color:#e2e8f0;transform:translate(2px)}.water-filter-item.active{border:2px solid #1e3a8a;background-color:#eff6ff;box-shadow:0 2px 4px #1e3a8a1a}.water-filter-content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;width:100%}.water-filter-name{font-weight:600;font-size:.95rem;color:#334155;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:12px}.water-filter-value{font-weight:700;font-size:.95rem;color:#0f172a;min-width:80px;text-align:right}.water-filter-bar-bg{position:absolute;bottom:0;left:0;height:100%;opacity:.2;z-index:1;transition:width .5s ease-out;border-right:1px solid rgba(0,0,0,.1)}.apexcharts-bar-series path{cursor:pointer}.water-focus-mini-label{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#1e3a8a;cursor:pointer;background:#eff6ff;padding:4px 10px;border-radius:4px;border:1px solid #bfdbfe;font-weight:600}.water-focus-mini-label input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#1e3a8a}.water-focus-control{background:#eff6ff;border:1px solid #bfdbfe;padding:10px 20px;border-radius:8px;margin-bottom:20px;display:flex;justify-content:flex-start;align-items:center;animation:fadeIn .3s ease}.water-focus-label{display:flex;align-items:center;gap:10px;font-size:1rem;color:#1e3a8a;cursor:pointer;font-weight:500}.water-focus-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#1e3a8a}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.water-control-input{padding:6px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;color:#334155;background-color:#fff;font-family:Sarabun,sans-serif;outline:none;cursor:pointer;transition:all .2s}.water-control-input:focus{border-color:#1e3a8a;box-shadow:0 0 0 2px #1e3a8a1a}.water-control-input:hover{background-color:#f8fafc}.water-mode-toggle{display:flex;background:#f1f5f9;padding:2px;border-radius:6px;border:1px solid #cbd5e1}.water-mode-btn{border:none;background:transparent;padding:6px 12px;font-size:.85rem;font-family:Sarabun,sans-serif;color:#64748b;cursor:pointer;border-radius:4px;transition:all .2s;font-weight:500}.water-mode-btn:hover{color:#334155}.water-mode-btn.active{background:#fff;color:#1e3a8a;box-shadow:0 1px 2px #0000001a;font-weight:700}.water-date-controls{background:#fff;padding:20px 24px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:24px;display:flex;gap:24px;flex-wrap:wrap;align-items:center}.water-date-btn-group{display:flex;gap:8px;align-items:center}.water-date-label{min-width:40px;font-weight:600;color:#475569;display:flex;align-items:center;gap:6px}.water-date-btn{border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;padding:8px 16px;border-radius:6px;cursor:pointer;font-family:Sarabun,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;min-width:48px}.water-date-btn:hover{background:#f1f5f9;color:#334155;border-color:#cbd5e1}.water-date-btn.active{background:#1e3a8a;color:#fff;border-color:#1e3a8a;font-weight:600;box-shadow:0 4px 6px -1px #1e3a8a33}.cooling-view-container{padding:1rem;color:#e0e0e0;height:100%;display:flex;flex-direction:column;overflow:hidden}.scada-3d-container{position:relative;width:100%;flex:1;min-height:500px;border:1px solid #1f2833;border-radius:12px;overflow:hidden;box-shadow:inset 0 0 50px #00000080}.controls-hint{text-align:center;padding:10px;color:#666;font-size:.85rem}.controls-hint span{background:#ffffff0d;padding:6px 16px;border-radius:20px;border:1px solid #333}.welcome-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#000000d9;z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .5s ease-out}.welcome-content{text-align:center;max-width:600px;width:90%;position:relative;padding:40px;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #00000080;animation:zoomIn .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.welcome-logo{width:120px;height:auto;margin-bottom:24px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.welcome-title{font-size:2.5rem;margin-bottom:16px;font-weight:800}.welcome-subtitle{font-size:1.1rem;margin-bottom:32px;line-height:1.6}.welcome-btn{padding:12px 32px;font-size:1.1rem;border-radius:50px;cursor:pointer;font-weight:700;border:none;transition:all .3s;text-transform:uppercase;letter-spacing:1px}.theme-tech .welcome-content{background:#050505;border:1px solid #00f3ff;box-shadow:0 0 30px #00f3ff33,inset 0 0 20px #00f3ff1a;color:#fff;font-family:Rajdhani,Orbitron,sans-serif}.theme-tech .welcome-content:before{content:"";position:absolute;top:0;left:0;width:200%;height:200%;background-image:linear-gradient(rgba(0,243,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(0,243,255,.1) 1px,transparent 1px);background-size:40px 40px;opacity:.3;animation:gridMove 20s linear infinite;z-index:-1;transform:perspective(500px) rotateX(60deg) translateY(-100px) translateZ(-200px)}@keyframes gridMove{0%{transform:perspective(500px) rotateX(60deg) translateY(0) translateZ(-200px)}to{transform:perspective(500px) rotateX(60deg) translateY(40px) translateZ(-200px)}}.theme-tech .welcome-title{color:#00f3ff;text-shadow:0 0 10px rgba(0,243,255,.8);letter-spacing:2px}.theme-tech .welcome-subtitle{color:#a0a0a0}.theme-tech .welcome-btn{background:transparent;border:2px solid #00f3ff;color:#00f3ff;box-shadow:0 0 15px #00f3ff66}.theme-tech .welcome-btn:hover{background:#00f3ff;color:#000;box-shadow:0 0 30px #00f3ffcc;transform:scale(1.05)}.theme-vintage .welcome-content{background:linear-gradient(135deg,#fdfbf7,#fff0f5);border:4px solid #333;box-shadow:15px 15px #333;color:#333;font-family:Chakra Petch,Sarabun,sans-serif}.theme-vintage .welcome-content:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#ff6b6b 20%,transparent 20%),radial-gradient(#feca57 20%,transparent 20%);background-position:0 0,10px 10px;background-size:20px 20px;opacity:.1;z-index:-1}.theme-vintage .welcome-title{color:#ff6b6b;text-shadow:2px 2px 0px #333;font-family:Rubik Mono One,sans-serif;letter-spacing:1px}.theme-vintage .welcome-subtitle{color:#555;font-weight:500}.theme-vintage .welcome-btn{background:#ff9f43;color:#fff;border:3px solid #333;box-shadow:4px 4px #333}.theme-vintage .welcome-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #333;background:#ffb168}.meter-view-container{max-width:1600px;margin:0 auto;padding:24px;font-family:Sarabun,sans-serif;color:#334155}.meter-loading-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.meter-spinner{border:4px solid #f3f3f3;border-top:4px solid #4f46e5;border-radius:50%;width:40px;height:40px;animation:meterSpin 1s linear infinite;margin-bottom:12px}@keyframes meterSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.meter-loading-text{font-size:1rem;color:#4f46e5;font-weight:500}.meter-filter-bar{background:#fff;padding:20px 24px;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:24px;border:1px solid #e2e8f0}.meter-filter-group{display:flex;flex-direction:column;gap:6px}.meter-filter-label{font-size:.9rem;font-weight:600;color:#475569;display:flex;align-items:center;gap:6px}.meter-simple-select{padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;color:#334155;background-color:#fff;transition:all .2s;outline:none;cursor:pointer;font-family:inherit}.meter-simple-select:hover:not(:disabled){border-color:#94a3b8}.meter-simple-select:focus:not(:disabled){border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.meter-simple-select:disabled{background-color:#f8fafc;color:#94a3b8;cursor:not-allowed}.meter-date-controls{display:flex;gap:32px;align-items:flex-start;flex-wrap:wrap}.date-btn-group{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.date-label{margin-right:8px;font-weight:600;color:#475569;font-size:.9rem;display:flex;align-items:center;gap:6px}.date-btn{padding:6px 12px;border:1px solid #e2e8f0;background:#fff;font-size:.9rem;color:#64748b;border-radius:6px;cursor:pointer;transition:all .15s;font-family:Sarabun}.date-btn:hover{background:#f1f5f9;color:#334155;border-color:#cbd5e1}.date-btn.active{background:#4f46e5;color:#fff;border-color:#4f46e5;font-weight:500;box-shadow:0 2px 4px #4f46e533}.meter-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:24px}.meter-kpi-card{background:#fff;border-radius:12px;padding:20px 24px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;transition:transform .2s;display:flex;flex-direction:column;justify-content:space-between}.meter-kpi-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.meter-kpi-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.meter-kpi-top .label{font-size:1rem;color:#334155;font-weight:600;letter-spacing:.3px}.meter-kpi-top .icon{font-size:1.5rem;padding:10px;border-radius:10px}.icon-red{background:#fee2e2;color:#ef4444}.icon-orange{background:#ffedd5;color:#f97316}.icon-green{background:#dcfce7;color:#22c55e}.icon-blue{background:#e0e7ff;color:#4f46e5}.icon-purple{background:#f3e8ff;color:#a855f7}.meter-kpi-value{font-size:2rem;font-weight:700;color:#1e293b;display:flex;align-items:baseline;gap:8px}.meter-kpi-value .unit{font-size:1rem;color:#94a3b8;font-weight:500}.meter-charts-grid{display:flex;flex-direction:column;gap:20px}.meter-chart-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:20px}.meter-chart-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease;animation:fadeIn .3s ease}.meter-chart-card:hover{box-shadow:0 8px 16px -4px #0000001a}@keyframes fadeIn{0%{opacity:.7;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.meter-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.meter-card-header h3{margin:0;font-size:1.1rem;color:#334155;display:flex;align-items:center;gap:10px}.meter-card-header .highlight{font-size:.85rem;background:#f1f5f9;padding:4px 12px;border-radius:20px;color:#64748b;font-weight:500}.apexcharts-tooltip{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 4px 6px -1px #0000001a!important;color:#000!important}.apexcharts-tooltip-title{background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;font-family:Sarabun,sans-serif!important}.apexcharts-tooltip-text,.apexcharts-tooltip-text-y-value,.apexcharts-tooltip-text-y-label{font-family:Sarabun,sans-serif!important}.comparison-section{margin-top:40px;border-top:2px dashed #e2e8f0;padding-top:40px;position:relative}.comparison-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.comparison-title{font-size:1.5rem;font-weight:700;color:#312e81;display:flex;align-items:center;gap:12px}.btn-add-compare{background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 6px -1px #4f46e54d;transition:all .2s;display:flex;align-items:center;gap:10px}.btn-add-compare:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #4f46e566}.comparison-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}@media(max-width:1024px){.comparison-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.energy-table-container{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;margin-top:32px}.table-header-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.table-header-title h3{margin:0;font-size:1.25rem;color:#1e293b;font-weight:700;font-family:Sarabun,sans-serif;letter-spacing:-.025em}.table-subtitle{font-size:.95rem;color:#475569;background:#f8fafc;padding:6px 12px;border-radius:8px;border:1px solid #e2e8f0;display:inline-block;margin-top:8px}.table-subtitle strong{color:#0f172a;font-weight:600}.table-scroll-wrapper{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0}.energy-table{width:100%;border-collapse:separate;border-spacing:0;font-family:Sarabun,sans-serif;font-size:.95rem}.energy-table th,.energy-table td{padding:16px 20px;border-bottom:1px solid #e2e8f0;white-space:nowrap}.energy-table th{background:linear-gradient(to bottom,#f8fafc,#f1f5f9);color:#334155;font-weight:700;text-align:left;text-transform:uppercase;font-size:.85rem;letter-spacing:.05em;border-bottom:2px solid #e2e8f0}.energy-table th:first-child{border-top-left-radius:12px}.energy-table th:last-child{border-top-right-radius:12px}.energy-table th[align=right]{text-align:right}.energy-table td{color:#334155}.energy-table tbody tr:hover{background-color:#f8fafc}.energy-table .table-footer td{background-color:#f1f5f9;color:#0f172a;font-weight:600;border-top:2px solid #cbd5e1;border-bottom:none}.selected-month-row td{background-color:#eff6ff!important;color:#1d4ed8!important;border-bottom:1px solid #bfdbfe}.daily-scroll-container{max-height:350px;overflow-y:auto;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;box-shadow:inset 0 2px 4px #0000000d}.daily-data-table{width:100%;border-collapse:collapse}.daily-data-row td{padding:10px 20px;border-bottom:1px dashed #e2e8f0;background-color:transparent}.daily-scroll-container::-webkit-scrollbar{width:6px}.daily-scroll-container::-webkit-scrollbar-track{background:#f1f5f9}.daily-scroll-container::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.daily-scroll-container::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.electric-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:24px}.electric-kpi-card{background:#fff;border-radius:12px;padding:20px 24px;border:1px solid #e2e8f0;border-left-width:5px;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}.electric-kpi-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.electric-kpi-icon{font-size:1.5rem;padding:12px;border-radius:12px;order:2}.electric-kpi-content{display:flex;flex-direction:column;order:1}.electric-kpi-title{font-size:.9rem;font-weight:600;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.electric-kpi-value{font-size:1.85rem;font-weight:700;color:#0f172a;margin-bottom:2px}.electric-kpi-unit{font-size:.85rem;font-weight:500;color:#94a3b8}.kpi-blue{border-left-color:#3b82f6}.kpi-blue .electric-kpi-icon{color:#3b82f6;background:#eff6ff}.kpi-green{border-left-color:#10b981}.kpi-green .electric-kpi-icon{color:#10b981;background:#ecfdf5}.kpi-purple{border-left-color:#8b5cf6}.kpi-purple .electric-kpi-icon{color:#8b5cf6;background:#f5f3ff}.kpi-orange{border-left-color:#f59e0b}.kpi-orange .electric-kpi-icon{color:#f59e0b;background:#fffbeb}.kpi-red{border-left-color:#ef4444}.meter-table-container{max-height:600px;overflow-y:auto;border:1px solid #cbd5e1;border-radius:8px}.meter-table-header th{position:sticky;top:0;z-index:10;background:#e2e8f0;box-shadow:0 1px 2px #0000001a}.meter-data-row{transition:background-color .1s ease}.meter-data-row:hover{background-color:#f1f5f9!important}.data-bar-cell{position:relative}.data-bar{position:absolute;top:0;left:0;height:100%;opacity:.15;z-index:0}.meter-table-footer td{position:sticky;bottom:0;z-index:20;background:#f8fafc;border-top:2px solid #cbd5e1;box-shadow:0 -2px 4px #0000000d}.cell-content{position:relative;z-index:1}.meter-quick-search{position:relative;display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;max-width:360px;transition:all .2s ease}.meter-quick-search:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.meter-quick-search .search-icon{color:#94a3b8;font-size:.9rem;flex-shrink:0}.meter-quick-search input{flex:1;border:none;outline:none;font-size:.9rem;font-family:Sarabun,sans-serif;color:#1e293b;background:transparent;min-width:0}.meter-quick-search input::placeholder{color:#94a3b8;font-size:.85rem}.meter-quick-search .clear-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;border-radius:4px;transition:all .15s;flex-shrink:0}.meter-quick-search .clear-btn:hover{color:#ef4444;background:#fee2e2}.search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 20px #0000001f;max-height:300px;overflow-y:auto;z-index:100}.search-result-item{padding:10px 14px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background-color .1s}.search-result-item:hover,.search-result-item.active{background:#f1f5f9}.search-result-item:last-child{border-bottom:none}.search-result-item .result-name{font-weight:500;color:#1e293b;font-size:.9rem}.search-result-item .result-id{font-size:.75rem;color:#94a3b8;margin-left:8px}.search-dropdown .no-results{padding:16px;text-align:center;color:#94a3b8;font-size:.85rem}.level-badge{font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:20px;white-space:nowrap}.level-badge.level-1{background:#fee2e2;color:#dc2626}.level-badge.level-2{background:#fef3c7;color:#d97706}.level-badge.level-3{background:#dcfce7;color:#16a34a}.level-badge.level-4{background:#dbeafe;color:#2563eb}.level-badge.level-5{background:#f3e8ff;color:#9333ea}.level-badge.level-6{background:#fce7f3;color:#db2777}.level-badge.level-7,.level-badge.level-8{background:#f1f5f9;color:#475569}.chart-meter-badge{color:#4338ca;font-size:.85rem;font-weight:500;margin-left:8px;display:inline-flex;align-items:center;gap:6px}.chart-meter-badge:before{content:"|";color:#a5b4fc;margin-right:4px}.chart-meter-badge svg{font-size:.75rem;color:#6366f1}.chart-meter-badge .meter-level{background:#e0e7ff;color:#4338ca;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:600}.year-badge{background:transparent;color:#475569;padding:0;font-size:.95rem;font-weight:600;margin-left:4px;border:none}.month-badge{background:transparent;color:#92400e;padding:0;font-size:.95rem;font-weight:600;margin-left:4px;border:none}.meter-selection-summary{width:100%;max-width:100%;box-sizing:border-box;padding:16px 18px;background:linear-gradient(135deg,#eef2ff,#f0f9ff);border-radius:12px;border:1px solid #c7d2fe;margin-top:20px;overflow:hidden;transition:all .3s ease;animation:fadeIn .3s ease}.meter-selection-summary:hover{border-color:#a5b4fc;box-shadow:0 4px 12px #6366f11a}.meter-selection-summary .summary-header{display:flex;align-items:center;gap:10px;color:#4338ca;font-weight:600;font-size:.85rem;margin-bottom:8px}.meter-selection-summary .summary-header .icon{font-size:.9rem;flex-shrink:0}.meter-selection-summary .summary-content{display:flex;flex-direction:column;gap:6px;overflow:hidden}.meter-selection-summary .meter-name{font-size:1.1rem;font-weight:700;color:#1e1b4b;word-break:break-word;overflow-wrap:break-word}.meter-selection-summary .meter-path{font-size:.8rem;color:#64748b;display:flex;align-items:center;gap:4px;flex-wrap:wrap;overflow:hidden}.meter-selection-summary .meter-path span{display:inline-flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.meter-selection-summary .level-indicator{background:#4f46e5;color:#fff;padding:2px 8px;border-radius:4px;font-size:.7rem;font-weight:600;margin-left:8px;flex-shrink:0;white-space:nowrap}@media(max-width:768px){.meter-filter-bar{padding:16px!important}.meter-quick-search{max-width:100%}.meter-date-controls{flex-direction:column;gap:12px}.date-btn-group{flex-wrap:wrap}.date-btn{flex:1;min-width:60px}.meter-chart-row{grid-template-columns:1fr!important}.meter-selection-summary{padding:12px 14px}.meter-selection-summary .meter-name{font-size:1rem}.chart-meter-badge{font-size:.75rem;margin-left:4px}.chart-meter-badge:before{display:none}}@media(max-width:480px){.meter-kpi-container{grid-template-columns:1fr!important}.meter-filter-bar>div:first-child{flex-direction:column;align-items:flex-start!important;gap:8px}.date-btn{padding:6px 8px;font-size:.75rem}}.meter-data-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.meter-data-table th,.meter-data-table td{box-sizing:border-box;word-wrap:break-word}.meter-data-table th:nth-child(1),.meter-data-table td:nth-child(1){width:30%!important}.meter-data-table th:nth-child(2),.meter-data-table td:nth-child(2){width:23%!important}.meter-data-table th:nth-child(3),.meter-data-table td:nth-child(3){width:23%!important}.meter-data-table th:nth-child(4),.meter-data-table td:nth-child(4){width:24%!important}.meter-data-table thead{display:table-header-group;width:100%}.meter-data-table thead tr{display:table-row;width:100%}.meter-data-table thead th{display:table-cell;position:sticky;top:0;z-index:20;border-bottom:2px solid #cbd5e1;background:#e2e8f0}.meter-data-table tbody{display:table-row-group;width:100%}.meter-data-table tbody tr{display:table-row}.meter-data-table tbody td{display:table-cell}.compare-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .2s cubic-bezier(.16,1,.3,1)}.compare-modal{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:95vw;max-width:1800px;height:92vh;max-height:none;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;font-family:Sarabun,sans-serif}.compare-header{background:#fff;padding:0;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column}.header-top{padding:16px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;background:#f8fafc}.header-top h2{margin:0;color:#1e293b;font-size:1.25rem;font-weight:600;display:flex;align-items:center;gap:12px}.btn-close-modal{background:transparent;border:none;color:#64748b;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-close-modal:hover{background:#f1f5f9;color:#ef4444}.header-search-row{padding:16px 24px;background:#fff}.search-wrapper{position:relative;width:100%}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.modal-search-input{width:100%;padding:12px 12px 12px 42px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#1e293b;font-family:inherit;font-size:.95rem;transition:all .2s;box-sizing:border-box}.modal-search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.modal-search-input::placeholder{color:#94a3b8}.header-tools-row{padding:12px 24px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;background:#fff;flex-wrap:wrap;border-bottom:1px solid #e2e8f0}.compare-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;flex:1;width:100%}.filter-select{padding:6px 10px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:.85rem;cursor:pointer;width:100%;transition:border-color .2s}.filter-select:hover{border-color:#94a3b8}.filter-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}.compare-actions{display:flex;gap:10px}.action-btn{padding:8px 16px;height:38px;border-radius:6px;border:1px solid transparent;font-weight:500;font-size:.9rem;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:8px;transition:all .2s;white-space:nowrap}.btn-reset-filter{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.btn-reset-filter:hover{background:#e2e8f0;color:#1e293b}.btn-clear-all{background:#fef2f2;color:#ef4444;border:1px solid #fee2e2}.btn-clear-all:hover{background:#fee2e2;border-color:#fca5a5}.compare-body{flex:1;overflow-y:auto;padding:24px;background:#f8fafc}.meter-group-section{margin-bottom:24px;background:#fff;padding:16px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.group-title{color:#4f46e5;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0}.btn-select-group{background:transparent;border:1px solid #cbd5e1;color:#64748b;padding:4px 10px;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s;font-family:inherit}.btn-select-group:hover{border-color:#4f46e5;color:#4f46e5;background:#eef2ff}.meter-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.meter-checkbox-item{display:flex;align-items:center;gap:12px;background:#f8fafc;padding:12px;border-radius:8px;cursor:pointer;border:1px solid #f1f5f9;transition:all .2s ease}.meter-checkbox-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.meter-checkbox-item.selected{background:#eef2ff;border-color:#818cf8}.checkbox-circle{width:20px;height:20px;border-radius:50%;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;font-size:12px;color:transparent;background:#fff}.meter-checkbox-item.selected .checkbox-circle{background:#4f46e5;border-color:#4f46e5;color:#fff}.meter-info{flex:1;overflow:hidden}.meter-name{font-weight:600;color:#334155;margin-bottom:2px;font-size:.95rem}.meter-detail{font-size:.8rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.compare-footer{padding:16px 24px;border-top:1px solid #e2e8f0;background:#fff;display:flex;justify-content:space-between;align-items:center}.footer-summary{color:#64748b;font-size:.9rem;display:flex;align-items:center;gap:6px}.footer-summary strong{color:#0f172a;margin-left:4px}.btn-confirm{background:#4f46e5;border:none;color:#fff;padding:10px 24px;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:0 4px 6px -1px #4f46e533;transition:all .2s;display:flex;align-items:center;gap:8px}.btn-confirm:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 6px 8px -1px #4f46e54d}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.calc-config-wrapper{padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:20px;flex:1;overflow-x:hidden}.calc-input-group{display:flex;flex-direction:column;gap:8px}.calc-input-label{font-weight:600;color:#1e293b;font-size:.95rem}.calc-text-input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:1rem;font-family:inherit;transition:all .2s}.calc-text-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.calc-selection-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.calc-section-label{display:flex;align-items:center;gap:8px;font-weight:700;margin-bottom:12px;font-size:.95rem}.calc-list-container{border:1px solid #e2e8f0;border-radius:8px;max-height:50vh;height:100%;overflow-y:auto;overflow-x:hidden;background:#fff}.calc-list-item{padding:10px 12px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .15s;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.calc-list-item:hover:not(.disabled){background-color:#f8fafc}.calc-list-item.positive-selected{background-color:#dcfce7;color:#166534}.calc-list-item.negative-selected{background-color:#fee2e2;color:#991b1b}.calc-list-item.disabled{cursor:not-allowed;background-color:#f1f5f9;color:#94a3b8;opacity:.6}.calc-preview-box{margin-top:16px;font-size:.9rem;color:#475569;background:#f8fafc;padding:16px;border-radius:8px;border:1px solid #e2e8f0;line-height:1.6}.calc-modal-footer{padding:16px 24px;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:12px}@media(max-width:768px){.calc-selection-grid{grid-template-columns:1fr}}.dashboard-page{display:flex;flex-direction:column;height:100vh;overflow:hidden;font-family:Sarabun,sans-serif}.dashboard-body{display:flex;flex:1;overflow:hidden}.dashboard-main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;transition:margin-left .3s ease}.meter-view-container{padding:24px;max-width:1600px;margin:0 auto;width:100%;box-sizing:border-box}.comparison-selection-card{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;padding:24px;color:#fff;box-shadow:0 10px 15px -3px #3b82f64d;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.comparison-selection-title{font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:12px}.btn-add-compare-enhanced{background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;padding:10px 20px;border-radius:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-add-compare-enhanced:hover{background:#ffffff4d;transform:translateY(-2px)}.comparison-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:24px}.comparison-kpi-card{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #e2e8f0;transition:transform .2s}.comparison-kpi-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.comparison-kpi-icon{font-size:1.5rem;padding:12px;border-radius:12px}.kpi-blue .comparison-kpi-icon{background:#eff6ff;color:#3b82f6}.kpi-green .comparison-kpi-icon{background:#f0fdf4;color:#22c55e}.kpi-purple .comparison-kpi-icon{background:#f3e8ff;color:#a855f7}.kpi-orange .comparison-kpi-icon{background:#fff7ed;color:#f97316}.comparison-kpi-content{flex:1}.comparison-kpi-title{color:#64748b;font-size:.875rem;font-weight:600;margin-bottom:4px}.comparison-kpi-value{color:#1e293b;font-size:1.5rem;font-weight:800;line-height:1.2}.comparison-kpi-unit{color:#94a3b8;font-size:.75rem;margin-top:4px}.comparison-empty-state{text-align:center;padding:80px 20px;background:#fff;border-radius:16px;border:2px dashed #e2e8f0;color:#94a3b8}.comparison-empty-icon{font-size:4rem;margin-bottom:16px;opacity:.5}.comparison-empty-title{font-size:1.25rem;font-weight:700;color:#475569;margin-bottom:8px}.meter-charts-grid{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.meter-chart-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px}.energy-table-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px -2px #0000001a;border:none;overflow:hidden;display:flex;flex-direction:column;margin-bottom:32px;position:relative;transition:all .3s ease}.table-scroll-wrapper{overflow-x:auto;max-height:75vh;overflow-y:auto;position:relative;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.table-scroll-wrapper::-webkit-scrollbar{height:8px;width:8px}.table-scroll-wrapper::-webkit-scrollbar-track{background:transparent}.table-scroll-wrapper::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.energy-table{width:100%;border-collapse:separate;border-spacing:0;font-family:Sarabun,sans-serif;font-size:.85rem;color:#334155;border:none}.energy-table th{background:#f8fafc;color:#475569;font-weight:600;text-align:center;padding:12px 16px;font-size:.85rem;border-bottom:2px solid #e2e8f0;border-right:1px solid #e2e8f0;white-space:nowrap;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.energy-table th:first-child,.energy-table td:first-child,.energy-table tfoot td:first-child{position:sticky;left:0;z-index:30;text-align:left;border-right:1px solid #e2e8f0;box-shadow:4px 0 8px -4px #0000000d;clip-path:inset(0px -15px 0px 0px)}.energy-table th:first-child{background:#f1f5f9;color:#334155;z-index:40;font-weight:700}.energy-table td{padding:10px 16px;vertical-align:middle;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;transition:background .15s ease}.col-time-header,.col-time-cell{min-width:120px;width:120px;max-width:120px}.energy-table tbody tr:hover td{background-color:#eff6ff!important}.row-meter td{background:#fff}.row-level td{background:#f8fafc}.row-level td:first-child{border-left:4px solid #94a3b8}.row-calc td{background:#fffbeb}.row-calc td:first-child{border-left:4px solid #f59e0b}.row-total td{background:#f0f9ff;font-weight:700}.energy-table tfoot td{position:sticky;bottom:0;background:#f8fafc;font-weight:700;color:#334155;border-top:2px solid #e2e8f0;z-index:20;padding:12px 16px;box-shadow:0 -4px 8px -4px #0000000d}.energy-table tfoot td:first-child{z-index:40;background:#f1f5f9}.table-data-primary{font-size:.9rem;font-weight:600;color:#1e293b;line-height:1.4}.table-data-secondary{font-size:.9rem;color:#94a3b8;font-weight:500;line-height:1.4}.unit-label{font-size:.7rem;color:#cbd5e1;font-weight:400;margin-left:4px}.val-positive{color:#16a34a}.val-negative{color:#dc2626}.val-neutral{color:#64748b}.calc-col-text-primary{color:#334155!important;font-weight:700}.calc-col-text-secondary{color:#64748b!important}.mode-toggle-container{display:flex;align-items:center;gap:8px;background:#fff;padding:4px;border-radius:6px;border:1px solid #e2e8f0}.meter-header-compact{display:flex;justify-content:space-between;align-items:flex-start}.meter-header-name{font-weight:600;color:#1e293b;font-size:.85rem;line-height:1.3;min-height:2.6em;max-width:160px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.meter-header-controls{display:flex;flex-direction:row;gap:4px;margin-left:8px}.btn-icon-small{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:4px;background:transparent;color:#94a3b8;cursor:pointer;transition:all .2s}.btn-icon-small:hover{background:#e2e8f0;color:#475569}.btn-icon-small.danger:hover{color:#ef4444;background:#fee2e2}.btn-premium{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-family:Sarabun,sans-serif;font-size:.85rem;font-weight:600;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.btn-premium:active{transform:translateY(1px);box-shadow:none}.btn-premium.primary{background:#4f46e5;color:#fff;border-color:#4338ca}.btn-premium.primary:hover{background:#4338ca;box-shadow:0 4px 12px #4f46e54d}.btn-premium.purple{background:#8b5cf6;color:#fff;border-color:#7c3aed}.btn-premium.purple:hover{background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d}.btn-premium.secondary{background:#fff;color:#334155;border-color:#cbd5e1}.btn-premium.secondary:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}.btn-premium.secondary:hover .text-green-600{transform:scale(1.1);transition:transform .2s}.meter-level-badge{display:inline-block;background:#f1f5f9;color:#475569;font-size:.65rem;padding:1px 5px;border-radius:3px;margin-left:6px;font-weight:600;vertical-align:middle;border:1px solid #e2e8f0}.btn-group-select{background:#fff;border:1px solid #cbd5e1;color:#64748b;padding:4px 12px;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .2s;font-weight:600}.btn-group-select:hover{border-color:#64748b;color:#1e293b;background:#f8fafc}.btn-group-select.all-selected{background:#475569;color:#fff;border-color:#475569}.empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#fff;border-radius:12px;border:1px dashed #cbd5e1;margin-top:24px;text-align:center}.empty-state-icon{font-size:3rem;color:#cbd5e1;margin-bottom:16px}.empty-state-container h3{margin:0 0 8px;color:#334155;font-size:1.1rem}.empty-state-container p{margin:0;color:#64748b;font-size:.9rem}.empty-state-container strong{color:#334155}.miller-columns-container{display:flex;overflow-x:auto;height:100%;min-height:400px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.miller-column{width:250px;flex-shrink:0;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%}.miller-column-header{background:#f8fafc;padding:8px 12px;font-weight:600;font-size:.85rem;color:#475569;border-bottom:1px solid #e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0;display:flex;align-items:center;gap:6px}.miller-column-body{flex:1;overflow-y:auto;background:#fff}.miller-item{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;cursor:pointer;border-bottom:1px solid #f8fafc;transition:background .1s}.miller-item:hover{background-color:#f1f5f9}.miller-item.active{background-color:#e2e8f0;color:#1e293b;font-weight:500}.miller-item.selected{background-color:#f1f5f9}.miller-item-content{display:flex;align-items:center;flex:1;overflow:hidden}.miller-checkbox{width:16px;height:16px;border:1px solid #cbd5e1;border-radius:3px;margin-right:8px;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0;cursor:pointer;z-index:2}.miller-checkbox.checked{background:#475569;border-color:#475569;color:#fff}.miller-icon{margin-right:6px;display:flex;align-items:center;font-size:.9rem;color:#94a3b8}.miller-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.85rem;color:inherit;font-weight:400}.miller-arrow{color:#cbd5e1;margin-left:8px;font-size:.7rem}.miller-item.active .miller-arrow{color:#64748b}.level-badge{display:inline-block;padding:1px 4px;border-radius:3px;font-size:.6rem;font-weight:600;margin-left:6px;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;vertical-align:middle}.level-badge.level-1,.level-badge.level-2,.level-badge.level-3,.level-badge.level-4{background:#f1f5f9;color:#475569;border-color:#cbd5e1}.text-positive-imp{color:#16a34a!important}.text-negative-imp{color:#dc2626!important}.col-actions{display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:500}.btn-col-action{border:none;background:transparent;cursor:pointer;padding:2px 4px;transition:all .2s;font-family:inherit}.btn-col-action.select{color:#3b82f6}.btn-col-action.select:hover{color:#2563eb;text-decoration:underline;background:#eff6ff;border-radius:4px}.btn-col-action.clear{color:#94a3b8}.btn-col-action.clear:hover{color:#ef4444;background:#fef2f2;border-radius:4px}.action-divider{color:#cbd5e1;font-size:.7rem;pointer-events:none}.minimal-select{border:1px solid transparent;background-color:transparent;border-radius:6px;padding:2px 8px;font-size:.8rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.minimal-select:hover{background-color:#f8fafc;color:#334155;border-color:#e2e8f0}.minimal-select:focus{outline:none;background-color:#f1f5f9;border-color:#cbd5e1}.mg-date-picker-bar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;background:#fff;padding:8px 16px;border-radius:10px;box-shadow:0 1px 2px #0000000d;margin-bottom:16px;border:1px solid #e2e8f0;flex-wrap:wrap}.mg-date-section{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.mg-date-nav{display:flex;align-items:center;gap:6px}.mg-nav-btn{width:32px;height:32px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease;font-size:12px}.mg-nav-btn:hover:not(:disabled){background:#eff6ff;color:#3b82f6;border-color:#3b82f6}.mg-nav-btn:disabled{opacity:.5;cursor:not-allowed}.mg-date-main{display:flex;align-items:center;gap:8px;background:#f1f5f9;padding:6px 12px;border-radius:6px;font-weight:600;color:#334155;min-width:160px;justify-content:center;height:32px}.mg-date-icon{color:#64748b;font-size:14px}.mg-date-value{font-family:Sarabun,sans-serif;font-size:14px}.mg-date-selectors{display:flex;gap:6px}.mg-month-select,.mg-year-select{padding:0 10px;height:32px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;font-family:Sarabun,sans-serif;color:#334155;font-size:13px;cursor:pointer;outline:none;transition:border-color .2s}.mg-month-select:hover,.mg-year-select:hover{border-color:#cbd5e1}.mg-quick-presets{display:flex;gap:6px;flex-wrap:wrap}.mg-preset-btn{padding:0 10px;height:32px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:12px;cursor:pointer;transition:all .2s;display:flex;align-items:center}.mg-preset-btn:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.mg-date-controls-right{display:flex;align-items:center;gap:8px;position:relative}.mg-toggle-calendar-btn{padding:0 12px;height:32px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.mg-toggle-calendar-btn:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.mg-toggle-calendar-btn.active{background:#eff6ff;color:#3b82f6;border-color:#3b82f6}.mg-mini-calendar-container{position:absolute;top:calc(100% + 8px);right:0;z-index:1000;width:280px}.mg-mini-calendar{padding:16px;border:1px solid #e2e8f0;max-width:100%;margin:0;background:#fff;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mg-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.mg-weekday{text-align:center;font-size:11px;font-weight:600;color:#64748b;padding:2px 0}.mg-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.mg-calendar-cell{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;transition:all .2s ease;position:relative;min-height:32px;max-height:40px}.mg-calendar-cell.empty{cursor:default}.mg-calendar-cell.has-data{background:#dcfce7;border:1px solid #86efac;color:#166534}.mg-calendar-cell.has-data:hover{background:#bbf7d0;transform:scale(1.05);box-shadow:0 1px 3px #22c55e4d}.mg-calendar-cell.no-data{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.mg-calendar-cell.no-data:hover{background:#fecaca;transform:scale(1.05);box-shadow:0 1px 3px #ef44444d}.mg-calendar-cell.future{background:#f1f5f9;border:1px solid #e2e8f0;color:#94a3b8;cursor:not-allowed}.mg-calendar-cell.selected{outline:2px solid #3b82f6;outline-offset:1px;transform:scale(1.05);z-index:1}.mg-cell-day{font-size:12px;font-weight:600;line-height:1;margin-bottom:2px}.mg-cell-status{font-size:9px;line-height:1}.mg-calendar-legend{display:flex;gap:12px;justify-content:center;margin-top:8px;padding-top:8px;border-top:1px dashed #e2e8f0}.mg-legend-item{font-size:11px;display:flex;align-items:center;gap:4px}.mg-legend-item.has-data{color:#166534}.mg-legend-item.no-data{color:#991b1b}.mg-legend-item.future{color:#64748b}.mg-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:20px}.mg-summary-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014;border-bottom:4px solid transparent;transition:transform .2s,box-shadow .2s;text-align:center}.mg-summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.mg-summary-card.card-total{border-bottom-color:#3b82f6}.mg-summary-card.card-total .mg-card-icon{background:#dbeafe;color:#3b82f6}.mg-summary-card.card-success{border-bottom-color:#22c55e}.mg-summary-card.card-success .mg-card-icon{background:#dcfce7;color:#22c55e}.mg-summary-card.card-danger{border-bottom-color:#ef4444}.mg-summary-card.card-danger .mg-card-icon{background:#fee2e2;color:#ef4444}.mg-summary-card.card-purple{border-bottom-color:#8b5cf6}.mg-summary-card.card-purple .mg-card-icon{background:#ede9fe;color:#8b5cf6}.mg-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;margin:0 auto 12px}.mg-card-value{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:4px}.mg-card-label{font-size:14px;color:#64748b}.mg-filter-bar{display:flex;gap:12px;flex-wrap:wrap;background:#fff;padding:12px 16px;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:20px}.mg-filter-item{display:flex;align-items:center;gap:8px;color:#64748b}.mg-filter-item select{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;min-width:140px}.mg-search-box{flex:1;min-width:200px;display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#64748b}.mg-search-box input{flex:1;border:none;background:transparent;font-size:14px;color:#1e293b}.mg-search-box input:focus{outline:none}.mg-clear-btn{background:none;border:none;cursor:pointer;color:#94a3b8;padding:4px}.mg-clear-btn:hover{color:#ef4444}.mg-groups-container{display:flex;flex-direction:column;gap:16px}.mg-tabs-container{margin-bottom:20px;background:#fff;padding:4px 4px 0;border-radius:12px 12px 0 0;border-bottom:1px solid #e2e8f0}.mg-tabs-scroll{display:flex;gap:2px;overflow-x:auto;padding-bottom:0;scrollbar-width:none;-ms-overflow-style:none}.mg-tabs-scroll::-webkit-scrollbar{display:none}.mg-tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:100px;padding:12px 16px;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;color:#64748b;transition:all .2s;font-size:20px}.mg-tab-item:hover{background:#f8fafc;color:#3b82f6}.mg-tab-item.active{color:#2563eb;border-bottom-color:#2563eb;background:linear-gradient(to top,#eff6ff 0%,transparent 100%)}.mg-tab-item .tab-name{font-size:13px;font-weight:600}.mg-tab-item .tab-count{font-size:11px;background:#f1f5f9;padding:2px 6px;border-radius:10px;color:#64748b}.mg-tab-item.active .tab-count{background:#dbeafe;color:#1e40af}.mg-group-content{background:#fff;border-radius:0 0 12px 12px;padding:20px;min-height:400px;box-shadow:0 4px 6px -1px #0000000d}.mg-group-summary-bar{display:flex;flex-wrap:wrap;gap:20px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:24px;align-items:center}.summary-item{display:flex;align-items:center;gap:8px;font-size:14px}.summary-item .label{color:#64748b}.summary-item .value{font-weight:700;color:#1e293b;font-size:16px;display:flex;align-items:center;gap:4px}.summary-item.success .value{color:#16a34a}.summary-item.warning .value{color:#d97706}.summary-item.big .value{font-size:20px}.mg-group{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden;transition:all .3s ease}.mg-group.collapsed{box-shadow:0 1px 2px #0000000d}.mg-group-header{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background .2s}.mg-group-header:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.mg-group-left{display:flex;align-items:center;gap:10px}.mg-expand-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;transition:transform .3s ease;color:#64748b}.mg-expand-icon.open{transform:rotate(90deg)}.mg-group-icon{color:#3b82f6;font-size:18px}.mg-group-name{font-size:15px;font-weight:600;color:#1e293b}.mg-group-info{display:flex;align-items:center;gap:16px;font-size:13px}.mg-group-stat{display:flex;align-items:center;gap:4px;color:#64748b}.stat-value{font-weight:600;color:#64748b}.stat-value.has-data{color:#22c55e}.stat-sep{color:#cbd5e1}.stat-label{color:#94a3b8;margin-left:2px}.mg-group-total{display:flex;align-items:center;gap:4px;color:#f59e0b;font-weight:600}.mg-group-cost{color:#22c55e;font-weight:600}.mg-group-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#1e293b}.mg-group-title svg{color:#3b82f6}.mg-group-stats{display:flex;align-items:center;gap:4px;font-size:14px;color:#64748b}.mg-stat-has{color:#22c55e;font-weight:600}.mg-stat-label{margin-left:4px}.mg-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;padding:16px}.mg-machine-card{background:#fff;border-radius:12px;padding:16px;text-align:center;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;border-bottom:4px solid transparent;cursor:pointer;transition:all .25s ease;display:flex;flex-direction:column;align-items:center;gap:8px;min-height:180px}.mg-machine-card.has-data{border-bottom-color:#22c55e}.mg-machine-card.has-data:hover{box-shadow:0 8px 24px #22c55e33;transform:translateY(-4px)}.mg-machine-card.no-data{border-bottom-color:#ef4444;background:linear-gradient(180deg,#fff,#fef2f2)}.mg-machine-card.no-data:hover{box-shadow:0 8px 24px #ef444433;transform:translateY(-4px)}.mg-machine-status{margin-bottom:4px}.status-icon{font-size:32px}.status-icon.success{color:#22c55e}.status-icon.error{color:#ef4444}.mg-machine-name{font-size:14px;font-weight:600;color:#1e293b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:36px}.mg-machine-id{font-size:11px;font-weight:500;color:#94a3b8;background:#f1f5f9;padding:2px 8px;border-radius:4px}.mg-machine-usage{display:flex;align-items:center;gap:4px;font-size:13px;color:#f59e0b;font-weight:600;margin-top:auto}.mg-machine-usage .no-data-text{color:#94a3b8;font-weight:400}.mg-machine-badge{margin-top:4px}.level-badge{display:inline-block;padding:2px 10px;background:#e0e7ff;color:#4338ca;border-radius:12px;font-size:11px;font-weight:600}.mg-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#94a3b8;gap:16px}.mg-empty-state p{font-size:16px}@media(max-width:768px){.mg-date-picker-bar{padding:16px}.mg-date-section{flex-direction:column;align-items:stretch;gap:12px}.mg-date-nav{justify-content:center}.mg-date-main{min-width:unset;flex:1;padding:10px 16px}.mg-date-selectors{justify-content:center}.mg-month-select,.mg-year-select{min-width:unset;flex:1}.mg-quick-presets{justify-content:center}.mg-preset-btn{padding:6px 12px;font-size:12px}.mg-summary-cards{grid-template-columns:repeat(2,1fr)}.mg-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:12px}.mg-machine-card{min-height:180px;padding:12px}.status-icon{font-size:28px}}.mg-machine-cost{font-size:12px;color:#22c55e;font-weight:600;margin-top:2px}.mg-machine-cost .no-data-text{color:#94a3b8;font-weight:400}@media(max-width:480px){.mg-summary-cards{grid-template-columns:repeat(2,1fr);gap:8px}.mg-card-value{font-size:22px}.mg-card-label{font-size:12px}}.mg-machine-id-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:4px}.mg-copy-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .2s;border-radius:4px}.mg-copy-btn:hover{color:#3b82f6;background:#eff6ff}.mg-copy-btn.copied{color:#22c55e}.mg-machine-info-row{display:flex;justify-content:center;gap:8px;margin-bottom:8px;font-size:11px;color:#64748b;background:#f8fafc;padding:4px 8px;border-radius:6px;width:100%}.mg-info-item{display:flex;align-items:center;gap:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50%}.mg-info-item .label{font-weight:600;color:#94a3b8}.mg-tab-item.ungrouped-alert{color:#d97706;position:relative;border-bottom-color:#fcd34d}.mg-tab-item.ungrouped-alert:after{content:"";position:absolute;top:8px;right:8px;width:8px;height:8px;background:#ef4444;border-radius:50%;border:2px solid #ffffff}.mg-tab-item.ungrouped-alert .tab-count{background:#fef3c7;color:#d97706}.mg-tab-item.ungrouped-alert:hover{background:#fffbeb}.mg-tab-item.ungrouped-alert.active{background:#fffbeb;border-bottom-color:#d97706}.mh-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mh-modal-container{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease}.mh-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px 16px 0 0}.mh-header-info h2{margin:0;font-size:18px;font-weight:700;color:#1e293b}.mh-machine-name{font-size:14px;color:#64748b}.mh-close-btn{width:36px;height:36px;border:none;background:#fee2e2;color:#ef4444;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.mh-close-btn:hover{background:#ef4444;color:#fff}.mh-modal-content{flex:1;overflow-y:auto;padding:20px 24px}.mh-loading{text-align:center;padding:40px;color:#64748b}.mh-month-nav{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:16px}.mh-nav-btn{width:36px;height:36px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.mh-nav-btn:hover:not(:disabled){background:#3b82f6;color:#fff;border-color:#3b82f6}.mh-nav-btn:disabled{opacity:.5;cursor:not-allowed}.mh-month-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#1e293b}.mh-month-title svg{color:#3b82f6}.mh-summary{display:flex;justify-content:center;gap:24px;margin-bottom:16px;flex-wrap:wrap}.mh-summary-item{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500}.mh-summary-item.success{color:#22c55e}.mh-summary-item.danger{color:#ef4444}.mh-summary-item.percent{color:#8b5cf6;background:#ede9fe;padding:4px 12px;border-radius:12px}.mh-missing-alert{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:12px 16px;border-radius:8px;font-size:13px;margin-bottom:16px}.mh-missing-alert strong{font-weight:600}.mh-calendar{background:#f8fafc;border-radius:12px;padding:16px;margin-bottom:16px}.mh-calendar-header{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.mh-weekday{text-align:center;font-size:12px;font-weight:600;color:#64748b;padding:8px 0}.mh-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.mh-calendar-day{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;font-size:13px;position:relative;background:#fff;border:1px solid #e2e8f0}.mh-calendar-day.empty{background:transparent;border:none}.mh-calendar-day.has-data{background:#dcfce7;border-color:#86efac}.mh-calendar-day.no-data{background:#fee2e2;border-color:#fecaca}.mh-calendar-day.today{border:2px solid #3b82f6}.mh-calendar-day.future{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8}.mh-day-number{font-weight:600;color:#334155}.mh-calendar-day.no-data .mh-day-number{color:#ef4444}.mh-day-icon{font-size:10px;margin-top:2px}.mh-calendar-day.has-data .mh-day-icon{color:#22c55e}.mh-calendar-day.no-data .mh-day-icon{color:#ef4444}.mh-data-table-container{max-height:200px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px}.mh-data-table{width:100%;border-collapse:collapse;font-size:13px}.mh-data-table th{background:#f1f5f9;padding:10px 12px;text-align:left;font-weight:600;color:#475569;position:sticky;top:0}.mh-data-table td{padding:10px 12px;border-top:1px solid #e2e8f0;color:#334155}.mh-data-table tr.no-data-row td{background:#fef2f2;color:#b91c1c}.mh-usage-value{display:flex;align-items:center;gap:4px;color:#f59e0b;font-weight:500}.mh-no-data{color:#94a3b8}.mh-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e2e8f0;background:#f8fafc;border-radius:0 0 16px 16px}.mh-export-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#22c55e;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.mh-export-btn:hover{background:#16a34a}.mh-close-btn-secondary{padding:10px 20px;background:#fff;color:#475569;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.mh-close-btn-secondary:hover{background:#f1f5f9}@media(max-width:600px){.mh-modal-container{max-height:85vh}.mh-modal-content{padding:16px}.mh-summary{gap:12px}.mh-calendar-day{font-size:11px}.mh-day-icon{font-size:8px}}.utility-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#faf5ff,#f0f9ff);font-family:Sarabun,sans-serif}.utility-header-light{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#f8fafc;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:50}.utility-header-light h1{background:none;color:#1e293b;font-size:1.25rem;font-weight:600;font-family:Sarabun,sans-serif;text-shadow:none;margin:0;display:flex;align-items:center;gap:8px}.view-mode-tabs{display:flex;background:#e2e8f0;border-radius:8px;padding:4px}.view-mode-tab{padding:6px 16px;border-radius:6px;border:none;background:transparent;color:#64748b;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.view-mode-tab:hover{color:#475569}.view-mode-tab.active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 1px 2px #0000001a}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px 20px;margin:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.error-banner-content{display:flex;align-items:center;gap:12px;color:#dc2626}.error-banner-content span:first-child{font-size:1.25rem}.error-banner-content span:last-child{font-weight:500}.error-banner-btn{background:#dc2626;color:#fff;border:none;border-radius:6px;padding:6px 16px;font-size:.85rem;font-weight:500;cursor:pointer}.error-banner-btn:hover{background:#b91c1c}.empty-state-row td{padding:48px;text-align:center;color:#94a3b8}.empty-state-icon{font-size:2rem;margin-bottom:12px}.empty-state-title{font-weight:500;margin-bottom:4px}.empty-state-subtitle{font-size:.85rem}.utility-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff;box-shadow:0 4px 12px #7c3aed4d;position:sticky;top:0;z-index:100}.utility-header .header-left{display:flex;align-items:center;gap:16px}.utility-header h1{font-size:1.25rem;font-weight:600;display:flex;align-items:center;gap:10px;margin:0}.utility-header .menu-toggle-btn{display:flex;flex-direction:column;gap:4px;padding:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .2s}.utility-header .menu-toggle-btn:hover{background:#fff3}.utility-header .hamburger-icon-bar{width:20px;height:2px;background:#fff;border-radius:2px}.utility-header .header-right{display:flex;align-items:center;gap:16px}.utility-header .user-info{font-size:.9rem;opacity:.9}.utility-header .logout-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:6px 16px;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s}.utility-header .logout-btn:hover{background:#ffffff40}.utility-body{display:flex;flex:1;position:relative}.utility-main{flex:1;padding:24px;margin-left:260px;transition:margin-left .3s ease;overflow-y:auto;min-height:calc(100vh - 60px)}.utility-main.expanded{margin-left:70px}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.kpi-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px #0000000f;border-left:4px solid;transition:all .2s}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.kpi-card.violet{border-color:#7c3aed}.kpi-card.cyan{border-color:#06b6d4}.kpi-card.emerald{border-color:#10b981}.kpi-card.amber{border-color:#f59e0b}.kpi-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.kpi-card.violet .kpi-icon{background:#f3e8ff;color:#7c3aed}.kpi-card.cyan .kpi-icon{background:#cffafe;color:#06b6d4}.kpi-card.emerald .kpi-icon{background:#d1fae5;color:#10b981}.kpi-card.amber .kpi-icon{background:#fef3c7;color:#f59e0b}.kpi-content{display:flex;flex-direction:column}.kpi-label{font-size:.8rem;color:#64748b;margin-bottom:4px}.kpi-value{font-size:1.5rem;font-weight:700;color:#1e293b;line-height:1.2}.kpi-unit{font-size:.75rem;color:#94a3b8}.filter-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 20px;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:20px;gap:16px;flex-wrap:wrap}.filter-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:8px;color:#64748b}.filter-group select{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-family:Sarabun,sans-serif;background:#fff;cursor:pointer}.filter-group select:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.search-box{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;min-width:200px}.search-box input{border:none;background:none;outline:none;font-size:.9rem;font-family:Sarabun,sans-serif;flex:1}.search-box .clear-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;display:flex;align-items:center}.search-box .clear-btn:hover{color:#ef4444}.filter-right{display:flex;gap:12px}.export-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.export-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.group-tabs{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap;padding:4px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a}.group-tab{padding:10px 18px;border:none;background:transparent;border-radius:8px;font-size:.9rem;font-family:Sarabun,sans-serif;cursor:pointer;transition:all .2s;color:#64748b}.group-tab:hover{background:#f1f5f9;color:#1e293b}.group-tab.active{background:var(--tab-color, #7c3aed);color:#fff;font-weight:500}.cards-section,.group-section{margin-bottom:24px}.group-title{font-size:1.1rem;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}.meter-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.meter-card{background:#fff;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000000a;border-left:4px solid var(--card-accent, #7c3aed);position:relative;overflow:hidden}.meter-card:before{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:var(--card-accent, #7c3aed);opacity:.05;border-radius:0 0 0 100%}.meter-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.card-icon{font-size:1.2rem}.card-name{font-size:.95rem;font-weight:600;color:#1e293b;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-body{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:12px}.card-metric{display:flex;flex-direction:column}.metric-value{font-size:1.4rem;font-weight:700;color:var(--card-accent, #7c3aed)}.metric-unit{font-size:.75rem;color:#94a3b8}.card-cost{text-align:right}.cost-value{font-size:1rem;font-weight:600;color:#06b6d4}.cost-unit{font-size:.7rem;color:#94a3b8;display:block}.card-footer{display:flex;justify-content:space-between;font-size:.75rem;color:#94a3b8;border-top:1px solid #f1f5f9;padding-top:10px}.card-id{font-family:monospace}.trend-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000a}.trend-section h3{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:16px;display:flex;align-items:center;gap:10px}.trend-chart-container{min-height:350px}.modal-backdrop{position:fixed;inset:0;background:#00000080;z-index:1000}@media(max-width:1200px){.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.utility-main{margin-left:0;padding:16px}.utility-header{padding:12px 16px}.utility-header h1{font-size:1rem}.kpi-grid{grid-template-columns:1fr}.filter-bar{flex-direction:column;align-items:stretch}.filter-left,.filter-right{width:100%;justify-content:stretch}.filter-group select,.search-box,.export-btn{width:100%}.meter-cards-grid{grid-template-columns:1fr}}.meter-selection-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:24px}.meter-select-label{display:flex;align-items:center;gap:8px}.meter-select-text{font-size:.9rem;font-weight:500;color:#374151}.meter-dropdown{padding:8px 12px;border-radius:6px;border:1px solid #d1d5db;font-size:.9rem;min-width:300px;font-family:Sarabun,sans-serif;background-color:#fff}.meter-dropdown:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.meter-badge{font-size:.85rem;color:#64748b;background:#f1f5f9;padding:4px 12px;border-radius:4px}.meter-table-section{margin-top:24px;background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000001a}.meter-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.meter-table-title{font-size:1.25rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px;margin:0}.meter-table-counter{font-size:.85rem;color:#64748b}.meter-data-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.88rem;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.meter-data-table th{padding:14px 16px;text-align:left;background:linear-gradient(to bottom,#f8fafc,#f1f5f9);border-bottom:2px solid #cbd5e1;font-weight:700;color:#1e293b;font-size:.82rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.meter-data-table th.sortable-header:hover{background:linear-gradient(to bottom,#e2e8f0,#cbd5e1);cursor:pointer}.meter-data-table td{padding:14px 16px;border-bottom:1px solid #e2e8f0;vertical-align:middle;color:#334155}.meter-data-table tbody tr{transition:all .15s ease}.meter-data-table tbody tr:hover{background-color:#f8fafc}.meter-data-table tbody tr:last-child td{border-bottom:none}.meter-data-table .row-clickable{cursor:pointer}.meter-data-table .row-selected{background-color:#eff6ff!important;box-shadow:inset 0 0 0 1px #3b82f6}.meter-data-table .row-selected:hover{background-color:#dbeafe!important}.meter-name{font-weight:600;color:#1e293b;margin-bottom:2px}.meter-id-text{font-size:.72rem;color:#94a3b8;font-family:Consolas,Monaco,monospace;letter-spacing:-.3px}.meter-group-badge{padding:4px 10px;border-radius:6px;font-size:.78rem;font-weight:600;display:inline-block}.table-action-btn{background:linear-gradient(to bottom,#fff,#f8fafc);border:1px solid #cbd5e1;border-radius:6px;padding:6px 14px;font-size:.78rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.table-action-btn:hover{background:linear-gradient(to bottom,#f8fafc,#e2e8f0);border-color:#94a3b8;color:#1e293b;box-shadow:0 2px 4px #0000001a}.meter-data-table tfoot tr{background:linear-gradient(to bottom,#f1f5f9,#e2e8f0)}.meter-data-table tfoot td{font-weight:700;color:#1e293b;border-top:2px solid #cbd5e1;padding:14px 16px}.icon-purple{color:#7c3aed}.icon-blue{color:#3b82f6}.icon-green{color:#10b981}.icon-orange{color:#f59e0b}.filter-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.utility-error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px 20px;margin:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.error-content{display:flex;align-items:center;gap:12px}.error-icon{font-size:1.25rem}.error-text{color:#dc2626;font-weight:500}.retry-btn{background:#dc2626;color:#fff;border:none;border-radius:6px;padding:6px 16px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s}.retry-btn:hover{background:#b91c1c}.group-selection-row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:16px}.group-pills-container{display:flex;gap:8px;flex-wrap:wrap}.group-pill-btn{padding:6px 12px;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .2s;font-family:Sarabun,sans-serif;display:inline-flex;align-items:center;gap:4px}.group-pill-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.meter-quick-search{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 12px;min-width:220px}.meter-quick-search input{border:none;background:none;outline:none;font-size:.9rem;font-family:Sarabun,sans-serif;flex:1;color:#334155}.meter-quick-search input::placeholder{color:#94a3b8}.meter-quick-search .clear-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:2px;display:flex;align-items:center}.meter-quick-search .clear-btn:hover{color:#ef4444}.meter-date-controls-wrapper{margin-bottom:16px}.date-btn-group{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:8px}.date-label{font-size:.85rem;font-weight:500;color:#475569;display:flex;align-items:center;gap:4px;margin-right:4px}.date-btn{padding:6px 12px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:.85rem;color:#64748b;cursor:pointer;transition:all .2s;font-family:Sarabun,sans-serif}.date-btn:hover{border-color:#7c3aed;color:#7c3aed}.date-btn.active{background:#7c3aed;color:#fff;border-color:#7c3aed;font-weight:500}.export-excel-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:Sarabun,sans-serif}.export-excel-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.user-info-display{display:flex;align-items:center;gap:6px;font-size:.9rem}.user-info-label{color:#ffffffb3}.user-info-name{font-weight:500}.header-right-actions{display:flex;align-items:center;gap:16px}.utility-light-header .user-info-display{color:#64748b;font-weight:500;font-family:Sarabun,sans-serif;font-size:.9rem;display:flex;align-items:center;gap:8px}.utility-light-header .user-info-label{font-weight:400;color:#64748b}.utility-light-header .user-info-name{color:#0f172a;font-weight:600}.utility-light-header .logout-btn{background:#fff;border:1px solid #cbd5e1;color:#64748b;padding:6px 16px;border-radius:6px;font-size:.85rem;font-family:Sarabun,sans-serif;cursor:pointer;transition:all .2s}.utility-light-header .logout-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#0f172a}.utility-light-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;position:sticky;top:0;z-index:50}.utility-light-header .header-left{gap:24px}.utility-header-title-wrapper{display:flex;align-items:center}.utility-light-header .menu-toggle-btn{border-color:#e2e8f0;border-width:1px;background:#f8fafc;margin-right:16px}.utility-light-header .hamburger-icon-bar{background-color:#64748b}.utility-header-title,.utility-light-header.dashboard-header h1.utility-header-title{background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;-webkit-text-fill-color:#1e293b!important;color:#1e293b!important;font-size:1.25rem;font-weight:600;font-family:Sarabun,sans-serif;text-shadow:none;margin:0;display:flex;align-items:center;gap:8px}.utility-header-title svg{margin-right:8px;color:#64748b}.utility-main-container{padding:0;overflow:hidden;display:flex;flex-direction:column;background-color:#f3f4f6;color:#1f2937}.utility-scroll-container{flex:1;overflow-y:auto;position:relative}.table-scroll-container{overflow-x:auto}.meter-data-table th.col-meter{width:30%}.meter-data-table th.col-l1{width:10%}.meter-data-table th.col-group{width:15%}.meter-data-table th.col-usage,.meter-data-table th.col-cost{width:15%;text-align:right}.meter-data-table th.col-action{width:15%;text-align:center}.meter-data-table td.cell-usage{text-align:right;font-family:monospace;font-weight:500}.meter-data-table td.cell-cost{text-align:right;font-family:monospace;color:#4f46e5}.meter-data-table td.cell-l1{color:#64748b}.meter-data-table td.cell-action{text-align:center}.meter-data-table tr.row-clickable{cursor:pointer}.meter-name{font-weight:500}.trend-indicator{display:flex;align-items:center;font-size:.8rem;margin-top:4px;font-weight:600}.trend-indicator.up{color:#ef4444}.trend-indicator.down{color:#10b981}.trend-indicator svg{margin-right:2px}.trend-vs-text{color:#94a3b8;font-weight:400;margin-left:4px;font-size:.75rem}.unit-cost-display{font-size:.8rem;color:#64748b;margin-top:2px}.selected-meter-display{display:flex;align-items:center;gap:16px;padding:12px 16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:10px;border:1px solid #e2e8f0;margin-top:12px}.selected-meter-display .meter-select-label{display:flex;align-items:center;gap:10px;flex:1}.selected-meter-display .meter-select-text{font-weight:600;color:#475569;font-size:.9rem;white-space:nowrap}.selected-meter-display .meter-dropdown{flex:1;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-family:Sarabun,sans-serif;background:#fff;color:#1e293b;cursor:pointer;transition:all .2s;min-width:300px;max-width:500px}.selected-meter-display .meter-dropdown:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.selected-meter-display .meter-dropdown:hover{border-color:#a78bfa}.group-selection-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:16px;padding-top:16px;border-top:1px dashed #e2e8f0}.group-selection-row .meter-quick-search{flex:0 0 200px;max-width:200px;margin-bottom:0}.meter-quick-search input{width:100%;padding:8px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;color:#334155;transition:all .2s;background:#fff}.group-pills-container{display:flex;flex-wrap:wrap;gap:8px;flex:1}.group-pill-btn{padding:6px 12px;border-radius:20px;font-size:.8rem;font-family:Sarabun,sans-serif;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px;white-space:nowrap}.group-pill-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.meter-selection-basic{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#fff;border-radius:10px;border:1px solid #e2e8f0;margin-top:10px;flex-wrap:wrap;max-width:fit-content}.meter-basic-label{font-weight:600;color:#475569;font-size:.85rem;white-space:nowrap}.meter-basic-select{flex:1;min-width:200px;max-width:350px;padding:6px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;color:#334155;background-color:#fff;transition:border-color .2s;cursor:pointer;font-family:inherit}.meter-basic-select:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 2px #7c3aed1a}.meter-info-badge{font-size:.75rem;padding:4px 10px;background:#f1f5f9;border-radius:20px;color:#64748b;font-weight:500;white-space:nowrap}.export-dialog-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}.export-dialog{background:#fff;border-radius:16px;padding:28px;min-width:380px;max-width:90vw;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.export-dialog h3{margin:0 0 6px;font-size:1.25rem;font-weight:700;color:#1e293b}.export-dialog-subtitle{margin:0 0 20px;font-size:.9rem;color:#64748b}.export-options{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.export-option{display:flex;align-items:center;padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;background:#fafafa}.export-option:hover{border-color:#a78bfa;background:#faf5ff}.export-option.active{border-color:#7c3aed;background:#f5f3ff}.export-option input[type=radio]{display:none}.export-option-content{display:flex;align-items:center;gap:14px}.export-option-icon{font-size:1.8rem}.export-option-content div{display:flex;flex-direction:column}.export-option-content strong{font-size:1rem;color:#1e293b;font-weight:600}.export-option-desc{font-size:.85rem;color:#64748b;margin-top:2px}.export-info{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 14px;margin-bottom:20px}.export-info small{color:#166534;font-size:.85rem}.export-dialog-actions{display:flex;justify-content:flex-end;gap:12px}.export-dialog-btn{padding:10px 24px;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-family:inherit}.export-dialog-btn.cancel{background:#f1f5f9;color:#475569}.export-dialog-btn.cancel:hover{background:#e2e8f0}.export-dialog-btn.confirm{background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff}.export-dialog-btn.confirm:hover{transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed66}.export-dialog-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.utility-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.utility-modal{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003;animation:modalSlideIn .3s ease;border:1px solid #e2e8f0}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0}.modal-title{display:flex;align-items:center;gap:14px}.modal-title .title-icon{font-size:1.3rem;color:#f59e0b;background:#fffbeb;padding:10px;border-radius:10px}.modal-title h2{margin:0;font-size:1.15rem;font-weight:600;color:#1e293b;font-family:Sarabun,sans-serif}.modal-title .meter-id{font-size:.75rem;color:#94a3b8;font-family:monospace;display:block;margin-top:2px}.close-btn{background:#fff;border:1px solid #e2e8f0;color:#64748b;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.close-btn:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.period-info{display:flex;align-items:center;gap:12px;padding:12px 24px;background:#fff;border-bottom:1px solid #f1f5f9;font-size:.9rem;color:#64748b;font-family:Sarabun,sans-serif}.period-info .location{margin-left:auto;color:#475569;font-weight:500;background:#f1f5f9;padding:4px 10px;border-radius:4px}.modal-kpi-grid{padding:20px 24px;gap:16px}.chart-section{padding:0 24px 20px}.chart-section h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:16px;display:flex;align-items:center;gap:8px;font-family:Sarabun,sans-serif}.loading-chart{height:280px;display:flex;align-items:center;justify-content:center;color:#94a3b8;background:#f8fafc;border-radius:8px;font-family:Sarabun,sans-serif}.no-data{height:200px;display:flex;align-items:center;justify-content:center;color:#94a3b8;background:#f8fafc;border-radius:8px;font-size:.9rem;font-family:Sarabun,sans-serif}.table-section{padding:0 24px 24px}.table-section h3{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:16px;display:flex;align-items:center;gap:8px;font-family:Sarabun,sans-serif}.table-section .table-scroll-wrapper{max-height:300px;overflow-y:auto}@media(max-width:768px){.utility-modal{max-height:95vh;border-radius:12px}.modal-header{padding:16px 20px;border-radius:12px 12px 0 0}.modal-title h2{font-size:1rem}.modal-kpi-grid{grid-template-columns:1fr;padding:16px 20px}.chart-section,.table-section{padding:0 20px 20px}}.main-selection-container{position:relative;width:100vw;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Inter,sans-serif;background:radial-gradient(circle at 50% 120%,#1e293b,#0f172a 60%,#020617);color:#f8fafc}.main-selection-container:before{content:"";position:absolute;width:200%;height:200%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;transform:perspective(500px) rotateX(60deg) translateY(-100px) translateZ(-200px);opacity:.6;pointer-events:none;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:perspective(500px) rotateX(60deg) translateY(0) translateZ(-200px)}to{transform:perspective(500px) rotateX(60deg) translateY(50px) translateZ(-200px)}}.main-header-info{position:absolute;top:32px;right:40px;display:flex;align-items:center;gap:20px;z-index:50;opacity:0;animation:fadeInDown .8s ease-out .2s forwards}.user-profile{text-align:right}.user-role{display:block;font-weight:600;font-size:1rem;color:#e2e8f0;letter-spacing:.5px}.user-id{display:block;font-size:.8rem;color:#94a3b8;font-family:JetBrains Mono,monospace}.main-logout-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ef4444;width:44px;height:44px;border-radius:12px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.main-logout-btn:hover{background:#ef444433;border-color:#ef4444;transform:scale(1.05)}.main-content-wrapper{z-index:10;text-align:center;max-width:1200px;width:100%}.main-title{display:flex;flex-direction:column;align-items:center;margin-bottom:50px;opacity:0;animation:fadeInUp .8s ease-out .4s forwards}.ssb-logo{height:80px;width:auto;margin-bottom:24px;filter:drop-shadow(0 0 20px rgba(255,255,255,.1))}.main-title span{font-size:2.5rem;font-weight:800;letter-spacing:4px;background:linear-gradient(to right,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(255,255,255,.1)}.main-subtitle{font-size:1.1rem;color:#94a3b8;margin-top:-40px;margin-bottom:60px;letter-spacing:1px;opacity:0;animation:fadeInUp .8s ease-out .6s forwards}.menu-grid{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;perspective:1000px}.menu-card{width:340px;height:280px;border-radius:24px;position:relative;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;animation:zoomIn .8s cubic-bezier(.2,.8,.2,1) .8s forwards}.menu-inner-content{position:relative;z-index:2;padding:32px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.card-monitor{background:#0f172a99;border:1px solid rgba(56,189,248,.3);box-shadow:0 0 30px #0000004d}.card-monitor .menu-icon-wrapper{color:#38bdf8;background:#38bdf81a;width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 15px #38bdf833}.card-monitor h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 8px;letter-spacing:.5px}.card-monitor p{color:#94a3b8;font-size:.9rem;margin:0}.card-monitor .menu-arrow{color:#38bdf8;font-size:1.5rem;align-self:flex-end;transition:transform .3s}.card-monitor:hover{transform:translateY(-10px);background:#0f172acc;border-color:#38bdf8;box-shadow:0 0 50px #38bdf84d}.card-report{background:#ffffff14;border:1px solid rgba(255,255,255,.2);box-shadow:0 0 30px #0000004d}.card-report .menu-icon-wrapper{color:#2dd4bf;background:#2dd4bf1a;width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center}.card-report h2{color:#f1f5f9;font-size:1.5rem;font-weight:600;margin:0 0 8px}.card-report p{color:#cbd5e1;font-size:.9rem;margin:0}.card-report .menu-arrow{color:#2dd4bf;font-size:1.5rem;align-self:flex-end;transition:transform .3s}.card-report:hover{transform:translateY(-10px);background:#ffffff1f;border-color:#fff;box-shadow:0 0 50px #ffffff26}.menu-card:hover .menu-arrow{transform:translate(8px)}.main-footer{position:absolute;bottom:24px;font-size:.8rem;color:#475569;opacity:.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.cooling-page-container{width:100vw;height:100vh;background-color:#f8fafc;display:flex;flex-direction:column;overflow:hidden;position:relative}.cp-header{height:60px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #cbd5e1;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;box-shadow:0 2px 10px #0000000d;z-index:100;position:relative}.cp-title{font-size:1.4rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:12px}.back-btn svg{fill:#64748b}.cp-status-bar{font-family:Segoe UI,sans-serif;font-weight:600;font-size:.9rem;color:#64748b;background:#f1f5f9;padding:6px 16px;border-radius:20px;border:1px solid #e2e8f0}.tag-overlay{pointer-events:none;transform:translate3d(-50%,-50%,0);transition:all .2s}.data-tag-3d{background:#fefce8;border:1px solid #eab308;padding:4px 8px;border-radius:4px;font-family:Segoe UI,sans-serif;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 4px 6px #0000001a;min-width:90px}.data-tag-3d span{font-size:.7rem;font-weight:700;color:#854d0e;text-transform:uppercase;border-bottom:1px solid #fde047;width:100%;margin-bottom:2px;padding-bottom:2px}.data-tag-3d strong{color:#000;font-size:1.1rem;font-weight:800}.pump-label-3d{background:#ffffffe6;padding:2px 8px;border-radius:12px;border:1px solid #cbd5e1;font-size:.75rem;font-weight:700;color:#475569;box-shadow:0 2px 4px #0000001a;white-space:nowrap}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.controls-hint{position:absolute;bottom:20px;right:20px;background:#0f172acc;color:#fff;padding:8px 16px;border-radius:20px;font-size:.8rem;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50}.cp-kpi-floating{position:absolute;bottom:30px;left:50%;transform:translate(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #cbd5e1;border-radius:16px;padding:10px 30px;display:flex;gap:40px;box-shadow:0 10px 30px #0000001a;z-index:50}.kpi-item{display:flex;flex-direction:column;align-items:center}.kpi-head{font-size:.8rem;color:#64748b;font-weight:600;text-transform:uppercase}.kpi-val{font-size:1.4rem;font-weight:800;color:#0f172a}.kpi-val span{font-size:.9rem;color:#94a3b8;margin-left:4px;font-weight:600}.c7-page-container{width:100vw;height:100vh;background-color:#020617;display:flex;flex-direction:column;overflow:hidden;position:relative;font-family:Inter,system-ui,-apple-system,sans-serif}.cp-header{height:60px;background:#0f172ab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(56,189,248,.3);display:flex;justify-content:space-between;align-items:center;padding:0 2rem;box-shadow:0 4px 20px #0006;z-index:100;position:relative;color:#e2e8f0}.cp-title{font-size:1.4rem;font-weight:700;color:#f1f5f9;display:flex;align-items:center;gap:12px;letter-spacing:.5px;text-shadow:0 0 10px rgba(56,189,248,.5)}.back-btn svg{fill:#94a3b8;transition:fill .2s}.back-btn:hover svg{fill:#38bdf8}.cp-status-bar{font-family:Segoe UI,sans-serif;font-weight:600;font-size:.9rem;color:#e2e8f0;background:#1e293b99;padding:6px 16px;border-radius:20px;border:1px solid rgba(148,163,184,.2);display:flex;align-items:center;gap:8px}.cp-status-bar strong{color:#38bdf8}.cp-diagram-area{flex-grow:1;width:100%;height:100%;position:relative}.pump-label-3d{width:24px;height:24px;background:#fff3;border-radius:50%;border:1px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;cursor:help;box-shadow:0 0 10px #38bdf84d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:transparent;white-space:nowrap}.pump-label-3d:after{content:"";position:absolute;width:8px;height:8px;background:#38bdf8;border-radius:50%;box-shadow:0 0 8px #38bdf8;transition:opacity .2s}.pump-label-3d:hover{width:auto;height:auto;min-width:80px;padding:6px 16px;border-radius:20px;background:#ffffffd9;border-color:#38bdf8;color:#0f172a;font-size:.8rem;font-weight:700;box-shadow:0 10px 40px #0003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999}.pump-label-3d:hover:after{opacity:0}.pump-status-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.2);box-shadow:0 0 5px currentColor}.pump-status-dot.on{background-color:#22c55e;box-shadow:0 0 8px #22c55e}.pump-status-dot.off{background-color:#dc2626;box-shadow:0 0 8px #dc2626}.cp-kpi-floating{position:absolute;bottom:30px;left:50%;transform:translate(-50%);background:#0f172ab3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(56,189,248,.2);border-radius:16px;padding:12px 40px;display:flex;gap:60px;box-shadow:0 10px 40px #00000080;z-index:50}.kpi-item{display:flex;flex-direction:column;align-items:center;position:relative}.kpi-head{font-size:.75rem;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:2px;display:flex;align-items:center;gap:6px}.kpi-head svg{color:#38bdf8}.kpi-val{font-size:1.6rem;font-weight:700;color:#f8fafc;text-shadow:0 2px 10px rgba(0,0,0,.5)}.kpi-val span{font-size:.9rem;color:#64748b;margin-left:4px;font-weight:500}.fade-in{animation:fadeIn .6s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.c7-detail-panel{position:absolute;top:60px;right:0;width:380px;height:calc(100% - 60px);background:#0f172ad9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(56,189,248,.3);box-shadow:-10px 0 30px #00000080;z-index:200;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;padding:2rem;color:#e2e8f0}.c7-detail-panel.open{transform:translate(0)}.panel-close-btn{position:absolute;top:20px;right:20px;background:none;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer;transition:color .2s;z-index:201}.panel-close-btn:hover{color:#ef4444}.panel-title{font-size:1.8rem;font-weight:700;color:#38bdf8;margin-bottom:2rem;border-bottom:1px solid rgba(148,163,184,.2);padding-bottom:1rem;text-shadow:0 0 10px rgba(56,189,248,.4)}.panel-section{margin-bottom:2rem}.panel-section h3{font-size:.9rem;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;margin-bottom:.8rem;padding-bottom:.5rem;border-bottom:1px dashed rgba(148,163,184,.1)}.detail-label{color:#cbd5e1}.detail-value{font-weight:600;color:#f8fafc}.status-badge{padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:700}.status-normal{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.4)}.status-warning{background:#eab30833;color:#facc15;border:1px solid rgba(234,179,8,.4)}.c7-page-container.focused canvas{cursor:default}.re-page-container{width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 50% 120%,#f1f5f9,#e2e8f0 60%,#cbd5e1);color:#334155;font-family:Sarabun,sans-serif;position:relative}.re-header{flex:0 0 70px;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;padding:0 2rem;box-shadow:0 4px 20px #0000000d;z-index:50}.re-title,.re-title h2{display:flex;align-items:center;gap:15px;color:#1e293b;margin:0}.divider-vertical{width:1px;height:24px;background:#0000001a}.back-btn{background:#00000008;border:1px solid rgba(0,0,0,.1);color:#64748b;padding:8px 16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;font-weight:500}.back-btn:hover{background:#fff;border-color:#38bdf8;color:#0ea5e9;box-shadow:0 2px 10px #0000000d}.re-status{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#64748b;background:#ffffff80;padding:6px 12px;border-radius:20px;border:1px solid rgba(0,0,0,.05)}.live-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;box-shadow:0 0 10px #22c55e80;animation:pulse 1s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.re-content-area-3d{flex-grow:1;position:relative;width:100%;height:100%}.inspector-panel{position:absolute;top:2rem;right:2rem;width:320px;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.05);border-left:4px solid #3b82f6;border-radius:12px;padding:1.5rem;box-shadow:0 10px 40px #00000014;color:#1e293b;transform:translate(20px);opacity:0;pointer-events:none;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.inspector-panel.active{transform:translate(0);opacity:1;pointer-events:auto}.inspector-header{margin-bottom:1.5rem}.inspector-subtitle{display:block;font-size:.7rem;color:#64748b;letter-spacing:1px;margin-bottom:4px;font-weight:600}.inspector-header h3{margin:0;font-size:1.4rem;color:#0f172a;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inspector-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.inspector-row .label{color:#64748b;font-size:.85rem;font-weight:500}.inspector-row .value{color:#334155;font-weight:700;font-size:.95rem}.inspector-row .monospace{font-family:Consolas,monospace;color:#475569}.inspector-divider{height:1px;background:#00000014;margin:1.5rem 0}.inspector-metric{margin-bottom:1.5rem}.metric-title{font-size:.8rem;color:#64748b;margin-bottom:6px;font-weight:700;text-transform:uppercase}.metric-big-value{font-size:2.2rem;font-weight:800;font-family:Inter,sans-serif;line-height:1}.metric-big-value .unit{font-size:1rem;color:#94a3b8;font-weight:600;margin-left:4px}.text-amber{color:#d97706;text-shadow:none}.text-cyan{color:#0284c7;text-shadow:none}.badge{padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:700;color:#fff}.lvl-2{background:#ef4444}.lvl-4{background:#3b82f6}.lvl-6{background:#22c55e}.lvl-7{background:#64748b}.inspector-empty{text-align:center;color:#94a3b8;font-style:italic;padding:2rem 0}:root{--font-primary: "Sarabun", "IBM Plex Sans Thai", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-slate-50: #f8fafc;--bg-page-gradient: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);--color-slate-100: #f1f5f9;--color-slate-200: #e2e8f0;--color-slate-300: #cbd5e1;--color-slate-400: #94a3b8;--color-slate-500: #64748b;--color-slate-600: #475569;--color-slate-700: #334155;--color-slate-800: #1e293b;--color-slate-900: #0f172a;--color-sky-400: #38bdf8;--color-sky-500: #0ea5e9;--color-sky-600: #0284c7;--color-amber-400: #fbbf24;--color-amber-500: #f59e0b;--color-amber-600: #d97706;--color-emerald-400: #34d399;--color-emerald-500: #10b981;--color-emerald-600: #059669;--color-rose-400: #fb7185;--color-rose-500: #f43f5e;--color-rose-600: #e11d48;--color-violet-500: #8b5cf6;--gradient-production: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 100%);--gradient-energy: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);--gradient-success: linear-gradient(135deg, #10b981 0%, #22c55e 100%);--gradient-danger: linear-gradient(135deg, #f43f5e 0%, #ef4444 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px}.bottle-content-gradient{background:var(--bg-page-gradient)!important;min-height:100vh}.bottle-main-center{padding:0!important;display:flex;flex-direction:column;align-items:center}.bottle-page-inner{width:100%;max-width:1280px;margin:0 auto;padding:28px 28px 90px;box-sizing:border-box}.bottle-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;margin-bottom:20px;background:#ffffffe6;border:1px solid var(--color-slate-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bottle-filter-group{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.bottle-filter-item{display:flex;flex-direction:column;gap:6px;min-width:180px}.bottle-filter-label{font-size:.8rem;font-weight:600;color:var(--color-slate-600);display:flex;align-items:center;gap:8px;letter-spacing:.01em}.bottle-date-input{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 12px;font-family:var(--font-primary);font-size:.9rem;color:var(--color-slate-700);transition:all .2s ease;min-width:160px;height:40px}.bottle-date-input:focus{outline:none;border-color:var(--color-sky-500);box-shadow:0 0 0 3px #0ea5e91a}.bottle-shift-group{display:flex;gap:0;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-slate-300)}.bottle-shift-btn{background:#fff;border:none;padding:10px 20px;font-family:var(--font-primary);font-size:.9rem;font-weight:500;color:var(--color-slate-600);cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.bottle-shift-btn:first-child{border-right:1px solid var(--color-slate-300)}.bottle-shift-btn:hover{background:var(--color-slate-100)}.bottle-shift-btn.active{background:var(--gradient-production);color:#fff;border-color:transparent}.bottle-shift-btn.active svg{color:#fff}.bottle-export-btn{background:var(--gradient-success);border:none;border-radius:var(--radius-md);padding:12px 24px;font-family:var(--font-primary);font-size:.9rem;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;gap:8px;height:40px;align-self:flex-end;transition:all .2s ease;box-shadow:0 2px 8px #10b9814d}.bottle-export-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.bottle-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:28px}@media(max-width:1024px){.bottle-dashboard-grid{grid-template-columns:1fr}}.bottle-summary-card{background:#fff;border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-md);border:1px solid var(--color-slate-200);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.bottle-summary-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.bottle-summary-card.production:before{background:var(--gradient-production)}.bottle-summary-card.energy:before{background:var(--gradient-energy)}.bottle-summary-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--color-slate-300)}.bottle-summary-card:active{transform:translateY(-2px)}.bottle-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.bottle-card-title{font-size:1.1rem;font-weight:700;color:var(--color-slate-800);display:flex;align-items:center;gap:10px}.bottle-card-title.production svg{color:var(--color-sky-500)}.bottle-card-title.energy svg{color:var(--color-amber-500)}.bottle-card-badge{font-size:.7rem;font-weight:600;padding:6px 12px;border-radius:20px;text-transform:uppercase;color:#fff}.bottle-card-badge.shift{background:var(--color-sky-500)}.bottle-card-badge.daily{background:var(--color-amber-500)}.bottle-click-hint{font-size:.8rem;color:var(--color-slate-400);display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px;padding-top:16px;border-top:1px dashed var(--color-slate-200)}.bottle-energy-totals{margin-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.bottle-energy-box{background:#f8fafc;padding:12px;border-radius:8px;border:1px solid #e2e8f0}.bottle-energy-box-title{font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:8px;text-transform:uppercase;display:flex;align-items:center;gap:6px}.bottle-energy-box-row{display:flex;justify-content:space-between;font-size:.85rem;color:#334155;margin-bottom:4px}.bottle-note{font-size:.8rem;color:var(--color-slate-500);margin-top:6px}.bottle-empty-state{padding:16px;text-align:center;color:var(--color-slate-500);background:var(--color-slate-50);border:1px dashed var(--color-slate-200);border-radius:var(--radius-md)}.bottle-empty-compact{padding:6px 0;font-size:.75rem;background:transparent;border:none;text-align:left}.bottle-mini-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bottle-mini-kpi-row.two-col{grid-template-columns:repeat(2,1fr)}.bottle-mini-kpi{text-align:center;padding:16px;background:var(--color-slate-50);border-radius:var(--radius-md);border:1px solid var(--color-slate-100);min-height:92px;display:flex;flex-direction:column;justify-content:center}.bottle-mini-kpi-label{font-size:.75rem;font-weight:500;color:var(--color-slate-500);text-transform:uppercase;margin-bottom:8px}.bottle-mini-kpi-value{font-size:1.75rem;font-weight:700;color:var(--color-slate-900)}.bottle-mini-kpi-value.success{color:var(--color-emerald-600)}.bottle-mini-kpi-value.danger{color:var(--color-rose-500)}.bottle-mini-kpi-unit{font-size:.85rem;font-weight:500;color:var(--color-slate-400);margin-left:4px}.bottle-mini-kpi-breakdown-row{margin-top:12px}.bottle-mini-kpi-breakdown{display:flex;gap:20px;align-items:center;justify-content:center;width:100%}.bottle-mini-kpi-block{text-align:center}.bottle-mini-kpi-subtitle{font-size:.75rem;color:var(--color-slate-500);margin-bottom:4px;display:flex;align-items:center;justify-content:center;gap:6px}.bottle-mini-kpi-subvalue{font-size:1.2rem;font-weight:600;color:var(--color-slate-800)}.bottle-mini-kpi-subdetails{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:6px;font-size:.75rem}.bottle-mini-kpi-subdetails .good{color:var(--color-emerald-600);font-weight:600}.bottle-mini-kpi-subdetails .defect{color:var(--color-rose-500);font-weight:600}.bottle-divider{width:1px;height:40px;background:var(--color-slate-300)}.bottle-chart-card{background:#fff;border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-md);border:1px solid var(--color-slate-200)}.bottle-chart-title{font-size:1rem;font-weight:700;color:var(--color-slate-800);margin-bottom:20px;display:flex;align-items:center;gap:10px}.bottle-chart-title svg{color:var(--color-slate-400)}.bottle-summary-table-card{margin-top:24px;margin-bottom:48px}.bottle-summary-table{width:100%;border-collapse:collapse;font-size:.95rem;min-width:520px}.bottle-summary-table thead th{background:#f8fafc;color:#475569;font-weight:600;padding:12px 16px;text-align:left;border-bottom:2px solid #e2e8f0;position:sticky;top:0;z-index:5}.bottle-summary-table thead th:not(:first-child){text-align:right}.bottle-summary-table tbody td{padding:12px 16px;color:#334155;border-bottom:1px solid #f1f5f9}.bottle-summary-table tbody td:not(:first-child){text-align:right;font-weight:500}.bottle-summary-table tbody tr:hover{background:#f8fafc}.bottle-sticky-col{position:sticky;left:0;background:#fff;z-index:4}.bottle-machine-table-block{margin-top:16px}.bottle-table-heading{font-weight:600;color:#334155;margin-bottom:8px}.bottle-value-success{color:var(--color-emerald-600);font-weight:600}.bottle-value-danger{color:var(--color-rose-500);font-weight:600}.bottle-value-warning{color:var(--color-amber-600);font-weight:600}.bottle-value-purple{color:var(--color-violet-500);font-weight:600}.bottle-na{color:#94a3b8}.bottle-modal-overlay{position:fixed;inset:0;background:#0f172ab3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.bottle-modal{background:#fff;border-radius:var(--radius-xl);max-width:1100px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.bottle-modal-header{padding:24px 32px;border-bottom:1px solid var(--color-slate-200);display:flex;align-items:center;justify-content:space-between;position:relative}.bottle-modal-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.bottle-modal-header.production:before{background:var(--gradient-production)}.bottle-modal-header.energy:before{background:var(--gradient-energy)}.bottle-modal-title{font-size:1.25rem;font-weight:700;color:var(--color-slate-900);display:flex;align-items:center;gap:12px}.bottle-modal-title.production svg{color:var(--color-sky-500)}.bottle-modal-title.energy svg{color:var(--color-amber-500)}.bottle-modal-close{background:var(--color-slate-100);border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;color:var(--color-slate-500);cursor:pointer;display:flex;align-items:center;justify-content:center}.bottle-modal-body{padding:32px;overflow-y:auto;max-height:calc(90vh - 100px)}.bottle-modal-section{margin-bottom:32px}.bottle-section-title{font-size:.85rem;font-weight:600;color:var(--color-slate-500);text-transform:uppercase;margin-bottom:16px;display:flex;align-items:center;gap:8px}.bottle-section-title svg{width:16px;height:16px}.bottle-modal-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:28px}.bottle-modal-kpi{background:var(--color-slate-50);border-radius:var(--radius-md);padding:20px;border:1px solid var(--color-slate-200)}.bottle-modal-kpi.blue{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #0ea5e9}.bottle-modal-kpi.blue .bottle-modal-kpi-value{color:#0284c7}.bottle-modal-kpi.green{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #10b981}.bottle-modal-kpi.green .bottle-modal-kpi-value{color:#059669}.bottle-modal-kpi.red{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #f43f5e}.bottle-modal-kpi.red .bottle-modal-kpi-value{color:#e11d48}.bottle-modal-kpi.purple{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #8b5cf6}.bottle-modal-kpi.purple .bottle-modal-kpi-value{color:#7c3aed}.bottle-modal-kpi-label{font-size:.85rem;color:var(--color-slate-500)}.bottle-modal-kpi-value{font-size:1.5rem;font-weight:700;color:var(--color-slate-800)}.bottle-utilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.bottle-utility-card{background:#fff;border:1px solid var(--color-slate-200);border-radius:8px;padding:12px}.bottle-utility-name{font-weight:600;color:var(--color-slate-800);margin-bottom:8px}.bottle-utility-tags{display:flex;flex-wrap:wrap;gap:4px}.bottle-utility-tag{background:var(--color-slate-100);color:var(--color-slate-600);font-size:.75rem;padding:2px 8px;border-radius:4px}.bottle-header-light{display:flex;justify-content:space-between;align-items:center;padding:12px 24px!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;box-shadow:0 1px 2px #0000000d!important;position:sticky;top:0;z-index:50;font-family:Sarabun,sans-serif!important}.bottle-header-light .hamburger-icon-bar{background-color:#334155!important}.bottle-header-light .menu-toggle-btn{border-color:#cbd5e1!important}.bottle-header-light .menu-toggle-btn:hover{background-color:#e2e8f0!important;border-color:#94a3b8!important}.bottle-header-light h1,.bottle-header-light h1 span,.bottle-header-light .header-left{background:none!important;color:#1e293b!important;font-size:1.25rem!important;font-weight:600!important;font-family:Sarabun,sans-serif!important;text-shadow:none!important;-webkit-text-fill-color:initial!important;margin:0!important;display:flex;align-items:center;gap:8px}.bottle-header-light .user-info{color:#64748b!important;font-weight:500!important;font-family:Sarabun,sans-serif!important;font-size:.9rem!important;display:flex;align-items:center;gap:8px;text-shadow:none!important}.bottle-header-light .user-info span:last-child{color:#0f172a!important;font-weight:600!important}.bottle-header-light .logout-button{background:#fff!important;border:1px solid #cbd5e1!important;color:#475569!important;padding:6px 16px!important;border-radius:6px!important;font-size:.85rem!important;font-weight:500!important;cursor:pointer!important;font-family:Sarabun,sans-serif!important;transition:all .2s!important;box-shadow:none!important;background-image:none!important}.bottle-header-light .logout-button:hover{background:#f8fafc!important;color:#0f172a!important;border-color:#94a3b8!important;transform:none!important;box-shadow:none!important}.bottle-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e2e8f0}.bottle-modal-table{width:100%;border-collapse:collapse;font-size:.95rem}.bottle-modal-table th{background:#f8fafc;color:#475569;font-weight:600;padding:12px;text-align:left;border-bottom:2px solid #e2e8f0;white-space:nowrap}.bottle-modal-table td{padding:12px;border-bottom:1px solid #f1f5f9;color:#334155}.bottle-modal-table tr:last-child td{border-bottom:none}.bottle-value-success{color:#16a34a;font-weight:600}.bottle-value-danger{color:#dc2626;font-weight:600}.injection-calc-scope.dashboard-page{display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:#f3f4f6!important}.injection-calc-scope .dashboard-body{display:flex;flex-grow:1;overflow:hidden;position:relative;min-height:0;background-color:#f3f4f6!important}.injection-calc-scope .dashboard-main-content{flex-grow:1;background-color:#f3f4f6!important;overflow-y:auto;height:100%;box-sizing:border-box;padding:0!important}.dashboard-main-content.expanded{margin-left:0}.modal-backdrop{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center}.calc-page-content{max-width:1800px;width:100%;margin:0 auto;padding:32px 24px;display:flex;flex-direction:column;gap:28px;min-height:100%;box-sizing:border-box;background-color:#f3f4f6!important}.calc-results-section{display:flex;flex-direction:column;gap:16px;width:100%}.calc-result-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.calc-result-row.secondary{gap:16px}@media(max-width:900px){.calc-result-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.calc-result-row{grid-template-columns:1fr}}.calc-result-card{background:#fff;border-radius:16px;padding:24px 16px;text-align:center;box-shadow:0 4px 16px #00000014;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;transition:transform .2s,box-shadow .2s}.calc-result-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000001f}.calc-result-card .label{font-size:.7rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.calc-result-card .value{font-size:2.2rem;font-weight:800;line-height:1}.calc-result-card .unit{font-size:.8rem;font-weight:600}.calc-result-card.orange .unit{color:#ea580c}.calc-result-card.blue .unit{color:#2563eb}.calc-result-card.teal .unit{color:#0891b2}.calc-result-card.purple .unit{color:#8b5cf6}.calc-result-card.orange{background:linear-gradient(145deg,#fff7ed,#ffedd5);border-color:#fed7aa}.calc-result-card.orange .label{color:#c2410c}.calc-result-card.orange .value{color:#ea580c}.calc-result-card.blue{background:linear-gradient(145deg,#eff6ff,#dbeafe);border-color:#bfdbfe}.calc-result-card.blue .label{color:#1d4ed8}.calc-result-card.blue .value{color:#2563eb}.calc-result-card.teal{background:linear-gradient(145deg,#ecfeff,#cffafe);border-color:#a5f3fc}.calc-result-card.teal .label{color:#0e7490}.calc-result-card.teal .value{color:#0891b2}.calc-result-card.purple{background:linear-gradient(145deg,#faf5ff,#f3e8ff);border-color:#e9d5ff}.calc-result-card.purple .label{color:#7c3aed}.calc-result-card.purple .value{color:#8b5cf6}.calc-detail-card{background:#fff;border-radius:12px;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000000d;border:1px solid #e2e8f0}.calc-detail-card .label{font-size:.65rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.4px}.calc-detail-card .value{font-size:1.15rem;font-weight:700;color:#1e293b}.calc-detail-card .value small{font-size:.7rem;font-weight:500;color:#94a3b8;margin-left:3px}.calc-main-grid{display:grid;grid-template-columns:480px 1fr;gap:28px;align-items:start}@media(max-width:1100px){.calc-main-grid{grid-template-columns:1fr}}.calc-params-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 6px 20px #00000014;border:1px solid #e2e8f0}.card-header{display:flex;align-items:center;gap:12px;font-size:1.05rem;font-weight:700;color:#374151;padding-bottom:18px;margin-bottom:20px;border-bottom:2px dashed #e5e7eb}.card-header svg{color:#ec4899;font-size:1.1rem}.param-section{margin-bottom:24px}.param-section:last-child{margin-bottom:0}.param-title{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;color:#6b7280;margin-bottom:14px;padding-bottom:6px;border-bottom:1px solid #f3f4f6}.param-title svg{color:#9ca3af;font-size:.9rem}.param-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.param-grid.cols-3{grid-template-columns:repeat(3,1fr)}.param-item{display:flex;flex-direction:column;gap:5px}.param-item.full{grid-column:span 2}.param-item.highlight label{color:#2563eb;font-weight:700}.param-item.highlight input{border-color:#3b82f6;background:#eff6ff}.param-item label{font-size:.72rem;color:#6b7280;font-weight:600}.param-item input,.param-item select{padding:11px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.92rem;font-weight:600;color:#1f2937;background:#fafafa;transition:all .2s ease;width:100%;max-width:100%;box-sizing:border-box}.param-item input:focus,.param-item select:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61f}.calc-balance-card{background:#fff;border-radius:20px;box-shadow:0 6px 20px #00000014;border:1px solid #e2e8f0;border-top:5px solid #10b981;overflow:hidden}.calc-balance-card .card-header{background:linear-gradient(135deg,#ecfdf5,#d1fae5);padding:18px 24px;margin-bottom:0;border-bottom:1px solid #a7f3d0;border-radius:0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px}.calc-balance-card .card-header.green{color:#047857}.calc-balance-card .card-header svg{color:#10b981}.header-actions{display:flex;gap:10px}.btn-action{padding:8px 16px;border-radius:24px;border:1.5px solid;font-size:.78rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.btn-action.green{background:#fff;border-color:#10b981;color:#059669}.btn-action.green:hover{background:#10b981;color:#fff}.btn-action.red{background:#fff;border-color:#f87171;color:#dc2626}.btn-action.red:hover{background:#ef4444;color:#fff}.balance-layout{display:grid;grid-template-columns:320px 1fr;gap:28px;padding:24px}@media(max-width:900px){.balance-layout{grid-template-columns:1fr}}.cavity-input-area{background:#f8fafc;border-radius:14px;padding:16px;border:1.5px solid #e5e7eb}.cavity-header{display:flex;justify-content:space-between;margin-bottom:14px;font-size:.78rem;font-weight:600;color:#6b7280}.cavity-grid-inputs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;max-height:300px;overflow-y:auto;padding-right:6px}.cavity-input{position:relative}.cavity-input span{position:absolute;top:3px;left:8px;font-size:.58rem;color:#94a3b8;pointer-events:none;font-weight:600}.cavity-input input{width:100%;padding:16px 6px 6px;text-align:center;font-weight:700;font-size:.85rem;height:44px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;transition:all .2s ease;box-sizing:border-box}.cavity-input input:focus{outline:none;background:#f0fdf4;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e26}.cavity-grid-inputs::-webkit-scrollbar{width:6px}.cavity-grid-inputs::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.cavity-grid-inputs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.balance-result-area{display:flex;flex-direction:column;gap:20px}.stats-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-box{text-align:center;padding:14px 10px;border-radius:12px;background:#f9fafb;border:1.5px solid #e5e7eb}.stat-box span{display:block;font-size:.68rem;font-weight:700;text-transform:uppercase;margin-bottom:6px;letter-spacing:.4px}.stat-box strong{font-size:1.2rem;font-weight:800;color:#1f2937}.stat-box.red span{color:#dc2626}.stat-box.blue span{color:#2563eb}.stat-box.green span{color:#16a34a}.variation-box{text-align:center;padding:28px 20px;background:linear-gradient(145deg,#f9fafb,#f3f4f6);border-radius:16px;border:1.5px solid #e5e7eb}.variation-value{font-size:2.8rem;font-weight:800;color:#1f2937;line-height:1}.variation-label{font-size:.8rem;color:#6b7280;margin-top:6px;font-weight:500}.variation-badge{display:inline-block;padding:7px 22px;border-radius:24px;font-size:.78rem;font-weight:700;margin-top:14px}.variation-badge.waiting{background:#e5e7eb;color:#6b7280}.variation-badge.excellent{background:#dcfce7;color:#15803d}.variation-badge.acceptable{background:#fef3c7;color:#b45309}.variation-badge.fail{background:#fee2e2;color:#b91c1c}.balance-chart{min-height:220px;background:#fafafa;border-radius:12px;padding:12px;border:1px solid #f3f4f6}.page-intro-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 24px;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:8px;box-shadow:0 2px 4px #00000005}.intro-text h2{margin:0;font-size:1.25rem;color:#1a202c;font-weight:700}.intro-text p{margin:4px 0 0;font-size:.9rem;color:#718096}.btn-help{display:flex;align-items:center;gap:8px;background:#ebf8ff;color:#3182ce;border:1px solid #bee3f8;padding:8px 16px;border-radius:20px;font-weight:600;cursor:pointer;transition:all .2s}.btn-help:hover{background:#3182ce;color:#fff;transform:translateY(-1px)}.help-modal-container{background:#fff;width:90%;max-width:600px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.help-modal-header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.help-modal-header h3{margin:0;display:flex;align-items:center;gap:10px;font-size:1.1rem}.close-btn{background:#fff3;border:none;color:#fff;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-btn:hover{background:#fff6}.help-modal-content{padding:24px;max-height:70vh;overflow-y:auto}.help-section{margin-bottom:24px}.help-section:last-child{margin-bottom:0}.help-section h4{color:#2b6cb0;margin:0 0 8px;font-size:1rem;border-bottom:1px solid #e2e8f0;padding-bottom:4px}.help-section p{font-size:.9rem;color:#4a5568;margin:0 0 8px;line-height:1.5}.help-section ul,.help-section ol{margin:0;padding-left:20px;font-size:.85rem;color:#4a5568}.help-section li{margin-bottom:4px}.status-legend{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}.badge{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:700}.badge.excellent{background:#dcfce7;color:#15803d}.badge.acceptable{background:#fef3c7;color:#b45309}.badge.fail{background:#fee2e2;color:#b91c1c}.help-modal-footer{padding:16px 24px;background:#f7fafc;text-align:right;border-top:1px solid #e2e8f0}.btn-primary{background:#3182ce;color:#fff;border:none;padding:8px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#2b6cb0}html{height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body,#root{height:100%;margin:0;background-color:#1a1a1a;background-image:radial-gradient(circle at center,#3a3a3a,#1a1a1a 70%)}
