:root{--primary-color: #e3f2fd;--primary-color-dark: #bbdefb;--active-blue: #e3f2fd;--menu-hover: rgba(255, 255, 255, .06);--submenu-bg: rgba(30, 30, 46, .95);--footer-bg: var(--sidebar-footer-bg)}[data-theme=dark]{--primary-color: var(--theme-primary-light, rgba(34, 231, 131, .15));--primary-color-dark: var(--theme-primary-dark, rgba(34, 231, 131, .25));--active-blue: var(--theme-primary-medium, rgba(34, 231, 131, .2));--menu-hover: rgba(255, 255, 255, .06);--submenu-bg: rgba(30, 30, 46, .95);--footer-bg: var(--sidebar-footer-bg)}:root{--theme-primary: #22e783;--theme-primary-light: rgba(34, 231, 131, .15);--theme-primary-medium: rgba(34, 231, 131, .2);--theme-primary-dark: rgba(34, 231, 131, .25);--theme-primary-text: #16b063;--theme-primary-icon: #22e783}[data-theme=dark] .sidebar{background:var(--sidebar-bg);border-color:#ffffff14;box-shadow:0 4px 24px #0006,0 0 1px #ffffff1a}[data-theme=dark] .menu-item{color:#94a3b8}[data-theme=dark] .menu-item:hover{background:#ffffff0f;color:#f1f5f9}[data-theme=dark] .menu-item.parent:hover{background:linear-gradient(135deg,var(--accent-purple) 0%,var(--accent-purple-hover) 100%);color:#fff}[data-theme=dark] .menu-item svg{color:#64748b;opacity:1}[data-theme=dark] .menu-item:hover svg{color:#f1f5f9;opacity:1}[data-theme=dark] .menu-item.parent:hover svg{color:#fff}[data-theme=dark] .menu-item.active svg,[data-theme=dark] .menu-item.parent.active svg{color:#fff;opacity:1}[data-theme=dark] .menu-item.active,[data-theme=dark] .menu-item.parent.active{background:linear-gradient(135deg,var(--accent-purple) 0%,var(--accent-purple-hover) 100%);color:#fff;box-shadow:0 4px 12px #7c3aed4d}[data-theme=dark] .menu-item.active:hover,[data-theme=dark] .menu-item.parent.active:hover{background:var(--accent-purple-hover)}.sidebar{width:240px;height:100vh;background:var(--sidebar-bg);color:var(--sidebar-text);border-radius:20px 20px 0 0;box-shadow:0 4px 20px #00000014,0 0 1px #0000001a;padding:24px 16px;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;transition:width .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;position:fixed;top:2px;left:2px;bottom:0;overflow:visible;z-index:1000;flex-shrink:0;border:1px solid var(--sidebar-border);box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sidebar.collapsed{width:90px;padding:24px 12px;box-sizing:border-box;overflow:visible}.sidebar-content{flex:1;overflow-y:auto;overflow-x:visible;padding-right:4px;margin-top:8px}.sidebar.collapsed .sidebar-content{overflow-x:visible}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track{background:transparent}.sidebar-content::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}[data-theme=dark] .sidebar-content::-webkit-scrollbar-thumb{background:#fff3}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#00000040}[data-theme=dark] .sidebar-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sidebar-header-wrapper{position:relative;margin-bottom:24px;border-bottom:1px solid var(--sidebar-border);padding-bottom:16px;overflow:visible}.sidebar-header{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%}.sidebar.collapsed .sidebar-header{justify-content:center}.logo{display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.logo-icon svg{width:100%;height:100%}.logo-content{display:flex;flex-direction:column;gap:2px;transition:opacity .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.sidebar.collapsed .logo-content{opacity:0;width:0;overflow:hidden}.logo-text{display:flex;align-items:baseline;font-family:Cairo,sans-serif;font-size:28px;font-weight:700;line-height:1;letter-spacing:-.01em}.logo-text-main{color:var(--sidebar-text);font-weight:700}.logo-text-accent{color:var(--theme-primary, #22e783);font-weight:700}[data-theme=dark] .logo-tagline{color:#999}.logo-img{width:32px;height:32px;border-radius:50%;background:#424242;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;transition:all .3s ease;flex-shrink:0}.sidebar.collapsed .logo-img{width:32px;height:32px}.menu-icon-wrapper{position:relative;z-index:1001;flex-shrink:0;margin-left:auto}.menu-icon{font-size:24px;cursor:pointer;color:var(--sidebar-text);transition:all .2s ease;padding:8px;border-radius:6px;opacity:.7;width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-icon:hover{background:var(--menu-hover);opacity:1}.menu-popup{position:absolute;top:calc(100% + 8px);right:0;background:var(--sidebar-bg);border:1px solid var(--sidebar-border);border-radius:8px;box-shadow:0 4px 12px #00000026,0 0 0 1px #0000000d;min-width:220px;z-index:10000;overflow:hidden;animation:slideDown .2s ease}.menu-popup-item{padding:12px 16px;color:var(--sidebar-text);cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;gap:10px;position:relative}.menu-popup-item:hover{background:var(--menu-hover);transform:translate(2px)}.menu-popup-item:active{background:var(--primary-color);transform:translate(0)}.menu-popup-icon{font-size:16px;opacity:.7;transition:all .2s ease;flex-shrink:0}.menu-popup-item:hover .menu-popup-icon{opacity:1;transform:scale(1.1)}.menu-popup-item:not(:last-child){border-bottom:1px solid transparent}.menu-popup-item+.hide-sidebar-item{border-top:1px solid var(--sidebar-border);margin-top:4px;padding-top:12px}.hide-sidebar-item{color:#d32f2f}.hide-sidebar-item .menu-popup-icon{color:#d32f2f;opacity:.9}.hide-sidebar-item:hover{background:#d32f2f1a;color:#b71c1c}.hide-sidebar-item:hover .menu-popup-icon{color:#b71c1c;opacity:1}[data-theme=dark] .hide-sidebar-item,[data-theme=dark] .hide-sidebar-item .menu-popup-icon{color:#ef5350}[data-theme=dark] .hide-sidebar-item:hover{background:#ef535026;color:#ff6b6b}[data-theme=dark] .hide-sidebar-item:hover .menu-popup-icon{color:#ff6b6b}.sidebar.hidden{transform:translate(-100%);opacity:0;pointer-events:none;visibility:hidden;width:0!important;padding:0!important;border:none!important}.show-sidebar-btn{position:fixed;left:0;top:50%;transform:translateY(-50%);background:#fffffff2;border:none;color:var(--theme-primary, #4CAF50);border-radius:0 16px 16px 0;width:28px;height:56px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:2px 0 12px #00000014,0 2px 8px #0000000a;z-index:1001;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:visible;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.show-sidebar-btn:hover{background:#fff;width:36px;transform:translateY(-50%);box-shadow:4px 0 20px #0000001f,0 4px 12px #00000014}.show-sidebar-btn:active{transform:translateY(-50%) scale(.98)}.show-sidebar-icon{width:18px;height:18px;color:var(--theme-primary, #4CAF50);transition:all .2s ease;flex-shrink:0;display:block;opacity:.8}.show-sidebar-btn:hover .show-sidebar-icon{transform:translate(3px);opacity:1}[data-theme=dark] .show-sidebar-btn{background:#1e1e2ef2;box-shadow:2px 0 12px #0000004d,0 2px 8px #0003;border-right:1px solid rgba(255,255,255,.08)}[data-theme=dark] .show-sidebar-btn:hover{background:#28283cfa;box-shadow:4px 0 20px #0006,0 4px 12px #0000004d}[data-theme=dark] .show-sidebar-icon{color:var(--theme-primary, #4CAF50)}.sidebar.collapsed .menu-icon{display:none}.collapse-btn{position:absolute;top:113px;right:-20px;margin-right:0;pointer-events:auto;background:#2a2a2a;border:2px solid transparent;color:#e0e0e0;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003;z-index:1001;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:visible;transform:translateY(-50%)}.collapse-btn:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border:2px solid var(--theme-primary, #22e783);border-radius:50%;opacity:0;transition:opacity .3s ease;z-index:-1}.collapse-btn:after{content:"";position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border:1px solid rgba(255,255,255,.3);border-radius:50%;opacity:0;transition:opacity .3s ease;z-index:-1}.collapse-btn:hover{background:#333;transform:translateY(-50%) scale(1.05);box-shadow:0 4px 12px #0000004d;border-color:#ffffff26}.collapse-btn:hover:before{opacity:1}.collapse-btn:hover:after{opacity:1}.collapse-btn:active{transform:translateY(-50%) scale(.98)}.collapse-btn .collapse-icon{width:20px!important;height:20px!important;color:#b0b0b0;transition:color .3s cubic-bezier(.4,0,.2,1),transform .2s ease;stroke-width:2.5;flex-shrink:0;display:block;pointer-events:none}.collapse-btn:hover .collapse-icon{color:#fff}.sidebar.light .collapse-btn{background:#fff;border:2px solid #e0e0e0;box-shadow:0 2px 6px #0000001a}.sidebar.light .collapse-btn .collapse-icon{color:#666}.sidebar.light .collapse-btn:hover{background:#f5f5f5;border-color:#d0d0d0;box-shadow:0 4px 10px #00000026}.sidebar.light .collapse-btn:hover:before{border-color:var(--theme-primary-text, #16b063)}.sidebar.light .collapse-btn:hover .collapse-icon{color:#424242}[data-theme=dark] .collapse-btn{background:#2a2a2a;border-color:#ffffff1a}[data-theme=dark] .collapse-btn .collapse-icon{color:#b0b0b0}[data-theme=dark] .collapse-btn:hover{background:#333;border-color:#ffffff26}[data-theme=dark] .collapse-btn:hover .collapse-icon{color:#fff}.menu-section{margin-bottom:28px;position:relative}.section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#fff6;margin:16px 0 12px;padding:0 12px;transition:all .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1);overflow:hidden;white-space:nowrap}.sidebar.collapsed .section-title{text-align:center;padding:0;font-size:10px;opacity:1;height:auto;margin:16px 0 12px;overflow:visible}.menu-item{padding:12px 14px;display:flex;align-items:center;gap:12px;border-radius:10px;position:relative;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),margin .3s cubic-bezier(.4,0,.2,1),gap .3s cubic-bezier(.4,0,.2,1),transform .2s ease;margin-bottom:4px;color:var(--sidebar-text);font-size:13.5px;font-weight:500;overflow:hidden;letter-spacing:-.01em}.menu-item:hover{background:var(--menu-hover);transform:translate(2px)}.menu-item.parent:hover{background:linear-gradient(135deg,var(--accent-purple) 0%,var(--accent-purple-hover) 100%);box-shadow:0 2px 8px #7c3aed40;color:#fff}.menu-item svg{width:20px;height:20px;flex-shrink:0;color:var(--sidebar-text);transition:color .2s ease;opacity:.7;stroke-width:2}.menu-item:hover svg{opacity:1}.menu-item.active svg,.menu-item.parent.active svg{opacity:1}.menu-item.active .istio-icon,.menu-item.parent.active .istio-icon{opacity:1}.menu-item.active .istio-icon path,.menu-item.parent.active .istio-icon path{fill:#000;stroke:#000}.menu-item .istio-icon{width:20px;height:20px;flex-shrink:0}.menu-item.collapsed{justify-content:center;align-items:center;gap:0;padding:0;margin:6px auto;width:50px;height:50px;border-radius:12px;display:flex}.menu-item.collapsed svg{width:20px;height:20px;margin:0;padding:0;flex-shrink:0;display:block}.menu-item.collapsed .menu-item-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0;padding:0;gap:0;opacity:1;max-width:100%;transition:opacity .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1),max-width .2s cubic-bezier(.4,0,.2,1)}.menu-item.active,.menu-item.parent.active{background:linear-gradient(135deg,var(--accent-purple) 0%,var(--accent-purple-hover) 100%);font-weight:600;color:#fff;border-radius:10px;box-shadow:0 4px 12px #7c3aed4d,0 2px 4px #7c3aed26;opacity:1}.menu-item.active:hover,.menu-item.parent.active:hover{background:var(--accent-purple-hover)}.menu-item.active svg,.menu-item.parent.active svg{color:#fff;opacity:1}.sidebar.collapsed .menu-item.active{background:#7c3aed26!important;font-weight:600;color:#fff;border-radius:12px!important;padding:0!important;justify-content:center!important;align-items:center!important;width:50px!important;height:50px!important;margin:6px auto!important;display:flex!important}.sidebar.collapsed .menu-item.parent.active{background:var(--accent-purple)!important}.sidebar.collapsed .menu-item.active:hover{background:#7c3aed40!important}.sidebar.collapsed .menu-item.parent.active:hover{background:var(--accent-purple-hover)!important}.sidebar.collapsed .menu-item.active .menu-item-content{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;gap:0!important}.sidebar.collapsed .menu-item.active svg{width:20px!important;height:20px!important;color:#fff!important;margin:0!important;flex-shrink:0!important;display:block!important}.sidebar.collapsed .menu-item.active .istio-icon{width:20px!important;height:20px!important;margin:0!important;flex-shrink:0!important;display:block!important}.sidebar.collapsed .menu-item.active .istio-icon path{fill:#000!important;stroke:#000!important}[data-theme=dark] .sidebar.collapsed .menu-item.parent.active{background:var(--accent-purple)!important}[data-theme=dark] .sidebar.collapsed .menu-item.active:hover{background:#7c3aed40!important}[data-theme=dark] .sidebar.collapsed .menu-item.parent.active:hover{background:var(--accent-purple-hover)!important}.menu-item.parent{display:flex;align-items:center;justify-content:space-between;position:relative}.menu-item.parent.collapsed{justify-content:center!important;align-items:center!important;padding:0!important;margin:6px auto!important;width:50px!important;height:50px!important}.menu-item.parent.collapsed .submenu-arrow{display:none}.menu-item-content{display:flex;align-items:center;gap:12px;flex:1;min-width:0;transition:opacity .3s cubic-bezier(.4,0,.2,1) .1s,width .3s cubic-bezier(.4,0,.2,1) .1s,max-width .3s cubic-bezier(.4,0,.2,1) .1s;overflow:hidden}.menu-item.collapsed:not(.parent) .menu-item-content{opacity:1;width:100%;max-width:100%;min-width:100%}.menu-item.collapsed .menu-item-content span{opacity:0;width:0;max-width:0;overflow:hidden;transition:opacity .25s cubic-bezier(.4,0,.2,1) .05s,width .25s cubic-bezier(.4,0,.2,1) .05s,max-width .25s cubic-bezier(.4,0,.2,1) .05s,margin .25s cubic-bezier(.4,0,.2,1) .05s;white-space:nowrap;display:inline-block;margin:0}.menu-item:not(.collapsed) .menu-item-content span{opacity:1;width:auto;max-width:none;transition:opacity .3s cubic-bezier(.4,0,.2,1) .15s,width .3s cubic-bezier(.4,0,.2,1) .15s,max-width .3s cubic-bezier(.4,0,.2,1) .15s}.submenu-arrow{font-size:14px;color:#000;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;opacity:.6}.menu-item.collapsed .submenu-arrow{opacity:0;visibility:hidden;width:0;margin:0;padding:0;transition:opacity .2s cubic-bezier(.4,0,.2,1),visibility .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1),margin .2s cubic-bezier(.4,0,.2,1)}.menu-item.active .submenu-arrow{color:#000;opacity:1}.submenu{margin-left:36px;display:flex;flex-direction:column;gap:4px;position:relative;padding-left:16px;margin-top:8px;margin-bottom:8px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideIn .3s cubic-bezier(.4,0,.2,1)}.submenu:before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background:var(--sidebar-border);border-radius:2px}.submenu div{font-size:13px;cursor:pointer;padding:10px 14px;border-radius:10px;color:#ffffffb3;transition:all .2s cubic-bezier(.4,0,.2,1);font-weight:400}.submenu div:hover{background:#ffffff14;color:#fff}.submenu div.active{background:#7c3aed33;font-weight:600;color:#fff}.menu-item-wrapper-collapsed{position:relative!important;z-index:1}.sidebar.collapsed .menu-item.parent{position:relative}.sidebar.collapsed .menu-item-wrapper-collapsed .submenu,.sidebar.collapsed .submenu{position:fixed!important;display:flex!important;visibility:visible!important;opacity:1!important;flex-direction:column;gap:4px;margin:0!important;padding-left:0!important;padding-top:8px!important;padding-bottom:8px!important;background:#1a1a24!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;box-shadow:0 4px 12px #0006,0 0 0 1px #ffffff0d!important;min-width:180px!important;z-index:10000!important;transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),top .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1);transform-origin:left center;animation:slideInFromSidebar .25s cubic-bezier(.4,0,.2,1)}.sidebar.collapsed .submenu:before{display:none}.sidebar.collapsed .submenu div{padding:10px 16px;text-align:left;border-radius:8px;font-size:13px;margin:0 4px;width:auto;white-space:nowrap;transition:all .2s cubic-bezier(.4,0,.2,1)}@keyframes slideIn{0%{opacity:0;transform:translate(-8px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes slideInFromSidebar{0%{opacity:0;transform:translate(-12px) scale(.96)}to{opacity:1;transform:translate(0) scale(1)}}.menu-item.collapsed:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);background:#1a1a24;color:#fff;font-size:12px;font-weight:500;padding:8px 12px;border-radius:8px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:9999;box-shadow:0 4px 12px #0006,0 0 0 1px #ffffff0d;border:1px solid rgba(255,255,255,.1)}.menu-item.collapsed:before{content:"";position:absolute;left:calc(100% + 6px);top:50%;transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent #1a1a24 transparent transparent;opacity:0;transition:opacity .2s ease;z-index:9999;filter:drop-shadow(-2px 0 2px rgba(0,0,0,.3))}.menu-item.collapsed:hover:after,.menu-item.collapsed:hover:before{opacity:1}.sidebar-footer{background:#14141e;border-top:none;padding:16px;border-radius:16px 16px 0 0;display:flex;flex-direction:column;gap:12px;align-items:center;margin:0 -16px -24px}.sidebar.collapsed .sidebar-footer{margin:0 -12px -24px;padding:12px 8px}.theme-toggle-wrapper{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 12px;width:100%}.theme-toggle-wrapper.collapsed{padding:8px 4px;gap:0}.theme-toggle-wrapper.collapsed .theme-icon{display:none}.theme-icon{color:#9ca3af;transition:all .3s ease;flex-shrink:0}.theme-icon.active{color:#f59e0b}.user-menu-wrapper{width:100%;position:relative}.user-account-display{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#1a1a26;border:1px solid rgba(255,255,255,.1)}.user-account-display:hover{background:#22222e;border-color:#ffffff26}.user-account-display.collapsed{justify-content:center;padding:10px}.user-account-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--theme-primary, #4CAF50) 0%,var(--theme-primary-dark, #388E3C) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0;box-shadow:0 2px 8px #4caf5040}.user-account-info{display:flex;flex-direction:column;min-width:0;flex:1;gap:2px}.user-account-name{font-size:14px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.user-account-email{font-size:12px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.user-info{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#1a1a26;border:1px solid rgba(255,255,255,.1)}.user-info:hover{background:#22222e}.user-info.collapsed{justify-content:center;padding:10px}.user-avatar{width:36px;height:36px;border-radius:50%;background:var(--theme-primary, #4CAF50);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.user-details{display:flex;flex-direction:column;min-width:0;flex:1}.user-name{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:11px;color:#9ca3af;text-transform:capitalize}.user-menu-popup{position:absolute;bottom:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:10px;box-shadow:0 4px 16px #0000001f;padding:0;z-index:10000;animation:slideUp .2s cubic-bezier(.16,1,.3,1);overflow:hidden}.user-menu-popup.collapsed{left:0;right:auto;min-width:220px}@keyframes slideUp{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.user-menu-header{padding:12px 14px;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid rgba(0,0,0,.06)}.user-menu-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#22c55e1f,#16a34a2e);color:#22c55e;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;flex-shrink:0}.user-menu-info{display:flex;flex-direction:column;gap:1px;min-width:0}.user-menu-name{font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.01em}.user-menu-email{font-size:11px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-role-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin-top:2px;width:fit-content}.user-menu-role-badge.admin{background:linear-gradient(135deg,#ef44441a,#ef444426);color:#dc2626}.user-menu-role-badge.editor{background:linear-gradient(135deg,#3b82f61a,#3b82f626);color:#2563eb}.user-menu-role-badge.viewer{background:linear-gradient(135deg,#6b72801a,#6b728026);color:#4b5563}.user-menu-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.08),transparent);margin:0}.user-menu-section{padding:4px 6px}.user-menu-item{display:flex;align-items:center;gap:10px;padding:8px 10px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease;border-radius:6px;margin:1px 0}.user-menu-item:hover{background:#0000000a}.user-menu-item-icon{width:28px;height:28px;border-radius:6px;background:#0000000a;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.user-menu-item-icon svg{width:14px;height:14px;color:#64748b}.user-menu-item:hover .user-menu-item-icon{background:var(--theme-primary-light, rgba(76, 175, 80, .1))}.user-menu-item:hover .user-menu-item-icon svg{color:var(--theme-primary, #4CAF50)}.user-menu-item.logout{color:#dc2626}.user-menu-item.logout:hover{background:#ef44440f}.user-menu-item-icon.logout{background:#ef444414}.user-menu-item-icon.logout svg{color:#dc2626}.user-menu-item.logout:hover .user-menu-item-icon.logout{background:#ef444426}.user-menu-icon{width:16px;height:16px;flex-shrink:0}[data-theme=dark] .theme-icon{color:#64748b}[data-theme=dark] .theme-icon.active{color:#fbbf24}[data-theme=dark] .user-account-display{background:#ffffff05;border-color:transparent}[data-theme=dark] .user-account-display:hover{background:#ffffff0d;border-color:#ffffff0f}[data-theme=dark] .user-account-avatar{box-shadow:0 2px 8px #0000004d}[data-theme=dark] .user-account-name{color:#f1f5f9}[data-theme=dark] .user-account-email{color:#94a3b8}[data-theme=dark] .user-info{background:#ffffff08}[data-theme=dark] .user-info:hover{background:#ffffff14}[data-theme=dark] .user-name{color:#f1f5f9}[data-theme=dark] .user-role{color:#94a3b8}[data-theme=dark] .user-menu-popup{background:#1e1e2e;border-color:#ffffff1a;box-shadow:0 4px 16px #0006}[data-theme=dark] .user-menu-header{background:#ffffff05;border-bottom-color:#ffffff0f}[data-theme=dark] .user-menu-avatar{background:linear-gradient(135deg,#22c55e26,#16a34a33);color:#4ade80}[data-theme=dark] .user-menu-name{color:#f1f5f9}[data-theme=dark] .user-menu-email{color:#94a3b8}[data-theme=dark] .user-menu-role-badge.admin{background:linear-gradient(135deg,#f8717126,#f871711a);color:#f87171}[data-theme=dark] .user-menu-role-badge.editor{background:linear-gradient(135deg,#60a5fa26,#60a5fa1a);color:#60a5fa}[data-theme=dark] .user-menu-role-badge.viewer{background:linear-gradient(135deg,#94a3b826,#94a3b81a);color:#94a3b8}[data-theme=dark] .user-menu-divider{background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}[data-theme=dark] .user-menu-item{color:#e5e7eb}[data-theme=dark] .user-menu-item:hover,[data-theme=dark] .user-menu-item-icon{background:#ffffff0f}[data-theme=dark] .user-menu-item-icon svg{color:#94a3b8}[data-theme=dark] .user-menu-item:hover .user-menu-item-icon{background:rgba(var(--theme-primary-rgb, 76, 175, 80),.15)}[data-theme=dark] .user-menu-item:hover .user-menu-item-icon svg{color:var(--theme-primary, #4CAF50)}[data-theme=dark] .user-menu-item.logout{color:#f87171}[data-theme=dark] .user-menu-item.logout:hover,[data-theme=dark] .user-menu-item-icon.logout{background:#f871711a}[data-theme=dark] .user-menu-item-icon.logout svg{color:#f87171}[data-theme=dark] .user-menu-item.logout:hover .user-menu-item-icon.logout{background:#f8717133}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal.password-modal{width:100%;max-width:400px;background:#fff;border-radius:16px;padding:24px;box-shadow:0 20px 40px #00000026}[data-theme=dark] .modal.password-modal{background:#1e1e2e;box-shadow:0 20px 40px #0006}[data-theme=dark] .modal-header h2{color:#fff}[data-theme=dark] .close-btn:hover{background:#ffffff1a;color:#fff}[data-theme=dark] .modal-error{background:#ef444426;color:#f87171}.password-modal .form-group{margin-bottom:16px}.password-modal .form-group label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}[data-theme=dark] .password-modal .form-group label{color:#e5e7eb}.password-modal .form-group input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#f8fafc;color:#1a1a1a;transition:all .2s ease;box-sizing:border-box}.password-modal .form-group input:focus{outline:none;border-color:var(--theme-primary, #4CAF50);box-shadow:0 0 0 3px #4caf501a}[data-theme=dark] .password-modal .form-group input{background:#ffffff0d;border-color:#ffffff1a;color:#fff}[data-theme=dark] .cancel-btn{border-color:#ffffff1a;color:#9e9e9e}[data-theme=dark] .cancel-btn:hover{background:#ffffff0d;color:#fff}.theme-toggle{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer;flex-shrink:0}.theme-toggle input{opacity:0;width:0;height:0;position:absolute}.theme-toggle .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ffffff26;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:12px}.theme-toggle .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;top:3px;background-color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 1px 3px #00000026}.theme-toggle input:checked+.slider{background-color:#ffffff40}.theme-toggle input:checked+.slider:before{transform:translate(20px)}@media (max-width: 768px){.sidebar{width:90px;padding:24px 12px}.sidebar:not(.collapsed){width:240px;padding:24px 16px}}[data-theme=dark] .submenu{background:transparent}[data-theme=dark] .submenu:before{background:#ffffff1a}[data-theme=dark] .submenu>div{color:#94a3b8}[data-theme=dark] .submenu>div:hover{color:#f1f5f9;background:#ffffff0f}[data-theme=dark] .submenu>div.active{color:#fff;background:#7c3aed33}[data-theme=dark] .submenu>div.active:before{background:var(--accent-purple)}[data-theme=dark] .sidebar.collapsed .submenu{background:linear-gradient(135deg,#1e1e2e,#252538)!important;border-color:#ffffff1a!important;box-shadow:0 8px 32px #00000080,0 0 1px #ffffff1a!important}[data-theme=dark] .sidebar.collapsed .submenu>div{color:#94a3b8}[data-theme=dark] .sidebar.collapsed .submenu>div:hover{color:#f1f5f9;background:#ffffff14}[data-theme=dark] .sidebar.collapsed .submenu>div.active{color:#fff;background:#7c3aed33}[data-theme=dark] .logo-text{color:#f1f5f9}[data-theme=dark] .logo-tagline{color:#64748b}[data-theme=dark] .section-title{color:#475569}[data-theme=dark] .sidebar-footer{background:var(--sidebar-footer-bg);border-top-color:var(--sidebar-border)}[data-theme=dark] .theme-toggle .slider{background:#ffffff26}[data-theme=dark] .theme-toggle .slider:before{background:#f8fafc;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .collapse-btn{background:#ffffff0d;border-color:#ffffff14}[data-theme=dark] .collapse-btn .collapse-icon{color:#64748b}[data-theme=dark] .collapse-btn:hover{background:#ffffff1a;border-color:#ffffff26}[data-theme=dark] .collapse-btn:hover .collapse-icon{color:#f1f5f9}[data-theme=dark] .menu-popup{background:linear-gradient(135deg,#1e1e2e,#252538);border-color:#ffffff1a;box-shadow:0 8px 32px #00000080}[data-theme=dark] .menu-popup-item{color:#94a3b8}[data-theme=dark] .menu-popup-item:hover{background:#ffffff14;color:#f1f5f9}[data-theme=dark] .menu-popup-icon{color:#64748b}[data-theme=dark] .menu-popup-item:hover .menu-popup-icon{color:#f1f5f9}[data-theme=dark] .hide-sidebar-item,[data-theme=dark] .hide-sidebar-item .menu-popup-icon{color:#f87171}[data-theme=dark] .hide-sidebar-item:hover{background:#f871711a;color:#fca5a5}[data-theme=dark] .hide-sidebar-item:hover .menu-popup-icon{color:#fca5a5}[data-theme=dark] .sidebar.collapsed .menu-item{color:#64748b}[data-theme=dark] .sidebar.collapsed .menu-item:hover{background:#ffffff14}[data-theme=dark] .sidebar.collapsed .menu-item svg{color:#64748b}[data-theme=dark] .sidebar.collapsed .menu-item:hover svg{color:#f1f5f9}[data-theme=dark] .sidebar.collapsed .menu-item.active{background:#7c3aed26!important}[data-theme=dark] .sidebar.collapsed .menu-item.active svg{color:#fff}[data-theme=dark] .sidebar.collapsed .menu-item.parent.active{background:linear-gradient(135deg,var(--accent-purple) 0%,var(--accent-purple-hover) 100%)!important}[data-theme=dark] .sidebar.collapsed .menu-item.parent.active svg{color:#fff}[data-theme=dark] .menu-item[data-tooltip]:hover:after{background:linear-gradient(135deg,#1e1e2e,#252538);color:#f1f5f9;border-color:#ffffff1a;box-shadow:0 4px 12px #0006}[data-theme=dark] .sidebar-content::-webkit-scrollbar-track{background:transparent}[data-theme=dark] .sidebar-content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}[data-theme=dark] .sidebar-content::-webkit-scrollbar-thumb:hover{background:#ffffff40}[data-theme=dark] .submenu-arrow{color:#64748b}[data-theme=dark] .menu-item:hover .submenu-arrow{color:#f1f5f9}[data-theme=dark] .menu-item.parent:hover .submenu-arrow,[data-theme=dark] .menu-item.active .submenu-arrow,[data-theme=dark] .menu-item.parent.active .submenu-arrow{color:#fff}.cluster-overview-container{display:flex;gap:24px;align-items:flex-start}.cluster-overview-main{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0}.cluster-overview-header{margin-bottom:0;display:flex;flex-direction:column;flex:0 0 auto}.cluster-header-left-section{display:flex;flex-direction:column;gap:0;width:100%;flex:0 0 auto}.cluster-header-left-section h2{margin:0;padding-bottom:0;font-size:26px;font-weight:700;color:#0f172a;letter-spacing:-.025em;line-height:1.2;background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cluster-overview-header p{margin:4px 0 0;font-size:13px;color:#6b7280}.cluster-details-sidebar{width:300px;flex-shrink:0;display:flex;flex-direction:column;gap:12px;align-items:stretch;min-height:0;align-self:flex-start;position:relative;margin-top:0;z-index:50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cluster-selector-wrapper{position:relative;min-width:0;z-index:200;isolation:isolate}.cluster-selector-label{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:600;letter-spacing:.05em;color:#6b7280;text-transform:uppercase;margin-bottom:8px}.cluster-selector-label svg{width:14px;height:14px;opacity:.7}.cluster-selected-box{border-radius:10px;border:1px solid #e5e7eb;background:#fff;padding:10px 12px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000a}.cluster-selected-box:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000f}.cluster-selected-box.open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.cluster-selected-content{display:flex;align-items:center;gap:10px}.cluster-icon-wrapper{width:32px;height:32px;border-radius:8px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cluster-icon-wrapper svg{width:18px;height:18px;color:#3b82f6}.cluster-selected-box:hover .cluster-icon-wrapper{background:#dbeafe}.cluster-selected-info{display:flex;flex-direction:column;min-width:0;flex:1}.cluster-selected-name{font-size:13px;font-weight:600;color:#111827;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.3}.cluster-selected-meta{font-size:11px;color:#6b7280;margin-top:2px;display:flex;align-items:center;gap:4px;line-height:1.3}.cluster-selected-account,.cluster-selected-region{font-weight:400}.cluster-meta-separator{color:#d1d5db;font-weight:300}.cluster-caret{margin-left:auto;display:flex;align-items:center;color:#9ca3af;transition:transform .2s ease}.cluster-selected-box.open .cluster-caret{transform:rotate(180deg)}.cluster-dropdown-panel{position:absolute;top:calc(100% + 6px);left:0;right:0;border-radius:10px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 40px #0000001f;z-index:9999;padding:6px;animation:slideDown .15s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cluster-search-wrapper{display:flex;align-items:center;padding:6px 16px 10px;border-bottom:1px solid #f3f4f6;position:relative}.cluster-search-icon{position:absolute;left:22px;pointer-events:none}.cluster-search-input{width:100%;border-radius:10px;border:1.5px solid #e2e8f0;padding:10px 14px 10px 36px;font-size:13px;outline:none;background:#f8fafc;transition:all .2s cubic-bezier(.4,0,.2,1);font-weight:400}.cluster-search-input::placeholder{color:#94a3b8;font-weight:400}.cluster-search-input:focus{border-color:#22e783;background:#fff;box-shadow:0 0 0 3px #22e7831a,0 2px 4px #0000000d}.cluster-list{max-height:260px;overflow-y:auto;padding:4px 0}.cluster-list::-webkit-scrollbar{width:6px}.cluster-list::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}.cluster-list-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);margin:2px 8px;border-radius:8px}.cluster-list-item:hover{background:linear-gradient(to right,#f0f9ff,#eff6ff);transform:translate(2px)}.cluster-list-item.selected{background:linear-gradient(to right,#dbeafe,#e0e7ff);box-shadow:0 2px 4px #22e7831a}.cluster-item-info{display:flex;flex-direction:column;min-width:0}.cluster-item-name{font-size:14px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cluster-item-meta{font-size:12px;color:#9ca3af;margin-top:2px;display:flex;align-items:center;gap:.375rem}.cluster-item-account,.cluster-item-region{font-weight:400}.cluster-list-empty{padding:12px 16px;font-size:13px;color:#9ca3af}.cluster-content{margin-top:2rem}.cluster-single-layout{display:flex;flex-direction:column;gap:24px}.cluster-three-columns{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:20px;align-items:start}.cluster-three-columns>.cluster-info-container{height:100%;display:flex;flex-direction:column}@media (max-width: 1200px){.cluster-three-columns{grid-template-columns:1fr}}@media (max-width: 1200px){.cluster-content-grid{grid-template-columns:1fr}}.cluster-info-loading,.cluster-info-empty{padding:3rem 2rem;text-align:center;color:#6b7280;font-size:14px;background:#fff;border-radius:16px;border:1px solid #e5e7eb}.cluster-info-container{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:0;box-shadow:0 1px 3px #0000000d,0 4px 12px #00000005;overflow:hidden;transition:all .3s ease;position:relative;z-index:1}.cluster-info-container:hover{box-shadow:0 4px 16px #0000000f,0 8px 24px #0000000a}.cluster-info-section{margin-bottom:0;padding:24px;background:#fff}.cluster-info-section:first-child{border-right:1px solid #e2e8f0}.cluster-info-title{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #e2e8f0;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.cluster-info-title:before{content:"";width:4px;height:16px;background:linear-gradient(135deg,#22e783,#1cc973);border-radius:2px}.cluster-info-grid{display:grid;grid-template-columns:1fr;gap:18px}.cluster-info-item{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-bottom:1px solid #f1f5f9}.cluster-info-item:last-child{border-bottom:none}.cluster-info-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.cluster-info-value{font-size:14px;font-weight:600;color:#0f172a;word-break:break-word}.cluster-info-footer{margin-top:0;padding:20px 24px;border-top:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:center}.cluster-overview-right .cluster-info-container{display:flex;flex-direction:column}.cluster-metrics-section{padding:16px;border-bottom:1px solid #e2e8f0;flex:0 0 auto}.cluster-metrics-section:last-child{border-bottom:none}.cluster-metrics-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0;width:100%;gap:16px}.cluster-metrics-header-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.cluster-metrics-header-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.cluster-metrics-header-value{font-size:24px;font-weight:700;color:#0f172a;letter-spacing:-.02em;white-space:nowrap;min-width:30px;text-align:right}.cluster-metrics-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cluster-metrics-icon-eks{background:#fed7aa;color:#ea580c}.cluster-metrics-icon-karpenter{background:#e9d5ff;color:#9333ea}.cluster-metrics-icon svg{width:18px;height:18px}.cluster-metrics-title{font-size:14px;font-weight:600;color:#0f172a;margin:0;letter-spacing:-.01em;white-space:nowrap;line-height:1.3}.cluster-metrics-divider{height:1px;background:#e2e8f0;margin-bottom:16px}.cluster-metrics-content{display:flex;flex-direction:column;gap:14px}.cluster-metric-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px}.cluster-metric-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.cluster-metric-value{font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.cluster-metric-group{display:flex;flex-direction:column;gap:10px}.cluster-metric-group-title{font-size:11px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.08em;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.cluster-metric-row{display:flex;flex-direction:column;gap:8px}.cluster-metric-detail{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.cluster-metric-detail:hover{background:#f8fafc;border-color:#cbd5e1}.cluster-metric-detail-label{font-size:12px;font-weight:500;color:#64748b}.cluster-metric-detail-value{font-size:13px;font-weight:600;color:#0f172a}.cluster-metric-boxes-grid{display:flex;flex-direction:column;gap:12px}.cluster-metric-box-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cluster-metric-box{display:flex;flex-direction:column;gap:8px;padding:12px 14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;transition:all .2s ease}.cluster-metric-box:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d}.cluster-metric-box-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.cluster-metric-box-value{font-size:14px;font-weight:700;color:#0f172a;letter-spacing:-.01em}@media (max-width: 768px){.cluster-metric-box-row{grid-template-columns:1fr}}.cluster-control-column{display:flex;flex-direction:column;gap:0;padding:0;height:100%;border-radius:12px;overflow:hidden;border:1.5px solid #e2e8f0;background:#fff}.cluster-control-item{padding:18px 20px;background:#fff;border:none;border-bottom:1px solid #e2e8f0;transition:all .2s ease;flex:1;display:flex;align-items:center}.cluster-control-item:last-child{border-bottom:none}.cluster-control-item:hover{background:#f8fafc}.cluster-view-details-btn{padding:9px 20px;background:linear-gradient(135deg,#22e783,#1cc973);color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #22e78333;white-space:nowrap;flex-shrink:0}.cluster-view-details-btn:hover{background:linear-gradient(135deg,#1cc973,#16b063);box-shadow:0 4px 8px #22e7834d;transform:translateY(-1px)}.cluster-view-details-btn:active{transform:translateY(0)}.cluster-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.cluster-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}.cluster-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid #e2e8f0;background:linear-gradient(to right,#fff,#fafbfc)}.cluster-modal-header-left{display:flex;align-items:center;gap:16px}.cluster-modal-title{font-size:20px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em}.cluster-modal-subtitle{font-size:13px;color:#64748b;margin:4px 0 0;font-weight:500}.cluster-modal-close{width:36px;height:36px;border-radius:8px;border:none;background:#f1f5f9;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cluster-modal-close:hover{background:#e2e8f0;color:#0f172a}.cluster-modal-body{padding:28px}.cluster-info-timestamp{font-size:12px;color:#64748b;font-weight:500;display:flex;align-items:center;gap:6px}.cluster-info-timestamp:before{content:"🕒";font-size:14px}.cluster-summary-banner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 20px;background:linear-gradient(to right,#fff,#fafbfc);border-bottom:1px solid #e2e8f0;margin-bottom:0}.cluster-summary-left{display:flex;align-items:center;gap:12px;min-width:0}.cluster-summary-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#22e783,#1cc973);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #22e78340;transition:all .3s ease}.cluster-summary-icon:hover{transform:scale(1.05) rotate(5deg);box-shadow:0 6px 16px #22e7834d}.cluster-summary-icon svg{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.cluster-summary-text{display:flex;flex-direction:column;min-width:0;gap:4px}.cluster-summary-name{font-size:16px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.cluster-summary-sub{font-size:12px;color:#6b7280;display:flex;gap:6px;flex-wrap:wrap;font-weight:400}.cluster-summary-sub span{display:inline-flex;align-items:center}.cluster-summary-tags-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.cluster-tag{display:inline-flex;align-items:center;padding:5px 12px;border-radius:8px;font-size:11px;font-weight:600;letter-spacing:.02em;white-space:nowrap;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.cluster-tag:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.cluster-tag-1{background:#b9f6ca;color:#33691e}.cluster-tag-2{background:#b3e5fc;color:#01579b}.cluster-tag-3{background:#fed7aa;color:#9a3412}.cluster-tag-4{background:#d1c4e9;color:#4527a0}.cluster-tag-5{background:#e0e7ff;color:#283593}.cluster-summary-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-items:center}.cluster-chip{display:inline-flex;align-items:center;padding:7px 14px;border-radius:10px;font-size:12px;font-weight:600;color:#64748b;background:#f8fafc;border:1.5px solid #e2e8f0;transition:all .2s ease;box-shadow:0 1px 2px #0000000a}.cluster-chip:hover{transform:translateY(-1px);box-shadow:0 2px 4px #00000014}.cluster-chip.small{padding:5px 12px;font-size:11px;font-weight:600}.cluster-chip-primary{background:linear-gradient(135deg,#22e783,#1cc973);color:#fff;border:none;box-shadow:0 2px 6px #22e7834d}.cluster-chip-primary:hover{box-shadow:0 4px 12px #22e78366}.cluster-chip-soft{background:#fff;color:#64748b;border:1.5px solid #e2e8f0}.cluster-stat-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:0;padding:16px}@media (max-width: 768px){.cluster-stat-row{grid-template-columns:1fr;padding:16px}}.cluster-stat-card{display:flex;flex-direction:column;gap:0;padding:0;border-radius:12px;background:#fff;border:1.5px solid #e2e8f0;box-shadow:0 1px 3px #0000000d,0 4px 12px #00000005;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);height:100%}.cluster-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014,0 8px 24px #0000000a;border-color:#cbd5e1}.cluster-stat-top{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #f1f5f9;background:linear-gradient(to bottom,#fff,#fafbfc)}.cluster-stat-header{display:flex;align-items:center;gap:12px}.cluster-stat-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;color:#22e783;flex-shrink:0;box-shadow:0 2px 4px #22e78326;transition:all .2s ease}.cluster-stat-card:hover .cluster-stat-icon{transform:scale(1.05);box-shadow:0 4px 8px #22e78333}.cluster-stat-icon svg{width:20px;height:20px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.cluster-stat-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.cluster-stat-main-value{font-size:32px;font-weight:800;color:#0f172a;line-height:1;letter-spacing:-.03em;text-shadow:0 1px 2px rgba(0,0,0,.02)}.cluster-stat-breakdown{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px 20px;background:transparent}.cluster-stat-breakdown-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 12px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;text-align:center;transition:all .2s cubic-bezier(.4,0,.2,1);min-height:80px}.cluster-stat-breakdown-item:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f;transform:translateY(-1px)}.cluster-stat-breakdown-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.08em;line-height:1.2}.cluster-stat-breakdown-value{font-size:24px;font-weight:700;color:#0f172a;letter-spacing:-.02em;line-height:1}.cluster-stat-breakdown-value-small{font-size:13px;font-weight:600;color:#0f172a;margin-top:4px;line-height:1.4}.cluster-stat-breakdown-value-small:first-of-type{margin-top:0}.cluster-info-sections-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:0;border-top:1px solid #e2e8f0}@media (max-width: 960px){.cluster-info-sections-row{grid-template-columns:1fr}.cluster-info-section:first-child{border-right:none;border-bottom:1px solid #e2e8f0}}@media (max-width: 640px){.cluster-stat-row{grid-template-columns:1fr}.cluster-summary-banner{flex-direction:column;align-items:flex-start}.cluster-summary-tags{width:100%;justify-content:flex-start}}.cluster-chart-section{margin-top:24px}.cluster-chart-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#fff;border-radius:16px 16px 0 0}.cluster-chart-title-group{display:flex;align-items:center;gap:12px}.cluster-chart-icon{width:20px;height:20px;color:#3b82f6}.cluster-chart-title{margin:0;font-size:18px;font-weight:600;color:#0f172a;letter-spacing:-.01em}.cluster-chart-content{padding:20px 24px 24px;background:#fff;border-radius:0 0 16px 16px;position:relative}.cluster-chart-loading{display:flex;align-items:center;justify-content:center;height:350px;color:#94a3b8;font-size:14px}.cluster-info-card{background:#fff;border-radius:20px;padding:28px;margin-top:16px;margin-bottom:0;width:100%;box-shadow:0 4px 6px -1px #00000012,0 10px 20px -5px #0000000d,0 0 0 1px #e2e8f0cc;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible;display:flex;flex-direction:column;flex:0 0 auto;border:1px solid rgba(226,232,240,.6)}.cluster-info-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,#22e7831a,#22e7830d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .3s ease}.cluster-info-card:hover{box-shadow:0 10px 25px -5px #00000014,0 20px 40px -10px #0000000a,0 0 0 1px #22e78326,0 0 30px #22e78314;transform:translateY(-3px);border-color:#22e78333}.cluster-info-card:hover:before{opacity:1}.cluster-info-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px}.cluster-info-left{display:flex;flex-direction:column;gap:12px;flex:1}.cluster-info-name-section{display:flex;align-items:center;gap:12px}.cluster-info-cost{display:flex;align-items:flex-end;flex-shrink:0}.cluster-cost-loading{font-size:14px;color:#94a3b8}.cluster-cost-display{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.cluster-cost-label{font-size:11px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.cluster-cost-value{display:flex;align-items:center;gap:2px;font-size:28px;font-weight:700;color:#22e783}.cluster-cost-value svg{color:#22e783}.cluster-cost-breakdown{display:flex;align-items:center;gap:8px}.cluster-cost-breakdown .cost-hourly{font-size:12px;color:#94a3b8;font-weight:500}[data-theme=dark] .cluster-cost-label{color:#94a3b8}[data-theme=dark] .cluster-cost-value{color:#22e783}[data-theme=dark] .cluster-cost-breakdown .cost-hourly{color:#64748b}.cluster-info-icon-wrapper{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#fff4e6,#ffe8cc);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 4px #ff990026}.cluster-info-name{font-size:20px;font-weight:600;color:#0f172a}.cluster-info-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cluster-info-divider{height:1px;background:#e2e8f0;margin-top:20px;width:100%;flex-shrink:0}.metric-cards-row{display:flex;gap:12px;margin-top:24px;flex-wrap:nowrap;width:100%;min-width:0;position:relative;z-index:1}.metric-card{flex:1;min-width:0;background:linear-gradient(135deg,#fff,#fafbfc);border-radius:14px;padding:18px;display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid rgba(226,232,240,.8);box-shadow:0 2px 4px #00000005,0 4px 8px #00000005;transition:all .25s cubic-bezier(.4,0,.2,1);overflow:visible;position:relative;z-index:1}.metric-card:hover{box-shadow:0 8px 16px #0000000f,0 4px 8px #0000000a;border-color:#22e7834d;transform:translateY(-2px)}.metric-card-left{display:flex;gap:12px;flex:1;min-width:0;overflow:visible;position:relative;z-index:2}.metric-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f8fafc;border-radius:8px;flex-shrink:0}.metric-card-icon-nodes{background:#eff6ff}.metric-card-icon-workloads{background:#f0fdf4}.metric-card-icon-pods{background:#fdf6f0}.metric-card-content{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0;overflow:visible;position:relative}.metric-card-chart{width:100px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:visible;position:relative}.metric-chart-placeholder{width:100%;height:100%;background:#f8fafc;border-radius:4px}.metric-chart-tooltip{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:4px 8px;box-shadow:0 2px 4px #0000001a;pointer-events:none}.metric-tooltip-value{font-size:11px;font-weight:600;color:#0f172a;font-variant-numeric:tabular-nums}.metric-card-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.metric-card-value{font-size:28px;font-weight:700;color:#0f172a;line-height:1.2;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-progress-bar{width:100%;height:12px;background:#e2e8f0;border-radius:6px;overflow:visible;display:flex;margin-top:8px;position:relative}.metric-progress-segment{height:100%;transition:width .3s ease;position:relative;cursor:pointer;overflow:visible;z-index:1;min-width:4px;border-right:1px solid rgba(255,255,255,.3)}.metric-progress-segment:last-child{border-right:none}.metric-progress-segment:hover{filter:brightness(1.1);box-shadow:0 0 0 1px #0000001a}.metric-progress-segment:hover .metric-segment-tooltip{opacity:1;visibility:visible;z-index:20}.metric-segment-tooltip{position:absolute;background:#1f2937;color:#fff;padding:6px 10px;border-radius:6px;font-size:11px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none;z-index:10;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;align-items:center;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.metric-segment-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#1f2937;margin-top:-1px}.metric-segment-tooltip-label{font-weight:500;margin-bottom:2px;color:#d1d5db}.metric-segment-tooltip-value{font-weight:700;font-size:12px;font-variant-numeric:tabular-nums}.metric-progress-ondemand{background:#326ce5}.metric-progress-spot{background:#93c5fd}.metric-progress-deployments{background:#22e783}.metric-progress-statefulsets{background:#86efac}.metric-progress-daemonsets{background:#d1fae5}.metric-progress-scheduled{background:#ef6c00}.metric-progress-unscheduled{background:#ffb74d}.metric-card-loading{flex:1;padding:20px;text-align:center;color:#94a3b8;font-size:14px}.resource-cards-container{display:flex;gap:16px;margin-top:24px;flex-wrap:nowrap}.cpu-line-chart-container{width:100%;margin-top:10px;margin-bottom:0;display:flex;flex-direction:column;gap:12px}.cpu-line-chart-header{display:flex;justify-content:flex-end;align-items:center;padding:0;margin:0}.cpu-line-chart-time-selector{display:flex;align-items:center}.cpu-line-chart-card{width:100%;max-width:100%;background:linear-gradient(135deg,#fff,#fafbfc);border-radius:20px;padding:28px;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 6px -1px #0000000d,0 10px 20px -5px #0000000a;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1)}.cpu-line-chart-card:hover{box-shadow:0 8px 20px #0000000f,0 4px 8px #0000000a;transform:translateY(-2px)}.cpu-chart-title{font-size:16px;font-weight:300;color:#6b7280;letter-spacing:.02em}.resource-card{flex:1;background:linear-gradient(135deg,#fff,#fafbfc);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(226,232,240,.8);box-shadow:0 2px 4px #00000005,0 4px 8px #00000005;transition:all .25s cubic-bezier(.4,0,.2,1)}.resource-card:hover{box-shadow:0 8px 20px #0000000f,0 4px 8px #0000000a;transform:translateY(-2px);border-color:#22e78340}.resource-card-title{font-size:16px;font-weight:300;color:#6b7280;letter-spacing:.02em}.resource-chart-wrapper{width:100%;position:relative;display:flex;flex-direction:column}.resource-chart-container{width:100%;background:#fff;border-radius:8px;position:relative;display:flex;flex-direction:column;gap:16px;padding:16px}.resource-chart-visual{width:100%;height:200px;position:relative;display:flex;align-items:center;justify-content:center;padding:10px;min-height:220px}.resource-chart-loading,.resource-chart-empty{color:#9ca3af;font-size:14px;display:flex;align-items:center;justify-content:center;min-height:180px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.resource-chart-empty{color:#6b7280}.resource-chart-legend{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.legend-box{background:#fff;border-radius:12px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid #e5e7eb;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a;min-height:90px}.legend-box-color-indicator{position:absolute;top:0;left:0;right:0;height:4px;border-radius:12px 12px 0 0}.legend-box-label{font-size:12px;font-weight:500;color:#374151;text-transform:capitalize;line-height:1.4;margin-bottom:8px;margin-top:4px}.legend-box-value{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:4px;font-variant-numeric:tabular-nums;line-height:1.2}.legend-box-percentage{font-size:11px;font-weight:500;color:#6b7280;line-height:1.2}.chart-tooltip{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;pointer-events:none;z-index:9999;position:relative}.recharts-tooltip-wrapper,.recharts-default-tooltip{z-index:10000!important}.tooltip-label{font-size:12px;font-weight:600;color:#374151;margin-bottom:4px;text-transform:capitalize}.tooltip-value{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:2px}.tooltip-percentage{font-size:11px;font-weight:500;color:#6b7280}.chart-side-labels{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:10}.chart-side-label{position:absolute;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:60px}.chart-side-label-top{top:5%;left:50%;transform:translate(-50%)}.chart-side-label-right{right:5%;top:50%;transform:translateY(-50%)}.chart-side-label-bottom{bottom:5%;left:50%;transform:translate(-50%)}.chart-side-label-left{left:5%;top:50%;transform:translateY(-50%)}.side-label-value-right{font-size:18px;font-weight:700;color:#0f172a;line-height:1.3;margin-bottom:3px;margin-top:-20px;margin-right:-40px;font-variant-numeric:tabular-nums;white-space:nowrap}.side-label-name-right{font-size:11px;font-weight:500;color:#6b7280;line-height:1.2;margin-top:-5px;margin-right:-40px;text-transform:capitalize;white-space:nowrap}.side-label-value-left{font-size:18px;font-weight:700;color:#0f172a;line-height:1.3;margin-bottom:3px;margin-top:-20px;margin-left:-40px;font-variant-numeric:tabular-nums;white-space:nowrap}.side-label-name-left{font-size:11px;font-weight:500;color:#6b7280;line-height:1.2;margin-top:-5px;margin-left:-40px;text-transform:capitalize;white-space:nowrap}.side-label-value-top{font-size:18px;font-weight:700;color:#0f172a;line-height:1.3;margin-top:-50px;font-variant-numeric:tabular-nums;white-space:nowrap}.side-label-name-top{font-size:11px;font-weight:500;color:#6b7280;line-height:1.2;margin-top:-5px;padding-top:5px;text-transform:capitalize;white-space:nowrap}.side-label-value-bottom{font-size:18px;font-weight:700;color:#0f172a;line-height:1.3;font-variant-numeric:tabular-nums;white-space:nowrap}.side-label-name-bottom{font-size:11px;font-weight:500;color:#6b7280;line-height:1.2;margin-bottom:-20px;text-transform:capitalize;white-space:nowrap}.cluster-details-card{background:#f9fafb;border-radius:10px;padding:30px 0 0;margin-top:0;border:1px solid #e5e7eb;overflow:visible;transition:all .2s ease;display:flex;flex-direction:column;box-sizing:border-box;box-shadow:none;position:relative;z-index:auto}.cluster-details-card:hover{box-shadow:0 2px 8px #0000000f;border-color:#d1d5db}.cluster-details-title{font-size:10px;font-weight:600;color:#6b7280;padding:10px 14px;margin:0;letter-spacing:.05em;text-transform:uppercase;background:transparent;border-bottom:1px solid #e5e7eb}.cluster-details-loading,.cluster-details-empty{padding:24px 16px;text-align:center;color:#9ca3af;font-size:12px;font-weight:500}.cluster-details-content{display:flex;flex-direction:column;padding:4px 14px 12px;flex:1;overflow-y:auto;overflow-x:hidden;background:#fff;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.cluster-details-content::-webkit-scrollbar{width:4px;background:transparent}.cluster-details-content::-webkit-scrollbar-track{background:transparent}.cluster-details-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.cluster-details-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.cluster-detail-item{display:flex;flex-direction:column;gap:3px;padding:10px 0;border-bottom:1px solid #f3f4f6}.cluster-detail-item:last-child{border-bottom:none}.cluster-detail-item:hover{background-color:transparent}.cluster-detail-label{font-size:9px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.cluster-detail-value{font-size:13px;font-weight:500;color:#111827;line-height:1.35;word-break:break-word;font-feature-settings:"tnum" on,"lnum" on}.cluster-detail-env{text-transform:capitalize;display:inline-flex;align-items:center;padding:4px 10px;background:#ecfdf5;color:#059669;border-radius:5px;font-size:11px;font-weight:600;width:fit-content}.cluster-detail-zones{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px;margin-top:1px}.cluster-zone-item{font-size:11px;font-weight:500;color:#374151;padding:4px 8px;background:#f3f4f6;border:1px solid #e2e8f0;border-radius:8px;display:inline-block;width:fit-content;transition:all .2s ease;white-space:nowrap}.cluster-zone-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}[data-theme=dark] .cluster-header-left-section h2{background:linear-gradient(135deg,#f1f5f9,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .cluster-info-card{background:linear-gradient(135deg,#1e1e2e,#252538);border-color:#ffffff14;box-shadow:0 4px 6px -1px #0000004d,0 10px 20px -5px #00000040}[data-theme=dark] .cluster-info-card:hover{border-color:#22e7834d;box-shadow:0 10px 25px -5px #0006,0 20px 40px -10px #0000004d,0 0 30px #22e7831a}[data-theme=dark] .cluster-info-name{color:#f1f5f9}[data-theme=dark] .cluster-info-divider{background:#ffffff1a}[data-theme=dark] .metric-card{background:linear-gradient(135deg,#1e1e2e,#252538);border-color:#ffffff14;box-shadow:0 2px 4px #0003}[data-theme=dark] .metric-card:hover{border-color:#22e7834d;box-shadow:0 8px 16px #0000004d}[data-theme=dark] .metric-card-icon{background:#ffffff0d}[data-theme=dark] .metric-card-label{color:#94a3b8}[data-theme=dark] .metric-card-value{color:#f1f5f9}[data-theme=dark] .metric-progress-bar{background:#ffffff1a}[data-theme=dark] .resource-card{background:linear-gradient(135deg,#1e1e2e,#252538);border-color:#ffffff14;box-shadow:0 2px 4px #0003}[data-theme=dark] .resource-card:hover{border-color:#22e78340;box-shadow:0 8px 20px #0000004d}[data-theme=dark] .resource-card-title{color:#94a3b8}[data-theme=dark] .cluster-details-card{background:#ffffff05;border-color:#ffffff0f;box-shadow:none}[data-theme=dark] .cluster-details-card:hover{border-color:#ffffff1a;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .cluster-details-title{background:transparent;color:#9ca3af;border-bottom-color:#ffffff0f}[data-theme=dark] .cluster-details-content{background:#ffffff05}[data-theme=dark] .cluster-detail-label{color:#9ca3af}[data-theme=dark] .cluster-detail-value{color:#f3f4f6}[data-theme=dark] .cluster-detail-item{border-bottom-color:#ffffff0a}[data-theme=dark] .cluster-detail-item:hover{background-color:transparent}[data-theme=dark] .cluster-zone-item{background:#ffffff0d;border-color:#ffffff14;color:#e5e7eb}[data-theme=dark] .cluster-zone-item:hover{background:#ffffff14}[data-theme=dark] .cluster-detail-env{background:#10b98126;color:#34d399}[data-theme=dark] .cpu-line-chart-card{background:linear-gradient(135deg,#1e1e2e,#252538);border-color:#ffffff14;box-shadow:0 4px 6px -1px #0000004d}[data-theme=dark] .cpu-line-chart-card:hover{box-shadow:0 8px 20px #0006}[data-theme=dark] .chart-tooltip{background:#1e1e2e;border-color:#ffffff1a}[data-theme=dark] .tooltip-label{color:#94a3b8}[data-theme=dark] .tooltip-value,[data-theme=dark] .side-label-value-top,[data-theme=dark] .side-label-value-right,[data-theme=dark] .side-label-value-bottom,[data-theme=dark] .side-label-value-left{color:#f1f5f9}[data-theme=dark] .side-label-name-top,[data-theme=dark] .side-label-name-right,[data-theme=dark] .side-label-name-bottom,[data-theme=dark] .side-label-name-left{color:#94a3b8}[data-theme=dark] .cluster-selected-box{background:linear-gradient(135deg,#1e1e2e,#252538);border-color:#ffffff1a}[data-theme=dark] .cluster-selected-box:hover{background:linear-gradient(135deg,#252538,#2a2a3e);border-color:#22e7834d}[data-theme=dark] .cluster-selected-name{color:#f1f5f9}[data-theme=dark] .cluster-selected-meta{color:#94a3b8}[data-theme=dark] .cluster-dropdown-panel{background:#1e1e2e;border-color:#ffffff1a;box-shadow:0 20px 50px #00000080}[data-theme=dark] .cluster-search-input{background:#ffffff0d;border-color:#ffffff1a;color:#f1f5f9}[data-theme=dark] .cluster-search-input::placeholder{color:#64748b}[data-theme=dark] .cluster-list-item:hover{background:linear-gradient(to right,#22e7831a,#22e7830d)}[data-theme=dark] .cluster-list-item.selected{background:linear-gradient(to right,#22e78333,#22e7831a)}[data-theme=dark] .cluster-item-name{color:#f1f5f9}[data-theme=dark] .cluster-item-meta{color:#64748b}[data-theme=dark] .resource-chart-container,[data-theme=dark] .resource-chart-visual{background:transparent}[data-theme=dark] .resource-chart-loading,[data-theme=dark] .resource-chart-empty{background:#ffffff08;border-color:#ffffff14;color:#64748b}[data-theme=dark] .legend-box{background:#ffffff08;border-color:#ffffff14;box-shadow:none}[data-theme=dark] .legend-box-label{color:#94a3b8}[data-theme=dark] .legend-box-value{color:#f1f5f9}[data-theme=dark] .legend-box-percentage{color:#64748b}.cpu-card{position:relative;background:#fff;border-radius:18px;padding:14px 18px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 1px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden;outline:none}.cpu-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,#22e7831a,#22e7830d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .3s ease}.cpu-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 0 1px #22e78333,0 0 20px #22e7831a;transform:translateY(-2px)}.cpu-card:hover:before{opacity:1}.cpu-card:focus{outline:none;box-shadow:0 1px 2px #0f172a0f,0 8px 24px #0f172a0f}.cpu-card-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cpu-card-title{font-size:16px;font-weight:300;color:#6b7280;letter-spacing:.02em}.cpu-card-chart-type-pills{display:inline-flex;gap:6px}.pill{border-radius:999px;padding:3px 12px;font-size:11px;font-weight:500;border:1px solid transparent;background:transparent;color:#6b7280;cursor:pointer;outline:none;transition:all .2s ease}.pill:focus,.pill:focus-visible{outline:none;box-shadow:none}.pill-muted{border-color:#e5e7eb;background:#f9fafb}.pill-active{border-color:#111827;background:#111827;color:#f9fafb}.cpu-card-grid-bg{position:absolute;top:46px;right:14px;bottom:16px;left:14px;pointer-events:none;border-radius:14px;background-image:radial-gradient(#e9e9e8 1px,transparent 0);background-size:10px 10px;opacity:50}.cpu-card-chart-container{position:relative;z-index:1;height:calc(100% - 40px);min-height:300px;outline:none}.cpu-card-chart-container:focus,.cpu-card-chart-container:focus-visible{outline:none!important;border:none!important;box-shadow:none!important}.cpu-card-chart-container *{outline:none!important}.cpu-card-chart-container *:focus,.cpu-card-chart-container *:focus-visible{outline:none!important;border:none!important}.cpu-card-chart-container svg,.cpu-card-chart-container svg *{outline:none!important}.cpu-card-chart-container svg:focus,.cpu-card-chart-container svg:focus-visible,.cpu-card-chart-container svg *:focus,.cpu-card-chart-container svg *:focus-visible{outline:none!important;border:none!important}.cpu-card-empty{display:flex;align-items:center;justify-content:center;height:calc(100% - 36px);font-size:13px;color:#9ca3af}.cpu-card-tooltip{background:#fff;border-radius:14px;padding:10px 14px;border:1px solid #e5e7eb;box-shadow:0 4px 16px #0f172a26,0 0 0 1px #fffc;min-width:210px}.cpu-card-tooltip-header{font-size:12px;font-weight:600;color:#111827;padding-bottom:6px;margin-bottom:6px;border-bottom:1px solid #f3f4f6}.cpu-card-tooltip-body{display:flex;flex-direction:column;gap:4px}.cpu-card-tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.cpu-card-tooltip-left{display:flex;align-items:center;gap:6px}.cpu-card-tooltip-dot{width:8px;height:8px;border-radius:999px}.cpu-card-tooltip-label{font-size:11px;font-weight:500;color:#6b7280}.cpu-card-tooltip-value{font-size:11px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums}[data-theme=dark] .cpu-card{background:#1e293b;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003,0 0 0 1px #ffffff0d}[data-theme=dark] .cpu-card:before{background:linear-gradient(135deg,#22e78326,#22e78314)}[data-theme=dark] .cpu-card:hover{box-shadow:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d,0 0 0 1px #22e7834d,0 0 20px #22e78326}[data-theme=dark] .cpu-card:focus{box-shadow:0 1px 2px #0000004d,0 8px 24px #0000004d}[data-theme=dark] .cpu-card-title{color:#94a3b8}[data-theme=dark] .cpu-card-grid-bg{background-image:radial-gradient(#334155 1px,transparent 0);opacity:.6}[data-theme=dark] .cpu-card-empty{color:#64748b}[data-theme=dark] .pill{color:#94a3b8}[data-theme=dark] .pill-muted{border-color:#334155;background:#1e293b}[data-theme=dark] .pill-active{border-color:#e2e8f0;background:#e2e8f0;color:#0f172a}[data-theme=dark] .cpu-card-tooltip{background:#1e293b;border-color:#334155;box-shadow:0 4px 16px #0006,0 0 0 1px #ffffff0d}[data-theme=dark] .cpu-card-tooltip-header{color:#f1f5f9;border-bottom-color:#334155}[data-theme=dark] .cpu-card-tooltip-label{color:#94a3b8}[data-theme=dark] .cpu-card-tooltip-value{color:#f1f5f9}.cpu-card-fullscreen-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#0000000d;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .2s ease}.cpu-card-fullscreen-btn:hover{background:#0000001a;color:#374151}[data-theme=dark] .cpu-card-fullscreen-btn{background:#ffffff1a;color:#94a3b8}[data-theme=dark] .cpu-card-fullscreen-btn:hover{background:#ffffff26;color:#e2e8f0}.chart-fullscreen-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}.chart-fullscreen-modal{background:#fff;border-radius:16px;width:100%;height:100%;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #00000080;animation:scaleIn .2s ease}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}[data-theme=dark] .chart-fullscreen-modal{background:#1e293b}.chart-fullscreen-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e5e7eb}[data-theme=dark] .chart-fullscreen-header{border-bottom-color:#334155}.chart-fullscreen-title{font-size:20px;font-weight:600;color:#111827;margin:0}[data-theme=dark] .chart-fullscreen-title{color:#f1f5f9}.chart-fullscreen-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#0000000d;border-radius:10px;cursor:pointer;color:#6b7280;transition:all .2s ease}.chart-fullscreen-close:hover{background:#ef44441a;color:#ef4444}[data-theme=dark] .chart-fullscreen-close{background:#ffffff1a;color:#94a3b8}[data-theme=dark] .chart-fullscreen-close:hover{background:#ef444433;color:#f87171}.chart-fullscreen-content{flex:1;padding:24px;overflow:hidden}.chart-fullscreen-content .cpu-card-chart-container,.chart-fullscreen-content .memory-card-chart-container{height:100%!important;min-height:unset}.memory-card{position:relative;background:#fff;border-radius:18px;padding:14px 18px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 1px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden;outline:none}.memory-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,#22e7831a,#22e7830d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;opacity:0;transition:opacity .3s ease}.memory-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d,0 0 0 1px #22e78333,0 0 20px #22e7831a;transform:translateY(-2px)}.memory-card:hover:before{opacity:1}.memory-card:focus{outline:none;box-shadow:0 1px 2px #0f172a0f,0 8px 24px #0f172a0f}.memory-card-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.memory-card-title{font-size:16px;font-weight:300;color:#6b7280;letter-spacing:.02em}.memory-card-grid-bg{position:absolute;top:46px;right:14px;bottom:16px;left:14px;pointer-events:none;border-radius:14px;background-image:radial-gradient(#e5e7eb 1px,transparent 0);background-size:10px 10px;opacity:.7}.memory-card-chart-container{position:relative;z-index:1;height:calc(100% - 40px);min-height:300px;outline:none}.memory-card-chart-container:focus{outline:none}.memory-card-chart-container *{outline:none}.memory-card-chart-container *:focus{outline:none}.memory-card-chart-container svg:focus,.memory-card-chart-container svg:focus-visible,.memory-card-chart-container svg *:focus,.memory-card-chart-container svg *:focus-visible{outline:none!important;border:none!important;box-shadow:none!important}.memory-card-chart-container *{outline:none!important}.memory-card-chart-container *:focus,.memory-card-chart-container *:focus-visible{outline:none!important;border:none!important;box-shadow:none!important}.memory-card-chart-container svg,.memory-card-chart-container svg *{outline:none!important}.memory-card-chart-container svg:focus,.memory-card-chart-container svg:focus-visible,.memory-card-chart-container svg *:focus,.memory-card-chart-container svg *:focus-visible{outline:none!important;border:none!important}.memory-card-empty{display:flex;align-items:center;justify-content:center;height:calc(100% - 36px);font-size:13px;color:#9ca3af}.memory-card-tooltip{background:#fff;border-radius:14px;padding:10px 14px;border:1px solid #e5e7eb;box-shadow:0 4px 16px #0f172a26,0 0 0 1px #fffc;min-width:210px}.memory-card-tooltip-header{font-size:12px;font-weight:600;color:#111827;padding-bottom:6px;margin-bottom:6px;border-bottom:1px solid #f3f4f6}.memory-card-tooltip-body{display:flex;flex-direction:column;gap:4px}.memory-card-tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.memory-card-tooltip-left{display:flex;align-items:center;gap:6px}.memory-card-tooltip-dot{width:8px;height:8px;border-radius:999px}.memory-card-tooltip-label{font-size:11px;font-weight:500;color:#6b7280}.memory-card-tooltip-value{font-size:11px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums}[data-theme=dark] .memory-card{background:#1e293b;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003,0 0 0 1px #ffffff0d}[data-theme=dark] .memory-card:before{background:linear-gradient(135deg,#22e78326,#22e78314)}[data-theme=dark] .memory-card:hover{box-shadow:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d,0 0 0 1px #22e7834d,0 0 20px #22e78326}[data-theme=dark] .memory-card:focus{box-shadow:0 1px 2px #0000004d,0 8px 24px #0000004d}[data-theme=dark] .memory-card-title{color:#94a3b8}[data-theme=dark] .memory-card-grid-bg{background-image:radial-gradient(#334155 1px,transparent 0);opacity:.6}[data-theme=dark] .memory-card-empty{color:#64748b}[data-theme=dark] .memory-card-tooltip{background:#1e293b;border-color:#334155;box-shadow:0 4px 16px #0006,0 0 0 1px #ffffff0d}[data-theme=dark] .memory-card-tooltip-header{color:#f1f5f9;border-bottom-color:#334155}[data-theme=dark] .memory-card-tooltip-label{color:#94a3b8}[data-theme=dark] .memory-card-tooltip-value{color:#f1f5f9}.memory-card-fullscreen-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#0000000d;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .2s ease}.memory-card-fullscreen-btn:hover{background:#0000001a;color:#374151}[data-theme=dark] .memory-card-fullscreen-btn{background:#ffffff1a;color:#94a3b8}[data-theme=dark] .memory-card-fullscreen-btn:hover{background:#ffffff26;color:#e2e8f0}.resource-gauge-card{background:linear-gradient(165deg,#1e1e32,#151525,#12121f);border-radius:24px;border:1px solid rgba(255,255,255,.06);padding:24px;display:flex;flex-direction:column;gap:18px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 24px #0003,0 1px 2px #0000001a,inset 0 1px #ffffff0a;width:100%;box-sizing:border-box}.resource-gauge-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 20%,rgba(99,102,241,.08) 0%,transparent 50%);pointer-events:none}.resource-gauge-card:after{content:"";position:absolute;top:0;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent)}.resource-gauge-card:hover{border-color:#ffffff1a;transform:translateY(-4px);box-shadow:0 20px 50px #00000059,0 8px 20px #0003,0 0 0 1px #6366f11a,inset 0 1px #ffffff0f}.resource-gauge-header{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.gauge-header-left{display:flex;align-items:center;gap:12px}.gauge-title{font-size:22px;font-weight:700;color:#fff;letter-spacing:-.03em}.gauge-header-right{display:flex;align-items:baseline;gap:6px;padding:8px 14px;background:#14b8a61a;border-radius:12px;border:1px solid rgba(20,184,166,.15)}.gauge-current-value{font-size:18px;font-weight:700;color:#14b8a6;font-variant-numeric:tabular-nums}.gauge-separator{font-size:14px;color:#ffffff4d}.gauge-total-value{font-size:14px;font-weight:500;color:#ffffff80;font-variant-numeric:tabular-nums}.gauge-visual-section{display:flex;justify-content:center;padding:12px 0;position:relative;z-index:1}.gauge-svg-container{width:100%;max-width:280px;height:150px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.gauge-svg-container svg{width:100%;height:auto;max-width:280px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.3))}.gauge-svg-container svg path{transition:all .3s cubic-bezier(.4,0,.2,1)}.gauge-arc{transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.gauge-arc.arc-hovered{stroke-width:14px!important;opacity:1}.gauge-arc:not(.arc-hovered){opacity:.85}.gauge-tooltip{position:absolute;transform:translate(-50%,-100%);background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 16px;min-width:160px;box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffffff0d,0 0 20px rgba(var(--tooltip-color),.2);z-index:100;pointer-events:none;animation:tooltipFadeIn .2s ease-out}.gauge-tooltip:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:12px;height:12px;background:#0f172a;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,-90%)}to{opacity:1;transform:translate(-50%,-100%)}}.tooltip-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tooltip-dot{width:10px;height:10px;border-radius:50%;box-shadow:0 0 10px currentColor}.tooltip-label{font-size:13px;font-weight:600;color:#f1f5f9}.tooltip-value{font-size:22px;font-weight:800;color:#fff;margin-bottom:4px;font-variant-numeric:tabular-nums}.tooltip-percent{font-size:12px;font-weight:500;color:#94a3b8;margin-bottom:6px}.tooltip-desc{font-size:11px;color:#64748b;font-style:italic}.gauge-center-content{position:absolute;bottom:-5px;left:50%;transform:translate(-50%);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1px}.gauge-center-percent{font-size:16px;font-weight:700;color:#14b8a6;line-height:1;font-variant-numeric:tabular-nums}.gauge-center-label{font-size:7px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.08em}.gauge-legend{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 8px;position:relative;z-index:1;width:100%;max-width:100%;margin:0 auto;padding:0 4px;box-sizing:border-box}.legend-item{display:flex;flex-direction:row;align-items:center;transition:all .25s ease;background:#ffffff08;border-radius:4px;border:1px solid rgba(255,255,255,.05);min-width:0;overflow:visible;gap:6px;padding:6px 10px;position:relative}.legend-item:hover{background:#ffffff0f}.legend-item:hover .legend-dot{transform:scale(1.2)}.legend-item.legend-hovered .legend-dot{transform:scale(1.2);box-shadow:0 0 8px currentColor}.legend-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0;box-shadow:0 0 4px currentColor;transition:all .25s ease}.legend-label{font-size:3px;line-height:1.1;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legend-value{font-size:9px;line-height:1.1;font-weight:700;flex-shrink:0}.legend-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;padding:6px 10px;border-radius:6px;font-size:11px;font-weight:500;white-space:nowrap;z-index:1000;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;box-shadow:0 4px 12px #0000004d}.legend-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1a1a1a}.legend-item:hover .legend-tooltip{opacity:1;visibility:visible}.gauge-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;position:relative;z-index:1;width:100%}.gauge-metric-card{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible;min-width:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gauge-metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.gauge-metric-card:hover:before{opacity:1}.gauge-metric-card:hover{background:linear-gradient(145deg,#ffffff1a,#ffffff0a);border-color:#ffffff26;transform:translateY(-3px);box-shadow:0 12px 24px #0000004d,0 0 0 1px #ffffff0d}.metric-card-header{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10;gap:4px;flex-wrap:wrap}.metric-card-title{font-size:9px;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.metric-status-badge{font-size:7px;font-weight:700;padding:2px 6px;border-radius:20px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;box-shadow:0 2px 6px #0003}.metric-card-value{font-size:22px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.metric-card-bar{height:4px;background:#ffffff1a;border-radius:4px;overflow:hidden}.metric-card-bar-fill{height:100%;border-radius:4px;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px currentColor}.metric-card-desc{font-size:11px;font-weight:500;color:#ffffff73}.metric-title-with-info{display:flex;align-items:center;gap:4px;flex-shrink:0}.metric-info-icon{position:relative;display:flex;align-items:center;justify-content:center;color:#fff6;cursor:help;transition:color .2s ease;flex-shrink:0}.metric-info-icon:hover{color:#ffffffb3}.metric-info-tooltip{position:fixed;background:#1a1f2e;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:12px 14px;width:260px;box-shadow:0 8px 24px #0006;z-index:99999;animation:metricTooltipFadeIn .15s ease-out;white-space:normal;text-align:left;pointer-events:none}.metric-info-tooltip:after{display:none}@keyframes metricTooltipFadeIn{0%{opacity:0}to{opacity:1}}.info-tooltip-title{font-size:13px;font-weight:600;color:#fff;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.1)}.info-tooltip-desc{font-size:12px;color:#fffc;line-height:1.5;margin-bottom:10px}.info-tooltip-formula{font-size:11px;color:#60a5fa;font-weight:500;padding:6px 10px;background:#3b82f626;border-radius:4px;display:block;margin-bottom:8px;font-family:monospace}.info-tooltip-interpretation{font-size:11px;color:#fff9;line-height:1.4}[data-theme=light] .resource-gauge-card{background:linear-gradient(165deg,#fff,#f8fafc,#f1f5f9);border-color:#0000000f;box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a,inset 0 1px #fffc;--gauge-bg-color: #ffffff}[data-theme=light] .resource-gauge-card:before{background:radial-gradient(circle at 30% 20%,rgba(99,102,241,.05) 0%,transparent 50%)}[data-theme=light] .resource-gauge-card:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent)}[data-theme=light] .resource-gauge-card:hover{border-color:#00000014;box-shadow:0 20px 50px #0000001a,0 8px 20px #0000000f,0 0 0 1px #6366f114,inset 0 1px #ffffffe6}[data-theme=light] .gauge-title{color:#0f172a}[data-theme=light] .gauge-header-right{background:#14b8a614;border-color:#14b8a61f}[data-theme=light] .gauge-separator{color:#cbd5e1}[data-theme=light] .gauge-total-value{color:#64748b}[data-theme=light] .gauge-svg-container svg{filter:drop-shadow(0 4px 12px rgba(0,0,0,.08))}[data-theme=light] .gauge-center-percent{color:#0d9488}[data-theme=light] .gauge-center-label{color:#94a3b8}[data-theme=light] .legend-item{background:#00000005;border-color:#0000000f}[data-theme=light] .legend-item:hover{background:#0000000a}[data-theme=light] .legend-label{color:#64748b}[data-theme=light] .legend-value{color:#0f172a}[data-theme=light] .gauge-tooltip{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#00000014;box-shadow:0 20px 40px #0000001f,0 0 0 1px #0000000a}[data-theme=light] .gauge-tooltip:after{background:#f8fafc;border-color:#00000014}[data-theme=light] .tooltip-label,[data-theme=light] .tooltip-value{color:#0f172a}[data-theme=light] .tooltip-percent{color:#64748b}[data-theme=light] .tooltip-desc{color:#94a3b8}[data-theme=light] .gauge-metric-card{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 2px 8px #0000000a,0 1px 2px #00000005,inset 0 1px #fffc;padding:14px}[data-theme=light] .gauge-metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease}[data-theme=light] .gauge-metric-card:hover:before{opacity:1}[data-theme=light] .gauge-metric-card:hover{background:linear-gradient(145deg,#fff,#f1f5f9);border-color:#0000001a;box-shadow:0 8px 24px #00000014,0 4px 12px #0000000a,inset 0 1px #ffffffe6;transform:translateY(-2px)}[data-theme=light] .metric-card-title{color:#64748b;font-weight:700;font-size:9px;letter-spacing:.06em}[data-theme=light] .metric-card-bar{background:linear-gradient(90deg,#e2e8f0,#f1f5f9);height:4px;border-radius:4px}[data-theme=light] .metric-card-bar-fill{box-shadow:0 1px 3px currentColor;border-radius:4px}[data-theme=light] .metric-card-desc{color:#94a3b8;font-size:11px;font-weight:500}[data-theme=light] .metric-card-value{font-weight:800;font-size:22px;letter-spacing:-.03em}[data-theme=light] .metric-status-badge{font-weight:700;font-size:8px;padding:3px 8px;border-radius:20px;letter-spacing:.04em}[data-theme=light] .metric-info-icon{color:#9ca3af}[data-theme=light] .metric-info-icon:hover{color:#6b7280}[data-theme=light] .metric-info-tooltip{background:#fff;border-color:#0000001a;box-shadow:0 8px 24px #0000001f}[data-theme=light] .info-tooltip-title{color:#1e293b;border-bottom-color:#00000014}[data-theme=light] .info-tooltip-desc{color:#475569}[data-theme=light] .info-tooltip-formula{color:#2563eb;background:#2563eb1a}[data-theme=light] .info-tooltip-interpretation{color:#64748b}@media (max-width: 600px){.resource-gauge-card{padding:20px;border-radius:20px}.gauge-svg-container{max-width:200px;height:120px}.gauge-svg-container svg{max-width:200px}.gauge-legend{gap:3px 6px}.legend-item{gap:3px;padding:2px 4px}.legend-label{font-size:8px}.legend-value{font-size:9px}.legend-dot{width:5px;height:5px}.gauge-metrics-grid{grid-template-columns:1fr}}@media (max-width: 400px){.gauge-header-left{gap:8px}.gauge-title{font-size:18px}.gauge-header-right{padding:6px 10px}.gauge-current-value{font-size:14px}.gauge-center-percent{font-size:16px}.metric-card-value{font-size:18px}.legend-label{font-size:7px}.legend-value{font-size:8px}.legend-dot{width:4px;height:4px}}.time-range-selector{position:relative;display:inline-block}.time-range-button{display:flex;align-items:center;gap:8px;padding:8px 14px;background:transparent;border:1px solid #374151;border-radius:8px;font-size:13px;font-weight:500;color:#e5e7eb;cursor:pointer;transition:all .2s ease}.time-range-button:hover{background:#ffffff0d;border-color:#22e783}.time-range-button svg{flex-shrink:0;color:#22e783}.time-range-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#1a1a2e;border:1px solid #2d2d44;border-radius:12px;box-shadow:0 16px 48px #0006;min-width:600px;z-index:1000;overflow:hidden;animation:dropdownSlide .2s ease-out}.time-range-header{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#1a1a2e;border-bottom:1px solid #2d2d44;font-size:14px;font-weight:600;color:#f1f5f9}.time-range-header svg{color:#22e783}.time-range-close{margin-left:auto;background:transparent;border:none;font-size:20px;color:#6b7280;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .15s ease;line-height:1}.time-range-close:hover{background:#ffffff1a;color:#f1f5f9}.time-range-content{display:flex;padding:18px;gap:24px;background:#1a1a2e}.time-range-left{flex:0 0 180px}.time-range-section-title{font-size:11px;font-weight:600;color:#9ca3af;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}.time-range-section-title:after{display:none}.time-range-presets{display:flex;flex-direction:column;gap:4px}.time-range-preset{padding:10px 14px;text-align:left;background:transparent;border:1px solid transparent;border-radius:8px;font-size:13px;font-weight:500;color:#d1d5db;cursor:pointer;transition:all .15s ease}.time-range-preset:before{display:none}.time-range-preset:hover{background:#ffffff0d;color:#f1f5f9;transform:none}.time-range-preset.active{background:#22e7831a;border-color:#22e783;color:#22e783;font-weight:600;box-shadow:none}.time-range-right{flex:1;display:flex;flex-direction:column;gap:18px}.time-range-custom-relative{padding-bottom:16px;border-bottom:1px solid #2d2d44}.time-range-relative-row{display:flex;align-items:center;gap:12px}.time-range-relative-label{font-size:14px;font-weight:500;color:#d1d5db}.time-range-relative-input{width:80px;padding:10px 12px;border:1px solid #374151;border-radius:8px;font-size:14px;font-weight:600;color:#f1f5f9;background:#0f0f1a;text-align:center;transition:all .15s ease}.time-range-relative-input:hover{border-color:#4b5563}.time-range-relative-input:focus{outline:none;border-color:#22e783;box-shadow:0 0 0 2px #22e78333}.time-range-relative-input::-webkit-outer-spin-button,.time-range-relative-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.time-range-relative-input[type=number]{-moz-appearance:textfield}.time-range-relative-select{padding:10px 14px;border:1px solid #374151;border-radius:8px;font-size:14px;font-weight:500;color:#f1f5f9;background:#0f0f1a;cursor:pointer;transition:all .15s ease;min-width:110px}.time-range-relative-select:hover{border-color:#4b5563}.time-range-relative-select:focus{outline:none;border-color:#22e783;box-shadow:0 0 0 2px #22e78333}.time-range-custom{display:flex;flex-direction:column;gap:14px}.time-range-input-group{display:flex;flex-direction:column;gap:8px}.time-range-input-group label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.time-range-datetime-inputs{display:flex;gap:10px}.time-range-mui-date-input{flex:1;min-width:140px}.time-range-mui-time-input{width:120px}.time-range-mui-date-input .MuiInputBase-input,.time-range-mui-time-input .MuiInputBase-input{padding:8px 12px!important;font-size:13px!important;color:#0f172a!important}.time-range-mui-date-input .MuiOutlinedInput-root,.time-range-mui-time-input .MuiOutlinedInput-root{padding-right:8px;background:#fff}.time-range-mui-date-input .MuiOutlinedInput-notchedOutline,.time-range-mui-time-input .MuiOutlinedInput-notchedOutline{border-color:#e2e8f0}.time-range-mui-date-input .MuiIconButton-root,.time-range-mui-time-input .MuiIconButton-root{color:#64748b}[data-theme=dark] .time-range-mui-date-input .MuiInputBase-input,[data-theme=dark] .time-range-mui-time-input .MuiInputBase-input{color:#f1f5f9!important}[data-theme=dark] .time-range-mui-date-input .MuiOutlinedInput-root,[data-theme=dark] .time-range-mui-time-input .MuiOutlinedInput-root{background:#0f0f1a}[data-theme=dark] .time-range-mui-date-input .MuiOutlinedInput-notchedOutline,[data-theme=dark] .time-range-mui-time-input .MuiOutlinedInput-notchedOutline{border-color:#374151}[data-theme=dark] .time-range-mui-date-input .MuiIconButton-root,[data-theme=dark] .time-range-mui-time-input .MuiIconButton-root{color:#9ca3af}.time-range-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#151521;border-top:1px solid #2d2d44}.time-range-timezone{display:flex;align-items:center;gap:8px;font-size:13px;color:#9ca3af}.time-range-timezone svg{color:#6b7280}.time-range-timezone-select{padding:8px 12px;border:1px solid #374151;border-radius:6px;font-size:12px;font-weight:500;color:#d1d5db;background:#0f0f1a;cursor:pointer;transition:all .15s ease}.time-range-timezone-select:hover{border-color:#4b5563}.time-range-timezone-select:focus{outline:none;border-color:#22e783}.time-range-actions{display:flex;gap:10px}.time-range-cancel,.time-range-apply{padding:10px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.time-range-cancel{background:transparent;border:1px solid #374151;color:#d1d5db}.time-range-cancel:hover{background:#ffffff0d;border-color:#4b5563;color:#f1f5f9}.time-range-apply{background:#a78bfa;border:none;color:#1e1b4b}.time-range-apply:hover{background:#8b5cf6}[data-theme=light] .time-range-button{background:#fff;border-color:#e2e8f0;color:#475569}[data-theme=light] .time-range-button:hover{background:#f8fafc;border-color:#22e783}[data-theme=light] .time-range-dropdown{background:#fff;border-color:#e2e8f0;box-shadow:0 16px 48px #00000026}[data-theme=light] .time-range-header{background:#f8fafc;border-bottom-color:#e2e8f0;color:#0f172a}[data-theme=light] .time-range-close{color:#94a3b8}[data-theme=light] .time-range-close:hover{background:#f1f5f9;color:#475569}[data-theme=light] .time-range-content{background:#fff}[data-theme=light] .time-range-section-title{color:#64748b}[data-theme=light] .time-range-preset{color:#475569}[data-theme=light] .time-range-preset:hover{background:#f8fafc;color:#0f172a}[data-theme=light] .time-range-preset.active{background:#22e7831a;border-color:#22e783;color:#16a34a}[data-theme=light] .time-range-custom-relative{border-bottom-color:#e2e8f0}[data-theme=light] .time-range-relative-label{color:#475569}[data-theme=light] .time-range-relative-input,[data-theme=light] .time-range-relative-select{background:#fff;border-color:#e2e8f0;color:#0f172a}[data-theme=light] .time-range-relative-input:hover,[data-theme=light] .time-range-relative-select:hover{border-color:#cbd5e1}[data-theme=light] .time-range-input-group label{color:#64748b}[data-theme=light] .time-range-footer{background:#f8fafc;border-top-color:#e2e8f0}[data-theme=light] .time-range-timezone{color:#64748b}[data-theme=light] .time-range-timezone-select,[data-theme=light] .time-range-cancel{background:#fff;border-color:#e2e8f0;color:#475569}[data-theme=light] .time-range-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.time-range-mui-date-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.time-range-mui-time-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.time-range-datetime-inputs .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.time-range-datetime-inputs .MuiOutlinedInput-root.Mui-focused>.MuiOutlinedInput-notchedOutline,.time-range-custom .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#cbd5e1!important;border-width:1px!important}.time-range-mui-date-input .MuiOutlinedInput-root.Mui-focused,.time-range-mui-time-input .MuiOutlinedInput-root.Mui-focused,.time-range-datetime-inputs .MuiOutlinedInput-root.Mui-focused{box-shadow:none!important}.time-range-selector .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#cbd5e1!important;border-width:1px!important}.time-range-selector .MuiOutlinedInput-notchedOutline{border-width:1px!important}[data-theme=dark] .time-range-mui-date-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,[data-theme=dark] .time-range-mui-time-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,[data-theme=dark] .time-range-selector .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#4b5563!important;border-width:1px!important}[data-theme=light] .time-range-mui-date-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,[data-theme=light] .time-range-mui-time-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,[data-theme=light] .time-range-selector .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#cbd5e1!important;border-width:1px!important}.chart-skeleton{position:relative;background:#fff;border-radius:18px;padding:14px 18px;box-shadow:0 1px 2px #0f172a0f,0 8px 24px #0f172a0f;overflow:hidden}.chart-skeleton-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.chart-skeleton-title{width:60px;height:16px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s infinite}.chart-skeleton-grid-bg{position:absolute;top:46px;right:14px;bottom:16px;left:14px;pointer-events:none;border-radius:14px;background-image:radial-gradient(#e5e7eb 1px,transparent 0);background-size:10px 10px;opacity:.3}.chart-skeleton-content{position:relative;z-index:1;height:calc(100% - 40px);min-height:300px;padding:20px 0}.chart-skeleton-chart{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:8px}.chart-skeleton-line{height:2px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;border-radius:2px;animation:shimmer 1.5s infinite;opacity:.6}.chart-skeleton-line:nth-child(1){width:100%;animation-delay:0s}.chart-skeleton-line:nth-child(2){width:85%;animation-delay:.2s}.chart-skeleton-line:nth-child(3){width:70%;animation-delay:.4s}.chart-skeleton-line:nth-child(4){width:55%;animation-delay:.6s}[data-theme=dark] .chart-skeleton{background:#1e293b;box-shadow:0 1px 2px #0000004d,0 8px 24px #0000004d}[data-theme=dark] .chart-skeleton-title{background:linear-gradient(90deg,#334155,#475569,#334155);background-size:200% 100%}[data-theme=dark] .chart-skeleton-grid-bg{background-image:radial-gradient(#334155 1px,transparent 0)}[data-theme=dark] .chart-skeleton-line{background:linear-gradient(90deg,#334155,#475569,#334155);background-size:200% 100%}.metric-card-skeleton{background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:16px}.metric-card-skeleton-left{display:flex;align-items:center;gap:16px}.metric-card-skeleton-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite}.metric-card-skeleton-content{display:flex;flex-direction:column;gap:8px;flex:1}.metric-card-skeleton-label{width:80px;height:14px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s infinite}.metric-card-skeleton-value{width:120px;height:24px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s infinite;animation-delay:.2s}.metric-card-skeleton-chart{width:100%;height:60px;position:relative;overflow:hidden}.metric-card-skeleton-chart-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:.4s}.metric-card-skeleton-progress{width:100%;height:12px;background:#f1f5f9;border-radius:6px;overflow:hidden}.metric-card-skeleton-progress-bar{height:100%;width:65%;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;animation-delay:.6s}[data-theme=dark] .metric-card-skeleton{background:#1e293b;border-color:#334155;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .metric-card-skeleton-icon,[data-theme=dark] .metric-card-skeleton-label,[data-theme=dark] .metric-card-skeleton-value,[data-theme=dark] .metric-card-skeleton-chart-line{background:linear-gradient(90deg,#334155,#475569,#334155);background-size:200% 100%}[data-theme=dark] .metric-card-skeleton-progress{background:#0f172a}[data-theme=dark] .metric-card-skeleton-progress-bar{background:linear-gradient(90deg,#334155,#475569,#334155);background-size:200% 100%}.radial-chart-skeleton{background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:16px;height:100%}.radial-chart-skeleton-title{width:50px;height:16px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s infinite}.radial-chart-skeleton-chart{position:relative;width:200px;height:200px;margin:0 auto;display:flex;align-items:center;justify-content:center}.radial-chart-skeleton-ring{position:absolute;border-radius:50%;border:20px solid;border-color:#f0f0f0;animation:shimmer-ring 1.5s infinite}.radial-chart-skeleton-ring:nth-child(1){width:200px;height:200px;border-color:#f0f0f0;animation-delay:0s}.radial-chart-skeleton-ring:nth-child(2){width:160px;height:160px;border-color:#e8e8e8;animation-delay:.2s}.radial-chart-skeleton-ring:nth-child(3){width:120px;height:120px;border-color:#e0e0e0;animation-delay:.4s}.radial-chart-skeleton-ring:nth-child(4){width:80px;height:80px;border-color:#d8d8d8;animation-delay:.6s}.radial-chart-skeleton-labels{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:16px}.radial-chart-skeleton-label{width:80px;height:40px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;border-radius:6px;animation:shimmer 1.5s infinite}.radial-chart-skeleton-label:nth-child(1){animation-delay:0s}.radial-chart-skeleton-label:nth-child(2){animation-delay:.2s}.radial-chart-skeleton-label:nth-child(3){animation-delay:.4s}.radial-chart-skeleton-label:nth-child(4){animation-delay:.6s}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shimmer-ring{0%,to{opacity:.3}50%{opacity:.6}}[data-theme=dark] .radial-chart-skeleton{background:#1e293b;border-color:#334155;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .radial-chart-skeleton-title{background:linear-gradient(90deg,#334155,#475569,#334155);background-size:200% 100%}[data-theme=dark] .radial-chart-skeleton-ring{border-color:#334155}[data-theme=dark] .radial-chart-skeleton-ring:nth-child(1){border-color:#334155}[data-theme=dark] .radial-chart-skeleton-ring:nth-child(2){border-color:#3d4f66}[data-theme=dark] .radial-chart-skeleton-ring:nth-child(3){border-color:#475569}[data-theme=dark] .radial-chart-skeleton-ring:nth-child(4){border-color:#526077}[data-theme=dark] .radial-chart-skeleton-label{background:linear-gradient(90deg,#334155,#475569,#334155);background-size:200% 100%}.cluster-config-container{display:flex;flex-direction:column;gap:24px}.cluster-config-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.cluster-config-title-section h2{margin:0;font-size:26px;font-weight:700;color:#0f172a;letter-spacing:-.025em;background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cluster-config-title-section p{margin:8px 0 0;font-size:14px;color:#64748b}.cluster-config-add-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#22e783,#1cc973);color:#000;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #22e7834d}.cluster-config-add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22e78366}.cluster-config-add-btn:active{transform:translateY(0)}.cluster-config-list{min-height:400px}.cluster-config-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 20px;color:#64748b}.cluster-config-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#22e783;border-radius:50%;animation:spin 1s linear infinite}.cluster-config-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 20px;background:linear-gradient(135deg,#fff,#fafbfc);border-radius:20px;border:2px dashed #e2e8f0;color:#64748b;text-align:center}.cluster-config-empty h3{margin:0;font-size:18px;font-weight:600;color:#334155}.cluster-config-empty p{margin:0;font-size:14px}.cluster-config-empty svg{color:#cbd5e1}.cluster-config-table-wrapper{background:linear-gradient(135deg,#fff,#fafbfc);border-radius:16px;border:1px solid rgba(226,232,240,.8);box-shadow:0 2px 4px #00000005,0 4px 8px #00000005;overflow:hidden}.cluster-config-table{width:100%;border-collapse:collapse}.cluster-config-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.cluster-config-table th{padding:14px 16px;text-align:left;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.cluster-config-table th:last-child{text-align:center}.cluster-config-table tbody tr{transition:background .2s ease}.cluster-config-table tbody tr:hover{background:#22e7830a}.cluster-config-table tbody tr:not(:last-child){border-bottom:1px solid #f1f5f9}.cluster-config-table td{padding:16px;font-size:14px;color:#0f172a;vertical-align:middle}.cluster-name-cell{display:flex;align-items:center;gap:12px}.cluster-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#fff4e6,#ffe8cc);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cluster-name-info{display:flex;flex-direction:column;gap:2px;min-width:0}.cluster-name{font-size:14px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cluster-id{font-size:11px;color:#64748b;font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.account-value{font-family:monospace;font-size:13px;color:#475569}.region-value{font-size:13px;color:#475569}.date-value{font-size:13px;color:#64748b}.no-value{color:#cbd5e1}.env-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:capitalize}.env-badge.env-production{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.env-badge.env-staging{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.env-badge.env-development{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.env-badge.env-testing{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4f46e5}.env-badge.env-sandbox{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#9333ea}.tags-cell{display:flex;flex-wrap:wrap;gap:4px}.cluster-tag{padding:3px 8px;border-radius:4px;font-size:10px;font-weight:600}.cluster-tag.tag-1{background:#dcfce7;color:#166534}.cluster-tag.tag-2{background:#dbeafe;color:#1e40af}.cluster-tag.tag-3{background:#fef3c7;color:#92400e}.cluster-tag.tag-4{background:#f3e8ff;color:#6b21a8}.cluster-tag.tag-5{background:#fce7f3;color:#9d174d}.cluster-tag-more{padding:3px 8px;border-radius:4px;font-size:10px;font-weight:600;background:#f1f5f9;color:#64748b}.table-actions{display:flex;gap:6px;justify-content:center}.table-action-btn{width:32px;height:32px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.table-action-btn.edit{background:#f0f9ff;color:#0284c7}.table-action-btn.edit:hover{background:#0284c7;color:#fff}.table-action-btn.delete{background:#fef2f2;color:#dc2626}.table-action-btn.delete:hover{background:#dc2626;color:#fff}.cluster-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cluster-form-modal{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cluster-form-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e2e8f0}.cluster-form-header h3{margin:0;font-size:20px;font-weight:600;color:#0f172a}.cluster-form-close{width:36px;height:36px;border-radius:8px;border:none;background:#f1f5f9;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cluster-form-close:hover{background:#e2e8f0;color:#0f172a}.cluster-form{padding:24px;display:flex;flex-direction:column;gap:20px}.cluster-form-error{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:14px}.cluster-form-success{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;color:#16a34a;font-size:14px}.cluster-form-group{display:flex;flex-direction:column;gap:8px}.cluster-form-group label{font-size:13px;font-weight:600;color:#374151}.cluster-form-group input,.cluster-form-group select{padding:12px 16px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:14px;color:#0f172a;background:#fff;transition:all .2s ease}.cluster-form-group input:focus,.cluster-form-group select:focus{outline:none;border-color:#22e783;box-shadow:0 0 0 3px #22e7831a}.cluster-form-group input.error,.cluster-form-group select.error{border-color:#dc2626}.cluster-form-group input:disabled,.cluster-form-group select:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.cluster-form-group input::placeholder{color:#94a3b8}.cluster-form-field-error{font-size:12px;color:#dc2626}.cluster-form-hint{font-size:12px;color:#64748b}.cluster-form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:8px}.cluster-form-cancel{padding:12px 24px;background:#f1f5f9;color:#64748b;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.cluster-form-cancel:hover{background:#e2e8f0;color:#0f172a}.cluster-form-submit{padding:12px 24px;background:linear-gradient(135deg,#22e783,#1cc973);color:#000;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #22e7834d}.cluster-form-submit:hover{transform:translateY(-1px);box-shadow:0 6px 16px #22e78366}.cluster-delete-modal{background:#fff;border-radius:20px;padding:32px;text-align:center;max-width:400px;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}.cluster-delete-icon{width:80px;height:80px;border-radius:50%;background:#fef2f2;color:#dc2626;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.cluster-delete-modal h3{margin:0 0 12px;font-size:20px;font-weight:600;color:#0f172a}.cluster-delete-modal p{margin:0 0 24px;font-size:14px;color:#64748b;line-height:1.6}.cluster-delete-actions{display:flex;gap:12px;justify-content:center}.cluster-delete-cancel{padding:12px 24px;background:#f1f5f9;color:#64748b;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.cluster-delete-cancel:hover{background:#e2e8f0;color:#0f172a}.cluster-delete-confirm{padding:12px 24px;background:#dc2626;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.cluster-delete-confirm:hover{background:#b91c1c}[data-theme=dark] .cluster-config-title-section h2{background:linear-gradient(135deg,#f1f5f9,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .cluster-config-title-section p{color:#94a3b8}[data-theme=dark] .cluster-config-empty{background:linear-gradient(135deg,#1e1e2e,#252538);border-color:#ffffff1a}[data-theme=dark] .cluster-config-empty h3{color:#f1f5f9}[data-theme=dark] .cluster-config-empty svg{color:#475569}[data-theme=dark] .cluster-config-table-wrapper{background:linear-gradient(135deg,#1e1e2e,#252538);border-color:#ffffff14}[data-theme=dark] .cluster-config-table thead{background:linear-gradient(135deg,#252538,#1e1e2e)}[data-theme=dark] .cluster-config-table th{color:#64748b;border-bottom-color:#ffffff14}[data-theme=dark] .cluster-config-table tbody tr:hover{background:#22e7830f}[data-theme=dark] .cluster-config-table tbody tr:not(:last-child){border-bottom-color:#ffffff0f}[data-theme=dark] .cluster-config-table td,[data-theme=dark] .cluster-name{color:#f1f5f9}[data-theme=dark] .cluster-id,[data-theme=dark] .account-value,[data-theme=dark] .region-value{color:#94a3b8}[data-theme=dark] .date-value{color:#64748b}[data-theme=dark] .no-value{color:#475569}[data-theme=dark] .cluster-tag-more{background:#ffffff1a;color:#94a3b8}[data-theme=dark] .table-action-btn.edit{background:#0284c726}[data-theme=dark] .table-action-btn.delete{background:#dc262626}[data-theme=dark] .cluster-form-modal,[data-theme=dark] .cluster-delete-modal{background:#1e1e2e}[data-theme=dark] .cluster-form-header{border-bottom-color:#ffffff14}[data-theme=dark] .cluster-form-header h3,[data-theme=dark] .cluster-delete-modal h3{color:#f1f5f9}[data-theme=dark] .cluster-form-group label{color:#e2e8f0}[data-theme=dark] .cluster-form-group input,[data-theme=dark] .cluster-form-group select{background:#ffffff0d;border-color:#ffffff1a;color:#f1f5f9}[data-theme=dark] .cluster-form-group input:focus,[data-theme=dark] .cluster-form-group select:focus{border-color:#22e783}[data-theme=dark] .cluster-form-group input:disabled,[data-theme=dark] .cluster-form-group select:disabled{background:#ffffff08;color:#64748b}[data-theme=dark] .cluster-form-close,[data-theme=dark] .cluster-form-cancel,[data-theme=dark] .cluster-delete-cancel{background:#ffffff1a;color:#94a3b8}[data-theme=dark] .cluster-form-close:hover,[data-theme=dark] .cluster-form-cancel:hover,[data-theme=dark] .cluster-delete-cancel:hover{background:#ffffff26;color:#f1f5f9}[data-theme=dark] .cluster-delete-icon{background:#dc262626}[data-theme=dark] .cluster-delete-modal p{color:#94a3b8}.worker-nodes-dashboard{padding:24px;min-height:100%}.worker-nodes-dashboard.embedded{padding:0}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.header-icon{width:48px;height:48px;padding:12px;background:linear-gradient(135deg,#22e783,#16a34a);border-radius:12px;color:#fff}.header-actions{display:flex;align-items:center;gap:12px}.last-updated{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b}.summary-cards{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);overflow-x:auto;gap:10px;padding-bottom:6px}.summary-card{flex:1;min-width:0;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:10px;padding:12px;display:flex;gap:8px;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a,0 1px 2px #00000005}.summary-card:hover{box-shadow:0 6px 16px #0000000f,0 2px 6px #00000008;transform:translateY(-2px);border-color:#cbd5e1}.card-icon-wrapper{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #0000000f}.card-icon-wrapper svg{width:16px;height:16px}.card-icon-wrapper.nodes{background:linear-gradient(135deg,#22c55e1f,#16a34a2e);color:#22c55e}.card-icon-wrapper.cpu{background:linear-gradient(135deg,#3b82f61f,#2563eb2e);color:#3b82f6}.card-icon-wrapper.memory{background:linear-gradient(135deg,#a78bfa1f,#8b5cf62e);color:#a78bfa}.card-icon-wrapper.pods{background:linear-gradient(135deg,#f59e0b1f,#d977062e);color:#f59e0b}.card-content{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.card-label{font-size:9px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.card-value{font-size:18px;font-weight:800;color:#0f172a;line-height:1.2;letter-spacing:-.02em}.card-details{display:flex;gap:6px;margin-top:1px}.card-details .detail{display:flex;align-items:center;gap:2px;font-size:10px;font-weight:500}.card-details .detail svg{width:9px;height:9px}.card-details .detail.ready{color:#22c55e}.card-details .detail.not-ready{color:#ef4444}.card-progress{height:4px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0);border-radius:2px;overflow:hidden;margin-top:4px;box-shadow:inset 0 1px 2px #0000000a}.progress-fill{height:100%;border-radius:3px;transition:width .4s cubic-bezier(.4,0,.2,1)}.card-detail-text{font-size:10px;color:#64748b;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-detail-text.requested{font-size:9px;color:#94a3b8;margin-top:0}.charts-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.chart-card{background:linear-gradient(180deg,#fff,#fafbfc);border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 1px 2px #00000005;transition:all .3s cubic-bezier(.4,0,.2,1)}.chart-card:hover{box-shadow:0 8px 20px #0000000f,0 4px 8px #00000008;border-color:#cbd5e1}.chart-header{padding:18px 24px;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#fafbfc,#fff)}.chart-header h3{font-size:15px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.chart-content{padding:24px}.node-types-list-wrapper{position:relative}.node-types-list{display:flex;flex-direction:column;gap:16px;max-height:240px;overflow-y:auto;padding-right:12px;scrollbar-width:thin;scrollbar-color:#a78bfa #e2e8f0}.node-types-list::-webkit-scrollbar{width:8px;-webkit-appearance:none}.node-types-list::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px}.node-types-list::-webkit-scrollbar-thumb{background:#a78bfa;border-radius:4px;min-height:40px}.node-types-list::-webkit-scrollbar-thumb:hover{background:#8b5cf6}.scroll-indicator{display:flex;align-items:center;justify-content:center;padding:8px 0 0;margin-top:8px;border-top:1px dashed #e2e8f0}.scroll-indicator span{font-size:11px;font-weight:500;color:#94a3b8;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:4px 12px;border-radius:12px}.node-type-item{display:flex;align-items:center;gap:14px;padding:12px 14px;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9;transition:all .2s ease}.node-type-item:hover{background:#f1f5f9;border-color:#e2e8f0}.type-info{width:160px;flex-shrink:0}.type-name{display:block;font-size:13px;font-weight:700;color:#0f172a;font-family:SF Mono,Monaco,Cascadia Code,monospace}.type-count{display:block;font-size:11px;color:#64748b;font-weight:500;margin-top:2px}.type-bar{flex:1;height:10px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0);border-radius:5px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000a}.type-bar-fill{height:100%;background:linear-gradient(90deg,#a78bfa,#8b5cf6);border-radius:5px;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #8b5cf64d}.type-percent{width:48px;text-align:right;font-size:13px;font-weight:700;color:#5b21b6;background:#ede9fe;padding:4px 8px;border-radius:6px}.health-ring-container{display:flex;justify-content:center;margin-bottom:24px}.health-ring{width:160px;height:160px;filter:drop-shadow(0 4px 12px rgba(34,197,94,.15))}.ring-bg{stroke:#e2e8f0}.ring-fill{stroke:#22c55e;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1)}.ring-value{font-size:28px;font-weight:800;fill:#0f172a;letter-spacing:-.02em}.ring-label{font-size:13px;font-weight:600;fill:#22c55e}.health-legend{display:flex;justify-content:center;gap:32px}.legend-item{display:flex;align-items:center;gap:10px;background:#f8fafc;padding:10px 16px;border-radius:10px;border:1px solid #e2e8f0}.legend-dot{width:12px;height:12px;border-radius:50%;box-shadow:0 2px 4px #0000001a}.legend-dot.ready{background:linear-gradient(135deg,#22c55e,#16a34a)}.legend-dot.not-ready{background:linear-gradient(135deg,#ef4444,#dc2626)}.legend-label{font-size:13px;font-weight:500;color:#64748b}.legend-value{font-size:14px;font-weight:700;color:#0f172a}.top-nodes-section{background:linear-gradient(180deg,#fff,#fafbfc);border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000a,0 1px 2px #00000005;transition:all .3s cubic-bezier(.4,0,.2,1)}.top-nodes-section:hover{box-shadow:0 8px 20px #0000000f,0 4px 8px #00000008;border-color:#cbd5e1}.section-header h3{font-size:15px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.top-nodes-table-container{overflow-x:auto;flex:1}.top-nodes-table{width:100%;border-collapse:collapse;font-size:14px}.top-nodes-table th{text-align:left;padding:14px 18px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;font-weight:700;color:#475569;font-size:11px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.top-nodes-table td{padding:14px 18px;border-bottom:1px solid #f1f5f9;color:#0f172a;vertical-align:middle}.top-nodes-table tbody tr{transition:all .15s ease}.top-nodes-table tbody tr:hover{background:linear-gradient(90deg,#faf5ff,#f8fafc)}.top-nodes-table .node-name-cell{display:flex;align-items:center;gap:10px}.top-nodes-table .node-status{width:8px;height:8px;border-radius:50%;flex-shrink:0}.top-nodes-table .node-status.ready{background:#22c55e}.top-nodes-table .node-status.not-ready{background:#ef4444}.top-nodes-table .node-name{font-size:13px;font-weight:500;color:#0f172a;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top-nodes-table .node-type-cell{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px;color:#64748b}.top-nodes-table .utilization-cell{min-width:120px}.top-nodes-table .util-bar-wrapper{display:flex;align-items:center;gap:10px}.top-nodes-table .util-bar{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;min-width:60px}.top-nodes-table .util-bar-fill{height:100%;border-radius:3px;transition:width .3s ease}.top-nodes-table .util-percent{font-size:12px;font-weight:600;min-width:48px;text-align:right}.top-nodes-table .pods-cell{font-weight:500;color:#64748b;text-align:center}.section-header{display:flex;align-items:center;gap:12px;padding:18px 24px;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#fafbfc,#fff)}.section-header .section-icon{width:22px;height:22px}.section-header .section-icon.danger{color:#ef4444}.section-header .section-icon.warning{color:#f59e0b}.section-header .section-count{margin-left:auto;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700;padding:6px 12px;border-radius:20px;border:1px solid #e2e8f0}.top-nodes-section.at-risk .section-header{border-bottom-color:#ef444426;background:linear-gradient(180deg,#fef2f2,#fff)}.top-nodes-section.at-risk .section-count{background:#fef2f2;color:#dc2626;border-color:#fecaca}.underutilized-section{margin-bottom:24px}.top-nodes-section.underutilized .section-header{border-bottom-color:#f59e0b26;background:linear-gradient(180deg,#fffbeb,#fff)}.top-nodes-section.underutilized .section-count{background:#fffbeb;color:#d97706;border-color:#fde68a}.top-nodes-table .reason-cell{font-size:12px;font-weight:500;white-space:nowrap}.top-nodes-table .reason-cell.danger{color:#ef4444}.top-nodes-table .reason-cell.warning{color:#f59e0b}.top-nodes-table .util-bar-fill.low{background:#f59e0b}.top-nodes-table .util-percent.low{color:#f59e0b}.empty-category{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;color:#64748b;background:linear-gradient(180deg,#fafbfc,#f8fafc);border-radius:0 0 16px 16px}.empty-category .empty-icon{width:40px;height:40px;margin-bottom:14px;padding:10px;border-radius:50%;background:#f0fdf4}.empty-category .empty-icon.success{color:#22c55e}.empty-category p{margin:0;font-size:14px;font-weight:500;color:#64748b}@media (max-width: 1400px){.cost-nodes-row{grid-template-columns:1fr}}@media (max-width: 600px){.summary-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.summary-card{flex:1 1 calc(50% - 5px);min-width:140px}.charts-row,.cost-nodes-row{grid-template-columns:1fr}.dashboard-header{flex-direction:column;gap:16px}.top-nodes-table .node-name{max-width:120px}.card-label{font-size:8px}.card-value{font-size:14px}}[data-theme=dark] .worker-nodes-dashboard{background:transparent}[data-theme=dark] .header-subtitle,[data-theme=dark] .last-updated{color:#94a3b8}[data-theme=dark] .summary-card{background:#1e293b;border-color:#334155}[data-theme=dark] .card-label{color:#94a3b8}[data-theme=dark] .card-value{color:#f1f5f9}[data-theme=dark] .card-progress{background:#374151}[data-theme=dark] .card-detail-text{color:#94a3b8}[data-theme=dark] .card-detail-text.requested{color:#64748b}[data-theme=dark] .card-icon-wrapper.nodes{background:linear-gradient(135deg,#22c55e26,#16a34a33);color:#4ade80}[data-theme=dark] .card-icon-wrapper.cpu{background:linear-gradient(135deg,#3b82f626,#2563eb33);color:#60a5fa}[data-theme=dark] .card-icon-wrapper.memory{background:linear-gradient(135deg,#a78bfa26,#8b5cf633);color:#c4b5fd}[data-theme=dark] .card-icon-wrapper.pods{background:linear-gradient(135deg,#f59e0b26,#d9770633);color:#fbbf24}[data-theme=dark] .chart-card{background:#1e293b;border-color:#334155}[data-theme=dark] .chart-header{border-bottom-color:#334155}[data-theme=dark] .chart-header h3,[data-theme=dark] .type-name{color:#f1f5f9}[data-theme=dark] .type-count{color:#94a3b8}[data-theme=dark] .type-bar{background:#374151}[data-theme=dark] .node-types-list::-webkit-scrollbar-track{background:#334155}[data-theme=dark] .node-types-list::-webkit-scrollbar-thumb{background:#8b5cf6}[data-theme=dark] .node-types-list::-webkit-scrollbar-thumb:hover{background:#a78bfa}[data-theme=dark] .scroll-indicator{border-top-color:#334155}[data-theme=dark] .scroll-indicator span{color:#94a3b8;background:linear-gradient(135deg,#1e293b,#334155)}[data-theme=dark] .type-percent{color:#f1f5f9}[data-theme=dark] .ring-bg{stroke:#374151}[data-theme=dark] .ring-value{fill:#f1f5f9}[data-theme=dark] .ring-label{fill:#94a3b8}[data-theme=dark] .legend-label{color:#94a3b8}[data-theme=dark] .legend-value{color:#f1f5f9}[data-theme=dark] .top-nodes-section{background:#1e293b;border-color:#334155}[data-theme=dark] .section-header{border-bottom-color:#334155}[data-theme=dark] .section-header h3{color:#f1f5f9}[data-theme=dark] .top-nodes-table th{background:#0f172a;border-bottom-color:#334155;color:#94a3b8}[data-theme=dark] .top-nodes-table td{border-bottom-color:#334155;color:#f1f5f9}[data-theme=dark] .top-nodes-table tbody tr:hover{background:#0f172a}[data-theme=dark] .top-nodes-table .node-name{color:#f1f5f9}[data-theme=dark] .top-nodes-table .node-type-cell{color:#94a3b8}[data-theme=dark] .top-nodes-table .util-bar{background:#374151}[data-theme=dark] .top-nodes-table .pods-cell{color:#94a3b8}[data-theme=dark] .section-header .section-count{background:#374151;color:#94a3b8}[data-theme=dark] .top-nodes-section.at-risk .section-count{background:#ef444433;color:#f87171}[data-theme=dark] .top-nodes-section.underutilized .section-count{background:#f59e0b33;color:#fbbf24}[data-theme=dark] .top-nodes-table .reason-cell.danger{color:#f87171}[data-theme=dark] .top-nodes-table .reason-cell.warning,[data-theme=dark] .top-nodes-table .util-percent.low{color:#fbbf24}[data-theme=dark] .empty-category{color:#94a3b8}.cost-nodes-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.cost-summary-section{background:linear-gradient(180deg,#fff,#fafbfc);border:1px solid #e2e8f0;border-radius:16px;padding:24px;margin-bottom:0;box-shadow:0 1px 3px #0000000a,0 1px 2px #00000005;transition:all .3s cubic-bezier(.4,0,.2,1)}.cost-summary-section:hover{box-shadow:0 8px 20px #0000000f,0 4px 8px #00000008;border-color:#cbd5e1}.cost-summary-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.cost-summary-header .cost-icon{width:28px;height:28px;color:#15803d;background:linear-gradient(135deg,#dcfce7,#bbf7d0);padding:6px;border-radius:10px}.cost-summary-header h3{margin:0;font-size:15px;font-weight:700;color:#0f172a;letter-spacing:-.01em}.cost-summary-table-container{overflow-x:auto}.cost-summary-table{width:100%;border-collapse:collapse;font-size:14px}.cost-summary-table th{text-align:left;padding:14px 16px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;font-weight:700;color:#475569;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.cost-summary-table td{padding:14px 16px;border-bottom:1px solid #f1f5f9;color:#0f172a}.cost-summary-table tbody tr{transition:all .15s ease}.cost-summary-table tbody tr:hover{background:linear-gradient(90deg,#f0fdf4,#f8fafc)}.cost-summary-table .count-cell{font-weight:700;color:#2563eb;width:80px;background:#eff6ff;border-radius:6px;text-align:center}.cost-summary-table .instance-type-cell{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-weight:600;color:#475569}.cost-summary-table .cost-cell{font-family:SF Mono,Monaco,Cascadia Code,monospace;text-align:right;color:#475569}.cost-summary-table .cost-cell.highlight{font-weight:700;color:#15803d;background:#dcfce7;border-radius:6px}.cost-summary-table tfoot .total-row{background:linear-gradient(180deg,#f1f5f9,#e2e8f0)}.cost-summary-table .total-label{font-weight:700;color:#0f172a;text-align:right}.cost-summary-table .cost-cell.total{font-weight:800;color:#1e40af;background:#dbeafe;border-radius:6px}[data-theme=dark] .cost-summary-section{background:#1e293b;border-color:#334155}[data-theme=dark] .cost-summary-header h3{color:#f1f5f9}[data-theme=dark] .cost-summary-table th{background:#0f172a;border-bottom-color:#334155;color:#94a3b8}[data-theme=dark] .cost-summary-table td{border-bottom-color:#334155;color:#f1f5f9}[data-theme=dark] .cost-summary-table tbody tr:hover{background:#0f172a}[data-theme=dark] .cost-summary-table .count-cell{color:#60a5fa}[data-theme=dark] .cost-summary-table .cost-cell.highlight{color:#4ade80;background:#22c55e40}[data-theme=dark] .cost-summary-table tfoot .total-row{background:#0f172a}[data-theme=dark] .cost-summary-table .total-label{color:#f1f5f9}[data-theme=dark] .cost-summary-table .cost-cell.total{color:#f1f5f9;background:#3b82f633}.optimization-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:0;margin-bottom:24px;overflow:hidden}.optimization-section .section-header{border-bottom:1px solid #e5e7eb}.section-header .section-icon.savings{color:#22c55e}.section-header .section-icon.info{color:#3b82f6}.optimization-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:20px}.optimization-card{display:flex;gap:14px;padding:16px;border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc;transition:all .2s ease}.optimization-card:hover{box-shadow:0 4px 12px #0000000f;transform:translateY(-2px)}.opt-card-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.opt-card-icon svg{width:22px;height:22px}.optimization-card.wasted .opt-card-icon{background:#f59e0b26;color:#f59e0b}.optimization-card.spot .opt-card-icon{background:#22c55e26;color:#22c55e}.optimization-card.consolidation .opt-card-icon{background:#3b82f626;color:#3b82f6}.opt-card-content{display:flex;flex-direction:column;gap:2px}.opt-card-label{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.opt-card-value{font-size:22px;font-weight:700;color:#0f172a}.optimization-card.wasted .opt-card-value{color:#d97706}.optimization-card.spot .opt-card-value{color:#16a34a}.optimization-card.consolidation .opt-card-value{color:#2563eb}.opt-card-desc{font-size:12px;color:#94a3b8;margin-top:2px}.rightsizing-section{padding:0 20px 20px;border-top:1px solid #e5e7eb}.rightsizing-section h4{font-size:14px;font-weight:600;color:#0f172a;margin:16px 0 12px}.rightsizing-table-container{overflow-x:auto}.rightsizing-table{width:100%;border-collapse:collapse;font-size:14px}.rightsizing-table th{text-align:left;padding:10px 14px;background:#f8fafc;border-bottom:2px solid #e5e7eb;font-weight:600;color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.rightsizing-table td{padding:10px 14px;border-bottom:1px solid #e5e7eb;color:#0f172a}.rightsizing-table tbody tr:hover{background:#f8fafc}.rightsizing-table .node-name-cell .node-name{font-size:13px;font-weight:500;color:#0f172a}.rightsizing-table .node-type-cell{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px;color:#64748b}.rightsizing-table .cost-cell{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px;color:#64748b}.rightsizing-table .savings-cell{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px;font-weight:600;color:#16a34a}.rightsizing-table .recommendation-cell{font-size:12px;color:#f59e0b;font-weight:500}.node-pool-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:0;margin-bottom:24px;overflow:hidden}.node-pool-section .section-header{border-bottom:1px solid #e5e7eb}.node-pool-table-container{overflow-x:auto;padding:0}.node-pool-table{width:100%;border-collapse:collapse;font-size:14px}.node-pool-table th{text-align:left;padding:12px 16px;background:#f8fafc;border-bottom:2px solid #e5e7eb;font-weight:600;color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.node-pool-table td{padding:12px 16px;border-bottom:1px solid #e5e7eb;color:#0f172a}.node-pool-table tbody tr:hover{background:#f8fafc}.node-pool-table .pool-name-cell{font-weight:600;color:#0f172a}.node-pool-table .pool-nodes-cell{font-weight:500;color:#64748b;text-align:center}.node-pool-table .efficiency-cell{min-width:140px}.efficiency-bar-wrapper{display:flex;align-items:center;gap:10px}.efficiency-bar{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;min-width:60px}.efficiency-bar-fill{height:100%;border-radius:3px;transition:width .3s ease}.efficiency-percent{font-size:12px;font-weight:600;min-width:40px;text-align:right;color:#0f172a}.capacity-type-cell{display:flex;gap:6px;flex-wrap:wrap}.spot-badge{background:#22c55e26;color:#16a34a;font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px}.ondemand-badge{background:#3b82f626;color:#2563eb;font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px}.pool-cost-cell{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-weight:600;color:#0f172a}@media (max-width: 1200px){.optimization-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.optimization-cards{grid-template-columns:1fr}}[data-theme=dark] .optimization-section{background:#1e293b;border-color:#334155}[data-theme=dark] .optimization-section .section-header{border-bottom-color:#334155}[data-theme=dark] .optimization-card{background:#0f172a;border-color:#334155}[data-theme=dark] .opt-card-value{color:#f1f5f9}[data-theme=dark] .optimization-card.wasted .opt-card-value{color:#fbbf24}[data-theme=dark] .optimization-card.spot .opt-card-value{color:#4ade80}[data-theme=dark] .optimization-card.consolidation .opt-card-value{color:#60a5fa}[data-theme=dark] .opt-card-label{color:#94a3b8}[data-theme=dark] .opt-card-desc{color:#64748b}[data-theme=dark] .rightsizing-section{border-top-color:#334155}[data-theme=dark] .rightsizing-section h4{color:#f1f5f9}[data-theme=dark] .rightsizing-table th{background:#0f172a;border-bottom-color:#334155;color:#94a3b8}[data-theme=dark] .rightsizing-table td{border-bottom-color:#334155;color:#f1f5f9}[data-theme=dark] .rightsizing-table tbody tr:hover{background:#0f172a}[data-theme=dark] .rightsizing-table .node-name-cell .node-name{color:#f1f5f9}[data-theme=dark] .rightsizing-table .node-type-cell,[data-theme=dark] .rightsizing-table .cost-cell{color:#94a3b8}[data-theme=dark] .rightsizing-table .savings-cell{color:#4ade80}[data-theme=dark] .rightsizing-table .recommendation-cell{color:#fbbf24}[data-theme=dark] .node-pool-section{background:#1e293b;border-color:#334155}[data-theme=dark] .node-pool-section .section-header{border-bottom-color:#334155}[data-theme=dark] .node-pool-table th{background:#0f172a;border-bottom-color:#334155;color:#94a3b8}[data-theme=dark] .node-pool-table td{border-bottom-color:#334155;color:#f1f5f9}[data-theme=dark] .node-pool-table tbody tr:hover{background:#0f172a}[data-theme=dark] .node-pool-table .pool-name-cell{color:#f1f5f9}[data-theme=dark] .node-pool-table .pool-nodes-cell{color:#94a3b8}[data-theme=dark] .efficiency-bar{background:#374151}[data-theme=dark] .efficiency-percent{color:#f1f5f9}[data-theme=dark] .spot-badge{background:#22c55e40;color:#4ade80}[data-theme=dark] .ondemand-badge{background:#3b82f640;color:#60a5fa}[data-theme=dark] .pool-cost-cell{color:#f1f5f9}.custom-dropdown{position:relative;display:inline-block}.dropdown-trigger{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#0f172a;cursor:pointer;transition:all .2s ease;min-width:140px;white-space:nowrap}.dropdown-trigger:hover{border-color:#cbd5e1;background:#f8fafc}.custom-dropdown.open .dropdown-trigger{border-color:#22e783;box-shadow:0 0 0 3px #22e7831a}.dropdown-icon{color:#64748b;flex-shrink:0}.dropdown-label{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis}.dropdown-arrow{color:#94a3b8;flex-shrink:0;transition:transform .2s ease}.dropdown-arrow.rotated{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;max-height:280px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 40px #0000001f,0 2px 6px #0000000a;z-index:1000;overflow:hidden;animation:dropdownSlide .15s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu-inner{max-height:260px;overflow-y:auto;padding:6px}.dropdown-menu-inner::-webkit-scrollbar{width:6px}.dropdown-menu-inner::-webkit-scrollbar-track{background:transparent}.dropdown-menu-inner::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dropdown-menu-inner::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dropdown-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:6px;font-size:14px;color:#374151;cursor:pointer;transition:all .15s ease;text-align:left}.dropdown-option:hover{background:#f1f5f9;color:#0f172a}.dropdown-option.selected{background:#22e7831a;color:#0f172a;font-weight:500}.dropdown-option.selected:hover{background:#22e78326}.option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.option-check{color:#22c55e;flex-shrink:0;margin-left:8px}[data-theme=dark] .dropdown-trigger{background:#1e293b;border-color:#334155;color:#f1f5f9}[data-theme=dark] .dropdown-trigger:hover{background:#334155;border-color:#475569}[data-theme=dark] .custom-dropdown.open .dropdown-trigger{border-color:#22e783;box-shadow:0 0 0 3px #22e78326}[data-theme=dark] .dropdown-icon{color:#94a3b8}[data-theme=dark] .dropdown-arrow{color:#64748b}[data-theme=dark] .dropdown-menu{background:#1e293b;border-color:#334155;box-shadow:0 10px 40px #0006,0 2px 6px #0003}[data-theme=dark] .dropdown-menu-inner::-webkit-scrollbar-thumb{background:#475569}[data-theme=dark] .dropdown-menu-inner::-webkit-scrollbar-thumb:hover{background:#64748b}[data-theme=dark] .dropdown-option{color:#cbd5e1}[data-theme=dark] .dropdown-option:hover{background:#334155;color:#f1f5f9}[data-theme=dark] .dropdown-option.selected{background:#22e78326;color:#f1f5f9}[data-theme=dark] .dropdown-option.selected:hover{background:#22e78333}.worker-nodes-list{padding:24px;min-height:100%}.worker-nodes-list.embedded{padding:0}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.worker-nodes-list.embedded .list-header{margin-bottom:16px}.header-actions.embedded{width:100%}.node-count{margin-left:auto;font-size:13px;color:#64748b;font-weight:500}[data-theme=dark] .node-count{color:#94a3b8}.header-title{display:flex;align-items:center;gap:16px}.header-icon{width:48px;height:48px;padding:12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;color:#fff}.header-title h1{font-size:24px;font-weight:700;color:#0f172a;margin:0}.header-subtitle{font-size:14px;color:#64748b;margin:4px 0 0}.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search-box{position:relative;display:flex;align-items:center}.search-box .search-icon{position:absolute;left:12px;color:#94a3b8;pointer-events:none}.search-box input{padding:10px 12px 10px 38px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;width:240px;background:#fff;color:#0f172a;transition:all .2s ease}.search-box input:focus{outline:none;border-color:#22e783;box-shadow:0 0 0 3px #22e7831a}.search-box input::placeholder{color:#94a3b8}.filter-dropdown{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #e2e8f0;border-radius:10px;background:linear-gradient(135deg,#fff,#f8fafc);color:#64748b;transition:all .2s ease;box-shadow:0 1px 2px #00000005}.filter-dropdown:hover{border-color:#cbd5e1;background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:0 2px 4px #0000000a}.filter-dropdown:focus-within{border-color:#a78bfa;box-shadow:0 0 0 3px #a78bfa1a}.filter-dropdown svg{color:#94a3b8;transition:color .2s ease}.filter-dropdown:hover svg{color:#64748b}.filter-dropdown select{border:none;background:transparent;font-size:14px;font-weight:500;color:#0f172a;cursor:pointer;outline:none;padding-right:4px}.refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid var(--brand-primary);border-radius:8px;background:var(--brand-primary);color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.refresh-btn:hover{background:var(--brand-primary-hover);border-color:var(--brand-primary-hover)}.refresh-btn .spinning{animation:spin 1s linear infinite}.clear-filters-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border:1px solid #ef4444;border-radius:8px;background:#ef44441a;color:#ef4444;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-filters-btn:hover{background:#ef4444;color:#fff}[data-theme=dark] .clear-filters-btn{background:#ef444426;border-color:#ef4444;color:#f87171}[data-theme=dark] .clear-filters-btn:hover{background:#ef4444;color:#fff}.empty-state,.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.empty-icon,.error-icon{width:64px;height:64px;color:#94a3b8;margin-bottom:16px}.error-icon{color:#ef4444}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#22e783;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.empty-state h3,.error-state h3{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 8px}.empty-state p,.error-state p,.loading-state p{font-size:14px;color:#64748b;margin:0}.retry-btn{display:flex;align-items:center;gap:8px;margin-top:16px;padding:10px 20px;background:#22e783;border:none;border-radius:8px;color:#0f172a;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.retry-btn:hover{background:#16a34a;color:#fff}.table-container{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden}.nodes-table{width:100%;border-collapse:collapse}.nodes-table thead{background:#f8fafc;border-bottom:1px solid #e5e7eb}.nodes-table th{padding:14px 16px;text-align:left;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.nodes-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.nodes-table th.sortable:hover{background:#f1f5f9}.nodes-table th span{display:inline-flex;align-items:center;gap:6px}.sort-icon{color:#cbd5e1;transition:color .2s ease}.sort-icon.active{color:#22e783}.nodes-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .2s ease;cursor:pointer}.nodes-table tbody tr:hover{background:#f8fafc}.nodes-table tbody tr.expanded{background:linear-gradient(135deg,#f5f3ff,#eeeefa);border-left:3px solid #d7d7d7}.nodes-table td{padding:14px 16px;font-size:14px;color:#0f172a;vertical-align:middle}.node-name-cell{display:flex;align-items:center;gap:10px}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot.ready{background:#22c55e}.status-dot.not-ready{background:#ef4444}.node-name{font-weight:500;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;letter-spacing:.02em}.status-badge.ready{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#15803d;border:1px solid rgba(34,197,94,.2)}.status-badge.not-ready{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#b91c1c;border:1px solid rgba(239,68,68,.2)}.instance-type{font-family:Monaco,Menlo,monospace;font-size:13px;color:#64748b;background:#f1f5f9;padding:4px 8px;border-radius:4px}.resource-cell{display:flex;flex-direction:column;gap:4px;min-width:100px}.resource-values{display:flex;align-items:baseline;gap:2px;font-size:13px}.resource-used{font-weight:600;color:#0f172a}.resource-separator{color:#94a3b8}.resource-total{color:#64748b}.resource-bar{height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden}.resource-bar-fill{height:100%;border-radius:2px;transition:width .3s ease}.resource-percent{font-size:11px;color:#64748b;margin-left:4px}.resource-requested{display:flex;align-items:baseline;gap:4px;font-size:11px;margin-top:2px}.requested-label{color:#94a3b8}.requested-value{color:#64748b;font-weight:500}.requested-percent{color:#94a3b8}.capacity-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:6px 12px;border-radius:8px;letter-spacing:.02em}.capacity-badge.spot{background:linear-gradient(135deg,#faf5ff,#f3e8ff);color:#7c3aed;border:1px solid rgba(168,85,247,.2)}.efficiency-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:6px 12px;border-radius:8px;cursor:help;letter-spacing:.02em;transition:all .2s ease}.efficiency-badge:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000014}.efficiency-badge.underutilized{background:linear-gradient(135deg,#fffbeb,#fef3c7);color:#b45309;border:1px solid rgba(245,158,11,.2)}.efficiency-badge.low{background:linear-gradient(135deg,#fefce8,#fef9c3);color:#a16207;border:1px solid rgba(234,179,8,.2)}.efficiency-badge.optimal{background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#15803d;border:1px solid rgba(34,197,94,.2)}.efficiency-badge.high{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;border:1px solid rgba(59,130,246,.2)}.efficiency-badge.overprovisioned,.efficiency-badge.critical{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#b91c1c;border:1px solid rgba(239,68,68,.2)}.zone-badge{font-size:12px;color:#64748b;background:#f1f5f9;padding:4px 8px;border-radius:4px}.cost-value{display:inline-block;background:#22c55e1a;color:#16a34a;padding:4px 10px;border-radius:6px;font-weight:600}.cost-value.monthly{background:#3b82f61a;color:#2563eb}.age{font-size:13px;color:#64748b}.expand-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:6px;transition:all .2s ease}.expand-btn:hover{background:#f1f5f9;color:#0f172a}.expanded-row td{padding:0;background:#f8fafc}.expanded-content{padding:20px 24px;margin:16px 24px 20px;border:2px dashed #e2e8f0;border-radius:12px;background:#eeedea}.expanded-section{margin-bottom:20px}.expanded-section:last-child{margin-bottom:0}.expanded-section h4{font-size:13px;font-weight:600;color:#0f172a;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em}.details-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:13px;color:#0f172a;font-weight:500}.detail-value-wrap{word-break:break-all;font-size:11px}.utilization-bars{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.util-item{display:flex;flex-direction:column;gap:8px}.util-header{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.util-header span:last-child{margin-left:auto;font-weight:600}.util-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.util-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.util-details{display:flex;justify-content:space-between;font-size:11px;color:#64748b}.labels-list{display:flex;flex-wrap:wrap;gap:8px}.label-tag{font-size:11px;color:#64748b;background:#fff;border:1px solid #e5e7eb;padding:4px 10px;border-radius:4px;font-family:Monaco,Menlo,monospace}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#94a3b8}.no-results p{margin:12px 0 0;font-size:14px}@media (max-width: 1200px){.details-grid{grid-template-columns:repeat(2,1fr)}.utilization-bars{grid-template-columns:1fr}}@media (max-width: 768px){.list-header{flex-direction:column;align-items:flex-start}.header-actions,.search-box input{width:100%}.table-container{overflow-x:auto}.nodes-table{min-width:900px}}[data-theme=dark] .worker-nodes-list{background:transparent}[data-theme=dark] .header-title h1{color:#f1f5f9}[data-theme=dark] .header-subtitle{color:#94a3b8}[data-theme=dark] .search-box input{background:#1e293b;border-color:#334155;color:#f1f5f9}[data-theme=dark] .search-box input:focus{border-color:#22e783;box-shadow:0 0 0 3px #22e78326}[data-theme=dark] .search-box input::placeholder{color:#64748b}[data-theme=dark] .filter-dropdown{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:#334155}[data-theme=dark] .filter-dropdown:hover{border-color:#475569;background:linear-gradient(135deg,#334155,#1e293b)}[data-theme=dark] .filter-dropdown:focus-within{border-color:#a78bfa;box-shadow:0 0 0 3px #a78bfa26}[data-theme=dark] .filter-dropdown svg{color:#64748b}[data-theme=dark] .filter-dropdown:hover svg{color:#94a3b8}[data-theme=dark] .filter-dropdown select{color:#f1f5f9}[data-theme=dark] .refresh-btn{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}[data-theme=dark] .refresh-btn:hover{background:var(--brand-primary-hover);border-color:var(--brand-primary-hover)}[data-theme=dark] .empty-state h3,[data-theme=dark] .error-state h3{color:#f1f5f9}[data-theme=dark] .empty-state p,[data-theme=dark] .error-state p,[data-theme=dark] .loading-state p{color:#94a3b8}[data-theme=dark] .loading-spinner{border-color:#374151;border-top-color:#22e783}[data-theme=dark] .table-container{background:#1e293b;border-color:#334155}[data-theme=dark] .cost-value{background:#22c55e33;color:#4ade80}[data-theme=dark] .cost-value.monthly{background:#3b82f633;color:#60a5fa}[data-theme=dark] .nodes-table thead{background:#0f172a;border-bottom-color:#334155}[data-theme=dark] .nodes-table th{color:#94a3b8}[data-theme=dark] .nodes-table th.sortable:hover{background:#334155}[data-theme=dark] .nodes-table tbody tr{border-bottom-color:#334155}[data-theme=dark] .nodes-table tbody tr:hover{background:#0f172a}[data-theme=dark] .nodes-table tbody tr.expanded{background:linear-gradient(135deg,#a78bfa14,#8b5cf61f);border-left:3px solid #a78bfa}[data-theme=dark] .nodes-table td,[data-theme=dark] .node-name{color:#f1f5f9}[data-theme=dark] .instance-type{background:#374151;color:#94a3b8}[data-theme=dark] .resource-used{color:#f1f5f9}[data-theme=dark] .resource-total{color:#94a3b8}[data-theme=dark] .resource-bar{background:#374151}[data-theme=dark] .resource-percent{color:#94a3b8}[data-theme=dark] .requested-label{color:#64748b}[data-theme=dark] .requested-value{color:#94a3b8}[data-theme=dark] .requested-percent{color:#64748b}[data-theme=dark] .status-badge.ready{background:linear-gradient(135deg,#22c55e26,#22c55e40);color:#4ade80;border-color:#22c55e4d}[data-theme=dark] .status-badge.not-ready{background:linear-gradient(135deg,#ef444426,#ef444440);color:#f87171;border-color:#ef44444d}[data-theme=dark] .capacity-badge.spot{background:linear-gradient(135deg,#a855f726,#a855f740);color:#c084fc;border-color:#a855f74d}[data-theme=dark] .efficiency-badge.underutilized{background:linear-gradient(135deg,#f59e0b26,#f59e0b40);color:#fbbf24;border-color:#f59e0b4d}[data-theme=dark] .efficiency-badge.low{background:linear-gradient(135deg,#eab30826,#eab30840);color:#facc15;border-color:#eab3084d}[data-theme=dark] .efficiency-badge.optimal{background:linear-gradient(135deg,#22c55e26,#22c55e40);color:#4ade80;border-color:#22c55e4d}[data-theme=dark] .efficiency-badge.high{background:linear-gradient(135deg,#3b82f626,#3b82f640);color:#60a5fa;border-color:#3b82f64d}[data-theme=dark] .efficiency-badge.overprovisioned,[data-theme=dark] .efficiency-badge.critical{background:linear-gradient(135deg,#ef444426,#ef444440);color:#f87171;border-color:#ef44444d}[data-theme=dark] .zone-badge{background:#374151;color:#94a3b8}[data-theme=dark] .age{color:#94a3b8}[data-theme=dark] .expand-btn:hover{background:#334155;color:#f1f5f9}[data-theme=dark] .expanded-row td{background:#0f172a}[data-theme=dark] .expanded-content{border-color:#475569;background:#0f172a}[data-theme=dark] .expanded-section h4{color:#f1f5f9}[data-theme=dark] .detail-label{color:#94a3b8}[data-theme=dark] .detail-value{color:#f1f5f9}[data-theme=dark] .util-header{color:#94a3b8}[data-theme=dark] .util-bar{background:#374151}[data-theme=dark] .util-details{color:#94a3b8}[data-theme=dark] .label-tag{background:#1e293b;border-color:#334155;color:#94a3b8}[data-theme=dark] .no-results{color:#64748b}.expanded-actions{display:flex;justify-content:flex-end;padding-top:16px;margin-top:16px;border-top:1px solid #e5e7eb}[data-theme=dark] .expanded-actions{border-top-color:#334155}.view-node-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#6d28d9;border:1px solid rgba(167,139,250,.3);border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.view-node-btn:hover{background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-color:#a78bfa80;color:#5b21b6}[data-theme=dark] .view-node-btn{background:linear-gradient(135deg,#a78bfa1a,#8b5cf626);color:#c4b5fd;border-color:#a78bfa4d}[data-theme=dark] .view-node-btn:hover{background:linear-gradient(135deg,#a78bfa26,#8b5cf633);border-color:#a78bfa66;color:#ddd6fe}.worker-nodes-pod-list{padding:24px;min-height:100%}.worker-nodes-pod-list.embedded{padding:0}.worker-nodes-pod-list .empty-state,.worker-nodes-pod-list .loading-state,.worker-nodes-pod-list .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.worker-nodes-pod-list .empty-icon,.worker-nodes-pod-list .error-icon{width:64px;height:64px;color:#94a3b8;margin-bottom:16px}.worker-nodes-pod-list .error-icon{color:#ef4444}.worker-nodes-pod-list .loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#22e783;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.worker-nodes-pod-list .loading-spinner.small{width:24px;height:24px;border-width:3px;margin-bottom:0}.worker-nodes-pod-list .empty-state h3,.worker-nodes-pod-list .error-state h3{font-size:18px;font-weight:600;color:#0f172a;margin:0 0 8px}.worker-nodes-pod-list .empty-state p,.worker-nodes-pod-list .error-state p,.worker-nodes-pod-list .loading-state p{font-size:14px;color:#64748b;margin:0}.node-selector-section{margin-bottom:24px}.selector-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.selector-label{display:block;font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.refresh-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:var(--brand-primary);color:#fff;border:1px solid var(--brand-primary);border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.refresh-btn:active:not(:disabled){background:var(--brand-primary-hover)}.refresh-btn:disabled{opacity:.7;cursor:not-allowed}[data-theme=dark] .refresh-btn{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}[data-theme=dark] .refresh-btn:hover:not(:disabled){background:var(--brand-primary-hover);border-color:var(--brand-primary-hover)}[data-theme=dark] .refresh-btn:active:not(:disabled){background:var(--brand-primary-hover)}.node-dropdown-wrapper{position:relative;max-width:500px}.node-dropdown-trigger{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#0f172a;cursor:pointer;transition:all .2s ease;text-align:left}.node-dropdown-trigger:hover{border-color:#cbd5e1}.node-dropdown-trigger.open{border-color:#22e783;box-shadow:0 0 0 3px #22e7831a}.node-dropdown-trigger .dropdown-icon{width:18px;height:18px;color:#64748b;flex-shrink:0}.node-dropdown-trigger .dropdown-text{flex:1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node-dropdown-trigger .dropdown-arrow{width:18px;height:18px;color:#94a3b8;transition:transform .2s ease;flex-shrink:0}.node-dropdown-trigger .dropdown-arrow.rotated{transform:rotate(180deg)}.node-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 40px #0000001a;z-index:100;max-height:400px;display:flex;flex-direction:column}.dropdown-search{position:relative;padding:12px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.dropdown-search-icon{position:absolute;left:24px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#94a3b8}.dropdown-search input{width:100%;padding:10px 36px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#0f172a;background:#f8fafc;transition:all .2s ease}.dropdown-search input:focus{outline:none;border-color:#22e783;background:#fff;box-shadow:0 0 0 3px #22e7831a}.dropdown-search input::placeholder{color:#94a3b8}.dropdown-search-clear{position:absolute;right:24px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}.dropdown-search-clear:hover{color:#64748b;background:#e5e7eb}.dropdown-search-clear svg{width:14px;height:14px}.dropdown-items{overflow-y:auto;max-height:320px}.dropdown-no-results{padding:24px;text-align:center;color:#64748b;font-size:14px}.dropdown-no-results p{margin:0}.node-dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;cursor:pointer;text-align:left;transition:background-color .15s ease}.node-dropdown-item:hover{background:#f8fafc}.node-dropdown-item.selected{background:#22e78314}.node-dropdown-item .item-icon{width:16px;height:16px;color:#64748b;flex-shrink:0}.node-dropdown-item.selected .item-icon{color:#16a34a}.node-dropdown-item .item-content{display:flex;flex-direction:column;gap:2px;min-width:0}.node-dropdown-item .item-name{font-size:14px;font-weight:500;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node-dropdown-item .item-meta{font-size:12px;color:#64748b}.node-details-section{margin-bottom:24px}.node-info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 1px 3px #0000000a;transition:all .2s ease}.info-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.info-card-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb}.info-card-icon-wrapper{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-card-icon-wrapper.info,.info-card-icon-wrapper.cpu{background:linear-gradient(135deg,#3b82f61a,#2563eb26)}.info-card-icon-wrapper.memory{background:linear-gradient(135deg,#a78bfa1a,#8b5cf626)}.info-card-icon-wrapper.cost{background:linear-gradient(135deg,#22c55e1a,#16a34a26)}.info-card-header .info-card-icon{width:18px;height:18px;color:#3b82f6}.info-card-icon-wrapper.info .info-card-icon,.info-card-icon-wrapper.cpu .info-card-icon{color:#3b82f6}.info-card-icon-wrapper.memory .info-card-icon{color:#8b5cf6}.info-card-icon-wrapper.cost .info-card-icon{color:#22c55e}.info-card-header h4{margin:0;font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.01em}.info-card-content{display:flex;flex-direction:column;gap:12px;padding:20px}.info-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.info-label{font-size:13px;color:#64748b}.info-value{font-size:13px;font-weight:500;color:#0f172a}.info-value.mono{font-family:SF Mono,Monaco,Cascadia Code,monospace}.capacity-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;padding:5px 12px;border-radius:8px;text-transform:uppercase;letter-spacing:.04em}.capacity-badge.on-demand{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;border:1px solid rgba(59,130,246,.2)}.capacity-badge.spot{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309;border:1px solid rgba(245,158,11,.3)}.resource-metric{display:flex;flex-direction:column;gap:6px}.metric-header{display:flex;justify-content:space-between;align-items:center}.metric-label{font-size:12px;color:#64748b}.metric-value{font-size:13px;font-weight:600;color:#0f172a}.metric-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.metric-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.metric-bar-fill.allocation{background:#3b82f6}.resource-summary{font-size:12px;color:#64748b;text-align:center;padding-top:4px}.cost-display{display:flex;align-items:baseline;gap:4px;margin-bottom:12px}.cost-value{font-size:32px;font-weight:700;color:#15803d;background:linear-gradient(135deg,#dcfce7,#bbf7d0);padding:4px 14px;border-radius:10px;border:1px solid rgba(34,197,94,.2)}.cost-period{font-size:14px;font-weight:500;color:#64748b;margin-left:4px}.cost-detail{font-size:13px;color:#64748b;padding-top:4px}.cost-hourly{font-family:SF Mono,Monaco,Cascadia Code,monospace;background:#f1f5f9;padding:2px 8px;border-radius:4px}.pods-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.pods-section-header{display:flex;align-items:center;gap:10px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.pods-section-header .section-icon{width:18px;height:18px;color:#3b82f6}.pods-section-header h3{margin:0;font-size:15px;font-weight:600;color:#0f172a;flex:1}.pods-count{font-size:12px;font-weight:500;color:#64748b;background:#e2e8f0;padding:4px 10px;border-radius:12px}.pods-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px;color:#64748b;font-size:14px}.pods-table-container{overflow-x:auto}.pods-table{width:100%;border-collapse:collapse;font-size:14px;table-layout:auto}.pods-table th,.pods-table td{display:table-cell}.pods-table th{text-align:left;padding:12px 16px;background:#f8fafc;border-bottom:2px solid #e5e7eb;font-weight:600;color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.pods-table td{padding:12px 16px;border-bottom:1px solid #e5e7eb;color:#0f172a;vertical-align:middle}.pods-table td.cpu-cell,.pods-table td.memory-cell{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px;white-space:nowrap;color:#64748b}.pods-table tbody tr:hover{background:#f8fafc}.pods-table tbody tr:last-child td{border-bottom:none}.pod-name-cell{display:flex;align-items:center;gap:10px}.pod-icon{color:#3b82f6;width:16px;height:16px;flex-shrink:0}.pod-name{font-weight:500;color:#0f172a;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.namespace-badge{background:#6366f11a;color:#6366f1;font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px}.workload-name-cell{font-weight:500;color:#0f172a;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.type-badge{font-size:11px;font-weight:600;padding:4px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}.badge-deployment{background:#22c55e1a;color:#16a34a}.badge-statefulset{background:#3b82f61a;color:#2563eb}.badge-daemonset{background:#a855f71a;color:#9333ea}.badge-job{background:#f59e0b1a;color:#d97706}.badge-cronjob{background:#ec48991a;color:#db2777}.badge-default{background:#64748b1a;color:#64748b}.age-cell{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px;color:#64748b}.no-pods{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#64748b}.no-pods-icon{width:40px;height:40px;color:#cbd5e1;margin-bottom:12px}.no-pods p{margin:0;font-size:14px}@media (max-width: 1200px){.pod-name{max-width:200px}.workload-name-cell{max-width:150px}}@media (max-width: 768px){.node-info-cards{grid-template-columns:1fr}.pod-name{max-width:120px}}[data-theme=dark] .worker-nodes-pod-list .empty-state h3,[data-theme=dark] .worker-nodes-pod-list .error-state h3{color:#f1f5f9}[data-theme=dark] .worker-nodes-pod-list .empty-state p,[data-theme=dark] .worker-nodes-pod-list .error-state p,[data-theme=dark] .worker-nodes-pod-list .loading-state p{color:#94a3b8}[data-theme=dark] .worker-nodes-pod-list .loading-spinner{border-color:#374151;border-top-color:#22e783}[data-theme=dark] .selector-label{color:#94a3b8}[data-theme=dark] .node-dropdown-trigger{background:#1e293b;border-color:#334155;color:#f1f5f9}[data-theme=dark] .node-dropdown-trigger:hover{border-color:#475569}[data-theme=dark] .node-dropdown-trigger.open{border-color:#22e783}[data-theme=dark] .node-dropdown-menu{background:#1e293b;border-color:#334155;box-shadow:0 10px 40px #0000004d}[data-theme=dark] .dropdown-search{border-bottom-color:#334155}[data-theme=dark] .dropdown-search input{background:#0f172a;border-color:#334155;color:#f1f5f9}[data-theme=dark] .dropdown-search input:focus{border-color:#22e783;background:#1e293b}[data-theme=dark] .dropdown-search input::placeholder{color:#64748b}[data-theme=dark] .dropdown-search-clear:hover{background:#334155;color:#f1f5f9}[data-theme=dark] .dropdown-no-results{color:#94a3b8}[data-theme=dark] .node-dropdown-item:hover{background:#0f172a}[data-theme=dark] .node-dropdown-item.selected{background:#22e7831f}[data-theme=dark] .node-dropdown-item .item-name{color:#f1f5f9}[data-theme=dark] .node-dropdown-item .item-meta{color:#94a3b8}[data-theme=dark] .info-card{background:#1e293b;border-color:#334155}[data-theme=dark] .info-card:hover{box-shadow:0 4px 12px #0000004d}[data-theme=dark] .info-card-header{background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom-color:#334155}[data-theme=dark] .info-card-icon-wrapper.info,[data-theme=dark] .info-card-icon-wrapper.cpu{background:linear-gradient(135deg,#3b82f626,#2563eb33)}[data-theme=dark] .info-card-icon-wrapper.memory{background:linear-gradient(135deg,#a78bfa26,#8b5cf633)}[data-theme=dark] .info-card-icon-wrapper.cost{background:linear-gradient(135deg,#22c55e26,#16a34a33)}[data-theme=dark] .info-card-icon-wrapper.info .info-card-icon,[data-theme=dark] .info-card-icon-wrapper.cpu .info-card-icon{color:#60a5fa}[data-theme=dark] .info-card-icon-wrapper.memory .info-card-icon{color:#c4b5fd}[data-theme=dark] .info-card-icon-wrapper.cost .info-card-icon{color:#4ade80}[data-theme=dark] .info-card-header h4{color:#f1f5f9}[data-theme=dark] .info-label{color:#94a3b8}[data-theme=dark] .info-value{color:#f1f5f9}[data-theme=dark] .capacity-badge.on-demand{background:linear-gradient(135deg,#3b82f626,#3b82f640);color:#60a5fa;border-color:#3b82f64d}[data-theme=dark] .capacity-badge.spot{background:linear-gradient(135deg,#f59e0b26,#f59e0b40);color:#fbbf24;border-color:#f59e0b4d}[data-theme=dark] .metric-bar{background:#334155}[data-theme=dark] .resource-summary{color:#94a3b8}[data-theme=dark] .cost-value{color:#86efac;background:linear-gradient(135deg,#22c55e1f,#22c55e2e);border-color:#22c55e4d}[data-theme=dark] .cost-period,[data-theme=dark] .cost-detail{color:#94a3b8}[data-theme=dark] .cost-hourly{background:#1e293b;color:#cbd5e1}[data-theme=dark] .pods-section{background:#1e293b;border-color:#334155}[data-theme=dark] .pods-section-header{background:#0f172a;border-bottom-color:#334155}[data-theme=dark] .pods-section-header h3{color:#f1f5f9}[data-theme=dark] .pods-count{background:#334155;color:#94a3b8}[data-theme=dark] .pods-loading{color:#94a3b8}[data-theme=dark] .pods-table th{background:#0f172a;border-bottom-color:#334155;color:#94a3b8}[data-theme=dark] .pods-table td{border-bottom-color:#334155;color:#f1f5f9}[data-theme=dark] .pods-table tbody tr:hover{background:#0f172a}[data-theme=dark] .pod-name{color:#f1f5f9}[data-theme=dark] .namespace-badge{background:#6366f133;color:#a5b4fc}[data-theme=dark] .workload-name-cell{color:#f1f5f9}[data-theme=dark] .badge-deployment{background:#22c55e33;color:#4ade80}[data-theme=dark] .badge-statefulset{background:#3b82f633;color:#60a5fa}[data-theme=dark] .badge-daemonset{background:#a855f733;color:#c084fc}[data-theme=dark] .badge-job{background:#f59e0b33;color:#fbbf24}[data-theme=dark] .badge-cronjob{background:#ec489933;color:#f472b6}[data-theme=dark] .badge-default{background:#64748b33;color:#94a3b8}[data-theme=dark] .pods-table td.cpu-cell,[data-theme=dark] .pods-table td.memory-cell,[data-theme=dark] .age-cell{color:#94a3b8}[data-theme=dark] .no-pods{color:#64748b}[data-theme=dark] .no-pods-icon{color:#475569}.resource-graphs-section{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:24px;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a;transition:all .2s ease}.resource-graphs-section:hover{box-shadow:0 4px 12px #00000014}.resource-graphs-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb;position:relative;z-index:10}.resource-graphs-header-icon-wrapper{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#3b82f61a,#2563eb26)}.resource-graphs-header .section-icon{width:18px;height:18px;color:#3b82f6}.resource-graphs-header h3{margin:0;font-size:15px;font-weight:600;color:#0f172a;flex:1;letter-spacing:-.01em}.metrics-header-controls{display:flex;align-items:center;gap:12px}.metrics-view-toggle{display:flex;gap:4px;background:#e5e7eb;padding:4px;border-radius:8px;flex-shrink:0}.metrics-view-toggle .toggle-btn{padding:6px 14px;font-size:12px;font-weight:500;border:none;background:transparent;color:#64748b;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:fit-content}.metrics-view-toggle .toggle-btn:hover{color:#0f172a}.metrics-view-toggle .toggle-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0000001a}.graphs-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:60px;color:#64748b;font-size:14px}.resource-graphs-container{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.resource-graph-card{padding:24px;border-right:1px solid #e5e7eb;background:#fff;transition:background .2s ease}.resource-graph-card:first-child{background:linear-gradient(180deg,rgba(59,130,246,.02) 0%,transparent 100%)}.resource-graph-card:last-child{border-right:none;background:linear-gradient(180deg,rgba(16,185,129,.02) 0%,transparent 100%)}.graph-card-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.graph-card-icon-wrapper{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.graph-card-icon-wrapper.cpu{background:linear-gradient(135deg,#3b82f61a,#2563eb26)}.graph-card-icon-wrapper.memory{background:linear-gradient(135deg,#10b9811a,#05966926)}.graph-fullscreen-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#0000000d;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s ease}.graph-fullscreen-btn:hover{background:#0000001a;color:#374151}[data-theme=dark] .graph-fullscreen-btn{background:#ffffff0d;color:#9ca3af}[data-theme=dark] .graph-fullscreen-btn:hover{background:#ffffff1a;color:#e5e7eb}.graph-card-header .graph-icon{width:16px;height:16px}.graph-card-header .graph-icon.cpu{color:#3b82f6}.graph-card-header .graph-icon.memory{color:#10b981}.graph-card-header h4{flex:1;margin:0;font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.01em}.graph-container{height:220px;padding:8px 0}.no-metrics{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#64748b}.no-metrics-icon{width:40px;height:40px;color:#cbd5e1;margin-bottom:12px}.no-metrics p{margin:0;font-size:14px}:root{--graph-grid-color: #e5e7eb;--graph-axis-color: #d1d5db;--text-secondary: #64748b;--tooltip-bg: #ffffff;--tooltip-border: #e5e7eb}@media (max-width: 1024px){.resource-graphs-container{grid-template-columns:1fr}.resource-graph-card{border-right:none;border-bottom:1px solid #e5e7eb}.resource-graph-card:last-child{border-bottom:none}}[data-theme=dark] .resource-graphs-section{background:#1e293b;border-color:#334155}[data-theme=dark] .resource-graphs-section:hover{box-shadow:0 4px 12px #0000004d}[data-theme=dark] .resource-graphs-header{background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom-color:#334155}[data-theme=dark] .resource-graphs-header-icon-wrapper{background:linear-gradient(135deg,#3b82f626,#2563eb33)}[data-theme=dark] .resource-graphs-header .section-icon{color:#60a5fa}[data-theme=dark] .resource-graphs-header h3{color:#f1f5f9}[data-theme=dark] .metrics-view-toggle{background:#334155}[data-theme=dark] .metrics-view-toggle .toggle-btn{color:#94a3b8}[data-theme=dark] .metrics-view-toggle .toggle-btn:hover{color:#f1f5f9}[data-theme=dark] .metrics-view-toggle .toggle-btn.active{background:#1e293b;color:#f1f5f9;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .graphs-loading{color:#94a3b8}[data-theme=dark] .resource-graph-card{border-right-color:#334155;background:#1e293b}[data-theme=dark] .resource-graph-card:first-child{background:linear-gradient(180deg,#3b82f60a,#1e293b)}[data-theme=dark] .resource-graph-card:last-child{background:linear-gradient(180deg,#10b9810a,#1e293b)}[data-theme=dark] .graph-card-header{border-bottom-color:#334155}[data-theme=dark] .graph-card-icon-wrapper.cpu{background:linear-gradient(135deg,#3b82f626,#2563eb33)}[data-theme=dark] .graph-card-icon-wrapper.memory{background:linear-gradient(135deg,#10b98126,#05966933)}[data-theme=dark] .graph-card-header .graph-icon.cpu{color:#60a5fa}[data-theme=dark] .graph-card-header .graph-icon.memory{color:#34d399}[data-theme=dark] .graph-card-header h4{color:#f1f5f9}[data-theme=dark] .no-metrics{color:#64748b}[data-theme=dark] .no-metrics-icon{color:#475569}[data-theme=dark]{--graph-grid-color: #334155;--graph-axis-color: #475569;--text-secondary: #94a3b8;--tooltip-bg: #1e293b;--tooltip-border: #334155}@media (max-width: 1024px){[data-theme=dark] .resource-graph-card{border-bottom-color:#334155}}.worker-nodes-header{display:flex;flex-direction:row!important;justify-content:space-between;align-items:center;width:100%;margin-bottom:20px}.worker-nodes-header h2{margin:0}.header-cluster-selector{flex-shrink:0}.tabs-container{margin-bottom:28px}.tabs{display:flex;gap:6px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:6px;border-radius:14px;width:fit-content;box-shadow:inset 0 1px 2px #0000000a;border:1px solid #e2e8f0}.tab{display:flex;align-items:center;gap:10px;padding:12px 24px;border:none;background:transparent;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;border-radius:10px;transition:all .25s cubic-bezier(.4,0,.2,1)}.tab:hover{color:#0f172a;background:#ffffffb3}.tab.active{background:#fff;color:#5b21b6;box-shadow:0 2px 8px #00000014,0 1px 2px #0000000a}.tab.active svg{color:#a78bfa}.tab svg{flex-shrink:0}.tab-content .worker-nodes-dashboard,.tab-content .worker-nodes-list{padding:0}.tab-content .worker-nodes-dashboard .dashboard-header{display:none}.tab-content .worker-nodes-list .list-header{margin-bottom:16px}.tab-content .worker-nodes-list .header-title{display:none}[data-theme=dark] .worker-nodes-page .header-title h1{color:#f1f5f9}[data-theme=dark] .worker-nodes-page .header-subtitle{color:#94a3b8}[data-theme=dark] .tabs{background:#1e293b}[data-theme=dark] .tab{color:#94a3b8}[data-theme=dark] .tab:hover{color:#f1f5f9;background:#ffffff0d}[data-theme=dark] .tab.active{background:#334155;color:#f1f5f9;box-shadow:0 1px 3px #0000004d}.clusters-summary{padding:24px;max-width:1600px;margin:0 auto}.clusters-summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.clusters-summary-header .header-left{display:flex;align-items:center;gap:12px}.clusters-summary-header h2{font-size:24px;font-weight:700;color:#fff;margin:0}.clusters-summary-header .cluster-count{font-size:13px;color:#ffffff80;background:#ffffff14;padding:4px 10px;border-radius:12px}.clusters-summary-header .header-right{display:flex;align-items:center;gap:12px}.clusters-summary-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#fff9}.clusters-summary-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#fff9}.clusters-summary-error button{margin-top:16px;padding:8px 20px;background:#3b82f6;border:none;border-radius:6px;color:#fff;font-weight:500;cursor:pointer}.summary-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.summary-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px}.summary-card-icon.cost{background:#22c55e26;color:#22c55e}.summary-card-icon.clusters{background:#ff990026;color:#f90}.summary-card-icon.nodes{background:#3b82f626;color:#3b82f6}.summary-card-content{display:flex;flex-direction:column;gap:4px}.summary-card-value{font-size:24px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.clusters-table-container{background:linear-gradient(165deg,#1e1e32,#151525,#12121f);border:1px solid rgba(255,255,255,.06);border-radius:16px;overflow:hidden}.clusters-table{width:100%;border-collapse:collapse}.clusters-table thead{background:#0003}.clusters-table th{padding:14px 16px;text-align:left;font-size:11px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.06)}.clusters-table th.col-metrics{text-align:center}.metrics-header{display:flex;align-items:center;justify-content:center;gap:6px}.clusters-table tbody tr{cursor:pointer;transition:all .2s ease}.clusters-table tbody tr:hover{background:#ffffff0a}.clusters-table tbody tr.disconnected{opacity:.4;filter:grayscale(40%)}.clusters-table tbody tr.disconnected:hover{opacity:.6;filter:grayscale(20%)}.clusters-table tbody tr.connected{background:#22c55e08}.clusters-table tbody tr.connected:hover{background:#22c55e14}.clusters-table tbody tr:not(:last-child){border-bottom:1px solid rgba(255,255,255,.04)}.clusters-table td{padding:16px;vertical-align:middle}.cluster-info{display:flex;align-items:center;gap:12px}.cluster-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ff99001a;border-radius:10px}.cluster-details{display:flex;flex-direction:column;gap:2px}.cluster-name{font-size:14px;font-weight:600;color:#fff}.cluster-account{font-size:12px;color:#fff6}.region-badge{display:inline-block;padding:4px 10px;background:#6366f126;color:#818cf8;font-size:12px;font-weight:500;border-radius:6px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:20px;font-size:11px;font-weight:600}.status-badge.active{background:#22c55e26;color:#22c55e}.status-badge.inactive{background:#ef444426;color:#ef4444}.col-status{width:120px}.node-count{font-size:14px;font-weight:600;color:#fff}.cost-display{display:flex;flex-direction:column;gap:2px}.cost-value{font-size:15px;font-weight:700;color:#22c55e}.cost-hourly{font-size:11px;color:#fff6}.metric-mini-cards{display:flex;gap:6px;justify-content:center}.metric-mini{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 8px;border-radius:6px;min-width:42px}.metric-mini.provisioned{background:#94a3b81a}.metric-mini.allocatable{background:#22c55e1a}.metric-mini.requested{background:#3b82f61a}.metric-mini.used{background:#14b8a61a}.metric-mini .mini-label{font-size:8px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#fff6}.metric-mini .mini-value{font-size:11px;font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.metric-mini.provisioned .mini-value{color:#94a3b8}.metric-mini.allocatable .mini-value{color:#22c55e}.metric-mini.requested .mini-value{color:#3b82f6}.metric-mini.used .mini-value{color:#14b8a6}.col-action{width:40px;text-align:center}.action-icon{color:#ffffff4d;transition:all .2s ease}.cluster-row:hover .action-icon{color:#fff9;transform:translate(2px)}.no-clusters{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#fff6}.no-clusters svg{margin-bottom:16px;opacity:.3}.no-clusters p{font-size:16px;font-weight:600;color:#fff9;margin:0 0 8px}.no-clusters span{font-size:13px}[data-theme=light] .clusters-summary-header h2{color:#0f172a}[data-theme=light] .clusters-summary-header .cluster-count{color:#64748b;background:#0000000f}[data-theme=light] .clusters-table-container{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 3px #0000000a}[data-theme=light] .clusters-table thead{background:#f8fafc}[data-theme=light] .clusters-table th{color:#64748b;border-bottom-color:#e5e7eb}[data-theme=light] .clusters-table tbody tr:hover{background:#f8fafc}[data-theme=light] .clusters-table tbody tr:not(:last-child){border-bottom-color:#f1f5f9}[data-theme=light] .cluster-name{color:#0f172a}[data-theme=light] .cluster-account{color:#94a3b8}[data-theme=light] .cluster-icon{background:#ff990014}[data-theme=light] .status-badge.active{background:#22c55e26;color:#15803d}[data-theme=light] .status-badge.inactive{background:#ef444426;color:#b91c1c}[data-theme=light] .node-count{color:#0f172a}[data-theme=light] .cost-value{color:#16a34a}[data-theme=light] .cost-hourly,[data-theme=light] .metric-mini .mini-label{color:#94a3b8}[data-theme=light] .metric-mini .mini-value{color:#0f172a}[data-theme=light] .metric-mini.provisioned .mini-value{color:#64748b}[data-theme=light] .metric-mini.allocatable .mini-value{color:#16a34a}[data-theme=light] .metric-mini.requested .mini-value{color:#2563eb}[data-theme=light] .metric-mini.used .mini-value{color:#0d9488}[data-theme=light] .action-icon{color:#cbd5e1}[data-theme=light] .cluster-row:hover .action-icon{color:#94a3b8}[data-theme=light] .clusters-summary-loading,[data-theme=light] .clusters-summary-error{color:#64748b}[data-theme=light] .no-clusters{color:#94a3b8}[data-theme=light] .no-clusters p{color:#64748b}@media (max-width: 1200px){.summary-cards{grid-template-columns:repeat(3,1fr)}.metric-mini-cards{flex-wrap:wrap}.metric-mini{min-width:36px;padding:4px 6px}}@media (max-width: 900px){.summary-cards{grid-template-columns:1fr}.clusters-table-container{overflow-x:auto}.clusters-table{min-width:800px}}@media (max-width: 600px){.clusters-summary{padding:16px}.clusters-summary-header{flex-direction:column;gap:16px;align-items:flex-start}.clusters-summary-header h2{font-size:20px}}.clusters-dashboard{padding:24px;max-width:1600px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.dashboard-header .header-left{display:flex;flex-direction:column;gap:4px}.dashboard-header h2{font-size:24px;font-weight:700;color:#fff;margin:0}.dashboard-subtitle{font-size:13px;color:#ffffff80}.dashboard-header .header-right{display:flex;align-items:center;gap:12px}.refresh-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:var(--brand-primary);border:1px solid var(--brand-primary);border-radius:8px;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.refresh-btn:hover:not(:disabled){background:var(--brand-primary-hover);border-color:var(--brand-primary-hover)}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.refresh-btn.refreshing svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#fff9}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#fff9}.dashboard-error button{margin-top:16px;padding:8px 20px;background:#3b82f6;border:none;border-radius:6px;color:#fff;font-weight:500;cursor:pointer}.dashboard-summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.summary-card{display:flex;align-items:center;gap:16px;padding:20px 24px;background:linear-gradient(165deg,#1e1e32,#151525,#12121f);border:1px solid rgba(255,255,255,.06);border-radius:16px;transition:all .3s ease}.summary-card:hover{border-color:#ffffff1a;transform:translateY(-2px)}.summary-card-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:12px}.summary-card.total-cost .summary-card-icon{background:#22c55e26;color:#22c55e}.summary-card.clusters-count .summary-card-icon{background:#3b82f626;color:#3b82f6}.summary-card.regions-count .summary-card-icon{background:#ff990026;color:#f90}.summary-card.avg-cost .summary-card-icon{background:#8b5cf626;color:#8b5cf6}.summary-card-content{display:flex;flex-direction:column;gap:2px}.summary-card-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.summary-card-value{font-size:26px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.summary-card-sub{font-size:12px;color:#fff6}.dashboard-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.chart-card{background:linear-gradient(165deg,#1e1e32,#151525,#12121f);border:1px solid rgba(255,255,255,.06);border-radius:16px;overflow:hidden}.chart-card.full-width{grid-column:1 / -1}.chart-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06)}.chart-header h3{font-size:14px;font-weight:600;color:#fff;margin:0}.chart-type-toggle{display:flex;gap:4px;background:#ffffff0f;border-radius:6px;padding:3px}.toggle-btn{display:flex;align-items:center;justify-content:center;width:32px;height:28px;border:none;border-radius:4px;background:transparent;color:#ffffff80;cursor:pointer;transition:all .2s ease}.toggle-btn:hover{color:#fffc;background:#ffffff14}.toggle-btn.active{background:#3b82f633;color:#3b82f6}.toggle-btn.active:hover{background:#3b82f64d}.chart-content{padding:20px}.bar-chart-content{padding:20px 10px}.no-data{display:flex;align-items:center;justify-content:center;height:200px;color:#fff6;font-size:14px}.chart-table-view{max-height:250px;overflow-y:auto}.mini-breakdown-table{width:100%;border-collapse:collapse}.mini-breakdown-table thead{position:sticky;top:0;background:linear-gradient(165deg,#1e1e32,#151525);z-index:1}.mini-breakdown-table th{padding:10px 12px;text-align:left;font-size:11px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.08)}.mini-breakdown-table th.text-right{text-align:right}.mini-breakdown-table tbody tr{transition:background .2s ease}.mini-breakdown-table tbody tr:hover{background:#ffffff0a}.mini-breakdown-table tbody tr:not(:last-child){border-bottom:1px solid rgba(255,255,255,.04)}.mini-breakdown-table td{padding:10px 12px;font-size:13px;color:#fffc}.mini-breakdown-table td.text-right{text-align:right}.mini-breakdown-table td.cost-value{font-weight:600;color:#22c55e}.table-name-cell{display:flex;align-items:center;gap:10px}.table-color-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.chart-legend{display:flex;flex-direction:column;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.chart-legend .legend-item{display:flex;align-items:center;gap:10px;padding:6px 0}.legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.legend-name{flex:1;font-size:12px;color:#ffffffb3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chart-legend .legend-value{font-size:12px;font-weight:600;color:#fff;font-variant-numeric:tabular-nums}.dashboard-tooltip{background:#1e1e32f2;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px}.tooltip-label{font-size:11px;color:#fff9;margin:0 0 4px}.tooltip-value{font-size:14px;font-weight:600;color:#fff;margin:0}.top-clusters-section,.cost-breakdown-section{margin-bottom:24px}.breakdown-table-container{overflow-x:auto}.breakdown-table{width:100%;border-collapse:collapse}.breakdown-table thead{background:#0003}.breakdown-table th{padding:12px 16px;text-align:left;font-size:11px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.06)}.breakdown-table th.text-right{text-align:right}.breakdown-table tbody tr{transition:all .2s ease}.breakdown-table tbody tr:hover{background:#ffffff0a}.breakdown-table tbody tr:not(:last-child){border-bottom:1px solid rgba(255,255,255,.04)}.breakdown-table td{padding:14px 16px;font-size:13px;color:#fffc}.breakdown-table td.text-right{text-align:right}.breakdown-table td.cost-value{font-weight:600;color:#22c55e}.cluster-name-cell{display:flex;align-items:center;gap:8px}.cluster-name-cell span{font-weight:500;color:#fff}.region-badge{display:inline-block;padding:4px 10px;background:#6366f126;color:#818cf8;font-size:11px;font-weight:500;border-radius:6px}.percentage-cell{display:flex;align-items:center;gap:10px;justify-content:flex-end}.percentage-bar{width:60px;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.percentage-fill{height:100%;background:#3b82f6;border-radius:3px;transition:width .3s ease}.percentage-cell span{min-width:45px;text-align:right;font-variant-numeric:tabular-nums}[data-theme=light] .dashboard-header h2{color:#0f172a}[data-theme=light] .dashboard-subtitle{color:#64748b}[data-theme=light] .refresh-btn{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff}[data-theme=light] .refresh-btn:hover:not(:disabled){background:var(--brand-primary-hover);border-color:var(--brand-primary-hover)}[data-theme=light] .summary-card{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 3px #0000000a}[data-theme=light] .summary-card-label{color:#64748b}[data-theme=light] .summary-card-value{color:#0f172a}[data-theme=light] .summary-card-sub{color:#94a3b8}[data-theme=light] .chart-card{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 3px #0000000a}[data-theme=light] .chart-header{border-bottom-color:#e5e7eb}[data-theme=light] .chart-header h3{color:#0f172a}[data-theme=light] .chart-type-toggle{background:#0000000a}[data-theme=light] .toggle-btn{color:#64748b}[data-theme=light] .toggle-btn:hover{color:#334155;background:#0000000f}[data-theme=light] .toggle-btn.active{background:#3b82f626;color:#2563eb}[data-theme=light] .toggle-btn.active:hover{background:#3b82f633}[data-theme=light] .mini-breakdown-table thead{background:#f8fafc}[data-theme=light] .mini-breakdown-table th{color:#64748b;border-bottom-color:#e5e7eb}[data-theme=light] .mini-breakdown-table tbody tr:hover{background:#f8fafc}[data-theme=light] .mini-breakdown-table tbody tr:not(:last-child){border-bottom-color:#f1f5f9}[data-theme=light] .mini-breakdown-table td{color:#475569}[data-theme=light] .mini-breakdown-table td.cost-value{color:#16a34a}[data-theme=light] .chart-legend{border-top-color:#e5e7eb}[data-theme=light] .legend-name{color:#475569}[data-theme=light] .chart-legend .legend-value{color:#0f172a}[data-theme=light] .dashboard-tooltip{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 12px #0000001a}[data-theme=light] .tooltip-label{color:#64748b}[data-theme=light] .tooltip-value{color:#0f172a}[data-theme=light] .breakdown-table thead{background:#f8fafc}[data-theme=light] .breakdown-table th{color:#64748b;border-bottom-color:#e5e7eb}[data-theme=light] .breakdown-table tbody tr:hover{background:#f8fafc}[data-theme=light] .breakdown-table tbody tr:not(:last-child){border-bottom-color:#f1f5f9}[data-theme=light] .breakdown-table td{color:#475569}[data-theme=light] .breakdown-table td.cost-value{color:#16a34a}[data-theme=light] .cluster-name-cell span{color:#0f172a}[data-theme=light] .region-badge{background:#6366f11a}[data-theme=light] .percentage-bar{background:#00000014}[data-theme=light] .dashboard-loading,[data-theme=light] .dashboard-error{color:#64748b}[data-theme=light] .loading-spinner{border-color:#0000000f;border-top-color:#3b82f6}[data-theme=light] .no-data{color:#94a3b8}@media (max-width: 1200px){.dashboard-summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 900px){.dashboard-charts{grid-template-columns:1fr}.breakdown-table-container{overflow-x:auto}.breakdown-table{min-width:700px}}@media (max-width: 600px){.clusters-dashboard{padding:16px}.dashboard-header{flex-direction:column;gap:16px;align-items:flex-start}.dashboard-header h2{font-size:20px}.dashboard-summary-cards{grid-template-columns:1fr}.summary-card-value{font-size:22px}}.user-management{padding:0}.user-management-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.header-left h1{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 8px}.app.dark .header-left h1{color:#fff}.header-left p{font-size:.875rem;color:#64748b;margin:0}.app.dark .header-left p{color:#9e9e9e}.create-user-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--theme-primary, #4CAF50);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.create-user-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.error-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#dc2626;font-size:14px;margin-bottom:24px}.app.dark .error-message{background:#ef444426;border-color:#ef44444d;color:#f87171}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0;color:#64748b}.loading-spinner-large{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--theme-primary, #4CAF50);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.app.dark .loading-spinner-large{border-color:#ffffff1a;border-top-color:var(--theme-primary, #4CAF50)}.users-table-container{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;border:1px solid rgba(226,232,240,.8);overflow:hidden}.app.dark .users-table-container{background:#1e1e2ecc;border-color:#ffffff14}.users-table{width:100%;border-collapse:collapse}.users-table th{text-align:left;padding:16px 20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0}.app.dark .users-table th{color:#9e9e9e;background:#ffffff08;border-bottom-color:#ffffff14}.users-table td{padding:16px 20px;font-size:14px;color:#374151;border-bottom:1px solid #f1f5f9}.app.dark .users-table td{color:#e5e7eb;border-bottom-color:#ffffff0d}.users-table tr:last-child td{border-bottom:none}.users-table tr:hover td{background:#00000005}.app.dark .users-table tr:hover td{background:#ffffff05}.user-name{display:flex;align-items:center;gap:12px;font-weight:500}.user-avatar{width:36px;height:36px;border-radius:50%;background:var(--theme-primary, #4CAF50);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.current-user-badge{font-size:11px;padding:2px 8px;background:#3b82f61a;color:#3b82f6;border-radius:10px;font-weight:500}.app.dark .current-user-badge{background:#3b82f633}.user-email{color:#64748b}.app.dark .user-email{color:#9e9e9e}.role-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.role-badge.admin{background:#ef44441a;color:#dc2626}.app.dark .role-badge.admin{background:#ef444433;color:#f87171}.role-badge.editor{background:#3b82f61a;color:#2563eb}.app.dark .role-badge.editor{background:#3b82f633;color:#60a5fa}.role-badge.viewer{background:#6b72801a;color:#4b5563}.app.dark .role-badge.viewer{background:#6b728033;color:#9ca3af}.user-date{color:#64748b;font-size:13px}.app.dark .user-date{color:#9e9e9e}.user-actions{display:flex;gap:8px}.action-btn{width:32px;height:32px;border:none;border-radius:8px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#64748b}.action-btn:hover{background:#0000000d}.app.dark .action-btn:hover{background:#ffffff1a}.action-btn.edit:hover{color:#3b82f6}.action-btn.password:hover{color:#f59e0b}.action-btn.delete:hover{color:#ef4444}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:24px;box-shadow:0 20px 40px #00000026}.app.dark .modal{background:#1e1e2e;box-shadow:0 20px 40px #0006}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-header h2{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}.app.dark .modal-header h2{color:#fff}.close-btn{width:32px;height:32px;border:none;border-radius:8px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s ease}.close-btn:hover{background:#0000000d;color:#1a1a1a}.app.dark .close-btn:hover{background:#ffffff1a;color:#fff}.modal-error{padding:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#dc2626;font-size:13px;margin-bottom:16px}.app.dark .modal-error{background:#ef444426;color:#f87171}.modal-description{font-size:14px;color:#64748b;margin:0 0 20px}.app.dark .modal-description{color:#9e9e9e}.modal .form-group{margin-bottom:16px}.modal .form-group label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.app.dark .modal .form-group label{color:#e5e7eb}.modal .form-group input,.modal .form-group select{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#f8fafc;color:#1a1a1a;transition:all .2s ease}.modal .form-group input:focus,.modal .form-group select:focus{outline:none;border-color:var(--theme-primary, #4CAF50);box-shadow:0 0 0 3px #4caf501a}.app.dark .modal .form-group input,.app.dark .modal .form-group select{background:#ffffff0d;border-color:#ffffff1a;color:#fff}.modal .form-group input:disabled{opacity:.6;cursor:not-allowed}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.cancel-btn{padding:10px 20px;border:1px solid #e2e8f0;border-radius:8px;background:transparent;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#f8fafc;color:#1a1a1a}.app.dark .cancel-btn{border-color:#ffffff1a;color:#9e9e9e}.app.dark .cancel-btn:hover{background:#ffffff0d;color:#fff}.submit-btn{padding:10px 20px;border:none;border-radius:8px;background:var(--theme-primary, #4CAF50);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0d0d14;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;padding:40px 20px;position:relative;overflow:hidden}.login-bg-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto;z-index:0}.login-logo{display:flex;align-items:center;gap:12px;margin-bottom:48px;position:relative;z-index:1}.login-logo svg{filter:drop-shadow(0 4px 12px rgba(34,231,131,.3))}.login-brand{font-size:32px;font-weight:600;color:#fff;letter-spacing:-.5px}.brand-x{color:#10b981}.login-content{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.login-title{font-size:28px;font-weight:700;background:linear-gradient(135deg,#fff,#a0a0a0,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 32px;text-align:center;letter-spacing:-.5px}.sso-button{width:100%;padding:14px 24px;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:15px;font-weight:500;color:#fff;background:#1a1a26;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:12px}.sso-button:hover{background:#222230;border-color:#ffffff40}.sso-button:active{transform:scale(.98)}.sso-button svg{flex-shrink:0;border-radius:2px}.login-divider{display:flex;align-items:center;width:100%;margin:20px 0;gap:16px}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.login-divider span{font-size:13px;color:#ffffff80;font-weight:400}.login-form{width:100%;display:flex;flex-direction:column;gap:12px}.form-group{width:100%}.form-group input{width:100%;padding:14px 16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:15px;background:#161620;color:#fff;transition:all .2s ease;outline:none;box-sizing:border-box}.form-group input::placeholder{color:#fff6}.form-group input:focus{border-color:#ffffff40;background:#1a1a26}.password-group{position:relative}.password-group input{padding-right:48px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff6;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.password-toggle:hover{color:#ffffffb3}.status-message{width:100%;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;text-align:center}.status-message.success{background:#22e78326;border:1px solid rgba(34,231,131,.3);color:#22e783}.status-message.error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171}.login-button{width:100%;padding:14px 24px;border:none;border-radius:8px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;background:#7c3aed}.login-button:hover:not(:disabled){background:#6d28d9}.login-button:active:not(:disabled){transform:scale(.98)}.login-button:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.forgot-password{margin-top:20px;font-size:14px;color:#ec4899;text-decoration:none;font-weight:500;transition:color .2s ease}.forgot-password:hover{color:#f472b6;text-decoration:underline}@media (max-width: 480px){.login-page{padding:24px 20px}.login-logo{margin-bottom:36px}.login-logo svg{width:40px;height:40px}.login-brand{font-size:26px}.login-title{font-size:20px;margin-bottom:24px}.form-group input{padding:12px 14px;font-size:14px}.sso-button,.login-button{padding:12px 20px;font-size:14px}}.app{display:flex;width:100%;height:100vh;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);position:relative;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.app.dark{background:linear-gradient(135deg,#0f0f0f,#1a1a2e)}.main-content{flex:1;padding:32px 48px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);overflow-y:auto;margin-left:240px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);min-height:100vh;position:relative;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}.main-content::-webkit-scrollbar{width:8px}.main-content::-webkit-scrollbar-track{background:transparent}.main-content::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.main-content::-webkit-scrollbar-thumb:hover{background:#00000040}.main-content.sidebar-hidden{margin-left:0!important}.main-content.sidebar-collapsed:not(.sidebar-hidden){margin-left:90px}.main-content:not(.sidebar-hidden):not(.sidebar-collapsed){margin-left:240px}.app.dark .main-content{background:linear-gradient(180deg,#1a1a2e,#16162a);color:#f1f5f9}.app.dark .main-content::-webkit-scrollbar-thumb{background:#ffffff26}.app.dark .main-content::-webkit-scrollbar-thumb:hover{background:#ffffff40}.breadcrumbs{display:flex;align-items:center;gap:.5rem;margin-bottom:28px;font-size:.8125rem;color:#64748b;font-weight:500;letter-spacing:.01em}.app.dark .breadcrumbs{color:#9e9e9e}.breadcrumbs .separator{color:#bdbdbd;margin:0 2px}.app.dark .breadcrumbs .separator{color:#616161}.breadcrumbs .current{font-weight:600;color:#0f172a;background:#22e7831a;padding:4px 10px;border-radius:6px}.app.dark .breadcrumbs .current{color:#fff;background:#22e78333}.content-header{display:flex;align-items:center;gap:16px;padding:24px 28px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;margin-bottom:32px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(226,232,240,.8)}.content-header:hover{box-shadow:0 4px 16px #0000000f,0 8px 24px #0000000a;transform:translateY(-1px)}.app.dark .content-header{background:#1e1e2ecc;box-shadow:0 1px 3px #0003,0 4px 12px #00000026;border-color:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app.dark .content-header:hover{box-shadow:0 4px 16px #00000040,0 8px 24px #0003}.header-icon{flex-shrink:0;width:40px;height:40px}.header-title{font-size:1.75rem;font-weight:700;text-transform:uppercase;color:#1a1a1a;margin:0;letter-spacing:.05em}.app.dark .header-title{color:#fff}.content-body{color:#616161;line-height:1.6}.app.dark .content-body{color:#b0b0b0}.content-body h2{color:#1a1a1a;margin-bottom:16px;font-size:2rem;font-weight:700;letter-spacing:-.02em}.app.dark .content-body h2{color:#fff}.content-body p{font-size:1rem;margin-bottom:12px;color:#757575}.app.dark .content-body p{color:#9e9e9e}.sidebar-hidden-indicator{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:10000;pointer-events:none;animation:fadeInSlideDown .5s cubic-bezier(.34,1.56,.64,1)}@keyframes fadeInSlideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px) scale(.9)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.sidebar-hidden-indicator.from-collapsed{animation:fadeInSlideDown .5s cubic-bezier(.34,1.56,.64,1)}.hidden-indicator-content{display:flex;flex-direction:row;align-items:center;gap:10px;background:#fffffff2;padding:8px 16px 8px 10px;border-radius:12px;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1)}.app.dark .hidden-indicator-content{background:#1e1e2ef2;box-shadow:0 4px 20px #0000004d,0 2px 8px #0003;border:1px solid rgba(255,255,255,.1)}.hidden-indicator-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px;overflow:hidden}.hidden-indicator-icon svg{width:100%;height:100%;transition:transform .3s ease}.hidden-indicator-text{display:flex;flex-direction:row;align-items:baseline;gap:0}.hidden-indicator-name{display:flex;align-items:baseline;font-family:Cairo,sans-serif;font-size:20px;font-weight:700;line-height:1;letter-spacing:-.02em}.hidden-name-main{color:#1a1a1a;font-weight:700;transition:color .3s ease}.hidden-name-accent{font-weight:700;transition:color .3s ease}.app.dark .hidden-name-main{color:#fff}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.app.dark .loading-screen,[data-theme=dark] .loading-screen{background:linear-gradient(135deg,#0f0f0f,#1a1a2e)}.loading-spinner-large{width:48px;height:48px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--theme-primary, #4CAF50);border-radius:50%;animation:loadingSpin .8s linear infinite}[data-theme=dark] .loading-spinner-large{border-color:#ffffff1a;border-top-color:var(--theme-primary, #4CAF50)}@keyframes loadingSpin{to{transform:rotate(360deg)}}:root{--brand-primary: #10b981;--brand-primary-hover: #059669;--brand-primary-light: rgba(16, 185, 129, .15);--brand-primary-glow: rgba(34, 231, 131, .3);--accent-purple: #7c3aed;--accent-purple-hover: #6d28d9;--accent-pink: #ec4899;--accent-pink-hover: #f472b6;--status-success: #22e783;--status-success-bg: rgba(34, 231, 131, .15);--status-success-border: rgba(34, 231, 131, .3);--status-error: #ef4444;--status-error-light: #f87171;--status-error-bg: rgba(239, 68, 68, .15);--status-error-border: rgba(239, 68, 68, .3);--status-warning: #f59e0b;--status-warning-light: #fbbf24;--status-warning-bg: rgba(245, 158, 11, .15);--status-info: #3b82f6;--status-info-light: #60a5fa;--status-info-bg: rgba(59, 130, 246, .15);--chart-blue: #05a6f0;--chart-green: #81bc06;--chart-red: #f35325;--chart-yellow: #ffba08;--chart-purple: #8b5cf6;--chart-cyan: #06b6d4;--chart-orange: #f97316;--primary-color: var(--brand-primary);--primary-hover: var(--brand-primary-hover)}[data-theme=light],body.light{--bg-primary: #f0f2f8;--bg-secondary: #ffffff;--bg-tertiary: #f8f9fa;--bg-elevated: #ffffff;--text-primary: #000000;--text-secondary: #333333;--text-tertiary: #6b7280;--text-muted: #9ca3af;--border-primary: #e5e7eb;--border-secondary: #ddd;--border-light: #e9ecef;--sidebar-bg: #0d0d14;--sidebar-text: #ffffff;--sidebar-hover: rgba(255, 255, 255, .06);--sidebar-active: var(--brand-primary);--sidebar-footer-bg: #f0f2f8;--sidebar-border: rgba(255, 255, 255, .08);--card-bg: #ffffff;--card-border: #e5e7eb;--input-bg: #ffffff;--input-border: #ddd;--input-focus-border: rgba(16, 185, 129, .5);--table-header-bg: #f8f9fa;--table-row-hover: #f5f5f5;--table-border: #e5e7eb;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}[data-theme=dark],body.dark{--bg-primary: #14141e;--bg-secondary: #1a1a26;--bg-tertiary: #22222e;--bg-elevated: #1a1a26;--bg-login: #0d0d14;--bg-login-input: #161620;--bg-login-input-focus: #1a1a26;--text-primary: #ffffff;--text-secondary: #e5e7eb;--text-tertiary: #9ca3af;--text-muted: rgba(255, 255, 255, .5);--border-primary: #444444;--border-secondary: #64748b;--border-light: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .25);--sidebar-bg: #0d0d14;--sidebar-text: #ffffff;--sidebar-hover: #64748b;--sidebar-active: var(--brand-primary);--sidebar-footer-bg: #14141e;--card-bg: #2c2c3a;--card-border: #444444;--input-bg: #161620;--input-border: rgba(255, 255, 255, .1);--input-focus-border: rgba(255, 255, 255, .25);--input-focus-bg: #1a1a26;--table-header-bg: #444444;--table-row-hover: #444444;--table-border: #444444;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 4px 6px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .4)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100vh}
