@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400..700&display=swap");:root{color-scheme:light;--canvas:#d8d3cb;--shell:#f7f4ef;--surface:#ffffff;--surface-subtle:#f1eee9;--surface-warm:#d1c8b8;--ink:#22252b;--ink-soft:#3b3d41;--muted:#6f6b67;--border:#e5e0d8;--yellow:#ffd42a;--yellow-soft:#fff0a6;--coral:#ff675f;--coral-soft:#ffd2ce;--lime:#ddeb6b;--lime-soft:#eff5bf;--radius-shell:32px;--radius-panel:24px;--radius-card:18px;--radius-row:12px;--radius-pill:999px;--shadow-shell:0 24px 70px rgb(45 38 30/12%);--shadow-card:0 8px 24px rgb(45 38 30/6%);--plato-canvas:var(--canvas);--plato-shell:var(--shell);--plato-surface:var(--surface);--plato-surface-subtle:var(--surface-subtle);--plato-surface-warm:var(--surface-warm);--plato-ink:var(--ink);--plato-ink-soft:var(--ink-soft);--plato-text-muted:var(--muted);--plato-border:var(--border);--plato-yellow:var(--yellow);--plato-yellow-soft:var(--yellow-soft);--plato-coral:var(--coral);--plato-coral-soft:var(--coral-soft);--plato-lime:var(--lime);--plato-lime-soft:var(--lime-soft);--plato-radius-shell:var(--radius-shell);--plato-radius-panel:var(--radius-panel);--plato-radius-card:var(--radius-card);--plato-radius-row:var(--radius-row);--plato-radius-pill:var(--radius-pill);--plato-shadow-card:var(--shadow-card);--plato-space-1:4px;--plato-space-2:8px;--plato-space-3:12px;--plato-space-4:16px;--plato-space-5:20px;--plato-space-6:24px;--plato-space-8:32px;--plato-text-h2:18px;--plato-text-body:14px;--plato-text-small:12px;--plato-text-label:11px;--plato-text-button:13px;--plato-line-body:1.55;--plato-text-metric:28px;--plato-duration-fast:120ms;--plato-ease-standard:cubic-bezier(0.2,0,0,1)}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{min-height:100vh;margin:0;background:radial-gradient(circle at 80% 84%,rgb(255 212 42/8%),transparent 24rem),var(--canvas);color:var(--ink);font-family:Manrope,Avenir Next,Segoe UI,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select,textarea{color:inherit;font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}::selection{background:var(--yellow);color:var(--ink)}:focus-visible{outline:3px solid color-mix(in srgb,var(--yellow) 75%,white);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}