.hero.svelte-xv7n18{padding-top:var(--space-8);padding-bottom:var(--space-8);background:var(--surface);border-bottom:1px solid var(--border)}.hero-inner.svelte-xv7n18{max-width:780px;margin-inline:auto;padding-inline:var(--space-6);text-align:center}.tabs.svelte-xv7n18{display:grid;grid-template-columns:repeat(3,1fr);gap:0;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:4px;margin:0 0 var(--space-6);max-width:640px;margin-inline:auto}.tab.svelte-xv7n18{background:none;border:none;cursor:pointer;padding:10px 12px;border-radius:8px;text-align:center;display:flex;flex-direction:column;gap:2px;align-items:center;color:var(--text-secondary);transition:background .15s,color .15s;min-height:56px}.tab.svelte-xv7n18:hover{background:var(--surface);color:var(--text-primary)}.tab.active.svelte-xv7n18{background:var(--accent);color:var(--bg)}.tab-title.svelte-xv7n18{font-size:var(--text-sm);font-weight:700}.tab-sub.svelte-xv7n18{font-size:var(--text-xs);opacity:.85}@media(max-width:560px){.tabs.svelte-xv7n18{grid-template-columns:1fr;gap:2px}.tab.svelte-xv7n18{min-height:44px;flex-direction:row;gap:var(--space-2);text-align:left;justify-content:flex-start}.tab-sub.svelte-xv7n18{display:none}}.headline.svelte-xv7n18{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0 0 var(--space-3)}.subline.svelte-xv7n18{font-size:var(--text-base);color:var(--text-secondary);line-height:var(--lh-relaxed);max-width:620px;margin:0 auto var(--space-6)}.beta.svelte-xv7n18{color:var(--accent);font-weight:700}.ask-bar.svelte-xv7n18,.search-wrap.svelte-xv7n18{display:flex;gap:0;max-width:640px;margin:0 auto var(--space-4);background:var(--bg);border:2px solid var(--border);border-radius:14px;padding:6px;transition:border-color .15s,box-shadow .15s;position:relative}.ask-bar.svelte-xv7n18:focus-within,.search-wrap.svelte-xv7n18:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 15%,transparent)}.search-icon.svelte-xv7n18{position:absolute;left:var(--space-3);top:50%;transform:translateY(-50%);pointer-events:none;font-size:var(--text-base);color:var(--text-tertiary)}.ask-input.svelte-xv7n18{flex:1;padding:14px 18px;min-height:48px;border:none;background:transparent;color:var(--text-primary);font:inherit;font-size:var(--text-base);outline:none}.search-wrap.svelte-xv7n18 .ask-input:where(.svelte-xv7n18){padding-left:calc(var(--space-3) * 2 + 20px)}.ask-input.svelte-xv7n18::placeholder{color:var(--text-tertiary)}.ask-submit.svelte-xv7n18{display:inline-flex;align-items:center;gap:6px;padding:12px 20px;min-height:48px;background:var(--accent);color:#fff;border:none;border-radius:10px;font-family:inherit;font-size:var(--text-sm);font-weight:600;cursor:pointer}.ask-submit.svelte-xv7n18:hover{background:var(--accent-hover, var(--accent))}.dropdown.svelte-xv7n18{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001a;overflow:hidden;z-index:25;text-align:left}.no-results.svelte-xv7n18{padding:var(--space-4);color:var(--text-tertiary);font-size:var(--text-sm)}.no-results.svelte-xv7n18 a:where(.svelte-xv7n18){color:var(--accent);font-weight:500}.result.svelte-xv7n18{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);text-decoration:none;color:inherit;border-bottom:1px solid var(--border)}.result.svelte-xv7n18:last-of-type{border-bottom:none}.result.highlighted.svelte-xv7n18{background:var(--accent-tint, var(--surface))}.result-body.svelte-xv7n18{display:flex;flex-direction:column;gap:2px;min-width:0}.result-body.svelte-xv7n18 strong:where(.svelte-xv7n18){font-size:var(--text-sm);font-weight:700;color:var(--text-primary)}.result-body.svelte-xv7n18 span:where(.svelte-xv7n18){font-size:var(--text-xs);color:var(--text-tertiary)}.result-cta.svelte-xv7n18{font-size:var(--text-xs);color:var(--accent);font-weight:600;white-space:nowrap}.dropdown-foot.svelte-xv7n18{padding:var(--space-3) var(--space-4);background:var(--surface);font-size:var(--text-sm);border-top:1px solid var(--border)}.dropdown-foot.svelte-xv7n18 a:where(.svelte-xv7n18){color:var(--accent);font-weight:500}.companion-role.svelte-xv7n18{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-2);max-width:640px;margin:0 auto var(--space-4)}@media(max-width:560px){.companion-role.svelte-xv7n18{grid-template-columns:1fr}}.role-pill.svelte-xv7n18{display:flex;flex-direction:column;gap:2px;padding:var(--space-3);border:2px solid var(--border);border-radius:10px;background:var(--bg);cursor:pointer;text-align:center;transition:border-color .15s,background .15s;min-height:64px}.role-pill.svelte-xv7n18:hover{border-color:var(--accent)}.role-pill.active.svelte-xv7n18{border-color:var(--accent);background:var(--accent-tint, var(--surface))}.role-pill.svelte-xv7n18 input:where(.svelte-xv7n18){position:absolute;opacity:0;pointer-events:none}.role-title.svelte-xv7n18{font-size:var(--text-sm);font-weight:700;color:var(--text-primary)}.role-sub.svelte-xv7n18{font-size:var(--text-xs);color:var(--text-tertiary);line-height:var(--lh-snug)}.start-btn.svelte-xv7n18{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;min-height:48px;background:var(--accent);color:var(--bg);border:none;border-radius:10px;font:inherit;font-size:var(--text-base);font-weight:700;cursor:pointer;margin-bottom:var(--space-4)}.start-btn.svelte-xv7n18:hover{background:var(--accent-hover, var(--accent))}.chips.svelte-xv7n18{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;margin-bottom:var(--space-4)}.chip.svelte-xv7n18{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;min-height:32px;background:var(--bg);border:1px solid var(--border);border-radius:999px;font-size:var(--text-sm);color:var(--text-secondary);text-decoration:none}.chip.svelte-xv7n18:hover{color:var(--accent);border-color:var(--accent)}.chip-demo.svelte-xv7n18{border-color:var(--accent);color:var(--accent)}.foot.svelte-xv7n18{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:8px;font-size:var(--text-xs);color:var(--text-tertiary);margin:0}.foot.svelte-xv7n18 a:where(.svelte-xv7n18){color:var(--text-secondary);text-decoration:underline}.sr-only.svelte-xv7n18{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:639px){.ask-bar.svelte-xv7n18{flex-direction:column;gap:4px}.ask-submit.svelte-xv7n18{width:100%;justify-content:center}}.feed-header[data-astro-cid-rs7cr7v5]{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--space-4);padding-bottom:var(--space-2);border-bottom:2px solid var(--text-primary)}.feed-heading[data-astro-cid-rs7cr7v5]{font-size:var(--text-xl);font-weight:700;margin:0}.feed-list[data-astro-cid-rs7cr7v5]{list-style:none;padding:0;margin:0}.feed-item[data-astro-cid-rs7cr7v5]{border-bottom:1px solid var(--border)}.feed-item[data-astro-cid-rs7cr7v5]:last-child{border-bottom:none}.feed-link[data-astro-cid-rs7cr7v5]{display:block;padding:var(--space-3) 0;text-decoration:none;color:inherit;transition:background var(--duration-fast)}.feed-link[data-astro-cid-rs7cr7v5]:hover{background:var(--surface);margin-inline:calc(-1 * var(--space-3));padding-inline:var(--space-3);border-radius:6px}.feed-meta-row[data-astro-cid-rs7cr7v5]{display:flex;align-items:center;gap:8px;font-size:var(--text-xs);margin-bottom:4px;flex-wrap:wrap}.feed-tag[data-astro-cid-rs7cr7v5]{display:inline-block;padding:2px 8px;border-radius:4px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.feed-tag-accent[data-astro-cid-rs7cr7v5]{background:var(--accent-tint);color:var(--accent)}.feed-tag-highlight[data-astro-cid-rs7cr7v5]{background:var(--highlight-tint);color:var(--highlight)}.feed-tag-info[data-astro-cid-rs7cr7v5]{background:var(--info-tint);color:var(--info)}.feed-region[data-astro-cid-rs7cr7v5]{color:var(--text-secondary);font-weight:500}.feed-date[data-astro-cid-rs7cr7v5]{margin-left:auto;color:var(--text-tertiary)}.feed-title[data-astro-cid-rs7cr7v5]{font-size:var(--text-base);font-weight:600;line-height:var(--lh-snug);margin:0 0 4px;color:var(--text-primary)}.feed-item[data-astro-cid-rs7cr7v5][data-type=article] .feed-title[data-astro-cid-rs7cr7v5]{font-weight:700}.feed-quote-mark[data-astro-cid-rs7cr7v5]{color:var(--text-tertiary)}.feed-attribution[data-astro-cid-rs7cr7v5]{font-size:var(--text-xs);color:var(--text-tertiary);margin:0}.guides-list[data-astro-cid-d45qsf53]{margin-top:var(--space-8)}.list-header[data-astro-cid-d45qsf53]{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--space-4);padding-bottom:var(--space-2);border-bottom:2px solid var(--text-primary)}.list-heading[data-astro-cid-d45qsf53]{font-size:var(--text-xl);font-weight:700;margin:0}.guides-items[data-astro-cid-d45qsf53]{list-style:none;padding:0;margin:0}.guide-row[data-astro-cid-d45qsf53]{border-bottom:1px solid var(--border)}.guide-row[data-astro-cid-d45qsf53]:last-child{border-bottom:none}.guide-row[data-astro-cid-d45qsf53] a[data-astro-cid-d45qsf53]{display:flex;align-items:center;gap:var(--space-3);padding:10px 0;min-height:44px;text-decoration:none;color:inherit}.guide-row[data-astro-cid-d45qsf53] a[data-astro-cid-d45qsf53]:hover{background:var(--surface);margin-inline:calc(-1 * var(--space-3));padding-inline:var(--space-3);border-radius:6px}.feed-tag[data-astro-cid-d45qsf53]{display:inline-block;padding:2px 8px;border-radius:4px;font-weight:700;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:70px;text-align:center}.feed-tag-accent[data-astro-cid-d45qsf53]{background:var(--accent-tint);color:var(--accent)}.feed-tag-highlight[data-astro-cid-d45qsf53]{background:var(--highlight-tint);color:var(--highlight)}.feed-tag-info[data-astro-cid-d45qsf53]{background:var(--info-tint);color:var(--info)}.guide-title[data-astro-cid-d45qsf53]{flex:1;font-size:var(--text-base);color:var(--text-primary);font-weight:500;line-height:var(--lh-snug)}.guide-meta[data-astro-cid-d45qsf53]{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap;flex-shrink:0}@media(max-width:479px){.guide-row[data-astro-cid-d45qsf53] a[data-astro-cid-d45qsf53]{flex-wrap:wrap}.feed-tag[data-astro-cid-d45qsf53]{order:-1}.guide-title[data-astro-cid-d45qsf53]{flex:1 1 100%}}.reviews-preview[data-astro-cid-rhpu7b5m]{margin-top:var(--space-8)}.list-header[data-astro-cid-rhpu7b5m]{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:2px solid var(--text-primary)}.list-heading[data-astro-cid-rhpu7b5m]{font-size:var(--text-xl);font-weight:700;margin:0}.preview-intro[data-astro-cid-rhpu7b5m]{font-size:var(--text-base);color:var(--text-secondary);line-height:var(--lh-relaxed);margin:0 0 var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid var(--border)}.preview-intro[data-astro-cid-rhpu7b5m] strong[data-astro-cid-rhpu7b5m]{color:var(--text-primary);font-weight:600}.cat-list[data-astro-cid-rhpu7b5m]{list-style:none;padding:0;margin:0}.cat-row[data-astro-cid-rhpu7b5m]{border-bottom:1px solid var(--border)}.cat-row[data-astro-cid-rhpu7b5m]:last-child{border-bottom:none}.cat-row[data-astro-cid-rhpu7b5m] a[data-astro-cid-rhpu7b5m]{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) 0;text-decoration:none;color:inherit;transition:background var(--duration-fast)}.cat-row[data-astro-cid-rhpu7b5m] a[data-astro-cid-rhpu7b5m]:hover{background:var(--surface);margin-inline:calc(-1 * var(--space-3));padding-inline:var(--space-3);border-radius:6px}.cat-icon[data-astro-cid-rhpu7b5m]{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--accent-tint);color:var(--accent);border-radius:8px}.cat-body[data-astro-cid-rhpu7b5m]{flex:1;min-width:0}.cat-name-row[data-astro-cid-rhpu7b5m]{display:flex;align-items:baseline;gap:var(--space-2);flex-wrap:wrap;margin-bottom:2px}.cat-name[data-astro-cid-rhpu7b5m]{font-size:var(--text-base);font-weight:700;color:var(--text-primary)}.cat-note[data-astro-cid-rhpu7b5m]{font-size:var(--text-xs);color:var(--text-tertiary);font-style:italic}.cat-dimensions[data-astro-cid-rhpu7b5m]{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.4}.cat-arrow[data-astro-cid-rhpu7b5m]{color:var(--text-tertiary);flex-shrink:0;margin-left:auto;align-self:center;transition:color var(--duration-fast),transform var(--duration-fast)}.cat-row[data-astro-cid-rhpu7b5m] a[data-astro-cid-rhpu7b5m]:hover .cat-arrow[data-astro-cid-rhpu7b5m]{color:var(--accent);transform:translate(2px)}.preview-foot[data-astro-cid-rhpu7b5m]{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border);font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--lh-relaxed)}.preview-foot[data-astro-cid-rhpu7b5m] a[data-astro-cid-rhpu7b5m]{color:var(--accent);text-decoration:underline;font-weight:500;white-space:nowrap}.how-we-work[data-astro-cid-dvfvrvee]{border-top:1px solid var(--border);background:var(--surface)}.how-inner[data-astro-cid-dvfvrvee]{max-width:680px}.how-label[data-astro-cid-dvfvrvee]{font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:0 0 var(--space-2)}.how-heading[data-astro-cid-dvfvrvee]{font-size:var(--text-3xl);margin:0 0 var(--space-6);font-weight:800;letter-spacing:-.02em}.how-body-wrap[data-astro-cid-dvfvrvee]{margin-bottom:var(--space-8)}.how-body[data-astro-cid-dvfvrvee]{font-size:var(--text-lg);line-height:var(--lh-relaxed);color:var(--text-primary);margin-bottom:var(--space-4)}.how-body[data-astro-cid-dvfvrvee] strong[data-astro-cid-dvfvrvee]{font-weight:700;color:var(--text-primary);background:var(--accent-tint);padding:0 4px;border-radius:3px}.how-quote[data-astro-cid-dvfvrvee]{margin:var(--space-6) 0 0;padding:var(--space-4) var(--space-6);border-left:4px solid var(--accent);background:var(--bg);font-size:var(--text-xl);font-weight:600;line-height:1.4;color:var(--text-primary);font-style:italic}.how-sig[data-astro-cid-dvfvrvee]{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4) 0;margin-bottom:var(--space-4);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.founder-portrait[data-astro-cid-dvfvrvee]{width:52px;height:52px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-hover) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-weight:700;font-size:var(--text-base)}.sig-name[data-astro-cid-dvfvrvee]{font-size:var(--text-base);font-weight:700;color:var(--text-primary);margin:0}.sig-title[data-astro-cid-dvfvrvee]{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.how-links[data-astro-cid-dvfvrvee]{display:flex;gap:var(--space-6);flex-wrap:wrap}.sidebar[data-astro-cid-kmlhb32f]{display:flex;flex-direction:column;gap:var(--space-4);position:sticky;top:var(--space-4);align-self:start;min-width:0}.sidebar-box[data-astro-cid-kmlhb32f]{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:var(--space-4) var(--space-6)}.live-finance-box[data-astro-cid-kmlhb32f]{border-color:var(--accent);border-width:1px}.label-caps[data-astro-cid-kmlhb32f]{font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin:0 0 var(--space-2)}.last-updated[data-astro-cid-kmlhb32f]{font-size:var(--text-xs);color:var(--text-tertiary);margin:0 0 var(--space-3)}.finance-grid[data-astro-cid-kmlhb32f]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);margin-bottom:var(--space-3)}.finance-label[data-astro-cid-kmlhb32f]{font-size:var(--text-xs);color:var(--text-tertiary);margin-bottom:2px}.finance-value[data-astro-cid-kmlhb32f]{font-size:var(--text-2xl);font-weight:800;color:var(--text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.finance-negative[data-astro-cid-kmlhb32f]{color:var(--signal)}.cost-value[data-astro-cid-kmlhb32f]{font-size:var(--text-2xl);font-weight:800;color:var(--text-primary);margin:0 0 4px}.cost-desc[data-astro-cid-kmlhb32f]{font-size:var(--text-sm);color:var(--text-secondary);margin:0 0 var(--space-3)}.cost-note[data-astro-cid-kmlhb32f]{font-size:var(--text-xs);color:var(--text-tertiary);line-height:var(--lh-relaxed);margin:0}.cost-note[data-astro-cid-kmlhb32f] a[data-astro-cid-kmlhb32f]{color:var(--text-secondary);text-decoration:underline}.tools-list[data-astro-cid-kmlhb32f]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.tools-list[data-astro-cid-kmlhb32f] li[data-astro-cid-kmlhb32f] a[data-astro-cid-kmlhb32f]{display:flex;align-items:center;gap:8px;padding:10px 8px;min-height:40px;border-radius:6px;text-decoration:none;color:var(--text-primary);font-size:var(--text-sm);font-weight:500;transition:background var(--duration-fast),color var(--duration-fast)}.tools-list[data-astro-cid-kmlhb32f] li[data-astro-cid-kmlhb32f] a[data-astro-cid-kmlhb32f]:hover{background:var(--bg);color:var(--accent)}.tools-list[data-astro-cid-kmlhb32f] li[data-astro-cid-kmlhb32f] a[data-astro-cid-kmlhb32f] svg{color:var(--accent);flex-shrink:0}.open-list[data-astro-cid-kmlhb32f],.commitments-list[data-astro-cid-kmlhb32f]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.open-list[data-astro-cid-kmlhb32f] li[data-astro-cid-kmlhb32f] a[data-astro-cid-kmlhb32f],.commitments-list[data-astro-cid-kmlhb32f] li[data-astro-cid-kmlhb32f]{display:flex;align-items:center;gap:8px;padding:8px;border-radius:6px;text-decoration:none;color:var(--text-secondary);font-size:var(--text-sm);transition:background var(--duration-fast),color var(--duration-fast)}.open-list[data-astro-cid-kmlhb32f] li[data-astro-cid-kmlhb32f] a[data-astro-cid-kmlhb32f]:hover{background:var(--bg);color:var(--text-primary)}.open-list[data-astro-cid-kmlhb32f] li[data-astro-cid-kmlhb32f] a[data-astro-cid-kmlhb32f] svg{flex-shrink:0;color:var(--text-tertiary)}.open-list[data-astro-cid-kmlhb32f] li[data-astro-cid-kmlhb32f] a[data-astro-cid-kmlhb32f]:hover svg{color:var(--accent)}.commitments-list[data-astro-cid-kmlhb32f] li[data-astro-cid-kmlhb32f]{color:var(--text-primary);font-size:var(--text-sm);font-weight:500}.commitments-list[data-astro-cid-kmlhb32f] li[data-astro-cid-kmlhb32f] svg{color:var(--accent);flex-shrink:0}.btn-link[data-astro-cid-kmlhb32f]{margin-top:var(--space-2);font-size:var(--text-xs)}@media(max-width:1023px){.sidebar[data-astro-cid-kmlhb32f]{position:static}}
