:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#e1e4e8;background:#1a1d23}*{box-sizing:border-box}body{margin:0;min-height:100vh}.app{max-width:1400px;margin:0 auto;padding:1.5rem}.header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.header h1{margin:0;font-size:1.75rem}.subtitle{margin:.25rem 0 0;color:#9ba3af}.header-meta{display:flex;gap:.75rem;align-items:center}.client-pill{background:#2a2f3a;border:1px solid #3d4450;padding:.35rem .75rem;border-radius:999px;font-size:.85rem}button{background:#00a7a0;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;cursor:pointer;font-weight:600}button:disabled{opacity:.6;cursor:not-allowed}.banner.error{background:#e8555526;border:1px solid #e85555;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.cluster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}.cluster-card{background:#2a2f3a;border:1px solid #3d4450;border-radius:10px;padding:1rem}.cluster-card.stale{border-color:#ff963d}.cluster-card-header{display:flex;justify-content:space-between;align-items:center}.cluster-card h2{margin:0;font-size:1rem;word-break:break-all}.status-dot{width:10px;height:10px;border-radius:50%}.status-dot.ok{background:#30b24d}.status-dot.warn{background:#ff963d}.cluster-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1rem 0 0}.cluster-stats dt{font-size:.75rem;color:#9ba3af;margin:0}.cluster-stats dd{margin:.15rem 0 0;font-weight:600}.cluster-stats .critical{color:#e85555}.cluster-stats .high{color:#ff963d}.node-pressure h3{margin:1rem 0 .5rem;font-size:.85rem;color:#9ba3af}.node-pressure ul{list-style:none;margin:0;padding:0}.node-pressure li{display:flex;justify-content:space-between;font-size:.85rem;padding:.25rem 0}.node-pressure .critical{color:#e85555;font-weight:600}.workloads-panel{background:#2a2f3a;border:1px solid #3d4450;border-radius:10px;overflow:hidden}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #3d4450}.panel-header h2{margin:0;font-size:1.1rem}.panel-controls{display:flex;gap:.5rem;align-items:center}select{background:#1a1d23;color:#e1e4e8;border:1px solid #3d4450;border-radius:6px;padding:.4rem .6rem}.summary-pill{font-size:.75rem;padding:.25rem .5rem;border-radius:999px;font-weight:600}.summary-pill.critical{background:#e8555533;color:#e85555}.summary-pill.high{background:#ff963d33;color:#ff963d}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #3d4450;vertical-align:top}th{color:#9ba3af;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.memory-bar{min-width:180px}.memory-bar-track{position:relative;height:8px;background:#1a1d23;border-radius:4px;overflow:hidden}.memory-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.memory-bar-limit{position:absolute;right:0;top:0;bottom:0;width:2px;background:#6b7280}.memory-bar-label{display:block;margin-top:.35rem;font-size:.75rem;color:#9ba3af}.risk-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700;color:#1a1d23;text-transform:capitalize;white-space:nowrap}.workload-name{display:flex;flex-direction:column;gap:.15rem}.muted{color:#9ba3af;font-size:.8rem}.oom-badge{display:inline-block;margin-top:.25rem;background:#e8555533;color:#e85555;font-size:.7rem;font-weight:700;padding:.15rem .4rem;border-radius:4px;width:fit-content}.empty-state,.empty-table{padding:2rem;text-align:center;color:#9ba3af}.empty-state code{background:#1a1d23;padding:.15rem .35rem;border-radius:4px}.loading-screen{min-height:100vh;display:grid;place-items:center;color:#9ba3af;padding:2rem;text-align:center}.loading-screen.error{color:#e1e4e8}.loading-screen a{color:#4fd1c5}.header-title-row{display:flex;align-items:center;gap:.75rem}.header-brand{display:flex}.logo-mark{display:inline-flex;flex-shrink:0;overflow:hidden}.logo-mark img{display:block;width:100%;height:100%;object-fit:cover}.logo-mark--xs{width:32px;height:32px;border-radius:8px}.logo-mark--sm{width:40px;height:40px;border-radius:10px}.logo-mark--md{width:48px;height:48px;border-radius:12px}.logo-mark--lg{width:120px;height:120px;border-radius:24px}.logo-mark--hero{width:min(240px,56vw);height:min(240px,56vw);border-radius:28px}.login-hero-mark{margin-bottom:1.25rem}.btn-ghost{background:transparent;border:1px solid #3d4450;color:#e1e4e8}.marketing{min-height:100vh;color:#1a202c;background:linear-gradient(180deg,#fff,#f8fbff 45%,#f0f7fc)}.marketing-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #e2e8f0;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand{display:flex;align-items:center;gap:.85rem;color:#1a365d;text-decoration:none;font-weight:700;font-size:1.05rem}.marketing-nav nav{display:flex;align-items:center;gap:1.25rem}.marketing-nav nav a{color:#4a5568;text-decoration:none}.nav-cta{background:linear-gradient(135deg,#00a7a0,#2b6cb0);color:#fff!important;padding:.45rem .9rem;border-radius:8px;font-weight:600}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;padding:4rem 2rem;max-width:1200px;margin:0 auto;align-items:center}.eyebrow{color:#00838f;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.hero h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;margin:.75rem 0;color:#1a365d}.hero-lead,.section-lead{color:#4a5568;max-width:42rem}.hero-actions{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:10px;text-decoration:none;font-weight:700}.btn-primary{background:linear-gradient(135deg,#00a7a0,#2b6cb0);color:#fff}.btn-secondary{background:#fff;color:#2d3748;border:1px solid #cbd5e0;box-shadow:0 1px 2px #0f172a0f}.hero-visual{display:flex;flex-direction:column;align-items:center;gap:1.75rem}.hero-card{width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem;display:grid;gap:.75rem;box-shadow:0 8px 24px #2b6cb014}.hero-stat{display:flex;justify-content:space-between;align-items:center}.hero-stat-label{color:#718096}.hero-stat-value{font-size:1.25rem;font-weight:700;color:#2d3748}.hero-stat-value.critical{color:#e53e3e}.hero-stat-value.warn{color:#dd6b20}.features{max-width:1200px;margin:0 auto;padding:2rem 2rem 4rem}.features h2{color:#1a365d}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1.5rem}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem;box-shadow:0 4px 16px #2b6cb00f}.feature-card h3{margin:0 0 .5rem;color:#2d3748}.feature-card p{margin:0;color:#4a5568}.tint-teal{border-top:3px solid #38b2ac}.tint-blue{border-top:3px solid #4299e1}.tint-indigo{border-top:3px solid #667eea}.tint-cyan{border-top:3px solid #0bc5ea}.cta-band{max-width:1200px;margin:0 auto 3rem;padding:2rem;border-radius:18px;background:linear-gradient(135deg,#00a7a014,#2b6cb01a);border:1px solid #bee3f8;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.cta-band h2{color:#1a365d}.cta-band p{color:#4a5568}.marketing-footer{display:flex;align-items:center;gap:.85rem;justify-content:center;padding:2rem;color:#718096;border-top:1px solid #e2e8f0;background:#fff}.login-page{min-height:100vh;background:#fff;color:#1a202c}.login-layout{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 72px)}.login-marketing{padding:3rem;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,#fff,#f0f7fc)}.login-marketing h1{color:#1a365d}.login-marketing p{color:#4a5568}.login-bullets{color:#4a5568;line-height:1.8}.login-panel{padding:3rem;display:flex;flex-direction:column;justify-content:center;max-width:420px;background:#fff}.login-panel h2{color:#1a365d}.login-panel .muted{color:#718096}.login-google-wrap{position:relative;margin:1.25rem 0}.login-google-wrap.is-busy{opacity:.6}.login-google-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#ffffffd9;border-radius:8px;color:#4a5568}.back-link{color:#00838f;text-decoration:none;margin-top:1rem}.login-devops-btn{width:100%;margin-top:1rem;text-align:center}.login-note{margin-top:1rem;font-size:.9rem;line-height:1.5}.marketing .banner.error,.login-page .banner.error{background:#e53e3e14;border:1px solid #fc8181;color:#c53030}@media(max-width:900px){.hero,.login-layout{grid-template-columns:1fr}.hero-visual{order:-1}}
