:root{--bg: #f2eee6;--card: #ffffff;--tile: #f7f3ec;--ink: #2a2520;--muted: #897f74;--line: #e6ded1;--clay: #b07d5b;--clay-soft: #f1e5d7;--accent: #2a2520;--accent-ink: #f8f4ed;--accent-hover: #3b332b;--shadow: 0 1px 2px rgba(42, 37, 32, .05), 0 12px 32px rgba(42, 37, 32, .07);--radius: 16px;--serif: Georgia, "Times New Roman", "Iowan Old Style", serif;--mono: "Cascadia Code", "Consolas", "SF Mono", ui-monospace, monospace;font-family:Segoe UI,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app{max-width:640px;margin:0 auto;padding:36px 20px 72px}.app__header{text-align:center;margin-bottom:22px}.app__title{font-family:var(--serif);font-size:1.6rem;font-weight:700;margin:0;letter-spacing:.04em}.app__subtitle{margin:6px 0 0;color:var(--muted);font-size:.92rem}.app__footnote{text-align:center;margin-top:22px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:32px}.progress{margin-bottom:22px}.progress__label{text-align:center;font-size:.82rem;color:var(--muted);margin-bottom:8px;letter-spacing:.03em}.progress__track{height:6px;background:var(--line);border-radius:999px;overflow:hidden}.progress__fill{height:100%;background:var(--clay);border-radius:999px;transition:width .3s ease}.btn{font:inherit;font-weight:600;padding:12px 20px;border-radius:12px;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s,opacity .15s}.btn:disabled{opacity:.4;cursor:not-allowed}.btn--primary{background:var(--accent);color:var(--accent-ink)}.btn--primary:hover:not(:disabled){background:var(--accent-hover)}.btn--ghost{background:#fff;border-color:var(--line);color:var(--ink)}.btn--ghost:hover:not(:disabled){border-color:var(--muted)}.btn--link{background:none;border:none;color:var(--clay);padding:4px 0;cursor:pointer;font:inherit;font-weight:600}.btn--link:hover{text-decoration:underline}.btn--block{display:block;width:100%}.btn--lg{padding:15px 24px;font-size:1.05rem;border-radius:14px}.nav{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}.welcome{text-align:center}.welcome__title{font-family:var(--serif);font-size:2rem;line-height:1.15;margin:4px 0 0;letter-spacing:-.01em}.welcome__subtitle{font-size:1.05rem;max-width:40ch;margin:16px auto 0}.welcome__lead{color:var(--muted);max-width:42ch;margin:14px auto 0;font-size:.95rem}.welcome__points{list-style:none;padding:0;margin:26px 0;display:grid;gap:10px;text-align:left}.welcome__points li{position:relative;padding:13px 16px 13px 44px;background:var(--tile);border:1px solid var(--line);border-radius:12px;font-size:.95rem}.welcome__points li:before{content:"✓";position:absolute;left:17px;top:13px;color:var(--clay);font-weight:700}.welcome__note{text-align:center;margin-top:18px}.question__title{font-family:var(--serif);font-size:1.5rem;line-height:1.25;margin:0 0 8px;letter-spacing:-.01em}.question__subtitle{margin:0 0 22px;color:var(--muted);font-size:.95rem}.question__note{text-align:center;margin-top:18px}.choices{display:grid;gap:10px}.choice{display:flex;align-items:flex-start;gap:14px;width:100%;text-align:left;font:inherit;padding:16px;background:var(--tile);border:1px solid var(--line);border-radius:14px;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.choice:hover{border-color:var(--clay)}.choice--selected{border-color:var(--clay);background:var(--clay-soft);box-shadow:0 0 0 1px var(--clay)}.choice__radio{flex-shrink:0;width:20px;height:20px;margin-top:2px;border-radius:50%;border:2px solid var(--line);background:#fff;position:relative;transition:border-color .15s}.choice--selected .choice__radio{border-color:var(--clay)}.choice--selected .choice__radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:var(--clay)}.choice__body{display:flex;flex-direction:column;gap:3px}.choice__label{font-weight:600;font-size:1rem}.choice__desc{color:var(--muted);font-size:.88rem}.profile-reveal{text-align:center}.profile-badge{width:56px;height:56px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--clay-soft);color:var(--clay);font-size:1.5rem}.profile-reveal__title{font-family:var(--serif);font-size:1.6rem;line-height:1.25;margin:0 0 14px}.profile-reveal__text{color:var(--muted);max-width:46ch;margin:0 auto;font-size:.97rem}.profile-reveal__ask{font-weight:600;margin:26px 0 14px}.profile-reveal__actions{display:grid;gap:10px;max-width:360px;margin:0 auto}.profile-cards{display:grid;gap:10px}.profile-card{display:flex;flex-direction:column;gap:4px;width:100%;text-align:left;font:inherit;padding:16px;background:var(--tile);border:1px solid var(--line);border-radius:14px;cursor:pointer;transition:border-color .15s,background .15s}.profile-card:hover{border-color:var(--clay)}.profile-card--current{border-color:var(--clay);background:var(--clay-soft)}.profile-card__title{font-weight:700;font-size:1.02rem}.profile-card__desc{color:var(--muted);font-size:.88rem}.seg{display:flex;gap:6px;padding:4px;background:var(--tile);border:1px solid var(--line);border-radius:12px;margin-bottom:18px}.seg__option{flex:1;font:inherit;font-weight:600;font-size:.92rem;padding:9px 12px;border:none;border-radius:9px;background:transparent;color:var(--muted);cursor:pointer;transition:background .15s,color .15s}.seg__option--active{background:#fff;color:var(--ink);box-shadow:var(--shadow)}.field{margin-bottom:18px}.field__label{display:block;font-weight:600;font-size:.95rem;margin-bottom:7px}.field__hint{display:block;color:var(--muted);font-size:.83rem;font-weight:400;margin-top:3px}.field__control{position:relative;display:flex;align-items:center}.input{width:100%;font:inherit;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink)}.input:focus{outline:none;border-color:var(--clay);box-shadow:0 0 0 3px var(--clay-soft)}.input::placeholder{color:#bcb4a9}.input--suffix{padding-right:44px}.field__suffix{position:absolute;right:14px;color:var(--muted);font-size:.9rem;pointer-events:none}.x-total{margin-top:14px;padding:15px 18px;border-radius:14px;background:var(--clay-soft);display:flex;justify-content:space-between;align-items:center}.x-total__label{font-weight:600}.x-total__value{font-weight:700;font-size:1.2rem}.result__product{color:var(--muted);font-size:.9rem;margin-bottom:12px}.price-hero{background:var(--accent);color:var(--accent-ink);border-radius:var(--radius);padding:28px 24px;text-align:center}.price-hero__label{font-size:.85rem;opacity:.8;letter-spacing:.02em}.price-hero__value{font-family:var(--serif);font-size:2.6rem;font-weight:700;letter-spacing:-.02em;margin-top:6px}.price-hero__note{font-size:.8rem;opacity:.78;margin-top:8px}.result__caption{color:var(--muted);font-size:.92rem;margin:16px 0 20px;text-align:center}.rounding{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.rounding__option{border:1px solid var(--line);border-radius:999px;padding:7px 16px;cursor:pointer;font:inherit;font-size:.85rem;background:#fff;color:var(--ink);transition:border-color .15s,background .15s,color .15s}.rounding__option:hover{border-color:var(--clay)}.rounding__option--active{border-color:var(--clay);background:var(--clay);color:#fff}.result__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.result__actions .btn{flex:1 1 auto}.result__note{color:var(--muted);font-size:.9rem;margin-top:14px}.section{margin-top:26px}.section__title{font-size:.82rem;font-weight:700;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.breakdown{border:1px solid var(--line);border-radius:12px;overflow:hidden}.breakdown__row{display:flex;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line)}.breakdown__row:last-child{border-bottom:none}.breakdown__row--total{background:var(--tile);font-weight:700}.breakdown__row--mult{background:var(--clay-soft)}.breakdown__label{display:flex;flex-direction:column}.breakdown__detail{font-size:.78rem;color:var(--muted);font-family:var(--mono);margin-top:2px}.breakdown__value{white-space:nowrap;font-weight:600}.breakdown__value--soft{color:var(--muted);font-weight:400;font-style:italic}.client-text{white-space:pre-wrap;background:var(--tile);border:1px solid var(--line);border-radius:12px;padding:16px;font-size:.93rem}.toolbar{display:flex;justify-content:flex-end;margin-bottom:12px}.toolbar--start{justify-content:flex-start}.tech{margin-top:26px;padding-top:20px;border-top:1px solid var(--line)}.tech__toggle{font:inherit;font-size:.88rem;font-weight:600;color:var(--muted);background:none;border:none;padding:0;cursor:pointer}.tech__toggle:hover{color:var(--ink)}.tech__body{margin-top:16px;padding:18px;background:var(--tile);border:1px solid var(--line);border-radius:12px}.tech__row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px}.tech__caption{display:block;font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:14px 0 8px}.tech__row .tech__caption{margin:0}.tech__value{font-size:.9rem;text-align:right}.tech__value code{font-family:var(--mono);color:var(--muted)}.tech__formula{display:block;font-family:var(--mono);font-size:.85rem;background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 14px;overflow-x:auto;color:var(--clay)}.tech__vars{list-style:none;margin:0;padding:0;display:grid;gap:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.tech__vars li{display:flex;justify-content:space-between;gap:12px;padding:9px 14px;border-bottom:1px solid var(--line);font-size:.88rem}.tech__vars li:last-child{border-bottom:none}.tech__var-value{font-family:var(--mono);color:var(--muted);white-space:nowrap}.note{font-size:.82rem;color:var(--muted);margin-top:6px}@media (max-width: 540px){.app{padding:24px 14px 56px}.card{padding:22px 18px}.welcome__title{font-size:1.7rem}.question__title,.profile-reveal__title{font-size:1.35rem}.price-hero__value{font-size:2.1rem}.result__actions .btn{flex-basis:100%}}.field__error{color:#9b3027;font-size:.88rem;margin:6px 0 12px}.input[aria-invalid=true]{border-color:#9b3027}.account-nav{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.balance{grid-column:1 / -1;padding:10px;background:var(--clay-soft);border-radius:12px}.account-nav .btn{padding:10px 12px}.account-form{display:grid;gap:14px}.account-form .field__label{margin:0}.account-form .input{margin-top:7px;font-weight:400}.product-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.product-actions .btn{flex:1 1 190px}.preview-price{margin-top:20px;font-family:var(--serif);font-size:1.7rem;font-weight:700;overflow-wrap:anywhere}.history-list{list-style:none;display:grid;gap:12px;padding:0}.history-list .profile-card{overflow-wrap:anywhere}.topup-dialog{width:min(540px,calc(100% - 28px));color:var(--ink);max-height:calc(100dvh - 40px);overflow:auto}.topup-dialog::backdrop{background:#2a252073}.feedback-rating{border:1px solid var(--line);border-radius:12px;padding:12px;display:flex;flex-wrap:wrap;gap:16px}.feedback-consent{display:flex;align-items:flex-start;gap:10px}.feedback-consent input{margin-top:6px;flex-shrink:0}.new-calculation{margin-top:28px}.product-error{background:#fff;padding:14px;border:1px solid var(--line);border-radius:12px}:focus-visible{outline:2px solid var(--clay);outline-offset:3px}@media (max-width: 380px){.account-nav .btn{font-size:.87rem}.preview-price{font-size:1.4rem;padding:20px 14px}.nav{flex-wrap:wrap}.nav .btn{flex:1 1 auto}}.first-registration,.calculator-home{max-width:680px;margin-inline:auto}.calculator-home>p{max-width:52ch;margin-bottom:24px}.app>dialog.flow-dialog{box-sizing:border-box;width:min(540px,calc(100% - 32px));max-width:calc(100% - 32px);margin:auto;padding:28px}.flow-dialog>.card{padding:0;margin:0;border:0;box-shadow:none;background:transparent}.flow-dialog h2{margin-top:0;font:400 26px/1.28 var(--ui-heading)}.flow-dialog p{font:400 18px/1.6 var(--ui-control);color:var(--ui-muted)}.flow-dialog .product-actions{gap:12px}@media (max-width: 480px){.app>dialog.flow-dialog{padding:24px 20px}}.profile-reveal__label{font:400 16px/1.5 var(--ui-control);color:var(--ui-muted);margin:0 0 8px}@font-face{font-family:FuturaLightC;src:url(/brand/FuturaLightC.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:FuturaLightC;src:url(/brand/FuturaLightC-Italic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Spectral SC;src:url(/brand/SpectralSC-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Spectral SC;src:url(/brand/SpectralSC-Medium.ttf) format("truetype");font-weight:500;font-display:swap}:root{--ui-bg: #f6f3ed;--ui-surface: #fffdf9;--ui-ink: #26231f;--ui-muted: #514b44;--ui-accent: #75573d;--ui-selected: #f1e8dc;--ui-border: #d4cdc2;--ui-error: #9b3027;--space-1: 8px;--space-2: 12px;--space-3: 16px;--space-4: 24px;--space-5: 32px;--space-6: 48px;--ui-radius: 10px;--ui-body: "FuturaLightC", "Segoe UI", sans-serif;--ui-heading: "Spectral SC", Georgia, serif}body{background:var(--ui-bg)}.app{max-width:1160px;padding:24px 24px 48px}.app>.card{max-width:600px;margin-inline:auto}.app>.product-error,.app__footnote{max-width:640px;margin-inline:auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:48px;min-height:56px;color:var(--ui-ink)}.brand{width:304px;flex-shrink:0}.brand__full{width:100%;height:auto;display:block}.desktop-nav{display:flex;gap:8px;align-items:center}.header-link,.header-balance{font:300 18px/1.25 var(--ui-body);color:var(--ui-muted);background:transparent;padding:12px;min-height:48px;border:1px solid transparent;border-radius:8px;cursor:pointer}.header-link:hover{background:var(--ui-selected);color:var(--ui-ink)}.header-link[aria-current=page]{color:var(--ui-ink);background:#eae4da}.header-balance{background:var(--ui-surface);border-color:var(--ui-border);color:var(--ui-ink);margin-left:8px;white-space:nowrap}.header-balance:hover{border-color:var(--ui-accent)}.header-balance strong{font-weight:300}.header-balance span{margin-left:8px;color:var(--ui-accent)}.ui-pass1{--ink: var(--ui-ink);--muted: var(--ui-muted);--line: var(--ui-border);--tile: var(--ui-surface);--clay: var(--ui-accent);--clay-soft: var(--ui-selected);--serif: var(--ui-heading);--accent: #302c27;--accent-hover: #4c4034;--radius: var(--ui-radius);--shadow: none;font:300 18px/1.5 var(--ui-body);color:var(--ui-ink);background:var(--ui-surface);box-shadow:none;border-radius:var(--ui-radius)}.app>.questionnaire,.app>.registration{max-width:680px;padding:32px}.app>.start-surface{max-width:1040px;background:transparent;border:none;padding:16px 24px 40px}.welcome .brand--hero{width:min(620px,100%);margin:0 auto 32px}.ui-pass1 .welcome__eyebrow{font-size:16px;color:var(--ui-muted);margin:0 0 16px}.ui-pass1 .welcome__title{font-size:clamp(32px,3.8vw,50px);font-weight:400;line-height:1.2;letter-spacing:-.035em}.ui-pass1 .welcome__subtitle{max-width:560px;font-size:20px;line-height:1.5;margin:24px auto 32px}.ui-pass1 .welcome .btn{min-width:240px}.ui-pass1 .welcome__terms{font-size:16px;color:var(--ui-muted);margin:24px auto 0;max-width:490px}.ui-pass1 strong{font-weight:300}.ui-pass1 .question__title,.ui-pass1 .profile-reveal__title{font:400 26px/1.28 var(--ui-heading);letter-spacing:-.025em;margin-bottom:12px}.ui-pass1 .question__subtitle{font-size:17px;margin-bottom:24px}.ui-pass1 .note,.ui-pass1 .field__hint,.ui-pass1 .field__error,.ui-pass1 .choice__desc,.ui-pass1 .profile-card__desc{font-size:15px;line-height:1.45}.ui-pass1 .field__label{font-size:18px;font-weight:300}.ui-pass1 .input{min-height:50px;font-size:18px;border-radius:8px;padding:10px 14px}.ui-pass1 .input--suffix{padding-right:64px}.ui-pass1 .input::placeholder{color:#746b60}.ui-pass1 .field__suffix{font-size:17px;font-family:Segoe UI,sans-serif}.ui-pass1 .input:focus{box-shadow:0 0 0 3px var(--ui-selected)}.ui-pass1 .input[aria-invalid=true]{border-color:var(--ui-error)}.ui-pass1 .btn{min-height:50px;font-size:18px;font-weight:300;border-radius:8px}.ui-pass1 .btn:disabled{opacity:1;color:#716b63;background:#e7e1d8;border-color:#e7e1d8}.ui-pass1 .btn[aria-busy=true]{cursor:progress;opacity:.7}.ui-pass1 .choices{gap:12px}.ui-pass1 .choice{padding:16px;border-radius:8px;min-height:56px;color:var(--ui-ink)}.ui-pass1 .choice__label{font-size:18px;font-weight:300}.ui-pass1 .choice__body{min-width:0;overflow-wrap:anywhere}.ui-pass1 .choice__radio{border-color:#8a7e70}.ui-pass1 .choice--selected .choice__radio{border-color:var(--ui-accent)}.ui-pass1 .choice--selected{background:var(--ui-selected);border-color:var(--ui-accent);box-shadow:none;border-width:2px;padding:15px}.ui-pass1 .choice:hover:not(.choice--selected){background:#f7f2eb}.ui-pass1 .x-total{background:transparent;border-radius:0;border-top:1px solid var(--ui-border);padding:16px 0 0;gap:16px;flex-wrap:wrap}.ui-pass1 .x-total__label{font-weight:300}.ui-pass1 .x-total__value{font:400 20px Segoe UI,sans-serif}.ui-pass1 .seg{background:#eee8df;border-radius:8px;gap:4px}.ui-pass1 .seg__option{font-size:17px;min-height:48px;font-weight:300;border:1px solid transparent;border-radius:6px}.ui-pass1 .seg__option--active{border-color:var(--ui-border);background:var(--ui-surface);box-shadow:none}.ui-pass1 .nav{margin-top:32px;padding-top:24px}.ui-pass1 .nav .btn{max-width:100%}.ui-pass1 .market-region{margin-top:24px}.ui-pass1 .profile-card{border-radius:8px}.ui-pass1 .profile-card__title{font-weight:300;font-size:19px}.ui-pass1 .profile-badge{display:none}.ui-pass1 .account-form{gap:20px}.stage-progress{max-width:680px;margin:0 auto 24px;color:var(--ui-muted);font:300 16px/1.4 var(--ui-body)}.stage-progress__current{display:none}.stage-progress ol{padding:0;margin:0;display:flex;justify-content:space-between;gap:12px;list-style:none}.stage-progress li{display:flex;align-items:center;gap:8px}.stage-progress__number{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--ui-border);border-radius:50%;flex-shrink:0}.stage-progress li[aria-current=step]{color:var(--ui-ink)}.stage-progress li[aria-current=step] .stage-progress__number{background:var(--ui-ink);color:#fff;border-color:var(--ui-ink)}.stage-progress .is-complete .stage-progress__number{border-color:var(--ui-accent);color:var(--ui-accent)}.site-header :focus-visible,.ui-pass1 :focus-visible{outline:2px solid var(--ui-accent);outline-offset:4px}@media (max-width: 960px){.site-header{gap:16px}.brand{width:240px}.header-link,.header-balance{font-size:16px;padding:10px 8px}}@media (max-width: 760px){.app{padding:16px 16px 32px}.site-header{margin-bottom:32px;gap:12px}.site-header{flex-wrap:nowrap;align-items:center;gap:12px;min-height:44px;margin-bottom:24px}.site-header .brand{flex:1;width:auto;min-width:0;padding:0}.site-header .brand__full{display:block;width:100%;height:auto}.welcome .brand--hero{display:none}.app>.questionnaire,.app>.registration{padding:24px 20px}.app>.start-surface{padding:8px 0 32px}.ui-pass1 .question__title,.ui-pass1 .profile-reveal__title{font-size:23px}.ui-pass1 .welcome__subtitle{font-size:18px}.ui-pass1 .welcome__eyebrow{font-size:15px}.ui-pass1 .welcome .btn{width:100%}.welcome .brand--hero{margin-bottom:24px}.stage-progress{margin-bottom:16px}.stage-progress__current{display:block;margin:0 0 8px;font-size:16px;color:var(--ui-ink)}.stage-progress ol{gap:8px}.stage-progress li{height:3px;flex:1;background:var(--ui-border)}.stage-progress li[aria-current=step],.stage-progress li.is-complete{background:var(--ui-accent)}.stage-progress li span{position:absolute;width:1px;height:1px;clip-path:inset(50%);overflow:hidden}}@media (max-width: 360px){.app>.questionnaire,.app>.registration{padding:24px 16px}.ui-pass1 .seg{flex-direction:column}.ui-pass1 .nav{gap:8px}.ui-pass1 .nav .btn{padding-inline:12px}}@media (prefers-reduced-motion: reduce){.ui-pass1 *,.site-header *{transition:none!important}}.ui-pass1 .note,.ui-pass1 .field__hint,.ui-pass1 .field__error,.ui-pass1 .choice__desc,.ui-pass1 .profile-card__desc,.ui-pass1 .welcome__terms{font-family:Segoe UI,sans-serif;font-size:14px}.app__footnote{color:var(--ui-muted);font:14px/1.5 Segoe UI,sans-serif}.ui-pass1{font-synthesis:none}.ui-pass1 .question__title:focus{outline:none}:root{--ui-control: "Segoe UI", system-ui, sans-serif}.header-link,.header-balance{font:500 16px/1.4 var(--ui-control);color:var(--ui-ink)}.stage-progress{font:500 15px/1.4 var(--ui-control)}.ui-pass1 .choice__label{font:400 18px/1.45 var(--ui-control)}.ui-pass1 .btn,.ui-pass1 .seg__option{font:600 16px/1.4 var(--ui-control)}.ui-pass1 .field__label,.ui-pass1 .profile-card__title{font:500 17px/1.45 var(--ui-control)}.ui-pass1 .input{font-family:var(--ui-body);font-weight:300}.ui-pass1 .question__title,.ui-pass1 .profile-reveal__title{font-weight:500}.ui-pass1 .choice:focus-visible{outline:none}.ui-pass1 .choice:focus-visible .choice__label{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:2px}.ui-pass1 .field__hint{font-weight:400}@media (max-width: 760px){.ui-pass1 .choice__label{font-size:17px}.site-header .brand{max-width:440px}}@media (min-width: 761px){.site-header{margin-bottom:40px}}@media (max-width: 800px){.site-header{flex-direction:column;align-items:center;gap:12px;margin-bottom:24px}.site-header .brand{flex:none;width:min(100%,440px);max-width:440px;margin-inline:auto}.site-header .brand__full{width:100%;height:auto}.site-header .desktop-nav{display:flex;justify-content:center;align-items:center;gap:12px;width:100%}.site-header .header-link,.site-header .header-balance{min-height:44px;padding:8px;font-size:15px;white-space:nowrap}.site-header .header-link[aria-current=page]{background:transparent;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px}.site-header .header-balance{margin-left:0;background:transparent;border-color:transparent}.site-header .header-balance:hover{background:var(--ui-selected)}}@media (max-width: 480px){.site-header{padding-top:8px;gap:16px;margin-bottom:44px}.site-header .brand{width:92%}.site-header .desktop-nav{display:grid;grid-template-columns:repeat(3,max-content);justify-content:center;column-gap:8px;row-gap:2px}.site-header .header-link{padding-inline:6px;font-size:14px}.site-header .header-balance{grid-column:1 / -1;justify-self:center;font-size:14px}}.app>.ui-pass2{width:100%;max-width:880px;padding:40px 48px}.app>.preview-surface,.app>.profile-surface{max-width:760px}.ui-pass2{overflow-wrap:anywhere}.ui-pass2 h3{font:500 24px/1.3 var(--ui-heading);margin:0 0 16px}.ui-pass2 h4{font:500 19px/1.4 var(--ui-heading);margin-bottom:8px}.ui-pass2 p{max-width:70ch}.ui-pass2 .screen-meta{font:400 15px/1.6 var(--ui-control);color:var(--ui-muted);margin:8px 0 16px}.ui-pass2 .preview-estimate{padding-block:32px}.ui-pass2 .preview-estimate h3{font:400 17px/1.4 var(--ui-control);color:var(--ui-muted)}.ui-pass2 .preview-range{font:400 clamp(28px,3.2vw,40px)/1.35 var(--ui-heading);margin:12px 0}.ui-pass2 .preview-range span{color:var(--ui-muted)}.ui-pass2 .data-summary{margin:16px 0 24px;font:400 16px/1.5 var(--ui-control)}.ui-pass2 .data-summary>div{display:flex;justify-content:space-between;gap:24px;padding:10px 0;border-bottom:1px solid var(--ui-border)}.ui-pass2 .data-summary dt{color:var(--ui-muted)}.ui-pass2 .data-summary dd{margin:0;text-align:right;max-width:60%}.ui-pass2 .confirmation-copy{font:400 15px/1.6 var(--ui-control);margin-top:24px;color:var(--ui-muted)}.ui-pass2 .preview-actions{flex-direction:column-reverse}.ui-pass2 .preview-actions .btn{flex:none}.ui-pass2 .result-heading{padding:8px 0 32px}.ui-pass2 .result-price-label{font:400 18px/1.4 var(--ui-control);margin:32px 0 8px}.ui-pass2 .result-price{font:400 clamp(44px,5.5vw,72px)/1.15 var(--ui-heading);letter-spacing:-.04em;margin:0 0 24px}.ui-pass2 .result-section{border-top:1px solid var(--ui-border);padding-block:32px}.ui-pass2 .composition-row{display:flex;justify-content:space-between;gap:24px;padding:12px 0;font:400 16px/1.5 var(--ui-control)}.ui-pass2 .composition-row strong{font-weight:500;white-space:nowrap}.ui-pass2 .composition-subtotal{display:flex;justify-content:space-between;gap:24px;padding:8px 0 12px 16px;border-left:2px solid var(--ui-border);color:var(--ui-muted);font:400 14px/1.5 var(--ui-control)}.ui-pass2 .composition-subtotal small{display:block;font-size:13px}.ui-pass2 .composition-subtotal>span:last-child{white-space:nowrap}.ui-pass2 .composition-final{display:flex;justify-content:space-between;align-items:baseline;gap:24px;border-top:1px solid var(--ui-ink);margin-top:16px;padding-top:20px;font:600 18px/1.4 var(--ui-control)}.ui-pass2 .composition-final strong{font-weight:600;font-size:24px;white-space:nowrap}.ui-pass2 .section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.ui-pass2 .section-heading h3{margin:0}.ui-pass2 .client-text{font:400 16px/1.7 var(--ui-control);background:var(--ui-bg);border:none;border-radius:8px;padding:24px;-webkit-user-select:text;user-select:text}.ui-pass2 .copy-status{min-height:22px;margin:8px 0 0;color:var(--ui-muted);font:400 14px/1.5 var(--ui-control)}.ui-pass2 .disclosure{border-top:1px solid var(--ui-border);padding:20px 0}.ui-pass2 .disclosure>summary{cursor:pointer;font:500 20px/1.5 var(--ui-heading);min-height:32px}.ui-pass2 .disclosure[open]>summary{margin-bottom:20px}.ui-pass2 .explanation-part p{font:400 16px/1.7 var(--ui-control)}.ui-pass2 .tech{border-top:1px solid var(--ui-border);margin:0;padding:20px 0}.ui-pass2 .tech__toggle{font:400 16px/1.5 var(--ui-control);min-height:32px}.ui-pass2 .tech__row,.ui-pass2 .tech__vars li{flex-wrap:wrap}.ui-pass2 .tech__value,.ui-pass2 .tech__var-value{overflow-wrap:anywhere;white-space:normal}.ui-pass2 .result-navigation{margin:24px 0 32px}.ui-pass2 .feedback-section>summary{font:400 17px/1.5 var(--ui-control)}.ui-pass2 .feedback-section .account-form{margin-top:24px}.ui-pass2 .calculation-archive{list-style:none;padding:0;margin:32px 0}.ui-pass2 .calculation-archive li{border-top:1px solid var(--ui-border);padding-block:24px}.ui-pass2 .archive-heading{display:flex;align-items:baseline;justify-content:space-between;gap:24px}.ui-pass2 .archive-heading h3{font-size:24px;margin-bottom:0}.ui-pass2 .archive-heading strong{font:500 26px/1.3 var(--ui-heading);white-space:nowrap}.ui-pass2 .calculation-archive li>p:not(.screen-meta){font-size:17px;margin:4px 0}.ui-pass2 .calculation-archive .btn{margin-top:16px}.ui-pass2 .empty-history{margin:48px 0;max-width:48ch}.ui-pass2 .profile-section{padding-block:32px;border-bottom:1px solid var(--ui-border)}.ui-pass2 .profile-section:first-of-type{padding-top:24px}.ui-pass2 .balance-total{font:400 23px/1.4 var(--ui-control)}.ui-pass2 .balance-total strong{font-size:36px;font-weight:500}.ui-pass2 .dom-status{font:500 20px/1.5 var(--ui-control)}.ui-pass2 .ledger-list{list-style:none;padding:0;font:400 16px/1.5 var(--ui-control)}.ui-pass2 .ledger-list li{display:flex;justify-content:space-between;gap:16px;padding:12px 0}.ui-pass2 .ledger-list small{display:block;font-size:14px;color:var(--ui-muted)}.ui-pass2 .ledger-list strong{font-weight:600}.ui-pass2 .profile-actions{border-bottom:none}.ui-pass2 .danger-zone{margin-top:24px}.ui-pass2 .danger-zone summary{color:#8f382f;font:400 16px/1.5 var(--ui-control)}.ui-pass2 .btn--danger{background:transparent;border:1px solid #8f382f;color:#8f382f}.ui-pass2 .btn--danger:hover{background:#f9ece8}@media (max-width: 760px){.app>.ui-pass2{padding:24px 20px}.ui-pass2 h3{font-size:22px}.ui-pass2 .result-price{font-size:44px}.ui-pass2 .result-section,.ui-pass2 .profile-section{padding-block:24px}.ui-pass2 .client-text{padding:16px}.ui-pass2 .data-summary>div{gap:16px}.ui-pass2 .composition-row,.ui-pass2 .composition-final,.ui-pass2 .composition-subtotal{gap:12px}.ui-pass2 .composition-final{flex-wrap:wrap}.ui-pass2 .archive-heading{flex-direction:column;gap:8px}.ui-pass2 .archive-heading strong{font-size:28px}.ui-pass2 .preview-range{font-size:27px}}@media (min-width: 1100px){.app>.ui-pass2{max-width:1040px}.ui-pass2 .preview-range{font-size:52px}.ui-pass2.preview-surface .data-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:40px}.ui-pass2.preview-surface .preview-actions{flex-direction:row;justify-content:flex-end}.ui-pass2.preview-surface .preview-actions .btn{flex:0 1 auto}.ui-pass2 .result-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px;align-items:start}.ui-pass2 .result-columns>section{min-width:0}.ui-pass2 .composition-row{border-bottom:1px solid var(--ui-border)}.ui-pass2 .composition-row strong,.ui-pass2 .composition-subtotal>span:last-child{font-variant-numeric:tabular-nums;text-align:right}.ui-pass2 .composition-subtotal{margin-top:12px;font-size:15px}.ui-pass2 .composition-subtotal small{font-size:14px}.ui-pass2 .result-columns .client-text{padding:20px}.ui-pass2.result-surface .note,.ui-pass2.profile-surface .note{font-size:15px;line-height:1.65;color:var(--ui-muted)}.ui-pass2 .calculation-archive li{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:48px;align-items:start}.ui-pass2 .archive-heading{display:contents}.ui-pass2 .archive-heading h3{grid-column:1;grid-row:1}.ui-pass2 .archive-heading strong{grid-column:2;grid-row:1;text-align:right;font-size:32px}.ui-pass2 .calculation-archive li>p{grid-column:1}.ui-pass2 .calculation-archive li>.btn{grid-column:2;grid-row:2 / span 3;justify-self:end}.app>.profile-surface{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:56px;align-items:start}.profile-surface>.question__title{grid-column:1 / -1}.profile-surface .profile-personal{grid-column:1;grid-row:2 / span 2;border-bottom:0}.profile-surface .profile-balance{grid-column:2;grid-row:2;padding-top:24px}.profile-surface .profile-dom{grid-column:2;grid-row:3;border-bottom:0}.profile-surface .profile-ledger,.profile-surface .profile-technical,.profile-surface .profile-actions{grid-column:1 / -1}.profile-surface .profile-ledger{border-top:1px solid var(--ui-border)}.profile-surface .profile-technical>summary{font:400 16px/1.5 var(--ui-control);color:var(--ui-muted)}.profile-surface .profile-technical .input{max-width:420px}}
