:root{--bg:#f7f5f2;--panel:#fff;--panel-2:#fbfaf8;--line:#e6e2dc;--line-2:#d9d4cc;--ink:#221f1b;--ink-2:#4a453e;--muted:#7d766c;--accent:#9c3f5a;--accent-ink:#7d2f47;--accent-soft:#f7eaee;--ok:#2f7a4f;--ok-soft:#e8f4ec;--warn:#a86a12;--warn-soft:#fdf3e3;--danger:#b13434;--danger-soft:#fbe8e8;--r:8px;--r-lg:14px;--r-xl:20px;--shadow:0 1px 2px #221f1b08, 0 6px 22px #221f1b0f;--shadow-lg:0 18px 50px #221f1b2e;--glass:#ffffffb8;--glass-2:#ffffff8c;--glass-line:#ffffffa6;--blur:saturate(1.15) blur(16px);--ease:cubic-bezier(.22, .68, 0, 1);--rail-top:#cb2c44e0;--rail-bottom:#400610f0;--rail-indicator:#ff8fa3;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--text-xs:.74rem;--text-sm:.84rem;--text-base:.95rem;--text-lg:1.1rem;--text-xl:1.4rem;--text-2xl:1.9rem;--text-3xl:2.6rem;--tap-min:2.25rem}*{box-sizing:border-box}html,body{height:100%}html{max-width:100%;overflow-x:hidden}body{background:var(--bg);color:var(--ink);font:var(--text-base)/1.55 ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;accent-color:var(--accent);-webkit-font-smoothing:antialiased;overflow-wrap:break-word;max-width:100%;margin:0;overflow-x:hidden}.scroll-x{overflow-x:auto}img,svg,video{max-width:100%;height:auto}a{color:var(--accent-ink)}h1,h2,h3,h4{letter-spacing:-.01em;margin:0;line-height:1.2}p{margin:0}body:before{content:"";z-index:-2;pointer-events:none;background:radial-gradient(38vmax 30vmax at 12% 8%,#9c3f5a1a,#0000 60%),radial-gradient(34vmax 28vmax at 88% 14%,#2f7a4f17,#0000 60%),radial-gradient(40vmax 32vmax at 70% 92%,#a86a1212,#0000 62%);animation:34s ease-in-out infinite alternate drift;position:fixed;inset:-20vmax}body:after{content:"";z-index:-1;pointer-events:none;opacity:.5;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'><g fill='none' stroke='%239c3f5a' stroke-opacity='.07' stroke-width='1.1' stroke-linecap='round'><path d='M30 150V96'/><path d='M30 122c0-13 9-23 25-26-1 14-10 24-25 26z'/><path d='M30 110c0-13-9-23-25-26 1 14 10 24 25 26z'/><path d='M132 74V26'/><path d='M132 52c0-11 8-20 22-23-1 12-9 21-22 23z'/><path d='M132 42c0-11-8-20-22-23 1 12 9 21 22 23z'/></g></svg>");position:fixed;inset:0}@keyframes drift{0%{transform:translate(-2%,-1%)scale(1)}to{transform:translate(2%,2%)scale(1.06)}}@keyframes liftIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes sway{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)}}@keyframes breathe{0%,to{opacity:.85}50%{opacity:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}svg{flex:none}.card-panel{background:var(--glass);-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur);border:1px solid var(--glass-line);border-radius:var(--r-xl);box-shadow:var(--shadow);animation:liftIn .5s var(--ease) both}.panel{background:var(--panel-2);border:1px solid var(--line);border-radius:var(--r-lg);animation:fadeIn .4s var(--ease) both}.ph{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--glass-line);display:flex}.ph h2,.ph h3{font-size:var(--text-lg)}.ph.botanic{background:linear-gradient(135deg, var(--rail-top), var(--rail-bottom));color:#fdf1f2;border-radius:var(--r-xl) var(--r-xl) 0 0;border-bottom:none}.panel>.ph{color:var(--ink-2);border-bottom:1px solid var(--line);padding:var(--space-3) var(--space-4);background:0 0}.pb{padding:var(--space-4) var(--space-5)}.pb.tight{padding:var(--space-3) var(--space-4)}button,input,select,textarea{font:inherit;color:inherit}label{font-size:var(--text-sm);color:var(--ink-2);font-weight:600}.sprig{display:inline-flex}.sprig svg{width:20px;height:24px}.leafmark{position:relative;overflow:hidden}.leafmark:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24'><path d='M10 23V7' fill='none' stroke='white' stroke-opacity='.14' stroke-width='1.3'/><path d='M10 13c0-3.6 2.4-6.4 6-7-.3 3.8-2.6 6.4-6 7z' fill='white' fill-opacity='.10'/></svg>");background-repeat:no-repeat;width:10rem;height:10rem;position:absolute;bottom:-2rem;right:-2rem}.container{max-width:78rem;padding:0 var(--space-5);margin:0 auto}.grid-auto{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));display:grid}.rail-layout{gap:var(--space-5);grid-template-columns:22rem 1fr;align-items:start;display:grid}.rail-layout>.rail{gap:var(--space-5);align-content:start;display:grid}@media (width<=960px){.rail-layout{grid-template-columns:1fr}}.hint{color:var(--muted);font-size:var(--text-sm)}.chip-row{gap:var(--space-2);flex-wrap:wrap;display:flex}.toasts.svelte-1kymlcg{right:var(--space-5);bottom:var(--space-5);z-index:200;flex-direction:column;gap:.5rem;display:flex;position:fixed}.toast.svelte-1kymlcg{border-radius:var(--r);background:var(--ink);color:#fff;box-shadow:var(--shadow-lg);font-size:var(--text-sm);animation:liftIn .3s var(--ease) both;align-items:center;gap:.5rem;padding:.7rem 1rem;display:flex}.toast.alert.svelte-1kymlcg{background:var(--danger)}.toast.svelte-1kymlcg svg:where(.svelte-1kymlcg){width:16px;height:16px}.nav-progress.svelte-degj0i{z-index:999;background:var(--accent);transform-origin:0;height:3px;animation:6s cubic-bezier(.1,.6,.2,1) forwards svelte-degj0i-nav-progress-grow;position:fixed;top:0;left:0;right:0;transform:scaleX(0)}@keyframes svelte-degj0i-nav-progress-grow{0%{transform:scaleX(0)}to{transform:scaleX(.92)}}@media (prefers-reduced-motion:reduce){.nav-progress.svelte-degj0i{animation:none;transform:scaleX(.92)}}
