.app{min-height:100vh;background-color:#000;color:#fff;position:relative;overflow-x:hidden}.background-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden;background-color:#000}.bg-icon{position:absolute;font-size:clamp(1.5rem,4vw,3rem);opacity:.1;filter:none;animation:floatBg 20s ease-in-out infinite alternate;z-index:0;pointer-events:none}.dev-icon-bg{color:#60a5fa;text-shadow:0 0 10px rgba(96,165,250,.3)}.edit-icon-bg{color:#f59e0b;text-shadow:0 0 10px rgba(245,158,11,.3)}@keyframes floatBg{0%{transform:translate(0) rotate(0)}25%{transform:translate(100px,-50px) rotate(20deg)}50%{transform:translate(-50px,100px) rotate(-15deg)}75%{transform:translate(-100px,-50px) rotate(25deg)}to{transform:translate(50px,50px) rotate(-20deg)}}.main-content{max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:1}@media (max-width: 768px){.main-content{padding:1rem}.cloud{opacity:.2}.cloud1,.cloud2,.cloud3,.cloud4,.cloud5,.cloud6{width:80px;height:80px}}@media (max-width: 480px){.main-content{padding:.75rem}}::-webkit-scrollbar{width:0px;background:transparent}html{scrollbar-width:none;-ms-overflow-style:none}.header{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8rem 2rem 4rem;background:transparent;z-index:1}.header:before{content:"";position:absolute;top:-20%;left:-20%;width:70%;height:70%;background:radial-gradient(circle,rgba(29,78,216,.15) 0%,transparent 70%);filter:blur(80px);z-index:-1;animation:blobFloat 20s infinite alternate}.header:after{content:"";position:absolute;bottom:-20%;right:-20%;width:60%;height:60%;background:radial-gradient(circle,rgba(147,51,234,.1) 0%,transparent 70%);filter:blur(80px);z-index:-1;animation:blobFloat 20s infinite alternate-reverse}@keyframes blobFloat{0%{transform:translate(0)}to{transform:translate(30px,30px)}}.hero-container{max-width:1200px;width:100%;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center;position:relative}.hero-content{display:flex;flex-direction:column;gap:1.5rem;z-index:2;animation:fadeInUp .8s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;color:#a1a1aa;width:fit-content;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pulse-dot{width:8px;height:8px;background-color:#10b981;border-radius:50%;position:relative}.pulse-dot:after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:1px solid #10b981;animation:pulse 2s infinite;opacity:.5}.hero-title{display:flex;flex-direction:column;gap:.5rem}.greeting-line{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:400;color:#fff9;letter-spacing:1px}.name-line{font-size:clamp(2.5rem,6vw,5rem);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-1px;white-space:nowrap}.roles-block{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.role-item{display:flex;align-items:center;gap:1rem;font-size:clamp(1.2rem,3vw,1.8rem);color:#ffffffe6;font-weight:300;letter-spacing:.5px}.role-icon{font-size:1.2rem;width:24px;text-align:center}.dev-color{color:#60a5fa;text-shadow:0 0 10px rgba(96,165,250,.4)}.edit-color{color:#f59e0b;text-shadow:0 0 10px rgba(245,158,11,.4)}.role-connector{display:flex;align-items:center;gap:1rem;padding-left:3rem;opacity:.8}.connector-line{display:none}.accent-symbol{color:#a78bfa;font-size:1.5rem;font-family:serif;font-style:italic}.gradient-text{background:linear-gradient(135deg,#fff,#a5b4fc);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-subtitle{font-size:1.2rem;color:#d1d5db;line-height:1.6;max-width:500px;font-weight:300}.hero-actions{display:flex;gap:1.5rem;margin-top:1rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none}.cta-button.primary{background:#fff;color:#000;border:1px solid #ffffff}.cta-button.primary:hover{transform:translateY(-4px);box-shadow:0 10px 25px #fff3}.cta-button.secondary{background:#ffffff08;color:#fff;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-4px)}.hero-stats{display:none}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:700;color:#fff}.stat-label{font-size:.9rem;color:#a1a1aa}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeInRight 1s ease-out;padding:2rem}.profile-frame{width:360px;height:460px;position:relative;z-index:1;transition:transform .4s ease}.hero-image{width:100%;height:100%;object-fit:cover;clip-path:polygon(10% 0,100% 0,100% 90%,90% 100%,0 100%,0 10%);filter:contrast(1.1) brightness(1.05);transition:clip-path .5s ease}.profile-frame:before,.profile-frame:after{content:"";position:absolute;width:80px;height:80px;border:4px solid #ffffff;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:2;pointer-events:none;box-shadow:0 0 15px #ffffff4d}.profile-frame:before{top:-10px;left:-10px;border-right:none;border-bottom:none;mask-image:linear-gradient(to right,black 60%,transparent 60%);-webkit-mask-image:linear-gradient(to right,black 60%,transparent 60%)}.profile-frame:after{bottom:-10px;right:-10px;border-left:none;border-top:none;border-color:#f59e0b;box-shadow:0 0 15px #f59e0b80}.frame-glow{position:absolute;top:50%;right:-20px;width:6px;height:80px;background:#a78bfa;transform:translateY(-50%);box-shadow:0 0 20px #a78bfa,0 0 40px #a78bfa99;z-index:0;transition:all .3s ease}.hero-visual:hover .profile-frame{transform:scale(1.03) rotate(2deg)}.hero-visual:hover .hero-image{clip-path:polygon(0 0,100% 0,100% 100%,85% 100%,0 100%,0 15%)}.hero-visual:hover .profile-frame:before{top:-20px;left:-20px;border-color:#60a5fa;box-shadow:0 0 20px #60a5fa99}.hero-visual:hover .profile-frame:after{bottom:-20px;right:-20px;width:100px;height:100px}.hero-visual:hover .frame-glow{right:-25px;height:100px;background:#f472b6;box-shadow:0 0 25px #f472b6}.floating-card{position:absolute;background:#0009;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;border-radius:16px;display:flex;align-items:center;gap:.8rem;color:#fff;font-weight:500;box-shadow:0 10px 30px #0000004d;animation:float 6s ease-in-out infinite;z-index:3}.floating-card i{font-size:1.2rem}.card-1{top:10%;left:-40px;animation-delay:0s}.card-2{bottom:15%;right:-20px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.music-toggle-button{position:fixed;top:2rem;right:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fff;cursor:pointer;z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.music-toggle-button:hover{background:#fff3;transform:scale(1.1)}.music-toggle-button.playing{background:#fff3;border-color:#fff;color:#fff;box-shadow:0 0 15px #fff6}.music-toggle-button.playing:before,.music-toggle-button.playing:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;border:1px solid rgba(255,255,255,.8);opacity:0;z-index:-1}.music-toggle-button.playing:before{animation:musicRipple 2s linear infinite}.music-toggle-button.playing:after{animation:musicRipple 2s linear 1s infinite}@keyframes musicRipple{0%{width:100%;height:100%;opacity:.8}to{width:250%;height:250%;opacity:0}}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-content{align-items:center}.hero-title{font-size:3.5rem}.hero-actions,.hero-stats{justify-content:center}.hero-visual{margin-top:2rem}.profile-frame{width:320px;height:400px;transform:rotate(0)}.card-1{left:0}.card-2{right:0}}@media (max-width: 600px){.header{padding:6rem 1.5rem 3rem}.hero-title{font-size:2.5rem}.profile-frame{width:280px;height:350px}.floating-card{padding:.8rem 1rem;font-size:.9rem}.cta-button{padding:.7rem 1.4rem;font-size:.85rem}}.skills-section{padding:6rem 0;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;z-index:2;background:radial-gradient(circle at center,rgba(29,78,216,.05),transparent 70%)}.section-title{font-size:2.5rem;margin-bottom:4rem;color:#fff;text-align:left;letter-spacing:1px;max-width:100%;margin-left:0;padding:0 50px;font-weight:700}.skills-infinity-container{width:1400px;height:600px;margin:0 auto;position:relative;transform-origin:center center}.skill-item{position:absolute;top:0;left:0;display:flex;align-items:center;gap:.8rem;color:#ffffffb3;font-weight:500;font-size:1.1rem;white-space:nowrap;padding:1rem 1.5rem;background:#ffffff08;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.1);border-radius:50px;offset-path:path("M 100 300 C 100 50 550 50 700 300 C 850 550 1300 550 1300 300 C 1300 50 850 50 700 300 C 550 550 100 550 100 300 Z");animation:moveInfinity 35s linear infinite;animation-delay:calc(35s / var(--total) * var(--i) * -1);will-change:offset-distance,transform}.skill-item i{font-size:1.5rem;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.skill-item:hover{background:#ffffff1a;border-color:#ffffff4d;z-index:100;color:#fff}.skill-item:hover i{color:var(--skill-color);filter:drop-shadow(0 0 15px var(--skill-color));transform:scale(1.2)}@keyframes moveInfinity{0%{offset-distance:0%}to{offset-distance:100%}}@media (max-width: 1400px){.skills-infinity-container{transform:scale(.85);margin-left:-5%}}@media (max-width: 1024px){.skills-infinity-container{transform:scale(.65);width:100%;margin-left:0;height:450px}}@media (max-width: 768px){.skills-infinity-container{transform:scale(.45);height:350px;margin-top:-80px;margin-bottom:-80px}.skill-item{padding:.6rem 1rem;font-size:.9rem}.skill-item i{font-size:1.2rem}}.mobile-hint{display:none;text-align:left;color:#ffffff80;font-size:.8rem;margin-bottom:2rem;margin-left:0;padding:0 50px;font-style:italic;max-width:100%}@media (max-width: 480px){.mobile-hint{display:block;padding:0 30px;margin-bottom:1rem;text-align:center;text-align:left;margin-left:20px}.skills-infinity-container{transform:scale(.25);height:300px;margin-top:60px;margin-bottom:0;margin-left:-120px}.skill-item{font-size:2.5rem;padding:1.5rem 2.5rem;border-radius:80px}.skill-item i{font-size:3.5rem}}.projects-section{padding:0;width:100vw;margin-left:calc(-50vw + 50%);position:relative;z-index:2;height:600vh}.projects-sticky-wrapper{position:relative;top:0;left:0;width:100%;height:100vh;display:flex;flex-direction:column;overflow:visible;background:transparent;z-index:10;justify-content:flex-start;align-items:center}.projects-sticky-wrapper.is-fixed{position:fixed;top:0;left:0}.projects-sticky-wrapper.at-end{position:absolute;bottom:0;top:auto;left:0}.section-title{font-size:3rem;margin-top:20px;margin-bottom:20px;color:#fff;text-align:left;letter-spacing:1px;font-weight:700;z-index:100;position:relative;width:100%;padding-left:5vw}.projects-content{position:relative;width:100%;max-width:800px;flex-grow:1;pointer-events:none}.project-card{position:absolute;top:calc(10px + var(--index) * 20px);left:50%;transform:translate(-50%) translateY(max(0px,(var(--index) * 105vh) - (var(--scroll-progress) * 700vh)));width:600px;max-width:90vw;display:flex;flex-direction:column;padding:0;transition:transform .1s linear;background:#0f0f0f;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 -10px 40px #00000080;pointer-events:auto;z-index:calc(10 + var(--index));cursor:pointer}.project-card:hover{border-color:#ffffff4d;box-shadow:0 -15px 50px #000000b3;transform:translate(-50%) translateY(calc(max(0px,(var(--index) * 105vh) - (var(--scroll-progress) * 700vh)) - 10px))}.project-image-container{width:100%;height:200px;overflow:hidden;position:relative}.project-image{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .6s ease;filter:brightness(.9)}.project-card:hover .project-image{transform:scale(1.05);filter:brightness(1)}.project-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.2rem;background:linear-gradient(45deg,#0a0a0a,#1a1a1a)}.project-title{font-size:1.6rem;margin:1rem 1.5rem .5rem;color:#fff;font-weight:600;letter-spacing:.5px;line-height:1.2}.project-description{color:#a1a1aa;line-height:1.6;margin-bottom:1rem;font-size:1rem;padding:0 1.5rem;font-weight:300}.project-links{display:flex;gap:1rem;padding:0 1.5rem 1.5rem}.project-link{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;color:#fff;text-decoration:none;background:#ffffff0d;border-radius:50%;transition:all .3s ease;font-size:1.2rem;border:1px solid rgba(255,255,255,.1)}.project-link:hover{background:#fff;color:#000;transform:translateY(-3px);box-shadow:0 5px 15px #fff3}.github-link:hover{background:#24292e;color:#fff;border-color:#24292e}.demo-link:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 5px 15px #3b82f666}@media (max-width: 768px){.section-title{font-size:2.2rem;margin-top:20px}.project-card{width:90%;top:calc(50px + var(--index) * 20px)}.project-image-container{height:200px}.project-title{font-size:1rem;padding:0 1.5rem;margin:1.5rem 0 .25rem}.project-description{padding:0 1.5rem;font-size:1rem;margin-bottom:.5rem}.project-links{padding:0 1.5rem 1rem}}.education-section{padding:6rem 0;width:100vw;margin-left:calc(-50vw + 50%);position:relative;z-index:2;overflow:hidden}.section-title{font-size:3rem;margin-bottom:4rem;color:#fff;text-align:left;letter-spacing:1px;font-weight:700;width:100%;padding-left:5vw;position:relative}.education-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;position:relative;padding:0 2rem}.education-content:before{display:none}.education-item{background:linear-gradient(145deg,#1e1e1e66,#0a0a0a66);padding:3rem;border-radius:24px;border:1px solid rgba(255,255,255,.05);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;margin:0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 10px 30px -10px #00000080;overflow:hidden}.education-item:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.education-item:before{display:none}.education-item:hover{border-color:#ffffff26;background:linear-gradient(145deg,#28282880,#14141480);box-shadow:0 20px 40px -10px #0009,0 0 20px #ffffff0d}.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:1.5rem}.degree-title{font-size:2rem;color:#fff;flex:1;min-width:250px;font-weight:700;line-height:1.1;letter-spacing:-.03em;text-shadow:0 2px 10px rgba(0,0,0,.3)}.education-year{color:#fff;font-size:.9rem;padding:.6rem 1.2rem;background:#ffffff1a;border-radius:12px;font-weight:600;white-space:nowrap;letter-spacing:.5px;box-shadow:inset 0 1px 1px #ffffff1a}.institution-name{color:#a1a1aa;font-size:1.2rem;margin-bottom:0;font-weight:400;display:flex;align-items:center;margin-top:.5rem}.education-cgpa-container{margin-top:2rem;padding-top:0;border-top:none;display:flex;justify-content:flex-start}.education-cgpa{color:#fff;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;background:#ffffff0d;border-radius:50px;border:1px solid rgba(255,255,255,.2);display:inline-block;box-shadow:0 4px 15px #0000004d;transition:all .3s ease}.education-item:hover .education-cgpa{background:#000;border-color:#fff;color:#fff;box-shadow:0 0 15px #fff3}.education-description{color:#a1a1aa;line-height:1.6}@media (max-width: 768px){.education-section{padding:3rem 0}.section-title{font-size:2rem;margin-bottom:2rem}.education-content{padding:0 1.5rem;gap:1.5rem}.education-item{margin:0;padding:2rem}.education-item:before{display:none}.education-header{flex-direction:column;gap:.5rem}.degree-title{font-size:1.5rem;min-width:auto}.education-year{font-size:.85rem;padding:.5rem 1rem;align-self:flex-start}.institution-name{font-size:1rem}.education-cgpa{font-size:.9rem;padding:.6rem 1rem}}@media (max-width: 480px){.education-section{padding:2rem 0}.section-title{font-size:1.75rem;margin-bottom:1.5rem}.education-content{padding:0 1rem;gap:1rem}.education-item{margin:0;padding:1.5rem}.degree-title{font-size:1.3rem}.education-year{font-size:.8rem;padding:.4rem .8rem}.institution-name{font-size:.95rem}.education-cgpa{font-size:.9rem;padding:.5rem .9rem}}.videos-section{position:relative;width:100vw;margin-left:calc(-50vw + 50%);min-height:500vh;padding:0}.videos-sticky-wrapper{position:relative;top:0;left:0;width:100%;height:100vh;display:flex;flex-direction:column;overflow:hidden;background:transparent;z-index:10}.videos-sticky-wrapper.is-fixed{position:fixed;top:0;left:0}.videos-sticky-wrapper.at-end{position:absolute;bottom:0;top:auto;left:0}.videos-title{font-family:PT Mono,monospace;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#fff;text-align:left;letter-spacing:1px;max-width:100%;margin-left:0;margin-right:0;padding:0 50px}.swipe-gesture{display:none}.videos-viewport{flex:1;display:flex;align-items:center;overflow:visible;width:100%;max-width:100%;margin:0 auto;padding:0 2rem;box-sizing:border-box}.videos-container{display:flex;gap:2.5rem;transition:transform .15s ease-out;will-change:transform;padding-left:2rem;padding-right:8rem}.video-card{flex:0 0 520px;min-width:520px;background:#ffffff05;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:all .4s cubic-bezier(.25,.46,.45,.94);cursor:pointer;box-shadow:0 20px 60px #00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.video-card:hover{border-color:#ffffff40;transform:translateY(-8px);box-shadow:0 30px 80px #0009}.video-card.playing{border-color:#72797280;box-shadow:0 0 40px #5b5f5b33,0 30px 80px #0009}.video-titlebar{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.traffic-lights{display:flex;gap:8px}.traffic-light{width:12px;height:12px;border-radius:50%;opacity:.8}.traffic-light.red{background:#ff5f57;box-shadow:0 0 8px #ff5f574d}.traffic-light.yellow{background:#ffbd2e;box-shadow:0 0 8px #ffbd2e4d}.traffic-light.green{background:#309c30;box-shadow:0 0 8px #4245434d}.video-name{color:#fff;font-size:.9rem;font-weight:500;opacity:.9;text-shadow:0 2px 4px rgba(0,0,0,.5)}.video-badges{display:flex;gap:8px}.badge{background:#ffffff1a;color:#ccc;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;padding:4px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.05)}.badge:before{display:none}.video-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background-color:#000;cursor:pointer}.video-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;z-index:5;transition:opacity .5s ease,visibility .5s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 20px #00000080}.video-loader.hidden{opacity:0;visibility:hidden}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.video-player{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:10}.video-controls{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(0deg,#000000e6,#00000080,#0000);border-top:none;z-index:20;opacity:0;transition:opacity .3s ease}.video-wrapper:hover .video-controls,.video-wrapper:fullscreen .video-controls,.video-wrapper:-webkit-full-screen .video-controls{opacity:1}.control-btn{width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.control-btn:hover{background:#ffffff40;transform:scale(1.1);border-color:#ffffff4d}.control-btn i{font-size:.8rem}.play-pause-btn i{font-size:.9rem}.back-arrow-btn{position:absolute;top:20px;left:20px;width:40px;height:40px;border-radius:50%;background:#00000080;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:21;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s ease}.back-arrow-btn:hover{background:#000000b3;transform:scale(1.1)}.video-wrapper:fullscreen .back-arrow-btn,.video-wrapper:-webkit-full-screen .back-arrow-btn,.video-wrapper:-ms-fullscreen .back-arrow-btn{display:flex}.progress-bar{flex:1;height:4px;background:#fff3;border-radius:2px;position:relative;cursor:pointer}.progress-fill{height:100%;width:0%;background:#fff;border-radius:2px;transition:width .1s ease}.progress-handle{position:absolute;top:50%;left:0%;transform:translate(-50%,-50%);width:12px;height:12px;background:#fff;border-radius:50%;opacity:0;transition:opacity .2s ease;box-shadow:0 0 10px #00000080}.video-wrapper:hover .progress-handle{opacity:1}.video-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.05)}.video-subtitle{color:#999;font-size:.85rem;font-style:italic}.video-tag{color:#666;font-size:.8rem;font-weight:600}@media (max-width: 1200px){.videos-section{min-height:500vh}.videos-title{font-size:2rem;padding:2rem 1rem 1.5rem;margin-left:50px}.video-card{flex:0 0 400px;min-width:400px}.videos-container{gap:2rem;padding-left:1.5rem}.video-titlebar{padding:10px 14px}.traffic-light{width:10px;height:10px}.video-name{font-size:.85rem}.badge{font-size:.65rem}.play-icon{width:60px;height:60px}.play-icon i{font-size:1.5rem}.mute-button{width:36px;height:36px}.mute-button i{font-size:.9rem}.video-footer{padding:14px 16px}.video-subtitle{font-size:.8rem}.video-tag{font-size:.75rem}}@media (max-width: 480px){.videos-section{min-height:400vh}.videos-header-container{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:1rem}.swipe-gesture{display:flex;flex-direction:column;align-items:center;margin-left:0;margin-top:5px;opacity:.8;z-index:50}.videos-title{font-size:1.75rem;padding:1rem .5rem .5rem;margin-left:0;margin-bottom:0;text-align:center}.swipe-text{font-family:PT Mono,monospace;font-size:.7rem;color:#fff;margin-bottom:4px;text-transform:uppercase;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.swipe-arrow{color:#fff;font-size:1rem;text-shadow:0 2px 4px rgba(0,0,0,.5);animation:swipeUp 1.5s infinite ease-in-out}@keyframes swipeUp{0%{transform:translateY(5px);opacity:0}50%{transform:translateY(-5px);opacity:1}to{transform:translateY(-15px);opacity:0}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.videos-viewport{padding:0 1rem}.video-card{flex:0 0 320px;min-width:370px}.videos-container{gap:1.5rem;padding-left:.5rem;padding-right:4rem}.video-titlebar{padding:8px 12px;flex-wrap:wrap;gap:8px}.traffic-light{width:8px;height:8px}.video-name{font-size:.75rem;order:2;flex-basis:100%;text-align:center;margin-top:4px}.video-badges{display:none}.play-icon{width:50px;height:50px}.play-icon i{font-size:1.25rem}.mute-button{width:32px;height:32px;bottom:8px;right:8px}.mute-button i{font-size:.8rem}.video-footer{padding:12px 14px;flex-direction:column;gap:4px;align-items:flex-start}.video-subtitle{font-size:.75rem}.video-tag{font-size:.7rem}}.videos-viewport::-webkit-scrollbar{display:none}.videos-viewport{scrollbar-width:none}.progress-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff3;height:4px;border-radius:2px;outline:none;cursor:pointer;transition:height .2s}.progress-slider:hover{height:6px}.progress-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;background:#fff;border-radius:50%;cursor:pointer;transition:transform .1s;box-shadow:0 0 10px #00000080}.progress-slider:hover::-webkit-slider-thumb{transform:scale(1.2)}.progress-slider::-moz-range-thumb{width:14px;height:14px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 0 10px #00000080}.contact-section{padding:4rem 0rem}.contact-content{max-width:600px;margin:0 auto}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#fff;font-size:1rem;font-weight:400}.form-group input,.form-group textarea{padding:.75rem 1rem;background-color:#0a0a0a;border:2px solid #1a1a1a;border-radius:5px;color:#fff;font-size:1rem;font-family:Jost,sans-serif;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#555;background-color:#111}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:.75rem 2rem;background-color:#1a1a1a;border:2px solid #333333;border-radius:5px;color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;align-self:flex-start;font-family:Jost,sans-serif}.submit-btn:hover{background-color:#2a2a2a;border-color:#555;transform:translateY(-2px)}.submit-btn:active{transform:translateY(0)}@media (max-width: 768px){.contact-section{padding:3rem 0}.contact-content{padding:0 1rem}.contact-form{gap:1.25rem}.form-group label{font-size:.95rem}.form-group input,.form-group textarea{padding:.65rem .9rem;font-size:.95rem}.submit-btn{padding:.65rem 1.5rem;font-size:.95rem}}@media (max-width: 480px){.contact-section{padding:2rem 0}.contact-content{padding:0}.contact-form{gap:1rem}.form-group input,.form-group textarea{padding:.6rem .8rem;font-size:.9rem}.form-group textarea{min-height:100px}.submit-btn{padding:.6rem 1.25rem;font-size:.9rem;width:100%}}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.submit-btn:disabled:hover{transform:none}.spinner{display:inline-block;width:14px;height:14px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;bottom:2rem;right:2rem;background-color:#1a1a1a;border:2px solid #333333;border-radius:8px;padding:1rem 1.5rem;color:#fff;font-size:1rem;z-index:10000;animation:slideInRight .3s ease-out;box-shadow:0 4px 12px #0000004d;min-width:300px;max-width:400px}.toast-success{border-color:#4caf50;background-color:#1a3a1a}.toast-error{border-color:#f44336;background-color:#3a1a1a}.toast-content{display:flex;align-items:center;gap:.75rem}.toast-content i{font-size:1.25rem}.toast-success .toast-content i{color:#4caf50}.toast-error .toast-content i{color:#f44336}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.toast{bottom:1rem;right:1rem;left:1rem;min-width:auto;max-width:none}}.footer{background-color:transparent;padding:5rem 2rem;margin-top:0;position:relative;z-index:1}.footer-container{max-width:1200px;margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:2.5rem}.footer-heading{font-size:2rem;color:#fff;text-align:left;margin:0;letter-spacing:1px}.footer-contact{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;flex-wrap:wrap}.contact-text{color:#fff;font-size:1rem}.email-link{padding:.6rem 1.2rem;background:#ffffff0d;border-radius:50px;color:#fff;text-decoration:none;font-size:1rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.email-link:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.social-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start;align-items:center}.social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;transition:all .3s ease;text-decoration:none;opacity:.8;background:#ffffff0d;border:1px solid rgba(255,255,255,.05);border-radius:50%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.social-link:hover{opacity:1;transform:translateY(-3px) scale(1.1);background:#ffffff26;border-color:#ffffff4d;box-shadow:0 5px 15px #0003}.social-link.x-twitter:hover{background:#000;border-color:#333;color:#fff;box-shadow:0 5px 15px #0006}.social-link.linkedin:hover{background:#0077b5;border-color:#0077b5;color:#fff;box-shadow:0 5px 15px #0077b566}.social-link.facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff;box-shadow:0 5px 15px #1877f266}.social-link.instagram:hover{background:#d62976;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#dc2743;color:#fff;box-shadow:0 5px 15px #dc274366}.social-link.youtube:hover{background:red;border-color:red;color:#fff;box-shadow:0 5px 15px #f006}.social-link.github:hover{background:#333;border-color:#333;color:#fff;box-shadow:0 5px 15px #3336}@media (max-width: 768px){.footer{padding:3rem 1rem}.footer-container{gap:2rem}.footer-heading{font-size:1.5rem}.footer-contact{flex-direction:column;text-align:left;align-items:flex-start}.social-links{gap:.5rem}.social-link{width:35px;height:35px;font-size:1rem}}.footer-copy{font-size:14px;color:#bdbdbd;text-align:center;margin-bottom:0}.navigation-bar{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:1rem;padding:.8rem 1.5rem;background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:50px;border:1px solid rgba(255,255,255,.1);z-index:1000;animation:fadeInUp .8s ease-out;box-shadow:0 10px 30px #0003}.nav-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;font-size:1.1rem;cursor:pointer;border-radius:50%;transition:all .4s cubic-bezier(.25,.46,.45,.94);padding:0;position:relative;overflow:visible}.nav-icon:before{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 15px);left:50%;transform:translate(-50%) translateY(5px);background-color:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:#fff;padding:.5rem .8rem;border-radius:8px;font-size:.8rem;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s ease;z-index:1001;font-weight:500;letter-spacing:.5px;box-shadow:0 4px 12px #0003}.nav-icon:after{content:"";position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%) translateY(5px);border:6px solid transparent;border-top-color:#0009;opacity:0;pointer-events:none;transition:all .3s ease;z-index:1001}.nav-icon:hover:before,.nav-icon:hover:after{opacity:1;transform:translate(-50%) translateY(0)}.nav-icon:hover{transform:translateY(-5px);background:#ffffff1a;box-shadow:0 5px 15px #0003}.nav-icon:active{transform:translateY(-2px) scale(.95)}.nav-icon:focus{outline:none}@media (max-width: 768px){.navigation-bar{bottom:1.5rem;padding:.5rem 1rem;gap:.8rem}.nav-icon{width:38px;height:38px;font-size:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(30px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 480px){.navigation-bar{bottom:1rem;padding:.6rem 1.4rem;gap:.6rem}.nav-icon{width:42px;height:48px;font-size:1.1rem}}.not-found-container{min-height:100vh;background-color:#000;color:#fff;position:relative;overflow-x:hidden;display:flex;align-items:center;justify-content:center;padding:1.5rem}.not-found-container .background-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden;background-color:#000}.not-found-container .cloud{position:absolute;opacity:.2;animation:moveCloud linear infinite;-webkit-user-select:none;user-select:none;pointer-events:none;width:auto;height:auto}.not-found-container .cloud1{width:120px;height:120px;top:20%;animation-duration:40s;animation-delay:0s}.not-found-container .cloud2{width:150px;height:150px;top:40%;animation-duration:50s;animation-delay:-10s}.not-found-container .cloud3{width:100px;height:100px;top:60%;animation-duration:45s;animation-delay:-20s}.not-found-container .cloud4{width:140px;height:140px;top:80%;animation-duration:55s;animation-delay:-15s}.not-found-container .cloud5{width:110px;height:110px;top:10%;animation-duration:48s;animation-delay:-25s}.not-found-container .cloud6{width:160px;height:160px;top:70%;animation-duration:52s;animation-delay:-30s}@keyframes moveCloud{0%{transform:translate(calc(100vw + 200px))}to{transform:translate(-200px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.not-found-content{text-align:center;position:relative;z-index:1;max-width:600px}.not-found-image-container{margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.not-found-image{max-width:200px;width:100%;height:auto;border-radius:20px;box-shadow:0 10px 30px #00000080;animation:float 3s ease-in-out infinite}.not-found-title{font-family:PT Mono,monospace;font-size:5rem;font-weight:400;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.not-found-subtitle{font-family:PT Mono,monospace;font-size:2rem;font-weight:400;margin-bottom:1.5rem;color:#fff}.not-found-description{font-family:Jost,sans-serif;font-size:1.25rem;margin-bottom:1rem;color:#ccc;line-height:1.6}.not-found-message{font-family:Jost,sans-serif;font-size:1rem;margin-bottom:2.5rem;color:#999;line-height:1.6}.not-found-button{display:inline-block;padding:1rem 2.5rem;background-color:#fff;color:#000;text-decoration:none;font-family:PT Mono,monospace;font-size:1rem;font-weight:400;border-radius:4px;transition:all .3s ease;border:2px solid #ffffff}.not-found-button:hover{background-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.not-found-button:active{transform:translateY(0)}@media (max-width: 768px){.not-found-image{max-width:180px}.not-found-title{font-size:3.5rem}.not-found-subtitle{font-size:1.5rem}.not-found-description{font-size:1.1rem}.not-found-message{font-size:.95rem}.not-found-container .cloud1,.not-found-container .cloud2,.not-found-container .cloud3,.not-found-container .cloud4,.not-found-container .cloud5,.not-found-container .cloud6{width:80px;height:80px}}@media (max-width: 480px){.not-found-image{max-width:150px}.not-found-image-container{margin-bottom:1.5rem}.not-found-title{font-size:2.5rem}.not-found-subtitle{font-size:1.25rem}.not-found-description{font-size:1rem}.not-found-message{font-size:.9rem}.not-found-button{padding:.875rem 2rem;font-size:.95rem}}.hacked-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;color:#0f0;z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Courier New,Courier,monospace;text-align:center;overflow:hidden}.hacked-text{font-family:Impact,Arial Black,sans-serif;font-size:6rem;font-weight:900;color:#fff;text-transform:uppercase;position:relative;display:inline-block;letter-spacing:5px;text-shadow:2px 2px 0px #00ff00;margin-bottom:2rem}.hacked-text:before,.hacked-text:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:#000}.hacked-text:before{left:2px;text-shadow:-2px 0 #ff00c1;clip:rect(24px,550px,90px,0);animation:glitch-anim-1 2.5s infinite linear alternate-reverse}.hacked-text:after{left:-2px;text-shadow:-2px 0 #00fff9;clip:rect(85px,550px,140px,0);animation:glitch-anim-2 3s infinite linear alternate-reverse}@keyframes glitch-anim-1{0%{clip:rect(106px,9999px,86px,0)}5%{clip:rect(38px,9999px,5px,0)}10%{clip:rect(81px,9999px,73px,0)}15%{clip:rect(32px,9999px,20px,0)}20%{clip:rect(50px,9999px,108px,0)}25%{clip:rect(23px,9999px,3px,0)}30%{clip:rect(138px,9999px,11px,0)}35%{clip:rect(69px,9999px,7px,0)}40%{clip:rect(98px,9999px,35px,0)}45%{clip:rect(53px,9999px,115px,0)}50%{clip:rect(15px,9999px,38px,0)}55%{clip:rect(89px,9999px,94px,0)}60%{clip:rect(9px,9999px,56px,0)}65%{clip:rect(44px,9999px,137px,0)}70%{clip:rect(117px,9999px,26px,0)}75%{clip:rect(64px,9999px,113px,0)}80%{clip:rect(135px,9999px,21px,0)}85%{clip:rect(22px,9999px,47px,0)}90%{clip:rect(103px,9999px,83px,0)}95%{clip:rect(19px,9999px,130px,0)}to{clip:rect(76px,9999px,48px,0)}}@keyframes glitch-anim-2{0%{clip:rect(12px,9999px,47px,0)}5%{clip:rect(123px,9999px,16px,0)}10%{clip:rect(85px,9999px,54px,0)}15%{clip:rect(39px,9999px,142px,0)}20%{clip:rect(113px,9999px,117px,0)}25%{clip:rect(6px,9999px,3px,0)}30%{clip:rect(9px,9999px,107px,0)}35%{clip:rect(74px,9999px,13px,0)}40%{clip:rect(144px,9999px,60px,0)}45%{clip:rect(27px,9999px,28px,0)}50%{clip:rect(112px,9999px,102px,0)}55%{clip:rect(61px,9999px,55px,0)}60%{clip:rect(119px,9999px,87px,0)}65%{clip:rect(16px,9999px,19px,0)}70%{clip:rect(6px,9999px,126px,0)}75%{clip:rect(93px,9999px,108px,0)}80%{clip:rect(44px,9999px,17px,0)}85%{clip:rect(137px,9999px,32px,0)}90%{clip:rect(88px,9999px,101px,0)}95%{clip:rect(5px,9999px,78px,0)}to{clip:rect(129px,9999px,116px,0)}}.hacked-subtext{font-size:1.5rem;margin-bottom:1rem}.hacked-code{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.2;font-size:14px;overflow:hidden;white-space:pre-wrap;word-wrap:break-word;text-align:left;padding:20px}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.glitch-effect{animation:glitch .3s cubic-bezier(.25,.46,.45,.94) both infinite;color:#0f0}.error-msg{color:red;font-weight:700;animation:blink .5s infinite}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Jost,sans-serif;font-optical-sizing:auto;font-weight:300;font-style:normal;background-color:#000;color:#fff;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:PT Mono,monospace;font-weight:400;font-style:normal}#root{min-height:100vh;width:100%}
