:root,:root[data-palette=a]{--bg-dark:#001619;--bg-light:#c7f8fe;--text-on-dark:#c7f8fe;--text-on-light:#001619;--muted-on-dark:#c7f8feb8;--muted-on-light:#001619b8;--accent:#50e8f4;--on-accent:#001619;--chip:#001619;--on-chip:#50e8f4;--link-on-light:#001619;--link-on-dark:#50e8f4;--hairline-on-dark:#c7f8fe2e;--hairline-on-light:#00161929}:root[data-palette=b]{--bg-dark:#071317;--bg-light:#f2f6f6;--text-on-dark:#f2f6f6;--text-on-light:#071317;--muted-on-dark:#f2f6f6b8;--muted-on-light:#071317b8;--accent:#02a0a0;--on-accent:#071317;--chip:#ffbd65;--on-chip:#071317;--link-on-light:#017a7a;--link-on-dark:#02a0a0;--hairline-on-dark:#f2f6f62e;--hairline-on-light:#07131729}:root{--radius-lg:1.25rem;--radius-md:.85rem;--radius-full:999px;--max-width:68rem;--gutter:clamp(1.25rem, 5vw, 3rem);--ease-out:cubic-bezier(.23, 1, .32, 1);--font-display:"Anton", "Haettenschweiler", "Arial Narrow", sans-serif;--font-sans:"Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace}@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/anton-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+20AC,U+2122,U+2212,U+FEFF,U+FFFD}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/instrument-sans-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+20AC,U+2122,U+2212,U+FEFF,U+FFFD}html{font-synthesis:none}*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}html{background-color:var(--bg-light);color:var(--text-on-light)}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;line-height:1.5}img,svg{max-width:100%;display:block}h1,h2,h3,p,ul,ol{margin:0}.section{padding-block:clamp(3.5rem,9vw,7rem)}.section--light{background:var(--bg-light);color:var(--text-on-light)}.section--dark{background:var(--bg-dark);color:var(--text-on-dark)}.section--accent{background:var(--accent);color:var(--on-accent)}.section-inner{max-width:var(--max-width);padding-inline:var(--gutter);margin-inline:auto}.section--light a{color:var(--link-on-light)}.section--dark a{color:var(--link-on-dark)}.section--light .supporting{color:var(--muted-on-light)}.section--dark .supporting{color:var(--muted-on-dark)}.stack{flex-direction:column;gap:clamp(1.25rem,3vw,1.75rem);display:flex}.about-hero__portrait{align-self:flex-start;width:min(100%,20rem);display:block}.about-hero__portrait img{width:100%;height:auto}@media (width>=700px){.about-hero{grid-template-columns:minmax(0,1fr) clamp(16.25rem,24vw,21.25rem);align-items:start;column-gap:clamp(2rem,5vw,5rem);display:grid}.about-hero>.eyebrow,.about-hero>.display,.about-hero>.lede,.about-hero>.supporting{grid-column:1}.about-hero__portrait{grid-area:2/2/span 4;width:100%}}.stack--tight{gap:1rem}.display{font-family:var(--font-display);letter-spacing:-.005em;text-transform:uppercase;max-width:16ch;font-size:clamp(3rem,6.5vw + 1rem,7rem);font-weight:400;line-height:.92}.display--wide{max-width:22ch}.section-title{font-family:var(--font-display);letter-spacing:0;text-transform:uppercase;max-width:20ch;font-size:clamp(2.1rem,3.4vw + 1.1rem,3.75rem);font-weight:400;line-height:1}.lede{max-width:42ch;font-size:clamp(1.15rem,.7vw + 1rem,1.5rem);line-height:1.45}.supporting{max-width:44ch;font-size:clamp(1.05rem,.4vw + .95rem,1.25rem);line-height:1.55}.eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;font-weight:600;display:inline-block}.section--dark .eyebrow{color:var(--link-on-dark)}.section--light .eyebrow{color:var(--link-on-light)}.btn-primary,.btn-secondary{letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-full);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.9rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary,.section--light .btn-primary,.section--dark .btn-primary{background:var(--accent);color:var(--on-accent)}@media (hover:hover) and (pointer:fine){.btn-primary:hover{filter:brightness(1.12)}}.btn-secondary{color:inherit;background:0 0;border-color:currentColor}.section--light .btn-secondary,.section--dark .btn-secondary{color:inherit}@media (hover:hover) and (pointer:fine){.section--dark .btn-secondary:hover{background:var(--text-on-dark);color:var(--bg-dark);mix-blend-mode:normal}.section--light .btn-secondary:hover{background:var(--text-on-light);color:var(--bg-light);mix-blend-mode:normal}}@media (prefers-reduced-motion:no-preference){.btn-primary,.btn-secondary,.guide-card{transition:transform .16s var(--ease-out), background-color .16s ease, border-color .16s ease, color .16s ease, filter .16s ease}.btn-primary:active,.btn-secondary:active{transform:scale(.97)}.guide-card:hover{transform:translateY(-2px)}}.site-nav{z-index:20;background:var(--bg-dark);color:var(--text-on-dark);border-bottom:1px solid var(--hairline-on-dark);position:sticky;top:0}.site-nav-inner{max-width:var(--max-width);padding-block:1.1rem;padding-inline:var(--gutter);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1.5rem;margin-inline:auto;display:flex}.brand{font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;color:var(--text-on-dark);font-size:1rem;font-weight:400;text-decoration:none}.nav-links{flex-wrap:wrap;gap:.5rem 1.75rem;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--text-on-dark);letter-spacing:.12em;text-transform:uppercase;font-size:.82rem;font-weight:700;text-decoration:none}@media (hover:hover) and (pointer:fine){.nav-links a:hover{color:var(--link-on-dark)}}.site-footer{background:var(--bg-dark);color:var(--text-on-dark);padding-block:clamp(2.5rem,6vw,4rem)}.footer-inner{max-width:var(--max-width);padding-inline:var(--gutter);flex-direction:column;gap:1.25rem;margin-inline:auto;display:flex}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-brand{font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;color:var(--text-on-dark);font-size:1rem;font-weight:400;text-decoration:none}.footer-links{flex-wrap:wrap;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:var(--muted-on-dark);letter-spacing:.06em;text-transform:uppercase;font-size:.85rem;font-weight:600;text-decoration:none}@media (hover:hover) and (pointer:fine){.footer-links a:hover{color:var(--link-on-dark)}}.footer-meta{color:var(--muted-on-dark);font-size:.85rem}.rule{border:0;border-top:1px solid var(--hairline-on-light);margin:0}.section--dark .rule{border-top-color:var(--hairline-on-dark)}.badge-number{background:var(--accent);width:2.5rem;height:2.5rem;color:var(--on-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.badge-number--sm{width:2rem;height:2rem;font-size:.85rem}.proof-list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.proof-item{align-items:flex-start;gap:1rem;display:flex}.proof-item p{padding-top:.35rem;font-size:1.05rem;line-height:1.5}.proof-close{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;font-size:clamp(1.2rem,1vw + 1rem,1.6rem);font-weight:400}.timeline{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.tl-item{padding-left:1.75rem;border-top:1px solid var(--hairline-on-dark);padding-block:clamp(1.75rem,3vw,2.5rem);position:relative}.section--light .tl-item{border-top-color:var(--hairline-on-light)}.tl-item:first-child{border-top:0}.tl-item:before{content:"";background:var(--hairline-on-dark);width:2px;position:absolute;top:0;bottom:0;left:0}.section--light .tl-item:before{background:var(--hairline-on-light)}.tl-item--now:before{background:var(--accent)}.tl-chip{background:var(--chip);color:var(--on-chip);font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;border-radius:.3rem;margin-bottom:.9rem;padding:.32rem .7rem;font-size:.72rem;font-weight:700;display:inline-block}.section--dark .tl-chip{background:var(--accent);color:var(--on-accent)}.tl-title{font-family:var(--font-display);letter-spacing:.005em;text-transform:uppercase;max-width:24ch;margin-bottom:.75rem;font-size:clamp(1.6rem,2.2vw + .9rem,2.5rem);font-weight:400;line-height:1.02}.tl-body{max-width:52ch;color:var(--muted-on-dark);font-size:1.05rem;line-height:1.6}.section--light .tl-body{color:var(--muted-on-light)}.tl-pull{letter-spacing:-.02em;color:var(--text-on-dark);max-width:26ch;margin-top:.9rem;font-size:clamp(1.1rem,1.2vw + .9rem,1.5rem);font-weight:800;line-height:1.2;display:block}.section--light .tl-pull{color:var(--text-on-light)}.tl-agent-media,.tl-proof-media{border:1px solid var(--hairline-on-light);border-radius:var(--radius-md);width:100%;max-width:100%;margin:clamp(1.5rem,3vw,2.25rem) 0 0;overflow:hidden}.tl-agent-media{background:var(--bg-dark)}.tl-proof-media{background:var(--bg-light)}.tl-proof-media picture,.tl-proof-media img{width:100%;height:auto;display:block}.tl-agent-video,.tl-agent-poster,.tl-agent-poster-image{aspect-ratio:16/9;width:100%;height:auto;display:block}.tl-agent-poster{display:none}@media (width<=639px){.tl-agent-video,.tl-agent-poster,.tl-agent-poster-image{aspect-ratio:36/59}}@media (prefers-reduced-motion:reduce){.tl-agent-video{display:none}.tl-agent-poster{display:block}}@media (width>=900px){.tl-item{grid-template-columns:10rem 1fr;align-items:start;gap:2.5rem;display:grid}.tl-chip{justify-self:start;margin-bottom:0}}.story-close{font-family:var(--font-display);letter-spacing:0;text-transform:uppercase;max-width:24ch;font-size:clamp(1.9rem,3.4vw + 1rem,3.4rem);font-weight:400;line-height:1.06}.story-close em{color:var(--accent);font-style:normal}.links-row{flex-wrap:wrap;gap:1.25rem 2.5rem;margin:0;padding:0;list-style:none;display:flex}.links-row a{letter-spacing:.1em;text-transform:uppercase;border-bottom:2px solid;padding-bottom:.2rem;font-size:.95rem;font-weight:800;text-decoration:none}.guide-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.guide-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.guide-grid{grid-template-columns:repeat(3,1fr)}}.guide-card{border:1px solid var(--hairline-on-light);border-radius:var(--radius-lg);color:inherit;background:0 0;flex-direction:column;gap:1rem;padding:1.75rem;text-decoration:none;display:flex}.section--dark .guide-card{border-color:var(--hairline-on-dark)}@media (hover:hover) and (pointer:fine){.guide-card:hover{border-color:var(--accent)}}.guide-card h3{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.015em;font-size:1.3rem;font-weight:400;line-height:1.2}.guide-card p{color:var(--muted-on-light);font-size:.95rem;line-height:1.5}.section--dark .guide-card p{color:var(--muted-on-dark)}.guide-card .badge-number{margin-bottom:.25rem}.empty-state{border:1px dashed var(--hairline-on-light);border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:clamp(2rem,5vw,2.75rem);display:flex}.section--dark .empty-state{border-color:var(--hairline-on-dark)}.empty-state p{color:var(--muted-on-light);max-width:34ch}.section--dark .empty-state p{color:var(--muted-on-dark)}.guide-header{flex-direction:column;gap:1rem;display:flex}.guide-meta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.pill{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);border:1px solid var(--hairline-on-dark);color:var(--muted-on-dark);align-items:center;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.prose{max-width:42rem;font-size:1.05rem;line-height:1.75}.prose>*+*{margin-top:1.1rem}.prose h2{text-transform:uppercase;letter-spacing:-.02em;margin-top:2.25rem;font-size:1.4rem;font-weight:800}.prose h3{margin-top:1.75rem;font-size:1.15rem;font-weight:700}.prose ul,.prose ol{flex-direction:column;gap:.5rem;padding-left:1.25rem;display:flex}.prose a{color:var(--link-on-light);text-decoration:underline}.prose code{background:var(--hairline-on-light);font-family:var(--font-mono);border-radius:.35rem;padding:.15rem .4rem;font-size:.9em}.prose pre{background:var(--hairline-on-light);border-radius:var(--radius-md);padding:1rem;overflow-x:auto}.guide-actions{flex-wrap:wrap;gap:1rem;padding-top:.5rem;display:flex}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:2rem;display:grid}.stat-value{font-family:var(--font-display);color:var(--accent);font-size:clamp(2.2rem,2.2vw + 1.5rem,3rem);font-weight:400}.stat-label{color:var(--muted-on-light);margin-top:.35rem;font-size:.9rem}.trust-badges-label{color:var(--muted-on-light);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.85rem;font-weight:700}.trust-badges-list{flex-wrap:wrap;align-items:center;gap:2.5rem;padding:0;list-style:none;display:flex}.trust-badges-list img{width:auto;max-height:1.75rem}.cursos-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.cursos-grid{grid-template-columns:repeat(2,1fr)}}.curso-card{border:1px solid var(--hairline-on-dark);border-radius:var(--radius-lg);background:0 0;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.75rem;display:flex}.curso-card h3{text-transform:uppercase;font-size:1.15rem;font-weight:800}.curso-card p{color:var(--muted-on-dark);font-size:.95rem}.curso-precio{color:var(--accent);font-size:1.25rem;font-weight:800}.placeholder-note{border-radius:var(--radius-md);border:1px dashed;padding:1rem;font-size:.9rem}
