@charset "UTF-8";@font-face{font-family:Artific;src:url(/fonts/Artific-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Artific;src:url(/fonts/Artific-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}:root{--brand: #1d63d6;--brand-deep: #12459a;--accent: #fec44f;--accent-deep: #e0a100;--cyan: #22d3ee;--ink: #1b1d26;--body: #444653;--muted: #8f9098;--line: #dde0ec;--panel: #eceef6;--tint: #e4eaf7;--cream: #e6fafd;--cream-deep: #b8eff8;--surface: #f9f9f9;--white: #ffffff;--font: "Artific", "Helvetica Neue", Arial, sans-serif;--font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--fw-light: 300;--fw-medium: 500;--label-tracking: 2.1px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 12px;--radius-card: 14px;--radius-pill: 999px;--shadow-card: 0 1px 2px rgba(27, 29, 38, .04);--shadow-card-hover: 0 8px 20px rgba(27, 29, 38, .08);--shadow-lift: 0 8px 18px rgba(27, 29, 38, .09);--shadow-ambient: 0 1px 0 var(--line);--st-template-bg: #eeeeee;--st-template-fg: #8f9098;--st-template-dot: #b6b7be;--st-registered-bg: #e4eaf7;--st-registered-fg: #1757bf;--st-registered-dot: #1757bf;--st-deployed-bg: #e2e9d2;--st-deployed-fg: #436b36;--st-deployed-dot: #6aa24f;--st-running-bg: #e4eaf7;--st-running-fg: #1757bf;--st-running-dot: #1757bf;--st-queued-bg: #f1f2f7;--st-queued-fg: #6e7080;--st-queued-dot: #9a9cab;--st-succeeded-bg: #e2e9d2;--st-succeeded-fg: #3f6b33;--st-succeeded-dot: #4e7a3e;--st-succeeded-edge: #2eb85c;--st-failed-bg: #fbe3de;--st-failed-fg: #b8402a;--st-failed-dot: #d5543a;--st-stopped-bg: #e7e9f0;--st-stopped-fg: #444653;--st-stopped-dot: #6b6e7c;--st-accruing-bg: #fff3d6;--st-accruing-fg: #8a6300;--st-accruing-dot: #ffb700;--st-degraded-bg: #fff8eb;--st-degraded-fg: #6b4c00;--st-degraded-dot: #e0a100;--st-degraded-border: #f2e3c4;--error: var(--st-failed-fg);--on-error: #ffffff;--primary: var(--brand);--primary-container: var(--brand-deep);--on-primary: #ffffff;--secondary-container: var(--accent);--on-secondary-container: var(--st-degraded-fg);--secondary: var(--accent-deep);--luminescence-cyan: var(--cyan);--surface-container-lowest: var(--white);--surface-container-low: #f3f4f9;--surface-container: var(--panel);--surface-container-highest: #e2e4ee;--on-surface: var(--ink);--on-surface-variant: var(--body);--outline-variant: var(--line);--outline: var(--muted)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font);font-weight:var(--fw-light);font-size:15px;color:var(--body);background:var(--surface);line-height:1.55;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:var(--fw-medium);color:var(--ink)}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-deep)}code{font-family:var(--font-mono);font-size:.88em;background:var(--surface-container-low);color:var(--body);padding:.12em .4em;border-radius:var(--radius-sm)}.accent-phrase{font-family:var(--font-serif);font-style:italic;font-weight:400;color:var(--brand)}.eyebrow{margin:0;font-size:.75rem;font-weight:var(--fw-medium);letter-spacing:var(--label-tracking);text-transform:uppercase;color:var(--brand)}button.primary{font:inherit;cursor:pointer;border:none;border-radius:var(--radius-md);padding:.7rem 1.35rem;font-size:.78rem;font-weight:var(--fw-medium);letter-spacing:1.2px;text-transform:uppercase;white-space:nowrap;background:var(--brand);color:var(--white);transition:background .16s ease-out}button.primary:hover:not(:disabled){background:var(--brand-deep)}button.primary:disabled{opacity:.45;cursor:not-allowed}button.secondary{font:inherit;cursor:pointer;border:1px solid var(--line);border-radius:var(--radius-md);padding:.7rem 1.35rem;font-size:.78rem;font-weight:var(--fw-medium);letter-spacing:1.2px;text-transform:uppercase;white-space:nowrap;background:var(--white);color:var(--brand);transition:border-color .16s ease-out,background .16s ease-out}button.secondary:hover:not(:disabled){border-color:#b9c3dd;background:var(--tint)}button.secondary:disabled{opacity:.45;cursor:not-allowed}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--radius-sm)}.status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.3rem .7rem;border:1px solid transparent;border-radius:var(--radius-pill);font-size:.75rem;font-weight:var(--fw-medium);letter-spacing:.3px;white-space:nowrap;background:var(--st-template-bg);color:var(--st-template-fg)}.status-pill__dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:currentColor}.status-pill[data-state=template]{background:var(--st-template-bg);color:var(--st-template-fg);border:1px dashed #d5d6de}.status-pill[data-state=template] .status-pill__dot{background:var(--st-template-dot)}.status-pill[data-state=registered]{background:var(--st-registered-bg);color:var(--st-registered-fg)}.status-pill[data-state=registered] .status-pill__dot{background:var(--st-registered-dot)}.status-pill[data-state=deployed]{background:var(--st-deployed-bg);color:var(--st-deployed-fg)}.status-pill[data-state=deployed] .status-pill__dot{background:var(--st-deployed-dot)}.status-pill[data-state=running]{background:var(--st-running-bg);color:var(--st-running-fg)}.status-pill[data-state=running] .status-pill__dot{background:var(--st-running-dot);animation:brand-pulse 1.8s ease-out infinite}.status-pill[data-state=queued]{background:var(--st-queued-bg);color:var(--st-queued-fg)}.status-pill[data-state=queued] .status-pill__dot{background:var(--st-queued-dot)}.status-pill[data-state=succeeded]{background:var(--st-succeeded-bg);color:var(--st-succeeded-fg)}.status-pill[data-state=succeeded] .status-pill__dot{background:var(--st-succeeded-dot)}.status-pill[data-state=failed]{background:var(--st-failed-bg);color:var(--st-failed-fg)}.status-pill[data-state=failed] .status-pill__dot{background:var(--st-failed-dot)}.status-pill[data-state=stopped]{background:var(--st-stopped-bg);color:var(--st-stopped-fg)}.status-pill[data-state=stopped] .status-pill__dot{background:var(--st-stopped-dot)}.status-pill[data-state=accruing]{background:var(--st-accruing-bg);color:var(--st-accruing-fg)}.status-pill[data-state=accruing] .status-pill__dot{background:var(--st-accruing-dot)}.status-pill[data-state=degraded]{background:var(--st-degraded-bg);color:var(--st-degraded-fg);border-color:var(--st-degraded-border)}.status-pill[data-state=degraded] .status-pill__dot{background:var(--st-degraded-dot)}@keyframes brand-pulse{0%{box-shadow:0 0 #1d63d673;transform:scale(1);opacity:1}55%{box-shadow:0 0 0 7px #1d63d600;transform:scale(1.35);opacity:.5}to{box-shadow:0 0 #1d63d600;transform:scale(1);opacity:1}}@keyframes brand-breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.9)}}@keyframes brand-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.status-pill__dot{animation:none!important}}.empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.75rem 1.6rem;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card)}.empty-state__disc{display:grid;place-items:center;width:80px;height:80px;border-radius:50%;background:var(--tint);color:var(--brand)}.empty-state__title{margin:0;font-size:1.1875rem;font-weight:var(--fw-medium);color:var(--ink)}.empty-state__hint{margin:0;max-width:34rem;font-size:.90625rem;line-height:1.55;color:var(--body)}
