.Navbar-module__nuAbfa__navbar{z-index:100;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;width:100%;padding:1.5rem 5%;display:flex;position:fixed;top:0;left:0}.Navbar-module__nuAbfa__logo{background:var(--highlight-gradient);-webkit-text-fill-color:transparent;cursor:pointer;-webkit-background-clip:text;font-size:1.5rem;font-weight:700}.Navbar-module__nuAbfa__links{align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__navLink{color:var(--muted);cursor:pointer;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__nuAbfa__navLink:after{content:"";background:var(--link-hover);width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__nuAbfa__navLink:hover{color:var(--foreground)}.Navbar-module__nuAbfa__navLink:hover:after{width:100%}.Navbar-module__nuAbfa__themeToggle{color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .3s;display:flex}.Navbar-module__nuAbfa__themeToggle:hover{background:var(--border)}@media (max-width:768px){.Navbar-module__nuAbfa__links a{display:none}.Navbar-module__nuAbfa__navbar{padding:.5rem 5%}}
.Hero-module__Z8hQ_W__hero{align-items:center;min-height:100vh;padding:6rem 8% 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__layout{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.Hero-module__Z8hQ_W__blob1{pointer-events:none;z-index:0;background:radial-gradient(circle,#e8703a14 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:12s ease-in-out infinite alternate Hero-module__Z8hQ_W__drift1;position:absolute;top:-200px;right:-100px}.Hero-module__Z8hQ_W__blob2{pointer-events:none;z-index:0;background:radial-gradient(circle,#7eb8c912 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:15s ease-in-out infinite alternate Hero-module__Z8hQ_W__drift2;position:absolute;bottom:-200px;left:-100px}@keyframes Hero-module__Z8hQ_W__drift1{0%{transform:translate(0)scale(1)}to{transform:translate(-40px,40px)scale(1.1)}}@keyframes Hero-module__Z8hQ_W__drift2{0%{transform:translate(0)scale(1)}to{transform:translate(40px,-40px)scale(1.08)}}.Hero-module__Z8hQ_W__inner{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__Z8hQ_W__badge{background:var(--card-bg);border:1px solid var(--border);color:var(--muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px;align-items:center;gap:.5rem;width:fit-content;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.Hero-module__Z8hQ_W__name{letter-spacing:-.03em;color:var(--foreground);margin:0;font-size:clamp(2.8rem,5vw,5.5rem);font-weight:800;line-height:1.05}.Hero-module__Z8hQ_W__dot{color:var(--primary)}.Hero-module__Z8hQ_W__roleWrapper{display:flex}.Hero-module__Z8hQ_W__rolePill{background:var(--card-bg);border:1px solid var(--border);color:var(--foreground);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px;align-items:center;gap:.25rem;min-width:220px;padding:.5rem 1.25rem;font-size:clamp(.85rem,1.5vw,1rem);font-weight:600;display:inline-flex}.Hero-module__Z8hQ_W__caret{background:var(--primary);vertical-align:middle;border-radius:2px;width:2px;height:1.1em;margin-left:2px;animation:1s step-end infinite Hero-module__Z8hQ_W__blink;display:inline-block}@keyframes Hero-module__Z8hQ_W__blink{50%{opacity:0}}.Hero-module__Z8hQ_W__description{color:var(--muted);font-size:clamp(.95rem,1.3vw,1.1rem);line-height:1.7}.Hero-module__Z8hQ_W__metaRow{flex-wrap:wrap;gap:.75rem;display:flex}.Hero-module__Z8hQ_W__meta{color:var(--muted);align-items:center;gap:.4rem;font-size:.85rem;display:inline-flex}.Hero-module__Z8hQ_W__metaChip{background:var(--card-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:50px;padding:.35rem .9rem;font-weight:500}.Hero-module__Z8hQ_W__cta{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__Z8hQ_W__primaryBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:.95rem;font-weight:600;transition:transform .25s,box-shadow .25s;display:inline-flex}.Hero-module__Z8hQ_W__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 12px 30px -8px #8b5cf680}.Hero-module__Z8hQ_W__secondaryBtn{background:var(--card-bg);color:var(--foreground);border:1px solid var(--border);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;align-items:center;padding:.85rem 1.8rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .25s,transform .25s;display:inline-flex}.Hero-module__Z8hQ_W__secondaryBtn:hover{background:var(--border);transform:translateY(-2px)}.Hero-module__Z8hQ_W__codeLine{margin-top:.25rem}.Hero-module__Z8hQ_W__codeComment{color:var(--muted);opacity:.55;font-family:Courier New,monospace;font-size:.8rem}.Hero-module__Z8hQ_W__imageCol{justify-content:center;align-items:center;display:flex}.Hero-module__Z8hQ_W__imageFrame{width:400px;height:440px;position:relative}.Hero-module__Z8hQ_W__imageRing{border:1.5px solid var(--border);z-index:0;background:linear-gradient(135deg,#8b5cf61f,#06b6d414);border-radius:32px;animation:6s ease-in-out infinite alternate Hero-module__Z8hQ_W__ringPulse;position:absolute;inset:-16px}@keyframes Hero-module__Z8hQ_W__ringPulse{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.015)}}.Hero-module__Z8hQ_W__imageGlow{filter:blur(35px);z-index:1;pointer-events:none;background:radial-gradient(circle,#e8703a26,#0000 70%);border-radius:50%;position:absolute;inset:10%}.Hero-module__Z8hQ_W__profileImg{z-index:2;object-fit:cover;border-radius:24px;width:100%;height:100%;display:block;position:relative}.Hero-module__Z8hQ_W__floatBadge{z-index:10;background:var(--glass-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--foreground);white-space:nowrap;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;display:inline-flex;position:absolute;bottom:-18px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px -4px #00000026}.Hero-module__Z8hQ_W__floatDot{background:#22c55e;border-radius:50%;width:8px;height:8px;display:block;position:relative}.Hero-module__Z8hQ_W__floatDot:before{content:"";opacity:.35;background:#22c55e;border-radius:50%;animation:1.5s cubic-bezier(0,0,.2,1) infinite Hero-module__Z8hQ_W__ping;position:absolute;inset:-3px}@keyframes Hero-module__Z8hQ_W__ping{75%,to{opacity:0;transform:scale(2.2)}}@media (max-width:900px){.Hero-module__Z8hQ_W__layout{text-align:center;grid-template-columns:1fr}.Hero-module__Z8hQ_W__inner{align-items:center}.Hero-module__Z8hQ_W__imageCol{order:-1}.Hero-module__Z8hQ_W__imageFrame{width:280px;height:300px}.Hero-module__Z8hQ_W__cta,.Hero-module__Z8hQ_W__metaRow{justify-content:center}.Hero-module__Z8hQ_W__blob1,.Hero-module__Z8hQ_W__blob2{display:none}}@media (max-width:500px){.Hero-module__Z8hQ_W__hero{padding:5rem 6% 3rem}.Hero-module__Z8hQ_W__imageFrame{width:220px;height:240px}.Hero-module__Z8hQ_W__cta{flex-direction:column}.Hero-module__Z8hQ_W__primaryBtn,.Hero-module__Z8hQ_W__secondaryBtn{justify-content:center}}
.About-module__vqXTeW__about{background:var(--section-bg);padding:8rem 5%;position:relative}.About-module__vqXTeW__container{max-width:1100px;margin:0 auto}.About-module__vqXTeW__sectionLabel{margin-bottom:3rem}.About-module__vqXTeW__tag{color:var(--secondary);letter-spacing:.1em;margin-bottom:.5rem;font-family:Courier New,monospace;font-size:.85rem;display:block}.About-module__vqXTeW__title{color:var(--foreground);font-size:2.5rem;font-weight:700}.About-module__vqXTeW__bentoGrid{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:1.5rem;display:grid}.About-module__vqXTeW__card{background:var(--card-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden}.About-module__vqXTeW__card:hover{border-color:color-mix(in srgb, var(--primary) 40%, transparent);transform:translateY(-4px);box-shadow:0 20px 40px -15px #0003}.About-module__vqXTeW__cardGlow{background:var(--primary);opacity:.07;filter:blur(40px);pointer-events:none;border-radius:50%;width:200px;height:200px;transition:opacity .3s;position:absolute;top:-60px;right:-60px}.About-module__vqXTeW__card:hover .About-module__vqXTeW__cardGlow{opacity:.12}.About-module__vqXTeW__cardBio{grid-column:1/-1}.About-module__vqXTeW__cardStat{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:160px;display:flex}.About-module__vqXTeW__statNumber{background:var(--highlight-gradient);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;font-size:3.5rem;font-weight:800;line-height:1;animation:5s linear infinite About-module__vqXTeW__shine}@keyframes About-module__vqXTeW__shine{to{background-position:200%}}.About-module__vqXTeW__statLabel{color:var(--muted);font-size:.9rem;font-weight:500}.About-module__vqXTeW__cardAvailable{flex-direction:column;gap:.75rem;display:flex}.About-module__vqXTeW__statusDot{align-items:center;gap:.5rem;width:fit-content;display:flex;position:relative}.About-module__vqXTeW__pulse{background:#22c55e;border-radius:50%;width:12px;height:12px;display:block;position:relative}.About-module__vqXTeW__pulse:before{content:"";opacity:.4;background:#22c55e;border-radius:50%;animation:1.5s cubic-bezier(0,0,.2,1) infinite About-module__vqXTeW__ping;position:absolute;inset:-4px}@keyframes About-module__vqXTeW__ping{75%,to{opacity:0;transform:scale(2)}}.About-module__vqXTeW__cardPhilosophy{font-style:italic}.About-module__vqXTeW__cardTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.About-module__vqXTeW__bio{color:var(--muted);font-size:1.05rem;line-height:1.8}.About-module__vqXTeW__bioSmall{color:var(--muted);font-size:.95rem;line-height:1.7}.About-module__vqXTeW__highlight{color:var(--foreground);font-weight:600}@media (max-width:900px){.About-module__vqXTeW__bentoGrid{grid-template-columns:repeat(2,1fr)}.About-module__vqXTeW__cardBio{grid-column:1/-1}}@media (max-width:600px){.About-module__vqXTeW__bentoGrid{grid-template-columns:1fr}.About-module__vqXTeW__cardBio{grid-column:1}.About-module__vqXTeW__statNumber{font-size:2.5rem}.About-module__vqXTeW__title{font-size:1.8rem}}
.Skills-module__P7wDQq__skills{background:var(--section-bg);padding:8rem 5%}.Skills-module__P7wDQq__header{text-align:center;margin-bottom:4rem}.Skills-module__P7wDQq__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Skills-module__P7wDQq__subtitle{color:var(--muted);max-width:600px;margin:0 auto}.Skills-module__P7wDQq__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.Skills-module__P7wDQq__skillCard{background:var(--card-bg);border:1px solid var(--border);text-align:center;-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:2rem 1.5rem;transition:all .3s;position:relative;overflow:hidden}.Skills-module__P7wDQq__skillCard:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1a,#fff0);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Skills-module__P7wDQq__skillCard:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px -10px #8b5cf626}.Skills-module__P7wDQq__skillCard:hover:before{opacity:1}.Skills-module__P7wDQq__icon{color:var(--skill-icon);margin-bottom:1rem}.Skills-module__P7wDQq__skillName{color:var(--foreground);margin:0;font-weight:600}
.Projects-module__K3d-Xa__projects{background:var(--section-bg);padding:8rem 5%;position:relative}.Projects-module__K3d-Xa__inner{max-width:1100px;margin:0 auto}.Projects-module__K3d-Xa__header{margin-bottom:4rem}.Projects-module__K3d-Xa__tag{color:var(--secondary);letter-spacing:.1em;margin-bottom:.5rem;font-family:Courier New,monospace;font-size:.85rem;display:block}.Projects-module__K3d-Xa__title{color:var(--foreground);margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.Projects-module__K3d-Xa__subtitle{color:var(--muted);max-width:480px;font-size:1rem}.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.Projects-module__K3d-Xa__card{background:var(--card-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);border-radius:20px;flex-direction:column;gap:1rem;padding:2rem;transition:transform .3s,box-shadow .4s,border-color .3s;display:flex;position:relative;overflow:hidden}.Projects-module__K3d-Xa__card:hover{border-color:color-mix(in srgb, var(--accent,var(--primary)) 50%, transparent);transform:translateY(-6px)}.Projects-module__K3d-Xa__accentBar{opacity:.8;border-radius:20px 20px 0 0;width:100%;height:3px;transition:opacity .3s;position:absolute;top:0;left:0}.Projects-module__K3d-Xa__card:hover .Projects-module__K3d-Xa__accentBar{opacity:1}.Projects-module__K3d-Xa__bgIcon{color:var(--foreground);opacity:.03;pointer-events:none;transition:opacity .3s,transform .3s;position:absolute;bottom:-10px;right:-10px}.Projects-module__K3d-Xa__card:hover .Projects-module__K3d-Xa__bgIcon{opacity:.06;transform:scale(1.1)rotate(5deg)}.Projects-module__K3d-Xa__number{color:var(--muted);letter-spacing:.1em;font-family:Courier New,monospace;font-size:.75rem;font-weight:600}.Projects-module__K3d-Xa__projectName{color:var(--foreground);font-size:1.2rem;font-weight:700;line-height:1.3}.Projects-module__K3d-Xa__projectDesc{color:var(--muted);flex-grow:1;font-size:.9rem;line-height:1.7}.Projects-module__K3d-Xa__tags{flex-wrap:wrap;gap:.5rem;display:flex}.Projects-module__K3d-Xa__tag2{letter-spacing:.05em;border:1px solid;border-radius:50px;padding:.25rem .7rem;font-size:.72rem;font-weight:600}.Projects-module__K3d-Xa__links{border-top:1px solid var(--border);gap:1.25rem;padding-top:.5rem;display:flex}.Projects-module__K3d-Xa__link{color:var(--muted);align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.Projects-module__K3d-Xa__link:hover{color:var(--foreground)}@media (max-width:900px){.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Projects-module__K3d-Xa__grid{grid-template-columns:1fr}.Projects-module__K3d-Xa__title{font-size:1.8rem}}
.Testimonials-module__MlUweW__section{background:var(--background);padding:8rem 5%;position:relative;overflow:hidden}.Testimonials-module__MlUweW__inner{flex-direction:column;gap:4rem;max-width:1100px;margin:0 auto;display:flex}.Testimonials-module__MlUweW__header{text-align:left}.Testimonials-module__MlUweW__tag{color:var(--secondary);letter-spacing:.1em;margin-bottom:.5rem;font-family:Courier New,monospace;font-size:.85rem;display:block}.Testimonials-module__MlUweW__title{color:var(--foreground);margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.Testimonials-module__MlUweW__subtitle{color:var(--muted);max-width:450px;font-size:1rem}.Testimonials-module__MlUweW__featured{background:var(--card-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);border-radius:24px;flex-direction:column;gap:1.5rem;padding:3rem 3.5rem;transition:box-shadow .3s;display:flex;position:relative}.Testimonials-module__MlUweW__featured:before{content:"";background:var(--highlight-gradient);border-radius:24px 24px 0 0;height:2px;position:absolute;top:0;left:0;right:0}.Testimonials-module__MlUweW__quoteIcon{color:var(--primary);opacity:.7}.Testimonials-module__MlUweW__stars{gap:4px;display:flex}.Testimonials-module__MlUweW__featuredText{color:var(--foreground);flex-grow:1;font-size:clamp(1rem,1.5vw,1.2rem);font-style:italic;line-height:1.8}.Testimonials-module__MlUweW__featuredAuthor{align-items:center;gap:1rem;display:flex}.Testimonials-module__MlUweW__avatar{border:1.5px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:.9rem;font-weight:700;display:flex}.Testimonials-module__MlUweW__authorName{color:var(--foreground);margin-bottom:.15rem;font-size:1rem;font-weight:700}.Testimonials-module__MlUweW__authorRole{color:var(--muted);font-size:.85rem}.Testimonials-module__MlUweW__nav{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.Testimonials-module__MlUweW__navBtn{border:1px solid var(--border);background:var(--card-bg);width:36px;height:36px;color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s,transform .2s;display:flex}.Testimonials-module__MlUweW__navBtn:hover{background:var(--border);border-color:var(--primary);transform:scale(1.05)}.Testimonials-module__MlUweW__dots{align-items:center;gap:6px;display:flex}.Testimonials-module__MlUweW__dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;transition:background .3s,transform .3s}.Testimonials-module__MlUweW__dotActive{background:var(--primary);transform:scale(1.35)}@media (max-width:900px){.Testimonials-module__MlUweW__featured{padding:2rem}}@media (max-width:600px){.Testimonials-module__MlUweW__title{font-size:1.8rem}.Testimonials-module__MlUweW__featured{padding:1.75rem 1.5rem}}
.Contact-module__OWeMSG__contact{background:var(--section-bg);text-align:center;padding:8rem 5%;position:relative}.Contact-module__OWeMSG__header{margin-bottom:3rem}.Contact-module__OWeMSG__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Contact-module__OWeMSG__subtitle{color:var(--muted);max-width:600px;margin:0 auto}.Contact-module__OWeMSG__card{background:var(--card-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);border-radius:20px;max-width:600px;margin:0 auto;padding:3rem 2rem}.Contact-module__OWeMSG__email{color:var(--secondary);margin:1.5rem 0;font-size:1.5rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:block}.Contact-module__OWeMSG__email:hover{opacity:.8}.Contact-module__OWeMSG__button{background:var(--highlight-gradient);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-flex}.Contact-module__OWeMSG__button:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #8b5cf666}.Contact-module__OWeMSG__footer{border-top:1px solid var(--border);color:var(--muted);margin-top:5rem;padding-top:2rem;font-size:.9rem}
