:root{color-scheme:dark;--color-plane:#0c0c0d;--color-surface:#17171a;--color-surface-2:#202024;--color-ink:#f5f5f4;--color-ink-2:#b9b9b4;--color-ink-muted:#7c7c78;--color-border:#29292e;--color-border-strong:#3a3a41;--color-accent:#ff441f;--color-accent-hover:#df281e;--color-accent-ink:#ffffff;--color-focus:#ff6a4a;--color-link:#ff8a6d;--color-good:#22c55e;--color-warning:#fab219;--color-critical:#ef4444;--overlay:rgb(0 0 0/0.7);--overlay-card:rgb(12 12 13/0.55);--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;--container-max:1600px;--create-panel-width:22rem;--font-sans:-apple-system,"Segoe UI",system-ui,Helvetica,Arial,sans-serif;--font-mono:ui-monospace,"SF Mono",Menlo,monospace;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--leading-tight:1.25;--leading-normal:1.5;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--z-raised:10;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--duration-fast:150ms;--duration-normal:300ms;--ease-default:cubic-bezier(0.4,0,0.2,1);--ease-out:cubic-bezier(0,0,0.2,1);--radius-sm:0.375rem;--radius-md:0.625rem;--radius-lg:1rem;--radius-full:9999px;--shadow-md:0 4px 12px rgb(0 0 0/0.4);--shadow-lg:0 16px 48px rgb(0 0 0/0.55)}*,:after,:before{box-sizing:border-box;margin:0}body,html{height:100%}body{-webkit-font-smoothing:antialiased}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:none;padding:0;cursor:pointer}a{color:inherit;text-decoration:none}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);background:var(--color-plane);color:var(--color-ink)}::selection{background:var(--color-accent);color:var(--color-accent-ink)}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}