@charset "UTF-8";.axon-figure{margin-block:48px}.lamina{width:100%;max-width:920px;margin:0 auto}.lamina--wide{max-width:1120px}.lamina__svg{display:block;width:100%;height:auto;font-family:SF Mono,Fira Code,JetBrains Mono,monospace}:root{--lam-papel: #F4F1EA;--lam-papel-claro: #FAF7EF;--lam-papel-hondo: #F1ECDF;--lam-tinta: #1A1A1A;--lam-ocre: #B8541F;--lam-gris: #6F665A;--lam-fantasma: #9B958B;--lam-reticula: #E8E1D0;--lam-ocre-fill: #F1E4DA}[data-theme=dark]{--lam-papel: #1A1816;--lam-papel-claro: #211E1B;--lam-papel-hondo: #171513;--lam-tinta: #E8E1D0;--lam-ocre: #D4793A;--lam-gris: #9B958B;--lam-fantasma: #5C564E;--lam-reticula: #2A2622;--lam-ocre-fill: #2E221A}.lamina__svg text{fill:var(--lam-tinta)}.sx-eyebrow{font-size:13px;font-weight:700;letter-spacing:.18em;fill:var(--lam-ocre)}.sx-title{font-size:19px;font-weight:800}.sx-block{font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;text-anchor:middle}.sx-box{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-anchor:middle}.sx-sub{font-size:10.5px;font-weight:600;fill:var(--lam-gris);text-anchor:middle}.sx-cap{font-size:11px;font-weight:700;letter-spacing:.08em;text-anchor:middle}.sx-num{font-size:15px;font-weight:700;fill:var(--lam-ocre);text-anchor:middle;dominant-baseline:middle}.sx-ghost{font-size:11.5px;font-weight:700;fill:var(--lam-fantasma);text-anchor:middle}.sx-ochre{fill:var(--lam-ocre)}.sx-mid{fill:var(--lam-gris)}.sx-plate-title{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.sx-plate-k{font-size:9px;font-weight:700;letter-spacing:.1em;fill:var(--lam-gris)}.sx-plate-v{font-size:9px;font-weight:600;fill:var(--lam-tinta)}.axon-figure__cap{max-width:920px;margin:16px auto 0;padding-inline:4px}.axon-figure__hint{font-size:.8125rem;color:var(--text-secondary);margin-bottom:8px}.axon-breakdown{border-top:1px solid var(--line);padding-top:12px}.axon-breakdown__title{font-size:.8125rem;font-weight:600;cursor:pointer;color:var(--text-secondary);list-style:none;display:flex;align-items:center;gap:6px}.axon-breakdown__title:before{content:"[+]";font-family:SF Mono,monospace;font-size:.6875rem;color:var(--text-secondary)}.axon-breakdown[open] .axon-breakdown__title:before{content:"[–]"}.axon-breakdown__list{margin-top:12px;display:grid;gap:12px}.axon-breakdown__list dt{font-size:.8125rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:8px}.axon-breakdown__list dt:before{content:"";display:inline-block;width:6px;height:6px;border:1.5px solid var(--lam-ocre);transform:rotate(45deg);flex-shrink:0}.axon-breakdown__list dd{font-size:.8125rem;color:var(--text-secondary);line-height:1.6;padding-left:14px;margin:0}@media(max-width:700px){.lamina{overflow-x:auto;-webkit-overflow-scrolling:touch}.lamina__svg{min-width:600px}.lamina--wide .lamina__svg{min-width:860px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}img,svg{display:block;max-width:100%}button,input{font:inherit;color:inherit}a{color:inherit}:root{--bg: #FAFAFA;--surface: #FFFFFF;--text: #171717;--text-secondary: #6B6B6B;--accent: #1D4ED8;--accent-hover: #1E40AF;--line: rgba(23, 23, 23, .08);--line-strong: rgba(23, 23, 23, .16)}[data-theme=dark]{--bg: #0A0A0A;--surface: #141414;--text: #EDEDED;--text-secondary: #8B8B8B;--accent: #60A5FA;--accent-hover: #93C5FD;--line: rgba(237, 237, 237, .1);--line-strong: rgba(237, 237, 237, .18)}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background-color:var(--bg);font-feature-settings:"liga" 1,"kern" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .25s ease,color .25s ease}h1,h2,h3{font-family:"Instrument Serif",Georgia,Times New Roman,serif;font-weight:400;line-height:1.1;letter-spacing:-.02em;color:var(--text)}h1{font-size:clamp(2.75rem,5vw + 1rem,5rem);line-height:1.05;letter-spacing:-.03em}h2{font-size:clamp(1.75rem,3vw + .5rem,2.5rem);line-height:1.15}h3{font-size:clamp(1.25rem,2vw + .25rem,1.5rem);line-height:1.2}p{max-width:65ch}.text-secondary{color:var(--text-secondary)}.text-lg{font-size:clamp(1.05rem,1vw + .5rem,1.2rem);line-height:1.65}.label{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}a:not([class]){color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s ease}a:not([class]):hover{color:var(--accent-hover)}.container{width:100%;max-width:1120px;margin-inline:auto;padding-inline:24px}@media(min-width:768px){.container{padding-inline:48px}}.section{padding-block:96px}@media(min-width:768px){.section{padding-block:128px}}.section--sm{padding-block:64px}@media(min-width:768px){.section--sm{padding-block:96px}}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:500;line-height:1;border-radius:4px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);white-space:nowrap}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-primary{background-color:var(--text);color:var(--bg);border-color:var(--text)}.btn-primary:hover{opacity:.85}.btn-ghost{background-color:transparent;color:var(--text);border-color:var(--line-strong)}.btn-ghost:hover{background-color:var(--line);border-color:var(--text-secondary)}.badge{display:inline-flex;align-items:center;gap:6px;font-size:.6875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);padding:4px 8px;border:1px solid var(--line);border-radius:2px}.badge-dot{width:6px;height:6px;border-radius:50%;background-color:#22c55e}.divider{border:none;border-top:1px solid var(--line)}.input{width:100%;padding:12px 16px;font-size:.9375rem;background-color:var(--surface);border:1px solid var(--line-strong);border-radius:4px;color:var(--text);transition:border-color .15s ease}.input::placeholder{color:var(--text-secondary)}.input:focus{outline:none;border-color:var(--accent)}::selection{background-color:var(--accent);color:#fff}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}.skip-to-content{position:absolute;top:-100%;left:16px;padding:8px 16px;background:var(--text);color:var(--bg);border-radius:4px;font-size:.875rem;font-weight:500;text-decoration:none;z-index:100;transition:top .15s ease}.skip-to-content:focus{top:16px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.theme-toggle[data-astro-cid-x3pjskd3]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid var(--line);border-radius:4px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.theme-toggle[data-astro-cid-x3pjskd3]:hover{border-color:var(--line-strong);background-color:var(--line)}.theme-toggle[data-astro-cid-x3pjskd3]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle__icon[data-astro-cid-x3pjskd3]{color:var(--text-secondary);transition:color .15s ease}[data-theme=light] .theme-toggle__icon--sun[data-astro-cid-x3pjskd3]{display:none}[data-theme=light] .theme-toggle__icon--moon[data-astro-cid-x3pjskd3],[data-theme=dark] .theme-toggle__icon--sun[data-astro-cid-x3pjskd3]{display:block}[data-theme=dark] .theme-toggle__icon--moon[data-astro-cid-x3pjskd3]{display:none}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background-color:var(--bg);border-bottom:1px solid transparent;transition:border-color .25s ease,background-color .25s ease}.header[data-astro-cid-3ef6ksr2].is-scrolled{border-bottom-color:var(--line)}.header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;height:60px}@media(min-width:768px){.header__inner[data-astro-cid-3ef6ksr2]{height:72px}}.header__logo[data-astro-cid-3ef6ksr2]{color:var(--text);text-decoration:none;transition:opacity .15s ease}.header__logo[data-astro-cid-3ef6ksr2]:hover{opacity:.7}.header__nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:24px}.header__link[data-astro-cid-3ef6ksr2]{font-size:.875rem;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.header__link[data-astro-cid-3ef6ksr2]:hover{color:var(--text)}.footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--line);padding-block:48px;margin-top:64px}.footer__inner[data-astro-cid-sz7xmlte]{max-width:1120px}.footer__top[data-astro-cid-sz7xmlte]{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px}@media(max-width:640px){.footer__top[data-astro-cid-sz7xmlte]{flex-direction:column}}.footer__logo[data-astro-cid-sz7xmlte]{color:var(--text-secondary)}.footer__links[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:24px}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.875rem;color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--text)}.footer__note[data-astro-cid-sz7xmlte]{font-size:.8125rem;max-width:none}.hero[data-astro-cid-bbe6dxrz]{padding-top:96px;padding-bottom:64px}@media(min-width:768px){.hero[data-astro-cid-bbe6dxrz]{padding-top:128px;padding-bottom:96px}}.hero__inner[data-astro-cid-bbe6dxrz]{max-width:720px;margin-inline-start:auto;margin-inline-end:auto;padding-inline:24px}@media(min-width:768px){.hero__inner[data-astro-cid-bbe6dxrz]{padding-inline:48px;max-width:1120px;margin-inline-end:auto}}@media(min-width:1024px){.hero__inner[data-astro-cid-bbe6dxrz]{max-width:68%;margin-inline-start:48px;margin-inline-end:auto}}.hero__name[data-astro-cid-bbe6dxrz]{margin-bottom:16px}.hero__tagline[data-astro-cid-bbe6dxrz]{font-family:"Instrument Serif",Georgia,Times New Roman,serif;font-size:clamp(1.5rem,3vw + .5rem,2.25rem);line-height:1.2;letter-spacing:-.01em;color:var(--text);margin-bottom:24px}.hero__subtitle[data-astro-cid-bbe6dxrz]{margin-bottom:32px}.hero__actions[data-astro-cid-bbe6dxrz]{display:flex;flex-wrap:wrap;gap:12px}.intro__inner[data-astro-cid-mvbzpfu6]{max-width:680px;margin-inline:auto}@media(min-width:1024px){.intro__inner[data-astro-cid-mvbzpfu6]{max-width:680px;margin-inline-start:48px;margin-inline-end:auto}}h2[data-astro-cid-mvbzpfu6]{margin-bottom:24px}.intro__text[data-astro-cid-mvbzpfu6]{line-height:1.7}.project[data-astro-cid-mspuyifq]{border-top:1px solid var(--line);padding-block:32px}@media(min-width:768px){.project[data-astro-cid-mspuyifq]{padding-block:48px}}.project__inner[data-astro-cid-mspuyifq]{display:grid;gap:24px}@media(min-width:768px){.project__inner[data-astro-cid-mspuyifq]{grid-template-columns:1fr 2fr;gap:48px}}.project__meta[data-astro-cid-mspuyifq]{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.project__name[data-astro-cid-mspuyifq]{transition:transform .25s cubic-bezier(.16,1,.3,1)}.project[data-astro-cid-mspuyifq]:hover .project__name[data-astro-cid-mspuyifq]{transform:translate(4px)}.project__body[data-astro-cid-mspuyifq]{display:flex;flex-direction:column;gap:16px}.project__description[data-astro-cid-mspuyifq]{font-size:.9375rem;line-height:1.7;color:var(--text);max-width:56ch}.project__value[data-astro-cid-mspuyifq]{font-size:.875rem;font-style:italic;max-width:56ch}.project__link[data-astro-cid-mspuyifq]{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;color:var(--accent);text-decoration:none;transition:color .15s ease;margin-top:8px}.project__link[data-astro-cid-mspuyifq]:hover{color:var(--accent-hover)}.project__link[data-astro-cid-mspuyifq]:hover .project__arrow[data-astro-cid-mspuyifq]{transform:translate(2px,-2px)}.project__arrow[data-astro-cid-mspuyifq]{transition:transform .25s cubic-bezier(.16,1,.3,1)}.patterns__inner[data-astro-cid-47lhhs75]{max-width:1120px}h2[data-astro-cid-47lhhs75]{margin-bottom:12px}.patterns__intro[data-astro-cid-47lhhs75]{margin-bottom:48px;font-size:1.0625rem}.patterns__grid[data-astro-cid-47lhhs75]{display:grid;gap:32px}@media(min-width:768px){.patterns__grid[data-astro-cid-47lhhs75]{grid-template-columns:1fr 1fr;gap:32px 48px}}.pattern__title[data-astro-cid-47lhhs75]{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;letter-spacing:0;line-height:1.4;margin-bottom:8px;color:var(--text)}.pattern__text[data-astro-cid-47lhhs75]{font-size:.9375rem;line-height:1.65;max-width:48ch}.about__inner[data-astro-cid-hywlh5zw]{max-width:1120px}h2[data-astro-cid-hywlh5zw]{margin-bottom:32px}.about__content[data-astro-cid-hywlh5zw]{display:flex;flex-direction:column;gap:16px;max-width:620px;margin-bottom:64px}.about__content[data-astro-cid-hywlh5zw] p[data-astro-cid-hywlh5zw]{font-size:.9375rem;line-height:1.7}.about__newsletter[data-astro-cid-hywlh5zw]{border-top:1px solid var(--line);padding-top:32px;max-width:480px}.about__newsletter[data-astro-cid-hywlh5zw] h3[data-astro-cid-hywlh5zw]{margin-bottom:8px}.about__newsletter[data-astro-cid-hywlh5zw] p[data-astro-cid-hywlh5zw]{font-size:.875rem;margin-bottom:16px}.newsletter-form__row[data-astro-cid-hywlh5zw]{display:flex;gap:8px}.newsletter-form__row[data-astro-cid-hywlh5zw] .input[data-astro-cid-hywlh5zw]{flex:1;min-width:0}.newsletter-form__status[data-astro-cid-hywlh5zw]{font-size:.8125rem;margin-top:8px;min-height:1.2em}.newsletter-form__status[data-astro-cid-hywlh5zw].is-success{color:#22c55e}.newsletter-form__status[data-astro-cid-hywlh5zw].is-error{color:#ef4444}
