.nav{position:fixed;top:1rem;left:0;right:0;width:min(1200px,calc(100% - 3rem));margin:0 auto;height:64px;border-radius:50px;background:transparent;z-index:1000}.nav:after{content:"";position:absolute;inset:0;border-radius:50px;background:#0a0a12e0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);z-index:-1}.nav:before{content:"";position:absolute;inset:-1.5px;border-radius:52px;background:linear-gradient(90deg,#01cdfe,#b967ff,#ff71ce,#01cdfe,#b967ff);background-size:400% 100%;animation:walkBorder 6s linear infinite;z-index:-1}@keyframes walkBorder{0%{background-position:0% 0%}to{background-position:400% 0%}}.nav:before{animation-duration:10s}.nav-container{height:100%;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.nav-logo{flex:1;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);height:50px}.logo-image{height:36px;width:auto;object-fit:contain;mix-blend-mode:screen;filter:brightness(1.15) contrast(1.08) saturate(1.1) drop-shadow(0 0 10px rgba(0,217,255,.4)) drop-shadow(0 0 15px rgba(185,103,255,.2));transition:all .3s ease}.nav-logo:hover .logo-image{transform:scale(1.08);filter:brightness(1.25) contrast(1.12) saturate(1.15) drop-shadow(0 0 15px rgba(0,217,255,.6)) drop-shadow(0 0 25px rgba(185,103,255,.4))}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-link{background:none;border:none;color:#b0b8c1;font-size:.95rem;font-weight:500;cursor:pointer;padding:.75rem 0;position:relative;transition:color .3s ease;letter-spacing:.02em}.nav-link-text{position:relative;z-index:1}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#00d9ff,#9d4edd);transform:translate(-50%);transition:width .4s cubic-bezier(.4,0,.2,1)}.nav-link:hover{color:#00d9ff}.nav-link:hover:before{width:100%}.nav-link:active{transform:scale(.95)}.nav-social{flex:1;display:flex;gap:1.25rem;align-items:center;justify-content:flex-end}.social-icon{color:#b0b8c1;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;border:none;transition:color .3s ease,transform .3s ease;text-decoration:none;position:relative;isolation:isolate}.social-icon:after{content:"";position:absolute;inset:0;border-radius:50%;background:#0a0a12d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:-1}.social-icon:before{content:"";position:absolute;inset:-1.5px;border-radius:50%;background:linear-gradient(90deg,#01cdfe,#b967ff,#ff71ce,#01cdfe,#b967ff);background-size:400% 100%;animation:walkBorder 10s linear infinite;z-index:-1}.social-icon svg{position:relative;z-index:1;transition:all .3s ease}.social-icon:hover{color:#00d9ff;transform:translateY(-3px)}.social-icon:hover:before{animation-duration:3s}.social-icon:active{transform:translateY(-1px)}.mobile-menu-btn{display:none;background:none;border:none;color:#b0b8c1;cursor:pointer;padding:0;width:44px;height:44px;border-radius:50%;align-items:center;justify-content:center;position:relative;isolation:isolate;transition:color .3s ease,transform .3s ease}.mobile-menu-btn:after{content:"";position:absolute;inset:0;border-radius:50%;background:#0a0a12d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:-1}.mobile-menu-btn:before{content:"";position:absolute;inset:-1.5px;border-radius:50%;background:linear-gradient(90deg,#01cdfe,#b967ff,#ff71ce,#01cdfe,#b967ff);background-size:400% 100%;animation:walkBorder 10s linear infinite;z-index:-1}.mobile-menu-btn svg{position:relative;z-index:1;transition:color .3s ease}.mobile-menu-btn:hover{color:#00d9ff}.mobile-menu-btn:hover:before{animation-duration:3s}.mobile-menu-btn:active{transform:scale(.9)}.mobile-menu{overflow:hidden;background:#0a0a12fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.08)}.mobile-nav-link{background:none;border:none;color:#b0b8c1;font-size:1.1rem;font-weight:500;cursor:pointer;padding:1rem;text-align:left;border-radius:8px;transition:all .3s ease;border-left:3px solid transparent}.mobile-nav-link:active{transform:scale(.98)}.mobile-social{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.mobile-social-icon{color:#b0b8c1;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;text-decoration:none}.mobile-social-icon:hover{color:#00d9ff;background:#00d9ff1a;border-color:#00d9ff4d;transform:scale(1.1)}@media(max-width:768px){.nav{top:0;left:0;right:0;transform:none;width:100%;height:72px;border-radius:0;background:#0a0a12eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.nav:before,.nav:after{display:none}.nav-container{padding:0 1.5rem}.nav-links,.nav-social{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.nav-logo{height:38px}.logo-image{height:36px}}@media(max-width:480px){.nav{height:64px}.nav-container{padding:0 1rem}.nav-logo{height:40px}.logo-image{height:38px}.mobile-menu-content{padding:1rem}.mobile-nav-link{font-size:1rem;padding:.875rem}.mobile-social{gap:.75rem}.mobile-social-icon{width:45px;height:45px}}.nav-link:focus-visible,.mobile-menu-btn:focus-visible,.social-icon:focus-visible,.mobile-nav-link:focus-visible,.mobile-social-icon:focus-visible{outline:2px solid #00d9ff;outline-offset:4px;border-radius:4px}body.menu-open{overflow:hidden}.mobile-menu{overflow:hidden;background:#0a0a12fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.08);position:relative;z-index:999}.mobile-menu-content{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{background:none;border:none;color:#b0b8c1;font-size:1.1rem;font-weight:500;cursor:pointer;padding:1rem;text-align:left;border-radius:8px;transition:all .3s ease;border-left:3px solid transparent;-webkit-tap-highlight-color:rgba(0,217,255,.2);touch-action:manipulation;user-select:none;-webkit-user-select:none;position:relative;z-index:1}.mobile-nav-link:hover{color:#00d9ff;background:#00d9ff14;border-left-color:#00d9ff;padding-left:1.5rem}.mobile-nav-link:active{transform:scale(.98);background:#00d9ff26}.hero-section{display:flex;align-items:center;justify-content:center;min-height:100vh;position:relative;overflow:hidden;padding:0 2rem;padding-top:120px}.hero-content{position:relative;text-align:center;z-index:10;max-width:1200px;width:100%;padding:0 2rem}.hero-greeting{font-size:clamp(1.9rem,3.5vw,3rem);color:#d0b8f0;margin-bottom:.5rem;font-family:var(--font-script);font-style:italic;font-weight:500;letter-spacing:.02em;line-height:1.2}.hero-name{margin-bottom:1.25rem;font-size:clamp(2rem,5.8vw,5.8rem);font-weight:900;line-height:1.05;letter-spacing:.02em;font-family:var(--font-heading)}.name-gradient{background:linear-gradient(135deg,#01cdfe,#42a5f5,#b967ff 70%,#ff71ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;filter:drop-shadow(0 2px 20px rgba(185,103,255,.3))}.hero-role{font-size:clamp(1.9rem,3.5vw,3rem);color:#d0b8f0;font-weight:500;font-family:var(--font-script);font-style:italic;margin-bottom:2.5rem;letter-spacing:.02em;line-height:1.2}.hero-role-cursor{display:inline-block;width:2px;height:1.1em;background:#b967ff;margin-left:2px;vertical-align:text-bottom;animation:cursorBlink .8s ease-in-out infinite}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.hero-tagline{display:none}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.9rem;font-size:.9rem;font-weight:600;border-radius:9999px;border:none;cursor:pointer;transition:all .3s ease;letter-spacing:.03em;text-decoration:none;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.btn-primary{background:linear-gradient(135deg,#01cdfed9,#0082b4d9);color:#fff;font-weight:700;box-shadow:0 6px 24px #01cdfe80,0 2px 8px #0006,inset 0 1px #ffffff59,inset 0 -2px 6px #0003}.btn-primary:hover{background:linear-gradient(135deg,#01cdfe,#00a0d2);transform:translateY(-3px);box-shadow:0 12px 36px #01cdfea6,0 4px 12px #0006,inset 0 1px #fff6,inset 0 -2px 6px #00000026}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:linear-gradient(135deg,#ff71ced9,#a050dcd9);color:#fff;font-weight:700;box-shadow:0 6px 24px #b967ff80,0 2px 8px #0006,inset 0 1px #ffffff4d,inset 0 -2px 6px #0003}.btn-secondary:hover{background:linear-gradient(135deg,#ff71ce,#b967ff);transform:translateY(-3px);box-shadow:0 12px 36px #b967ffa6,0 4px 12px #0006,inset 0 1px #ffffff59,inset 0 -2px 6px #00000026}.btn-secondary:active{transform:translateY(0)}.hero-social{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem}.social-link{color:#d0d0d8;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;text-decoration:none;position:relative;isolation:isolate;transition:color .3s ease,transform .3s ease}.social-link svg{position:relative;z-index:1}.social-link:hover{color:#00d9ff;transform:translateY(-3px)}.social-link:active{transform:translateY(0)}.scroll-indicator{background:none;border:none;color:#9a9aa8;cursor:pointer;padding:0;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;margin:0 auto;filter:drop-shadow(0 0 6px rgba(0,0,0,.6))}.scroll-icon{font-size:1.5rem}.scroll-indicator:hover{color:#01cdfe;background:#01cdfe1a}.hero-bg{position:absolute;inset:0;overflow:hidden;pointer-events:all;z-index:1}.hero-bg>div{opacity:.5}@media(min-width:1920px){.hero-section{padding-top:110px}}@media(min-width:1440px)and (max-width:1919px){.hero-section{padding-top:105px}}@media(min-width:1280px)and (max-width:1439px){.hero-section{padding-top:105px}}@media(min-width:1024px)and (max-width:1279px){.hero-section{padding-top:110px;min-height:100vh}}@media(min-width:769px)and (max-width:1023px){.hero-section{padding-top:100px}.hero-name{font-size:clamp(2rem,5.2vw,3.8rem);white-space:normal}.hero-role{font-size:clamp(1.3rem,2.6vw,1.9rem)}}@media(min-width:481px)and (max-width:768px){.hero-section{padding:0 1.5rem 1.5rem;padding-top:100px}.hero-content{padding:0 1rem}.hero-name{white-space:normal;font-size:clamp(2rem,8vw,3rem);letter-spacing:.01em}.hero-role{font-size:clamp(1.5rem,4vw,1.9rem);margin-bottom:2rem}.hero-cta{gap:.875rem;margin-bottom:2.5rem}.btn{padding:.875rem 1.75rem;font-size:.95rem}.hero-social{gap:1.25rem;margin-bottom:2.5rem}}@media(max-width:480px){.hero-name{white-space:normal;font-size:clamp(2.2rem,11vw,2.8rem);letter-spacing:0}.hero-role{font-size:clamp(1.6rem,6.5vw,1.9rem);margin-bottom:1.75rem}.hero-section{padding:0 1rem 1rem;padding-top:90px}.hero-content{padding:0 .5rem}.hero-greeting{font-size:clamp(1.6rem,6.5vw,1.9rem);margin-bottom:.35rem}.hero-tagline{font-size:.95rem;margin-bottom:2rem}.hero-cta{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.btn{width:min(320px,85%);padding:1rem 2rem;border-radius:9999px}.hero-social{gap:1rem;margin-bottom:2rem}.social-link{font-size:1.25rem}.scroll-indicator{width:36px;height:36px}.scroll-icon{font-size:1.25rem}}.btn:focus-visible,.social-link:focus-visible,.scroll-indicator:focus-visible{outline:2px solid #01cdfe;outline-offset:4px;border-radius:8px}@media(prefers-reduced-motion:reduce){.scroll-indicator{animation:none}.btn-primary:before,.btn-secondary:before{display:none}}.about-section{position:relative;display:flex;align-items:center;overflow:hidden}.about-wrapper{position:relative;z-index:10}.about-header{margin-bottom:1.5rem;text-align:left}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1rem;color:#f8f9fa;font-family:var(--font-heading);letter-spacing:.02em}.title-accent{position:relative;display:inline-block;padding-bottom:.5rem}.title-accent:after{content:"";position:absolute;bottom:0;left:0;width:60%;height:4px;background:linear-gradient(90deg,#00d9ff,#9d4edd);border-radius:2px;animation:expandWidth 1.5s ease-in-out forwards}@keyframes expandWidth{0%{width:0}to{width:60%}}.section-subtitle{font-size:1.8rem;color:#a0a0ba;font-weight:500;margin-top:.75rem;font-family:var(--font-script);font-style:italic;letter-spacing:.01em;line-height:1.3}.about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-content{display:flex;flex-direction:column;gap:1.5rem}.about-text{font-size:1.2rem;line-height:2;color:#c8d4dc;margin:0;font-weight:400}.highlight-text{color:#e2eaf0;font-weight:500;position:relative;padding-left:1.5rem;font-size:1.25rem}.highlight-text:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#00d9ff,#9d4edd);border-radius:2px}.about-highlights{display:flex;gap:2rem;margin-top:2rem}.highlight-item{display:flex;flex-direction:column;gap:.5rem}.highlight-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#00d9ff,#9d4edd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.highlight-label{font-size:.9rem;color:#7a8a99;font-weight:500}.about-visual{position:relative}.visual-card{position:relative;background:#1a1a2e99;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;box-shadow:0 20px 60px #0000004d}.card-glow{position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,217,255,.08) 0%,transparent 70%);animation:rotateGlow 8s linear infinite;pointer-events:none}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card-content{position:relative;z-index:1}.code-snippet,.code-snippet *{font-family:Fira Code,Courier New,monospace;font-size:1rem;line-height:1.8;color:#d4dbe3}.code-line{display:block;margin-bottom:.5rem}.code-indent{padding-left:2rem}.code-keyword{color:#ff79c6;font-weight:600}.code-variable{color:#50fa7b}.code-property{color:#8be9fd}.code-string{color:#f1fa8c}.code-number{color:#bd93f9}.code-bracket{color:#f8f8f2}.skills-section{padding-top:3rem;border-top:1px solid rgba(255,255,255,.08)}.skills-title{font-size:1.8rem;font-weight:700;color:#f8f9fa;margin-bottom:2rem;letter-spacing:-.01em}.skills-container{display:flex;flex-wrap:wrap;gap:1rem}.skill-tag{position:relative;padding:.875rem 1.75rem;background:#00d9ff14;border:1px solid rgba(0,217,255,.2);border-radius:12px;color:#00d9ff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;letter-spacing:.02em}.skill-text{position:relative;z-index:2}.skill-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s ease}.skill-tag:hover{background:#00d9ff26;border-color:#00d9ff66;box-shadow:0 8px 25px #00d9ff26;transform:translateY(-4px)}.skill-tag:hover .skill-shine{transform:translate(100%)}.skill-tag:active{transform:translateY(-2px)}.about-bg-decoration{position:absolute;top:20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(157,78,221,.08) 0%,transparent 70%);border-radius:50%;filter:blur(80px);pointer-events:none;animation:float 8s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-30px) translate(20px)}}@media(min-width:1024px)and (max-width:1440px){.about-section{padding:4rem 0}.about-grid{grid-template-columns:1.2fr 1fr;gap:3rem}.about-text{font-size:1rem;line-height:1.7}.highlight-text{font-size:1rem}.about-highlights{gap:1.5rem}.highlight-number{font-size:2.25rem}.visual-card{padding:2rem}.code-snippet{font-size:.9rem}.skills-container{gap:.85rem}.skill-tag{padding:.75rem 1.5rem;font-size:.9rem}}@media(min-width:1024px)and (max-width:1280px){.about-grid{gap:2.5rem}}@media(max-width:1023px){.about-grid{grid-template-columns:1fr;gap:2.5rem}.section-title{font-size:clamp(2rem,4.5vw,2.8rem)}.section-subtitle{font-size:1.3rem}}@media(max-width:768px){.about-section{padding:4rem 0}.about-header{margin-bottom:3rem}.section-subtitle{font-size:1.4rem}.about-text{font-size:1rem}.highlight-text{padding-left:1rem}.about-highlights{flex-wrap:wrap;gap:1.25rem}.highlight-number{font-size:1.75rem}.highlight-label{font-size:.85rem}.visual-card{padding:2rem}.code-snippet{font-size:.9rem}.skills-title{font-size:1.25rem}.skills-container{gap:.75rem}.skill-tag{padding:.75rem 1.5rem;font-size:.9rem}.about-bg-decoration{width:350px;height:350px}}@media(max-width:480px){.about-section{padding:3rem 0}.about-header{margin-bottom:2rem}.section-title{font-size:1.7rem}.section-subtitle{font-size:1.6rem}.about-text{font-size:.95rem;line-height:1.8}.about-highlights{gap:1rem}.highlight-number{font-size:1.8rem}.highlight-label{font-size:.8rem}.visual-card{padding:1.5rem}.code-snippet,.code-snippet *{font-size:.72rem;line-height:1.7}.code-indent{padding-left:1rem}.skills-section{padding-top:2rem}.skills-title{font-size:1.4rem;margin-bottom:1.5rem}.skills-container{gap:.75rem}.skill-tag{padding:.75rem 1.4rem;font-size:1rem;border-radius:10px}}.skill-tag:focus-visible{outline:2px solid #00d9ff;outline-offset:4px}@media(prefers-reduced-motion:reduce){.card-glow,.about-bg-decoration{animation:none}.skill-shine{display:none}}.project-card{position:relative;background:#1a1a2499;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-card:hover{transform:translateY(-8px);border-color:#01cdfe66;box-shadow:0 20px 60px #01cdfe26}.project-card.featured:hover{transform:translateY(-4px)}.card-media{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#0a0a0f;cursor:pointer}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.card-media:hover .project-image{transform:scale(1.1)}.media-overlay{position:absolute;inset:0;background:#0a0a0fb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.card-media:hover .media-overlay{opacity:1}.expand-icon{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#01cdfe;font-size:2.5rem;text-align:center}.expand-icon span{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.feature-btn{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ff71ce26;border:2px solid rgba(255,113,206,.4);border-radius:10px;color:#ff71ce;font-size:.9rem;font-weight:600;cursor:pointer;z-index:15;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-btn svg{font-size:1rem}.feature-btn:hover{background:#ff71ce4d;border-color:#ff71ceb3;box-shadow:0 8px 25px #ff71ce66;transform:translateY(-2px)}.card-content{padding:2rem}.card-title{font-size:1.75rem;font-weight:700;color:#f0f0f5;margin-bottom:1rem;line-height:1.3}.card-description{font-size:1rem;line-height:1.7;color:#b0b0c0;margin-bottom:1.5rem}.card-tech{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.tech-tag{padding:.5rem 1rem;background:#01cdfe1a;border:1px solid rgba(1,205,254,.2);border-radius:8px;color:#01cdfe;font-size:.85rem;font-weight:500;transition:all .3s ease}.tech-tag:hover{background:#01cdfe33;border-color:#01cdfe66}.card-actions{display:flex;gap:1rem}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid}.github-btn{background:#01cdfe1a;border-color:#01cdfe4d;color:#01cdfe}.github-btn:hover{background:#01cdfe33;border-color:#01cdfe99;box-shadow:0 8px 20px #01cdfe4d}.demo-btn{background:#b967ff1a;border-color:#b967ff4d;color:#b967ff}.demo-btn:hover{background:#b967ff33;border-color:#b967ff99;box-shadow:0 8px 20px #b967ff4d}.gallery-modal{position:fixed;inset:0;background:#0a0a0ff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.gallery-content{position:relative;width:100%;max-width:1400px;height:90vh;background:#1a1a24e6;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.gallery-close{position:absolute;top:1rem;right:1rem;background:#ff71ce33;border:2px solid rgba(255,113,206,.4);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#ff71ce;font-size:1.5rem;cursor:pointer;z-index:10;transition:all .3s ease}.gallery-close:hover{background:#ff71ce66;border-color:#ff71ceb3;transform:rotate(90deg)}.gallery-media{flex:1;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#000;padding:.5rem;overflow:hidden;min-height:0}.gallery-image,.gallery-video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:8px}.gallery-caption{flex-shrink:0;height:60px;text-align:center;font-size:1rem;color:#b0b0c0;padding:.75rem;background:#01cdfe0d;border-radius:8px;display:flex;align-items:center;justify-content:center}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:#01cdfe33;border:2px solid rgba(1,205,254,.4);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;color:#01cdfe;font-size:1.5rem;cursor:pointer;z-index:10;transition:all .3s ease}.gallery-nav:hover{background:#01cdfe66;border-color:#01cdfeb3;box-shadow:0 8px 25px #01cdfe66}.gallery-nav.prev{left:1rem}.gallery-nav.next{right:1rem}.gallery-thumbnails{flex-shrink:0;height:80px;display:flex;gap:1rem;justify-content:center;padding:.5rem 0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(1,205,254,.3) rgba(26,26,36,.5)}.gallery-thumbnails::-webkit-scrollbar{height:6px}.gallery-thumbnails::-webkit-scrollbar-track{background:#1a1a2480;border-radius:4px}.gallery-thumbnails::-webkit-scrollbar-thumb{background:#01cdfe4d;border-radius:4px}.gallery-thumbnails::-webkit-scrollbar-thumb:hover{background:#01cdfe80}.thumbnail{position:relative;width:100px;height:60px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s ease;flex-shrink:0;background:#0a0a0f}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail.active{border-color:#01cdfe;box-shadow:0 0 15px #01cdfe80;transform:scale(1.05)}.thumbnail:hover{border-color:#01cdfe80;transform:scale(1.1)}.video-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:1.5rem;text-shadow:0 2px 8px rgba(0,0,0,.8);pointer-events:none}.gallery-counter{flex-shrink:0;height:30px;text-align:center;font-size:1rem;color:#7a8a99;font-weight:600;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.gallery-modal{padding:.5rem}.gallery-content{padding:1rem;height:95vh}.gallery-media{padding:.5rem}.gallery-caption{height:50px;font-size:.9rem}.gallery-thumbnails{height:70px}.gallery-nav{width:50px;height:50px;font-size:1.2rem}.gallery-nav.prev{left:.5rem}.gallery-nav.next{right:.5rem}.thumbnail{width:70px;height:45px}}@media(max-width:480px){.gallery-thumbnails{gap:.5rem;height:60px}.thumbnail{width:60px;height:40px}.gallery-caption{font-size:.85rem;height:45px}.card-description{font-size:.9rem;line-height:1.7}.card-title{font-size:1.15rem}.tech-tag{font-size:.8rem;padding:.45rem .85rem}.action-btn{font-size:.875rem;padding:.75rem 1rem}}@media(min-width:1024px)and (max-width:1440px){.gallery-content{max-width:95vw;height:90vh;padding:1rem;gap:.75rem}.gallery-close{width:45px;height:45px;font-size:1.25rem}.gallery-media{max-height:100%;min-height:70vh}.gallery-thumbnails,.gallery-caption{display:none}.gallery-counter{font-size:.85rem;height:30px;padding:.25rem}.gallery-nav{width:50px;height:50px;font-size:1.25rem}.gallery-nav.prev{left:.75rem}.gallery-nav.next{right:.75rem}}@media(min-width:1024px)and (max-width:1280px){.gallery-content{max-width:98vw;height:92vh}.gallery-media{min-height:75vh}}.projects-section{position:relative;min-height:100vh;padding:6rem 0;scroll-margin-top:80px}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;text-align:center;margin-bottom:1rem;color:#f8f9fa;font-family:var(--font-heading);letter-spacing:.02em}.section-subtitle{font-size:1.8rem;text-align:center;color:#a0a0ba;margin-bottom:4rem;font-family:var(--font-script);font-style:italic;letter-spacing:.01em;line-height:1.3}.featured-project{position:relative;margin-bottom:5rem}.featured-badge{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#01cdfe26,#b967ff26);border:1px solid rgba(1,205,254,.3);border-radius:8px;color:#01cdfe;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.other-projects{margin-top:4rem}.other-projects-title{font-size:1.75rem;font-weight:800;color:#f0f0f5;margin-bottom:2.5rem;font-family:var(--font-heading);letter-spacing:.02em}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;align-items:stretch}.projects-grid .project-card{height:100%;display:flex;flex-direction:column}.projects-grid .card-media{flex-shrink:0}.projects-grid .card-content{flex:1;display:flex;flex-direction:column}.projects-grid .card-description{flex:1;margin-bottom:1.5rem}.projects-grid .card-tech{margin-top:auto}.projects-grid .card-actions{margin-top:1.5rem}@media(min-width:1024px)and (max-width:1440px){.projects-section{padding:2.5rem 0}.projects-header{margin-bottom:1.5rem}.section-title{font-size:3rem}.section-subtitle{font-size:1.3rem}.featured-project-wrapper{margin-bottom:1.5rem}.featured-badge{padding:.3rem .8rem;font-size:.7rem;margin-bottom:.75rem}.featured-project .project-card{max-width:1000px;margin:0 auto}.featured-project .project-image-container{padding-top:48%}.featured-project .project-content{padding:1.25rem}.featured-project .project-title{font-size:1.15rem;margin-bottom:.5rem}.featured-project .project-description{font-size:.85rem;line-height:1.5;margin-bottom:.95rem}.featured-project .tech-stack{gap:.5rem;margin-bottom:.95rem}.featured-project .tech-tag{padding:.35rem .75rem;font-size:.7rem}.featured-project .card-actions{gap:.65rem}.featured-project .action-btn{padding:.6rem 1.05rem;font-size:.8rem}.featured-project .feature-btn{padding:.5rem .85rem;font-size:.75rem}.featured-project .expand-icon{font-size:1.5rem}.featured-project .expand-icon span{font-size:.75rem}.other-projects{margin-top:.5rem;padding-top:1rem;max-width:1000px;margin-left:auto;margin-right:auto}.other-projects-title{font-size:1.25rem;margin-bottom:1.25rem}.other-projects-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.other-projects .project-card{max-width:100%}.other-projects .project-image-container{padding-top:48%}.other-projects .project-content{padding:1.1rem}.other-projects .project-title{font-size:1.05rem;margin-bottom:.45rem}.other-projects .project-description{font-size:.82rem;line-height:1.5;margin-bottom:.9rem}.other-projects .tech-stack{gap:.48rem;margin-bottom:.9rem}.other-projects .tech-tag{padding:.32rem .7rem;font-size:.68rem}.other-projects .card-actions{gap:.6rem}.other-projects .action-btn{padding:.55rem .95rem;font-size:.78rem}}@media(min-width:1024px)and (max-width:1280px){.projects-section{padding:2rem 0}.featured-project-wrapper{margin-bottom:1.25rem}.featured-project .project-card{max-width:950px}.other-projects{margin-top:.25rem;padding-top:.85rem;max-width:950px}.other-projects-grid{gap:1.15rem}}@media(min-width:1400px){.projects-section .container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}}@media(min-width:1800px){.projects-section .container{max-width:1300px}}@media(max-width:768px){.projects-section{padding:4rem 0}.section-title{font-size:clamp(1.6rem,5vw,2.2rem)}.section-subtitle{font-size:1.4rem;margin-bottom:2rem}.featured-project{margin-bottom:4rem}.projects-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:480px){.projects-section{padding:3rem 0}.section-title{font-size:1.7rem}.section-subtitle{font-size:1.6rem}.other-projects-title{font-size:1.2rem}.projects-grid{gap:1.5rem}}.contact-section{display:flex;align-items:center;min-height:100vh;padding:6rem 0}.contact-content{text-align:center;max-width:700px;margin:0 auto}.contact-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin-bottom:2rem;color:#f8f9fa;font-family:var(--font-heading);letter-spacing:.02em}.contact-accent{position:relative;padding-bottom:.5rem;display:inline-block}.contact-accent:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00d9ff,#b967ff);border-radius:2px}.contact-subtitle{font-size:1.8rem;color:#a0a0ba;margin-bottom:3rem;line-height:1.4;font-family:var(--font-script);font-style:italic;letter-spacing:.01em}.email-link{display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 2rem;font-size:1rem;border-radius:50px;color:#01cdfe;margin-bottom:3rem;transition:color .3s ease,transform .3s ease;text-decoration:none;position:relative;isolation:isolate;font-weight:600}.email-link:before{content:"";position:absolute;inset:-1.5px;border-radius:52px;background:linear-gradient(90deg,#01cdfe,#b967ff,#ff71ce,#01cdfe,#b967ff);background-size:400% 100%;animation:walkBorder 10s linear infinite;z-index:-1}.email-link:after{content:"";position:absolute;inset:0;border-radius:50px;background:#0a0a12e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:-1}.email-icon{font-size:1.2rem;position:relative;z-index:1;transition:transform .3s ease}.email-link:hover{color:#00e0ff;transform:translateY(-3px)}.email-link:hover:before{animation-duration:3s}.email-link:hover .email-icon{transform:scale(1.1) rotate(-10deg)}.email-link:active{transform:translateY(-1px)}.social-container{display:flex;gap:2rem;justify-content:center;margin-bottom:4rem}.social-link{color:#b0b8c1;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;text-decoration:none;position:relative;isolation:isolate;transition:color .3s ease,transform .3s ease}.social-link:after{content:"";position:absolute;inset:0;border-radius:50%;background:#0a0a12d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:-1}.social-link:before{content:"";position:absolute;inset:-1.5px;border-radius:50%;background:linear-gradient(90deg,#01cdfe,#b967ff,#ff71ce,#01cdfe,#b967ff);background-size:400% 100%;animation:walkBorder 10s linear infinite;z-index:-1}.social-link svg{position:relative;z-index:1;transition:transform .3s ease}.social-link:hover{color:#00d9ff;transform:translateY(-5px) scale(1.1)}.social-link:hover:before{animation-duration:3s}.social-link:hover svg{transform:scale(1.1)}.social-link:active{transform:translateY(-2px) scale(1.05)}.contact-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;margin-top:2rem}.footer-text{color:#6a6a7a;font-size:.95rem;margin:0}@media(max-width:768px){.contact-section{padding:4rem 0}.contact-title{font-size:2rem;margin-bottom:1.5rem}.contact-subtitle{font-size:1.4rem;margin-bottom:2.5rem}.email-link{padding:.8rem 1.75rem;font-size:.95rem;margin-bottom:2.5rem}.social-container{gap:1.25rem;margin-bottom:3rem}.social-link{width:44px;height:44px}}@media(max-width:480px){.contact-section{padding:3rem 0}.contact-title{font-size:1.7rem}.contact-subtitle{font-size:1.6rem;margin-bottom:2rem}.email-link{gap:.5rem;padding:.875rem 1.6rem;font-size:1rem}.email-icon{font-size:1.1rem}.social-container{gap:1.25rem;margin-bottom:2.5rem}.social-link{width:48px;height:48px}.social-link svg{font-size:22px}}.email-link:focus-visible,.social-link:focus-visible{outline:2px solid #01cdfe;outline-offset:4px}@media(prefers-reduced-motion:reduce){.email-link,.social-link{transition:none}.email-link:before{display:none}}@media(min-width:1024px)and (max-width:1440px){.contact-section{padding:4rem 0}}:root{--neon-cyan: #00f2ff;--bg-dark: #0a0a0a}.ultra-premium{padding:2rem 0;overflow:hidden;position:relative;width:100%;background:var(--bg-dark);-webkit-user-select:none;user-select:none}.ultra-premium:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--neon-cyan),transparent);opacity:.3}.marquee-track{display:flex;gap:3.5rem;white-space:nowrap;width:max-content;cursor:grab;padding:20px 0}.marquee-track:active{cursor:grabbing}.ultra-tech-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:150px;padding:1.8rem 1.2rem;background:#ffffff08;-webkit-backdrop-filter:blur(15px) saturate(180%);backdrop-filter:blur(15px) saturate(180%);border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff0d;position:relative;overflow:hidden;transition:border-color .3s ease}.ultra-tech-card:hover{border-color:#fff3}.ultra-tech-card:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transition:left .5s ease-in-out}.ultra-tech-card:hover:after{left:100%}.tech-icon.premium-glow{font-size:3.5rem!important;margin-bottom:1rem;filter:drop-shadow(0 0 15px rgba(0,0,0,.5));z-index:2}.premium-text{font-size:.85rem;font-weight:700;color:#fffc;text-transform:uppercase;letter-spacing:1.5px;position:relative;z-index:2}.marquee-overlay-left,.marquee-overlay-right{position:absolute;top:0;bottom:0;width:15%;z-index:10;pointer-events:none}.marquee-overlay-left{left:0;background:linear-gradient(to right,var(--bg-dark) 0%,transparent 100%)}.marquee-overlay-right{right:0;background:linear-gradient(to left,var(--bg-dark) 0%,transparent 100%)}@media(max-width:768px){.marquee-track{gap:1.5rem}.ultra-tech-card{min-width:100px;padding:1.2rem .8rem;border-radius:18px}.tech-icon.premium-glow{font-size:2.2rem!important;margin-bottom:.6rem}.premium-text{font-size:.65rem;letter-spacing:.5px}.marquee-overlay-left,.marquee-overlay-right{width:8%}}@media(max-width:480px){.ultra-tech-card{min-width:85px;padding:1rem .5rem}.tech-icon.premium-glow{font-size:1.8rem!important}}:root{--neon-purple: #b967ff;--neon-cyan: #01cdfe;--neon-magenta: #ff71ce;--neon-pink: #ff6ec7;--neon-green: #05ffa1;--bg-primary: #0a0a0f;--bg-secondary: #12121a;--bg-card: #1a1a24;--text-primary: #f0f0f5;--text-secondary: #b0b0c0;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--font-heading: "Unbounded", sans-serif;--font-body: "Montserrat", sans-serif;--font-script: "Caveat", cursive;font-family:var(--font-body)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;font-family:var(--font-body)}.app{position:relative;background:var(--bg-primary);color:var(--text-primary)}h1,h2,h3{font-family:var(--font-heading);font-weight:700;line-height:1.2}p,button,a,span,input,textarea{font-family:var(--font-body)}h1{font-size:clamp(2.5rem,6vw,4.5rem);letter-spacing:-.02em}h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:var(--spacing-md)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}p{font-size:clamp(1.1rem,1.3vw,1.2rem);color:#c8d4dc;line-height:2}@media(max-width:480px){p,.about-text,.highlight-text,.card-description,.contact-subtitle,.section-subtitle{line-height:1.8}}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md);width:100%}section{position:relative}.hero-section{min-height:100vh}.about-section{min-height:auto;padding:6rem 0 3rem}.projects-section{min-height:auto;padding:3rem 0 6rem}.contact-section{min-height:auto;padding:6rem 0}.card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #01cdfe33;border-color:#01cdfe66}.skillTag:hover{background:#01cdfe33;box-shadow:0 0 15px #01cdfe4d;transform:translateY(-2px)}a[style*=socialLink]:hover{color:#01cdfe;filter:drop-shadow(0 0 8px rgba(1,205,254,.6))}a[style*=emailLink]:hover{background:#01cdfe33;box-shadow:0 0 30px #01cdfe66}*:focus-visible{outline:2px solid var(--neon-cyan);outline-offset:4px;border-radius:4px}.section-divider.vapor-divider{height:auto;margin:3rem 0;max-height:70vh;min-height:40vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.vapor-divider .divider-image{width:100%;height:auto;max-width:1200px;max-height:70vh;object-fit:contain;filter:brightness(.92) contrast(1.08) saturate(1.15);border-radius:8px;box-shadow:0 20px 60px #01cdfe33;transition:all .4s ease}.vapor-divider .divider-image:hover{filter:brightness(1.05) contrast(1.15) saturate(1.25);transform:scale(1.02)}@media(min-width:1024px){.vapor-divider .divider-image{object-fit:contain;height:auto;width:auto;max-height:65vh;max-width:90vw}}@media(min-width:769px)and (max-width:1200px){.vapor-divider{max-height:58vh}.vapor-divider .divider-image{max-width:950px;max-height:58vh}}@media(min-width:1201px){.vapor-divider .divider-image{max-width:1100px;max-height:68vh}}@media(max-width:768px){.vapor-divider{max-height:48vh;min-height:32vh;margin:2rem 0}.vapor-divider .divider-image{max-width:100vw;max-height:48vh;object-fit:cover;border-radius:8px}}.parallax-divider{height:60vh;min-height:400px;max-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;margin:4rem 0;overflow:hidden}.parallax-image{width:100%;height:auto;max-width:1000px;max-height:60vh;object-fit:contain;filter:brightness(.92) contrast(1.12) saturate(1.2);border-radius:16px;box-shadow:0 25px 75px #01cdfe4d,0 0 50px #ff71ce33;transition:all .5s cubic-bezier(.4,0,.2,1)}.parallax-image:hover{filter:brightness(1.05) contrast(1.2) saturate(1.3);transform:scale(1.03)}@media(max-width:768px){.parallax-divider{height:45vh;margin:2rem 0}.parallax-image{max-width:90vw;max-height:45vh;border-radius:12px}}@media(min-width:769px)and (max-width:1200px){.parallax-divider{height:55vh;min-height:450px}.parallax-image{max-width:950px;max-height:65vh;width:auto;height:auto;box-shadow:0 20px 60px #01cdfe40,0 0 40px #ff71ce26}}@media(min-width:1201px){.parallax-image{max-width:1000px;max-height:60vh}}@media(max-width:768px){.parallax-divider{height:45vh}.parallax-image{max-width:90vw;max-height:45vh}}@media(min-width:1920px){.container{max-width:1300px}}@media(min-width:1440px)and (max-width:1919px){.container{max-width:1200px;padding:0 3rem}}@media(min-width:1280px)and (max-width:1439px){.container{max-width:1100px;padding:0 2.5rem}.about-section{padding:5rem 0 2.5rem}.projects-section{padding:2.5rem 0 5rem}.contact-section{padding:5rem 0}}@media(min-width:1024px)and (max-width:1279px){html{font-size:14px}.container{max-width:90vw;padding:0 2rem}.about-section{padding:4.5rem 0 2rem}.projects-section{padding:2rem 0 4.5rem}.contact-section{padding:4.5rem 0}.hero-section h2,.about-section h2,.projects-section h2,.contact-section h2{font-size:clamp(1.9rem,4vw,2.7rem)}.hero-section h3,.about-section h3,.projects-section h3,.contact-section h3{font-size:clamp(1.35rem,2.75vw,1.85rem)}.hero-section p,.about-section p,.projects-section p,.contact-section p{font-size:clamp(1.2rem,1.75vw,1.45rem)}}@media(min-width:1024px)and (max-width:1280px){html{font-size:13px}.container{max-width:88vw}}@media(min-width:768px)and (max-width:1023px){.container{max-width:720px;padding:0 1.5rem}.about-section{padding:4rem 0 2rem}.projects-section{padding:2rem 0 4rem}.contact-section{padding:4rem 0}.hero-section h1,.about-section h1,.projects-section h1,.contact-section h1{font-size:clamp(2rem,4.5vw,2.8rem)}.hero-section h2,.about-section h2,.projects-section h2,.contact-section h2{font-size:clamp(1.6rem,3.5vw,2.2rem)}.hero-section h3,.about-section h3,.projects-section h3,.contact-section h3{font-size:clamp(1.3rem,2.5vw,1.7rem)}.hero-section p,.about-section p,.projects-section p,.contact-section p{font-size:clamp(1rem,1.5vw,1.2rem)}.about-grid,.projects-grid{grid-template-columns:1fr;gap:2rem}}@media(min-width:481px)and (max-width:768px){.container{padding:0 1.5rem}nav div[style*=navLinks]{display:none}section{scroll-snap-align:none}.about-section{padding:3rem 0 1.5rem}.projects-section{padding:1.5rem 0 3rem}.contact-section{padding:4rem 0}.about-grid,.projects-grid,.skills-container{gap:1.5rem}}@media(max-width:480px){.container{padding:0 1rem}.about-section{padding:2.5rem 0 1rem}.projects-section{padding:1rem 0 2.5rem}.contact-section{padding:3rem 0}.hero-section h1,.about-section h1,.projects-section h1,.contact-section h1{font-size:clamp(1.75rem,5vw,2.5rem)}.hero-section h2,.about-section h2,.projects-section h2,.contact-section h2{font-size:clamp(1.5rem,4vw,2rem)}.hero-section h3,.about-section h3,.projects-section h3,.contact-section h3{font-size:clamp(1.125rem,2.5vw,1.5rem)}.hero-section p:not(.section-subtitle),.about-section p:not(.section-subtitle),.projects-section p:not(.section-subtitle),.contact-section p:not(.contact-subtitle){font-size:.9rem}.about-grid,.projects-grid,.skills-container{gap:1.5rem}}@media(max-width:1279px){body{overflow-x:hidden}.project-content,.card-content,.about-content{padding:1.5rem}img{max-width:100%;height:auto}}@media(min-width:2560px){.container{max-width:1600px}html{font-size:18px}}*{transition:font-size .2s ease}
