*{will-change:auto}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes subtleNoise{0%,to{transform:translate(0)}10%{transform:translate(-5%,-5%)}20%{transform:translate(-10%,5%)}30%{transform:translate(5%,-10%)}40%{transform:translate(-5%,15%)}50%{transform:translate(-10%,5%)}60%{transform:translate(15%)}70%{transform:translateY(10%)}80%{transform:translate(3%,15%)}90%{transform:translate(-10%,10%)}}@keyframes gridPattern{0%{transform:translate(0) scale(1)}50%{transform:translate(-10px,-10px) scale(1.02)}to{transform:translate(0) scale(1)}}.global-background-texture{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;opacity:.03;background-image:radial-gradient(circle at 25% 25%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(139,92,246,.1) 0%,transparent 50%);animation:subtleNoise 20s ease-in-out infinite}.global-background-texture:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px;animation:gridPattern 30s ease-in-out infinite}.animate-fade-in-up,.animate-fade-in-down,.animate-fade-in-left,.animate-fade-in-right,.animate-fade-in-scale,.animate-slide-in-up,.animate-slide-in-down,.animate-slide-in-left,.animate-slide-in-right{animation:none!important;opacity:1!important;transform:none!important}.section-transition,.section-transition.section-enter,.section-transition.section-visible{opacity:1!important;transform:none!important}@keyframes skillBarFill{0%{width:0%}to{width:var(--skill-level)}}.skill-bar-fill{animation:skillBarFill 1.5s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.5s}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite}@keyframes progressFill{0%{width:0%}to{width:var(--scroll-progress)}}.scroll-progress-bar{animation:progressFill .3s ease-out forwards}.delay-100,.delay-200,.delay-300,.delay-400,.delay-500{animation-delay:0s!important}.duration-300,.duration-500,.duration-700,.duration-1000{animation-duration:0s!important}.ease-out{animation-timing-function:ease-out}.ease-in-out{animation-timing-function:ease-in-out}.ease-bounce{animation-timing-function:cubic-bezier(.68,-.55,.265,1.55)}@media (max-width: 768px){.animate-fade-in-up,.animate-fade-in-down,.animate-fade-in-left,.animate-fade-in-right{animation:none!important;opacity:1!important;transform:none!important}}.dark .global-background-texture{opacity:.05;background-image:radial-gradient(circle at 25% 25%,rgba(139,92,246,.15) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(59,130,246,.15) 0%,transparent 50%)}.dark .global-background-texture:before{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px)}@media (prefers-reduced-motion: reduce),.reduced-motion{.global-background-texture,.global-background-texture:before{animation:none}.animate-fade-in-up,.animate-fade-in-down,.animate-fade-in-left,.animate-fade-in-right,.animate-fade-in-scale,.animate-slide-in-up,.animate-slide-in-down,.animate-slide-in-left,.animate-slide-in-right{animation:none;opacity:1;transform:none}.skill-bar-fill{animation:none;width:var(--skill-level)}.section-transition{opacity:1;transform:none}}.low-end-device .global-background-texture{opacity:.01}.low-end-device .global-background-texture:before{display:none}.low-end-device .animate-fade-in-up,.low-end-device .animate-fade-in-down,.low-end-device .animate-fade-in-left,.low-end-device .animate-fade-in-right,.low-end-device .animate-fade-in-scale,.low-end-device .animate-slide-in-up,.low-end-device .animate-slide-in-down,.low-end-device .animate-slide-in-left,.low-end-device .animate-slide-in-right{animation:none!important;opacity:1!important;transform:none!important}@keyframes float{0%,to{transform:translateY(0) translate(0) rotate(0);opacity:.7}25%{transform:translateY(-25px) translate(10px) rotate(90deg);opacity:.9}50%{transform:translateY(-35px) translate(-5px) rotate(180deg);opacity:1}75%{transform:translateY(-20px) translate(15px) rotate(270deg);opacity:.8}}@keyframes float2{0%,to{transform:translateY(0) translate(0) rotate(0) scale(1);opacity:.5}33%{transform:translateY(-20px) translate(-12px) rotate(-120deg) scale(1.05);opacity:.7}66%{transform:translateY(-30px) translate(8px) rotate(-240deg) scale(1.1);opacity:.9}}@keyframes float3{0%,to{transform:translateY(0) translate(0) rotate(0) scale(1);opacity:.6}20%{transform:translateY(-15px) translate(20px) rotate(72deg) scale(1.02);opacity:.8}40%{transform:translateY(-40px) translate(-10px) rotate(144deg) scale(1.08);opacity:1}60%{transform:translateY(-25px) translate(15px) rotate(216deg) scale(1.05);opacity:.9}80%{transform:translateY(-10px) translate(-8px) rotate(288deg) scale(1.03);opacity:.7}}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}}@keyframes enhancedGradientShift{0%{background-position:0% 50%;filter:hue-rotate(0deg)}25%{background-position:100% 50%;filter:hue-rotate(90deg)}50%{background-position:100% 100%;filter:hue-rotate(180deg)}75%{background-position:0% 100%;filter:hue-rotate(270deg)}to{background-position:0% 50%;filter:hue-rotate(360deg)}}@keyframes cursorTrail{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.hero-gradient{animation:enhancedGradientShift 20s ease infinite}.perspective-container{perspective:1000px;transform-style:preserve-3d}.hero-background-container{position:absolute;top:-10%;left:-10%;width:120%;height:120%;transform-style:preserve-3d;will-change:transform;transition:transform .1s ease-out}.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:3;overflow:hidden}.hero-particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;animation:float 4.5s ease-in-out infinite}.hero-particle:nth-child(2n){animation:float2 5.5s ease-in-out infinite;animation-delay:-1.5s}.hero-particle:nth-child(3n){animation:float3 6s ease-in-out infinite;animation-delay:-2s}.hero-particle:nth-child(4n){animation:float 5s ease-in-out infinite;animation-delay:-.5s}.hero-particle:nth-child(5n){animation:float2 6.5s ease-in-out infinite;animation-delay:-3s}.hero-particle:nth-child(1){left:10%;top:20%}.hero-particle:nth-child(2){left:20%;top:60%}.hero-particle:nth-child(3){left:30%;top:40%}.hero-particle:nth-child(4){left:40%;top:80%}.hero-particle:nth-child(5){left:50%;top:30%}.hero-particle:nth-child(6){left:60%;top:70%}.hero-particle:nth-child(7){left:70%;top:50%}.hero-particle:nth-child(8){left:80%;top:25%}.hero-particle:nth-child(9){left:90%;top:65%}.hero-particle:nth-child(10){left:15%;top:85%}.hero-particle:nth-child(11){left:25%;top:15%}.hero-particle:nth-child(12){left:35%;top:55%}.hero-particle:nth-child(13){left:45%;top:75%}.hero-particle:nth-child(14){left:55%;top:45%}.hero-particle:nth-child(15){left:65%;top:35%}.hero-particle:nth-child(16){left:75%;top:75%}.hero-particle:nth-child(17){left:85%;top:45%}.hero-particle:nth-child(18){left:5%;top:50%}.hero-particle:nth-child(19){left:95%;top:35%}.hero-particle:nth-child(20){left:35%;top:90%}.cursor-glow{will-change:opacity,transform}.cursor-trail{position:absolute;width:8px;height:8px;background:radial-gradient(circle,rgba(139,92,246,.3),rgba(99,102,241,.15),transparent);border-radius:50%;pointer-events:none;z-index:4;animation:cursorTrail 1.2s ease-out forwards;filter:blur(2px)}.hero-parallax{position:absolute;top:0;left:0;width:100%;height:100%;filter:contrast(1.1) brightness(1.05)}@media (max-width: 768px){.hero-particle{width:3px;height:3px;animation-duration:6s!important}.hero-particle:nth-child(2n){animation-duration:7s!important}.hero-particle:nth-child(3n){animation-duration:7.5s!important}.hero-gradient{animation-duration:25s}.cursor-glow{animation:none;filter:blur(6px)}}@media (prefers-reduced-motion: reduce){.hero-gradient{animation:none}.hero-particle{animation:none;opacity:.3}.cursor-glow{animation:none}.cursor-trail{display:none}}.touch-device .hero-particle,.touch-device .cursor-trail{display:none}.mobile-device .hero-particle{display:block!important}.mobile-tilt-prompt{position:absolute;top:60px;right:20px;z-index:1000;pointer-events:auto}.tilt-prompt-button{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 18px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(139,92,246,.3);border-radius:12px;box-shadow:0 8px 32px #0000001a,0 4px 16px #8b5cf633;cursor:pointer;transition:all .3s ease;font-weight:600;color:#1f2937;min-width:160px}.tilt-prompt-button:hover{background:#fff;border-color:#8b5cf680;box-shadow:0 12px 40px #00000026,0 6px 20px #8b5cf64d;transform:scale(1.05)}.tilt-prompt-button:active{transform:scale(.95)}.tilt-prompt-icon{font-size:20px;animation:tiltPromptPulse 2s ease-in-out infinite}.tilt-prompt-text{font-size:12px;text-align:center;line-height:1.2}@keyframes tiltPromptPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.permission-denied-message{position:absolute;top:20px;left:50%;transform:translate(-50%);background:#ef4444e6;color:#fff;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:500;z-index:1001;animation:fadeInOut 3s ease-in-out}@keyframes fadeInOut{0%,to{opacity:0;transform:translate(-50%) translateY(-10px)}20%,80%{opacity:1;transform:translate(-50%) translateY(0)}}.mobile-device .hero-background-container{transform-style:preserve-3d;transition:transform .15s ease-out;will-change:transform}.mobile-device .hero-parallax,.mobile-device .hero-particles{transform-style:preserve-3d;transition:transform .1s ease-out;will-change:transform}.mobile-device .hero-particle{display:block!important;transform-style:preserve-3d}.mobile-device{perspective:1000px;transform-style:preserve-3d}.mobile-device .hero-gradient{transform-style:preserve-3d;transition:transform .1s ease-out}@media (max-width: 768px){.mobile-tilt-prompt{top:50px;right:15px}.tilt-prompt-button{padding:10px 16px;min-width:150px}.tilt-prompt-text{font-size:11px}.tilt-prompt-icon{font-size:18px}.mobile-device .hero-background-container,.mobile-device .hero-parallax,.mobile-device .hero-particles,.mobile-device .hero-gradient{backface-visibility:hidden;-webkit-backface-visibility:hidden}}@media (max-width: 480px){.mobile-tilt-prompt{top:45px;right:10px}.tilt-prompt-button{min-width:120px;padding:8px 12px}.tilt-prompt-text{font-size:10px}.tilt-prompt-icon{font-size:16px}}.hero-particle:nth-child(21){left:12%;top:35%}.hero-particle:nth-child(22){left:22%;top:75%}.hero-particle:nth-child(23){left:32%;top:25%}.hero-particle:nth-child(24){left:42%;top:65%}.hero-particle:nth-child(25){left:52%;top:15%}.hero-particle:nth-child(26){left:62%;top:55%}.hero-particle:nth-child(27){left:72%;top:85%}.hero-particle:nth-child(28){left:82%;top:45%}.hero-particle:nth-child(29){left:92%;top:25%}.hero-particle:nth-child(30){left:8%;top:75%}.hero-particle:nth-child(31){left:18%;top:45%}.hero-particle:nth-child(32){left:28%;top:85%}.hero-particle:nth-child(33){left:38%;top:35%}.hero-particle:nth-child(34){left:48%;top:65%}.hero-particle:nth-child(35){left:58%;top:25%}.hero-particle:nth-child(36){left:68%;top:55%}.hero-particle:nth-child(37){left:78%;top:15%}.hero-particle:nth-child(38){left:88%;top:75%}.hero-particle:nth-child(39){left:3%;top:65%}.hero-particle:nth-child(40){left:97%;top:55%}.hover-element{will-change:transform,box-shadow,opacity;transform:translateZ(0)}.nav-link{position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.nav-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.dark-mode-toggle{transition:all .2s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.dark-mode-toggle:hover{transform:scale(1.1) rotate(5deg);background-color:#3b82f61a}.mobile-menu-button{transition:all .2s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.mobile-menu-button:hover{transform:scale(1.05);background-color:#3b82f61a}.project-card{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0);position:relative}.project-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000026}.project-card-image{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.project-card:hover .project-card-image{transform:scale(1.05)}.project-link{transition:all .2s cubic-bezier(.4,0,.2,1);transform:translateZ(0);position:relative}.project-link:hover{transform:translate(4px);color:#3b82f6!important}.project-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#3b82f6;transition:width .2s cubic-bezier(.4,0,.2,1)}.project-link:hover:after{width:100%}.skill-item{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0);position:relative}.skill-item:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 12px 24px #00000026}.skill-icon{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.skill-item:hover .skill-icon{transform:scale(1.1) rotate(5deg);color:#8b5cf6}.skill-bar{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.skill-item:hover .skill-bar{transform:scaleY(1.1)}.hero-button{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0);position:relative;overflow:hidden}.hero-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s cubic-bezier(.4,0,.2,1)}.hero-button:hover:before{left:100%}.hero-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px #0003}.hero-button-primary:hover{background-color:#eab308!important;transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px #eab3084d}.hero-button-secondary:hover{background-color:#ffffff1a;border-color:#fffc;transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px #ffffff1a}.scroll-indicator{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.scroll-indicator:hover{transform:translateY(4px) scale(1.1);opacity:1}.contact-email-button{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0);position:relative;overflow:hidden}.contact-email-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s cubic-bezier(.4,0,.2,1)}.contact-email-button:hover:before{left:100%}.contact-email-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px #3b82f64d}.social-link{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0);position:relative}.social-link:hover{transform:translateY(-4px) scale(1.1);box-shadow:0 8px 16px #00000026;background-color:#3b82f6;color:#fff}.footer-social-link{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0);position:relative}.footer-social-link:hover{transform:translateY(-3px) scale(1.15);color:#3b82f6}.timeline-item{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.timeline-item:hover{transform:translate(8px) scale(1.02);box-shadow:0 8px 16px #0000001a}.section-title{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.section-title:hover{transform:translate(4px);color:#3b82f6}.hover-lift{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.hover-scale{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.hover-glow:hover{box-shadow:0 0 20px #3b82f64d}@media (prefers-reduced-motion: reduce){.hover-element,.nav-link,.dark-mode-toggle,.mobile-menu-button,.project-card,.project-card-image,.project-link,.skill-item,.skill-icon,.skill-bar,.hero-button,.scroll-indicator,.contact-email-button,.social-link,.footer-social-link,.timeline-item,.section-title,.hover-lift,.hover-scale,.hover-glow{transition:none!important;transform:none!important}.hero-button:before,.contact-email-button:before{display:none!important}}@media (max-width: 768px){.project-card:hover{transform:translateY(-4px) scale(1.01)}.skill-item:hover{transform:translateY(-3px) scale(1.02)}.hero-button:hover{transform:translateY(-2px) scale(1.03)}.social-link:hover{transform:translateY(-2px) scale(1.05)}}@media (hover: none) and (pointer: coarse){.hover-element,.nav-link,.dark-mode-toggle,.mobile-menu-button,.project-card,.project-card-image,.project-link,.skill-item,.skill-icon,.skill-bar,.hero-button,.scroll-indicator,.contact-email-button,.social-link,.footer-social-link,.timeline-item,.section-title,.hover-lift,.hover-scale,.hover-glow{transition:none!important;transform:none!important}.hero-button:before,.contact-email-button:before{display:none!important}}@keyframes gradientAnimation{0%{background-position:0% 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0% 100%}to{background-position:0% 50%}}.hero-gradient{background:linear-gradient(-45deg,#3b82f6,#6366f1,#8b5cf6,#a855f7,#ec4899,#8b5cf6,#6366f1,#3b82f6);background-size:300% 300%;animation:gradientAnimation 12s ease infinite;position:relative;overflow:hidden}.hero-parallax{position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:0;transform:translate(calc(var(--parallax-x, 0)),calc(var(--parallax-y, 0)));transition:transform .15s ease-out}.cursor-glow{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,rgba(99,102,241,.08) 25%,rgba(168,85,247,.05) 50%,rgba(139,92,246,.02) 75%,transparent 90%);border-radius:50%;pointer-events:none;z-index:5;transform:translate3d(-50%,-50%,0);transition:opacity .4s ease-out,transform .2s ease-out;filter:blur(8px);box-shadow:0 0 60px #8b5cf614,0 0 120px #6366f10a,0 0 180px #a855f705;opacity:0;will-change:opacity,transform}.hero-gradient:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(139,92,246,.1) 0%,transparent 50%);pointer-events:none;z-index:1;transition:opacity .3s ease}.hero-content{position:relative;z-index:10}.hero-gradient:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,transparent 60%,rgba(0,0,0,.15) 100%);pointer-events:none;z-index:2}.hero-content h1,.hero-content p{text-shadow:0 2px 8px rgba(0,0,0,.2)}@keyframes textGradientAnimation{0%{background-position:0% 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0% 100%}to{background-position:0% 50%}}@supports not (background-clip: text){.hero-name-gradient{color:#fbbf24!important;text-shadow:0 0 10px rgba(251,191,36,.5),0 0 20px rgba(251,191,36,.3),0 0 30px rgba(251,191,36,.2)}.hero-name-gradient:before{display:none}}.hero-name-gradient{background:var(--hero-name-primary-gradient, linear-gradient( -45deg, #fbbf24, #f59e0b, #f97316, #fb7185, #e879f9, #a78bfa, #93c5fd, #fbbf24 ));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textGradientAnimation 8s ease infinite;font-weight:inherit;display:inline-block;position:relative;z-index:1}.hero-name-gradient:before{content:attr(data-text);position:absolute;left:0;top:0;z-index:-1;background:var(--hero-name-shadow-gradient, linear-gradient( -45deg, rgba(251, 191, 36, .8), rgba(245, 158, 11, .8), rgba(249, 115, 22, .8), rgba(251, 113, 133, .8), rgba(232, 121, 249, .8), rgba(167, 139, 250, .8), rgba(147, 197, 253, .8), rgba(251, 191, 36, .8) ));background-size:300% 300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textGradientAnimation 8s ease infinite;filter:blur(2px);opacity:.7}.hero-name-gradient:hover{animation-duration:4s;transform:scale(1.02);transition:transform .3s ease;filter:brightness(1.1) contrast(1.1)}.hero-name-gradient:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:blur(8px);opacity:.3;z-index:-2;animation:textGradientAnimation 8s ease infinite}@media (max-width: 768px){.hero-name-gradient{animation-duration:10s}.hero-name-gradient:before{animation-duration:10s;filter:blur(1.5px)}.hero-name-gradient:after{animation-duration:10s;filter:blur(6px)}}@media (prefers-reduced-motion: reduce){.hero-name-gradient,.hero-name-gradient:before,.hero-name-gradient:after{animation:none;background-position:0% 50%}.hero-name-gradient:hover{transform:none;filter:none}}@media (max-width: 768px){.hero-parallax{transform:translate(calc(var(--parallax-x, 0) * .8),calc(var(--parallax-y, 0) * .8))!important}.hero-gradient{animation-duration:15s}.cursor-glow{width:200px;height:200px;filter:blur(6px);box-shadow:0 0 40px #8b5cf60f,0 0 80px #6366f108,0 0 120px #a855f704}}@media (prefers-reduced-motion: reduce){.hero-gradient{animation:none;background-position:0% 50%}.hero-parallax{transform:translate(calc(var(--parallax-x, 0) * .3),calc(var(--parallax-y, 0) * .3))!important;transition:transform .05s ease-out!important}.cursor-glow{display:none!important}}.touch-device .hero-parallax{transform:translate(calc(var(--parallax-x, 0) * .7),calc(var(--parallax-y, 0) * .7))!important}.touch-device .cursor-glow{display:none!important}.mobile-device .hero-background-container{transform-style:preserve-3d}.mobile-device .hero-parallax{transform:none!important;transition:none!important}.mobile-device .cursor-glow{display:none!important}.mobile-device{overflow:hidden}.mobile-device .hero-content{z-index:10;position:relative}.water-ripple-container{pointer-events:none;z-index:9998}.water-ripple{pointer-events:none;will-change:width,height,opacity;backface-visibility:hidden;transform-style:preserve-3d}.water-ripple:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:inherit;animation:rippleWave .8s ease-out;pointer-events:none}@keyframes rippleWave{0%{transform:scale(.8);opacity:.8}50%{transform:scale(1.1);opacity:.4}to{transform:scale(1.5);opacity:0}}@media (prefers-reduced-motion: reduce){.water-ripple{transition:none!important}.water-ripple:before{animation:none!important}}.hero-content a[href="#projects"],.dark .hero-content a[href="#projects"]{background-color:#eab308!important;color:#334155!important}@media (max-width: 768px){.about-section .md\:col-span-2{text-align:center}.about-section .flex.flex-col.items-center{align-items:center}.about-section .flex.items-center{justify-content:center}}
