:root{--bg: #ffffff;--bg-soft: #fafaf9;--fg: #0a0a0a;--fg-muted: #4a4a48;--fg-quiet: #6b6a66;--rule: rgba(10, 10, 10, .08);--rule-strong: rgba(10, 10, 10, .16);--accent: #2D3FA3;--accent-hover: #1F2D80;--accent-soft: rgba(45, 63, 163, .1);--iris-amber: #9B5A1F;--iris-jade: #2F6E47;--iris-cobalt: #2D3FA3;--iris-hazel: #7A5A2C;--iris-violet: #5E4A7C;--atmosphere-cobalt: rgba(110, 138, 224, .16);--atmosphere-deep: rgba(45, 63, 163, .06);--focus: #0a0a0a;--shadow: 0 1px 2px rgba(10, 10, 10, .04), 0 8px 32px rgba(10, 10, 10, .04);--shadow-lift: 0 4px 12px rgba(10, 10, 10, .06), 0 24px 48px rgba(10, 10, 10, .08);--font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--measure: 64ch;--gutter: clamp(20px, 5vw, 56px);--section-y: clamp(96px, 14vh, 200px)}html[data-theme=dark]{--bg: #0a0a0a;--bg-soft: #131312;--fg: #f5f4f1;--fg-muted: #c4c2bd;--fg-quiet: #8e8c87;--rule: rgba(245, 244, 241, .08);--rule-strong: rgba(245, 244, 241, .18);--accent: #8AA0FF;--accent-hover: #A8BAFF;--accent-soft: rgba(138, 160, 255, .14);--iris-amber: #D9A56C;--iris-jade: #6FB582;--iris-cobalt: #8AA0FF;--iris-hazel: #C9A66E;--iris-violet: #B49ECF;--atmosphere-cobalt: rgba(138, 160, 255, .1);--atmosphere-deep: rgba(45, 63, 163, .18);--focus: #f5f4f1;--shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 8px 32px rgba(0, 0, 0, .5);--shadow-lift: 0 4px 12px rgba(0, 0, 0, .6), 0 24px 48px rgba(0, 0, 0, .7)}@media(prefers-contrast:more){:root{--fg-muted: var(--fg);--fg-quiet: var(--fg);--rule: var(--fg);--rule-strong: var(--fg)}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-display);font-size:18px;line-height:1.55;font-weight:400;letter-spacing:-.005em}@media(min-width:700px){body{font-size:19px;line-height:1.6}}.skip{position:absolute;left:-9999px;top:0;background:var(--fg);color:var(--bg);padding:12px 18px;font-weight:500;border-radius:6px;z-index:100}.skip:focus{left:16px;top:16px;outline:3px solid var(--accent)}:focus{outline:none}:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:2px}.wrap{max-width:980px;margin:0 auto;padding:0 var(--gutter)}.wrap--narrow{max-width:720px}.site-header{position:sticky;top:0;z-index:20;background:color-mix(in oklab,var(--bg) 88%,transparent);backdrop-filter:saturate(160%) blur(12px);-webkit-backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid var(--rule)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:56px;max-width:1200px;margin:0 auto;padding:0 var(--gutter)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--fg);text-decoration:none;font-weight:500;font-size:15px;letter-spacing:-.01em}.brand:hover{color:var(--fg)}.brand__mark{width:28px;height:28px;flex:none;border-radius:6px;display:block;object-fit:cover}.site-nav{display:flex;gap:28px;align-items:center}.site-nav a{color:var(--fg-muted);text-decoration:none;font-size:14px;font-weight:400;letter-spacing:0;transition:color .25s ease}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--fg)}.site-nav .lang-switch{margin-left:8px;padding:4px 12px;border:1px solid var(--rule-strong);border-radius:999px;color:var(--fg-muted);font-size:13px;letter-spacing:0;transition:color .25s ease,border-color .25s ease,background .25s ease}.site-nav .lang-switch:hover{color:var(--fg);border-color:var(--fg);background:var(--accent-soft)}.theme-toggle{margin-left:8px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--rule-strong);border-radius:999px;color:var(--fg-muted);cursor:pointer;padding:0;transition:color .25s ease,border-color .25s ease,background .25s ease,transform .2s ease}.theme-toggle:hover{color:var(--fg);border-color:var(--fg);background:var(--accent-soft)}.theme-toggle:active{transform:scale(.94)}.theme-toggle svg{width:16px;height:16px;display:block}.theme-toggle__sun{display:none}.theme-toggle__moon,html[data-theme=dark] .theme-toggle__sun{display:block}html[data-theme=dark] .theme-toggle__moon{display:none}@media(prefers-reduced-motion:reduce){.theme-toggle{transition:none}.theme-toggle:active{transform:none}}.breadcrumb{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--fg-quiet);margin:0 0 32px;padding:0;list-style:none;flex-wrap:wrap}.breadcrumb li{display:inline-flex;align-items:center;gap:10px}.breadcrumb a{color:var(--fg-quiet);text-decoration:none;transition:color .25s ease;border-bottom:1px solid transparent;padding-bottom:2px}.breadcrumb a:hover{color:var(--fg);border-color:var(--rule-strong)}.breadcrumb__sep{color:var(--fg-quiet);opacity:.55;font-size:10px}.breadcrumb [aria-current=page]{color:var(--fg)}section{padding-top:var(--section-y);padding-bottom:var(--section-y)}section+section{padding-top:0}.section-label{font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-quiet);margin:0 0 28px}.hero{padding-top:clamp(80px,14vh,160px);padding-bottom:clamp(80px,12vh,160px);position:relative;overflow:hidden}.hero__headline{font-size:clamp(40px,6.4vw,76px);line-height:1.05;letter-spacing:-.03em;font-weight:600;margin:0 0 28px;max-width:14ch;text-wrap:balance}.hero__sub{font-size:clamp(19px,1.6vw,22px);line-height:1.45;color:var(--fg-muted);max-width:36ch;margin:0 0 56px;font-weight:400;text-wrap:pretty}.hero__media{margin:0 0 64px;display:flex;justify-content:center}.hero__learnmore{display:inline-flex;align-items:center;gap:10px;color:var(--fg-muted);text-decoration:none;font-size:15px;letter-spacing:0;border-bottom:1px solid var(--rule-strong);padding-bottom:4px;transition:color .3s ease,border-color .3s ease,gap .3s ease}.hero__learnmore:hover{color:var(--fg);border-color:var(--fg);gap:14px}.hero__learnmore svg{transition:transform .3s ease}.hero__learnmore:hover svg{transform:translateY(2px)}.app-icon{width:clamp(180px,28vw,280px);height:auto;border-radius:clamp(36px,5.4vw,56px);box-shadow:var(--shadow-lift);display:block;transition:transform .6s cubic-bezier(.2,.6,.2,1)}.app-icon:hover{transform:translateY(-4px) scale(1.01)}@media(prefers-reduced-motion:reduce){.app-icon{transition:none}.app-icon:hover{transform:none}}.lede{font-size:clamp(22px,2.4vw,32px);line-height:1.35;letter-spacing:-.015em;font-weight:500;color:var(--fg);max-width:24ch;margin:0 0 32px;text-wrap:balance}.body{font-size:19px;line-height:1.6;color:var(--fg-muted);max-width:var(--measure);margin:0 0 24px;text-wrap:pretty}.statement{font-size:clamp(28px,3.4vw,44px);line-height:1.2;letter-spacing:-.02em;font-weight:500;color:var(--fg);max-width:22ch;margin:0;text-wrap:balance}.statement+.statement{margin-top:clamp(48px,8vh,96px)}.kicker{font-size:15px;color:var(--fg-quiet);margin:18px 0 0}.features{display:grid;grid-template-columns:1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:4px;overflow:hidden}@media(min-width:640px){.features{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.features{grid-template-columns:repeat(5,1fr)}}.feature{background:var(--bg);padding:36px 28px 32px;display:flex;flex-direction:column;gap:16px;outline:none;transition:background .3s ease,transform .3s ease}.feature:hover{background:var(--bg-soft)}.feature:focus-visible{background:var(--bg-soft);transform:scale(1.012);outline:2px solid var(--focus);outline-offset:-2px;position:relative;z-index:1}.feature__icon{width:28px;height:28px;flex:none}.feature--shopping .feature__icon{color:var(--iris-amber)}.feature--pharmacy .feature__icon{color:var(--iris-jade)}.feature--espacio .feature__icon{color:var(--iris-cobalt)}.feature--plate .feature__icon{color:var(--iris-hazel)}.feature--classroom .feature__icon{color:var(--iris-violet)}.feature__name{font-size:17px;font-weight:600;letter-spacing:-.01em;margin:0;color:var(--fg)}.feature__body{font-size:15px;line-height:1.5;color:var(--fg-muted);margin:0;text-wrap:pretty}.statements>div+div{margin-top:clamp(40px,7vh,80px);padding-top:clamp(40px,7vh,80px);border-top:1px solid var(--rule)}.footnote{margin-top:clamp(56px,10vh,96px);font-size:14px;color:var(--fg-quiet);max-width:56ch;line-height:1.55}.founders{display:grid;grid-template-columns:1fr;gap:32px;margin-top:48px;list-style:none;padding:0}@media(min-width:640px){.founders{grid-template-columns:repeat(3,1fr);gap:40px}}.founder{display:flex;flex-direction:column;gap:16px}.founder__photo{width:100%;aspect-ratio:1 / 1;border-radius:50%;background:var(--bg-soft);border:1px solid var(--rule);object-fit:cover;display:block;box-shadow:var(--shadow);transition:transform .4s ease,box-shadow .4s ease}.founder:hover .founder__photo{transform:translateY(-2px);box-shadow:var(--shadow-lift)}@media(prefers-reduced-motion:reduce){.founder__photo{transition:none}.founder:hover .founder__photo{transform:none}}.founder__name{font-size:17px;font-weight:500;letter-spacing:-.01em;margin:0;color:var(--fg)}.founder__role{font-size:14px;color:var(--fg-muted);margin:0}.support-line{margin-top:clamp(48px,8vh,80px);padding-top:clamp(40px,6vh,56px);border-top:1px solid var(--rule);font-size:16px;color:var(--fg-muted);max-width:60ch;line-height:1.55}.list-clean{list-style:none;padding:0;margin:0;border-top:1px solid var(--rule)}.list-clean li{padding:22px 0;border-bottom:1px solid var(--rule);font-size:17px;color:var(--fg);display:flex;gap:18px;align-items:baseline}.list-clean li:before{content:counter(item,decimal-leading-zero);counter-increment:item;font-family:var(--font-mono);font-size:12px;color:var(--fg-quiet);letter-spacing:.05em;min-width:28px}.list-clean{counter-reset:item}.note{margin-top:28px;font-size:14px;color:var(--fg-quiet)}.timeline{list-style:none;margin:0;padding:0;position:relative}.timeline:before{content:"";position:absolute;left:9px;top:8px;bottom:8px;width:1px;background:var(--rule-strong)}.timeline li{position:relative;padding:0 0 36px 40px;display:grid;grid-template-columns:1fr;gap:4px}.timeline li:last-child{padding-bottom:0}.timeline li:before{content:"";position:absolute;left:4px;top:6px;width:11px;height:11px;border-radius:50%;background:var(--bg);border:1.5px solid var(--fg-quiet)}.timeline li[data-state=Done]:before{background:var(--fg);border-color:var(--fg)}.timeline li[data-state=Next]:before{background:var(--accent);border-color:var(--accent)}.timeline__state{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-quiet)}.timeline li[data-state=Next] .timeline__state{color:var(--accent)}.timeline__date{font-family:var(--font-mono);font-size:11px;color:var(--fg-quiet);letter-spacing:.04em}.timeline__body{font-size:17px;color:var(--fg);margin-top:2px;line-height:1.45}.card{background:var(--bg-soft);border:1px solid var(--rule);border-radius:4px;padding:clamp(32px,5vw,56px);display:flex;flex-direction:column;gap:28px}.card__body{font-size:clamp(18px,1.6vw,22px);line-height:1.5;color:var(--fg);margin:0;max-width:40ch;text-wrap:pretty}.card__email{font-size:16px;color:var(--accent);text-decoration:none;align-self:flex-start;border-bottom:1px solid currentColor;padding-bottom:3px;transition:color .25s ease}.card__email:hover{color:var(--accent-hover)}.card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px}.btn{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:500;letter-spacing:-.005em;padding:12px 22px;border-radius:999px;text-decoration:none;border:1px solid transparent;transition:background .25s ease,color .25s ease,transform .2s ease,box-shadow .25s ease;will-change:transform}.btn--primary{background:var(--accent);color:#fff;box-shadow:var(--shadow)}html[data-theme=dark] .btn--primary{color:#0a0a0a}.btn--primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:var(--shadow-lift)}.btn--primary:active{transform:translateY(0)}@media(prefers-reduced-motion:reduce){.btn{transition:none}.btn--primary:hover{transform:none}}.footer{border-top:1px solid var(--rule);padding:56px 0 64px;margin-top:clamp(96px,14vh,160px)}.footer__inner{max-width:1200px;margin:0 auto;padding:0 var(--gutter);display:flex;flex-direction:column;gap:24px}@media(min-width:720px){.footer__inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer__brand{display:inline-flex;align-items:center;gap:10px;color:var(--fg);text-decoration:none;font-size:14px;font-weight:500}.footer__brand .brand__mark{width:28px;height:28px}.footer__links{display:flex;flex-wrap:wrap;gap:24px;list-style:none;padding:0;margin:0}.footer__links a{color:var(--fg-muted);text-decoration:none;font-size:14px;transition:color .25s ease}.footer__links a:hover{color:var(--fg)}.footer__copy{color:var(--fg-quiet);font-size:13px}.reveal{opacity:0;transform:translateY(8px);transition:opacity .9s cubic-bezier(.2,.6,.2,1),transform .9s cubic-bezier(.2,.6,.2,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.prose h1{font-size:clamp(36px,5vw,56px);line-height:1.1;letter-spacing:-.025em;font-weight:600;margin:0 0 12px}.prose .updated{font-family:var(--font-mono);font-size:12px;color:var(--fg-quiet);letter-spacing:.05em;text-transform:uppercase;margin:0 0 56px}.prose h2{font-size:22px;font-weight:600;letter-spacing:-.01em;color:var(--fg);margin:56px 0 16px}.prose p,.prose li{font-size:18px;line-height:1.65;color:var(--fg-muted);max-width:64ch}.prose ul{padding-left:1.2em}.prose ul li{margin-bottom:10px}.prose a{color:var(--accent)}.prose a:hover{color:var(--accent-hover)}.hero-atmosphere{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 70% 55% at 78% 22%,var(--atmosphere-cobalt) 0%,transparent 65%),radial-gradient(ellipse 50% 40% at 18% 76%,var(--atmosphere-deep) 0%,transparent 70%);z-index:0}.hero>.wrap{position:relative;z-index:1}::view-transition-old(root){animation:.22s cubic-bezier(.4,0,.2,1) both fadeOut}::view-transition-new(root){animation:.36s cubic-bezier(.2,0,0,1) both slideUpIn}@keyframes fadeOut{to{opacity:0}}@keyframes slideUpIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none}}html,body,.site-header,.footer,.card,.founder__photo,.btn,.theme-toggle,.lang-switch{transition:background-color .35s ease,color .35s ease,border-color .35s ease}@media(prefers-reduced-motion:reduce){html,body,.site-header,.footer,.card,.founder__photo,.btn,.theme-toggle,.lang-switch{transition:none}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
