:root{--bg-primary:#020617;--bg-secondary:#0f172a;--bg-card:#1e293b80;--bg-card-hover:#1e293bcc;--bg-glass:#0f172ab3;--accent:#06b6d4;--accent-light:#22d3ee;--accent-glow:#06b6d426;--accent-strong:#06b6d44d;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border:#94a3b81a;--border-light:#94a3b833;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--header-height:64px;--max-width:1200px;--max-width-wide:1400px;--section-gap:6rem}html.light{--bg-primary:#f8fafc;--bg-secondary:#f1f5f9;--bg-card:#fffc;--bg-card-hover:#fffffff2;--bg-glass:#f8fafcd9;--accent:#0891b2;--accent-light:#06b6d4;--accent-glow:#0891b21f;--accent-strong:#0891b240;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--border:#64748b26;--border-light:#64748b40}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1rem);color-scheme:dark}html.light{color-scheme:light}body{font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-size:1rem;line-height:1.7;overflow-x:hidden}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-light)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}ul,li{list-style:none}::selection{background:var(--accent-strong);color:var(--text-primary)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.container--wide{max-width:var(--max-width-wide)}.section{padding:var(--section-gap) 0;position:relative}.section__title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:2.5rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;display:inline-block;position:relative}.section__title:after{content:"";background:linear-gradient(90deg, var(--accent), transparent);border-radius:4px;width:50px;height:3px;position:absolute;bottom:-8px;left:0}.card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s}.card:hover{box-shadow:0 12px 40px #0000004d, 0 0 25px var(--accent-glow);border-color:var(--border-light);transform:translateY(-2px)}html.light .card:hover{box-shadow:0 12px 40px #0000000f, 0 0 25px var(--accent-glow)}.badge{color:var(--accent-light);background:#06b6d41a;border:1px solid #06b6d433;border-radius:9999px;align-items:center;padding:.3rem .8rem;font-size:.82rem;font-weight:500;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.badge:hover{background:#06b6d42e;border-color:#06b6d466;transform:translateY(-1px)}.fade-in{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.fade-in.visible{opacity:1;transform:translateY(0)}.gradient-text{background:linear-gradient(135deg, var(--text-primary) 0%, var(--accent-light) 50%, var(--text-primary) 100%);-webkit-text-fill-color:transparent;background-size:200%;background-clip:text;animation:6s ease-in-out infinite alternate gradient-shift}@keyframes gradient-shift{0%{background-position:0%}to{background-position:200%}}@media (width<=640px){:root{--section-gap:4rem;--header-height:56px}.container{padding:0 1.25rem}.card{padding:1.25rem}}[data-lang]{display:none!important}html[lang=es] [data-lang=es],html[lang=en] [data-lang=en]{display:revert!important}#particles-js[data-astro-cid-3uf3asq6]{z-index:0;pointer-events:none;position:fixed;inset:0}.header[data-astro-cid-nen7h5rs]{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#020617bf;transition:background .3s;position:fixed;top:0;left:0;right:0}html.light .header[data-astro-cid-nen7h5rs]{background:#f8fafccc}.header__inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;height:100%;display:flex}.header__logo[data-astro-cid-nen7h5rs]{flex-shrink:0;align-items:center;height:56px;text-decoration:none;display:flex}.header__logo-img[data-astro-cid-nen7h5rs]{width:auto;height:56px}.header__logo-img--dark[data-astro-cid-nen7h5rs]{display:block}.header__logo-img--light[data-astro-cid-nen7h5rs],html.light .header__logo-img--dark[data-astro-cid-nen7h5rs]{display:none}html.light .header__logo-img--light[data-astro-cid-nen7h5rs]{display:block}.header__nav[data-astro-cid-nen7h5rs]{gap:.25rem;display:flex}.header__link[data-astro-cid-nen7h5rs]{color:var(--text-muted);border-radius:var(--radius-sm);padding:.4rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.header__link[data-astro-cid-nen7h5rs]:hover,.header__link[data-astro-cid-nen7h5rs].active{color:var(--text-primary);background:#94a3b814}.header__actions[data-astro-cid-nen7h5rs]{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.header__social[data-astro-cid-nen7h5rs]{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:color .2s,background .2s,border-color .2s,transform .2s,box-shadow .2s;display:flex}.header__social[data-astro-cid-nen7h5rs][href*=linkedin]{color:#38bdf8;background:#0ea5e91a;border-color:#0ea5e933}.header__social[data-astro-cid-nen7h5rs][href*=github]{color:#c084fc;background:#a855f71a;border-color:#a855f733}.header__social[data-astro-cid-nen7h5rs]:hover{transform:translateY(-2px)}.header__social[data-astro-cid-nen7h5rs][href*=linkedin]:hover{color:#7dd3fc;background:#0ea5e933;border-color:#0ea5e973;box-shadow:0 6px 16px #0ea5e929}.header__social[data-astro-cid-nen7h5rs][href*=github]:hover{color:#d8b4fe;background:#a855f733;border-color:#a855f773;box-shadow:0 6px 16px #a855f729}.header__lang-toggle[data-astro-cid-nen7h5rs]{color:var(--text-muted);border-radius:var(--radius-sm);letter-spacing:.03em;align-items:center;gap:2px;padding:.3rem .5rem;font-size:.78rem;font-weight:600;transition:color .2s,background .2s;display:flex}.header__lang-toggle[data-astro-cid-nen7h5rs]:hover{background:#94a3b814}.header__lang-option[data-astro-cid-nen7h5rs]{border-radius:4px;padding:.15rem .3rem;transition:all .2s}html[lang=es] .header__lang-option[data-astro-cid-nen7h5rs][data-lang-active=es],html[lang=en] .header__lang-option[data-astro-cid-nen7h5rs][data-lang-active=en]{color:var(--accent-light);background:#06b6d426}.header__lang-sep[data-astro-cid-nen7h5rs]{color:var(--text-muted);opacity:.4}.header__theme-toggle[data-astro-cid-nen7h5rs]{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-muted);justify-content:center;align-items:center;transition:color .2s,background .2s;display:flex}.header__theme-toggle[data-astro-cid-nen7h5rs]:hover{background:#94a3b814}.header__theme-icon--sun[data-astro-cid-nen7h5rs]{display:block}.header__theme-icon--moon[data-astro-cid-nen7h5rs],html.light .header__theme-icon--sun[data-astro-cid-nen7h5rs]{display:none}html.light .header__theme-icon--moon[data-astro-cid-nen7h5rs]{display:block}.header__menu-btn[data-astro-cid-nen7h5rs]{border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;display:none}.header__menu-line[data-astro-cid-nen7h5rs]{background:var(--text-primary);border-radius:4px;width:20px;height:2px;transition:all .3s}.header__menu-btn[data-astro-cid-nen7h5rs][aria-expanded=true] .header__menu-line[data-astro-cid-nen7h5rs]:first-child{transform:translateY(7px)rotate(45deg)}.header__menu-btn[data-astro-cid-nen7h5rs][aria-expanded=true] .header__menu-line[data-astro-cid-nen7h5rs]:nth-child(2){opacity:0}.header__menu-btn[data-astro-cid-nen7h5rs][aria-expanded=true] .header__menu-line[data-astro-cid-nen7h5rs]:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.header__logo[data-astro-cid-nen7h5rs],.header__logo-img[data-astro-cid-nen7h5rs]{height:48px}.header__nav[data-astro-cid-nen7h5rs]{top:var(--header-height);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;background:#020617f2;flex-direction:column;gap:.25rem;padding:1rem;transition:all .3s;position:fixed;left:0;right:0;transform:translateY(-100%)}html.light .header__nav[data-astro-cid-nen7h5rs]{background:#f8fafcf2}.header__nav[data-astro-cid-nen7h5rs].open{opacity:1;pointer-events:auto;transform:translateY(0)}.header__menu-btn[data-astro-cid-nen7h5rs]{display:flex}.header__link[data-astro-cid-nen7h5rs]{padding:.75rem 1rem;font-size:1rem}}.hero[data-astro-cid-ge2uvauf]{text-align:center;min-height:100vh;padding-top:var(--header-height);z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.hero__bg-gradient[data-astro-cid-ge2uvauf]{pointer-events:none;background:radial-gradient(at 50% 0,#06b6d41f 0%,#0000 50%),radial-gradient(at 80%,#7c3aed14 0%,#0000 40%),radial-gradient(at 20% 80%,#06b6d40f 0%,#0000 30%);position:absolute;inset:0}.hero__inner[data-astro-cid-ge2uvauf]{z-index:2;width:100%;min-height:calc(100vh - var(--header-height));flex-direction:column;justify-content:space-between;align-items:center;max-width:900px;padding:3vh 1.5rem 2vh;display:flex;position:relative}.hero__main[data-astro-cid-ge2uvauf]{flex-direction:column;align-items:center;gap:clamp(.5rem,1.5vh,1rem);width:100%;margin:auto 0;display:flex}.hero__avatar[data-astro-cid-ge2uvauf]{aspect-ratio:1;flex-shrink:0;width:clamp(130px,min(22vh,22vw),240px);transition:transform .3s}.hero__avatar[data-astro-cid-ge2uvauf]:hover{transform:scale(1.04)}.hero__avatar[data-astro-cid-ge2uvauf] picture[data-astro-cid-ge2uvauf]{border-radius:50%;width:100%;height:100%;display:block;overflow:hidden}.hero__avatar-img[data-astro-cid-ge2uvauf]{object-fit:cover;aspect-ratio:1;transform-origin:50%;width:100%;height:100%;display:block;transform:scale(1.12);mask-image:radial-gradient(circle closest-side,#000 70%,#000c 80%,#0000004d 92%,#0000 100%)}.hero__avatar-fallback[data-astro-cid-ge2uvauf]{background:linear-gradient(135deg, var(--accent), #a78bfa);color:#fff;letter-spacing:-.02em;justify-content:center;align-items:center;width:100%;height:100%;font-size:clamp(2rem,6vh,4rem);font-weight:800;display:flex}.hero__content[data-astro-cid-ge2uvauf]{flex-direction:column;align-items:center;gap:clamp(.3rem,1vh,.6rem);display:flex}.hero__greeting[data-astro-cid-ge2uvauf]{color:var(--text-muted);align-items:center;gap:.4rem;margin:0;font-size:clamp(.85rem,1.6vh,1.1rem);display:flex}.hero__greeting-wave[data-astro-cid-ge2uvauf]{transform-origin:70% 70%;animation:2s ease-in-out infinite wave;display:inline-block}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.hero__name[data-astro-cid-ge2uvauf]{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:clamp(1.8rem,min(8vh,9vw),5rem);font-weight:800;line-height:1.05}.hero__title[data-astro-cid-ge2uvauf]{color:var(--accent-light);letter-spacing:.04em;margin:0;font-size:clamp(1rem,min(2.5vh,3vw),1.6rem);font-weight:500}.hero__tech-stack[data-astro-cid-ge2uvauf]{flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:.25rem;display:flex}.hero__tech-stack[data-astro-cid-ge2uvauf] .badge[data-astro-cid-ge2uvauf]{padding:.25rem .7rem;font-size:clamp(.7rem,1.4vh,.85rem)}.hero__location[data-astro-cid-ge2uvauf]{color:var(--text-muted);align-items:center;gap:.4rem;margin:.25rem 0 0;font-size:clamp(.8rem,1.6vh,1rem);display:flex}.hero__location-icon[data-astro-cid-ge2uvauf]{flex-shrink:0}.hero__actions[data-astro-cid-ge2uvauf]{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.hero__btn[data-astro-cid-ge2uvauf]{border-radius:var(--radius-lg);white-space:nowrap;align-items:center;gap:.5rem;padding:clamp(.55rem,1.6vh,.85rem) clamp(1.1rem,2.5vh,1.8rem);font-size:clamp(.8rem,1.6vh,1rem);font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero__btn--primary[data-astro-cid-ge2uvauf]{background:var(--accent);color:#0f172a;box-shadow:0 4px 25px var(--accent-glow)}.hero__btn--primary[data-astro-cid-ge2uvauf]:hover{background:var(--accent-light);box-shadow:0 6px 30px var(--accent-glow);color:#0f172a;transform:translateY(-2px)}.hero__btn--secondary[data-astro-cid-ge2uvauf]{color:var(--text-primary);border:1px solid var(--border);background:#94a3b814}.hero__btn--secondary[data-astro-cid-ge2uvauf]:hover{border-color:var(--accent);color:var(--accent-light);background:#06b6d414;transform:translateY(-2px)}.hero__scroll[data-astro-cid-ge2uvauf]{opacity:.5;flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;padding-bottom:1vh;animation:2.5s ease-in-out infinite float;display:flex}.hero__scroll-text[data-astro-cid-ge2uvauf]{color:var(--text-muted);letter-spacing:.05em;font-size:clamp(.7rem,1.4vh,.8rem)}.hero__scroll-arrow[data-astro-cid-ge2uvauf]{border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);width:18px;height:18px;transform:rotate(45deg)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media (width<=480px){.hero__actions[data-astro-cid-ge2uvauf]{flex-direction:column;gap:.5rem;width:100%;max-width:240px}.hero__btn[data-astro-cid-ge2uvauf]{justify-content:center}}.about[data-astro-cid-oxgmilyn]{text-align:center;max-width:1100px;margin:0 auto;padding:1rem 0}.about__label[data-astro-cid-oxgmilyn]{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-light);background:#06b6d41a;border:1px solid #06b6d433;border-radius:9999px;margin-bottom:2rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.about__lead[data-astro-cid-oxgmilyn]{color:var(--text-primary);margin:0 0 3rem;padding:0 1rem;font-size:clamp(1.1rem,2.4vw,1.55rem);font-weight:500;line-height:1.85}.about__divider[data-astro-cid-oxgmilyn]{background:linear-gradient(90deg, transparent, var(--accent), transparent);border-radius:4px;width:100px;height:3px;margin:0 auto 3rem}.about__columns[data-astro-cid-oxgmilyn]{text-align:left;grid-template-columns:repeat(2,1fr);gap:3rem;padding:0 1rem;display:grid}.about__text[data-astro-cid-oxgmilyn]{color:var(--text-secondary);margin:0;font-size:clamp(.95rem,1.5vw,1.08rem);line-height:1.85}@media (width<=768px){.about[data-astro-cid-oxgmilyn]{padding:0}.about__label[data-astro-cid-oxgmilyn]{margin-bottom:1.5rem}.about__lead[data-astro-cid-oxgmilyn]{margin-bottom:2rem;padding:0;line-height:1.75}.about__divider[data-astro-cid-oxgmilyn]{margin-bottom:2rem}.about__columns[data-astro-cid-oxgmilyn]{text-align:left;grid-template-columns:1fr;gap:1.5rem;padding:0}}.timeline[data-astro-cid-bl6cniha]{flex-direction:column;gap:1.5rem;display:flex;position:relative}.timeline[data-astro-cid-bl6cniha]:before{content:"";background:linear-gradient(180deg, var(--accent), var(--border), transparent);border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:20px}.timeline__item[data-astro-cid-bl6cniha]{margin-left:48px;position:relative}.timeline__item[data-astro-cid-bl6cniha]:before{content:"";background:var(--accent);border:2px solid var(--bg-primary);width:10px;height:10px;box-shadow:0 0 0 3px var(--accent-glow);z-index:2;border-radius:50%;position:absolute;top:1.5rem;left:-36px}.timeline__header[data-astro-cid-bl6cniha]{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.timeline__header-main[data-astro-cid-bl6cniha]{flex:1}.timeline__role[data-astro-cid-bl6cniha]{color:var(--text-primary);margin:0 0 .3rem;font-size:1.2rem;font-weight:700}.timeline__company[data-astro-cid-bl6cniha]{color:var(--accent-light);margin:0;font-size:.95rem;font-weight:500}.timeline__location[data-astro-cid-bl6cniha]{color:var(--text-muted);font-weight:400}.timeline__period[data-astro-cid-bl6cniha]{flex-shrink:0}.timeline__bullets[data-astro-cid-bl6cniha]{flex-direction:column;gap:.5rem;padding:0;display:flex}.timeline__bullet[data-astro-cid-bl6cniha]{color:var(--text-secondary);padding-left:1.25rem;font-size:.92rem;line-height:1.65;position:relative}.timeline__bullet[data-astro-cid-bl6cniha]:before{content:"";background:var(--accent);opacity:.6;border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}@media (width<=640px){.timeline[data-astro-cid-bl6cniha]:before{left:12px}.timeline__item[data-astro-cid-bl6cniha]{margin-left:32px}.timeline__item[data-astro-cid-bl6cniha]:before{width:8px;height:8px;top:1.2rem;left:-24px}.timeline__header[data-astro-cid-bl6cniha]{flex-direction:column}}.edu-grid[data-astro-cid-ew4vagfh]{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.edu-card__header[data-astro-cid-ew4vagfh]{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.edu-card__institution[data-astro-cid-ew4vagfh]{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.edu-card__period[data-astro-cid-ew4vagfh]{flex-shrink:0}.edu-card__degree[data-astro-cid-ew4vagfh]{color:var(--accent-light);margin:0 0 1rem;font-size:.92rem;font-weight:500}.edu-card__details[data-astro-cid-ew4vagfh]{flex-direction:column;gap:.4rem;padding:0;display:flex}.edu-card__details[data-astro-cid-ew4vagfh] li[data-astro-cid-ew4vagfh]{color:var(--text-secondary);padding-left:1.15rem;font-size:.9rem;line-height:1.6;position:relative}.edu-card__details[data-astro-cid-ew4vagfh] li[data-astro-cid-ew4vagfh]:before{content:"▸";color:var(--accent);font-size:.7rem;position:absolute;top:.15em;left:0}@media (width<=768px){.edu-grid[data-astro-cid-ew4vagfh]{grid-template-columns:1fr}}.projects-grid[data-astro-cid-ftq3vvlr]{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.project-card__name[data-astro-cid-ftq3vvlr]{color:var(--text-primary);border-bottom:1px solid var(--border);margin:0 0 .85rem;padding-bottom:.85rem;font-size:1.15rem;font-weight:700}.project-card__desc[data-astro-cid-ftq3vvlr]{flex-direction:column;gap:.45rem;margin-bottom:1.25rem;padding:0;display:flex}.project-card__desc[data-astro-cid-ftq3vvlr] li[data-astro-cid-ftq3vvlr]{color:var(--text-secondary);padding-left:1.15rem;font-size:.9rem;line-height:1.6;position:relative}.project-card__desc[data-astro-cid-ftq3vvlr] li[data-astro-cid-ftq3vvlr]:before{content:"▸";color:var(--accent);font-size:.7rem;position:absolute;top:.15em;left:0}.project-card__tech[data-astro-cid-ftq3vvlr]{flex-wrap:wrap;gap:.45rem;display:flex}@media (width<=768px){.projects-grid[data-astro-cid-ftq3vvlr]{grid-template-columns:1fr}}.skills-grid[data-astro-cid-2zwc476k]{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.skills-group__category[data-astro-cid-2zwc476k]{color:var(--accent-light);text-transform:uppercase;letter-spacing:.06em;margin:0 0 .85rem;font-size:.8rem;font-weight:600}.skills-group__items[data-astro-cid-2zwc476k]{flex-wrap:wrap;gap:.4rem;display:flex}@media (width<=1024px){.skills-grid[data-astro-cid-2zwc476k]{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.skills-grid[data-astro-cid-2zwc476k]{grid-template-columns:1fr}}.soft-skills-grid[data-astro-cid-r7epskrw]{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.soft-skills__chips[data-astro-cid-r7epskrw]{flex-wrap:wrap;gap:.5rem;display:flex}.soft-skills__chip[data-astro-cid-r7epskrw]{padding:.35rem .9rem;font-size:.88rem}.lang-list[data-astro-cid-r7epskrw]{flex-direction:column;gap:.75rem;display:flex}.lang-item[data-astro-cid-r7epskrw]{justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}.lang-item__name[data-astro-cid-r7epskrw]{color:var(--text-primary);font-size:1rem;font-weight:600}.lang-item__level[data-astro-cid-r7epskrw]{font-size:.82rem}@media (width<=768px){.soft-skills-grid[data-astro-cid-r7epskrw]{grid-template-columns:1fr;gap:2rem}}.footer[data-astro-cid-jo6i4kqk]{border-top:1px solid var(--border);padding-bottom:2rem}.footer__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2rem;display:grid}.footer__contact-list[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:.85rem;display:flex}.footer__contact-item[data-astro-cid-jo6i4kqk]{color:var(--text-secondary);align-items:center;gap:.65rem;font-size:.92rem;text-decoration:none;transition:color .2s;display:flex}a[data-astro-cid-jo6i4kqk].footer__contact-item:hover{color:var(--accent-light)}.footer__tags[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.footer__tags[data-astro-cid-jo6i4kqk] .badge[data-astro-cid-jo6i4kqk]{font-size:.85rem}.footer__bottom[data-astro-cid-jo6i4kqk]{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding-top:1.5rem;font-size:.82rem}@media (width<=640px){.footer__grid[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr;gap:2rem}}
