.stats-row.svelte-1dpoe51{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.stat-card.svelte-1dpoe51{display:flex;gap:var(--space-3);align-items:center;background:color-mix(in srgb,var(--color-surface) 92%,transparent);border:1px solid var(--color-border);border-radius:18px;padding:var(--space-3) var(--space-4)}.stat-card.svelte-1dpoe51 h3:where(.svelte-1dpoe51){margin:0 0 var(--space-1);font-size:var(--text-sm);font-weight:700}.legend-head.svelte-1dpoe51{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-2)}.legend-link.svelte-1dpoe51{font-size:var(--text-xs);font-weight:600;color:var(--color-primary);text-decoration:none}.legend-link.svelte-1dpoe51:hover{text-decoration:underline}.stat-chart-wrap.svelte-1dpoe51{flex-shrink:0;width:110px;height:110px}.donut.svelte-1dpoe51{width:100%;height:100%}.donut-arc.svelte-1dpoe51{opacity:0;transition:opacity .4s ease,stroke-dasharray .6s cubic-bezier(.4,0,.2,1)}.mounted.svelte-1dpoe51 .donut-arc:where(.svelte-1dpoe51){opacity:1;transition-delay:var(--delay, 0ms)}.donut-center-number.svelte-1dpoe51{font-size:16px;font-weight:800;fill:var(--color-text);text-anchor:middle;dominant-baseline:auto}.donut-center-label.svelte-1dpoe51{font-size:9px;fill:var(--color-text-faint);text-anchor:middle;dominant-baseline:auto;letter-spacing:.03em}.stat-legend.svelte-1dpoe51{flex:1;min-width:0}.legend-row.svelte-1dpoe51{display:flex;align-items:center;gap:var(--space-1);font-size:var(--text-xs);line-height:1.8}.legend-dot.svelte-1dpoe51{width:8px;height:8px;border-radius:50%;flex-shrink:0}.legend-label.svelte-1dpoe51{flex:1;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legend-value.svelte-1dpoe51{font-weight:700;color:var(--color-text)}.stat-empty.svelte-1dpoe51{font-size:var(--text-xs);color:var(--color-text-faint);font-style:italic;margin:var(--space-1) 0 0}.stats-row.svelte-1dpoe51{--stat-ready: #22c55e;--stat-warning: #f59e0b;--stat-blocked: #ef4444;--stat-wip: #94a3b8}@media(max-width:900px){.stats-row.svelte-1dpoe51{grid-template-columns:1fr}}.dashboard-shell.svelte-lztlh0{max-width:1440px;margin:0 auto;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-4)}.page-head.svelte-lztlh0{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.page-head.svelte-lztlh0 h1:where(.svelte-lztlh0){margin:0;font-size:1.4rem;font-family:var(--font-display);font-weight:400}.intro-callout.svelte-lztlh0{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);border:1px solid color-mix(in srgb,var(--color-primary) 24%,var(--color-border));border-radius:18px;background:color-mix(in srgb,var(--color-primary) 8%,var(--color-surface))}.intro-callout.svelte-lztlh0 h2:where(.svelte-lztlh0),.intro-callout.svelte-lztlh0 p:where(.svelte-lztlh0){margin:0}.intro-callout.svelte-lztlh0 p:where(.svelte-lztlh0):last-child{margin-top:var(--space-1);color:var(--color-text-muted);max-width:60ch}.eyebrow.svelte-lztlh0{font-size:var(--text-xs);color:var(--color-text-faint);text-transform:uppercase;letter-spacing:.06em}.table-card-header.svelte-lztlh0,.table-tools.svelte-lztlh0,.table-meta.svelte-lztlh0,.pager.svelte-lztlh0,.table-footer.svelte-lztlh0,.header-title.svelte-lztlh0{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.header-title.svelte-lztlh0{align-items:baseline}.header-title.svelte-lztlh0 h2:where(.svelte-lztlh0){margin:0;font-family:var(--font-display);font-weight:400;font-size:1.15rem}.table-card.svelte-lztlh0{background:color-mix(in srgb,var(--color-surface) 92%,transparent);border:1px solid var(--color-border);border-radius:18px;overflow:hidden}.table-card-header.svelte-lztlh0{justify-content:space-between;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border)}.table-tools.svelte-lztlh0{justify-content:flex-end}.table-count.svelte-lztlh0,.table-meta.svelte-lztlh0{font-size:var(--text-xs);color:var(--color-text-faint)}.count-pill.svelte-lztlh0{font-size:var(--text-xs);font-weight:700;padding:.15rem .55rem;border-radius:999px;background:color-mix(in srgb,var(--color-primary) 10%,transparent);color:var(--color-text)}.inline-create.svelte-lztlh0{display:flex;gap:var(--space-2);flex-wrap:wrap}.inline-create.svelte-lztlh0 input:where(.svelte-lztlh0){min-width:220px}.section-empty.svelte-lztlh0{margin:0;padding:var(--space-3) var(--space-4);color:var(--color-text-muted);font-style:italic}.project-grid.svelte-lztlh0{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-3);padding:var(--space-3) var(--space-4) var(--space-4)}.project-card.svelte-lztlh0{position:relative;display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3);border:1px solid var(--color-border);border-radius:14px;background:color-mix(in srgb,var(--color-bg) 60%,transparent);transition:border-color .15s ease}.project-card.svelte-lztlh0:hover{border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border))}.project-card-top.svelte-lztlh0{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-2)}.project-title.svelte-lztlh0{font-weight:700;color:var(--color-text);text-decoration:none;overflow-wrap:anywhere}.project-title.svelte-lztlh0:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px}.project-card.svelte-lztlh0:hover .project-title:where(.svelte-lztlh0){color:var(--color-primary)}.project-card.svelte-lztlh0 .badge:where(.svelte-lztlh0){align-self:flex-start}.menu-wrap.svelte-lztlh0{position:relative;z-index:1;flex-shrink:0}.icon-btn.svelte-lztlh0{border:1px solid transparent;background:transparent;border-radius:8px;padding:.1rem .45rem;font-size:1.1rem;line-height:1;color:var(--color-text-muted);cursor:pointer}.icon-btn.svelte-lztlh0:hover{border-color:var(--color-border);color:var(--color-text)}.menu-pop.svelte-lztlh0{position:absolute;right:0;top:calc(100% + 4px);min-width:190px;padding:var(--space-2);background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 8px 24px #00000024;display:flex;flex-direction:column;gap:var(--space-1)}.menu-item.svelte-lztlh0{text-align:left;background:transparent;border:0;padding:.45rem .6rem;border-radius:8px;font:inherit;cursor:pointer;color:var(--color-text)}.menu-item.danger.svelte-lztlh0{color:var(--color-danger)}.menu-item.danger.svelte-lztlh0:hover{background:color-mix(in srgb,var(--color-danger) 10%,transparent)}.menu-note.svelte-lztlh0{margin:0;font-size:var(--text-xs);color:var(--color-text-muted);max-width:210px}.menu-row.svelte-lztlh0{display:flex;gap:var(--space-1)}.progress-track.svelte-lztlh0{height:6px;border-radius:999px;background:color-mix(in srgb,var(--color-border) 70%,transparent);overflow:hidden}.progress-fill.svelte-lztlh0{height:100%;border-radius:999px;background:#22c55e}.project-meta.svelte-lztlh0{margin:0;font-size:var(--text-xs);color:var(--color-text-muted)}.meta-blocked.svelte-lztlh0{color:#ef4444;font-weight:600}.meta-warning.svelte-lztlh0{color:#f59e0b;font-weight:600}.project-updated.svelte-lztlh0{margin:auto 0 0;font-size:var(--text-xs);color:var(--color-text-faint)}.project-field-link.svelte-lztlh0{display:inline-flex;position:relative;z-index:1;align-items:center;align-self:flex-start;min-height:36px;padding:var(--space-1) var(--space-3);border:1px solid color-mix(in srgb,var(--color-primary) 35%,var(--color-border));border-radius:var(--radius-sm);background:var(--color-primary-muted);color:var(--color-primary);font-size:var(--text-sm);font-weight:700;text-decoration:none}.project-field-link.svelte-lztlh0:hover{background:var(--color-primary);color:#fff}.projects-empty.svelte-lztlh0{padding:var(--space-5) var(--space-4);display:flex;flex-direction:column;gap:var(--space-2);align-items:center;text-align:center}.projects-empty.svelte-lztlh0 h3:where(.svelte-lztlh0){margin:0}.projects-empty.svelte-lztlh0 p:where(.svelte-lztlh0){margin:0;color:var(--color-text-muted);max-width:46ch}.action-list.svelte-lztlh0,.idea-list.svelte-lztlh0{list-style:none;margin:0;padding:0}.action-row.svelte-lztlh0,.idea-row.svelte-lztlh0{display:flex;align-items:center;gap:var(--space-3);padding:.7rem var(--space-4);border-bottom:1px solid var(--color-border);flex-wrap:wrap}.action-row.svelte-lztlh0:last-child,.idea-row.svelte-lztlh0:last-child{border-bottom:0}.action-what.svelte-lztlh0{flex:1;min-width:150px}.action-step.svelte-lztlh0{flex:1.5;min-width:200px}.action-time.svelte-lztlh0{font-size:var(--text-xs);color:var(--color-text-faint);white-space:nowrap}.idea-main.svelte-lztlh0{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.idea-link.svelte-lztlh0{color:var(--color-text);font-weight:600;text-decoration:none;overflow-wrap:anywhere}.idea-link.svelte-lztlh0:hover{color:var(--color-primary);text-decoration:underline}.idea-tags.svelte-lztlh0{display:flex;gap:.25rem;flex-wrap:wrap}.tag-chip.svelte-lztlh0{display:inline-block;font-size:var(--text-xs);padding:.1rem .5rem;border-radius:999px;border:1px solid var(--color-border);color:var(--color-text-muted)}.table-footer.svelte-lztlh0{justify-content:space-between;padding:var(--space-3) var(--space-4);border-top:1px solid var(--color-border)}.table-footer.center.svelte-lztlh0{justify-content:center}.table-wrap.svelte-lztlh0{overflow-x:auto}table.svelte-lztlh0{width:100%;border-collapse:collapse}th.svelte-lztlh0,td.svelte-lztlh0{padding:.9rem 1rem;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}th.svelte-lztlh0{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-faint);background:color-mix(in srgb,var(--color-bg) 84%,transparent);white-space:nowrap}tbody.svelte-lztlh0 tr:where(.svelte-lztlh0):hover{background:color-mix(in srgb,var(--color-primary) 4%,transparent)}tbody.svelte-lztlh0 tr:where(.svelte-lztlh0):last-child td:where(.svelte-lztlh0){border-bottom:0}.cell-main.svelte-lztlh0{display:flex;flex-direction:column;gap:.2rem}.cell-main.svelte-lztlh0 small:where(.svelte-lztlh0){font-size:var(--text-xs);color:var(--color-text-faint)}.badge.svelte-lztlh0{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--tone, var(--color-border)) 45%,var(--color-border));font-size:var(--text-xs);font-weight:700;white-space:nowrap}.table-link.svelte-lztlh0{color:var(--color-primary);text-decoration:none;font-weight:600}.table-link.svelte-lztlh0:hover{text-decoration:underline}.empty-cell.svelte-lztlh0{color:var(--color-text-muted);font-style:italic}.dashboard-state.svelte-lztlh0{padding:var(--space-7) 0;text-align:center}.spinner-ring.svelte-lztlh0{width:30px;height:30px;margin:0 auto var(--space-2);border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:svelte-lztlh0-spin .8s linear infinite}@keyframes svelte-lztlh0-spin{to{transform:rotate(360deg)}}input.svelte-lztlh0{min-width:0;padding:.65rem .8rem;border-radius:10px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);font:inherit}button.svelte-lztlh0,.primary-btn.svelte-lztlh0,.ghost-btn.svelte-lztlh0,.danger-btn.svelte-lztlh0,.page-size-select.svelte-lztlh0{border-radius:10px;padding:.6rem .9rem;font:inherit}button.svelte-lztlh0,.primary-btn.svelte-lztlh0,.ghost-btn.svelte-lztlh0,.danger-btn.svelte-lztlh0{cursor:pointer}.page-size-select.svelte-lztlh0{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text)}.primary-btn.svelte-lztlh0{background:var(--color-primary);border:1px solid var(--color-primary);color:#fff}.ghost-btn.svelte-lztlh0{background:transparent;border:1px solid var(--color-border);color:var(--color-text)}.ghost-btn.small.svelte-lztlh0,.danger-btn.svelte-lztlh0{padding:.35rem .6rem;font-size:var(--text-xs)}.danger-btn.svelte-lztlh0{background:transparent;border:1px solid color-mix(in srgb,var(--color-danger) 45%,var(--color-border));color:var(--color-danger)}.icon-btn.svelte-lztlh0{border-radius:8px;padding:.1rem .45rem}@media(max-width:720px){.intro-callout.svelte-lztlh0{flex-direction:column;align-items:flex-start}}@media(max-width:900px){.dashboard-shell.svelte-lztlh0{padding:var(--space-3)}.table-card-header.svelte-lztlh0{flex-direction:column;align-items:stretch}.table-tools.svelte-lztlh0,.table-footer.svelte-lztlh0,.table-meta.svelte-lztlh0{justify-content:flex-start}.inline-create.svelte-lztlh0{flex-direction:column}.inline-create.svelte-lztlh0 input:where(.svelte-lztlh0),.page-size-select.svelte-lztlh0{width:100%}.action-row.svelte-lztlh0,.idea-row.svelte-lztlh0{align-items:flex-start}}.landing-page.svelte-k36g64{--ink: #083917;--moss: #20551f;--moss-soft: #d6dfb8;--paper: #fbf4e5;--paper-strong: #f1e2c7;--line: rgba(73, 51, 24, .16);--ink: oklch(30% .09 145);--moss: oklch(40% .11 142);--paper: oklch(96% .03 83);--surface-raised: color-mix(in oklab, var(--paper) 88%, white);--surface-tinted: color-mix(in oklab, var(--paper) 90%, var(--moss));--landing-nav-height: 5.4rem;min-height:100vh;overflow-x:hidden;color:#1f231c;background:#fbf2de}.landing-nav.svelte-k36g64{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:1rem min(5vw,4.5rem);border-bottom:1px solid var(--line);background:#fff7e8d6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:20}.brand.svelte-k36g64,.nav-links.svelte-k36g64,.nav-actions.svelte-k36g64,.hero-actions.svelte-k36g64,.phone-top.svelte-k36g64,.phone-tabs.svelte-k36g64,.phone-stats.svelte-k36g64,.bottom-line.svelte-k36g64,.closing-copy.svelte-k36g64 a:where(.svelte-k36g64){display:flex;align-items:center}.brand.svelte-k36g64{gap:.75rem;color:var(--ink);text-decoration:none;font-family:var(--font-display);font-size:1.55rem;font-weight:400}.brand-mark.svelte-k36g64{display:grid;place-items:center;width:3.35rem;height:3.35rem}.nav-links.svelte-k36g64{gap:2.4rem;justify-content:center}.nav-links.svelte-k36g64 a:where(.svelte-k36g64),.signin.svelte-k36g64{color:#1f231c;font-weight:700;text-decoration:none}.nav-links.svelte-k36g64 a:where(.svelte-k36g64){position:relative;padding:.45rem 0}.nav-links.svelte-k36g64 a.active:where(.svelte-k36g64):after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:var(--moss)}.nav-actions.svelte-k36g64{justify-content:end;gap:1.2rem}.nav-cta.svelte-k36g64,.primary-cta.svelte-k36g64,.secondary-cta.svelte-k36g64,.closing-copy.svelte-k36g64 a:where(.svelte-k36g64){border-radius:8px;font-weight:800;text-decoration:none}.nav-cta.svelte-k36g64,.primary-cta.svelte-k36g64,.closing-copy.svelte-k36g64 a:where(.svelte-k36g64){background:linear-gradient(180deg,#236020,#0d4215);color:#fff;box-shadow:0 10px 20px #0b381338}.nav-cta.svelte-k36g64{padding:.9rem 1.35rem}.hero-shell.svelte-k36g64{width:100%}.hero.svelte-k36g64{position:relative;display:grid;grid-template-columns:minmax(21rem,.82fr) minmax(30rem,1.5fr);gap:3rem;align-items:center;width:min(100% - 3rem,92rem);min-height:40rem;margin:0 auto;padding:2.4rem 0 3rem}.hero.svelte-k36g64:before{content:"";position:absolute;inset:0 auto 0 50%;width:100vw;transform:translate(-50%);background-image:url(../../../landing-hero-background.png);background-image:image-set(url(../../../landing-hero-background.avif) type("image/avif"),url(../../../landing-hero-background.webp) type("image/webp"),url(../../../landing-hero-background.png) type("image/png"));background-position:center bottom;background-size:cover;background-repeat:no-repeat;z-index:0;pointer-events:none}@media(min-width:1181px)and (orientation:landscape){.landing-nav.svelte-k36g64{height:var(--landing-nav-height)}.hero.svelte-k36g64{min-height:calc(100vh - var(--landing-nav-height));min-height:calc(100dvh - var(--landing-nav-height))}.cta-note.svelte-k36g64{padding:.3rem .55rem;border:1px solid rgba(73,51,24,.14);border-radius:999px;background:#fffbf2c2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.hero-copy.svelte-k36g64{position:relative;z-index:5;display:grid;gap:1.2rem;align-self:start;padding-top:1.4rem}.badge.svelte-k36g64{display:inline-flex;align-items:center;gap:.55rem;width:fit-content;padding:.38rem .85rem;border-radius:999px;background:var(--moss-soft);color:#273d22;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero.svelte-k36g64 h1:where(.svelte-k36g64){margin:0;font-family:var(--font-display);font-size:clamp(3.1rem,2.15rem + 2.35vw,4.25rem);line-height:.98;letter-spacing:0;font-weight:400;color:var(--ink);text-wrap:balance}.hero.svelte-k36g64 h1:where(.svelte-k36g64) *{letter-spacing:0}.hero-copy.svelte-k36g64 p:where(.svelte-k36g64){max-width:32rem;margin:0;padding:.85rem 1.1rem;border-radius:12px;background:#fbf4e5bd;border:1px solid rgba(73,51,24,.1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-size:1.05rem;line-height:1.62;color:#2e352a;text-wrap:pretty}.hero-actions.svelte-k36g64{display:grid;grid-template-columns:minmax(11rem,1.25fr) minmax(10.5rem,1fr);gap:1rem;margin-top:.25rem}.primary-cta.svelte-k36g64,.secondary-cta.svelte-k36g64{display:inline-flex;align-items:center;justify-content:center;min-height:3.4rem;padding:0 1.55rem}.primary-cta.svelte-k36g64{padding:.85rem 1.35rem;line-height:1.15;text-align:center}.cta-main.svelte-k36g64{display:inline-flex;align-items:center;gap:.7rem;font-weight:800}.hero-meta.svelte-k36g64{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem 1.2rem}.cta-note.svelte-k36g64{display:flex;align-items:center;gap:.42rem;width:fit-content;margin:0;font-size:.8rem;font-weight:600;letter-spacing:.01em;line-height:1.35;color:#52604d}.cta-note.svelte-k36g64 svg{flex:0 0 auto;color:var(--moss)}.secondary-cta.svelte-k36g64{min-width:7.1rem;border:1px solid rgba(73,51,24,.18);background:#fffbf2c7;color:#173817;box-shadow:0 4px 12px #48341a1a}.hero-signin.svelte-k36g64{width:fit-content;margin-left:0;color:#21471f;font-size:.9rem;font-weight:750;text-decoration-thickness:1px;text-underline-offset:.22rem}.preview-wrap.svelte-k36g64{position:relative;min-height:33rem;z-index:2}.desktop-preview.svelte-k36g64,.phone-preview.svelte-k36g64{border:1px solid rgba(63,45,24,.2);background:#f9f4e7e6;box-shadow:0 18px 34px #2b1f1338}.desktop-preview.svelte-k36g64{position:absolute;top:1.2rem;right:3rem;width:min(100%,43rem);overflow:hidden;border-radius:8px}.desktop-screenshot.svelte-k36g64{display:block;width:100%;height:auto}.phone-preview.svelte-k36g64 button:where(.svelte-k36g64){display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:6px;font:inherit;font-weight:800}.phone-preview.svelte-k36g64{position:absolute;right:0;bottom:0;width:13.2rem;padding:.65rem;border-radius:24px;background:#24231f;color:#1f231c}.phone-top.svelte-k36g64,.phone-tabs.svelte-k36g64,.phone-stats.svelte-k36g64{justify-content:space-between;gap:.6rem;background:#fbf6e9;padding:.6rem .75rem;font-size:.72rem}.phone-top.svelte-k36g64{border-radius:17px 17px 0 0;font-weight:800}.phone-tabs.svelte-k36g64{text-transform:uppercase;font-size:.66rem}.phone-tabs.svelte-k36g64 strong:where(.svelte-k36g64){color:var(--moss);border-bottom:2px solid var(--moss);padding-bottom:.25rem}.phone-map.svelte-k36g64{height:12.7rem;background:radial-gradient(circle at 60% 35%,rgba(32,85,31,.2) 0 2.2rem,transparent 2.25rem),radial-gradient(circle at 35% 62%,rgba(32,85,31,.22) 0 2rem,transparent 2.05rem),linear-gradient(145deg,transparent 45%,rgba(61,95,49,.55) 46% 48%,transparent 49%),repeating-linear-gradient(12deg,rgba(75,113,66,.16) 0 1px,transparent 1px 18px),#dfe7ce}.phone-stats.svelte-k36g64{font-size:.78rem}.phone-preview.svelte-k36g64 button:where(.svelte-k36g64){width:100%;min-height:2.25rem;border-radius:0 0 17px 17px;background:var(--moss);color:#fff}.workflow-section.svelte-k36g64{display:grid;grid-template-columns:minmax(13rem,.65fr) minmax(0,1.8fr);align-items:start;gap:clamp(2rem,5vw,5rem);width:min(100% - 3rem,70rem);margin:0 auto;padding:clamp(3.2rem,6vw,5rem) 0 0;scroll-margin-top:calc(var(--landing-nav-height) + 1rem)}.workflow-section.svelte-k36g64 header:where(.svelte-k36g64){display:grid;gap:.45rem}.workflow-section.svelte-k36g64 h2:where(.svelte-k36g64){margin:0;font-family:var(--font-display);font-size:clamp(1.85rem,1.45rem + 1.3vw,2.45rem);font-weight:400;line-height:1.06;color:var(--ink);text-wrap:balance}.workflow-section.svelte-k36g64 ol:where(.svelte-k36g64){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;border-block:1px solid var(--line)}.workflow-section.svelte-k36g64 li:where(.svelte-k36g64){display:grid;align-content:start;gap:.6rem;min-height:9.5rem;padding:1.2rem 1.35rem}.workflow-section.svelte-k36g64 li:where(.svelte-k36g64)+li:where(.svelte-k36g64){border-left:1px solid var(--line)}.workflow-section.svelte-k36g64 li:where(.svelte-k36g64)>span:where(.svelte-k36g64){font-family:var(--font-display);font-size:1.7rem;line-height:1;color:color-mix(in oklab,var(--moss) 72%,var(--paper))}.workflow-section.svelte-k36g64 p:where(.svelte-k36g64){margin:0;line-height:1.48;color:#384234;text-wrap:pretty}.feature-section.svelte-k36g64{container:features / inline-size;display:grid;gap:1.35rem;width:min(100% - 3rem,70rem);margin:0 auto;padding:clamp(3.5rem,7vw,5.5rem) 0 2.2rem;scroll-margin-top:calc(var(--landing-nav-height) + 1rem)}.feature-heading.svelte-k36g64{display:grid;justify-items:center;gap:.65rem;max-width:48rem;margin:0 auto .8rem;text-align:center}.section-kicker.svelte-k36g64,.system-kicker.svelte-k36g64{font-size:.74rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#5d6656}.feature-heading.svelte-k36g64 h2:where(.svelte-k36g64){margin:0;font-family:var(--font-display);font-size:clamp(2rem,1.55rem + 1.5vw,2.75rem);font-weight:400;line-height:1.05;color:var(--ink);text-wrap:balance}.feature-heading.svelte-k36g64 p:where(.svelte-k36g64){max-width:42rem;margin:0;line-height:1.6;color:#384234;text-wrap:pretty}.feature-primary.svelte-k36g64{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.feature-primary.svelte-k36g64 article:where(.svelte-k36g64),.feature-secondary.svelte-k36g64 article:where(.svelte-k36g64),.product-status.svelte-k36g64{border:1px solid color-mix(in oklab,var(--moss) 18%,transparent);background:var(--surface-raised);box-shadow:0 10px 24px #2b1f1314}.feature-primary.svelte-k36g64 article:where(.svelte-k36g64){display:grid;grid-template-rows:auto auto 1fr;gap:.7rem;min-height:13rem;padding:1.45rem;border-radius:14px}.feature-icon.svelte-k36g64{display:grid;place-items:center;width:3.5rem;height:3.5rem;margin-bottom:.35rem;border-radius:14px;background:color-mix(in oklab,var(--moss-soft) 76%,white);color:var(--moss)}.feature-primary.svelte-k36g64 h3:where(.svelte-k36g64),.feature-secondary.svelte-k36g64 h3:where(.svelte-k36g64){margin:0;color:#193819;line-height:1.2}.feature-primary.svelte-k36g64 h3:where(.svelte-k36g64){font-family:var(--font-display);font-size:1.45rem;font-weight:400}.feature-primary.svelte-k36g64 p:where(.svelte-k36g64),.feature-secondary.svelte-k36g64 p:where(.svelte-k36g64){margin:0;color:#384234;line-height:1.5;text-wrap:pretty}.feature-secondary.svelte-k36g64{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.feature-secondary.svelte-k36g64 article:where(.svelte-k36g64){display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1rem;padding:1.1rem 1.2rem;border-radius:12px}.feature-secondary.svelte-k36g64 article:where(.svelte-k36g64)>span:where(.svelte-k36g64){display:grid;place-items:center;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--surface-tinted);color:var(--moss)}.feature-secondary.svelte-k36g64 article:where(.svelte-k36g64)>div:where(.svelte-k36g64){display:grid;gap:.35rem}.feature-secondary.svelte-k36g64 h3:where(.svelte-k36g64){font-size:1rem}.feature-secondary.svelte-k36g64 p:where(.svelte-k36g64){font-size:.92rem}.product-status.svelte-k36g64{display:grid;grid-template-columns:auto minmax(12rem,.7fr) minmax(0,1.7fr);align-items:center;gap:1rem 1.25rem;padding:1rem 1.25rem;border-radius:12px;background:color-mix(in oklab,var(--surface-raised) 88%,var(--moss-soft))}.status-icon.svelte-k36g64{display:grid;place-items:center;width:3rem;height:3rem;border-radius:50%;background:var(--surface-raised);color:var(--moss)}.status-heading.svelte-k36g64{display:grid;gap:.15rem}.status-heading.svelte-k36g64 h2:where(.svelte-k36g64){margin:0;font-size:1rem;color:#193819}.product-status.svelte-k36g64 ul:where(.svelte-k36g64){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none;font-size:.85rem;line-height:1.35;color:#384234}.product-status.svelte-k36g64 li:where(.svelte-k36g64){display:flex;align-items:flex-start;gap:.5rem}.product-status.svelte-k36g64 li:where(.svelte-k36g64):before{content:"";width:.48rem;height:.48rem;margin-top:.3rem;border-radius:50%;background:var(--moss);flex:0 0 auto}.planning-note.svelte-k36g64{display:flex;align-items:flex-start;gap:.55rem;margin:0;padding:.75rem .95rem;border-left:3px solid color-mix(in oklab,var(--moss) 55%,#d97706);background:color-mix(in oklab,var(--paper) 92%,#f59e0b);color:#4d3f26;font-size:.88rem;line-height:1.45;text-wrap:pretty}.planning-note.svelte-k36g64 svg{flex:0 0 auto;margin-top:.08rem}@container features (width < 58rem){.feature-primary.svelte-k36g64{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-primary.svelte-k36g64 article:where(.svelte-k36g64):last-child{grid-column:1 / -1}.product-status.svelte-k36g64{grid-template-columns:auto 1fr}.product-status.svelte-k36g64 ul:where(.svelte-k36g64){grid-column:1 / -1}}@container features (width < 40rem){.feature-primary.svelte-k36g64,.feature-secondary.svelte-k36g64{grid-template-columns:1fr}.feature-primary.svelte-k36g64 article:where(.svelte-k36g64):last-child{grid-column:auto}.product-status.svelte-k36g64{grid-template-columns:auto 1fr}.product-status.svelte-k36g64 ul:where(.svelte-k36g64){grid-template-columns:1fr}}.system-section.svelte-k36g64{display:grid;justify-items:center;gap:.7rem;width:min(100% - 3rem,70rem);margin:0 auto;padding:2.4rem 0 2.6rem;text-align:center;scroll-margin-top:calc(var(--landing-nav-height) + 1rem);content-visibility:auto;contain-intrinsic-size:auto 52rem}.system-section.svelte-k36g64 h2:where(.svelte-k36g64){margin:0;font-family:var(--font-display);font-size:2.3rem;font-weight:400;color:var(--ink);text-wrap:balance}.system-body.svelte-k36g64{max-width:44rem;margin:0;line-height:1.6;color:#2e352a;text-wrap:pretty}.system-grid.svelte-k36g64{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;width:100%;margin-top:1.2rem;text-align:left}#field-app.svelte-k36g64{scroll-margin-top:calc(var(--landing-nav-height) + 1rem)}.system-grid.svelte-k36g64 article:where(.svelte-k36g64){display:grid;align-content:start;overflow:hidden;border-radius:10px;border:1px solid rgba(63,45,24,.18);background:#fffbf2d9;box-shadow:0 8px 18px #2b1f1314}.system-photo.svelte-k36g64{display:block;width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover;border-bottom:1px solid rgba(63,45,24,.14)}.system-copy.svelte-k36g64{display:grid;gap:.55rem;padding:1.35rem}.system-grid.svelte-k36g64 span:where(.svelte-k36g64){color:var(--moss)}.system-grid.svelte-k36g64 .availability-badge:where(.svelte-k36g64){width:fit-content;padding:.25rem .55rem;border-radius:999px;font-size:.68rem;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}.system-grid.svelte-k36g64 .availability-badge.available:where(.svelte-k36g64){background:color-mix(in oklab,var(--moss-soft) 74%,white);color:#255023}.system-grid.svelte-k36g64 .availability-badge.development:where(.svelte-k36g64){background:color-mix(in oklab,#f59e0b 15%,var(--paper));color:#7a5209}.system-grid.svelte-k36g64 .availability-badge.preview:where(.svelte-k36g64){background:color-mix(in oklab,var(--paper-strong) 76%,var(--moss-soft));color:#4b553f}.system-grid.svelte-k36g64 h3:where(.svelte-k36g64){margin:0;font-size:1.08rem;color:#193819}.system-grid.svelte-k36g64 p:where(.svelte-k36g64){margin:0;line-height:1.5;color:#2e352a}.data-notice.svelte-k36g64{display:flex;gap:1rem;width:min(100% - 3rem,46rem);margin:0 auto 2.2rem;padding:1.2rem 1.35rem;border-radius:10px;border:1px solid rgba(217,119,6,.3);background:#f59e0b1a;content-visibility:auto;contain-intrinsic-size:auto 14rem}.data-notice-icon.svelte-k36g64{color:#92600a;flex-shrink:0;padding-top:.15rem}.data-notice-copy.svelte-k36g64{display:grid;gap:.45rem}.data-notice.svelte-k36g64 h2:where(.svelte-k36g64){margin:0;font-size:1.02rem;color:#6d4a08}.data-notice.svelte-k36g64 p:where(.svelte-k36g64){margin:0;font-size:.94rem;line-height:1.55;color:#4d3f26}.cta-section.svelte-k36g64{display:grid;justify-items:center;gap:.45rem;width:min(100% - 3rem,46rem);margin:0 auto;padding:0 0 2.2rem;text-align:center;content-visibility:auto;contain-intrinsic-size:auto 11rem}.cta-section.svelte-k36g64 h2:where(.svelte-k36g64){margin:0;font-family:var(--font-display);font-size:1.6rem;font-weight:400;color:var(--moss)}.cta-section.svelte-k36g64 p:where(.svelte-k36g64){margin:0;color:#2e352a}.cta-secondary.svelte-k36g64{display:inline-flex;align-items:center;gap:.45rem;margin-top:.5rem;padding:.7rem 1.15rem;border-radius:8px;border:1px solid rgba(73,51,24,.2);background:#fffbf2d9;color:#173817;font-weight:800;text-decoration:none;box-shadow:0 4px 12px #48341a14}.landing-footer.svelte-k36g64{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.8rem 1.6rem;padding:1.3rem min(5vw,4.5rem) 1.6rem;border-top:1px solid var(--line);background:#f7eedbe6;font-size:.88rem;color:#4b5546}.footer-copy.svelte-k36g64{display:grid;gap:.25rem}.footer-copy.svelte-k36g64 p:where(.svelte-k36g64)+p:where(.svelte-k36g64){max-width:34rem;font-size:.78rem;color:#687061}.landing-footer.svelte-k36g64 p:where(.svelte-k36g64){margin:0}.landing-footer.svelte-k36g64 nav:where(.svelte-k36g64){display:flex;flex-wrap:wrap;gap:1.4rem}.landing-footer.svelte-k36g64 a:where(.svelte-k36g64){color:#21471f;font-weight:700;text-decoration:none}.landing-footer.svelte-k36g64 a:where(.svelte-k36g64):hover{text-decoration:underline}.bottom-line.svelte-k36g64{justify-content:center;gap:1rem;color:var(--moss);padding-bottom:.7rem}.bottom-line.svelte-k36g64 span:where(.svelte-k36g64){width:min(22rem,30vw);height:1px;background:#4b391f38}.closing-copy.svelte-k36g64{display:grid;justify-items:center;gap:.3rem;padding-bottom:2rem;text-align:center;content-visibility:auto;contain-intrinsic-size:auto 12rem}.closing-copy.svelte-k36g64 h2:where(.svelte-k36g64){margin:0;font-family:var(--font-display);font-size:1.75rem;font-weight:400;line-height:1.1;color:var(--moss)}.closing-copy.svelte-k36g64 p:where(.svelte-k36g64){margin:0;color:#2e352a}.closing-copy.svelte-k36g64 a:where(.svelte-k36g64){gap:.45rem;margin-top:.85rem;padding:.75rem 1rem}.landing-page.svelte-k36g64 :where(.svelte-k36g64):is(a:where(.svelte-k36g64),button:where(.svelte-k36g64)):focus-visible{outline:3px solid color-mix(in oklab,var(--moss) 65%,white);outline-offset:4px}.feature-primary.svelte-k36g64 article:where(.svelte-k36g64),.feature-secondary.svelte-k36g64 article:where(.svelte-k36g64),.system-grid.svelte-k36g64 article:where(.svelte-k36g64),.primary-cta.svelte-k36g64,.nav-cta.svelte-k36g64,.cta-secondary.svelte-k36g64,.closing-copy.svelte-k36g64 a:where(.svelte-k36g64){transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}@media(hover:hover){.feature-primary.svelte-k36g64 article:where(.svelte-k36g64):hover,.feature-secondary.svelte-k36g64 article:where(.svelte-k36g64):hover,.system-grid.svelte-k36g64 article:where(.svelte-k36g64):hover{transform:translateY(-3px);border-color:color-mix(in oklab,var(--moss) 34%,transparent);box-shadow:0 14px 28px #2b1f131f}.primary-cta.svelte-k36g64:hover,.nav-cta.svelte-k36g64:hover,.cta-secondary.svelte-k36g64:hover,.closing-copy.svelte-k36g64 a:where(.svelte-k36g64):hover{transform:translateY(-2px)}}@media(prefers-reduced-motion:reduce){.feature-primary.svelte-k36g64 article:where(.svelte-k36g64),.feature-secondary.svelte-k36g64 article:where(.svelte-k36g64),.system-grid.svelte-k36g64 article:where(.svelte-k36g64),.primary-cta.svelte-k36g64,.nav-cta.svelte-k36g64,.cta-secondary.svelte-k36g64,.closing-copy.svelte-k36g64 a:where(.svelte-k36g64){transition:none}}@media(max-width:1180px){.hero.svelte-k36g64{grid-template-columns:1fr;gap:1rem;padding-top:1.5rem}.hero-copy.svelte-k36g64{max-width:38rem;padding-top:0}.preview-wrap.svelte-k36g64{min-height:31rem}.desktop-preview.svelte-k36g64{left:0;right:5rem;width:auto}}@media(max-width:780px){.workflow-section.svelte-k36g64,.feature-section.svelte-k36g64{width:min(100% - 2rem,70rem)}.workflow-section.svelte-k36g64{grid-template-columns:1fr;gap:1.25rem;padding-top:3rem}.workflow-section.svelte-k36g64 ol:where(.svelte-k36g64){grid-template-columns:1fr}.workflow-section.svelte-k36g64 li:where(.svelte-k36g64){grid-template-columns:auto minmax(0,1fr);align-items:start;min-height:0}.workflow-section.svelte-k36g64 li:where(.svelte-k36g64)+li:where(.svelte-k36g64){border-top:1px solid var(--line);border-left:0}.landing-nav.svelte-k36g64{grid-template-columns:1fr auto;padding:.85rem 1rem}.nav-links.svelte-k36g64,.signin.svelte-k36g64{display:none}.brand.svelte-k36g64{font-size:1.2rem}.brand-mark.svelte-k36g64{width:2.4rem;height:2.4rem}.nav-cta.svelte-k36g64{padding:.78rem 1rem}.hero.svelte-k36g64:before{background-position:37% bottom}.hero.svelte-k36g64{width:min(100% - 2rem,92rem);min-height:auto;padding-top:1rem}.hero.svelte-k36g64 h1:where(.svelte-k36g64){font-size:2.9rem}.hero-copy.svelte-k36g64 p:where(.svelte-k36g64){font-size:1rem}.hero-actions.svelte-k36g64{display:grid;grid-template-columns:1fr}.primary-cta.svelte-k36g64,.secondary-cta.svelte-k36g64{width:100%}.preview-wrap.svelte-k36g64{min-height:30rem;overflow:hidden}.desktop-preview.svelte-k36g64{position:relative;left:auto;right:auto;width:100%}.phone-preview.svelte-k36g64{right:.75rem;bottom:0;width:10.5rem}.phone-map.svelte-k36g64{height:9.2rem}.system-grid.svelte-k36g64{grid-template-columns:1fr}.landing-footer.svelte-k36g64{flex-direction:column;align-items:flex-start}}@media(max-width:430px){.hero.svelte-k36g64 h1:where(.svelte-k36g64){font-size:2.45rem}.badge.svelte-k36g64{font-size:.68rem;letter-spacing:.08em}.preview-wrap.svelte-k36g64{min-height:28rem}}
