:root{--bg:#0A0A0B;--surface:#16161A;--alt:#212127;--fg:#F2F2F4;--fg-2:#C9C9D1;--muted:#9A9AA4;--accent:#25E5A7;--accent-on:#04231A;--accent-soft:#10322A;--border:#2A2A32;--control:#7E7E88;--focus:#25E5A7;--ok:#25E5A7;--warn:#E5B93C;--bad:#FF6B6B;--scrim:linear-gradient(transparent,rgba(0,0,0,.86));--font-display:var(--font-space-grotesk),"Archivo",sans-serif;--font-body:var(--font-inter),"Source Sans 3",sans-serif;--font-num:var(--font-space-grotesk),sans-serif;--t-xs:11px;--t-sm:13px;--t-base:14.5px;--t-lg:17px;--t-xl:22px;--t-2xl:30px;--lead:1.45;--s1:4px;--s2:8px;--s3:12px;--s4:16px;--s5:20px;--s6:26px;--s8:36px;--r:14px;--r-sm:10px;--r-pill:999px;--ring:0 0 0 2px var(--bg),0 0 0 4px var(--focus);--stage:#000000;--on-media:#FFFFFF;--on-media-2:rgba(255,255,255,.78);--media-weave:rgba(255,255,255,.045);--media-weave-sm:rgba(255,255,255,.05);--glass:rgba(255,255,255,.16);--ok-soft:#10322A;--warn-soft:#33280A;--bad-soft:#3A1A1D;--sunken:#101014;--track:#212127;--dur:160ms}:root[data-theme=light]{--bg:#FFFFFF;--surface:#F6F6F8;--alt:#EDEDF1;--fg:#0A0A0B;--fg-2:#33333B;--muted:#65656F;--accent:#00875A;--accent-on:#FFFFFF;--accent-soft:#DFF3EB;--border:#E2E2E8;--control:#83838E;--focus:#00875A;--warn:#8A5A00;--bad:#C0392B;--ok:#00714B;--stage:#000000;--on-media:#FFFFFF;--on-media-2:rgba(255,255,255,.78);--media-weave:rgba(255,255,255,.045);--media-weave-sm:rgba(255,255,255,.05);--ok-soft:#DFF3EB;--warn-soft:#FBEFD6;--bad-soft:#FDECEA;--sunken:#FFFFFF;--track:#E2E2E8;--glass:rgba(255,255,255,.16)}@media (prefers-reduced-motion:reduce){:root{--dur:0ms}}*,:after,:before{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:var(--t-base);line-height:var(--lead);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:600;margin:0;line-height:1.15;letter-spacing:-.01em}h2{font-size:var(--t-lg)}h3{font-size:var(--t-base)}p{margin:0}button{font:inherit}a,button{color:inherit}.stage{position:relative;background:var(--stage);display:flex;flex-direction:column;justify-content:flex-end}.stage .grid{position:absolute;inset:0;background-image:repeating-linear-gradient(135deg,transparent 0 13px,var(--media-weave) 13px 14px)}.stage .tag{position:absolute;top:var(--s4);left:var(--s5);font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--on-media-2)}.stage .over{position:relative;padding:var(--s5);background:var(--scrim);color:var(--on-media)}.stage .over .note{color:var(--on-media-2)}.card{background:var(--surface);border-radius:var(--r);padding:var(--s5)}.card>h2{margin-bottom:var(--s3)}.hr{border:0;border-top:1px solid var(--border);margin:var(--s4) 0}.note{font-size:var(--t-xs);color:var(--muted)}.note b{color:var(--fg)}.lead{font-size:var(--t-lg)}.num{font-family:var(--font-num);font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);display:block;margin-bottom:var(--s2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--s2);min-height:46px;padding:0 var(--s5);border-radius:var(--r-pill);border:0;background:var(--accent);color:var(--accent-on);font-family:var(--font-display);font-weight:700;font-size:var(--t-base);cursor:pointer;text-decoration:none;transition:opacity var(--dur)}.btn:focus-visible{outline:none;box-shadow:var(--ring)}.btn:hover{opacity:.88}.btn.sec{background:var(--surface);color:var(--fg)}.btn.block{width:100%}.btn.sm{min-height:34px;padding:0 var(--s4);font-size:var(--t-sm)}.btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}.btn[disabled]{opacity:.38;cursor:not-allowed}.btn.ghost{background:transparent}.btn.ghost,.chip{color:var(--fg-2)}.chip{display:inline-flex;align-items:center;gap:var(--s1);padding:4px var(--s3);border-radius:var(--r-pill);background:var(--surface);font-size:var(--t-xs);white-space:nowrap}.chip.on{background:var(--accent);color:var(--accent-on);font-weight:600}.mark-lg{width:64px;height:64px;border-radius:var(--r-pill);display:grid;place-items:center;margin:0 auto var(--s4);background:var(--accent)}.mark-lg svg{width:30px;height:30px;fill:none;stroke:var(--accent-on);stroke-width:2.6}.mark-lg.bad{background:var(--bad-soft)}.mark-lg.bad svg{stroke:var(--bad)}.spin{width:26px;height:26px;border-radius:var(--r-pill);border:3px solid var(--track);border-top-color:var(--accent);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.spin{animation:none}}.prog{height:6px;border-radius:var(--r-pill);background:var(--track);overflow:hidden}.prog i{display:block;height:100%;background:var(--accent);transition:width var(--dur) ease-out}.field{display:block;margin-bottom:var(--s4)}.field>label,.flabel{display:block;font-size:var(--t-sm);font-weight:600;margin-bottom:var(--s3)}.err,.field .note{margin-top:var(--s2)}.err{display:flex;gap:var(--s2);align-items:flex-start;font-size:var(--t-xs);color:var(--bad)}.err svg{width:13px;height:13px;flex:none;fill:none;stroke:currentColor;stroke-width:2;margin-top:1px}.input,.select,.textarea{width:100%;min-height:44px;padding:0 var(--s4);background:var(--surface);color:var(--fg);border:1px solid var(--control);border-radius:var(--r-pill);font-size:var(--t-base);font-family:var(--font-body)}.input:focus-visible,.select:focus-visible,.textarea:focus-visible{outline:none;box-shadow:var(--ring)}.input::placeholder,.textarea::placeholder{color:var(--muted)}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:var(--s8);cursor:pointer}.selectwrap{position:relative;display:block}.selectwrap .chev{position:absolute;right:var(--s4);top:50%;width:16px;height:16px;transform:translateY(-50%);pointer-events:none;fill:none;stroke:var(--control);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.selectwrap .select:focus-visible~.chev{stroke:var(--fg)}.input[aria-invalid=true],.select[aria-invalid=true]{border-color:var(--bad)}.input[disabled],.select[disabled]{opacity:.5;cursor:not-allowed}.choice{display:flex;gap:var(--s3);align-items:flex-start;width:100%;text-align:left;padding:var(--s4);border:0;border-radius:var(--r);background:var(--surface);color:var(--fg);font:inherit;cursor:pointer}.choice+.choice{margin-top:var(--s2)}.choice .mark{flex:none;width:20px;height:20px;border-radius:var(--r-pill);box-shadow:inset 0 0 0 1px var(--control);display:grid;place-items:center;margin-top:1px}.choice .mark svg{width:12px;height:12px;fill:none;stroke:var(--accent-on);stroke-width:3;opacity:0}.choice[aria-pressed=true] .mark{background:var(--accent);box-shadow:none}.choice[aria-pressed=true] .mark svg{opacity:1}.choice b{display:block;font-family:var(--font-display)}.choice:focus-visible{outline:none;box-shadow:var(--ring)}.page{max-width:460px;margin:0 auto;padding:var(--s6) var(--s5) var(--s8);display:flex;flex-direction:column;gap:var(--s6)}.hero{text-align:center;padding-top:var(--s5)}.lockup{max-width:210px;margin:0 auto var(--s5);color:var(--fg)}.lockup svg{display:block;width:100%;height:auto}.tagline{font-family:var(--font-display);font-weight:600;font-size:var(--t-base);line-height:1.2;letter-spacing:.02em;color:var(--fg-2);margin-bottom:var(--s4)}.hero .chip{margin-bottom:var(--s5)}.hero .lead{color:var(--fg-2)}.step{animation:step-in var(--dur) ease-out}@keyframes step-in{0%{opacity:0;transform:translateY(6px)}}@media (prefers-reduced-motion:reduce){.step{animation:none}}.step h2{font-size:var(--t-xl)}.step .fields,.step h2{margin-bottom:var(--s5)}.step .fields .field:last-child{margin-bottom:0}.step .choice{padding:var(--s5);align-items:center}.step .choice .mark{margin-top:0}.step .choice b{font-size:var(--t-lg)}.card .choice{background:var(--sunken)}.card .choice:hover{background:var(--alt)}.nav:empty{display:none}.nav{display:flex;gap:var(--s3);align-items:center}.nav .btn{flex:1 1}.nav .btn.ghost{flex:none}.meter{display:flex;gap:var(--s3);align-items:center}.meter .prog{flex:1 1}.meter .num{font-size:var(--t-xs);color:var(--muted)}.foot{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--s3) var(--s4);padding-top:var(--s5);border-top:1px solid var(--border)}.foot .copyright{width:100%;text-align:center}.foot a{font-size:var(--t-xs);color:var(--muted);text-decoration:none}.foot a:hover{color:var(--fg-2)}.foot a:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--r-sm)}.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_68a4d1{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_68a4d1{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}