:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh}.top-nav{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:60px}.nav-left{display:flex;align-items:center;gap:1.5rem}.nav-logo{display:flex;align-items:center;text-decoration:none;transition:opacity .2s}.nav-logo:hover{opacity:.8}.logo-image{height:28px;width:auto}.nav-divider{height:30px;width:1px;background:#ffffff4d}.nav-links{display:flex;align-items:center;gap:.5rem}.nav-link{padding:.5rem 1rem;color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.95rem;border-radius:6px;transition:all .2s;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;gap:.4rem;white-space:nowrap}.nav-link:hover{background:#ffffff26;color:#fff}.nav-link.active{background:#ffffff40;color:#fff;font-weight:600}.nav-dropdown{position:relative}.dropdown-toggle{padding-right:.7rem}.dropdown-arrow{font-size:.65rem;transition:transform .2s;display:inline-block;margin-left:.2rem}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:180px;overflow:hidden;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:block;padding:.7rem 1rem;color:#374151;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .15s;border-left:3px solid transparent}.dropdown-item:hover{background:#f3f4f6;color:#667eea;border-left-color:#667eea}.dropdown-item.active{background:#eff6ff;color:#667eea;border-left-color:#667eea;font-weight:600}.nav-right{display:flex;align-items:center}.user-menu-toggle{display:flex;align-items:center;gap:.6rem;padding:.4rem .8rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s;font-size:.9rem}.user-menu-toggle:hover{background:#ffffff40;border-color:#fff6}.user-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.5)}.user-name{font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu{right:0;left:auto;min-width:220px}.user-info{padding:.8rem 1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.user-email{font-size:.85rem;color:#6b7280;word-break:break-all}.dropdown-divider{height:1px;background:#e5e7eb;margin:0}.logout-button{width:100%;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;color:#dc2626}.logout-button:hover{background:#fef2f2;color:#b91c1c;border-left-color:#dc2626}@media (max-width: 768px){.nav-container{padding:0 1rem}.nav-left{gap:1rem}.nav-divider{display:none}.logo-image{height:24px}.user-name{display:none}.user-menu-toggle{padding:.4rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:48px;max-width:440px;width:100%;text-align:center}.login-header h1{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.login-header p{font-size:16px;color:#666;margin:0 0 40px}.login-content{display:flex;justify-content:center;margin-bottom:32px}.login-footer{border-top:1px solid #e5e5e5;padding-top:24px}.login-info{font-size:13px;color:#999;line-height:1.6;margin:0}@media (max-width: 480px){.login-card{padding:32px 24px}.login-header h1{font-size:24px}.login-header p{font-size:14px}}.home-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;margin-bottom:3rem}.home-card{background:#fff;border:2px solid #e1e4e8;border-radius:16px;padding:2.5rem;text-decoration:none;color:inherit;transition:all .3s ease;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column}.home-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #667eea33;border-color:#667eea}.card-icon{color:#667eea;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#f5f7fa,#e8eef5);border-radius:12px}.home-card h2{font-size:1.75rem;font-weight:600;margin:0 0 1rem;color:#2d3748}.home-card p{color:#718096;margin-bottom:1.5rem;line-height:1.6;font-size:1rem}.home-card ul{list-style:none;padding:0;margin:0 0 auto;flex-grow:1}.home-card ul li{padding:.6rem 0;color:#4a5568;font-size:.95rem;display:flex;align-items:flex-start}.home-card ul li:before{content:"→";color:#667eea;font-weight:700;margin-right:.75rem;flex-shrink:0}.card-link{display:inline-block;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;color:#667eea;font-weight:600;font-size:1.05rem;transition:transform .2s ease}.home-card:hover .card-link{transform:translate(6px)}.home-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:3rem 0 2rem}.info-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000a}.info-section h3{margin-top:0;color:#2d3748;font-size:1.35rem;font-weight:600;margin-bottom:1rem}.info-section p{color:#4a5568;line-height:1.7;margin-bottom:0}.info-section ul,.info-section ol{color:#4a5568;line-height:1.8;padding-left:1.5rem}.info-section ul li{margin:.6rem 0}.info-section ol li{margin:.75rem 0}@media (max-width: 768px){.home-cards,.home-info{grid-template-columns:1fr}.home-card{padding:2rem}.info-section{padding:1.5rem}}.metrics-cards{display:flex;gap:1rem;margin-bottom:2rem}@media (max-width: 768px){.metrics-cards{flex-direction:column}}.metric-card{background:#fff;border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 2px 10px #0000000d;transition:all .3s ease;border-top:3px solid transparent;position:relative;overflow:hidden;display:flex;align-items:center;gap:1rem}.metric-card.compact{min-width:180px;padding:1rem 1.25rem}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.metric-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #667eea26}.metric-card.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.metric-card.highlight:before{background:#fff}.metric-icon{font-size:2rem;flex-shrink:0}.metric-content{display:flex;flex-direction:column;gap:.25rem}.metric-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.metric-card.highlight .metric-value{background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-label{font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;color:#666}.metric-card.highlight .metric-label{color:#fffffff2}.metric-subtitle{font-size:.875rem;color:#999;margin-top:.5rem}.metric-card.highlight .metric-subtitle{color:#ffffffd9}.rs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.rs-header-left{display:flex;flex-direction:column;gap:.25rem}.config-timestamp{font-size:.7rem;color:#6b7280;font-weight:500}.btn-toggle-view{padding:.25rem .6rem;background:transparent;border:1px solid #d1d5db;border-radius:4px;font-size:.7rem;font-weight:500;cursor:pointer;transition:all .15s;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.btn-toggle-view:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.rs-formatted-view{margin-top:.5rem}.rs-compact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-bottom:.75rem}.rs-compact-field{display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;background:#f9fafb;border-radius:4px;border:1px solid #e5e7eb}.rs-label{font-size:.7rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px}.badge{padding:.2rem .5rem;border-radius:3px;font-size:.7rem;font-weight:600;letter-spacing:.3px}.badge-primary{background:#667eea;color:#fff}.badge-warning{background:#f59e0b;color:#fff}.badge-info{background:#3b82f6;color:#fff}.rs-scopes-section,.rs-excluded-section{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.rs-section-label{font-weight:600;color:#374151;display:block;margin-bottom:.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.rs-scopes{display:flex;flex-direction:column;gap:.5rem}.scope-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.6rem}.scope-header{font-weight:600;color:#4b5563;margin-bottom:.4rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.3px}.scope-field{margin-top:.4rem}.scope-label{font-size:.7rem;font-weight:600;color:#6b7280;display:block;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.3px}.scope-value{display:flex;flex-wrap:wrap;gap:.35rem}.scope-badge{padding:.2rem .5rem;border-radius:3px;font-size:.7rem;font-weight:500;white-space:nowrap;border:1px solid}.type-badge{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.ns-badge{background:#faf5ff;color:#7c3aed;border-color:#ddd6fe}.pattern-badge{background:#fef3c7;color:#92400e;border-color:#fde68a}.excluded-services{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto;padding-right:.5rem}.excluded-services::-webkit-scrollbar{width:6px}.excluded-services::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.excluded-services::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.excluded-services::-webkit-scrollbar-thumb:hover{background:#555}.excluded-service-item{display:flex;align-items:center;gap:.4rem;padding:.4rem .5rem;background:#fff;border:1px solid #e5e7eb;border-radius:4px;font-size:.7rem}.service-type-badge{padding:.15rem .4rem;background:#e5e7eb;color:#6b7280;border-radius:3px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.service-namespace{color:#6b7280;font-weight:500;font-size:.7rem}.service-name{color:#374151;font-weight:500;font-size:.7rem}.service-name-full{color:#374151;font-size:.7rem}.agent-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.agent-formatted-view{margin-top:.5rem}.agent-config-container{display:flex;flex-direction:column;gap:.5rem}.agent-config-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.6rem}.agent-config-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.agent-config-title{font-weight:600;color:#374151;font-size:.75rem;text-transform:uppercase;letter-spacing:.3px}.agent-config-details{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.scheduling-rules-label{font-size:.7rem;font-weight:600;color:#6b7280;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.3px}.scheduling-rules{display:flex;flex-wrap:wrap;gap:.4rem}.rule-badge{padding:.25rem .6rem;background:#fff;border:1px solid #4f46e5;color:#4f46e5;border-radius:4px;font-size:.7rem;font-weight:500}.rule-badge strong{font-weight:700;color:#1f2937}.config-display{margin-top:.5rem}.json-display-compact{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:4px;padding:.5rem;font-family:Monaco,Menlo,Courier New,monospace;font-size:.7rem;line-height:1.4;color:#374151;overflow-x:auto;max-height:150px;overflow-y:auto}.json-display-compact code{display:block;white-space:pre}.feature-adoption-container{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000014;margin-bottom:2rem}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.table-header h2{margin:0;font-size:1.5rem;color:#333;display:flex;align-items:center;gap:.75rem}.filtered-badge{font-size:.75rem;font-weight:500;padding:.25rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.btn-expand-all{padding:.6rem 1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-expand-all:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.legend{display:flex;gap:2rem;padding:1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:10px;margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.legend span{display:flex;align-items:center;gap:.5rem}.legend .text-success{color:#10b981}.legend .text-secondary{color:#6c757d}.legend .text-muted{color:#999}.table-wrapper{overflow-x:auto}.feature-table{width:100%;border-collapse:collapse;font-size:.9rem}.feature-table thead th{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1rem .75rem;text-align:left;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px;color:#495057;position:sticky;top:0;z-index:10;border-bottom:2px solid #dee2e6}.feature-table thead th.text-center{text-align:center}.feature-table tbody tr.cluster-row{cursor:pointer;transition:all .2s;border-left:4px solid transparent;border-bottom:1px solid #f0f0f0}.feature-table tbody tr.cluster-row:hover,.feature-table tbody tr.cluster-row.expanded{background-color:#f8f9ff;border-left-color:#667eea}.feature-table tbody td{padding:1rem .75rem;vertical-align:middle}.feature-table tbody td.text-center{text-align:center}.expand-icon.rotated{transform:rotate(90deg)}.account-cell{display:flex;flex-direction:column;gap:.25rem}.account-cell small{font-size:.8rem}.cluster-name{color:#667eea;font-weight:600}.version-code{background:#f8f9fa;padding:.2rem .4rem;border-radius:4px;font-size:.8rem;font-family:Monaco,Menlo,Courier New,monospace;color:#495057;border:1px solid #e9ecef}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .8rem;border-radius:6px;font-size:.8rem;font-weight:500;white-space:nowrap}.badge-disabled{background:#f5f5f5;color:#757575}.badge-na{background:#fafafa;color:#9e9e9e}.badge-provider{text-transform:uppercase;font-size:.75rem;font-weight:600}.badge-aws{background:#fff3e0;color:#ef6c00}.badge-gcp{background:#e3f2fd;color:#1565c0}.badge-azure{background:#e1f5fe;color:#0277bd}.detail-row td{background:linear-gradient(to bottom,#fafbff,#f5f7ff);padding:0!important}.detail-container{padding:2rem;border-left:4px solid #667eea}.detail-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 10px #0000000d;border:1px solid #e9ecef}.detail-section h4{color:#667eea;font-weight:700;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #e9ecef;font-size:1.1rem}.info-table{width:100%;border-collapse:collapse}.info-table td{padding:.6rem .75rem;border-bottom:1px solid #f5f5f5}.info-table td:first-child{width:35%;color:#666;font-weight:500}.info-table td:last-child{color:#333}.info-table tr:last-child td{border-bottom:none}.json-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-top:1.5rem}.json-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000000d;border:1px solid #e9ecef}.json-section h4{color:#667eea;font-weight:700;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #e9ecef;font-size:1rem}.json-display{background:linear-gradient(135deg,#2d3748,#1a202c);color:#e2e8f0;border-radius:8px;padding:1rem;max-height:400px;overflow-y:auto;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;line-height:1.6;margin:0;white-space:pre-wrap}.json-display::-webkit-scrollbar{width:8px;height:8px}.json-display::-webkit-scrollbar-track{background:#1a202c;border-radius:4px}.json-display::-webkit-scrollbar-thumb{background:#4a5568;border-radius:4px}.json-display::-webkit-scrollbar-thumb:hover{background:#718096}@media (max-width: 1400px){.feature-table{font-size:.85rem}.feature-table thead th,.feature-table tbody td{padding:.75rem .5rem}}@media (max-width: 768px){.json-sections{grid-template-columns:1fr}.legend{flex-direction:column;gap:.5rem}.table-header{flex-direction:column;align-items:flex-start;gap:1rem}}.status-badge{display:inline-block;padding:.3rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize;white-space:nowrap}.status-disabled{background:#f8d7da;color:#721c24}.status-enabled{background:#d4edda;color:#155724}.status-enabled-v2{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.status-neutral{background:#e2e3e5;color:#383d41}.ac-version{color:inherit;font-family:inherit;font-size:inherit}.provider-badge{padding:.25rem .65rem;border-radius:12px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.provider-aws{background:#fff3e0;color:#ef6c00}.provider-gcp{background:#e3f2fd;color:#1565c0}.provider-azure{background:#e1f5fe;color:#0277bd}.provider-vmware{background:#4caf50;color:#fff}.account-name{font-weight:600;color:#333}.account-id{font-size:.8rem;color:#666;margin-top:.15rem}.expanded-row{background:linear-gradient(to bottom,#fafbff,#f5f7ff)}.expanded-content{padding:2rem;border-left:4px solid #667eea}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.detail-section h6{color:#667eea;font-weight:700;margin:0 0 1rem;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.text-muted{color:#6c757d;font-style:italic;margin:.5rem 0 0}.no-results{text-align:center;padding:3rem;color:#6c757d}.expand-cell{width:40px;padding-left:1rem!important}.expand-icon{transition:transform .3s;color:#667eea}.expand-icon.expanded{transform:rotate(90deg)}@media (max-width: 1400px){.detail-grid{grid-template-columns:1fr}}.config-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 10px #0000000f}.section-title{font-size:1.1rem;font-weight:700;color:#333;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #e9ecef}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.85rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:1rem;font-weight:500;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem}.feature-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.feature-label{font-weight:600;color:#555}.config-tabs{display:flex;flex-direction:column;gap:.75rem}.config-detail{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;overflow:hidden}.config-summary{cursor:pointer;padding:1rem 1.25rem;background:#fff;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#333;transition:all .2s;-webkit-user-select:none;user-select:none}.config-summary:hover{background:#f8f9fa}.config-detail[open] .config-summary{background:#667eea;color:#fff;border-bottom:1px solid #5568d3}.config-badge{background:#e9ecef;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:500;color:#666}.config-detail[open] .config-badge{background:#fff3;color:#fff}.config-content{padding:1.5rem;background:#fff}.config-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;padding:1rem;background:#f8f9fa;border-radius:6px;border-left:3px solid #667eea}.highlight-item{font-size:.9rem;color:#555}.highlight-item strong{color:#333;display:inline-block;min-width:120px}.cluster-details-container{padding:1.5rem;border-left:4px solid #667eea;max-width:1400px;margin:0 auto}.cluster-details-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.cluster-details-col{display:flex;flex-direction:column;gap:1rem}.cluster-details-container .detail-section{background:#fff;border-radius:12px;padding:1rem;margin-bottom:0;box-shadow:0 2px 10px #0000000d;border:1px solid #e9ecef}.cluster-details-container .detail-section h6{color:#667eea;font-weight:700;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.detail-section-empty{background:#f8f9fa;border:1px dashed #dee2e6}.detail-section-empty .empty-title{color:#6c757d}.detail-section-empty .empty-message{color:#6c757d;font-style:italic;margin-bottom:0;text-align:center;padding:1rem 0}.cluster-details-container .info-table{width:100%;font-size:.875rem;border-collapse:collapse}.cluster-details-container .info-table td{padding:.5rem .75rem;border:none;border-bottom:1px solid #f5f5f5}.cluster-details-container .info-table tr:last-child td{border-bottom:none}.cluster-details-container .info-table .info-label{width:40%;color:#6c757d;font-weight:500}.cluster-details-container .info-table td:last-child{color:#2c3e50}.cluster-details-container .info-table code{background:#f8f9fa;padding:.2rem .4rem;border-radius:4px;font-size:.8rem;color:#667eea}.cluster-details-container .info-table code.small{font-size:.7rem}.cluster-details-container .json-display{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:.75rem;overflow-x:auto;margin-top:.5rem;max-height:400px;overflow-y:auto}.cluster-details-container .json-display code{font-family:Courier New,monospace;font-size:.8rem;line-height:1.5;color:#2c3e50;display:block;white-space:pre}.status-badge.status-na{background:#e9ecef;color:#6c757d}.status-badge.status-pending{background:#fff3cd;color:#856404;border:1px solid #ffc107}.clipped-text{display:inline-block;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;cursor:help}.bp-capabilities-inline{background:#fffbf0;border-left:3px solid #ffc107}.detail-icon{font-size:1rem}@media (max-width: 1200px){.cluster-details-row{grid-template-columns:1fr}}.status-with-timestamp{display:inline-flex;flex-direction:column;gap:.25rem;align-items:flex-start}.config-timestamp-small{font-size:.65rem;color:#6b7280;font-weight:400;white-space:nowrap}.account-input-container{margin-bottom:2rem;position:relative}.account-input-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.account-input-label{font-weight:600;font-size:.95rem;color:#333}.account-input-label .hint{font-weight:400;color:#666;font-size:.85rem}.account-input-row{display:flex;gap:.75rem;align-items:stretch}.account-input-wrapper{display:flex;align-items:stretch;gap:.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:.5rem;transition:all .2s;flex:1}.account-input-wrapper:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.selected-accounts{display:flex;flex-wrap:wrap;gap:.5rem;flex:1;align-items:center}.account-chip{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem .7rem;border-radius:20px;font-size:.85rem;font-weight:500}.chip-remove{background:#fff3;border:none;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s;padding:0}.chip-remove:hover{background:#ffffff4d;transform:scale(1.1)}.account-text-input{flex:1;min-width:150px;border:none;outline:none;font-size:.95rem;padding:.25rem}.account-text-input::placeholder{color:#999}.btn-add-account{background:#667eea;color:#fff;border:none;border-radius:8px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.btn-add-account:hover{background:#5568d3;transform:translateY(-1px)}.suggestions-dropdown{position:absolute;top:calc(100% - 35px);left:0;right:0;background:#fff;border:2px solid #e0e0e0;border-radius:10px;box-shadow:0 10px 30px #00000026;z-index:1000;max-height:200px;overflow-y:auto;margin-top:.5rem}.suggestions-header{padding:.75rem 1rem;font-size:.85rem;color:#666;font-weight:600;border-bottom:1px solid #e0e0e0}.suggestion-item{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.9rem;color:#333;transition:background .2s}.suggestion-item:hover{background:#f5f7fa}.account-input-hint{margin-top:.5rem;font-size:.8rem;color:#666}.account-input-hint kbd{background:#f5f5f5;border:1px solid #ddd;border-radius:3px;padding:.1rem .3rem;font-family:monospace;font-size:.75rem}.action-buttons-inline{display:flex;gap:.5rem;flex-shrink:0}.btn-fetch-inline,.btn-refresh-inline{display:flex;align-items:center;gap:.4rem;padding:.6rem 1rem;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.btn-fetch-inline{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-refresh-inline{background:linear-gradient(135deg,#48bb78,#38a169)}.btn-fetch-inline:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.btn-refresh-inline:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #48bb784d}.btn-fetch-inline:disabled,.btn-refresh-inline:disabled{opacity:.5;cursor:not-allowed}.btn-fetch-inline .spinning,.btn-refresh-inline .spinning{animation:spin 1s linear infinite}.btn-select-all{background:#f0f0f0;border:1px solid #ddd;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;color:#667eea;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-select-all:hover:not(:disabled){background:#e8e8ff;border-color:#667eea}.btn-select-all:disabled{opacity:.5;cursor:not-allowed}.table-filters{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 10px #0000000d;border:2px solid #e9ecef}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filters-header h3{margin:0;font-size:1.1rem;color:#333;display:flex;align-items:center;gap:.5rem}.btn-clear-filters{padding:.5rem 1rem;background:#f5f5f5;border:1px solid #ddd;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s;color:#666;font-weight:500}.btn-clear-filters:hover{background:#e9ecef;border-color:#ccc}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end;margin-bottom:1rem}.filters-toggles{display:flex;flex-direction:row;gap:2rem;align-items:center;padding-top:1rem;border-top:1px solid #e9ecef}@media (max-width: 1400px){.filters-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:600;color:#495057}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon svg{position:absolute;left:.75rem;color:#999}.input-with-icon input{width:100%;padding:.6rem .75rem .6rem 2.5rem;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;transition:all .2s}.input-with-icon input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-group select{padding:.6rem .75rem;border:2px solid #e9ecef;border-radius:8px;font-size:.9rem;background:#fff;cursor:pointer;transition:all .2s}.filter-toggle{justify-content:flex-end}.toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.toggle-label input[type=checkbox]{display:none}.toggle-slider{width:44px;height:24px;background:#e9ecef;border-radius:24px;position:relative;transition:all .3s}.toggle-slider:after{content:"";position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:3px;left:3px;transition:all .3s;box-shadow:0 2px 4px #0003}.toggle-label input:checked+.toggle-slider{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-label input:checked+.toggle-slider:after{left:23px}.toggle-text{font-size:.875rem;font-weight:500;color:#495057}.filter-group-version{flex:1;min-width:220px}.version-filter{display:flex;gap:0;align-items:stretch;border:2px solid #e9ecef;border-radius:8px;overflow:hidden;transition:all .2s}.version-filter:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.version-operator{width:60px;padding:.6rem .5rem;border:none;border-right:1px solid #e9ecef;font-size:.85rem;background:#f8f9fa;cursor:pointer;transition:all .2s;font-family:Courier New,monospace;font-weight:700;color:#667eea;text-align:center;flex-shrink:0}.version-operator:hover{background:#e9ecef}.version-operator:focus{outline:none;background:#667eea;color:#fff}.version-filter input{flex:1;min-width:0;padding:.6rem .75rem;border:none;font-size:.9rem;background:#fff}.version-filter input:focus{outline:none;box-shadow:none}@media (max-width: 1200px){.filters-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 768px){.filters-grid{grid-template-columns:1fr}.filter-toggle{justify-content:flex-start}}.controls{margin-bottom:1.5rem}.cache-indicator{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:.75rem 1rem;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.badge{padding:.4rem .8rem;border-radius:6px;font-size:.875rem;font-weight:500}.badge-cached{background:#e3f2fd;color:#1976d2}.badge-fresh{background:#e8f5e9;color:#388e3c}.generated-at{color:#666;font-size:.875rem}.loading-state,.error-state,.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014}.loading-state .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.error-state{color:#d32f2f}.error-state h3{margin:1rem 0}.btn-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:1rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.empty-state h3{font-size:1.5rem;margin-bottom:.5rem}.empty-state p{color:#666}.policy-drawer-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:10000;animation:fadeIn .2s ease-in}.policy-drawer{position:fixed;top:0;right:0;width:50%;max-width:700px;height:100vh;background:#fff;box-shadow:-4px 0 20px #0003;z-index:10001;display:flex;flex-direction:column;animation:slideInFromRight .3s ease-out}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}.policy-drawer-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;border-bottom:none;background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important}.policy-drawer-title-section{flex:1}.policy-drawer-title-section h2{margin:0;font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.policy-drawer-subtitle{margin:.5rem 0 0;font-size:1rem;opacity:.9}.policy-drawer-header-actions{display:flex;align-items:center;gap:1rem}.policy-drawer-close-btn{background:#fff3;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.policy-drawer-close-btn:hover{background:#ffffff4d}.view-toggle .toggle-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border:none;background:transparent;color:#ffffffb3;border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:.875rem}.view-toggle .toggle-btn:hover{background:#fff3;color:#fff}.view-toggle .toggle-btn.active{background:#ffffff4d;color:#fff}.policy-drawer-content{flex:1;overflow-y:auto;padding:1.25rem}.policy-container{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:1rem}.policy-container:last-child{margin-bottom:0}.policy-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.policy-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#333}.policy-name{font-size:.9rem;color:#666;font-weight:500}.policy-preset-badge{padding:.25rem .625rem;border-radius:16px;font-size:.7rem;font-weight:600;text-transform:uppercase;background:#e3f2fd;color:#1976d2}.policy-chips-row{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.375rem}.policy-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:14px;font-size:.75rem;background:#f5f5f5;border:1px solid #e0e0e0;color:#333;white-space:nowrap}.policy-chip.chip-enabled{background:#e8f5e9;border-color:#81c784;color:#2e7d32}.policy-chip.chip-disabled{background:#ffebee;border-color:#ef9a9a;color:#c62828}.chip-label{font-weight:600;opacity:.8}.chip-value{font-weight:500}.services-scrollable{max-height:180px;overflow-y:auto;overflow-x:hidden;padding-right:.25rem}.services-scrollable::-webkit-scrollbar{width:6px}.services-scrollable::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.services-scrollable::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.services-scrollable::-webkit-scrollbar-thumb:hover{background:#555}.policy-prettified{display:flex;flex-direction:column;gap:.875rem}.policy-section{background:#fff;border-radius:6px;padding:.75rem;border:1px solid #e8e8e8}.policy-section h4{margin:0 0 .625rem;font-size:.8rem;font-weight:600;color:#667eea;text-transform:uppercase;letter-spacing:.5px}.policy-subsection{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f0}.policy-subsection:first-child{margin-top:0;padding-top:0;border-top:none}.policy-subsection h5{margin:0 0 .5rem;font-size:.8rem;font-weight:600;color:#555}.policy-field{display:flex;align-items:baseline;gap:.5rem;padding:.25rem 0}.field-label{font-weight:500;color:#666;min-width:100px;font-size:.75rem}.field-value{color:#333;font-size:.75rem;word-break:break-word;flex:1}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-left:.5rem}.status-badge.enabled{background:#d4edda;color:#155724}.status-badge.disabled{background:#f8d7da;color:#721c24}.policy-json{background:#1e1e1e;border-radius:8px;padding:1.5rem;overflow-x:auto}.policy-json pre{margin:0;color:#d4d4d4;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;line-height:1.5}.policy-empty{text-align:center;padding:3rem 2rem;color:#666}.policy-empty p{margin:0;font-size:1rem}.view-policy-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500}.card-view-policy-btn{margin-left:auto;padding:.375rem .625rem;font-size:.8rem}@media (max-width: 1024px){.policy-drawer{width:70%}}@media (max-width: 768px){.policy-drawer{width:90%}.policy-drawer-header{padding:1rem 1.5rem}.policy-drawer-content{padding:1.5rem}.field-label{min-width:100px;font-size:.8rem}.field-value{font-size:.8rem}}.drawer-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;animation:fadeIn .2s ease}.cluster-savings-drawer{position:fixed;top:0;right:0;bottom:0;width:1100px;max-width:95vw;background:#fff;box-shadow:-4px 0 20px #00000026;z-index:1000;display:flex;flex-direction:column;animation:slideIn .3s ease}.drawer-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;border-bottom:2px solid #e0e0e0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.drawer-title-section h2{margin:0;font-size:1.5rem;font-weight:700}.drawer-subtitle{margin:.5rem 0 0;font-size:1rem;opacity:.9}.drawer-header-actions{display:flex;align-items:center;gap:1rem}.view-toggle{display:flex;gap:.5rem;background:#ffffff26;padding:.25rem;border-radius:6px}.toggle-btn{background:transparent;border:none;color:#ffffffb3;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.toggle-btn:hover{background:#fff3;color:#fff}.toggle-btn.active{background:#ffffff4d;color:#fff}.drawer-close-btn{background:#fff3;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.drawer-close-btn:hover{background:#ffffff4d}.drawer-filter-bar{display:flex;align-items:center;gap:1.5rem;padding:1rem 2rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0}.filter-search{flex:1;display:flex;align-items:center;gap:.625rem;background:#fff;border:1px solid #ddd;border-radius:8px;padding:.625rem 1rem;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.filter-search-input{flex:1;border:none;outline:none;font-size:.875rem;color:#1f2937;background:transparent}.filter-search-input::placeholder{color:#9ca3af}.clear-search-btn{background:transparent;border:none;color:#999;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.clear-search-btn:hover{background:#f0f0f0;color:#333}.filter-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.filter-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.clear-filters-btn{margin-top:1rem;padding:.625rem 1.25rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-filters-btn:hover{background:#5568d3}.drawer-content{flex:1;overflow-y:auto;padding:2rem}.drawer-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.drawer-loading .spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.drawer-loading p{color:#666;font-size:1rem}.drawer-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;color:#dc3545}.drawer-error h3{margin:0;font-size:1.25rem}.drawer-error p{margin:0;color:#666}.drawer-empty{text-align:center;padding:4rem 2rem;color:#999}.drawer-empty p{font-size:1.1rem;margin:0}.drawer-table-container{overflow-x:auto}.cluster-savings-table{width:100%;border-collapse:collapse;font-size:.9rem}.cluster-savings-table thead{background:#f8f9fa;border-bottom:2px solid #e0e0e0;position:sticky;top:0;z-index:1}.cluster-savings-table th{padding:.875rem 1rem;text-align:left;font-weight:600;color:#666;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.cluster-savings-table th small{display:block;margin-top:.25rem;font-size:.7rem;text-transform:none;font-weight:400}.cluster-savings-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.cluster-savings-table tbody tr:hover{background-color:#f8f9fa}.cluster-savings-table td{padding:1rem;vertical-align:middle}.cluster-name{font-weight:600;color:#333;font-size:.9rem}.count-value{font-size:.9rem;color:#666;font-weight:500}.count-highlight{color:#667eea;font-weight:600}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500}.status-badge.enabled{background:#e8f5e9;color:#2e7d32}.status-badge.disabled{background:#f5f5f5;color:#9e9e9e}.savings-cell{display:flex;flex-direction:column;gap:.5rem}.savings-row{display:flex;align-items:center;gap:.25rem}.savings-value{font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.25rem}.savings-value.active{color:#28a745}.savings-capacity{font-weight:400;font-size:.75rem;color:#666}.simulation-time{color:#666;font-size:.85rem}.drawer-card-grid,.cluster-savings-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem;padding:.25rem 0}.cluster-card{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:.625rem;transition:all .2s ease}.cluster-card:hover{box-shadow:0 2px 8px #00000014;border-color:#667eea}.cluster-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:1px solid #e8e8e8}.cluster-card-title{font-size:.7rem;font-weight:600;color:#333;margin:0;line-height:1.2}.cluster-card-date{font-size:.65rem;color:#999;white-space:nowrap}.cluster-card-body{display:flex;flex-direction:column;gap:.2rem}.cluster-card-metric{display:flex;justify-content:space-between;align-items:baseline}.metric-label{font-size:.675rem;color:#666;font-weight:500}.metric-value{font-size:.675rem!important;color:#333;font-weight:600;text-align:right}.metric-value.active{color:#28a745}.metric-value.potential{color:#667eea}.cluster-card-section{margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:1px solid #f0f0f0}.cluster-card-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.cluster-card-section-title{font-size:.675rem;font-weight:600;color:#667eea;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .375rem}.cluster-card-name{font-size:.7rem;font-weight:600;color:#333;margin:0;line-height:1.2}.cluster-card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.cluster-card-row:last-child{margin-bottom:0}.cluster-card-label{font-size:.675rem;color:#666;font-weight:500}.cluster-card-value{font-size:.675rem;color:#333;font-weight:600;display:flex;align-items:center;gap:.25rem}.cluster-card-value.savings-active{color:#28a745}.cluster-card-value.savings-potential{color:#667eea}.savings-capacity{font-size:.65rem;opacity:.8}.count-highlight{color:#667eea;font-weight:700}@media (max-width: 1200px){.cluster-savings-drawer{width:90vw}}@media (max-width: 1024px){.cluster-savings-drawer{width:95vw}}@media (max-width: 768px){.cluster-savings-drawer{width:100%;max-width:100vw}.drawer-header{padding:1rem 1.5rem}.drawer-filter-bar{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem 1.5rem}.drawer-content{padding:1rem}.cluster-savings-table{font-size:.85rem}.cluster-savings-table th,.cluster-savings-table td{padding:.75rem .5rem}.drawer-card-grid{grid-template-columns:1fr;gap:1rem}.cluster-card{padding:1rem}}.feature-section{margin-bottom:1.5rem;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.feature-section-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);cursor:pointer;transition:background .2s ease;border-bottom:1px solid #e0e0e0}.feature-section-header:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6)}.feature-section-title{margin:0;font-size:1.1rem;font-weight:600;color:#333}.feature-section-toggle{background:transparent;border:none;color:#667eea;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.feature-section-toggle:hover{color:#764ba2}.feature-section-content{padding:1.5rem;background:#fff}.rs-stats-container{padding:1rem 0}.rs-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.rs-stat-card{background:#f8f9fa;border-radius:8px;padding:1rem;text-align:center;border:1px solid #e0e0e0;transition:all .2s ease}.rs-stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.rs-stat-card.highlight-active{background:#e8f5e9;border-color:#28a745}.rs-stat-card.highlight-potential{background:#e3f2fd;border-color:#667eea}.rs-stat-label{font-size:.8rem;color:#666;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.rs-stat-value{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.25rem}.rs-stat-value.active{color:#28a745}.rs-stat-value.potential{color:#667eea}.rs-stat-percentage{font-size:.9rem;color:#666;font-weight:500}@media (max-width: 1024px){.rs-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.rs-stats-grid{grid-template-columns:1fr}.feature-section-header{padding:.75rem 1rem}.feature-section-content{padding:1rem}}.view-policy-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;white-space:nowrap}.view-policy-btn:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 2px 8px #667eea4d}.view-policy-btn:active{transform:translateY(0)}.cluster-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.card-view-policy-btn{padding:.25rem .5rem;font-size:.65rem;margin-left:auto;flex-shrink:0}.cost-status-container{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:1.25rem;margin-top:1.25rem}.table-header{margin-bottom:1rem}.table-header h2{font-size:1.25rem;font-weight:600;color:#333;margin:0}.table-responsive{overflow-x:auto}.cost-status-table{width:100%;border-collapse:collapse;font-size:.95rem}.cost-status-table thead{background:#f8f9fa;border-bottom:2px solid #e0e0e0}.cost-status-table th{padding:.625rem .75rem;text-align:left;font-weight:600;color:#666;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.cost-status-table th.group-header{text-align:center;font-weight:700;color:#fff;font-size:.8rem;padding:.75rem .5rem;border-left:3px solid #fff;border-right:3px solid #fff}.cost-status-table th.rs-group{background:linear-gradient(135deg,#4a90e2,#357abd)}.cost-status-table th.rs-subheader{background:#e3f2fd;color:#1565c0}.cost-status-table th.pp-group{background:linear-gradient(135deg,#764ba2,#667eea)}.cost-status-table th.pp-subheader{background:#f3e5f5;color:#6a1b9a}.cost-status-table th.rs-group,.cost-status-table tbody td:nth-child(3),.cost-status-table th.rs-subheader:first-of-type{border-left:3px solid #2196F3!important}.cost-status-table th.pp-group,.cost-status-table tbody td:nth-child(8),.cost-status-table th.pp-subheader:first-of-type{border-left:3px solid #9C27B0!important}.cost-status-table th.rs-group,.cost-status-table tbody td:nth-child(7),.cost-status-table th.rs-subheader:last-of-type{border-right:3px solid #2196F3!important}.cost-status-table th.pp-group,.cost-status-table tbody td:nth-child(12),.cost-status-table th.pp-subheader:last-of-type{border-right:3px solid #9C27B0!important}.cost-status-table th.rs-group{border-top:3px solid #2196F3!important}.cost-status-table th.pp-group{border-top:3px solid #9C27B0!important}.cost-status-table th.rs-subheader{border-bottom:2px solid #BBDEFB!important}.cost-status-table th.pp-subheader{border-bottom:2px solid #E1BEE7!important}.cost-status-table th small{display:block;font-size:.65rem;font-weight:500;text-transform:none;margin-top:.125rem;opacity:.85}.cost-status-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.cost-status-table tbody tr:hover{background-color:#f8f9fa}.cost-status-table tbody tr:last-child td:nth-child(3),.cost-status-table tbody tr:last-child td:nth-child(4),.cost-status-table tbody tr:last-child td:nth-child(5),.cost-status-table tbody tr:last-child td:nth-child(6),.cost-status-table tbody tr:last-child td:nth-child(7){border-bottom:3px solid #2196F3!important}.cost-status-table tbody tr:last-child td:nth-child(8),.cost-status-table tbody tr:last-child td:nth-child(9),.cost-status-table tbody tr:last-child td:nth-child(10),.cost-status-table tbody tr:last-child td:nth-child(11),.cost-status-table tbody tr:last-child td:nth-child(12){border-bottom:3px solid #9C27B0!important}.cost-status-table tbody tr.clickable-row{cursor:pointer}.cost-status-table tbody tr.clickable-row:hover{background-color:#e3f2fd}.cost-status-table td{padding:.625rem .75rem;vertical-align:middle}.account-name{font-weight:600;color:#333;font-size:.9375rem}.account-id{font-size:.75rem;color:#999;margin-top:.25rem}.cluster-count{font-weight:600;font-size:1rem;color:#667eea}.coverage-compact{display:flex;flex-direction:column;align-items:center;gap:.2rem;justify-content:center}.coverage-fraction{font-weight:600;color:#333;font-size:.85rem;margin-right:.25rem}.coverage-percentage{font-size:.75rem;color:#666;font-weight:500}.v2-count-small{font-size:.7rem;color:#764ba2;font-weight:600}.policy-count,.v2-count{font-weight:500;color:#333}.savings-with-realization{display:flex;flex-direction:column;align-items:center;gap:.1rem}.savings-combined{display:flex;align-items:center;justify-content:center;gap:.15rem;font-size:.75rem;white-space:nowrap}.savings-value{font-weight:600;color:#28a745;font-size:.75rem;display:inline;white-space:nowrap}.savings-value.potential{color:#667eea}.savings-capacity{font-weight:400;font-size:.7rem;color:#666}.savings-separator{color:#999;font-weight:400;font-size:.75rem;margin:0}.realization-pct{font-size:.65rem;color:#1565c0;font-weight:600}.savings-na{color:#999;font-size:.9rem}.no-results{text-align:center;padding:3rem 2rem;color:#999}@media (max-width: 1200px){.cost-status-table{font-size:.875rem}.cost-status-table th,.cost-status-table td{padding:.875rem .75rem}}@media (max-width: 768px){.table-responsive{overflow-x:scroll}.cost-status-table{min-width:800px}}.account-card{background:#fff;border-radius:8px;padding:.75rem;box-shadow:0 2px 8px #00000014;transition:all .3s ease;display:flex;flex-direction:column;gap:.5rem;min-width:220px}.account-card.clickable{cursor:pointer}.account-card.clickable:hover{box-shadow:0 8px 30px #667eea33;transform:translateY(-4px);background-color:#f8f9fa}.account-card:not(.clickable):hover{box-shadow:0 4px 16px #0000001f}.card-header{border-bottom:1px solid #f0f0f0;padding-bottom:.5rem}.account-display-name{font-size:.9rem;font-weight:700;color:#333;margin:0 0 .25rem;line-height:1.2}.account-id{font-size:.7rem;color:#999;margin:0}.status-badges{display:flex;flex-direction:column;gap:.4rem}.badge{display:inline-block;padding:.4rem .625rem;border-radius:6px;font-size:.8125rem;font-weight:500;text-align:center}.badge-enabled{background:#e8f5e9;color:#2e7d32}.badge-disabled{background:#f5f5f5;color:#9e9e9e}.metric.total-clusters{display:flex;justify-content:space-between;align-items:center;padding:.5rem .625rem;background:#f8f9fa;border-radius:6px}.metric label{font-size:.75rem;font-weight:500;color:#666}.metric-value{font-size:1.1rem;font-weight:700;color:#667eea}.metrics-grid{display:flex;flex-direction:column;gap:.625rem}.metric-section{display:flex;flex-direction:column;gap:.375rem}.metric-section h4{font-size:.75rem;font-weight:600;color:#333;margin:0;border-bottom:1.5px solid #667eea;padding-bottom:.25rem}.metric-row{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.metric-label{color:#666;font-weight:500}.metric-row .metric-value{font-size:.8rem;font-weight:600;color:#333}.progress-bar-container{height:5px;background:#e0e0e0;border-radius:2.5px;overflow:hidden}.progress-bar{height:100%;background:#b0bec5;border-radius:3px;transition:width .3s ease}.progress-bar.has-value{background:linear-gradient(90deg,#667eea,#764ba2)}.savings-section{margin-top:.375rem;display:flex;flex-direction:column;gap:.375rem}.savings-divider{height:1px;background:#e0e0e0;margin:.2rem 0}.savings-combined{display:flex;align-items:center;gap:.2rem;flex-wrap:wrap}.savings-item{display:flex;align-items:center;gap:.2rem}.savings-active{color:#28a745;font-weight:600;font-size:.75rem}.savings-potential{color:#667eea;font-weight:600;font-size:.75rem}.savings-capacity{font-size:.625rem;color:#666;font-weight:400}.savings-separator{color:#999;font-weight:400;font-size:.75rem}.savings-legend{display:flex;gap:.75rem;margin-top:.2rem;font-size:.65rem}.legend-item{display:flex;align-items:center;gap:.25rem;color:#666}.legend-dot{width:6px;height:6px;border-radius:50%}.legend-dot.active{background:#28a745}.legend-dot.potential{background:#667eea}@media (max-width: 640px){.account-card{max-width:none}}.card-grid-container{margin-top:1.5rem}.grid-header{margin-bottom:2rem;padding:0 .5rem}.grid-header h2{font-size:1.5rem;font-weight:600;color:#333;margin:0}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;padding:0}@media (min-width: 1920px){.card-grid{grid-template-columns:repeat(6,1fr)}}@media (min-width: 1600px) and (max-width: 1919px){.card-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1400px) and (max-width: 1599px){.card-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px) and (max-width: 1399px){.card-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.card-grid{grid-template-columns:1fr}.grid-header{padding:0}}.no-results{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;color:#999}.no-results p{font-size:1.1rem;margin:0}.dashboard{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8eef5)}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0 2.5rem;margin-bottom:2.5rem;box-shadow:0 10px 40px #667eea4d}.dashboard-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;display:flex;align-items:center;gap:1rem}.dashboard-header .generation-time{display:block;margin-top:.5rem;opacity:.85;font-size:.9rem}.dashboard-header .icon{font-size:3rem}.dashboard-header p{font-size:1.1rem;opacity:.95;margin:0}.container{max-width:1600px;margin:0 auto;padding:0 2rem}.controls{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:.75rem 1rem;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;flex-wrap:nowrap!important;width:100%}.filters-group{display:flex;align-items:center;gap:1rem;flex:1 1 auto;min-width:0;max-width:calc(100% - 200px)}.action-buttons{display:flex!important;gap:.5rem;align-items:center;flex:0 0 auto!important;flex-shrink:0!important;margin-left:auto!important;width:auto!important}.toggle-btn{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:2px solid #e0e0e0;background:#fff;color:#666;border-radius:8px;cursor:pointer;transition:all .2s ease;height:40px}.toggle-btn:hover{border-color:#667eea;color:#667eea;background:#f5f7ff}.toggle-btn.active{border-color:#667eea;background:#667eea;color:#fff}.toggle-btn.cached{border-color:#1976d2;color:#1976d2}.toggle-btn.cached:hover:not(:disabled){background:#e3f2fd}.toggle-btn.fresh{border-color:#388e3c;color:#388e3c}.toggle-btn.fresh:hover:not(:disabled){background:#e8f5e9}.toggle-btn:disabled{opacity:.6;cursor:not-allowed}.toggle-btn .spinning{animation:spin 1s linear infinite}.loading-state,.error-state,.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-top:2rem}.loading-state .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;margin:0 auto 1.5rem;animation:spin 1s linear infinite}.error-state svg{color:#d32f2f;margin-bottom:1rem}.error-state h3{margin:1rem 0 .5rem;color:#d32f2f}.btn-primary{padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease;margin-top:1rem}.btn-primary:hover{background:#5568d3}.empty-state p{font-size:1.1rem;color:#666}.filter-search{display:flex;align-items:center;gap:.625rem;min-width:200px;max-width:300px;background:#fff;border:1px solid #ddd;border-radius:8px;padding:.625rem 1rem;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.filter-search:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-search svg{color:#9ca3af;flex-shrink:0}.filter-search input{flex:1;border:none;outline:none;font-size:.875rem;color:#1f2937;background:transparent}.filter-search input::placeholder{color:#9ca3af}.clear-search{background:transparent;border:none;color:#999;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.clear-search:hover{background:#f0f0f0;color:#333}.filter-group{display:flex;align-items:center;height:40px}.filter-group select{padding:0 2rem 0 .75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.875rem;background:#fff;color:#333;cursor:pointer;transition:all .2s ease;min-width:180px;height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.filter-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-group select:hover{border-color:#667eea}.loading-additional-data{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;margin-bottom:1rem;font-size:.9rem;color:#856404}.spinner-small{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #ffc107;border-radius:50%;animation:spin 1s linear infinite}@media (max-width: 1200px){.controls,.filters-group{gap:.75rem}.filter-search{min-width:180px;max-width:250px}}@media (max-width: 768px){.controls{flex-wrap:wrap}.filters-group{flex:1 1 100%;flex-direction:column;align-items:stretch}.filter-search{max-width:none}.filter-group{width:100%}.filter-group select{flex:1}.action-buttons{flex:1 1 100%;justify-content:flex-end}}.compact-input-section{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;margin-bottom:25px}.input-form{display:flex;flex-direction:column;gap:16px}.form-group-inline{display:flex;align-items:center;gap:12px}.form-group-inline label{font-size:.9em;font-weight:600;color:#555;min-width:120px}.form-control-inline{flex:1;padding:8px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;transition:border-color .2s}.form-control-inline:focus{outline:none;border-color:#6366f1}.form-control-inline:disabled{background-color:#f5f5f5;cursor:not-allowed}.loading-indicator{font-size:1.2em;animation:spin 1s linear infinite}.cluster-selection-section{padding:12px;background:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0}.cluster-selection-header{display:flex;gap:12px;align-items:center;margin-bottom:10px;flex-wrap:wrap}.cluster-selection-header label{font-size:.9em;font-weight:600;color:#555;flex-shrink:0}.cluster-filter-input{flex:1;min-width:200px;padding:6px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;transition:border-color .2s}.cluster-filter-input:focus{outline:none;border-color:#6366f1}.cluster-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}.cluster-checkbox-grid-scrollable{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;max-height:300px;overflow-y:auto;padding:8px;border:1px solid #e0e0e0;border-radius:6px;background:#f9f9f9}.cluster-checkbox-grid-scrollable::-webkit-scrollbar{width:8px}.cluster-checkbox-grid-scrollable::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.cluster-checkbox-grid-scrollable::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.cluster-checkbox-grid-scrollable::-webkit-scrollbar-thumb:hover{background:#555}.no-results{grid-column:1 / -1;text-align:center;padding:20px;color:#999;font-style:italic}.checkbox-label-inline{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 8px;border-radius:4px;transition:background-color .2s}.checkbox-label-inline:hover{background-color:#f0f0f0}.checkbox-label-inline span{font-size:.85em;color:#333}.btn-link-small{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.85em;font-weight:600;padding:4px 8px;text-decoration:none;border-radius:4px}.btn-link-small:hover:not(:disabled){background-color:#f0f0f0;text-decoration:underline}.btn-link-small:disabled{color:#999;cursor:not-allowed}.form-actions-inline{display:flex;align-items:center;gap:16px}.btn-primary-inline{padding:10px 24px;border:none;border-radius:6px;font-size:1em;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn-primary-inline:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.btn-primary-inline:disabled{opacity:.6;cursor:not-allowed}.btn-secondary-inline{padding:8px 16px;border:1px solid #6c757d;border-radius:6px;font-size:.9em;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:6px;background:#fff;color:#6c757d}.btn-secondary-inline:hover:not(:disabled){background:#f8f9fa;border-color:#5a6268;color:#5a6268}.btn-secondary-inline:disabled{opacity:.6;cursor:not-allowed}.hint-text{font-size:.85em;color:#666;font-style:italic}.input-section{margin-bottom:30px}.input-card{background:#fff;border-radius:10px;padding:25px;box-shadow:0 2px 8px #0000001a}.input-card h2{margin:0 0 20px;font-size:1.3em;color:#333}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#555}.input-with-datalist{position:relative}.form-control{width:100%;padding:10px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;transition:border-color .2s}.form-control:focus{outline:none;border-color:#6366f1}.form-control:disabled{background-color:#f5f5f5;cursor:not-allowed}.loading-text{color:#666;font-style:italic;padding:10px 0}.info-text{color:#666;font-size:.9em;padding:10px 0}.cluster-select-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.btn-link{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.9em;font-weight:600;padding:4px 8px;text-decoration:none}.btn-link:hover{text-decoration:underline}.btn-link:disabled{color:#999;cursor:not-allowed}.cluster-count{font-size:.85em;color:#666}.cluster-checkbox-list{max-height:200px;overflow-y:auto;border:1px solid #e0e0e0;border-radius:6px;padding:10px}.checkbox-label{display:flex;align-items:center;gap:8px;padding:6px 8px;cursor:pointer;border-radius:4px;transition:background-color .2s}.checkbox-label:hover{background-color:#f5f5f5}.checkbox-label input[type=checkbox]{cursor:pointer}.form-actions{margin-top:20px}.btn{padding:12px 24px;border:none;border-radius:6px;font-size:1em;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.btn:disabled{opacity:.6;cursor:not-allowed}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.summary-section-compact{background:#fff;border-radius:8px;padding:18px 20px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.summary-grid{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}.summary-metrics{display:flex;flex-direction:column;gap:8px}.metric-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8f9fa;border-radius:6px;border:2px solid #e9ecef;transition:all .2s;min-height:60px}.metric-card:hover{border-color:#6366f1;box-shadow:0 2px 8px #6366f11a}.metric-icon{font-size:1.6em;line-height:1;flex-shrink:0}.metric-content{flex:1;min-width:0}.metric-label{font-size:.7em;color:#6b7280;font-weight:500;margin-bottom:1px}.metric-value{font-size:1.15em;font-weight:700;color:#1f2937;line-height:1.2}.metric-subtitle{font-size:.7em;color:#6b7280;font-weight:500;margin-top:0}.percentage-badge{font-size:.75em;color:#6b7280;font-weight:500;margin-left:4px}.summary-resources{background:#f8f9fa;border-radius:6px;padding:16px}.resources-title{margin:0 0 14px;font-size:1em;font-weight:600;color:#374151}.resource-row{display:flex;align-items:center;gap:16px;margin-bottom:14px}.resource-row:last-child{margin-bottom:0}.resource-label{font-weight:600;color:#4b5563;min-width:70px;font-size:.9em}.resource-comparison{display:flex;align-items:center;gap:12px;flex:1}.resource-state{flex:1;display:flex;flex-direction:column;gap:4px}.state-label{font-size:.7em;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.resource-bar-container{position:relative;height:26px;background:#fff;border-radius:4px;overflow:hidden;border:1px solid #e5e7eb}.resource-bar-fill{height:100%;transition:width .3s ease}.resource-percentage{position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:.8em;font-weight:600;color:#1f2937}.resource-amount{font-size:.85em;color:#374151;font-weight:500}.arrow-divider{font-size:1.3em;color:#6366f1;font-weight:700;flex-shrink:0}.savings-badge{display:inline-block;margin-left:6px;padding:2px 6px;background:#dcfce7;color:#16a34a;border-radius:3px;font-size:.8em;font-weight:600}.summary-stats{display:flex;gap:30px;align-items:center;flex-wrap:wrap}.summary-stats-header{display:flex;gap:30px;align-items:center;flex-wrap:wrap;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0;justify-content:center}.summary-comparison{margin-top:16px;padding:16px;background:#f8f9fa;border-radius:6px;overflow:hidden}.summary-comparison .comparison-titles-row{margin-bottom:12px;justify-content:center}.summary-comparison .comparison-arrow-center{flex-shrink:0;width:40px;text-align:center;font-size:1.2em;font-weight:700}.summary-comparison .comparison-column{flex:1 1 400px;min-width:300px;max-width:500px}.summary-comparison .comparison-bar-container{height:24px;margin-right:50px;max-width:300px;width:100%}.summary-comparison .comparison-bar-group{gap:8px;max-width:350px}.summary-comparison .comparison-percentage{right:-45px;font-size:.75em}.summary-comparison .comparison-label{font-size:.8em;white-space:nowrap}.summary-comparison .comparison-spacer{width:10px;flex-shrink:0}.summary-comparison .savings-text{display:inline-block;margin-left:4px}.summary-stat{display:flex;align-items:center;gap:8px}.summary-stat .stat-label{font-size:.9em;color:#666;font-weight:500}.summary-stat .stat-value{font-size:1.1em;font-weight:700;color:#333}.summary-stat.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 16px;border-radius:6px}.summary-stat.highlight .stat-label,.summary-stat.highlight .stat-value{color:#fff}.cluster-card{background:#fff;border-radius:10px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.cluster-header{padding:20px;cursor:pointer;transition:background-color .2s;display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.cluster-header:hover{background-color:#f9f9f9}.cluster-header-left{flex:1;min-width:0}.cluster-header-right{display:flex;align-items:center;gap:20px}.cluster-title{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.cluster-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cluster-meta-row{display:flex;align-items:center;gap:8px;padding-left:42px}.cluster-icon{font-size:1.5em}.cluster-subtitle{color:#666;font-size:.9em;font-weight:400}.cluster-start-time{color:#888;font-size:.85em;font-weight:400;font-style:italic}.cluster-v2-badge{color:#28a745;font-weight:600;font-style:normal}.utilization-comparison-aligned{display:flex;align-items:center;gap:15px}.util-group-aligned{display:flex;flex-direction:column;gap:4px;min-width:180px}.util-label-aligned{font-size:.85em;font-weight:600;color:#555;text-align:left}.util-label-aligned-small{font-size:.8em;font-weight:600;color:#555;text-align:left}.util-bars-aligned{display:flex;flex-direction:column;gap:4px}.util-bar-row{display:flex;align-items:center;gap:6px}.resource-type{font-size:.75em;color:#666;min-width:35px;text-align:right;font-weight:500}.util-bar-container-aligned{flex:1;height:20px;background-color:#f0f0f0;border-radius:4px;position:relative;min-width:120px;margin-right:40px}.util-bar-fill-aligned{height:100%;border-radius:4px;transition:width .3s ease;position:absolute;left:0;top:0}.bar-percentage-overlay{position:absolute;right:-35px;top:50%;transform:translateY(-50%);font-size:.75em;font-weight:600;color:#333;white-space:nowrap}.util-arrow-aligned{font-size:1.2em;color:#999;font-weight:700}.expand-icon{font-size:1.2em;color:#999;transition:transform .3s;-webkit-user-select:none;user-select:none}.cluster-content{padding:0 20px 20px;border-top:1px solid #f0f0f0}.section-title{margin:20px 0 15px;font-size:1.1em;color:#333}.nodepool-card{background:#f9f9f9;border-radius:8px;margin-bottom:15px;overflow:hidden;border:1px solid #e0e0e0}.nodepool-header{padding:15px;cursor:pointer;transition:background-color .2s;display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.nodepool-header:hover{background-color:#f0f0f0}.nodepool-header-left{flex:1;min-width:0}.nodepool-header-right{display:flex;align-items:center;gap:15px}.nodepool-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.nodepool-icon{font-size:1.2em}.zone-label{color:#666;font-size:.85em;font-weight:400}.nodepool-stats-detailed{display:flex;flex-direction:column;gap:4px;margin-top:8px}.stat-line{font-size:.75em;color:#666;line-height:1.4}.nodepool-comparison{display:flex;flex-direction:column;gap:8px;margin-right:30px}.comparison-titles-row{display:flex;justify-content:space-between;align-items:center;gap:20px}.comparison-title{font-size:.75em;font-weight:600;color:#666;flex:1;text-align:center}.comparison-arrow-center{font-size:1.1em;color:#666;padding:0 10px}.comparison-bars-row{display:flex;gap:20px;align-items:center}.summary-comparison .comparison-bars-row{gap:20px;justify-content:space-around}.comparison-column{display:flex;flex-direction:column;gap:6px;flex:1;min-width:180px}.comparison-spacer{width:20px}.comparison-bar-group{display:flex;flex-direction:column;gap:4px}.comparison-bar-container{width:100%;height:20px;background-color:#f0f0f0;border-radius:4px;position:relative;margin-right:40px}.comparison-bar-fill{height:100%;border-radius:4px;position:absolute;left:0;top:0;transition:width .3s ease}.comparison-percentage{position:absolute;right:-35px;top:50%;transform:translateY(-50%);font-size:.7em;font-weight:600;color:#333;white-space:nowrap}.comparison-label{font-size:.75em;color:#666;margin-top:4px;font-weight:500}.savings-text{color:#28a745;font-weight:600}.nodepool-content{padding:15px;background:#fff;border-top:1px solid #e0e0e0}.zone-section{background:#fcfcfc;border:1px solid #e8e8e8;border-radius:6px;margin-bottom:12px;overflow:hidden}.zone-header{padding:12px 15px;cursor:pointer;transition:background-color .2s;display:flex;justify-content:space-between;align-items:center;background:#f5f5f5}.zone-header:hover{background-color:#ececec}.zone-header-left{display:flex;align-items:center;gap:10px;flex:1}.zone-icon{font-size:1em}.zone-stats{font-size:.8em;color:#666;margin-left:8px}.zone-header-right{display:flex;align-items:center;gap:15px}.zone-util{font-size:.75em;color:#666;font-weight:500}.expand-icon-small{font-size:.8em;transition:transform .2s;color:#666}.badge-success-small{background-color:#28a745;color:#fff;padding:2px 6px;border-radius:4px;font-size:.75em;font-weight:600;margin-left:6px}.zone-content{padding:12px;background:#fff}.nodes-section{margin-bottom:15px}.subsection-title{margin:0 0 12px;font-size:.95em;color:#555;font-weight:600;padding-bottom:8px;border-bottom:2px solid #e0e0e0}.nodes-list{display:flex;flex-direction:column;gap:8px}.node-item-expandable{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.node-header-clickable{padding:10px 12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:15px;transition:background-color .2s}.node-header-clickable:hover{background-color:#f0f0f0}.node-left{flex:1;min-width:0}.node-name-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.node-icon{font-size:1.1em}.node-name{font-size:.85em;color:#333}.priority-badge{font-size:.7em;color:#fff;background:#6366f1;padding:2px 8px;border-radius:10px;font-weight:600}.unevictable-badge{font-size:.7em;color:#fff;background:#dc3545;padding:2px 8px;border-radius:10px;font-weight:600}.removable-badge{font-size:.7em;color:#fff;background:#28a745;padding:2px 8px;border-radius:10px;font-weight:600}.node-details-line{display:flex;gap:12px;margin-top:6px;flex-wrap:wrap}.node-detail{font-size:.7em;color:#666}.status-detail{background:#f0f0f0;padding:2px 6px;border-radius:3px}.node-right{display:flex;align-items:center;gap:10px}.node-util-mini{display:flex;gap:8px}.util-mini-bar{display:flex;align-items:center;gap:4px}.util-mini-label{font-size:.7em;color:#666;min-width:28px;text-align:right;font-weight:500}.util-mini-container{width:80px;height:12px;background-color:#f0f0f0;border-radius:3px;position:relative;margin-right:35px}.util-mini-fill{height:100%;border-radius:3px;position:absolute;left:0;top:0}.util-mini-percentage{position:absolute;right:-30px;top:50%;transform:translateY(-50%);font-size:.7em;font-weight:600;color:#333;white-space:nowrap}.expand-icon-small{font-size:.9em;color:#999;transition:transform .3s}.expand-icon-small.expanded{transform:rotate(180deg)}.pods-table-container{padding:12px;background:#fff;border-top:1px solid #e0e0e0}.pods-table{width:100%;border-collapse:collapse;font-size:.8em}.pods-table thead{background:#f8f9fa}.pods-table th{padding:8px 10px;text-align:left;border-bottom:2px solid #dee2e6;font-weight:600;color:#495057;font-size:.9em}.pods-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s}.pods-table tbody tr:hover{background-color:#f8f9fa}.pods-table td{padding:8px 10px}.pod-name-cell{font-weight:500;color:#333;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pod-namespace-cell{color:#666;font-size:.9em}.pod-controller-cell{color:#666;font-size:.85em;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pod-resource-cell{color:#666;white-space:nowrap;text-align:right}.pod-age-cell{color:#666;font-size:.85em;white-space:nowrap}.pod-selector-cell{color:#666;font-size:.8em;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pod-status-cell{padding:4px 10px!important}.status-badges{display:flex;flex-wrap:wrap;gap:4px}.status-badge{font-size:.75em;padding:2px 6px;border-radius:3px;font-weight:600;white-space:nowrap}.status-running{background:#28a745;color:#fff}.status-pending{background:#ffc107;color:#000}.status-failed{background:#dc3545;color:#fff}.status-succeeded{background:#17a2b8;color:#fff}.status-unknown{background:#6c757d;color:#fff}.status-unevictable{background:#dc3545;color:#fff}.status-mutated{background:#ffc107;color:#000}.badge{padding:4px 10px;border-radius:12px;font-size:.75em;font-weight:600;white-space:nowrap}.badge-success{background-color:#d4edda;color:#155724}.badge-info{background-color:#d1ecf1;color:#0c5460}.constraint-note{background:#fff3cd;border:1px solid #ffc107;border-radius:6px;padding:12px;margin-bottom:15px}.cluster-level-constraint{margin-bottom:24px;margin-top:8px}.constraint-note strong{display:block;margin-bottom:8px;color:#856404}.statefulset-list{display:flex;flex-direction:column;gap:4px}.statefulset-list-scrollable{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;padding-right:8px}.statefulset-list-scrollable::-webkit-scrollbar{width:6px}.statefulset-list-scrollable::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.statefulset-list-scrollable::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.statefulset-list-scrollable::-webkit-scrollbar-thumb:hover{background:#555}.statefulset-item{display:flex;justify-content:space-between;padding:4px 8px;background:#fff;border-radius:4px;font-size:.85em}.statefulset-item-detailed{background:#fff;border-radius:6px;padding:10px 12px;font-size:.85em;border:1px solid #e0e0e0}.statefulset-header{display:flex;justify-content:space-between;align-items:center}.statefulset-details{display:flex;flex-direction:column;gap:4px;margin-top:8px;padding-top:8px;border-top:1px solid #f0f0f0}.statefulset-detail-item{display:flex;gap:8px;font-size:.9em}.statefulset-detail-item .detail-label{color:#666;font-weight:500;min-width:140px}.statefulset-detail-item .detail-value{color:#333}.statefulset-name{color:#333;font-weight:600}.statefulset-replicas{color:#666;white-space:nowrap}.statefulset-replicas.scaled-down{color:#dc3545;font-weight:600}.statefulset-replicas .warning-icon{margin-left:4px;font-size:.9em}.account-name-header{text-align:center;margin-bottom:24px;padding:16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;box-shadow:0 4px 12px #6366f133}.account-name-header h2{margin:0;color:#fff;font-size:1.4em;font-weight:600}.account-name-highlight{font-weight:700;text-decoration:underline;text-decoration-color:#ffffff80;text-decoration-thickness:2px;text-underline-offset:4px}@media (max-width: 768px){.summary-grid{grid-template-columns:1fr;gap:20px}.resource-row{flex-direction:column;gap:12px;align-items:stretch}.resource-label{min-width:auto}.resource-comparison{flex-direction:column;gap:12px}.arrow-divider{transform:rotate(90deg)}.metric-card{padding:12px}.metric-value{font-size:1.3em}.form-group-inline{flex-direction:column;align-items:stretch}.form-group-inline label{min-width:auto}.form-actions-inline{flex-direction:column;align-items:stretch}.btn-primary-inline{width:100%;justify-content:center}.cluster-checkbox-grid,.cluster-checkbox-grid-scrollable{grid-template-columns:1fr}.cluster-selection-header{flex-direction:column;align-items:stretch}.cluster-filter-input{width:100%}.cluster-header{flex-direction:column}.cluster-header-right{width:100%}.utilization-comparison-aligned{flex-direction:column;gap:10px;width:100%}.util-group-aligned{width:100%}.util-arrow-aligned{transform:rotate(90deg)}.nodepool-header{flex-direction:column}.nodepool-header-right{width:100%}.nodepool-comparison{margin-right:0}.comparison-titles-row{gap:10px}.comparison-bars-row{flex-direction:column;gap:10px}.comparison-column{width:100%;min-width:auto}.comparison-spacer{display:none}.comparison-arrow-center{transform:rotate(90deg)}.detail-grid{grid-template-columns:1fr}.summary-stats{flex-direction:column;align-items:stretch;gap:12px}.summary-stat{justify-content:space-between}.node-header-clickable{flex-direction:column;align-items:stretch}.node-right{width:100%;justify-content:space-between}.pods-table{font-size:.7em;display:block;overflow-x:auto}.pods-table thead,.pods-table tbody,.pods-table tr{display:table;width:100%;table-layout:fixed}.pod-name-cell{max-width:120px}.pod-controller-cell,.pod-selector-cell{max-width:100px}}.nodepool-labels-section,.nodepool-taints-section{background:#f8f9fa;border-radius:6px;padding:16px;margin-bottom:16px;border-left:4px solid #6366f1}.nodepool-taints-section{border-left-color:#f59e0b}.nodepool-labels-section .subsection-title,.nodepool-taints-section .subsection-title{margin:0 0 12px;font-size:.95em;color:#374151;font-weight:600}.labels-grid,.taints-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:8px}.label-item,.taint-item{background:#fff;padding:8px 12px;border-radius:4px;border:1px solid #e5e7eb;font-size:.85em;display:flex;align-items:center;gap:6px}.label-key,.taint-key{font-weight:600;color:#4b5563}.label-values{color:#6b7280;font-family:Monaco,Menlo,Courier New,monospace}.taint-value,.taint-effect{color:#f59e0b;font-family:Monaco,Menlo,Courier New,monospace}.taint-effect{font-style:italic}.node-taints-line{display:flex;align-items:center;gap:6px;margin-top:6px;flex-wrap:wrap}.node-taints-label{font-size:.85em;color:#6b7280;font-weight:600}.node-taint-badge{background:#fef3c7;color:#92400e;padding:2px 8px;border-radius:4px;font-size:.75em;font-family:Monaco,Menlo,Courier New,monospace;border:1px solid #fbbf24}.pod-tolerations-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8em;font-family:Monaco,Menlo,Courier New,monospace;color:#6b7280}.dashboard .input-section{background:#fff;border-radius:8px;padding:.75rem;box-shadow:0 2px 8px #00000014;margin:0 0 1rem}.cluster-info-text-global{margin:.75rem 0;padding:8px 12px;background:#e0f2fe;border-radius:4px;color:#0369a1;font-size:12px;border-left:3px solid #0369a1}.cluster-info-text-global small{font-size:11px;font-weight:500}.account-header-compact{margin-bottom:.375rem}.account-cluster-summary{display:flex;align-items:center;gap:8px;margin-top:4px;padding:4px 8px;background:#fff;border-radius:4px;font-size:11px}.account-name-badge{background:#667eea;color:#fff;padding:4px 10px;border-radius:12px;font-weight:600;font-size:12px;white-space:nowrap}.cluster-count-compact{color:#666;font-size:11px;font-weight:500}.dashboard .account-section{border:1px solid #e0e0e0;border-radius:6px;padding:.75rem;margin-bottom:.75rem;background:#f8f9fa}.dashboard .account-section:last-of-type{margin-bottom:0}.form-group{display:flex;gap:12px;align-items:center;margin-bottom:1.5rem}.form-group-compact{display:flex;gap:8px;align-items:center;margin-bottom:.5rem}.form-group label,.form-group-compact .account-label{font-weight:600;color:#333;min-width:100px;font-size:13px}.form-group-compact .account-label{min-width:80px}.form-group input[type=text],.form-group-compact .account-input{flex:1;padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:13px;transition:border-color .2s}.form-group-compact .account-input{padding:6px 10px}.form-group input[type=text]:focus,.form-group-compact .account-input:focus{outline:none;border-color:#667eea}.btn-fetch-clusters{padding:6px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:40px}.btn-fetch-clusters:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.btn-fetch-clusters:disabled{opacity:.6;cursor:not-allowed}.btn-remove-account{padding:4px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center}.btn-remove-account:hover{background:#dc2626;transform:translateY(-1px)}.btn-add-account{padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-add-account:hover:not(:disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.btn-add-account:disabled{opacity:.6;cursor:not-allowed}.action-buttons{display:flex;gap:12px;width:100%}.btn-run-analysis{flex:1;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-run-analysis:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-run-analysis:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-share{padding:14px 24px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-share:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.btn-share:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-link-small{background:none;border:none;color:#667eea;font-size:.85em;cursor:pointer;padding:4px 8px;border-radius:4px;font-weight:600;transition:background-color .2s}.btn-link-small:hover{background-color:#e8eaf6}.cluster-selection-section{margin:1.5rem 0}.cluster-selection-section-compact{margin:.5rem 0 0}.cluster-selection-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.cluster-selection-header-compact{display:flex;align-items:center;gap:6px;margin-bottom:6px}.cluster-selection-header label{font-weight:600;color:#333;margin:0}.cluster-count{font-weight:600;color:#667eea;font-size:12px;min-width:50px}.cluster-filter-input{flex:1;padding:8px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:13px}.cluster-filter-input-compact{flex:1;padding:4px 8px;border:1px solid #e0e0e0;border-radius:4px;font-size:12px}.cluster-filter-input:focus,.cluster-filter-input-compact:focus{outline:none;border-color:#667eea}.cluster-checkbox-grid-scrollable{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;max-height:220px;overflow-y:auto;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e0e0e0}.cluster-checkbox-grid-scrollable-compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:4px;max-height:150px;overflow-y:auto;padding:6px;background:#fff;border-radius:4px;border:1px solid #e0e0e0}.checkbox-label-inline{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background-color .2s;font-size:.9em}.cluster-name-with-account{display:flex;align-items:center;gap:6px;flex:1}.cluster-name{flex:1}.cluster-name-compact{font-size:12px;color:#333}.account-tag{background:#667eea;color:#fff;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;white-space:nowrap}.cluster-selection-section-compact{display:flex;flex-direction:column;gap:12px;margin-top:12px}.global-select-all-section{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f0f4ff;border:1px solid #667eea;border-radius:6px;gap:12px}.btn-global-select-all{padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-global-select-all:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.global-selection-count{color:#666;font-size:12px;font-weight:500}.cluster-selection-scrollable{max-height:500px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:10px;padding:4px}.cluster-selection-scrollable::-webkit-scrollbar{width:8px}.cluster-selection-scrollable::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.cluster-selection-scrollable::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.cluster-selection-scrollable::-webkit-scrollbar-thumb:hover{background:#555}.account-cluster-group{border:1px solid #e0e0e0;border-radius:6px;background:#f9f9f9;padding:8px}.account-cluster-group-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.account-cluster-group-header:hover{background-color:#f0f0f0}.account-cluster-group-title{display:flex;align-items:center;gap:8px;flex:1;min-width:200px}.expand-icon{font-size:10px;color:#666;transition:transform .2s ease;width:16px;text-align:center}.expand-icon.expanded{transform:rotate(180deg)}.cluster-count-badge{background:#e0e0e0;color:#666;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:600}.account-cluster-group-controls{display:flex;align-items:center;gap:8px;flex:1;min-width:250px}.cluster-filter-input-compact{flex:1;min-width:150px;padding:5px 10px;border:1px solid #e0e0e0;border-radius:4px;font-size:12px}.cluster-filter-input-compact:focus{outline:none;border-color:#667eea}.account-cluster-group-content{margin-top:8px;padding-top:8px;border-top:1px solid #e0e0e0}.cluster-checkbox-grid-compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:6px;max-height:200px;overflow-y:auto;padding:4px}.cluster-checkbox-grid-compact::-webkit-scrollbar{width:6px}.cluster-checkbox-grid-compact::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.cluster-checkbox-grid-compact::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.cluster-checkbox-grid-compact::-webkit-scrollbar-thumb:hover{background:#555}.checkbox-label-inline-compact{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:3px;cursor:pointer;transition:background-color .2s;font-size:12px}.checkbox-label-inline-compact:hover{background-color:#f0f0f0}.checkbox-label-inline-compact input[type=checkbox]{cursor:pointer;margin:0}.no-clusters-message{padding:12px;text-align:center;color:#999;font-size:12px;font-style:italic}@media (max-width: 768px){.account-cluster-group-header{flex-direction:column;align-items:stretch}.account-cluster-group-controls{min-width:100%}.cluster-checkbox-grid-compact{grid-template-columns:1fr}}.cluster-info-text{margin-top:4px;margin-bottom:6px;padding:4px 8px;background:#e0f2fe;border-radius:4px;color:#0369a1;font-size:11px}.cluster-info-text small{font-size:10px;font-weight:500;color:#333;background:#fff}.checkbox-label-inline:hover{background:#e8eaf6}.checkbox-label-inline input[type=checkbox]{cursor:pointer}.dashboard .info-message{margin-top:1rem;padding:12px 16px;background:#e3f2fd;border-left:4px solid #2196f3;border-radius:6px;color:#1976d2;font-size:14px}.dashboard .error-message{margin-top:1rem;padding:12px 16px;background:#ffebee;border-left:4px solid #f44336;border-radius:6px;color:#c62828;font-size:14px}.dashboard .progress-section{margin-top:1rem;background:#fff;padding:1rem;border-radius:8px;border:1px solid #e0e0e0}.dashboard .progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.dashboard .progress-header h3{margin:0;font-size:1rem;color:#333}.dashboard .progress-percent{font-size:1.2rem;font-weight:700;color:#667eea}.dashboard .progress-bar-container{height:12px;background:#e0e0e0;border-radius:6px;overflow:hidden;margin-bottom:1rem}.dashboard .progress-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease;border-radius:6px}.dashboard .progress-summary{display:flex;gap:1.5rem;margin-bottom:1rem;padding:.75rem;background:#f8f9fa;border-radius:6px}.dashboard .progress-stat{display:flex;flex-direction:column;gap:2px}.dashboard .progress-stat .stat-label{font-size:.75rem;color:#666;font-weight:500}.dashboard .progress-stat .stat-value{font-size:.95rem;color:#333;font-weight:600}.dashboard .cluster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.dashboard .cluster-card{padding:8px 10px;border-radius:6px;border:1px solid #e0e0e0;background:#fff;transition:all .3s ease}.dashboard .cluster-card.starting{border-color:#9e9e9e;background:#fafafa}.dashboard .cluster-card.fetching-k8s,.dashboard .cluster-card.fetching-timestream{border-color:#2196f3;background:#e3f2fd;animation:pulse 2s ease-in-out infinite}.dashboard .cluster-card.analyzing{border-color:#ff9800;background:#fff3e0;animation:pulse 2s ease-in-out infinite}.dashboard .cluster-card.generating-report{border-color:#9c27b0;background:#f3e5f5;animation:pulse 2s ease-in-out infinite}.dashboard .cluster-card.completed{border-color:#4caf50;background:#e8f5e9}.dashboard .cluster-card.failed{border-color:#f44336;background:#ffebee}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.dashboard .cluster-name{display:flex;align-items:center;gap:6px;font-weight:600;font-size:.85rem;color:#333;margin-bottom:4px;word-break:break-word}.dashboard .cluster-name-text{flex:1}.dashboard .cluster-account-tag{background:#667eea;color:#fff;padding:2px 8px;border-radius:12px;font-weight:500;font-size:.75rem;white-space:nowrap}.dashboard .cluster-status{font-size:.75rem;color:#666;text-transform:capitalize;margin-bottom:2px}.dashboard .cluster-message{font-size:.7rem;color:#888;margin-top:2px}.dashboard .cluster-pod-progress{margin-top:8px}.dashboard .cluster-pod-progress-label{font-size:.65rem;color:#666;margin-bottom:4px;font-weight:400}.dashboard .cluster-pod-progress-bar{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.dashboard .cluster-pod-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease;border-radius:3px}.dashboard .cluster-summary{margin-top:6px;padding-top:6px;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:4px}.dashboard .cluster-summary-item{display:flex;justify-content:space-between;align-items:center;font-size:.7rem}.dashboard .cluster-summary-item .summary-label{color:#666;font-weight:400;font-size:.7rem!important}.dashboard .cluster-summary-item .summary-value{color:#333;font-weight:500;font-size:.7rem!important;margin-bottom:0!important}.dashboard .report-view{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;width:100%}.report-notification{display:flex;align-items:center;gap:8px;padding:12px 16px;margin-bottom:1rem;border-radius:6px;font-size:14px;background:#fff3cd;border:1px solid #ffc107;color:#856404}.report-notification.existing-report-notice{background:#d1ecf1;border-color:#0c5460;color:#0c5460}.report-notification .notification-icon{font-size:18px;flex-shrink:0}.report-notification .notification-text{flex:1}.report-notification .notification-text strong{font-weight:600}.report-actions{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0;flex-wrap:wrap;gap:1rem}.report-actions-left{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.report-creation-time{display:flex;align-items:center;gap:10px;font-size:13px;color:#666;margin-left:auto;padding:6px 12px;background:#f8f9fa;border-radius:6px;border:1px solid #e0e0e0}.report-creation-time .creation-time-label{font-weight:600;color:#555;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.report-creation-time .creation-time-value{font-weight:600;color:#333;font-size:13px}.report-creation-time .creation-time-separator{color:#bbb;font-weight:300;margin:0 4px}.report-creation-time .creation-time-duration{font-weight:600;color:#667eea;font-size:13px;font-family:Monaco,Menlo,Courier New,monospace}.btn-new-report,.btn-refresh-report{padding:8px 16px;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;line-height:1.4;display:inline-flex;align-items:center;gap:.5rem;height:36px;box-sizing:border-box}.btn-new-report:hover,.btn-refresh-report:hover{background:#667eea;color:#fff}.btn-refresh-report svg{width:16px;height:16px;flex-shrink:0}.btn-new-report .back-icon{font-size:16px;line-height:1;display:inline-block;vertical-align:middle;font-weight:400}.dashboard .report-layout{display:flex;min-height:600px;width:100%}.dashboard .report-sidebar{width:320px;background:#fafafa;border-right:1px solid #e0e0e0;padding:1.5rem;overflow-y:auto;max-height:calc(100vh - 200px);flex-shrink:0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.sidebar-header h3{font-size:1.2rem;color:#333;margin:0}.btn-clear-filters{padding:6px 12px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.btn-clear-filters:hover{background:#dc2626}.filter-section{margin-bottom:1.5rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;overflow:hidden}.filter-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fafafa;font-weight:600;font-size:13px;color:#333;border-bottom:1px solid #e5e5e5}.btn-select-all{padding:3px 8px;background:none;border:1px solid #667eea;color:#667eea;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s}.btn-select-all:hover{background:#667eea;color:#fff}.filter-items{max-height:300px;overflow-y:auto;overflow-x:visible;padding:4px 0;position:relative}.filter-item-wrapper{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;border-radius:4px;transition:background-color .2s;gap:8px;position:relative}.filter-item-wrapper:hover{background:#f5f5f5}.filter-item-wrapper:hover .filter-only-link{opacity:1}.filter-item{display:flex;align-items:center;gap:8px;flex:1;cursor:pointer;font-size:13px;min-width:0}.filter-item input[type=checkbox]{cursor:pointer;width:16px;height:16px;margin:0;flex-shrink:0}.filter-label{flex:1;min-width:0;color:#333;position:relative}.filter-label-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;position:relative}.filter-item-wrapper:hover .filter-label[data-tooltip]:after{content:attr(data-tooltip);position:absolute;left:0;bottom:calc(100% + 6px);padding:6px 8px;background:#333;color:#fff;border-radius:4px;font-size:12px;white-space:nowrap;z-index:10000;pointer-events:none;opacity:1;box-shadow:0 2px 8px #00000026;animation:tooltipFadeIn .1s ease-out;max-width:calc(100vw - 40px);word-wrap:break-word}.filter-items>.filter-item-wrapper:first-child:hover .filter-label[data-tooltip]:after{bottom:auto;top:calc(100% + 6px)}.filter-item-wrapper:hover .filter-label[data-tooltip]:before{content:"";position:absolute;left:8px;bottom:calc(100% + 2px);border:4px solid transparent;border-top-color:#333;z-index:10001;pointer-events:none;opacity:1;animation:tooltipFadeIn .1s ease-out}.filter-items>.filter-item-wrapper:first-child:hover .filter-label[data-tooltip]:before{bottom:auto;top:calc(100% + 2px);border-top-color:transparent;border-bottom-color:#333}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.filter-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.filter-count{color:#666;font-size:13px;font-weight:500;text-align:right;white-space:nowrap;flex-shrink:0}.filter-only-link{opacity:0;color:#999;font-size:11px;cursor:pointer;transition:all .2s;white-space:nowrap;-webkit-user-select:none;user-select:none;flex-shrink:0}.filter-only-link:hover{color:#667eea;opacity:1}.dashboard .report-main{flex:1;padding:2rem;overflow-y:auto;max-height:calc(100vh - 200px);width:100%}.dashboard .summary-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.dashboard .summary-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;text-align:center;border-left:4px solid #3b82f6;transition:transform .2s,box-shadow .2s}.dashboard .summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.dashboard .summary-card.success{border-left-color:#22c55e}.dashboard .summary-card.error{border-left-color:#ef4444}.dashboard .summary-value{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.dashboard .summary-card.success .summary-value{color:#22c55e}.dashboard .summary-card.error .summary-value{color:#ef4444}.dashboard .summary-label{font-size:.95rem;color:#666;font-weight:500}.dashboard .charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;width:100%}.dashboard .chart-widget{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.dashboard .chart-widget:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.dashboard .chart-widget h3{font-size:1.1rem;color:#333;margin:0 0 1rem;font-weight:600}.dashboard .chart-container{position:relative;height:300px;display:flex;align-items:center;justify-content:center}.dashboard .report-actions{display:flex;justify-content:flex-end;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}.dashboard .btn-share{padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.dashboard .btn-share:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.dashboard .btn-share:disabled{background:#ccc;cursor:not-allowed}.dashboard .previous-reports-section{margin-top:2rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.dashboard .previous-reports-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0;flex-wrap:wrap;gap:1rem}.dashboard .reports-header-left{display:flex;align-items:center;gap:1rem}.dashboard .previous-reports-header h2{margin:0;font-size:1.5rem;color:#333;font-weight:700}.dashboard .reports-count{color:#666;font-size:.9rem;font-weight:500}.dashboard .reports-header-actions{display:flex;gap:.75rem;align-items:center}.dashboard .btn-select-all-reports{padding:8px 16px;background:#f0f0f0;color:#333;border:1px solid #ddd;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.dashboard .btn-select-all-reports:hover{background:#e0e0e0;border-color:#ccc}.dashboard .btn-bulk-delete,.dashboard .btn-delete-all{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.dashboard .btn-bulk-delete:hover,.dashboard .btn-delete-all:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 2px 8px #ef44444d}.dashboard .btn-bulk-delete svg,.dashboard .btn-delete-all svg{width:16px;height:16px}.dashboard .btn-refresh-reports-header{padding:8px 16px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.dashboard .btn-refresh-reports-header:hover:not(:disabled){background:#5568d3;transform:translateY(-1px);box-shadow:0 2px 8px #667eea4d}.dashboard .btn-refresh-reports-header:disabled{opacity:.6;cursor:not-allowed}.dashboard .btn-refresh-reports-header svg{width:16px;height:16px;transition:transform .3s ease}.dashboard .btn-refresh-reports-header svg.spinning{animation:spin 1s linear infinite}.dashboard .previous-reports-table-container{overflow-x:auto;border-radius:8px;border:1px solid #e0e0e0;background:#fff}.dashboard .previous-reports-table{width:100%;border-collapse:collapse;font-size:.85rem}.dashboard .previous-reports-table thead{background:#f8f9fa;border-bottom:2px solid #e0e0e0}.dashboard .previous-reports-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#333;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px}.dashboard .previous-reports-table td{padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;vertical-align:top}.dashboard .previous-reports-table tbody tr{transition:background-color .15s}.dashboard .previous-reports-table tbody tr:hover{background:#f8f9fa}.dashboard .previous-reports-table tbody tr.selected{background:#f0f4ff}.dashboard .previous-reports-table tbody tr.selected:hover{background:#e8edff}.dashboard .col-checkbox{width:40px;text-align:center;padding:.75rem .5rem!important;vertical-align:middle}.dashboard .previous-reports-table th.col-checkbox{padding:.75rem .5rem!important;text-align:center}.dashboard .previous-reports-table td.col-checkbox{vertical-align:middle;text-align:center}.dashboard .col-accounts{width:20%;min-width:150px;font-size:.85rem;color:#333}.dashboard .col-clusters{width:40%;min-width:250px;font-size:.8rem;color:#555;word-break:break-word}.dashboard .account-cluster-group-display{margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #f0f0f0}.dashboard .account-cluster-group-display:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.dashboard .account-cluster-account-name{font-weight:600;color:#667eea;font-size:.75rem;margin-bottom:3px;line-height:1.3}.dashboard .account-cluster-list{font-size:.8rem;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4;cursor:help;max-width:100%;display:block}.dashboard .cluster-more-indicator{color:#667eea;font-weight:600;cursor:help;margin-left:2px}.dashboard .col-date{width:15%;min-width:100px;font-size:.8rem;color:#666}.dashboard .col-actions{width:120px;text-align:right;padding:.75rem 1rem!important}.dashboard .previous-reports-table th.col-actions{text-align:right;padding-right:1rem}.dashboard .table-actions{display:flex;gap:6px;justify-content:flex-end;align-items:center}.dashboard .btn-view-report-small{padding:6px 12px;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.dashboard .btn-view-report-small:hover{background:#5568d3}.dashboard .btn-refresh-report-small{padding:6px 8px;background:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:32px;height:28px}.dashboard .btn-refresh-report-small:hover:not(:disabled){background:#5568d3}.dashboard .btn-refresh-report-small:disabled{opacity:.6;cursor:not-allowed}.dashboard .btn-refresh-report-small svg{width:14px;height:14px;transition:transform .3s ease}.dashboard .btn-refresh-report-small svg.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard .btn-delete-report-small{padding:6px 8px;background:#ef4444;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:32px;height:28px}.dashboard .btn-delete-report-small:hover{background:#dc2626}.dashboard .btn-delete-report-small svg{width:14px;height:14px}.dashboard .report-checkbox-header,.dashboard .report-checkbox{width:16px;height:16px;cursor:pointer;accent-color:#667eea;display:block;margin:0 auto}.dashboard .previous-report-header{display:flex;justify-content:space-between;align-items:center;padding-right:2rem}.dashboard .previous-report-header h3{margin:0;font-size:1.1rem;color:#333;font-weight:600}.dashboard .report-badge{background:#667eea;color:#fff;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600}.dashboard .previous-report-details{display:flex;flex-direction:column;gap:.5rem}.dashboard .report-meta{display:flex;gap:8px;font-size:.85rem}.dashboard .meta-label{color:#666;font-weight:500}.dashboard .meta-value{color:#333}.dashboard .report-clusters-preview{display:flex;flex-wrap:wrap;gap:6px;margin-top:.5rem}.dashboard .report-clusters-list{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.dashboard .report-clusters-label{font-size:.8rem;font-weight:600;color:#666;margin-bottom:.5rem}.dashboard .report-clusters-tags{display:flex;flex-direction:column;gap:.5rem;max-height:150px;overflow-y:auto}.dashboard .report-cluster-group{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.dashboard .cluster-group-account{font-size:.75rem;font-weight:600;color:#667eea;margin-right:4px}.dashboard .cluster-tag{background:#e0e7ff;color:#4338ca;padding:3px 8px;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap}.dashboard .cluster-tag-more{background:#f3f4f6;color:#6b7280;padding:3px 8px;border-radius:4px;font-size:.75rem;font-weight:500}.dashboard .previous-report-actions{display:flex;gap:.5rem;margin-top:auto}.dashboard .btn-view-report{flex:1;padding:10px 16px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.dashboard .btn-view-report:hover{background:#5568d3;transform:translateY(-1px)}.dashboard .btn-delete-report{padding:8px 12px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:40px;height:36px}.dashboard .btn-delete-report:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 2px 8px #ef44444d}.dashboard .btn-delete-report svg{width:16px;height:16px;stroke:currentColor}.dashboard .table-widget{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.dashboard .table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.dashboard .table-widget h3{font-size:1.2rem;color:#333;margin:0;font-weight:600}.dashboard .table-search{padding:8px 14px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;width:300px;transition:border-color .2s}.dashboard .table-search:focus{outline:none;border-color:#667eea}.dashboard .table-container{overflow-x:auto;border:1px solid #e0e0e0;border-radius:8px}.dashboard .table-container table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.dashboard .table-container thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.dashboard .table-container th{padding:12px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;white-space:nowrap}.dashboard .table-container td{padding:10px 12px;border-bottom:1px solid #f0f0f0;color:#555;overflow:hidden;text-overflow:ellipsis}.dashboard .table-container tr:hover{background:#f8f9fa}.dashboard .table-container .pod-name-cell{position:relative;overflow:hidden}.dashboard .table-container .pod-name-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:#555}.dashboard .table-container .resizable-header{position:relative;-webkit-user-select:none;user-select:none}.dashboard .table-container .resize-handle{position:absolute;top:0;right:-2px;width:4px;height:100%;cursor:col-resize;background:transparent;z-index:2;-webkit-user-select:none;user-select:none}.dashboard .table-container .resize-handle:hover,.dashboard .table-container .resize-handle:active{background:#667eea}.dashboard .table-container th.resizing{-webkit-user-select:none;user-select:none;cursor:col-resize}.dashboard .table-container th.resizing .resize-handle{background:#667eea}.dashboard .table-container.resizing{-webkit-user-select:none;user-select:none;cursor:col-resize}.dashboard .table-container .creation-time{font-size:12px;color:#666;white-space:nowrap}.dashboard .table-container .creation-time .no-time{color:#999;font-style:italic}.dashboard .table-footer{padding:12px;text-align:center;background:#f8f9fa;color:#666;font-size:13px;border-top:1px solid #e0e0e0}.report-sidebar::-webkit-scrollbar,.report-main::-webkit-scrollbar,.filter-items::-webkit-scrollbar,.cluster-checkbox-grid-scrollable::-webkit-scrollbar,.cluster-checkbox-grid-scrollable-compact::-webkit-scrollbar{width:8px;height:8px}.report-sidebar::-webkit-scrollbar-track,.report-main::-webkit-scrollbar-track,.filter-items::-webkit-scrollbar-track,.cluster-checkbox-grid-scrollable::-webkit-scrollbar-track,.cluster-checkbox-grid-scrollable-compact::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.report-sidebar::-webkit-scrollbar-thumb,.report-main::-webkit-scrollbar-thumb,.filter-items::-webkit-scrollbar-thumb,.cluster-checkbox-grid-scrollable::-webkit-scrollbar-thumb,.cluster-checkbox-grid-scrollable-compact::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.policy-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:10000;display:flex;align-items:center;justify-content:flex-end;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.policy-drawer{width:600px;max-width:90vw;height:100vh;background:#fff;box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column;animation:slideIn .3s ease-out;overflow:hidden}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.policy-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #e0e0e0;background:#f8f9fa}.policy-drawer-header h3{margin:0;font-size:1.25rem;color:#333;font-weight:600}.policy-drawer-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.policy-drawer-close:hover{background:#e0e0e0;color:#333}.policy-drawer-content{flex:1;overflow-y:auto;padding:1.5rem}.policy-drawer-info{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.policy-drawer-info p{margin:.5rem 0;font-size:14px;color:#555}.policy-drawer-info strong{color:#333;font-weight:600}.policy-json-container{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;overflow-x:auto}.policy-json{margin:0;font-family:Monaco,Menlo,Courier New,monospace;font-size:12px;line-height:1.6;color:#333;white-space:pre-wrap;word-wrap:break-word}.btn-view-policy{padding:4px 12px;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.btn-view-policy:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 2px 4px #667eea4d}.no-policy{color:#999;font-style:italic}.report-sidebar::-webkit-scrollbar-thumb:hover,.report-main::-webkit-scrollbar-thumb:hover,.filter-items::-webkit-scrollbar-thumb:hover,.cluster-checkbox-grid-scrollable::-webkit-scrollbar-thumb:hover,.cluster-checkbox-grid-scrollable-compact::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width: 1200px){.dashboard .charts-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.dashboard .report-layout{flex-direction:column}.dashboard .report-sidebar{width:100%;max-height:400px;border-right:none;border-bottom:1px solid #e0e0e0}.dashboard .summary-row,.dashboard .charts-grid{grid-template-columns:1fr}.dashboard .table-header{flex-direction:column;align-items:flex-start}.dashboard .table-search{width:100%}}.toast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:10000;animation:slideIn .3s ease-out;cursor:pointer;transition:transform .2s}.toast:hover{transform:translateY(-2px)}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.toast-content{display:flex;align-items:center;gap:12px;flex:1}.toast-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.toast-success{border-left:4px solid #22c55e}.toast-success .toast-icon{background:#22c55e;color:#fff}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{background:#ef4444;color:#fff}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{background:#3b82f6;color:#fff}.toast-message{color:#1f2937;font-size:14px;line-height:1.5;flex:1}.toast-close{background:none;border:none;font-size:24px;color:#9ca3af;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s;flex-shrink:0}.toast-close:hover{color:#4b5563}.creation-time-regenerating{color:#3b82f6;font-style:italic;margin-left:8px}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}
