:root{--background:0 0% 100%;--foreground:0 0% 3.9%;--card:0 0% 100%;--card-foreground:0 0% 3.9%;--popover:0 0% 100%;--popover-foreground:0 0% 3.9%;--primary:0 0% 9%;--primary-foreground:0 0% 98%;--secondary:0 0% 96.1%;--secondary-foreground:0 0% 9%;--muted:0 0% 96.1%;--muted-foreground:0 0% 45.1%;--accent:0 0% 96.1%;--accent-foreground:0 0% 9%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:0 0% 89.8%;--input:0 0% 89.8%;--ring:0 0% 3.9%;--chart-1:12 76% 61%;--chart-2:173 58% 39%;--chart-3:197 37% 24%;--chart-4:43 74% 66%;--chart-5:27 87% 67%;--radius:0.5rem;--sidebar-background:0 0% 98%;--sidebar-foreground:240 5.3% 26.1%;--sidebar-primary:240 5.9% 10%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:240 4.8% 95.9%;--sidebar-accent-foreground:240 5.9% 10%;--sidebar-border:220 13% 91%;--sidebar-ring:217.2 91.2% 59.8%}.dark{--background:0 0% 3.9%;--foreground:0 0% 98%;--card:0 0% 3.9%;--card-foreground:0 0% 98%;--popover:0 0% 3.9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 9%;--secondary:0 0% 14.9%;--secondary-foreground:0 0% 98%;--muted:0 0% 14.9%;--muted-foreground:0 0% 63.9%;--accent:0 0% 14.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:0 0% 14.9%;--input:0 0% 14.9%;--ring:0 0% 83.1%;--chart-1:220 70% 50%;--chart-2:160 60% 45%;--chart-3:30 80% 55%;--chart-4:280 65% 60%;--chart-5:340 75% 55%;--sidebar-background:240 5.9% 10%;--sidebar-foreground:240 4.8% 95.9%;--sidebar-primary:224.3 76.3% 48%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:240 3.7% 15.9%;--sidebar-accent-foreground:240 4.8% 95.9%;--sidebar-border:240 3.7% 15.9%;--sidebar-ring:217.2 91.2% 59.8%}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}@view-transition{navigation:auto}::view-transition-new(root),::view-transition-old(root){animation-duration:.6s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-fill-mode:both}::view-transition-old(root){animation-name:slide-out-down}::view-transition-new(root){animation-name:slide-in-up}@keyframes slide-out-down{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-100%) scale(.8);opacity:0}}@keyframes slide-in-up{0%{transform:translateY(100%) scale(.8);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.transition-up ::view-transition-old(root){animation-name:slide-out-up}.transition-up ::view-transition-new(root){animation-name:slide-in-down}@keyframes slide-out-up{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(100%) scale(.8);opacity:0}}@keyframes slide-in-down{0%{transform:translateY(-100%) scale(.8);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.particle-effect{position:relative;overflow:hidden}.particle-effect:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 25% 25%,rgba(99,102,241,.1) 0,transparent 50%),radial-gradient(circle at 75% 75%,rgba(34,197,94,.1) 0,transparent 50%);animation:particle-float 6s ease-in-out infinite;pointer-events:none}@keyframes particle-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.text-shimmer{background:linear-gradient(110deg,transparent 40%,rgba(255,255,255,.5) 50%,transparent 60%);background-size:200% 100%;animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:fadeIn .6s ease-out}.slide-in-bottom{animation:slideInBottom .6s ease-out}.slide-in-top{animation:slideInTop .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes scale{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes glow{0%,to{opacity:.7;box-shadow:0 0 5px currentColor}50%{opacity:1;box-shadow:0 0 20px currentColor,0 0 30px currentColor}}@keyframes slide{0%,to{transform:translateX(0)}50%{transform:translateX(10px)}}@keyframes rotate3d{0%{transform:rotateY(0deg) rotateX(0deg)}to{transform:rotateY(1turn) rotateX(1turn)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 rgba(52,211,153,.4)}50%{box-shadow:0 0 0 20px rgba(52,211,153,0)}}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes slideRight{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes slideLeft{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.animate-float{animation:float 3s ease-in-out infinite}.animate-scale{animation:scale 2s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-slide{animation:slide 4s ease-in-out infinite}.animate-rotate3d{animation:rotate3d 10s linear infinite}.animate-pulse-glow{animation:pulse-glow 2s infinite}.animate-gradient{background-size:200% 200%;animation:gradient-shift 3s ease infinite}@media (prefers-reduced-motion:reduce){::view-transition-new(root),::view-transition-old(root){animation-duration:.3s}.particle-effect:before,.text-shimmer{animation:none}.text-shimmer{background:none}}.section-title{font-size:2.3rem;font-weight:900;line-height:1.1;margin-bottom:1rem}@media (min-width:640px){.section-title{font-size:3rem;margin-bottom:1.25rem}}@media (min-width:768px){.section-title{font-size:3.5rem;margin-bottom:1.5rem}}@media (min-width:1024px){.section-title{font-size:4rem;margin-bottom:1.5rem}}@media (min-width:1280px){.section-title{font-size:3.8rem;margin-bottom:1rem}}.section-subtitle{font-size:1rem;font-weight:300;line-height:1.6;color:rgb(156 163 175)}@media (min-width:640px){.section-subtitle{font-size:1.125rem}}@media (min-width:768px){.section-subtitle{font-size:1.25rem}}@media (min-width:1024px){.section-subtitle{font-size:1.375rem}}.card-title{font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}@media (min-width:640px){.card-title{font-size:1.375rem;margin-bottom:1rem}}@media (min-width:768px){.card-title{font-size:1.5rem;margin-bottom:1rem}}@media (min-width:1024px){.card-title{font-size:1.625rem;margin-bottom:1.25rem}}.body-text{font-size:.875rem;font-weight:300;line-height:1.7;color:rgb(209 213 219)}@media (min-width:640px){.body-text{font-size:1rem}}@media (min-width:768px){.body-text{font-size:1.125rem}}@media (min-width:1024px){.body-text{font-size:1.25rem}}.small-text{font-size:.75rem;font-weight:500;line-height:1.4}@media (min-width:640px){.small-text{font-size:.875rem}}@media (min-width:768px){.small-text{font-size:1rem}}.hero-title{font-size:2.8rem;font-weight:900;line-height:.9}@media (min-width:640px){.hero-title{font-size:4rem}}@media (min-width:768px){.hero-title{font-size:5rem}}@media (min-width:1024px){.hero-title{font-size:6rem}}@media (min-width:1280px){.hero-title{font-size:7rem}}@media (min-width:1536px){.hero-title{font-size:8rem}}.hero-subtitle{font-size:1.125rem;font-weight:700;letter-spacing:.1em;color:rgb(52 211 153)}@media (min-width:640px){.hero-subtitle{font-size:1.25rem}}@media (min-width:768px){.hero-subtitle{font-size:1.5rem}}@media (min-width:1024px){.hero-subtitle{font-size:1.75rem}}@media (min-width:1280px){.hero-subtitle{font-size:2rem}}.text-shadow-green{text-shadow:0 4px 12px rgba(52,211,153,.3),0 2px 4px rgba(0,0,0,.1)}.text-shadow-black{text-shadow:0 2px 8px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.2)}.gradient-text{background:linear-gradient(135deg,#34d399,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body,html{height:100%;margin:0;padding:0;overflow:hidden}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11"}.full-height-section,.main-container{overflow:hidden}.full-height-section,.main-container,.section-content{height:100vh;height:calc(var(--vh, 1vh) * 100);height:100dvh}.section-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 1rem 2rem;position:relative;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(52,211,153,.3) transparent}@media (max-width:640px){.section-content{padding-bottom:4rem}}.section-content.hero{padding-top:4rem;justify-content:center}.section-content.about,.section-content.blog,.section-content.clients,.section-content.contact,.section-content.experience,.section-content.technologies{padding-top:6rem;justify-content:flex-start}.section-spacing{margin-bottom:2rem}@media (min-width:640px){.section-spacing{margin-bottom:2.5rem}}@media (min-width:768px){.section-spacing{margin-bottom:3rem}}@media (min-width:1024px){.section-spacing{margin-bottom:4rem}}@media (min-width:1280px){.section-spacing{margin-bottom:2.9rem}}@media (min-width:640px){.section-content{padding:6rem 1.5rem 2rem}.section-content.hero{padding-top:5rem}.section-content.about,.section-content.blog,.section-content.clients,.section-content.contact,.section-content.experience,.section-content.technologies{padding-top:7rem}}@media (min-width:768px){.section-content{padding:7rem 2rem 3rem}.section-content.hero{padding-top:6rem}.section-content.about,.section-content.blog,.section-content.clients,.section-content.contact,.section-content.experience,.section-content.technologies{padding-top:8rem}}@media (min-width:1024px){.section-content{padding:8rem 2.5rem 4rem}.section-content.hero{padding-top:7rem}.section-content.about,.section-content.blog,.section-content.clients,.section-content.contact,.section-content.experience,.section-content.technologies{padding-top:9rem}}@media (min-width:1280px){.section-content{padding:9rem 3rem 4rem}.section-content.about,.section-content.blog,.section-content.clients,.section-content.contact,.section-content.experience,.section-content.hero,.section-content.technologies{padding-top:5rem}}@media (max-height:800px){.section-content{padding:4rem 1rem 1rem;height:100vh;height:calc(var(--vh, 1vh) * 100);height:100dvh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(52,211,153,.3) transparent}.section-content::-webkit-scrollbar{width:4px}.section-content::-webkit-scrollbar-track{background:transparent}.section-content::-webkit-scrollbar-thumb{background:rgba(52,211,153,.3);border-radius:2px}.section-content::-webkit-scrollbar-thumb:hover{background:rgba(52,211,153,.5)}.section-content.hero{padding-top:3rem;justify-content:center}.section-content.about,.section-content.blog,.section-content.clients,.section-content.contact,.section-content.experience,.section-content.technologies{padding-top:4rem;justify-content:flex-start}}@media (max-height:700px){.section-content{padding:3rem 1rem .5rem}.section-content.hero{padding-top:2.5rem}.section-content.about,.section-content.blog,.section-content.clients,.section-content.contact,.section-content.experience,.section-content.technologies{padding-top:3.5rem}}@media (max-height:600px){.section-content{padding:2.5rem 1rem .5rem}.section-content.hero{padding-top:2rem;justify-content:flex-start}.section-content.about,.section-content.blog,.section-content.clients,.section-content.contact,.section-content.experience,.section-content.technologies{padding-top:3rem;justify-content:flex-start}}@media (max-height:800px) and (min-width:769px){.fixed.right-6.top-1\/2{top:40%!important;right:1rem!important;transform:translateY(-50%) scale(.9)!important}}@media (max-height:700px) and (min-width:769px){.fixed.right-6.top-1\/2{top:35%!important;right:.5rem!important;transform:translateY(-50%) scale(.8)!important}}.hover-glow{position:relative;transition:all .3s ease}.hover-glow:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;border-radius:inherit;filter:blur(20px);opacity:0;transition:opacity .3s ease;z-index:-1}.hover-glow:hover:before{opacity:.3}.card-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.card-hover:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.responsive-image-container{position:relative;width:100%;height:0;overflow:hidden;border-radius:1.5rem}.responsive-image-container.aspect-square{padding-bottom:100%}.responsive-image-container.aspect-video{padding-bottom:56.25%}.responsive-image-container.aspect-4-3{padding-bottom:75%}.responsive-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.profile-image{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:1.5rem}.image-responsive{max-width:300px;width:100%;height:auto;aspect-ratio:1}@media (min-width:640px){.image-responsive{max-width:380px}}@media (min-width:768px){.image-responsive{max-width:450px}}@media (min-width:1024px){.image-responsive{max-width:520px}}@media (min-width:1280px){.image-responsive{max-width:580px}}@media (min-width:1536px){.image-responsive{max-width:650px}}@media (max-height:800px) and (min-width:769px){.image-responsive{max-width:350px}}@media (max-height:700px) and (min-width:769px){.image-responsive{max-width:320px}}.client-logo{width:100%;height:100%;object-fit:contain;object-position:center;filter:grayscale(100%);transition:filter .3s ease}.client-logo:hover{filter:grayscale(0)}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media (min-width:640px){.tech-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width:768px){.tech-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width:1024px){.tech-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.tech-icon{transition:all .3s cubic-bezier(.4,0,.2,1);padding:1rem;text-align:center}@media (min-width:640px){.tech-icon{padding:1.25rem}}@media (min-width:768px){.tech-icon{padding:1.5rem}}@media (min-width:1024px){.tech-icon{padding:2rem}}.tech-icon:hover{transform:translateY(-4px) scale(1.05);filter:drop-shadow(0 10px 20px rgba(52,211,153,.3))}.tech-icon-size{font-size:1.5rem;margin-bottom:.5rem}@media (min-width:640px){.tech-icon-size{font-size:1.75rem;margin-bottom:.75rem}}@media (min-width:768px){.tech-icon-size{font-size:2rem;margin-bottom:1rem}}@media (min-width:1024px){.tech-icon-size{font-size:2.5rem;margin-bottom:.9rem}}.tech-carousel{display:flex;gap:1.5rem;width:max-content;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite}.tech-carousel:hover{animation-play-state:paused}.tech-carousel-right{animation-name:slideRight}.tech-carousel-left{animation-name:slideLeft}.tech-carousel-item{padding:1.5rem;text-align:center;min-width:120px;width:120px;transition:all .3s cubic-bezier(.4,0,.2,1)}.tech-carousel-item:hover{transform:translateY(-4px) scale(1.05);filter:drop-shadow(0 10px 20px rgba(52,211,153,.3))}@media (max-width:640px){.tech-carousel{gap:1rem;animation-duration:25s}.tech-carousel-item{padding:1rem;min-width:100px;width:100px}}@media (min-width:768px){.tech-carousel{gap:1rem;animation-duration:35s}.tech-carousel-item{z-index:2;padding:1rem 1.2rem;min-width:140px;width:130px;height:160px}}.text-balance{text-wrap:balance}