.platform-page.svelte-1ipr75q{background:var(--bg-page);color:var(--text-primary);font-family:var(--font-body);line-height:1.6}.wrap.svelte-1ipr75q{max-width:1180px;margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2.5rem)}.mono.svelte-1ipr75q{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.hero.svelte-1ipr75q{padding:clamp(3rem,7vw,5.5rem) 0 clamp(2.5rem,5vw,4rem);background:var(--bg-light)}.hero-grid.svelte-1ipr75q{display:grid;grid-template-columns:1.1fr .9fr;grid-template-areas:"head visual" "body visual";gap:0 clamp(2rem,5vw,4rem);align-items:center}.hero-head.svelte-1ipr75q{grid-area:head;align-self:end}.hero-body.svelte-1ipr75q{grid-area:body;align-self:start}.hero-visual.svelte-1ipr75q{grid-area:visual;align-self:stretch}.crumb.svelte-1ipr75q{display:block;margin-bottom:.9rem}.prod-logo.svelte-1ipr75q{font-family:"Chakra Petch",var(--font-mono),sans-serif;font-weight:600;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:.04em;margin:.2rem 0 1.2rem;background:linear-gradient(to right,#999,#333);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}h1.hero-h.svelte-1ipr75q{font-family:var(--font-heading);font-weight:700;letter-spacing:-.03em;font-size:clamp(2.2rem,4.8vw,3.6rem);line-height:1.05;margin:0 0 1.3rem;text-wrap:balance;color:var(--text-primary)}h1.hero-h.svelte-1ipr75q .tw:where(.svelte-1ipr75q){background:var(--logo-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.lead.svelte-1ipr75q{font-size:clamp(1.05rem,1.5vw,1.24rem);color:var(--text-secondary);max-width:44ch;margin:0 0 1.6rem}.hero-ctas.svelte-1ipr75q{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.proof-row.svelte-1ipr75q{margin-top:2.2rem;display:flex;gap:1.1rem;flex-wrap:wrap;align-items:center}.proof-row.svelte-1ipr75q .dot:where(.svelte-1ipr75q){width:4px;height:4px;border-radius:50%;background:var(--border-muted)}@media (max-width: 900px){.hero-grid.svelte-1ipr75q{grid-template-columns:1fr;grid-template-areas:"head" "visual" "body";row-gap:clamp(1.5rem,5vw,2rem)}.hero-head.svelte-1ipr75q,.hero-body.svelte-1ipr75q{text-align:center}.lead.svelte-1ipr75q{margin-inline:auto}.hero-ctas.svelte-1ipr75q,.proof-row.svelte-1ipr75q{justify-content:center}}.btn.svelte-1ipr75q{font-family:var(--font-body);font-weight:600;font-size:.92rem;border-radius:var(--radius-md);padding:.62rem 1.15rem;cursor:pointer;border:1px solid transparent;transition:all .18s;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;text-decoration:none}.btn-primary.svelte-1ipr75q{background:var(--btn-primary-bg);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary.svelte-1ipr75q:hover{background:var(--btn-primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-ghost.svelte-1ipr75q{background:transparent;color:var(--text-primary);border-color:var(--border-muted)}.btn-ghost.svelte-1ipr75q:hover{border-color:var(--primary);color:var(--primary)}.btn-accent.svelte-1ipr75q{background:var(--accent);color:#fff;border-radius:var(--radius-md)}.btn-accent.svelte-1ipr75q:hover{background:var(--accent-dark);transform:translateY(-1px)}section.band.svelte-1ipr75q{padding:clamp(3.25rem,6vw,5.5rem) 0;border-top:1px solid var(--border-color)}.sec-head.svelte-1ipr75q{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-bottom:2.6rem}.sec-head.svelte-1ipr75q h2:where(.svelte-1ipr75q){font-family:var(--font-heading);font-weight:680;font-size:clamp(1.6rem,3vw,2.25rem);letter-spacing:-.02em;margin:.7rem 0 0;line-height:1.1;color:var(--text-primary)}.sec-head.svelte-1ipr75q p:where(.svelte-1ipr75q){color:var(--text-secondary);max-width:60ch;margin:.9rem 0 0}.pgrid.svelte-1ipr75q{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.pcard.svelte-1ipr75q{background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.8rem;display:flex;flex-direction:column;min-height:190px;transition:all .2s}.pcard.svelte-1ipr75q:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.pcard.svelte-1ipr75q .cap:where(.svelte-1ipr75q){color:var(--primary)}.pcard.svelte-1ipr75q h3:where(.svelte-1ipr75q){font-family:var(--font-heading);font-size:1.28rem;font-weight:640;margin:.5rem 0 .55rem;letter-spacing:-.01em;color:var(--text-primary)}.pcard.svelte-1ipr75q p:where(.svelte-1ipr75q){color:var(--text-secondary);font-size:.95rem;margin:0}@media (max-width: 720px){.pgrid.svelte-1ipr75q{grid-template-columns:1fr}}.convo-band.svelte-1ipr75q{background:var(--bg-secondary)}.convo.svelte-1ipr75q{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-light);padding:1.75rem;max-width:640px;margin:0 auto 2.2rem;box-shadow:var(--shadow-sm)}.convo-line.svelte-1ipr75q{display:flex;gap:.85rem;margin-bottom:1.1rem;align-items:flex-start}.convo-line.svelte-1ipr75q:last-child{margin-bottom:0}.convo-tag.svelte-1ipr75q{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);flex-shrink:0;width:52px;padding-top:.2rem}.convo-bubble.svelte-1ipr75q{background:var(--bg-secondary);border-radius:10px;padding:.7rem 1rem;font-size:.92rem;color:var(--text-primary);flex:1}.convo-line.reply.svelte-1ipr75q .convo-bubble:where(.svelte-1ipr75q){background:var(--primary-soft);color:var(--text-primary)}.convo-line.reply.svelte-1ipr75q .convo-tag:where(.svelte-1ipr75q){color:var(--primary)}.roster.svelte-1ipr75q{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.rcard.svelte-1ipr75q{background:var(--bg-light);border:1px solid var(--border-color);border-radius:12px;padding:1.4rem}.rcard.svelte-1ipr75q .rcat:where(.svelte-1ipr75q){font-family:var(--font-mono);font-size:.66rem;letter-spacing:.08em;color:var(--primary);text-transform:uppercase}.rcard.svelte-1ipr75q h4:where(.svelte-1ipr75q){font-family:var(--font-heading);font-size:1rem;font-weight:640;margin:.5rem 0 .4rem;letter-spacing:-.005em;color:var(--text-primary)}.rcard.svelte-1ipr75q p:where(.svelte-1ipr75q){margin:0;color:var(--text-secondary);font-size:.85rem;line-height:1.5}.signature-note.svelte-1ipr75q{text-align:center;color:var(--text-secondary);margin:1.8rem auto 0;max-width:56ch;font-size:1rem}.signature-note.svelte-1ipr75q b:where(.svelte-1ipr75q){color:var(--text-primary);font-weight:600}@media (max-width: 860px){.roster.svelte-1ipr75q{grid-template-columns:1fr}}.cases.svelte-1ipr75q{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.case.svelte-1ipr75q{background:var(--bg-light);border:1px solid var(--border-color);border-radius:12px;padding:1.35rem}.case.svelte-1ipr75q .cn:where(.svelte-1ipr75q){font-family:var(--font-mono);font-size:.7rem;letter-spacing:.08em;color:var(--text-muted)}.case.svelte-1ipr75q h4:where(.svelte-1ipr75q){font-family:var(--font-heading);margin:.5rem 0 .4rem;font-size:1.02rem;font-weight:640;letter-spacing:-.01em;color:var(--text-primary)}.case.svelte-1ipr75q p:where(.svelte-1ipr75q){margin:0;color:var(--text-secondary);font-size:.86rem;line-height:1.5}@media (max-width: 860px){.cases.svelte-1ipr75q{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.cases.svelte-1ipr75q{grid-template-columns:1fr}}.xlink.svelte-1ipr75q{border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2rem 2.25rem;background:linear-gradient(180deg,var(--accent-soft),var(--bg-light));display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.xlink.svelte-1ipr75q .xl-copy:where(.svelte-1ipr75q) .mono:where(.svelte-1ipr75q){color:var(--accent)}.xlink.svelte-1ipr75q .xl-copy:where(.svelte-1ipr75q) h3:where(.svelte-1ipr75q){font-family:var(--font-heading);font-size:1.3rem;font-weight:640;margin:.5rem 0 .35rem;letter-spacing:-.01em;color:var(--text-primary)}.xlink.svelte-1ipr75q .xl-copy:where(.svelte-1ipr75q) p:where(.svelte-1ipr75q){margin:0;color:var(--text-secondary);font-size:.96rem;max-width:52ch}.closing.svelte-1ipr75q{background:#0c0e13;color:#eef1f6;border-top:none}.closing.svelte-1ipr75q .thread-rule:where(.svelte-1ipr75q){height:2px;width:60px;background:var(--logo-gradient);margin-bottom:2rem}.closing.svelte-1ipr75q h2:where(.svelte-1ipr75q){font-family:var(--font-heading);font-weight:700;font-size:clamp(1.9rem,4vw,2.9rem);letter-spacing:-.025em;margin:0 0 1rem;line-height:1.06;text-wrap:balance;max-width:20ch;color:#eef1f6}.closing.svelte-1ipr75q p:where(.svelte-1ipr75q){color:#a2aaba;font-size:1.08rem;max-width:46ch;margin:0 0 2rem}.closing.svelte-1ipr75q .btn-ghost:where(.svelte-1ipr75q){color:#eef1f6;border-color:#2f3540}.closing.svelte-1ipr75q .btn-ghost:where(.svelte-1ipr75q):hover{border-color:var(--primary);color:var(--primary)}
