:root,:root[data-theme=light]{color-scheme:light;--bg: #f4f6f9;--bg-surface: #ffffff;--bg-elevated: #eef1f5;--border: rgba(0, 0, 0, .08);--border-strong: rgba(0, 0, 0, .15);--text: #1a2332;--muted: #5b6a7a;--link: #1872c2;--link-hover: #0f5a9e;--accent-start: #c5d900;--accent-end: #e06030;--header-bg: rgba(244, 246, 249, .85);--glow-lime: rgba(200, 220, 50, .07);--glow-sky: rgba(80, 160, 220, .06);--primary-text: #1a2332;--radius: .75rem;--radius-sm: .5rem}:root[data-theme=dark]{color-scheme:dark;--bg: #0b1623;--bg-surface: #10202e;--bg-elevated: #162a3e;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--text: #e8ecf1;--muted: #8899aa;--link: #7fd2ff;--link-hover: #a8e2ff;--accent-start: #ebff6a;--accent-end: #ff875f;--header-bg: rgba(11, 22, 35, .8);--glow-lime: rgba(235, 255, 106, .06);--glow-sky: rgba(127, 210, 255, .05);--primary-text: #0b1623}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #0b1623;--bg-surface: #10202e;--bg-elevated: #162a3e;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--text: #e8ecf1;--muted: #8899aa;--link: #7fd2ff;--link-hover: #a8e2ff;--accent-start: #ebff6a;--accent-end: #ff875f;--header-bg: rgba(11, 22, 35, .8);--glow-lime: rgba(235, 255, 106, .06);--glow-sky: rgba(127, 210, 255, .05);--primary-text: #0b1623}}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;min-height:100vh}.bg-glow{position:fixed;pointer-events:none;z-index:-1;border-radius:50%;filter:blur(120px)}.bg-glow--lime{top:-10%;right:-5%;width:40vw;height:40vw;background:var(--glow-lime)}.bg-glow--sky{bottom:-10%;left:-5%;width:35vw;height:35vw;background:var(--glow-sky)}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-hover);text-decoration:underline}code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}code{font-size:.9em;padding:.15em .35em;border-radius:.25rem;background:var(--bg-elevated)}.site-shell{width:min(72rem,calc(100% - 2rem));margin:0 auto;padding:0 0 3rem}.site-header{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.25rem;margin:0 -1.25rem;background:var(--header-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.brand{color:var(--text);font-weight:600;text-decoration:none}.brand:hover{text-decoration:none}.site-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.site-nav a{color:var(--muted);transition:color .15s}.site-nav a:hover{color:var(--text);text-decoration:none}.site-nav a.active{color:var(--link);font-weight:600}.theme-toggle{appearance:none;background:none;border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;margin-left:.25rem;transition:color .15s,border-color .15s}.theme-toggle:hover{color:var(--text);border-color:var(--border-strong)}.theme-toggle svg{width:1.1rem;height:1.1rem}.theme-toggle .icon-sun{display:none}:root[data-theme=dark] .theme-toggle .icon-moon{display:none}:root[data-theme=dark] .theme-toggle .icon-sun{display:block}.site-main{padding-top:3rem}.site-footer{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--border);color:var(--muted);font-size:.95rem}.page-intro{max-width:44rem;padding-bottom:1rem}.page-intro h1,.section-heading h2,.info-card h2,.info-card h3,.step-card h3,.doc-card h3{margin:0;color:var(--text);font-size:1.5rem;line-height:1.25}.page-intro h1{font-size:clamp(2rem,4vw,2.75rem);line-height:1.15}.page-intro p,.section-copy,.info-card p,.step-card p,.doc-card p,.card-status,.muted,.site-footer p{color:var(--muted);line-height:1.6}.eyebrow,.meta-label,.step-order{display:inline-block;margin:0 0 .5rem;color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;font-weight:500}.eyebrow{background:linear-gradient(135deg,var(--accent-start),var(--accent-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.page-section{margin-top:2.5rem}.section-heading{margin-bottom:.75rem}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);background:transparent;text-decoration:none;font-weight:500;transition:background .15s,border-color .15s}.button:hover{background:var(--bg-elevated);border-color:var(--border-strong);text-decoration:none;color:var(--text)}.button-primary{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem;border:none;border-radius:var(--radius-sm);background:linear-gradient(135deg,var(--accent-start),var(--accent-end));color:var(--primary-text);font-weight:600;text-decoration:none;transition:opacity .15s}.button-primary:hover{opacity:.9;text-decoration:none;color:var(--primary-text)}.panel,.info-card,.step-card,.doc-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .15s,box-shadow .15s}.info-card:hover,.step-card:hover,.doc-card:hover{border-color:var(--border-strong);box-shadow:0 0 0 1px var(--border)}.info-card.unconfigured{opacity:.6;border-style:dashed}.info-card.unconfigured:hover{opacity:.75}.panel-grid,.card-grid,.doc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1rem}.card-head{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.5rem}.card-head.compact{margin-bottom:.35rem}.chip{color:var(--muted);font-size:.85rem}.status-pill{font-size:.8rem;white-space:nowrap;padding:.15em .5em;border-radius:1rem}.status-pill--linked{color:var(--link);border:1px solid currentColor;opacity:.7}.status-pill--unconfigured{color:var(--muted);border:1px dashed var(--border-strong)}.step-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.step-order{background:linear-gradient(135deg,var(--accent-start),var(--accent-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.text-link{display:inline-flex;margin-top:.5rem;font-weight:500}.list-reset{list-style:none;padding:0;margin:0}.list-reset li+li{margin-top:.5rem}.step-card pre{margin:.75rem 0 0;padding:.75rem;overflow-x:auto;border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border);font-size:.875rem}.step-card pre code{padding:0;background:none}.doc-source{margin-top:.5rem;font-size:.9rem}@media(max-width:720px){.site-header{flex-direction:column;align-items:flex-start}.site-shell{width:min(100% - 1rem,72rem)}.site-main{padding-top:2rem}}
