:root{color-scheme:light dark;--gold-50:#fbf9f5;--gold-100:#f5f0e8;--gold-200:#e9dfcf;--gold-300:#d8c8ac;--gold-400:#c4b097;--gold-500:#b19f82;--gold-600:#97846a;--gold-700:#7a6a54;--gold-800:#5c503f;--gold-900:#3f362b;--gold-950:#211c16;--accent:#b19f82;--accent-fill:#7a6a54;--accent-fill-pressed:#5c503f;--on-accent:#fff;--accent-text:#7a6a54;--accent-tint-fg:#7a6a54;--accent-tint-bg:#f5f0e8;--accent-muted:#d8c8ac;color-scheme:light;--brand-canvas:#f7f3ec;--surface:#fff;--surface-tinted:#fbf9f5;--text-primary:#171513;--text-secondary:#6e675e;--separator:#ece7df;--success:#3e7c4f;--warning:#8a6215;--danger:#b3402f;--info:#3e6e8c;--success-bg:#e8f2ea;--warning-bg:#f7eeda;--danger-bg:#f9e6e2;--info-bg:#e5eef4;--cybersalon:#734dda;--cybersalon-pressed:#5c3cb0;--cybersalon-lime:#d7f65f;--cybersalon-ink:#121410;--surface-veil:hsla(0,0%,100%,.62);--surface-veil-strong:hsla(0,0%,100%,.76);--surface-glass:hsla(0,0%,100%,.96);--hero-veil:linear-gradient(135deg,hsla(0,0%,100%,.74),hsla(36,37%,85%,.58));--card-shadow:0 2px 12px rgba(0,0,0,.06);--card-border:transparent;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-xxl:32px;--screen-margin:var(--space-lg);--radius-card:20px;--radius-field:12px;--radius-thumbnail:12px;--radius-icon-tile:9px;--font-sans:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI Variable","Segoe UI",system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:ui-monospace,"SF Mono",SFMono-Regular,Menlo,Consolas,monospace;--text-large-title:2.125rem;--text-title:1.75rem;--text-title2:1.375rem;--text-title3:1.25rem;--text-headline:1.0625rem;--text-body:1.0625rem;--text-callout:1rem;--text-subheadline:0.9375rem;--text-footnote:0.8125rem;--text-caption:0.75rem;--text-caption2:0.6875rem;--motion-press:120ms;--motion-press-ease:ease-out;--motion-release:180ms;--motion-release-ease:ease-out;--motion-state:180ms;--motion-state-ease:ease-out;--motion-layout:260ms;--motion-layout-ease:cubic-bezier(0.32,0.72,0,1);--motion-screen:340ms;--motion-screen-ease:cubic-bezier(0.32,0.72,0,1);--motion-stage:600ms;--motion-stage-ease:cubic-bezier(0.4,0,0.2,1)}@media (min-width:768px){:root{--screen-margin:var(--space-xl)}}:root[data-theme=dark]{--accent:#c4b097;--accent-fill:#c4b097;--accent-fill-pressed:#b19f82;--on-accent:#141210;--accent-text:#c4b097;--accent-tint-fg:#d8c8ac;--accent-tint-bg:#3f362b;--accent-muted:#7a6a54;color-scheme:dark;--brand-canvas:#000;--surface:#161412;--surface-tinted:#211c16;--text-primary:#f7f5f2;--text-secondary:#a9a199;--separator:#2c2823;--success:#7fbf8e;--warning:#d9a84e;--danger:#e07862;--info:#86b6d1;--success-bg:#1c2a20;--warning-bg:#322718;--danger-bg:#34211d;--info-bg:#1b2830;--surface-veil:rgba(38,33,27,.62);--surface-veil-strong:rgba(22,20,18,.78);--surface-glass:rgba(22,20,18,.96);--hero-veil:linear-gradient(135deg,rgba(38,33,27,.85),rgba(63,54,43,.5));--card-shadow:none;--card-border:var(--separator)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--accent:#c4b097;--accent-fill:#c4b097;--accent-fill-pressed:#b19f82;--on-accent:#141210;--accent-text:#c4b097;--accent-tint-fg:#d8c8ac;--accent-tint-bg:#3f362b;--accent-muted:#7a6a54;color-scheme:dark;--brand-canvas:#000;--surface:#161412;--surface-tinted:#211c16;--text-primary:#f7f5f2;--text-secondary:#a9a199;--separator:#2c2823;--success:#7fbf8e;--warning:#d9a84e;--danger:#e07862;--info:#86b6d1;--success-bg:#1c2a20;--warning-bg:#322718;--danger-bg:#34211d;--info-bg:#1b2830;--surface-veil:rgba(38,33,27,.62);--surface-veil-strong:rgba(22,20,18,.78);--surface-glass:rgba(22,20,18,.96);--hero-veil:linear-gradient(135deg,rgba(38,33,27,.85),rgba(63,54,43,.5));--card-shadow:none;--card-border:var(--separator)}}@media (prefers-reduced-motion:reduce){:root{--motion-press:100ms;--motion-release:120ms;--motion-state:120ms;--motion-layout:200ms;--motion-screen:200ms;--motion-stage:200ms;--motion-layout-ease:ease-in-out;--motion-screen-ease:ease-in-out;--motion-stage-ease:ease-in-out}}.ds-card{background:var(--surface);border-radius:var(--radius-card);box-shadow:var(--card-shadow);border:1px solid var(--card-border);padding:var(--space-lg)}.ds-card--tight{padding:var(--space-md)}.ds-card--roomy{padding:var(--space-xl)}.ds-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);width:100%;padding:14px var(--space-xl);border:0;border-radius:999px;font-family:inherit;font-size:var(--text-body);font-weight:600;line-height:1.3;text-align:center;text-decoration:none;cursor:pointer;white-space:normal;overflow-wrap:anywhere;transition:background-color var(--motion-state) var(--motion-state-ease),transform var(--motion-release) var(--motion-release-ease),opacity var(--motion-state) var(--motion-state-ease)}.ds-btn:disabled,.ds-btn[aria-disabled=true]{opacity:.4;cursor:not-allowed}.ds-btn:not(:disabled):active{transform:scale(.97);transition-duration:var(--motion-press);transition-timing-function:var(--motion-press-ease)}.ds-btn--gold{background:var(--accent-fill);color:var(--on-accent)}.ds-btn--gold:not(:disabled):active,.ds-btn--gold:not(:disabled):hover{background:var(--accent-fill-pressed)}.ds-btn--tinted{background:var(--accent-tint-bg);color:var(--accent-tint-fg)}.ds-btn--tinted:not(:disabled):active{opacity:.75}.ds-btn--compact{padding:var(--space-sm) var(--space-md)}.ds-btn--compact,.ds-btn--quiet{width:auto;font-size:var(--text-footnote)}.ds-btn--quiet{padding:var(--space-xs) 0;background:none;color:var(--accent-text);font-weight:600}.ds-btn--quiet:not(:disabled):hover{text-decoration:underline}.ds-btn--icon{width:auto;padding:var(--space-sm);background:none;color:var(--text-secondary);border-radius:999px}.ds-btn--icon:not(:disabled):active{transform:scale(.9);opacity:.6}.ds-btn--provider{background:var(--surface);color:var(--text-primary);border:1px solid var(--separator);min-height:52px;padding:var(--space-md) var(--space-xl)}.ds-btn--provider:not(:disabled):hover{background:var(--surface-tinted)}.ds-btn--apple{background:var(--text-primary);color:var(--surface);min-height:52px;border:0}.ds-btn--apple:not(:disabled):hover{opacity:.88}.ds-btn__spinner{width:18px;height:18px;border:2px solid;border-top:2px solid transparent;border-radius:50%;animation:ds-spin .7s linear infinite}@keyframes ds-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.ds-btn__spinner{animation-duration:1.4s}}.ds-btn:focus-visible,.ds-field__input:focus-visible,.ds-path-card:focus-visible{outline:2px solid var(--accent-fill);outline-offset:2px}.ds-field{display:flex;flex-direction:column;gap:var(--space-xs)}.ds-field__label{font-size:var(--text-footnote);font-weight:500;color:var(--text-secondary)}.ds-field__input{width:100%;padding:var(--space-md);border:1px solid var(--separator);border-radius:var(--radius-field);background:var(--surface-tinted);color:var(--text-primary);font-family:inherit;font-size:var(--text-body);line-height:1.4;transition:border-color var(--motion-state) var(--motion-state-ease)}.ds-field__input:focus{outline:none;border-color:var(--accent-fill)}.ds-field__input::placeholder{color:var(--text-secondary);opacity:.7}.ds-field__hint{font-size:var(--text-caption);color:var(--text-secondary)}.ds-field__hint--danger{color:var(--danger)}.ds-field__with-action{display:flex;align-items:center;gap:var(--space-sm);padding-right:var(--space-sm);border:1px solid var(--separator);border-radius:var(--radius-field);background:var(--surface-tinted);transition:border-color var(--motion-state) var(--motion-state-ease)}.ds-field__with-action:focus-within{border-color:var(--accent-fill)}.ds-field__with-action .ds-field__input{border:0;background:none;flex:1 1;min-width:0}.ds-field__with-action .ds-field__input:focus{border:0}.ds-digits{position:relative;display:block;height:46px}@media (min-width:560px){.ds-digits{height:54px}}.ds-digits[data-size=lg]{height:58px}@media (min-width:560px){.ds-digits[data-size=lg]{height:64px}}.ds-digits__boxes{display:flex;align-items:stretch;justify-content:flex-start;height:100%;gap:var(--space-xs)}.ds-digits[data-size=lg] .ds-digits__boxes{justify-content:center;gap:var(--space-sm)}.ds-digits__box{flex:1 1;min-width:0;max-width:52px;display:grid;place-items:center;border:1px solid var(--separator);border-radius:var(--radius-field);background:var(--surface-tinted);font-size:var(--text-title3);font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text-primary);transition:border-color var(--motion-state) var(--motion-state-ease),background-color var(--motion-state) var(--motion-state-ease)}.ds-digits[data-size=lg] .ds-digits__box{max-width:56px;font-size:var(--text-title2)}.ds-digits__box[data-break=true]{margin-left:var(--space-sm)}.ds-digits__box[data-filled=true]{background:var(--accent-tint-bg);border-color:var(--accent-muted)}.ds-digits__box[data-cursor=true]{border-color:var(--accent);border-width:2px}.ds-digits__caret{width:2px;height:20px;border-radius:999px;background:var(--accent);animation:ds-digits-caret 1s step-end infinite}@keyframes ds-digits-caret{0%,50%{opacity:1}50.01%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.ds-digits__caret{animation:none}}.ds-digits__input{position:absolute;inset:0;width:100%;height:100%;border:0;padding:0;background:none;color:transparent;caret-color:transparent;font-size:var(--text-title3);letter-spacing:2em;cursor:text}.ds-digits__input:focus{outline:none}.ds-digits__input::selection{background:transparent}.ds-note{display:flex;align-items:flex-start;gap:var(--space-sm);font-size:var(--text-footnote);color:var(--text-secondary);line-height:1.45}.ds-note--success{color:var(--success)}.ds-note--warning{color:var(--warning)}.ds-note--danger{color:var(--danger)}.ds-note__icon{flex:none;width:16px;height:16px;margin-top:2px}.ds-note>:not(.ds-note__icon){min-width:0}.ds-error{font-size:var(--text-footnote);color:var(--danger);line-height:1.45}.ds-badge{display:inline-block;padding:2px var(--space-sm);border-radius:999px;background:var(--accent-tint-bg);color:var(--accent-tint-fg);font-size:var(--text-caption2);font-weight:600;letter-spacing:.02em}.ds-divider{display:flex;align-items:center;gap:var(--space-md);padding-top:var(--space-xs);font-size:var(--text-footnote);color:var(--text-secondary)}.ds-divider:after,.ds-divider:before{content:"";flex:1 1;height:1px;background:var(--separator)}.ds-brand{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}.ds-brand__wordmark{display:block;height:64px;width:auto}.ds-brand__tagline{font-size:var(--text-body);font-weight:500;letter-spacing:.2px;color:#5c503f}:root[data-theme=dark] .ds-brand__tagline{color:#c9c2b9}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .ds-brand__tagline{color:#c9c2b9}}.ds-partner-marks{display:flex;align-items:center;justify-content:center;gap:var(--space-xl);color:var(--text-primary)}.ds-partner-marks img{display:block;width:auto}.ds-partner-marks__cybersalon{height:26px}.ds-partner-marks__flk{height:23px}.ds-brand--compact .ds-brand__wordmark{height:52px}.ds-paths{gap:var(--space-lg)}.ds-path-card,.ds-paths{display:flex;flex-direction:column}.ds-path-card{position:relative;align-items:flex-start;gap:var(--space-md);width:100%;padding:var(--space-xl);border:1px solid var(--card-border);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--card-shadow);text-align:left;font-family:inherit;cursor:pointer;overflow:hidden;transition:transform var(--motion-release) var(--motion-release-ease),opacity var(--motion-screen) var(--motion-screen-ease),filter var(--motion-screen) var(--motion-screen-ease)}.ds-path-card:not(:disabled):active{transform:scale(.985)}.ds-path-card:after{content:"";position:absolute;inset:0;background:var(--text-primary);opacity:0;pointer-events:none;transition:opacity var(--motion-release) var(--motion-release-ease)}.ds-path-card:not(:disabled):hover:after{opacity:.03}.ds-path-card:not(:disabled):active:after{opacity:.05;transition-duration:var(--motion-press)}.ds-path-card[data-phase=other]{opacity:0;transform:scale(.96);filter:blur(6px);pointer-events:none}.ds-path-card[data-phase=chosen]{transform:scale(1.02)}.ds-path-card__head{display:flex;align-items:center;gap:var(--space-lg);width:100%}.ds-path-card__tile{flex:none;display:grid;place-items:center;width:54px;height:54px;border-radius:16px}@media (min-width:760px){.ds-path-card{padding:var(--space-xxl) var(--space-xl)}}.ds-path-card__tile svg{width:55%;height:55%;display:block;flex:none}.ds-path-card__title{font-size:var(--text-title3);font-weight:600;line-height:1.25;color:var(--text-primary);margin:0}.ds-path-card__detail{font-size:var(--text-subheadline);line-height:1.45;color:var(--text-secondary);margin:0}.ds-path-card__pill{display:inline-flex;align-items:center;gap:var(--space-md);margin-top:auto;padding:var(--space-xs) var(--space-lg) var(--space-xs) var(--space-xs);margin-right:auto;border-radius:999px;font-size:var(--text-callout);font-weight:600;transition:opacity var(--motion-state) var(--motion-state-ease)}.ds-path-card[data-phase=chosen] .ds-path-card__pill{opacity:0}.ds-path-card__knob{flex:none;display:grid;place-items:center;width:28px;height:28px;border-radius:50%}.ds-path-card__knob svg{width:12px;height:12px;display:block}.ds-path-card__bloom{position:absolute;border-radius:50%;transform:translate(-50%,-50%) scale(.001);opacity:0;pointer-events:none}.ds-path-card[data-phase=chosen] .ds-path-card__bloom{opacity:1;transform:translate(-50%,-50%) scale(1);transition:transform .55s cubic-bezier(.32,.72,0,1),opacity var(--motion-state) var(--motion-state-ease)}.ds-path-card__flare{position:absolute;transform:translate(-50%,-50%);opacity:0;pointer-events:none}.ds-path-card[data-phase=chosen] .ds-path-card__flare{opacity:1;transform:translate(-50%,-50%) scale(1.12);transition:left .5s cubic-bezier(.32,.72,0,1) .26s}@media (prefers-reduced-motion:reduce){.ds-path-card__bloom{transform:translate(-50%,-50%) scale(1)}.ds-path-card[data-phase=chosen] .ds-path-card__bloom{transition:opacity .2s ease-out}.ds-path-card[data-phase=chosen] .ds-path-card__flare{transition:none}.ds-path-card[data-phase=other]{filter:none;transform:none}}