:root{--color-bg:#f3f5f1;--color-surface:#ffffff;--color-surface-subtle:#f7f8f5;--color-surface-hover:#eef2ec;--color-surface-active:#e4eae2;--color-surface-elevated:#ffffff;--color-text:#15201b;--color-text-secondary:#526159;--color-text-muted:#748079;--color-text-light:#9aa49e;--color-text-inverse:#f7fbf8;--color-border:#dce3dd;--color-border-subtle:#e9eee9;--color-border-strong:#c9d3cb;--color-brand:#123c2e;--color-brand-hover:#0c3024;--color-brand-light:#e6f1eb;--color-accent:#087f5b;--color-accent-hover:#066647;--color-accent-light:#e5f5ee;--color-accent-strong:#19a974;--color-focus-ring:#0b8d65;--color-success-bg:#e9f7ef;--color-success-border:#bce2cc;--color-success-text:#176b43;--color-warning-bg:#fff7e4;--color-warning-border:#efd7a2;--color-warning-text:#8a5a0a;--color-danger-bg:#fff0ed;--color-danger-border:#efc2b8;--color-danger-text:#a33c2c;--color-info-bg:#edf4f8;--color-info-border:#c8dae4;--color-info-text:#315f77;--color-status-loading-bg:var(--color-info-bg);--color-status-healthy-bg:var(--color-success-bg);--color-status-healthy-border:var(--color-success-border);--color-status-unavailable-bg:var(--color-danger-bg);--color-status-unavailable-border:var(--color-danger-border);--font-family-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-family-display:"Avenir Next",Inter,ui-sans-serif,sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.8125rem;--font-size-base:0.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.375rem;--font-size-2xl:clamp(1.75rem,3vw,2.25rem);--font-size-display:clamp(2.8rem,6vw,5.7rem);--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:720;--line-height-tight:1.08;--line-height-base:1.5;--line-height-relaxed:1.7;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-xs:0.3rem;--radius-sm:0.5rem;--radius-md:0.75rem;--radius-lg:1rem;--radius-xl:1.4rem;--radius-full:9999px;--shadow-subtle:0 1px 2px rgb(18 60 46/0.04);--shadow-sm:0 4px 12px rgb(18 60 46/0.06);--shadow-md:0 12px 30px rgb(18 60 46/0.09);--shadow-lg:0 24px 60px rgb(8 35 26/0.14);--layout-max-width:94rem;--sidebar-width:16.5rem;--header-height:4rem;--transition-fast:140ms cubic-bezier(0.2,0.8,0.2,1);--transition-base:200ms cubic-bezier(0.2,0.8,0.2,1)}*,:after,:before{box-sizing:border-box}html{background:var(--color-bg)}body,html{min-height:100%}body{margin:0;color:var(--color-text);background:radial-gradient(circle at 78% -12%,rgb(8 127 91/.05),transparent 28rem),var(--color-bg);font-family:var(--font-family-sans);font-size:var(--font-size-base);line-height:var(--line-height-base);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{color:#fff;background:var(--color-accent)}.tabular-nums,[data-number],time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}button,input,select,textarea{font:inherit}button{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgb(11 141 101/.24);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}