*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;scrollbar-width:none;overflow-x:hidden;background-color:#040016;font-family:sans-serif;scroll-behavior:smooth;overflow-y:auto}.webgl,.page-canvas{min-height:100vh;width:100vw;display:block;position:relative}.webgl{background-color:#040016}.page-canvas{background-color:#1d163d}.content-page{min-height:100vh;width:100%;scroll-snap-align:start}#home-page{height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1rem;text-align:center;position:relative;z-index:10}.main-content-container{max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.spacer-div{height:1rem;margin-bottom:1.5rem}.main-title{color:#fff;font-weight:700;line-height:1.1;font-size:2.25rem}@media (min-width:640px){.main-title{font-size:3rem}}@media (min-width:768px){.main-title{font-size:4.5rem}}@media (min-width:1024px){.main-title{font-size:8rem}}.ampersand{color:#fff}.tagline-container{margin-top:2rem;max-width:42rem;width:100%}@media (min-width:640px){.tagline-container{margin-top:3rem}}.tagline-text{color:#fff;text-align:center;letter-spacing:.1em;font-family:Courier New,monospace;font-size:.875rem}@media (min-width:640px){.tagline-text{font-size:1rem}}.scroll-indicator{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:99;cursor:pointer;opacity:0;animation:fadeIn 1s 2s forwards;will-change:opacity}.scroll-indicator .arrow{width:20px;height:20px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg);animation:bounce 2s infinite;will-change:transform}@keyframes fadeIn{to{opacity:.9}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(10px) rotate(45deg)}60%{transform:translateY(5px) rotate(45deg)}}.gradient-text-web,.gradient-text-dev{background-clip:text;-webkit-background-clip:text;color:transparent;display:inline-block}.gradient-text-web{background-image:linear-gradient(to right,#a855f7,#fff)}.gradient-text-dev{background-image:linear-gradient(to right,#867ef5,#ddd)}.page-three{height:100vh;display:flex;justify-content:center;align-items:center;position:relative}#webgl-section-three{width:100vw;height:100vh}.shader-text-overlay{position:absolute;bottom:2rem;left:2rem;max-width:400px;color:#fff;background-color:transparent}.shader-text-overlay h2{font-size:2rem;margin-bottom:1rem}.shader-text-overlay h2 i{font-style:italic}.shader-text-overlay p{font-size:1rem;line-height:1.5}@media (max-width:768px){.shader-text-overlay{bottom:1rem;left:1rem;right:1rem;max-width:none}.shader-text-overlay h2{font-size:1.5rem}.shader-text-overlay p{font-size:.9rem}}.page-four,.page-five{background-color:#040016;color:#fff;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.page-four{padding:60px 20px}.page-five{padding:80px 40px;min-height:100vh}.info-section{flex-basis:45%;max-width:450px;padding:30px;text-align:center;border-radius:10px;background-color:#fff;box-shadow:0 4px 10px #0000001a}.page-three .info-section,.page-four .info-section{flex-basis:70%;max-width:600px}.info-section h3{margin-bottom:15px;color:#007bff}.page-four .content{width:100%;max-width:1100px;position:relative;z-index:2}.page-four .flex-wrap{display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap}.page-four .image-block,.page-four .text-block{min-width:300px}.page-four .image-block{flex:1;max-width:400px}.page-four .neon-border{border:1px solid #fff;border-radius:15px;padding:2px;box-shadow:0 0 15px #a855f7,0 0 30px #a855f7;animation:neon-glow 2.5s infinite alternate}@keyframes neon-glow{0%{box-shadow:0 0 10px #a855f7,0 0 20px #a855f7}to{box-shadow:0 0 20px #867ef5,0 0 30px #867ef5}}.page-four .image-container{border-radius:15px;overflow:hidden}.page-four .image-container img{width:100%;height:auto;display:block}.page-four .text-block{flex:1.5;max-width:600px}.page-four .title{font-size:2.5rem;font-weight:700;margin-bottom:20px;background:linear-gradient(to right,#a855f7,#867ef5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page-four .description p{font-size:1.1rem;line-height:1.6;margin-bottom:15px}.page-four .skills-section{margin-top:30px}.page-four .skills-section h4{font-size:1.5rem;margin-bottom:15px;color:#a855f7}.page-four .skills-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px}.page-four .skills-list li{background-color:#ffffff1a;padding:10px 15px;border-radius:20px;font-size:.9rem;transition:background-color .3s}.page-four .skills-list li:hover{background-color:#a855f7}.page-four .skills-list a{color:#fff;text-decoration:none}.floating-icons{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.floating-icon{position:absolute;width:50px;height:auto;animation:float 10s infinite ease-in-out;will-change:transform}.icon-1{top:75%;left:35%;transform:rotate(15deg);animation-delay:0s}.icon-2{top:25%;left:70%;transform:rotate(-20deg);animation-delay:2s}.icon-3{top:70%;left:15%;transform:rotate(25deg);animation-delay:4s}.icon-4{top:80%;left:75%;transform:rotate(-10deg);animation-delay:6s}.icon-5{top:95%;left:50%;transform:rotate(-10deg);animation-delay:6s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}@media (max-width:768px){.page-four .flex-wrap{flex-direction:column;gap:40px}.page-four .image-block,.page-four .text-block{max-width:100%}.page-four .title{font-size:2rem}.page-four .description p{font-size:1rem}.page-four .skills-section h4{font-size:1.3rem}.floating-icon{width:30px}}.experience-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;gap:30px}.experience-left{flex:1;max-width:450px;text-align:left}.experience-title{font-size:4rem;font-weight:800;line-height:1.1;background:linear-gradient(to right,#a855f7,#867ef5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:25px}.experience-subtitle{font-size:1.2rem;line-height:1.7;color:#fffc}.experience-right{flex:1.2;display:flex;justify-content:center}.timeline{position:relative;padding-left:50px;border-left:5px solid #a855f7}.timeline:before{content:"";position:absolute;left:-3px;top:0;width:3px;height:100%;background:linear-gradient(to bottom,#a855f7,#867ef5);box-shadow:0 0 15px #faf9fc;animation:wave 4s infinite alternate;will-change:transform}@keyframes wave{0%{transform:skewY(-10deg)}to{transform:skewY(10deg)}}.timeline-item{margin-bottom:50px;position:relative;transition:transform .3s ease;will-change:transform}.timeline-item:last-child{margin-bottom:0}.timeline-item:hover{transform:translate(10px)}.timeline-point{position:absolute;left:-60px;top:5px;width:30px;height:30px;border-radius:50%;background-color:#a855f7;border:6px solid #fff;transition:all .3s ease}.timeline-item.current .timeline-point{background-color:#eb001f;transform:scale(1.1);box-shadow:0 0 20px #867ef5,0 0 30px #867ef5}.timeline-content h4{font-size:1.4rem;font-weight:700;margin-bottom:8px;color:#fff}.timeline-content p{font-size:1rem;color:#ffffffb3}.timeline-item.current .timeline-content h4{color:#867ef5}.timeline-item.current .timeline-content h5{font-size:1rem;color:#fff}.timeline-item.current .timeline-content p{color:#f7f7f7;font-weight:700}@media (max-width:992px){.experience-title{font-size:4rem}}@media (max-width:768px){.experience-container{flex-direction:column;text-align:center;gap:50px}.experience-left{text-align:center;max-width:100%}.experience-title{font-size:3.5rem}.timeline{padding-left:30px}.timeline-point{left:-35px}}@media (max-width:480px){.page-five{padding:60px 20px}.experience-title{font-size:2.8rem}.experience-subtitle{font-size:1rem}.timeline-content h4{font-size:1.2rem}.timeline-content p{font-size:.9rem}}.work-section{background-color:#040016;color:#fff;padding:60px 20px;text-align:center;min-height:100vh;overflow:hidden}.section-title{font-size:3em;margin-bottom:40px;display:inline-block;background:linear-gradient(45deg,#fcfcfc,#a480f7 99%,#a75cfd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.work-container{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;max-width:1200px;margin:0 auto;position:relative;z-index:1}.work-box{background:#1d163d99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:15px;width:calc(33.333% - 25px);box-sizing:border-box;text-align:left;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;display:flex;flex-direction:column;will-change:transform,box-shadow}.work-box:hover{transform:translateY(-5px);box-shadow:0 10px 20px #8c4cf3e7;cursor:pointer}.project-image{width:100%;height:190px;margin-bottom:15px;border-radius:8px;background-size:cover;background-position:center;background-repeat:no-repeat}.project-title{font-size:1.3em;margin:0 0 3px;color:#dcbcfa;font-weight:600}.role-tag-container,.live{background:#ffffff1a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.08);border-radius:6px;display:inline-block;padding:4px 8px;margin-bottom:15px}.live{background:#a855f726;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 6px #0000001a,0 1px 3px #fff3 inset;color:#fff;padding:.6rem 1.2rem;border-radius:5px;text-decoration:none;font-weight:700;transition:all .3s ease;margin-top:15px}.live:hover{background:#a855f740;box-shadow:0 6px 10px #00000026,0 1px 3px #ffffff4d inset;transform:translateY(-1px)}.project-role{font-weight:400;font-size:.85em;margin-bottom:15px;color:#ffffffb3}.project-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.project-tag{background-color:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#ffffffb3;padding:6px 12px;border-radius:20px;font-size:.75em;font-weight:500;white-space:nowrap}@media (max-width:900px){.work-box{width:calc(50% - 25px)}}@media (max-width:600px){.work-box{width:100%}.section-title{font-size:2em}}#loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#040016;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .75s,visibility .75s;will-change:opacity,visibility}.loader{width:60px;height:60px;border:5px solid rgba(168,85,247,.25);border-top-color:#e4c4fd;border-radius:50%;animation:spin 1s linear infinite;will-change:transform}@keyframes spin{to{transform:rotate(360deg)}}html,body{-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}
