.landing.svelte-10vygff{width:100%;padding:clamp(var(--space-7), 5vw, var(--space-px-64)) var(--surface-pad-x) clamp(var(--space-px-48), 6vw, var(--space-11));gap:clamp(var(--space-px-48), 6vw, var(--space-11));background:var(--color-surface);flex-direction:column;margin:0 auto;display:flex}.hero.svelte-10vygff{gap:var(--space-px-48);grid-template-columns:1fr 380px;align-items:center;display:grid}.hero__pill.svelte-10vygff{padding:var(--space-px-6) var(--space-3);background:var(--color-pill-bg);text-transform:uppercase;letter-spacing:.06em;color:var(--color-fg);border-radius:999px;font-size:11px;font-weight:700;display:inline-flex}.hero__title.svelte-10vygff{font-family:var(--font-display);font-weight:700;font-size:var(--fs-landing-hero);letter-spacing:-.02em;color:var(--color-fg);margin-top:18px;line-height:1.08}.hero__sub.svelte-10vygff{color:var(--color-fg-muted);max-width:480px;margin-top:16px;font-size:16px;line-height:1.55}.hero__cta.svelte-10vygff{padding:var(--space-4) var(--space-px-28);background:var(--color-fg);color:var(--color-button-fg);border-radius:var(--radius-pill);margin-top:28px;font-size:15px;font-weight:600;transition:background-color .15s}.hero__cta.svelte-10vygff:hover{background:var(--color-neutral-hover)}.hero__note.svelte-10vygff{color:var(--color-fg-muted);margin-top:10px;font-size:12.5px}.calc.svelte-10vygff{background:var(--color-pill-bg);padding:var(--space-px-28);gap:var(--space-px-14);border-radius:20px;flex-direction:column;display:flex}.calc__title.svelte-10vygff{font-family:var(--font-display);color:var(--color-fg);font-size:18px;font-weight:700}.calc__row.svelte-10vygff{align-items:center;gap:var(--space-3);font-size:13px;display:flex}.calc__row.svelte-10vygff span:where(.svelte-10vygff){color:var(--color-fg);flex:1;font-weight:600}.calc__row.svelte-10vygff select:where(.svelte-10vygff){appearance:none;padding:var(--space-2) var(--space-px-36) var(--space-2) var(--space-3);border:1px solid var(--color-border-strong);background-color:var(--color-surface);background-image:linear-gradient(45deg, transparent 50%, var(--color-fg-muted) 50%), linear-gradient(135deg, var(--color-fg-muted) 50%, transparent 50%);background-position:calc(100% - var(--space-px-14)) 50%, calc(100% - var(--space-px-10)) 50%;background-repeat:no-repeat;background-size:var(--space-px-5) var(--space-px-5), var(--space-px-5) var(--space-px-5);color:var(--color-fg);border-radius:8px;font-size:13px}.calc__row.svelte-10vygff input[type=range]:where(.svelte-10vygff){accent-color:var(--color-fg);flex:1}.calc__row.svelte-10vygff strong:where(.svelte-10vygff){font-family:var(--font-display);text-align:right;min-width:32px;font-size:16px;font-weight:700}.calc__result.svelte-10vygff{gap:var(--space-3);padding:var(--space-4);background:var(--color-surface);border-radius:12px;grid-template-columns:1fr 1fr;margin-top:8px;display:grid}.calc__result.svelte-10vygff div:where(.svelte-10vygff){gap:var(--space-1);flex-direction:column;display:flex}.calc__result.svelte-10vygff span:where(.svelte-10vygff){text-transform:uppercase;letter-spacing:.05em;color:var(--color-fg-muted);font-size:11px;font-weight:700}.calc__result.svelte-10vygff strong:where(.svelte-10vygff){font-family:var(--font-display);color:var(--color-fg);font-size:22px;font-weight:700}.calc__note.svelte-10vygff{color:var(--color-fg-muted);font-size:11.5px;line-height:1.5}.perks.svelte-10vygff{gap:var(--space-6);flex-direction:column;display:flex}.perks__title.svelte-10vygff{font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-fg);font-size:28px;font-weight:700}.perks__grid.svelte-10vygff{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.perk.svelte-10vygff{gap:var(--space-2);padding:var(--space-5);background:var(--color-pill-bg);border-radius:14px;flex-direction:column;display:flex}.perk__icon.svelte-10vygff{font-size:28px}.perk.svelte-10vygff strong:where(.svelte-10vygff){font-family:var(--font-display);color:var(--color-fg);font-size:15px;font-weight:700}.perk.svelte-10vygff p:where(.svelte-10vygff){color:var(--color-fg-muted);font-size:13px;line-height:1.5}.landing__foot.svelte-10vygff{justify-content:center;display:flex}@media (width<=880px){.hero.svelte-10vygff{grid-template-columns:1fr}}.pub.svelte-10vygff{background:var(--color-canvas);flex-direction:column;min-height:100vh;display:flex}.pub__bar.svelte-10vygff{padding:var(--space-px-18) clamp(var(--space-5), 4vw, var(--space-9));background:var(--color-surface);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.pub__skip.svelte-10vygff{color:var(--color-fg);padding:var(--space-2) var(--space-px-14);background:var(--color-pill-bg);border-radius:var(--radius-pill);font-size:13px;font-weight:600}.pub__skip.svelte-10vygff:hover{background:var(--color-border-soft)}.pub__shell.svelte-10vygff{gap:var(--space-7);width:100%;max-width:var(--content-max-width);padding:clamp(var(--space-6), 4vw, var(--space-8)) var(--surface-pad-x);flex:1;grid-template-columns:280px 1fr;margin:0 auto;display:grid}.pub__rail.svelte-10vygff{gap:var(--space-5);flex-direction:column;align-self:start;display:flex;position:sticky;top:24px}.pub__rail-title.svelte-10vygff{font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-fg);font-size:22px;font-weight:700}.pub__rail-sub.svelte-10vygff{color:var(--color-fg-muted);margin-top:-12px;font-size:13px}.pub__steps.svelte-10vygff{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.pub__step.svelte-10vygff{align-items:center;gap:var(--space-px-10);padding:var(--space-px-10) var(--space-3);color:var(--color-fg-muted);border-radius:10px;font-size:13.5px;display:flex}.pub__step--active.svelte-10vygff{background:var(--color-pill-bg);color:var(--color-fg);font-weight:600}.pub__step--done.svelte-10vygff{color:var(--color-fg)}.pub__step-bullet.svelte-10vygff{background:var(--color-pill-bg);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:inline-flex}.pub__step--active.svelte-10vygff .pub__step-bullet:where(.svelte-10vygff),.pub__step--done.svelte-10vygff .pub__step-bullet:where(.svelte-10vygff){background:var(--color-fg);color:var(--color-button-fg)}.pub__panel.svelte-10vygff{background:var(--color-surface);padding:clamp(var(--space-px-28), 4vw, var(--space-8));gap:var(--space-px-22);border-radius:20px;flex-direction:column;min-width:0;display:flex;box-shadow:0 4px 24px #0000000a}.pub__eyebrow.svelte-10vygff{text-transform:uppercase;letter-spacing:.06em;color:var(--color-fg-muted);font-size:11px;font-weight:700}.pub__title.svelte-10vygff{font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-fg);font-size:26px;font-weight:700}.pub__body.svelte-10vygff{gap:var(--space-5);flex-direction:column;display:flex}.pub__foot.svelte-10vygff{justify-content:space-between;gap:var(--space-3);border-top:1px solid var(--color-border);margin-top:8px;padding-top:18px;display:flex}.btn.svelte-10vygff{padding:var(--space-3) var(--space-px-22);border-radius:var(--radius-pill);font-size:14px;font-weight:600;transition:background-color .15s}.btn--primary.svelte-10vygff{background:var(--color-fg);color:var(--color-button-fg)}.btn--primary.svelte-10vygff:disabled{opacity:.4;cursor:not-allowed}.btn--primary.svelte-10vygff:not(:disabled):hover{background:var(--color-neutral-hover)}.btn--ghost.svelte-10vygff{border:1px solid var(--color-border-strong);color:var(--color-fg);background:0 0}.btn--ghost.svelte-10vygff:not(:disabled):hover{background:var(--color-pill-bg)}.btn--ghost.svelte-10vygff:disabled{opacity:.4;cursor:not-allowed}.grid.svelte-10vygff{gap:var(--space-3);display:grid}.grid--two.svelte-10vygff{grid-template-columns:repeat(2,1fr)}.grid--three.svelte-10vygff{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.card-pick.svelte-10vygff{gap:var(--space-px-6);padding:var(--space-px-18);background:var(--color-pill-bg);text-align:left;border-radius:14px;flex-direction:column;transition:background-color .15s;display:flex}.card-pick--compact.svelte-10vygff{text-align:center;align-items:center;gap:var(--space-1);padding:var(--space-px-14) var(--space-2)}.card-pick.svelte-10vygff:hover{background:var(--color-border-soft)}.card-pick--active.svelte-10vygff{background:var(--color-fg);color:var(--color-button-fg)}.card-pick__icon.svelte-10vygff{font-size:24px}.card-pick.svelte-10vygff strong:where(.svelte-10vygff){font-size:14.5px;font-weight:600}.subtitle.svelte-10vygff{font-family:var(--font-display);color:var(--color-fg);margin-top:8px;font-size:15px;font-weight:700}.fields.svelte-10vygff{gap:var(--space-3);flex-direction:column;display:flex}.field.svelte-10vygff{gap:var(--space-px-5);flex-direction:column;display:flex}.field.svelte-10vygff span:where(.svelte-10vygff){text-transform:uppercase;letter-spacing:.05em;color:var(--color-fg-muted);font-size:11px;font-weight:700}.field.svelte-10vygff input:where(.svelte-10vygff),.field.svelte-10vygff textarea:where(.svelte-10vygff),.field.svelte-10vygff select:where(.svelte-10vygff){padding:var(--space-px-11) var(--space-px-13);border:1px solid var(--color-border-soft);color:var(--color-fg);background:var(--color-surface);border-radius:10px;font-family:inherit;font-size:14px}.field.svelte-10vygff select:where(.svelte-10vygff){appearance:none;padding-right:var(--space-px-44);background-color:var(--color-surface);background-image:linear-gradient(45deg, transparent 50%, var(--color-fg-muted) 50%), linear-gradient(135deg, var(--color-fg-muted) 50%, transparent 50%);background-position:calc(100% - var(--space-px-18)) 50%, calc(100% - var(--space-px-13)) 50%;background-repeat:no-repeat;background-size:var(--space-px-5) var(--space-px-5), var(--space-px-5) var(--space-px-5)}.field.svelte-10vygff input:where(.svelte-10vygff):focus,.field.svelte-10vygff textarea:where(.svelte-10vygff):focus,.field.svelte-10vygff select:where(.svelte-10vygff):focus{border-color:var(--color-fg);outline:none}.chips.svelte-10vygff{gap:var(--space-2);flex-wrap:wrap;display:flex}.chip.svelte-10vygff{padding:var(--space-2) var(--space-px-14);background:var(--color-pill-bg);color:var(--color-fg);border-radius:999px;font-size:13px;font-weight:600}.chip.svelte-10vygff:hover{background:var(--color-border-soft)}.chip--active.svelte-10vygff{background:var(--color-fg);color:var(--color-button-fg)}.upload-grid.svelte-10vygff{gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.upload-tile.svelte-10vygff{aspect-ratio:4/3;justify-content:center;align-items:center;gap:var(--space-1);background:var(--color-pill-bg);color:var(--color-fg-muted);border:1px dashed #0000;border-radius:12px;flex-direction:column;font-size:13px;display:flex}.upload-tile--filled.svelte-10vygff{background:linear-gradient(135deg, var(--color-border-strong), var(--color-upload-gradient-end));color:var(--color-fg);font-weight:600}.upload-tile--add.svelte-10vygff{border:1px dashed var(--color-border-muted);background:0 0}.upload-tile--add.svelte-10vygff:hover{background:var(--color-pill-bg)}.upload-tile--add.svelte-10vygff span:where(.svelte-10vygff):first-child{color:var(--color-fg);font-size:24px}.upload-tile__hint.svelte-10vygff{font-size:11.5px}.upload-counter.svelte-10vygff{color:var(--color-fg-muted);font-size:12px}.hint.svelte-10vygff{color:var(--color-fg-muted);font-size:12.5px;line-height:1.55}.toggle.svelte-10vygff{align-items:center;gap:var(--space-px-10);padding:var(--space-px-10) var(--space-3);background:var(--color-pill-bg);color:var(--color-fg);cursor:pointer;border-radius:10px;font-size:14px;display:flex}.toggle.svelte-10vygff input:where(.svelte-10vygff){accent-color:var(--color-fg)}.price-block.svelte-10vygff{gap:var(--space-px-14);flex-direction:column;display:flex}.price-row.svelte-10vygff{gap:var(--space-4);align-items:stretch;display:flex}.price-input.svelte-10vygff{flex:1}.price-input__row.svelte-10vygff{gap:var(--space-2);display:flex}.price-input__row.svelte-10vygff select:where(.svelte-10vygff){width:90px}.price-input__row.svelte-10vygff input:where(.svelte-10vygff){flex:1}.price-preview.svelte-10vygff{padding:var(--space-4) var(--space-px-18);background:var(--color-pill-bg);border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-end;min-width:180px;display:flex}.price-preview__label.svelte-10vygff{text-transform:uppercase;color:var(--color-fg-muted);letter-spacing:.05em;font-size:11px;font-weight:700}.price-preview__value.svelte-10vygff{font-family:var(--font-display);color:var(--color-fg);margin-top:4px;font-size:22px;font-weight:700}.price-preview__value.svelte-10vygff small:where(.svelte-10vygff){color:var(--color-fg-muted);margin-left:4px;font-size:12px;font-weight:500}.ai-hint.svelte-10vygff{gap:var(--space-3);padding:var(--space-px-14) var(--space-4);background:var(--color-warning-soft);color:var(--color-fg);border-radius:12px;font-size:13px;line-height:1.5;display:flex}.ai-hint__pill.svelte-10vygff{padding:var(--space-1) var(--space-2);background:var(--color-warning-accent);color:#fff;letter-spacing:.05em;border-radius:999px;height:fit-content;font-size:10px;font-weight:800}.kyc-card.svelte-10vygff{padding:var(--space-4);background:var(--color-warning-soft);border-radius:12px;margin-top:8px}.kyc-card__head.svelte-10vygff{gap:var(--space-3);align-items:flex-start;display:flex}.kyc-card__icon.svelte-10vygff{font-size:22px}.kyc-card.svelte-10vygff strong:where(.svelte-10vygff){color:var(--color-fg);font-size:14px;font-weight:700;display:block}.kyc-card.svelte-10vygff p:where(.svelte-10vygff){color:var(--color-fg-muted);margin-top:4px;font-size:12.5px;line-height:1.5}.done.svelte-10vygff{text-align:center;align-items:center;gap:var(--space-px-14);padding:var(--space-6) var(--space-4) var(--space-2);flex-direction:column;display:flex}.done__icon.svelte-10vygff{font-size:56px}.done__title.svelte-10vygff{font-family:var(--font-display);letter-spacing:-.01em;color:var(--color-fg);font-size:28px;font-weight:700}.done__text.svelte-10vygff{color:var(--color-fg-muted);max-width:460px;font-size:14.5px;line-height:1.55}.done__summary.svelte-10vygff{gap:var(--space-px-6);padding:var(--space-px-18) var(--space-5);background:var(--color-pill-bg);border-radius:12px;flex-direction:column;width:100%;max-width:420px;margin-top:8px;display:flex}.done__row.svelte-10vygff{justify-content:space-between;font-size:13.5px;display:flex}.done__row.svelte-10vygff span:where(.svelte-10vygff){color:var(--color-fg-muted)}.done__row.svelte-10vygff strong:where(.svelte-10vygff){color:var(--color-fg);font-weight:600}.done__cta.svelte-10vygff{gap:var(--space-2);margin-top:12px;display:inline-flex}@media (width<=880px){.pub__shell.svelte-10vygff{grid-template-columns:1fr}.pub__rail.svelte-10vygff{position:static}.pub__steps.svelte-10vygff{gap:var(--space-1);flex-direction:row;overflow-x:auto}.pub__step.svelte-10vygff{padding:var(--space-2) var(--space-3);flex-shrink:0}.price-row.svelte-10vygff{flex-direction:column}}
