:root{--ctrl-h: 2.25rem;--ctrl-px: .75rem;--ctrl-py: .5rem}input:not([type=checkbox]):not([type=radio]),select,textarea{display:block;width:100%;padding:var(--ctrl-py) var(--ctrl-px);font:inherit;font-size:.875rem;line-height:1.5;background:var(--background);color:var(--foreground);border:1px solid var(--input);border-radius:calc(var(--radius) - 2px);transition:border-color .14s ease,box-shadow .14s ease;appearance:none}input:not([type=checkbox]):not([type=radio])::placeholder,select::placeholder,textarea::placeholder{color:var(--muted)}input:not([type=checkbox]):not([type=radio]):focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 22%,transparent)}input:not([type=checkbox]):not([type=radio]):disabled,select:disabled,textarea:disabled{opacity:.5;cursor:not-allowed;background:var(--secondary)}input:not([type=checkbox]):not([type=radio]),select{height:var(--ctrl-h)}textarea{height:auto;min-height:5rem;resize:vertical}input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;flex:0 0 1rem;width:1rem;height:1rem;margin:0;border:1px solid var(--input);background:var(--background);cursor:pointer;display:inline-grid;place-items:center;vertical-align:-.15em;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}input[type=checkbox]:hover:not(:disabled),input[type=radio]:hover:not(:disabled){border-color:var(--ring)}input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 22%,transparent)}input[type=checkbox]:disabled,input[type=radio]:disabled{opacity:.5;cursor:not-allowed}input[type=checkbox]:checked,input[type=radio]:checked{background:var(--primary);border-color:var(--primary)}input[type=checkbox]{border-radius:4px}input[type=checkbox]:checked:after{content:"";display:block;width:.65rem;height:.65rem;background:var(--primary-foreground);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.5L5 9.5L10 3' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.5L5 9.5L10 3' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center/contain no-repeat}input[type=radio]{border-radius:50%}input[type=radio]:checked:after{content:"";display:block;width:.375rem;height:.375rem;border-radius:50%;background:var(--primary-foreground)}label{display:block;font-size:.875rem;font-weight:500;line-height:1.4;color:var(--foreground)}.form-field{display:grid;gap:.375rem}.form-field>label{margin-bottom:0}.form-hint{font-size:.75rem;color:var(--muted);margin-top:.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;height:var(--ctrl-h);padding:var(--ctrl-py) var(--ctrl-px);font:inherit;font-size:.875rem;font-weight:500;line-height:1;color:var(--foreground);background:var(--secondary);border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);cursor:pointer;white-space:nowrap;text-decoration:none;-webkit-user-select:none;user-select:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease,filter .14s ease,opacity .14s ease}.btn:hover:not(:disabled){background:var(--border);color:var(--foreground)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 40%,transparent)}.btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.btn-primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn-primary:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 85%,white);color:var(--primary-foreground);border-color:color-mix(in srgb,var(--primary) 85%,white)}.btn-secondary{background:var(--secondary);color:var(--secondary-foreground);border-color:var(--border)}.btn-secondary:hover:not(:disabled){background:color-mix(in srgb,var(--secondary) 80%,var(--foreground) 20%);color:var(--secondary-foreground)}.btn-outline{background:var(--background);color:var(--foreground);border-color:var(--input)}.btn-outline:hover:not(:disabled){background:var(--secondary);color:var(--foreground);border-color:var(--ring)}.btn-ghost{background:transparent;color:var(--foreground);border-color:transparent}.btn-ghost:hover:not(:disabled){background:var(--secondary);color:var(--foreground)}.btn-danger{background:var(--background);color:var(--destructive);border-color:var(--input)}.btn-danger:hover:not(:disabled){background:var(--destructive);color:var(--destructive-foreground);border-color:var(--destructive)}.btn-destructive{background:var(--destructive);color:var(--destructive-foreground);border-color:var(--destructive)}.btn-destructive:hover:not(:disabled){filter:brightness(1.1)}.btn-link{background:transparent;color:var(--accent);border-color:transparent;height:auto;padding:0;text-decoration:underline;text-underline-offset:3px}.btn-link:hover:not(:disabled){filter:brightness(.85)}.btn-sm{height:2rem;padding:.3rem .625rem;font-size:.8125rem;border-radius:calc(var(--radius) - 4px)}.btn-xs{height:1.75rem;padding:.2rem .5rem;font-size:.8rem;border-radius:calc(var(--radius) - 4px)}.btn-lg{height:2.75rem;padding:.625rem 1rem;font-size:1rem}.btn-icon-sq{width:var(--ctrl-h);height:var(--ctrl-h);padding:0;border-radius:calc(var(--radius) - 2px)}.btn-icon-sq.btn-sm{width:2rem;height:2rem}.btn-icon-sq.btn-xs{width:1.75rem;height:1.75rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.card-header h2,.card-header h3,.card-header h4{margin:0}.card-title{font-size:1rem;font-weight:600;margin:0}.card-description{font-size:.875rem;color:var(--muted);margin:0}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;line-height:1.6;text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--border);color:var(--secondary-foreground);background:var(--secondary)}.badge-primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.badge-critical{background:var(--destructive);color:var(--destructive-foreground);border-color:var(--destructive)}.badge-watch,.badge-warning{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.badge-outline{background:transparent}.pill{display:inline-flex;align-items:center;border-radius:9999px;padding:.075rem .5rem;font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;border:1px solid var(--border);color:var(--secondary-foreground)}.pill.critical{color:var(--danger);border-color:var(--danger)}.pill.watch{color:var(--accent);border-color:var(--accent)}table{width:100%;border-collapse:collapse;font-size:.875rem}th,td{padding:.45rem .5rem;border-bottom:1px solid var(--border);text-align:left}th{color:var(--muted);font-weight:600;font-size:.8125rem}.table-scroll{max-width:100%;overflow-x:auto}.dialog-backdrop{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1300;backdrop-filter:blur(2px)}.dialog-card{width:min(92vw,480px);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--foreground);padding:1.25rem;display:grid;gap:.75rem;box-shadow:0 16px 48px #0000002e}.dialog-card h3,.dialog-card h4{margin:0;font-size:1rem;font-weight:600}.dialog-card p{margin:0;color:var(--muted);font-size:.875rem}.dialog-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.25rem}.toast-wrap{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:1200;pointer-events:none}.toast{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:280px;max-width:440px;padding:.6rem .875rem;background:var(--surface);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px #0000001f;font-size:.875rem;pointer-events:auto}.toast-success{border-color:var(--ring);background:var(--secondary)}.toast-error{border-color:var(--destructive)}.popover{position:absolute;z-index:30;border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--surface);box-shadow:0 10px 30px #0000002e;padding:.55rem}.icon{display:inline-block;flex:0 0 auto;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.section-icon{width:1rem;height:1rem;vertical-align:-2px;margin-right:.375rem}.btn-icon{width:.9375rem;height:.9375rem;flex:0 0 auto}.spinner{width:.9rem;height:.9rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .8s linear infinite;flex:0 0 auto}.form{display:grid;gap:.75rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;align-items:end}.text-muted{color:var(--muted)}.text-danger{color:var(--danger)}.text-accent{color:var(--accent)}.full{grid-column:1/-1}.cluster{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.stack{display:flex;flex-direction:column;gap:.5rem}.separator{height:1px;background:var(--border);border:none;margin:0}@keyframes spin{to{transform:rotate(360deg)}}:root{--background: hsl(0 0% 100%);--foreground: hsl(222.2 84% 4.9%);--card: hsl(0 0% 100%);--card-foreground: hsl(222.2 84% 4.9%);--primary-token: hsl(222.2 47.4% 11.2%);--primary-foreground: hsl(210 40% 98%);--secondary: hsl(210 40% 96.1%);--secondary-foreground: hsl(222.2 47.4% 11.2%);--muted-token: hsl(215.4 16.3% 46.9%);--accent-token: hsl(221.2 83.2% 53.3%);--accent-foreground: hsl(210 40% 98%);--destructive: hsl(0 84.2% 60.2%);--destructive-foreground: hsl(210 40% 98%);--border: hsl(214.3 31.8% 91.4%);--input: hsl(214.3 31.8% 91.4%);--ring: hsl(221.2 83.2% 53.3%);--radius: .625rem;--bg: var(--background);--surface: var(--card);--primary: var(--primary-token);--accent: var(--accent-token);--muted: var(--muted-token);--danger: var(--destructive);--surface-2: var(--secondary)}.dark{--background: hsl(222.2 84% 4.9%);--foreground: hsl(210 40% 98%);--card: hsl(222.2 84% 4.9%);--card-foreground: hsl(210 40% 98%);--primary-token: hsl(210 40% 98%);--primary-foreground: hsl(222.2 47.4% 11.2%);--secondary: hsl(217.2 32.6% 17.5%);--secondary-foreground: hsl(210 40% 98%);--muted-token: hsl(215 20.2% 65.1%);--accent-token: hsl(217.2 91.2% 59.8%);--accent-foreground: hsl(210 40% 98%);--destructive: hsl(0 62.8% 30.6%);--destructive-foreground: hsl(210 40% 98%);--border: hsl(217.2 32.6% 17.5%);--input: hsl(217.2 32.6% 17.5%);--ring: hsl(224.3 76.3% 48%);--bg: var(--background);--surface: var(--card);--primary: var(--primary-token);--accent: var(--accent-token);--muted: var(--muted-token);--danger: var(--destructive);--surface-2: var(--secondary)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer;background:var(--background);color:var(--foreground);border:1px solid var(--input);border-radius:calc(var(--radius) - 2px)}button:hover:not(:disabled){background:var(--secondary)}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible{outline:none;box-shadow:0 0 0 3px hsl(from var(--ring) h s l/.4)}
