@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@500;700;800&family=Space+Mono:wght@400;700&display=swap";:root{--paper: #fbf1dc;--ink: #181410;--white: #ffffff;--yellow: #ffd23f;--pink: #ff6fa5;--cyan: #4fc8e8;--lime: #bce74b;--violet: #b9a6f5;--orange: #ff7a45;--brown: #3a342b;--brown-muted: #5a5448;--sand: #d8cfb8;--paper-stripe: #f4ecd8;--charcoal: #2c261f;--code-comment-base: #8d8576;--surface: var(--paper);--surface-raised: var(--white);--surface-muted: var(--paper-stripe);--text: var(--ink);--text-muted: var(--brown);--text-subtle: var(--brown-muted);--accent: var(--pink);--accent-text: var(--ink);--danger: var(--orange);--danger-text: var(--ink);--border: var(--ink);--border-muted: var(--sand);--focus: var(--ink);--border-dashed: var(--sand);--stage-stripe: var(--paper-stripe);--code-bg: var(--ink);--code-text: var(--paper);--code-comment: var(--code-comment-base);--icon-stroke: var(--border-width);--icon-size-sm: 1rem;--icon-size-md: 1.25rem;--font-display: "Bricolage Grotesque", system-ui, sans-serif;--font-mono: "Space Mono", ui-monospace, sfmono-regular, consolas, monospace;--type-xs: .75rem;--type-sm: .875rem;--type-base: 1rem;--type-lg: 1.2rem;--type-xl: 1.55rem;--type-2xl: 2.1rem;--weight-regular: 500;--weight-bold: 700;--weight-black: 800;--leading-tight: 1.05;--leading-base: 1.45;--tracking-tight: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-8: 3rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .875rem;--radius-pill: 999px;--border-width: 3px;--border-width-sm: 2px;--border-style: solid;--shadow-sm: 3px 3px 0 var(--ink);--shadow: 5px 5px 0 var(--ink);--shadow-lg: 8px 8px 0 var(--ink);--divider: var(--border-width-sm) var(--border-style) var(--border-muted);--divider-strong: var(--border-width) var(--border-style) var(--border);--motion-fast: 50ms;--motion-base: .18s;--motion-slow: .26s;--ease: cubic-bezier(.2, .8, .2, 1);--marquee-duration: 22s;--popin-duration: .22s;--bp-sm: 40rem;--bp-md: 52rem;--bp-lg: 72rem;--z-base: 0;--z-dropdown: 20;--z-overlay: 40;--z-modal: 50;--z-toast: 60;--bg: var(--surface);--surface-flat: var(--surface-muted);--muted: var(--text-muted);--border-heavy: var(--border-width);--border-medium: var(--border-width-sm);--shadow-hard: var(--shadow);--shadow-hard-sm: var(--shadow-sm);--shadow-hard-md: var(--shadow);--shadow-hard-lg: var(--shadow-lg);--accent-primary: var(--yellow);--accent-primary-text: var(--ink);--accent-strong: var(--ink);--accent-blue: var(--cyan);--accent-green: var(--lime);--accent-yellow: var(--yellow);--accent-red: var(--danger);--accent-danger-text: var(--danger-text);--step-1: var(--type-lg);--tag-color-1: var(--cyan);--tag-color-2: var(--lime);--tag-color-3: var(--yellow);--tag-color-4: var(--pink);--tag-color-5: var(--orange);--tag-color-6: var(--paper);--tag-color-7: var(--violet);--tag-color-8: var(--paper-stripe)}@media(prefers-color-scheme:dark){:root{--surface: var(--charcoal);--surface-raised: var(--ink);--surface-muted: var(--brown);--text: var(--paper);--text-muted: var(--sand);--text-subtle: var(--sand);--accent: var(--pink);--accent-text: var(--ink);--danger: var(--orange);--danger-text: var(--ink);--border: var(--paper);--border-muted: var(--sand);--focus: var(--yellow)}}*{box-sizing:border-box}html{background:var(--surface);color:var(--text)}body{margin:0;background:var(--surface);color:var(--text);font-family:var(--font-display, system-ui, sans-serif);font-size:var(--type-base);letter-spacing:0}main{width:min(var(--bp-lg),calc(100% - var(--space-6)));max-width:none;margin:var(--space-5) auto 0;padding:0 0 var(--space-8)}button,input,select,textarea{font:inherit}:focus-visible{outline:var(--border-width) var(--border-style) var(--focus);outline-offset:var(--space-1)}.surface{background:var(--surface);border:var(--border-width) var(--border-style) var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow);padding:var(--space-4)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-delay:0s!important;transition-duration:.01ms!important}}.backdrop.svelte-1emhqgu{position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--ink) 65%,transparent);z-index:var(--z-overlay)}.palette.svelte-1emhqgu{position:fixed;top:10vh;right:50%;bottom:10vh;left:50%;transform:translate(-50%);width:min(720px,calc(100vw - 2rem));height:fit-content;max-height:78vh;overflow:auto;display:grid;gap:var(--space-3);background:var(--surface);border:var(--border-heavy) solid var(--border);border-radius:var(--radius-md);padding:var(--space-4);z-index:var(--z-modal);box-shadow:var(--shadow-hard-lg)}p.svelte-1emhqgu,footer.svelte-1emhqgu{margin:0}input.svelte-1emhqgu{min-height:3rem;font:inherit;border:var(--border-medium) solid var(--border);border-radius:var(--radius-sm);padding:var(--space-3) var(--space-3);background:var(--surface);color:var(--text);font-weight:700}#palette-results.svelte-1emhqgu{display:grid;gap:var(--space-2)}button.svelte-1emhqgu{display:grid;gap:var(--space-1);width:100%;text-align:left;border:var(--border-medium) solid var(--border);border-radius:var(--radius-sm);border-inline-start-width:var(--border-width);padding:var(--space-3);background:var(--surface);color:var(--text);font:inherit;cursor:pointer}button.active.svelte-1emhqgu{border-inline-start-color:var(--accent);background:var(--surface-muted);box-shadow:none}span.svelte-1emhqgu{color:var(--muted)}footer.svelte-1emhqgu{color:var(--text-muted);font-family:var(--font-mono);font-size:var(--type-xs);font-weight:var(--weight-bold);text-transform:uppercase}.spinner.svelte-lswg4y{display:inline-block;width:var(--icon-size-md);height:var(--icon-size-md);border:var(--border-width-sm) var(--border-style) currentColor;border-block-start-color:transparent;border-radius:var(--radius-pill);animation:svelte-lswg4y-spin var(--motion-slow) linear infinite}.spinner--sm.svelte-lswg4y{width:var(--icon-size-sm);height:var(--icon-size-sm)}@keyframes svelte-lswg4y-spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.spinner.svelte-lswg4y{animation:none;border-block-start-color:currentColor}}.loading-state.svelte-fgwzo{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--text-muted);font-family:var(--font-mono);font-size:var(--type-sm);font-weight:var(--weight-bold)}.route-loading.svelte-12qhfyh{position:fixed;inset:auto var(--space-4) var(--space-4) auto;z-index:var(--z-toast);border:var(--border-width-sm) var(--border-style) var(--border);border-radius:var(--radius-sm);background:var(--surface-raised);box-shadow:var(--shadow-sm);padding:var(--space-3)}
