.Hero-module__Z8hQ_W__hero{min-height:100vh;padding-top:var(--nav-height);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__hero:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#6366f11a 0%,#0000 70%);width:100vw;height:100vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__floatingShapes{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__Z8hQ_W__shape1,.Hero-module__Z8hQ_W__shape2,.Hero-module__Z8hQ_W__shape3{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.Hero-module__Z8hQ_W__shape1{background:var(--primary);width:400px;height:400px;animation:15s ease-in-out infinite Hero-module__Z8hQ_W__float1;top:10%;right:-10%}.Hero-module__Z8hQ_W__shape2{background:var(--secondary);width:300px;height:300px;animation:18s ease-in-out infinite Hero-module__Z8hQ_W__float2;bottom:20%;left:-5%}.Hero-module__Z8hQ_W__shape3{background:var(--accent);width:200px;height:200px;animation:12s ease-in-out infinite Hero-module__Z8hQ_W__float3;top:50%;right:30%}@keyframes Hero-module__Z8hQ_W__float1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,50px)scale(1.1)}66%{transform:translate(30px,-30px)scale(.9)}}@keyframes Hero-module__Z8hQ_W__float2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-40px)scale(1.15)}66%{transform:translate(-20px,20px)scale(.95)}}@keyframes Hero-module__Z8hQ_W__float3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-60px,-60px)scale(1.2)}}.Hero-module__Z8hQ_W__content{z-index:1;grid-template-columns:1fr;align-items:center;gap:3rem;display:grid;position:relative}@media (min-width:768px){.Hero-module__Z8hQ_W__content{grid-template-columns:1fr 1fr}}.Hero-module__Z8hQ_W__textContent{order:2}@media (min-width:768px){.Hero-module__Z8hQ_W__textContent{order:1}}.Hero-module__Z8hQ_W__greeting{font-family:var(--font-mono);color:var(--accent);opacity:0;margin-bottom:1.5rem;font-size:1.1rem;animation:.5s forwards Hero-module__Z8hQ_W__slideDown;display:block}.Hero-module__Z8hQ_W__title{margin-bottom:1.5rem}.Hero-module__Z8hQ_W__name{letter-spacing:-.02em;opacity:0;background:linear-gradient(90deg,#fff,#9ca3af);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:4rem;font-weight:800;line-height:1.1;animation:.8s .2s forwards Hero-module__Z8hQ_W__slideUp}.Hero-module__Z8hQ_W__role{opacity:0;font-size:3rem;font-weight:700;line-height:1.1;animation:.8s .4s forwards Hero-module__Z8hQ_W__slideUp}.Hero-module__Z8hQ_W__description{color:var(--foreground-muted);opacity:0;max-width:600px;margin-bottom:2rem;font-size:1.15rem;line-height:1.6;animation:.8s .6s forwards Hero-module__Z8hQ_W__slideUp}.Hero-module__Z8hQ_W__actions{opacity:0;gap:1.5rem;animation:.8s .8s forwards Hero-module__Z8hQ_W__slideUp;display:flex}.Hero-module__Z8hQ_W__imageWrapper{order:1;width:100%;max-width:350px;margin:0 auto;animation:20s linear infinite Hero-module__Z8hQ_W__floatPath;position:relative}@media (min-width:768px){.Hero-module__Z8hQ_W__imageWrapper{order:2;max-width:400px}}.Hero-module__Z8hQ_W__imageGlow{filter:blur(60px);z-index:0;background:radial-gradient(circle,#6366f166 0%,#0000 70%);border-radius:50%;width:120%;height:120%;animation:4s ease-in-out infinite Hero-module__Z8hQ_W__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__heroImage{z-index:1;border:3px solid var(--glass-border);object-fit:cover;object-position:top;aspect-ratio:1;opacity:0;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;width:100%;height:auto;transition:transform .3s,box-shadow .3s;animation:1s .5s forwards Hero-module__Z8hQ_W__fadeIn,8s ease-in-out infinite Hero-module__Z8hQ_W__morph;position:relative;box-shadow:0 10px 40px #0003}.Hero-module__Z8hQ_W__heroImage:hover{transform:scale(1.02);box-shadow:0 20px 50px #6366f14d}@keyframes Hero-module__Z8hQ_W__morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}@keyframes Hero-module__Z8hQ_W__floatPath{0%{transform:translate(0)rotate(0)}25%{transform:translateY(15px)rotate(1deg)}50%{transform:translate(15px,15px)rotate(0)}75%{transform:translate(15px)rotate(-1deg)}to{transform:translate(0)rotate(0)}}@keyframes Hero-module__Z8hQ_W__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.1)}}@media (max-width:768px){.Hero-module__Z8hQ_W__name{font-size:2.5rem}.Hero-module__Z8hQ_W__role{font-size:2rem}.Hero-module__Z8hQ_W__description{font-size:1rem}.Hero-module__Z8hQ_W__actions{flex-direction:column;gap:1rem}.Hero-module__Z8hQ_W__shape1,.Hero-module__Z8hQ_W__shape2,.Hero-module__Z8hQ_W__shape3{opacity:.2}.Hero-module__Z8hQ_W__textContent{text-align:center}.Hero-module__Z8hQ_W__actions{justify-content:center}}[data-theme=light] .Hero-module__Z8hQ_W__name{background:linear-gradient(90deg,#0f172a,#334155);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}:is([data-theme=light] .Hero-module__Z8hQ_W__shape1,[data-theme=light] .Hero-module__Z8hQ_W__shape2,[data-theme=light] .Hero-module__Z8hQ_W__shape3){opacity:.15}.Hero-module__Z8hQ_W__socials{opacity:0;gap:1.5rem;margin-top:2rem;animation:.8s 1s forwards Hero-module__Z8hQ_W__slideUp;display:flex}.Hero-module__Z8hQ_W__socialLink{border:1px solid var(--glass-border);width:48px;height:48px;color:var(--foreground-muted);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Hero-module__Z8hQ_W__socialLink:hover{background:var(--glass-bg);color:var(--primary);border-color:var(--primary);transform:translateY(-3px);box-shadow:0 5px 15px #6366f133}@media (max-width:768px){.Hero-module__Z8hQ_W__socials{justify-content:center}}
.Button-module__3dJGfa__button{border-radius:var(--radius);justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.Button-module__3dJGfa__primary{background:var(--primary);color:#fff}.Button-module__3dJGfa__primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.Button-module__3dJGfa__outline{border:2px solid var(--border);color:var(--foreground);background:0 0}.Button-module__3dJGfa__outline:hover{border-color:var(--primary);color:var(--primary)}.Button-module__3dJGfa__ghost{color:var(--foreground-muted);background:0 0}.Button-module__3dJGfa__ghost:hover{background:var(--surface-hover);color:var(--foreground)}
.Typewriter-module__dRRvUG__cursor{background-color:var(--primary);vertical-align:text-bottom;width:4px;height:1em;margin-left:4px;animation:1s step-end infinite Typewriter-module__dRRvUG__blink;display:inline-block}@keyframes Typewriter-module__dRRvUG__blink{0%,to{opacity:1}50%{opacity:0}}
.About-module__vqXTeW__container{max-width:900px;margin:0 auto}.About-module__vqXTeW__aboutText{text-align:left;flex-direction:column;gap:1.25rem;max-width:720px;margin-bottom:3.5rem;margin-left:auto;margin-right:auto;display:flex}.About-module__vqXTeW__leadParagraph{color:var(--foreground);font-size:1.25rem;font-weight:500;line-height:1.75}.About-module__vqXTeW__paragraph{color:var(--foreground-muted);font-size:1.05rem;line-height:1.8}.highlight{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700}@media (max-width:768px){.About-module__vqXTeW__aboutText{text-align:center}}.About-module__vqXTeW__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:4rem;display:grid}@media (min-width:640px){.About-module__vqXTeW__statsGrid{grid-template-columns:repeat(4,1fr)}}.About-module__vqXTeW__statCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius);flex-direction:column;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.About-module__vqXTeW__statCard:hover{border-color:#6366f14d;transform:translateY(-5px)}.About-module__vqXTeW__statValue{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1.2}.About-module__vqXTeW__statLabel{color:var(--foreground-muted);text-align:center;margin-top:.5rem;font-size:.9rem}.About-module__vqXTeW__hobbiesSection{border-top:1px solid var(--glass-border);text-align:center;padding-top:3rem}.About-module__vqXTeW__hobbiesTitle{color:var(--foreground);background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.About-module__vqXTeW__hobbiesSubtext{color:var(--foreground-muted);margin-bottom:1.75rem;font-size:1rem}.About-module__vqXTeW__hobbiesGrid{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:650px;margin:0 auto;display:flex}.About-module__vqXTeW__hobbyCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);cursor:default;flex-direction:column;flex:95px;align-items:center;gap:.5rem;min-width:95px;max-width:110px;padding:1.1rem .75rem;transition:all .3s;display:flex}.About-module__vqXTeW__hobbyCard:hover{border-color:#6366f159;transform:translateY(-6px)scale(1.05);box-shadow:0 8px 20px #6366f11f}.About-module__vqXTeW__iconContainer{background:#6366f10f;border:1px solid #6366f11a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.About-module__vqXTeW__hobbyIcon{color:var(--primary);transition:transform .3s,color .3s}.About-module__vqXTeW__hobbyCard:hover .About-module__vqXTeW__iconContainer{background:#6366f11f;border-color:#6366f14d}.About-module__vqXTeW__hobbyCard:hover .About-module__vqXTeW__hobbyIcon{color:var(--secondary);transform:scale(1.1)}.About-module__vqXTeW__hobbyLabel{color:var(--foreground-muted);text-align:center;font-size:.78rem;font-weight:500}
.SectionWrapper-module__dEA8lG__section{opacity:0;padding:6rem 0;transition:opacity 1.1s cubic-bezier(.16,1,.3,1),transform 1.1s cubic-bezier(.16,1,.3,1);position:relative;transform:translateY(35px)}.SectionWrapper-module__dEA8lG__section.SectionWrapper-module__dEA8lG__visible{opacity:1;transform:translateY(0)}.SectionWrapper-module__dEA8lG__container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.SectionWrapper-module__dEA8lG__header{text-align:center;margin-bottom:3rem}.SectionWrapper-module__dEA8lG__badge{font-family:var(--font-mono);color:var(--primary);letter-spacing:.05em;background:#6366f11a;border-radius:2rem;margin-bottom:1rem;padding:.35rem 1rem;font-size:.85rem;display:inline-block}.SectionWrapper-module__dEA8lG__title{background:linear-gradient(to right,var(--foreground),var(--foreground-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.SectionWrapper-module__dEA8lG__subtitle{color:var(--foreground-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.SectionWrapper-module__dEA8lG__section{padding:4rem 0}.SectionWrapper-module__dEA8lG__title{font-size:2rem}}
.Skills-module__P7wDQq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.Skills-module__P7wDQq__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius);padding:1.75rem;transition:all .3s}.Skills-module__P7wDQq__card:hover,.Skills-module__P7wDQq__cardActive{border-color:#6366f159;transform:translateY(-4px);box-shadow:0 12px 32px #6366f11a}.Skills-module__P7wDQq__categoryHeader{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.Skills-module__P7wDQq__categoryDot{border-radius:50%;flex-shrink:0;width:12px;height:12px;box-shadow:0 0 8px}.Skills-module__P7wDQq__categoryTitle{color:var(--foreground);letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.Skills-module__P7wDQq__skillList{flex-direction:column;gap:.85rem;display:flex}.Skills-module__P7wDQq__skillItem{flex-direction:column;gap:.35rem;display:flex}.Skills-module__P7wDQq__skillMeta{justify-content:space-between;align-items:center;display:flex}.Skills-module__P7wDQq__skillName{color:var(--foreground-muted);font-size:.88rem;font-weight:500}.Skills-module__P7wDQq__skillPercent{color:var(--foreground-dim);font-size:.78rem;font-family:var(--font-mono);font-weight:600}.Skills-module__P7wDQq__barTrack{background:#ffffff0f;border-radius:3px;width:100%;height:6px;overflow:hidden}[data-theme=light] .Skills-module__P7wDQq__barTrack{background:#0000000f}.Skills-module__P7wDQq__barFill{transform-origin:0;border-radius:3px;width:0%;height:100%;animation:1.2s cubic-bezier(.4,0,.2,1) forwards Skills-module__P7wDQq__fillBar}@keyframes Skills-module__P7wDQq__fillBar{0%{opacity:.5;width:0%}to{width:var(--target,100%);opacity:1}}@media (max-width:768px){.Skills-module__P7wDQq__grid{grid-template-columns:1fr}}
.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}@media (max-width:768px){.Projects-module__K3d-Xa__grid{grid-template-columns:1fr}}
.ProjectCard-module__MnOYna__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius);flex-direction:column;height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden}.ProjectCard-module__MnOYna__card:hover{border-color:#6366f14d;transform:translateY(-5px);box-shadow:0 12px 24px -5px #00000040}.ProjectCard-module__MnOYna__featured{border-color:#6366f140}.ProjectCard-module__MnOYna__featuredBadge{color:var(--primary);z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.02em;background:#6366f133;border:1px solid #6366f166;border-radius:2rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.ProjectCard-module__MnOYna__imageContainer{background:linear-gradient(135deg,#6366f114,#ec489914);height:200px;position:relative;overflow:hidden}.ProjectCard-module__MnOYna__screenshot{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .5s}.ProjectCard-module__MnOYna__card:hover .ProjectCard-module__MnOYna__screenshot{transform:scale(1.06)}.ProjectCard-module__MnOYna__imagePlaceholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ProjectCard-module__MnOYna__imagePlaceholder:before{content:"";background-image:radial-gradient(circle,#ffffff0f 1px,#0000 1px);background-size:20px 20px;position:absolute;inset:0}.ProjectCard-module__MnOYna__placeholderInitials{background:linear-gradient(135deg,#6366f166,#ec489966);-webkit-text-fill-color:transparent;z-index:1;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900;position:relative}.ProjectCard-module__MnOYna__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.ProjectCard-module__MnOYna__title{color:var(--foreground);margin-bottom:.6rem;font-size:1.2rem;font-weight:700}.ProjectCard-module__MnOYna__description{color:var(--foreground-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1.25rem;font-size:.92rem;line-height:1.65;display:-webkit-box;overflow:hidden}.ProjectCard-module__MnOYna__tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.ProjectCard-module__MnOYna__tag{color:var(--primary);background:#6366f11a;border:1px solid #6366f126;border-radius:1rem;padding:.2rem .65rem;font-size:.72rem;font-weight:600}.ProjectCard-module__MnOYna__tagMore{color:var(--accent);background:#8b5cf61a;border:1px solid #8b5cf626;border-radius:1rem;padding:.2rem .65rem;font-size:.72rem;font-weight:600}.ProjectCard-module__MnOYna__links{flex-wrap:wrap;gap:.75rem;margin-top:auto;display:flex}.ProjectCard-module__MnOYna__link{border-radius:.5rem;align-items:center;gap:.35rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ProjectCard-module__MnOYna__linkPrimary{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff}.ProjectCard-module__MnOYna__linkPrimary:hover{opacity:.9;transform:translate(2px)}.ProjectCard-module__MnOYna__linkSecondary{color:var(--foreground-muted);border:1px solid var(--glass-border);background:#ffffff0d}[data-theme=light] .ProjectCard-module__MnOYna__linkSecondary{background:#0000000a}.ProjectCard-module__MnOYna__linkSecondary:hover{color:var(--primary);border-color:#6366f14d}
.Experience-module__HaXZMW__timeline{flex-direction:column;gap:2rem;padding-left:2rem;display:flex;position:relative}.Experience-module__HaXZMW__timeline:before{content:"";background:var(--glass-border);width:2px;height:100%;position:absolute;top:0;left:0}.Experience-module__HaXZMW__item{position:relative}.Experience-module__HaXZMW__item:before{content:"";background:var(--primary);border:4px solid var(--background);z-index:2;border-radius:50%;width:1rem;height:1rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:.5rem;left:-2.35rem;box-shadow:0 0 #6366f100}.Experience-module__HaXZMW__item:hover:before{background:var(--secondary);transform:scale(1.35);box-shadow:0 0 15px 4px #ec489966}.Experience-module__HaXZMW__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius);padding:2rem;transition:all .3s}.Experience-module__HaXZMW__card:hover{border-color:#ffffff1a;transform:translate(10px)}.Experience-module__HaXZMW__header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.Experience-module__HaXZMW__role{color:var(--foreground);font-size:1.5rem;font-weight:700}.Experience-module__HaXZMW__company{color:var(--primary);margin-bottom:.5rem;font-weight:600}.Experience-module__HaXZMW__period{font-family:var(--font-mono);color:var(--foreground-muted);background:#ffffff0d;border-radius:1rem;padding:.25rem .75rem;font-size:.9rem}.Experience-module__HaXZMW__description{margin-top:1rem;list-style-type:none}.Experience-module__HaXZMW__description li{color:var(--foreground-muted);margin-bottom:.5rem;padding-left:1.5rem;position:relative}.Experience-module__HaXZMW__description li:before{content:"▹";color:var(--accent);position:absolute;left:0}@media (max-width:768px){.Experience-module__HaXZMW__header{flex-direction:column;gap:.5rem}}
.Education-module__91SPAa__educationSection{flex-direction:column;gap:1.5rem;padding:4rem 0;display:flex}.Education-module__91SPAa__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius);justify-content:space-between;align-items:flex-start;padding:2rem;transition:all .3s;display:flex}.Education-module__91SPAa__card:hover{border-color:#6366f14d;box-shadow:0 0 20px #6366f11a}.Education-module__91SPAa__schoolInfo{flex:1}.Education-module__91SPAa__schoolName{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Education-module__91SPAa__degree{color:var(--primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.Education-module__91SPAa__details{color:var(--foreground-muted);font-size:1rem;font-family:var(--font-mono)}.Education-module__91SPAa__date{font-family:var(--font-mono);color:var(--foreground-muted);white-space:nowrap;background:#ffffff0d;border-radius:2rem;padding:.5rem 1rem;font-size:.9rem}@media (max-width:768px){.Education-module__91SPAa__card{flex-direction:column;gap:1rem}}
.Blog-module__eHt_rq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}@media (max-width:768px){.Blog-module__eHt_rq__grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:480px){.Blog-module__eHt_rq__card{padding:1.5rem}}.Blog-module__eHt_rq__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius);flex-direction:column;padding:2rem;transition:all .3s;display:flex}.Blog-module__eHt_rq__card:hover{border-color:#6366f14d;transform:translateY(-5px);box-shadow:0 10px 20px -5px #0003}.Blog-module__eHt_rq__meta{color:var(--foreground-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.Blog-module__eHt_rq__dot{opacity:.5}.Blog-module__eHt_rq__title{color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.Blog-module__eHt_rq__excerpt{color:var(--foreground-muted);flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Blog-module__eHt_rq__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.Blog-module__eHt_rq__tag{color:var(--primary);background:#6366f11a;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem}.Blog-module__eHt_rq__readMore{color:var(--primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:gap .2s;display:flex}.Blog-module__eHt_rq__readMore:hover{gap:.75rem}.Blog-module__eHt_rq__viewAll{justify-content:center;margin-top:3rem;display:flex}.Blog-module__eHt_rq__viewAllLink{color:var(--primary);border:2px solid var(--primary);border-radius:var(--radius);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.Blog-module__eHt_rq__viewAllLink:hover{background:var(--primary);color:#fff;gap:.75rem}
.Contact-module__OWeMSG__container{max-width:1000px;margin:0 auto}.Contact-module__OWeMSG__content{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.Contact-module__OWeMSG__content{grid-template-columns:1fr 1fr}}.Contact-module__OWeMSG__info{flex-direction:column;gap:2rem;display:flex}.Contact-module__OWeMSG__text{color:var(--foreground-muted);font-size:1.1rem;line-height:1.7}.Contact-module__OWeMSG__socials{flex-direction:column;gap:1rem;display:flex}.Contact-module__OWeMSG__socialCard{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius);align-items:center;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.Contact-module__OWeMSG__socialCard:hover{border-color:var(--primary);background:#6366f11a;transform:translate(5px)}.Contact-module__OWeMSG__socialIcon{width:50px;height:50px;color:var(--primary);background:#6366f11a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Contact-module__OWeMSG__socialInfo{flex-direction:column;display:flex}.Contact-module__OWeMSG__socialLabel{color:var(--foreground-muted);font-size:.85rem}.Contact-module__OWeMSG__socialHandle{color:var(--foreground);font-size:1rem;font-weight:600}.Contact-module__OWeMSG__form{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.Contact-module__OWeMSG__formGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__OWeMSG__label{color:var(--foreground);font-size:.9rem;font-weight:500}.Contact-module__OWeMSG__input,.Contact-module__OWeMSG__textarea{background:var(--surface);border:1px solid var(--glass-border);color:var(--foreground);border-radius:.6rem;padding:.9rem 1.1rem;font-family:inherit;font-size:.95rem;transition:all .25s cubic-bezier(.16,1,.3,1)}.Contact-module__OWeMSG__input:focus,.Contact-module__OWeMSG__textarea:focus{background:#ffffff05;border-color:#6366f199;outline:none;box-shadow:0 0 0 4px #6366f11f,0 4px 20px #00000040}.Contact-module__OWeMSG__textarea{resize:vertical;min-height:120px}.Contact-module__OWeMSG__submitButton{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;letter-spacing:.02em;border:none;border-radius:.6rem;margin-top:.5rem;padding:1rem 2rem;font-size:.95rem;font-weight:700;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #6366f133}.Contact-module__OWeMSG__submitButton:hover:not(:disabled){opacity:.95;transform:translateY(-2px);box-shadow:0 8px 24px #6366f159}.Contact-module__OWeMSG__submitButton:disabled{opacity:.5;cursor:not-allowed;transform:none}:is([data-theme=light] .Contact-module__OWeMSG__input,[data-theme=light] .Contact-module__OWeMSG__textarea){background:#f1f5f9;border-color:#0000001a}:is([data-theme=light] .Contact-module__OWeMSG__input:focus,[data-theme=light] .Contact-module__OWeMSG__textarea:focus){background:#fff}.Contact-module__OWeMSG__toast{z-index:99999;border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--foreground);background:#1e293bcc;border:1px solid #ffffff1a;align-items:center;gap:.75rem;max-width:420px;padding:1rem 1.5rem;font-family:inherit;font-size:.95rem;animation:.35s cubic-bezier(.16,1,.3,1) forwards Contact-module__OWeMSG__slideIn;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 30px #00000080,inset 0 1px #ffffff1a}@keyframes Contact-module__OWeMSG__slideIn{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}.Contact-module__OWeMSG__success{border-left:4px solid #10b981}.Contact-module__OWeMSG__success .Contact-module__OWeMSG__toastIcon{color:#10b981}.Contact-module__OWeMSG__error{border-left:4px solid #ef4444}.Contact-module__OWeMSG__error .Contact-module__OWeMSG__toastIcon{color:#ef4444}.Contact-module__OWeMSG__toastIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__OWeMSG__toastMessage{flex:1;font-weight:500;line-height:1.4}.Contact-module__OWeMSG__toastClose{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-left:.5rem;padding:.25rem;transition:all .2s;display:flex}.Contact-module__OWeMSG__toastClose:hover{color:var(--foreground);background:#ffffff1a}[data-theme=light] .Contact-module__OWeMSG__toast{color:#0f172a;background:#ffffffd9;border-color:#0000000d;box-shadow:0 10px 30px #0000001a,inset 0 1px #ffffff80}[data-theme=light] .Contact-module__OWeMSG__toastClose:hover{background:#0000000d}
