@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#080810;--bg-secondary:#06060e;--accent:#6366f1;--accent-light:#818cf8;--accent-2:#38bdf8;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#ffffff14}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}#root{width:100%;min-height:100vh}.app{flex-direction:column;width:100%;min-height:100vh;display:flex}main{flex:1}.section{padding:7rem 0;position:relative}.section__header{flex-direction:column;align-items:flex-start;gap:.4rem;display:flex}.section__tag{color:#6366f1;letter-spacing:.15em;text-transform:uppercase;font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:700}.section__title{color:#f1f5f9;letter-spacing:-.03em;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.section__line{background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:2px;width:48px;height:3px;margin-top:.5rem}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#080810}::-webkit-scrollbar-thumb{background:#1e1b4b;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4338ca}::selection{color:#e2e8f0;background:#6366f159}:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #6366f1}.navbar{z-index:1000;padding:1.2rem 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a14d9;border-bottom:1px solid #6366f126;padding:.8rem 0;box-shadow:0 4px 30px #0006}.navbar__container{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.navbar__logo{cursor:pointer;align-items:center;gap:.1rem;font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.navbar__logo-text{color:#f1f5f9;letter-spacing:-.5px}.navbar__logo-dot{color:#6366f1;font-size:1.8rem;line-height:1}.navbar__links{align-items:center;gap:.25rem;display:flex}.navbar__link{color:#94a3b8;cursor:pointer;letter-spacing:.01em;background:0 0;border:none;border-radius:6px;padding:.4rem .75rem;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.navbar__link:hover,.navbar__link--active{color:#e2e8f0;background:#6366f11f}.navbar__actions{align-items:center;gap:.75rem;display:flex}.navbar__lang-btn{color:#e2e8f0;cursor:pointer;background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;min-width:72px;padding:.4rem .8rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.navbar__lang-btn:hover{background:#6366f133;border-color:#6366f180}.navbar__cv-btn{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 12px #6366f14d}.navbar__cv-btn:hover{transform:translateY(-1px);box-shadow:0 4px 20px #6366f180}.navbar__burger{color:#e2e8f0;cursor:pointer;background:0 0;border:none;padding:.25rem;display:none}.navbar__mobile{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a14f2;border-top:1px solid #6366f126;overflow:hidden}.navbar__mobile-link{text-align:left;color:#94a3b8;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0a;width:100%;padding:.9rem 2rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:block}.navbar__mobile-link:hover{color:#e2e8f0;background:#6366f114}.navbar__mobile-actions{align-items:center;gap:.75rem;padding:1rem 2rem;display:flex}@media (width<=900px){.navbar__links,.navbar__cv-btn,.navbar__lang-btn:not(.navbar__mobile-actions .navbar__lang-btn){display:none}.navbar__burger{display:flex}}@media (width<=480px){.navbar__container{padding:0 1.25rem}}.hero{background:#080810;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__canvas{z-index:0;position:absolute;inset:0}.hero__glow{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero__glow--1{background:radial-gradient(circle,#6366f12e 0%,#0000 70%);width:600px;height:600px;animation:6s ease-in-out infinite alternate glowPulse;top:-100px;left:-100px}.hero__glow--2{background:radial-gradient(circle,#38bdf81f 0%,#0000 70%);width:500px;height:500px;animation:8s ease-in-out infinite alternate-reverse glowPulse;bottom:-80px;right:-80px}@keyframes glowPulse{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.15)}}.hero__content{z-index:1;text-align:center;max-width:800px;padding:2rem;position:relative}.hero__greeting{color:#6366f1;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-size:1.1rem;font-weight:500}.hero__name{letter-spacing:-.03em;background:linear-gradient(135deg,#f1f5f9 0%,#c7d2fe 40%,#818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Space Grotesk,sans-serif;font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.05}.hero__title-wrapper{margin-bottom:.75rem;overflow:hidden}.hero__title{color:#94a3b8;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.2rem,3vw,1.75rem);font-weight:600}.hero__subtitle-wrapper{margin-bottom:.5rem;overflow:hidden}.hero__subtitle{color:#64748b;margin:0;font-size:clamp(1rem,2.5vw,1.2rem);font-style:italic}.hero__stack{color:#6366f1;letter-spacing:.1em;margin:1.5rem 0;font-size:.9rem;font-weight:600}.hero__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.hero__btn{cursor:pointer;letter-spacing:.02em;border:none;border-radius:12px;padding:.85rem 2rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s}.hero__btn--primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 20px #6366f166}.hero__btn--primary:hover{box-shadow:0 6px 30px #6366f199}.hero__btn--secondary{color:#e2e8f0;background:0 0;border:1.5px solid #6366f180}.hero__btn--secondary:hover{background:#6366f11a;border-color:#6366f1}.hero__socials{justify-content:center;gap:1rem;display:flex}.hero__social-link{color:#94a3b8;background:#6366f11a;border:1px solid #6366f140;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .25s;display:flex}.hero__social-link:hover{color:#e2e8f0;background:#6366f133;border-color:#6366f1}.hero__scroll-hint{z-index:1;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero__scroll-icon{color:#6366f1;opacity:.7;cursor:pointer;padding:.5rem}@media (width<=480px){.hero__ctas{flex-direction:column;align-items:center}.hero__btn{width:200px}}.about{background:#080810}.about__container{max-width:1100px;margin:0 auto;padding:0 2rem}.about__avatar-img{object-fit:cover;object-position:30% center;border-radius:50%;width:100%;height:100%;display:block}.about__grid{grid-template-columns:280px 1fr;align-items:start;gap:5rem;margin-top:4rem;display:grid}.about__photo-col{justify-content:center;display:flex}.about__avatar-wrapper{flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.about__avatar-ring{background:conic-gradient(#6366f1,#8b5cf6,#38bdf8,#6366f1);border-radius:50%;width:200px;height:200px;animation:6s linear infinite spinRing;position:absolute;top:-4px;left:50%;transform:translate(-50%)}@keyframes spinRing{0%{transform:translate(-50%)rotate(0)}to{transform:translate(-50%)rotate(360deg)}}.about__avatar{z-index:1;background:linear-gradient(135deg,#1e1b4b,#312e81);border:3px solid #0a0a15;border-radius:50%;justify-content:center;align-items:center;width:192px;height:192px;display:flex;position:relative}.about__avatar-initials{background:linear-gradient(135deg,#c7d2fe,#818cf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,sans-serif;font-size:3rem;font-weight:800}.about__avatar-badge{z-index:1;background:#6366f126;border:1px solid #6366f159;border-radius:20px;padding:.35rem 1rem}.about__avatar-badge span{color:#818cf8;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;display:flex}.about__avatar-badge span:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.about__content-col{flex-direction:column;gap:2rem;display:flex}.about__bio{color:#94a3b8;font-size:1.05rem;line-height:1.85}.about__stats{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.about__stat{cursor:default;background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:1rem;padding:1.1rem 1.25rem;transition:border-color .25s;display:flex}.about__stat:hover{border-color:#6366f14d}.about__stat-icon{color:#818cf8;background:#6366f11f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.about__stat-value{color:#e2e8f0;margin-bottom:.15rem;font-size:.95rem;font-weight:700}.about__stat-label{color:#64748b;font-size:.75rem;font-weight:500}@media (width<=860px){.about__grid{grid-template-columns:1fr;gap:3rem}.about__photo-col{order:-1}.about__stats{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.about__stats{grid-template-columns:1fr}}.skills{background:#06060e}.skills__container{max-width:1100px;margin:0 auto;padding:0 2rem}.skills__groups{flex-direction:column;gap:3rem;margin-top:4rem;display:flex}.skills__group{background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;padding:2rem}.skills__group-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.skills__group-icon{color:#818cf8;background:#6366f126;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.skills__group-title{color:#c7d2fe;letter-spacing:.05em;text-transform:uppercase;margin:0;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700}.skills__grid{flex-wrap:wrap;gap:.75rem;display:flex}.skill-card{cursor:default;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:.55rem;padding:.6rem 1.1rem;transition:border-color .25s,background .25s;display:flex}.skill-card:hover{background:#6366f11a;border-color:#6366f159}.skill-card__icon{flex-shrink:0;align-items:center;font-size:1.15rem;display:flex}.skill-card__name{color:#cbd5e1;white-space:nowrap;font-size:.875rem;font-weight:600}@media (width<=600px){.skills__group{padding:1.5rem}.skill-card{padding:.5rem .85rem}.skill-card__name{font-size:.8rem}}.experience{background:#080810}.experience__container{max-width:900px;margin:0 auto;padding:0 2rem}.timeline{margin-top:4rem;padding-left:3rem;position:relative}.timeline__line{background:linear-gradient(#6366f1,#6366f11a);border-radius:1px;width:2px;position:absolute;top:0;bottom:0;left:11px}.timeline__item{margin-bottom:2.5rem;position:relative}.timeline__dot{color:#fff;z-index:1;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:1.5rem;left:-2.75rem;box-shadow:0 0 20px #6366f180}.timeline__card{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;padding:2rem;transition:border-color .25s}.timeline__card:hover{border-color:#6366f14d}.timeline__card-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.timeline__job-title{color:#e2e8f0;margin:0 0 .3rem;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700}.timeline__company{color:#818cf8;margin:0;font-size:.9rem;font-weight:600}.timeline__period{color:#64748b;white-space:nowrap;align-items:center;gap:.4rem;padding-top:.2rem;font-size:.82rem;font-weight:500;display:flex}.timeline__bullets{flex-direction:column;gap:.75rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.timeline__bullets li{color:#94a3b8;gap:.65rem;font-size:.92rem;line-height:1.65;display:flex}.timeline__bullet-icon{color:#818cf8;flex-shrink:0;margin-top:2px}.timeline__tags{flex-wrap:wrap;gap:.5rem;display:flex}.timeline__tag{color:#818cf8;background:#6366f11a;border:1px solid #6366f140;border-radius:20px;padding:.25rem .7rem;font-size:.75rem;font-weight:600}@media (width<=600px){.timeline{padding-left:2rem}.timeline__dot{width:22px;height:22px;font-size:.7rem;left:-1.75rem}.timeline__card{padding:1.5rem}.timeline__card-header{flex-direction:column}}.projects{background:#06060e}.projects__container{max-width:1200px;margin:0 auto;padding:0 2rem}.projects__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.project-card{cursor:default;background:#ffffff06;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;transition:border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.project-card:hover{border-color:#6366f159;box-shadow:0 20px 60px #00000080}.project-card__header{justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.project-card__number{opacity:.8;font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:800;line-height:1}.project-card__period{color:#64748b;text-align:right;font-size:.75rem;font-weight:500}.project-card__body{flex-direction:column;flex:1;gap:.6rem;padding:1rem 1.5rem 1.25rem;display:flex}.project-card__title{color:#e2e8f0;margin:0;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;line-height:1.4}.project-card__role{color:#818cf8;margin:0;font-size:.8rem;font-weight:600}.project-card__tech{color:#64748b;align-items:center;gap:.4rem;margin:0;font-size:.78rem;display:flex}.project-card__desc{color:#94a3b8;flex:1;margin:.25rem 0 0;font-size:.875rem;line-height:1.65}.project-card__tags{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.project-card__tag{letter-spacing:.03em;background:0 0;border:1px solid;border-radius:20px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.project-card__footer{margin-top:auto}.project-card__gradient-bar{width:100%;height:3px}@media (width<=960px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.projects__grid{grid-template-columns:1fr}}.education{background:#080810}.education__container{max-width:1100px;margin:0 auto;padding:0 2rem}.education__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.edu-card{cursor:default;background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;flex-direction:column;gap:.75rem;padding:2rem 1.5rem;transition:border-color .25s;display:flex}.edu-card:hover{border-color:#6366f14d}.edu-card--featured{background:linear-gradient(135deg,#6366f114,#8b5cf60d);border-color:#6366f140;grid-column:span 1}.edu-card__icon{color:#818cf8;background:#6366f126;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.25rem;display:flex}.edu-card--featured .edu-card__icon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 15px #6366f159}.edu-card__school{color:#e2e8f0;margin:0;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;line-height:1.3}.edu-card__degree{color:#94a3b8;margin:0;font-size:.875rem}.edu-card__meta{flex-direction:column;gap:.4rem;margin-top:auto;display:flex}.edu-card__period{color:#64748b;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;display:flex}.edu-card__detail{color:#818cf8;background:#6366f11a;border-radius:20px;width:fit-content;padding:.2rem .6rem;font-size:.8rem;font-weight:700;display:inline-block}@media (width<=860px){.education__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.education__grid{grid-template-columns:1fr}}.certificates{background:#06060e}.certificates__container{max-width:1200px;margin:0 auto;padding:0 2rem}.certificates__scroll-wrapper{align-items:center;gap:.75rem;margin-top:4rem;display:flex;position:relative}.certificates__track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:1.25rem;padding:1rem .25rem 1.5rem;display:flex;overflow-x:auto}.certificates__track::-webkit-scrollbar{display:none}.certificates__scroll-btn{color:#818cf8;cursor:pointer;background:#6366f11a;border:1px solid #6366f14d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.certificates__scroll-btn:hover{color:#e2e8f0;background:#6366f133}.cert-card{scroll-snap-align:start;cursor:default;background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;flex:0 0 280px;gap:.75rem;padding:1.75rem;transition:border-color .25s;display:flex}.cert-card:hover{border-color:#6366f14d}.cert-card__top{justify-content:space-between;align-items:center;display:flex}.cert-card__icon{color:#818cf8;background:linear-gradient(135deg,#6366f133,#8b5cf626);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.cert-card__issuer{letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:800}.cert-card__title{color:#e2e8f0;flex:1;margin:0;font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:700;line-height:1.45}.cert-card__year{color:#64748b;align-items:center;gap:.4rem;margin-top:auto;font-size:.78rem;font-weight:500;display:flex}@media (width<=600px){.cert-card{flex:0 0 240px}.certificates__scroll-btn{width:36px;height:36px}}.contact{background:#080810}.contact__container{max-width:1100px;margin:0 auto;padding:0 2rem}.contact__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:5rem;margin-top:4rem;display:grid}.contact__info{flex-direction:column;gap:2.5rem;display:flex}.contact__info-items{flex-direction:column;gap:1.25rem;display:flex}.contact__info-item{cursor:default;align-items:flex-start;gap:1rem;display:flex}.contact__info-icon{color:#818cf8;background:#6366f11f;border:1px solid #6366f133;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;display:flex}.contact__info-label{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.2rem;font-size:.75rem;font-weight:600}.contact__info-value{color:#cbd5e1;font-size:.92rem;font-weight:500}.contact__info-link{color:#cbd5e1;text-decoration:none;transition:color .2s}.contact__info-link:hover{color:#818cf8}.contact__socials{gap:.75rem;display:flex}.contact__social{color:#94a3b8;background:#6366f11a;border:1px solid #6366f140;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .2s;display:flex}.contact__social:hover{color:#e2e8f0;background:#6366f133;border-color:#6366f1}.contact__form{flex-direction:column;gap:1.25rem;display:flex}.contact__field{flex-direction:column;gap:.4rem;transition:transform .2s;display:flex}.contact__field--focused{transform:translateY(-1px)}.contact__label{color:#64748b;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:600}.contact__input,.contact__textarea{color:#e2e8f0;resize:none;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:.85rem 1.1rem;font-family:inherit;font-size:.92rem;transition:border-color .25s,background .25s,box-shadow .25s}.contact__input::placeholder,.contact__textarea::placeholder{color:#475569}.contact__input:focus,.contact__textarea:focus{background:#6366f10f;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.contact__textarea{min-height:130px;max-height:280px}.contact__submit{color:#fff;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-height:52px;padding:.9rem 2rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 20px #6366f159}.contact__submit--sent{cursor:default;background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 4px 20px #16a34a4d}.contact__submit-inner{align-items:center;gap:.5rem;display:flex}@media (width<=800px){.contact__grid{grid-template-columns:1fr;gap:3rem}}.footer{background:#06060e;border-top:1px solid #ffffff0f;padding:2.5rem 0 2rem}.footer__container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer__top{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.footer__logo{color:#f1f5f9;font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:800}.footer__logo-dot{color:#6366f1}.footer__socials{gap:.75rem;display:flex}.footer__social{color:#64748b;background:#6366f114;border:1px solid #6366f133;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .2s;display:flex}.footer__social:hover{color:#818cf8;background:#6366f12e;border-color:#6366f166}.footer__divider{background:linear-gradient(90deg,#0000,#6366f133,#0000);height:1px;margin-bottom:1.5rem}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.footer__text{color:#475569;margin:0;font-size:.85rem}.footer__made-with{color:#3b4458;align-items:center;gap:.35rem;margin:0;font-size:.82rem;display:flex}.footer__heart{color:#ef4444;animation:1.5s ease-in-out infinite heartbeat}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}@media (width<=480px){.footer__bottom{text-align:center;flex-direction:column;align-items:center}}
