:root{--color-canvas: #f4f6f4;--color-surface: #ffffff;--color-surface-subtle: #f8faf8;--color-surface-muted: var(--color-surface-subtle);--color-rail: #0c1513;--color-ink: #111815;--color-ink-soft: #39433f;--color-muted: #68736e;--color-border: #dce4df;--color-border-strong: #c8d3cd;--color-accent: #0b9b88;--color-accent-hover: #087867;--color-accent-strong: var(--color-accent-hover);--color-accent-soft: #def3ed;--color-success: #16764a;--color-warning: #9a6200;--color-danger: #bd2c3c;--color-info: #176aa5;--font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Noir Pro", var(--font-body);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-pill: 999px;--shadow-raised: 0 16px 40px rgb(17 24 21 / 10%);--z-dropdown: 20;--z-dialog: 50;--z-toast: 60;--motion-instant: 80ms;--motion-fast: .12s;--motion-ui: .18s;--motion-overlay: .22s;--motion-panel: var(--motion-overlay);--motion-route: .26s;--ease-standard: cubic-bezier(.2, .8, .2, 1);--ease-exit: cubic-bezier(.4, 0, 1, 1)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@font-face{font-family:Noir Pro;src:url(../../../fonts/NoirPro-Regular.woff2) format("woff2");font-display:swap;font-weight:400}@font-face{font-family:Noir Pro;src:url(../../../fonts/NoirPro-Medium.woff2) format("woff2");font-display:swap;font-weight:500}*{box-sizing:border-box}html{background:var(--color-canvas);color:var(--color-ink);font-family:var(--font-body);min-width:320px}body{margin:0;min-height:100dvh}button,input,select,textarea{font:inherit}button,a,input,select,textarea,[tabindex]:not([tabindex="-1"]){outline-offset:3px}:focus-visible{outline:3px solid color-mix(in srgb,var(--color-accent) 65%,white)}a{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--font-display);font-weight:500}.page{animation:page-reveal var(--motion-route) var(--ease-standard) both;display:grid;gap:var(--space-6);margin:0 auto;max-width:90rem;padding:clamp(1rem,2vw,2rem)}.page__header{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:space-between}.page__heading{display:grid;gap:var(--space-1)}.page__heading h1{font-size:clamp(1.75rem,3vw,2.5rem)}.muted{color:var(--color-muted)}.surface{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 1px 2px #11181508}.inline-error{color:var(--color-danger)}@keyframes page-reveal{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.toasts.svelte-11grd4a{display:grid;gap:var(--space-2);left:auto;max-width:min(26rem,calc(100vw - 2rem));position:fixed;right:var(--space-4);top:var(--space-4);z-index:var(--z-toast)}article.svelte-11grd4a{align-items:center;border-radius:var(--radius-md);box-shadow:var(--shadow-raised);display:flex;gap:var(--space-3);justify-content:space-between;padding:var(--space-3) var(--space-4)}.info.svelte-11grd4a{background:#dcefff;color:var(--color-info)}.success.svelte-11grd4a{background:#d8f4e4;color:var(--color-success)}.danger.svelte-11grd4a{background:#ffe0e3;color:var(--color-danger)}button.svelte-11grd4a{background:transparent;border:0;color:inherit;cursor:pointer;font-size:1.25rem}
