@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box!important;scroll-behavior:smooth;-webkit-user-select:none;-ms-user-select:none;user-select:none}html,body{width:100%;min-height:100vh;overflow-x:hidden;background-color:#050816;color:#fff}#root{width:100%;margin:0;padding:0;max-width:none;text-align:left}@media(max-width:768px){:root{--padding-x: 5%}.section-container{padding:60px var(--padding-x)}.section-title{font-size:2rem;margin-bottom:30px}}.navbar{position:fixed;top:0;width:100%;padding:1.2rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:100;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#05081699;border-bottom:1px solid rgba(255,255,255,.05)}.logo{font-size:1.8rem;font-weight:700;color:#fff;cursor:pointer}.logo span{color:#00f2fe}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links li a{color:#e2e8f0;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;cursor:pointer;position:relative}.nav-links li a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background:#00f2fe;transition:width .3s ease}.nav-links li a:hover{color:#00f2fe}.nav-links li a:hover:after{width:100%}.nav-socials{display:flex;align-items:center;gap:1.2rem}.nav-socials a{color:#e2e8f0;font-size:1.3rem;transition:all .3s ease}.nav-socials a:hover{color:#00f2fe;transform:translateY(-3px)}.nav-resume-btn{padding:.5rem 1.2rem;background:transparent;color:#00f2fe;border:1px solid #00f2fe;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:140px;display:flex;align-items:center;justify-content:center}.cursor{display:inline-block;margin-left:2px;animation:blink .7s infinite;color:#00f2fe}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.nav-resume-btn:hover{background:#00f2fe1a;box-shadow:0 0 15px #00f2fe4d}@media(max-width:900px){.nav-links,.nav-socials{display:none}}.hero-section{align-items:flex-start;position:relative}.hero-content{position:relative;width:100%}.hero-greeting{font-size:1.2rem;color:#00f2fe;font-family:Courier New,Courier,monospace;margin-bottom:1.5rem;letter-spacing:2px}.hero-name{font-size:clamp(3rem,6vw,5.5rem);font-weight:700;line-height:1.1;color:#e2e8f0;margin-bottom:1rem}.hero-role{font-size:clamp(2rem,4vw,4rem);font-weight:700;color:#718096;margin-bottom:2rem}.hero-desc{max-width:550px;font-size:1.1rem;line-height:1.8;color:#a0aec0;margin-bottom:3rem}.hero-btns{display:flex;gap:1.5rem}.btn-primary,.btn-outline{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{color:#050816;background:linear-gradient(90deg,#00f2fe,#4facfe);border:none}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00f2fe66}.btn-outline{color:#00f2fe;background:transparent;border:1px solid #00f2fe}.btn-outline:hover{background:#00f2fe1a;transform:translateY(-3px)}.floating-icon{position:absolute;font-size:4rem;opacity:.15;filter:blur(1px)}.icon-react{right:10%;top:-10%;color:#61dafb;font-size:8rem}.icon-node{right:30%;bottom:0;color:#68a063;font-size:6rem}.icon-mongo{left:40%;top:-20%;color:#47a248;font-size:5rem}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;opacity:.7;transition:opacity .3s}.scroll-indicator:hover{opacity:1}.scroll-indicator span{font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:#a0aec0}.mouse{width:30px;height:50px;border:2px solid #a0aec0;border-radius:20px;position:relative}.wheel{width:4px;height:8px;background:#00f2fe;border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scrollWheel 2s infinite}@keyframes scrollWheel{0%{top:8px;opacity:1}to{top:25px;opacity:0}}@media(max-width:768px){.hero-name{font-size:2.5rem;line-height:1.2}.hero-role{font-size:1.8rem;min-height:auto}.hero-desc{font-size:1rem}.hero-btns{flex-direction:column;gap:1rem;width:100%}.btn-primary,.btn-outline{width:100%;text-align:center}.floating-icon{display:none}}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;line-height:1.8;color:#a0aec0;margin-bottom:1.5rem}.info-list{list-style:none;margin-top:2rem}.info-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1.1rem}.info-list li svg{color:#00f2fe;font-size:1.5rem}@media(max-width:768px){.about-content{grid-template-columns:1fr}}.about-image-container{display:flex;justify-content:center;position:relative}.image-wrapper{position:relative;width:600px;height:600px}.profile-image{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:15px;position:relative;z-index:2;transition:transform .3s ease;filter:grayscale(20%)}.image-wrapper:hover .profile-image{transform:translate(-5px,-5px);filter:grayscale(0%)}.image-border{position:absolute;top:20px;left:20px;width:100%;height:100%;border:2px solid #00f2fe;border-radius:15px;z-index:1;transition:transform .3s ease}.image-wrapper:hover .image-border{transform:translate(5px,5px)}@media(max-width:768px){.about-content{grid-template-columns:1fr;gap:30px}.image-wrapper{width:200px;height:200px;margin:0 auto}.info-list li{font-size:.95rem}}.skills-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%}.skill-category-card{background:#ffffff08;border:1px solid rgba(0,242,254,.1);border-radius:15px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.skill-category-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00f2fe0d;border-color:#00f2fe66}.category-title{font-size:1.5rem;color:#fff;margin-bottom:2rem;display:flex;align-items:center;gap:.8rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.category-icon{color:#00f2fe;display:flex}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1.2rem}.skill-card{background:#0006;border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:1.2rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;transition:all .3s ease;cursor:default}.skill-card:hover{background:#00f2fe0d;border-color:#00f2fe4d;transform:translateY(-3px)}.skill-icon{font-size:2.5rem;display:flex;transition:transform .3s ease}.skill-card:hover .skill-icon{transform:scale(1.1)}.skill-name{font-size:.9rem;color:#a0aec0;font-weight:500;text-align:center}.project-showcase{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:3rem;display:flex;flex-direction:column;gap:3rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media(min-width:1024px){.project-showcase{flex-direction:row;align-items:center}}.project-img-wrapper{flex:1;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000080;position:relative}.project-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.project-img-wrapper:hover img{transform:scale(1.05)}.project-info{flex:1}.project-info h3{font-size:2.5rem;color:#fff;margin-bottom:1rem}.project-info p{color:#a0aec0;line-height:1.8;font-size:1.1rem;margin-bottom:2rem}.feature-list{list-style:none;margin-bottom:2rem}.feature-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#cbd5e0}.feature-list li:before{content:"▹";position:absolute;left:0;color:#00f2fe}.tech-tags{display:flex;flex-wrap:wrap;gap:1rem}.tech-tags span{font-size:.9rem;color:#00f2fe;background:#00f2fe1a;padding:.5rem 1rem;border-radius:8px;font-weight:600}.project-links{display:flex;gap:1.5rem;margin-top:2rem}.project-link{display:flex;align-items:center;gap:.6rem;color:#00f2fe;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.project-link:hover{color:#fff;transform:translateY(-3px);text-shadow:0 0 10px rgba(0,242,254,.5)}.project-link svg{font-size:1.4rem}@media(max-width:768px){.project-showcase{flex-direction:column-reverse;gap:20px}.project-info h3{font-size:1.5rem}.project-links{flex-direction:row;justify-content:center}.tech-tags{justify-content:center}}.contact-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;margin:0 auto;padding:4rem 2rem;background:#ffffff05;border:1px solid rgba(0,242,254,.1);border-radius:20px;box-shadow:0 10px 30px -15px #00000080}.contact-subtitle{color:#00f2fe;font-family:Fira Code,monospace;font-size:1.2rem;margin-bottom:1rem;font-weight:500}.contact-title{font-size:3.5rem;color:#fff;margin-bottom:2rem;font-weight:700}.contact-desc{color:#a0aec0;font-size:1.15rem;line-height:1.8;margin-bottom:3.5rem;max-width:650px}.contact-info-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3.5rem;width:100%}.info-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;background:#0006;padding:2rem 1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.05);min-width:220px;transition:all .3s ease}.info-card:hover{background:#00f2fe0d;border-color:#00f2fe4d;transform:translateY(-5px);box-shadow:0 10px 20px #00f2fe0d}.info-icon{font-size:2.5rem;color:#00f2fe;transition:transform .3s ease}.info-card:hover .info-icon{transform:scale(1.1)}.info-card p{color:#e2e8f0;font-size:1rem;font-weight:500}.contact-socials-large{display:flex;gap:2.5rem;margin-bottom:3rem}.contact-socials-large a{color:#a0aec0;font-size:2.5rem;transition:color .3s ease,transform .3s ease}.contact-socials-large a:hover{color:#00f2fe;transform:translateY(-5px) scale(1.1)}.contact-btn{padding:1.2rem 3.5rem;font-size:1.2rem;border-radius:8px;letter-spacing:1px}@media(max-width:768px){.contact-title{font-size:2.2rem}.contact-wrapper{padding:2rem 1rem}.contact-info-cards{gap:10px}.info-card{min-width:100%}}.gaming-wrapper{align-items:stretch;padding-top:120px}.gaming-main-view,.gaming-detail-view{width:100%;max-width:100%}.gaming-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;width:100%}.gaming-card{position:relative;height:400px;border-radius:16px;overflow:hidden;border:1px solid rgba(0,242,254,.2);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;width:100%}.gaming-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00f2fe4d;border-color:#00f2fe}.gaming-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .5s ease}.gaming-card:hover .gaming-bg{transform:scale(1.1)}.gaming-info{position:absolute;bottom:0;left:0;width:100%;padding:3rem 1.5rem 1.5rem;background:linear-gradient(to top,#050816,#05081600)}.gaming-title{font-size:1.5rem;color:#fff;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.8)}.gaming-back-btn{background:transparent;border:1px solid #00f2fe;color:#00f2fe;padding:8px 16px;border-radius:6px;cursor:pointer;font-family:Space Grotesk,sans-serif;margin-bottom:2rem;transition:all .3s}.gaming-back-btn:hover{background:#00f2fe;color:#050816}.gaming-detail-title{font-size:2.5rem;color:#00f2fe;margin-bottom:1rem}.gaming-detail-desc{font-size:1.1rem;color:#e2e8f0;line-height:1.6;margin-bottom:2rem}.gaming-detail-gallery{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.gaming-detail-img{width:100%;height:400px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.gaming-wrapper{padding-top:80px}.gaming-grid{grid-template-columns:1fr;gap:1.5rem}.gaming-card{height:250px}.gaming-detail-gallery{grid-template-columns:1fr;gap:1rem}.gaming-detail-img{height:200px}.gaming-detail-title{font-size:1.8rem}.gaming-back-btn{padding:6px 12px;font-size:.9rem;margin-bottom:1rem}}.billiards-wrapper{align-items:stretch;padding-top:120px}.billiards-container{display:flex;gap:4rem;width:100%;max-width:100%}.billiards-main-content{flex:2;display:flex;flex-direction:column;gap:2rem}.billiards-description-box{background:#ffffff08;border-left:4px solid #7b2cbf;padding:1.5rem;border-radius:0 12px 12px 0}.billiards-sub-title{color:#7b2cbf;font-size:1.5rem;margin-bottom:.5rem}.billiards-text{color:#e2e8f0;line-height:1.6}.billiards-video-box{position:relative;width:100%;height:450px;border-radius:16px;overflow:hidden;border:1px solid rgba(123,44,191,.3)}.billiards-video{width:100%;height:100%;object-fit:cover}.billiards-video-label{position:absolute;top:1rem;right:1rem;background:#7b2cbfcc;color:#fff;padding:5px 15px;border-radius:20px;font-size:.9rem;font-weight:700}.billiards-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.billiards-gallery-vid{width:100%;height:250px;object-fit:cover;border-radius:12px;border:1px solid rgba(123,44,191,.3);background:#000;transition:box-shadow .3s ease}.billiards-gallery-vid:hover{box-shadow:0 10px 20px #7b2cbf66;z-index:10;position:relative}.billiards-sidebar{flex:1}.billiards-cabinet{background:linear-gradient(145deg,#14141ee6,#0a0a0fe6);border:2px solid #333;border-radius:16px;height:100%;min-height:600px;display:flex;flex-direction:column;box-shadow:inset 0 0 30px #000c,0 10px 30px #00000080;width:100%}.cabinet-header{text-align:center;padding:1.5rem;border-bottom:2px solid #333;background:#0000004d}.cabinet-header h4{color:#a0aec0;text-transform:uppercase;letter-spacing:2px;font-size:1.2rem}.cabinet-body-single{flex:1;display:flex;justify-content:center;align-items:center;padding:0;overflow:hidden;border-radius:0 0 14px 14px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.02) 0px,rgba(255,255,255,.02) 2px,transparent 2px,transparent 40px)}.cabinet-single-img{width:100%;height:100%;min-height:550px;object-fit:cover;transition:transform .3s}.cabinet-single-img:hover{transform:scale(1.05)}@media(max-width:900px){.billiards-wrapper{padding-top:80px}.billiards-container{flex-direction:column;gap:2rem}.billiards-cabinet{min-height:auto}.cabinet-single-img{min-height:300px;height:300px}.billiards-video-box{height:250px}.billiards-gallery-grid{grid-template-columns:1fr;gap:1rem}.billiards-gallery-vid{height:200px}}.footer{text-align:center;padding:2rem;border-top:1px solid rgba(255,255,255,.05);color:#718096}.portfolio-app{font-family:Space Grotesk,sans-serif}.section-container{min-height:100vh;width:100%;padding:100px 10%;display:flex;flex-direction:column;justify-content:center;position:relative}.section-title{font-size:3rem;font-weight:700;margin-bottom:3rem;text-transform:uppercase;letter-spacing:2px;position:relative;width:fit-content}.section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60%;height:4px;background:#00f2fe;border-radius:2px}.bg-animated{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;overflow:hidden;background-color:#050816}.bg-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4;animation:floatOrb 20s infinite alternate ease-in-out}.glow-1{width:400px;height:400px;background:#00f2fe;top:-10%;left:-10%}.glow-2{width:500px;height:500px;background:#4facfe;bottom:-20%;right:-10%;animation-delay:-5s}.glow-3{width:300px;height:300px;background:#7b2cbf;top:40%;left:40%;animation-delay:-10s}@keyframes floatOrb{0%{transform:translate(0) scale(1)}33%{transform:translate(100px,-50px) scale(1.1)}66%{transform:translate(-50px,100px) scale(.9)}to{transform:translate(50px,50px) scale(1.2)}}.section-title{display:flex;align-items:center;gap:1rem}.section-title span{color:#00f2fe;font-size:1.5rem}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#050816}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00f2fe,#4facfe);border-radius:10px;border:2px solid #050816}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#4facfe,#00f2fe);box-shadow:0 0 10px #00f2fe66}.cursor,.cursor-blink,[class*=cursor]{animation:none!important;opacity:1!important}.desktop-environment{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:80px}.desktop-icons{display:flex;gap:3rem;margin-top:2rem;flex-wrap:wrap;justify-content:center;max-width:900px;padding-bottom:50px}.desktop-icon{display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;transition:transform .3s ease,filter .3s ease}.desktop-icon:hover{transform:translateY(-10px);filter:drop-shadow(0 0 15px rgba(0,242,254,.6))}.icon-box{width:80px;height:80px;background:#ffffff0d;border:1px solid rgba(0,242,254,.3);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 30px #0000001a}.desktop-icon span{color:#fff;font-family:Space Grotesk,sans-serif;font-weight:600;letter-spacing:1px}.back-to-home{position:fixed;inset:auto 40px 40px auto;z-index:1000;background:#050816e6;border:1px solid #00f2fe;color:#00f2fe;padding:12px 24px;border-radius:50px;cursor:pointer;font-family:Space Grotesk,sans-serif;font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #00000080}.back-to-home:hover{background:#00f2fe;color:#050816;box-shadow:0 0 20px #00f2fe99;transform:translateY(-5px)}@media(max-width:768px){.section-container{padding:80px 5%}.back-to-home{bottom:20px;right:20px;padding:8px 16px;font-size:.8rem}.desktop-icons{gap:1.5rem}.icon-box{width:60px;height:60px;font-size:2rem}}.music-wrapper{align-items:stretch;padding-top:120px}.music-container{display:flex;gap:3rem;width:100%;max-width:100%;background:#14141e99;border:1px solid rgba(0,242,254,.2);border-radius:16px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0000004d}.music-sidebar{flex:2;display:flex;flex-direction:column;gap:1rem;border-right:1px solid rgba(255,255,255,.1);padding-right:2rem}.music-menu-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;cursor:pointer;transition:all .3s ease;background:transparent;border:1px solid transparent}.music-menu-item:hover{background:#ffffff0d}.music-menu-item.active{background:#00f2fe1a;border:1px solid rgba(0,242,254,.3);box-shadow:0 0 15px #00f2fe1a}.music-menu-img{width:60px;height:60px;border-radius:8px;object-fit:cover}.music-menu-title{color:#e2e8f0;font-size:1.1rem;font-weight:600;transition:color .3s}.music-menu-item.active .music-menu-title{color:#00f2fe}.music-main-content{flex:7;display:flex;flex-direction:column;gap:2rem}.music-header{display:flex;align-items:center}.music-main-title{font-size:2.5rem;color:#00f2fe;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.music-main-desc{color:#a0aec0;font-size:1.1rem;line-height:1.6}.music-player-container{width:100%;border-radius:12px;overflow:hidden;background:transparent}.music-iframe{border-radius:12px}@media(max-width:900px){.music-container{flex-direction:column;padding:1.5rem;gap:2rem}.music-sidebar{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding-right:0;padding-bottom:1.5rem}.music-header{text-align:center}.music-main-title{font-size:2rem}.music-iframe{height:500px}}
