:root{--color-text: #11181C;--color-text-secondary: #687076;--color-text-tertiary: #9BA1A6;--color-background: #FAFAFA;--color-background-secondary: #F5F5F5;--color-surface: #FFFFFF;--color-primary: #FF4458;--color-primary-dark: #FF1E68;--color-success: #4CAF50;--color-warning: #FF9500;--color-error: #FF3B30;--color-divider: rgba(0, 0, 0, .05);--color-placeholder: #C7C7CC;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif: Georgia, "Times New Roman", serif;--font-mono: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--type-large-title-size: 34px;--type-large-title-weight: 700;--type-large-title-height: 41px;--type-title1-size: 28px;--type-title1-weight: 700;--type-title1-height: 34px;--type-title2-size: 22px;--type-title2-weight: 700;--type-title2-height: 28px;--type-title3-size: 20px;--type-title3-weight: 600;--type-title3-height: 25px;--type-headline-size: 17px;--type-headline-weight: 600;--type-headline-height: 22px;--type-body-size: 17px;--type-body-weight: 400;--type-body-height: 22px;--type-callout-size: 16px;--type-callout-weight: 400;--type-callout-height: 21px;--type-subheadline-size: 15px;--type-subheadline-weight: 400;--type-subheadline-height: 20px;--type-footnote-size: 13px;--type-footnote-weight: 400;--type-footnote-height: 18px;--type-caption1-size: 12px;--type-caption1-weight: 400;--type-caption1-height: 16px;--type-caption2-size: 11px;--type-caption2-weight: 400;--type-caption2-height: 13px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 20px;--spacing-xxl: 24px;--spacing-xxxl: 32px;--shadow-subtle: 0 1px 2px rgba(0, 0, 0, .05);--shadow-light: 0 2px 4px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 8px rgba(0, 0, 0, .15);--shadow-strong: 0 8px 16px rgba(0, 0, 0, .2);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px}@media(prefers-color-scheme:dark){:root{--color-text: #ECEDEE;--color-text-secondary: #9BA1A6;--color-text-tertiary: #687076;--color-background: #000000;--color-background-secondary: #1C1C1E;--color-surface: #2C2C2E;--color-divider: rgba(255, 255, 255, .1);--color-placeholder: #48484A}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);font-size:var(--type-body-size);font-weight:var(--type-body-weight);line-height:var(--type-body-height);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.type-large-title{font-size:var(--type-large-title-size);font-weight:var(--type-large-title-weight);line-height:var(--type-large-title-height)}.type-title1{font-size:var(--type-title1-size);font-weight:var(--type-title1-weight);line-height:var(--type-title1-height)}.type-title2{font-size:var(--type-title2-size);font-weight:var(--type-title2-weight);line-height:var(--type-title2-height)}.type-headline{font-size:var(--type-headline-size);font-weight:var(--type-headline-weight);line-height:var(--type-headline-height)}.type-body{font-size:var(--type-body-size);font-weight:var(--type-body-weight);line-height:var(--type-body-height)}.type-subheadline{font-size:var(--type-subheadline-size);font-weight:var(--type-subheadline-weight);line-height:var(--type-subheadline-height)}.color-secondary{color:var(--color-text-secondary)}.color-tertiary{color:var(--color-text-tertiary)}.color-primary{color:var(--color-primary)}:root{--ink: #1a1714;--ink-soft: #564e45;--paper: #f4f1ea;--sand: #eae4d8;--card: #ffffff;--line: #e2dbcd;--code: #8a8175;--muted: #6e665b;--coral: #ff4338;--coral-deep: #d93226;--grad: linear-gradient(160deg, #ff4338 0%, #d93226 100%);--font-display: "Clash Display", system-ui, -apple-system, sans-serif;--font-body: "Switzer", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "Space Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--r: 12px;--r-sm: 10px;--shadow: 0 14px 40px rgba(26, 23, 20, .07);--shadow-sm: 0 6px 18px rgba(26, 23, 20, .05);--cta-h: calc(112px + env(safe-area-inset-bottom, 0px)) }*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--paper)}body{font-family:var(--font-body);color:var(--ink);font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior-y:none}img{max-width:100%;display:block}button{font:inherit;color:inherit}.fx-shell{width:100%;max-width:460px;margin:0 auto;min-height:100dvh;min-height:100vh;background:var(--paper);display:flex;flex-direction:column;position:relative}.fx-main{flex:1;padding:0 22px;padding-bottom:calc(var(--cta-h) + 24px)}.fx-head{position:sticky;top:0;z-index:20;background:var(--paper);padding:14px 22px 12px;display:flex;align-items:center;gap:14px}.fx-head:after{content:"";position:absolute;left:0;right:0;top:100%;height:22px;background:linear-gradient(to bottom,var(--paper) 0%,rgba(244,241,234,0) 100%);pointer-events:none}.fx-back{width:36px;height:36px;flex:none;display:grid;place-items:center;background:none;border:none;border-radius:50%;cursor:pointer;color:var(--ink);position:relative}.fx-back:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px}.fx-back:active{background:var(--sand)}.fx-rail{flex:1;height:3px;background:var(--line);border-radius:2px;overflow:hidden}.fx-rail-fill{height:100%;background:var(--coral);border-radius:2px;transition:width .42s cubic-bezier(.22,.61,.36,1)}.fx-step-idx{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;color:var(--code);flex:none;font-variant-numeric:tabular-nums}.fx-eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--code);display:inline-flex;align-items:center;gap:9px;margin-bottom:14px}.fx-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--coral);flex:none}.fx-h1{font-family:var(--font-display);font-weight:600;font-size:32px;line-height:1.1;letter-spacing:-.02em;text-wrap:balance;margin-bottom:10px}.fx-h1--hero{font-size:40px}.fx-lead{color:var(--ink-soft);font-size:16px;line-height:1.5;margin-bottom:26px;text-wrap:pretty}.fx-options{display:flex;flex-direction:column;gap:10px}.fx-opt{display:flex;align-items:center;gap:14px;width:100%;min-height:62px;padding:14px 16px;background:var(--card);border:1px solid var(--line);border-radius:var(--r);text-align:left;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .1s ease;-webkit-tap-highlight-color:transparent}.fx-opt:active{transform:scale(.988)}.fx-opt[aria-pressed=true]{border-color:var(--coral);background:#fff;box-shadow:inset 0 0 0 1px var(--coral)}.fx-opt-icon{width:26px;height:26px;flex:none;color:var(--ink-soft);display:grid;place-items:center}.fx-opt[aria-pressed=true] .fx-opt-icon{color:var(--coral)}.fx-opt-label{flex:1;font-weight:500;font-size:16px;line-height:1.3}.fx-opt-sub{display:block;font-weight:400;font-size:13px;color:var(--muted);margin-top:2px}.fx-opt-tick{width:20px;height:20px;flex:none;border-radius:50%;border:1.5px solid var(--line);display:grid;place-items:center;color:transparent;transition:border-color .14s ease,background .14s ease}.fx-opt[aria-pressed=true] .fx-opt-tick{background:var(--coral);border-color:var(--coral);color:#fff}.fx-cta-bar{position:sticky;bottom:0;z-index:20;margin-top:-34px;padding:46px 22px calc(12px + env(safe-area-inset-bottom,0px));background:linear-gradient(to bottom,rgba(244,241,234,0) 0%,rgba(244,241,234,.86) 34%,var(--paper) 56%);pointer-events:none}.fx-cta-bar>*{pointer-events:auto}.fx-btn{width:100%;min-height:54px;border:none;border-radius:var(--r);background:var(--ink);color:var(--paper);font-family:var(--font-body);font-weight:600;font-size:17px;letter-spacing:-.01em;cursor:pointer;transition:transform .1s ease,opacity .14s ease;-webkit-tap-highlight-color:transparent}.fx-btn:active{transform:scale(.99)}a.fx-btn{display:flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}.fx-btn:disabled{background:var(--sand);color:var(--ink-soft);box-shadow:inset 0 0 0 1px var(--line);opacity:1;cursor:default}.fx-btn--commit:disabled{background:var(--sand);color:var(--ink-soft)}.fx-btn:disabled:active{transform:none}.fx-btn--commit{background:var(--grad);color:#fff}.fx-btn--ghost{background:none;color:var(--ink-soft);min-height:46px;font-weight:500;font-size:15px}.fx-field{margin-bottom:18px}.fx-label{display:block;font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--code);margin-bottom:8px}.fx-input,.fx-select{width:100%;min-height:54px;padding:14px 16px;background:var(--card);border:1px solid var(--line);border-radius:var(--r);font-family:var(--font-body);font-size:16px;color:var(--ink);-webkit-appearance:none;-moz-appearance:none;appearance:none}.fx-input:focus,.fx-select:focus{outline:none;border-color:var(--coral);box-shadow:inset 0 0 0 1px var(--coral)}.fx-input::placeholder{color:#b3aa9c}.fx-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238A8175' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:42px}.fx-err{color:var(--coral-deep);font-size:14px;margin-top:8px}.fx-seg{display:flex;gap:8px}.fx-seg-btn{flex:1;min-height:52px;background:var(--card);border:1px solid var(--line);border-radius:var(--r-sm);font-weight:500;cursor:pointer;transition:border-color .14s ease;-webkit-tap-highlight-color:transparent}.fx-seg-btn[aria-pressed=true]{border-color:var(--coral);box-shadow:inset 0 0 0 1px var(--coral);color:var(--ink)}.fx-press{margin:32px 0 8px}.fx-press-cap{font-family:var(--font-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--code);text-align:center;margin-bottom:12px}.fx-press-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 20px}.fx-press-name{font-family:var(--font-body);font-weight:500;font-size:14px;color:var(--muted);white-space:nowrap}.fx-plan{position:relative;width:100%;text-align:left;padding:18px;background:var(--card);border:1px solid var(--line);border-radius:var(--r);cursor:pointer;margin-bottom:10px;transition:border-color .14s ease;-webkit-tap-highlight-color:transparent}.fx-plan[aria-pressed=true]{border-color:var(--coral);box-shadow:inset 0 0 0 1px var(--coral)}.fx-plan-top{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.fx-plan-name{font-family:var(--font-display);font-weight:600;font-size:19px;letter-spacing:-.01em}.fx-plan-price{font-family:var(--font-display);font-weight:600;font-size:19px;white-space:nowrap}.fx-plan-sub{font-size:13px;color:var(--muted);margin-top:4px}.fx-tag{position:absolute;top:-9px;right:14px;background:var(--coral);color:#fff;font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;padding:4px 9px;border-radius:100px}.fx-benefits{list-style:none;display:flex;flex-direction:column;gap:11px;margin:20px 0}.fx-benefit{display:flex;gap:11px;align-items:flex-start;font-size:15px;line-height:1.4}.fx-benefit-tick{flex:none;width:18px;height:18px;color:var(--coral);margin-top:1px}.fx-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);padding:18px;box-shadow:var(--shadow-sm)}.fx-row{display:flex;justify-content:space-between;gap:16px;padding:11px 0;border-bottom:1px solid var(--line);font-size:15px}.fx-row:last-child{border-bottom:none}.fx-row dt{color:var(--muted);flex:none}.fx-row dd{text-align:right;font-weight:500}.fx-note{font-size:13px;line-height:1.45;color:var(--muted);text-align:center;margin-top:14px}.fx-note a{color:var(--ink-soft);text-decoration:underline;text-underline-offset:2px}@keyframes fx-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.fx-rise{animation:fx-rise .38s cubic-bezier(.22,.61,.36,1) both}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}
