body{box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;scroll-behavior:smooth}body{font-family:'Poppins',sans-serif;background:#000;color:#fff;overflow-x:hidden}.nav{position:fixed;left:0;top:0;height:100%;width:280px;background:rgba(0,0,0,.98);backdrop-filter:blur(20px);padding:3rem 2rem;z-index:1000;border-right:1px solid rgba(201,168,106,.2);display:flex;flex-direction:column;box-shadow:5px 0 30px rgba(0,0,0,.5);transform:translateX(-100%);transition:transform .3s ease}.nav.active{transform:translateX(0)}.nav-content{display:flex;flex-direction:column;height:100%}.logo{font-size:1.8rem;font-weight:700;color:#c9a86a;margin-bottom:4rem;text-align:center;padding-bottom:2rem;border-bottom:1px solid rgba(201,168,106,.2)}.nav-links{display:flex;flex-direction:column;gap:.5rem;list-style:none;flex:1}.nav-links li{width:100%}.nav-links a{color:rgba(255,255,255,.7);text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:12px;font-size:1.1rem}.nav-links a::before{content:'';width:6px;height:6px;background:rgba(201,168,106,.5);border-radius:50%;transition:all .3s ease}.nav-links a:hover{color:#fff;background:rgba(201,168,106,.1);transform:translateX(5px)}.nav-links a:hover::before{background:#c9a86a;box-shadow:0 0 15px #c9a86a}.nav-links a.active{color:#c9a86a;background:rgba(201,168,106,.15)}.nav-links a.active::before{background:#c9a86a;box-shadow:0 0 15px #c9a86a}.theme-switcher{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(201,168,106,.2)}.theme-label{color:rgba(255,255,255,.5);font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;display:block}.theme-options{display:flex;flex-direction:column;gap:.5rem}.theme-option{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border-radius:10px;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.theme-option:hover{background:rgba(201,168,106,.1);border-color:rgba(201,168,106,.3)}.theme-option.active{background:rgba(201,168,106,.15);border-color:#c9a86a}.theme-radio{width:18px;height:18px;border:2px solid rgba(201,168,106,.5);border-radius:50%;position:relative;transition:all .3s ease}.theme-option.active .theme-radio{border-color:#c9a86a}.theme-option.active .theme-radio::after{content:'';position:absolute;width:10px;height:10px;background:#c9a86a;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #c9a86a}.theme-text{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.8);font-size:.95rem;font-weight:500}.theme-icon{font-size:1.2rem}body.light-theme{background:#fff;color:#1a1a1a}body.light-theme .nav{background:rgba(255,255,255,.98);border-right:1px solid rgba(201,168,106,.2)}body.light-theme .logo{color:#c9a86a}body.light-theme .nav-links a{color:rgba(26,26,26,.7)}body.light-theme .nav-links a:hover{color:#1a1a1a;background:rgba(201,168,106,.1)}body.light-theme .nav-links a.active{color:#c9a86a;background:rgba(201,168,106,.15)}body.light-theme .hero{background:linear-gradient(135deg,#fff 0%,#f5f5f5 50%,#fff 100%)}body.light-theme .hero h1{background:linear-gradient(135deg,#1a1a1a 0%,#c9a86a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.light-theme .hero h2{color:rgba(26,26,26,.7)}body.light-theme .section-title{background:linear-gradient(135deg,#1a1a1a 0%,#c9a86a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.light-theme .section-subtitle{color:rgba(26,26,26,.6)}body.light-theme .about-text,body.light-theme .about-text p{color:rgba(26,26,26,.8)}body.light-theme .stat-card,body.light-theme .skill-card,body.light-theme .project-card,body.light-theme .experience-card,body.light-theme .social-card{background:linear-gradient(135deg,rgba(201,168,106,.08) 0%,rgba(14,111,255,.05) 100%);border:1px solid rgba(201,168,106,.2)}body.light-theme .stat-number{color:#c9a86a}body.light-theme .stat-label,body.light-theme .experience-desc,body.light-theme .experience-company{color:rgba(26,26,26,.7)}body.light-theme .skill-card h3,body.light-theme .project-content h3,body.light-theme .experience-card h3,body.light-theme .social-card h3{color:#c9a86a}body.light-theme .project-content p,body.light-theme .social-card p{color:rgba(26,26,26,.7)}body.light-theme .skill-card p,body.light-theme .skill-content p{color:rgba(26,26,26,.8)!important}body.light-theme .skill-content h4{color:#c9a86a!important}body.light-theme .skill-card h3{color:#1a1a1a}body.light-theme .skill-content{color:rgba(26,26,26,.8)}body.light-theme .skill-content div p{color:rgba(26,26,26,.8)!important}body.light-theme .footer{background:rgba(255,255,255,.95);border-top:1px solid rgba(201,168,106,.15)}body.light-theme .copyright{color:rgba(26,26,26,.5)}body.light-theme .weather-widget{background:rgba(255,255,255,.98);border:1px solid rgba(201,168,106,.2)}body.light-theme .weather-widget-title{color:#c9a86a;border-bottom:1px solid rgba(201,168,106,.2)}body.light-theme .weather-section{background:linear-gradient(135deg,rgba(201,168,106,.08) 0%,rgba(14,111,255,.05) 100%);border:1px solid rgba(201,168,106,.2)}body.light-theme .weather-temp{color:#c9a86a}body.light-theme .weather-desc{color:rgba(26,26,26,.7)}body.light-theme .date-day{color:#0e6fff}body.light-theme .date-full{color:rgba(26,26,26,.6)}body.light-theme .theme-switcher{border-top:1px solid rgba(201,168,106,.2)}body.light-theme .theme-label{color:rgba(26,26,26,.5)}body.light-theme .theme-text{color:rgba(26,26,26,.8)}body.light-theme .theme-option:hover{background:rgba(201,168,106,.1);border-color:rgba(201,168,106,.3)}body.light-theme .theme-option.active{background:rgba(201,168,106,.15);border-color:#c9a86a}body.light-theme .experience-period{color:#0e6fff}body.light-theme .btn-secondary{color:#1a1a1a;border-color:#0e6fff}body.light-theme .btn-secondary:hover{color:#fff}body.light-theme .tech-tag{color:#0e6fff;background:rgba(14,111,255,.15);border-color:rgba(14,111,255,.3)}.main-content{margin-left:0;width:100%}.weather-widget{position:fixed;top:80px;right:1.5rem;width:320px;z-index:2000;background:rgba(0,0,0,.98);backdrop-filter:blur(20px);border:1px solid rgba(201,168,106,.2);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 10px 40px rgba(0,0,0,.5);transform:translateX(400px);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.weather-widget.active{transform:translateX(0);opacity:1}.weather-widget-title{font-size:1.5rem;font-weight:700;color:#c9a86a;text-align:center;padding-bottom:1.5rem;border-bottom:1px solid rgba(201,168,106,.2);margin-bottom:1rem}.weather-content{display:flex;flex-direction:column;gap:2rem;flex:1}.weather-section{background:linear-gradient(135deg,rgba(201,168,106,.05) 0%,rgba(14,111,255,.03) 100%);border:1px solid rgba(201,168,106,.2);border-radius:15px;padding:1.5rem;transition:all .3s ease}.weather-section:hover{transform:translateY(-5px);border-color:#c9a86a;box-shadow:0 10px 30px rgba(201,168,106,.2)}.weather-toggle{position:fixed;top:1.5rem;right:1.5rem;z-index:2001;background:linear-gradient(135deg,#0e6fff 0%,#0858cc 100%);border:none;width:50px;height:50px;border-radius:12px;cursor:pointer;box-shadow:0 5px 20px rgba(14,111,255,.4);transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.weather-toggle:hover{transform:scale(1.05);box-shadow:0 8px 25px rgba(14,111,255,.6)}.weather-toggle.active{background:linear-gradient(135deg,#c9a86a 0%,#b8954a 100%);box-shadow:0 5px 20px rgba(201,168,106,.4)}.weather-icon{font-size:4rem;line-height:1;text-align:center;margin-bottom:1rem}.weather-info{text-align:center}.weather-temp{font-size:2.5rem;font-weight:700;color:#c9a86a;margin-bottom:.5rem}.weather-desc{font-size:1rem;color:rgba(255,255,255,.7);text-transform:capitalize}.date-info{text-align:center;padding:1.5rem}.date-day{font-size:1.3rem;font-weight:600;color:#0e6fff;margin-bottom:.5rem}.date-full{font-size:.95rem;color:rgba(255,255,255,.6)}.hero{min-height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#000 0%,#0a0a0a 50%,#000 100%);padding:5rem;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(14,111,255,.1) 0%,transparent 70%);top:-250px;right:-250px;animation:float 20s infinite}.hero::after{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(201,168,106,.08) 0%,transparent 70%);bottom:-200px;left:-200px;animation:float 15s infinite reverse}@keyframes float{0%,100%{transform:translate(0,0) rotate(0deg)}25%{transform:translate(50px,50px) rotate(90deg)}50%{transform:translate(0,100px) rotate(180deg)}75%{transform:translate(-50px,50px) rotate(270deg)}}.hero-content{max-width:1200px;text-align:center;position:relative;z-index:1}.profile-img{width:180px;height:180px;border-radius:50%;border:4px solid #c9a86a;margin:0 auto 2rem;background:linear-gradient(135deg,#c9a86a 0%,#0e6fff 100%);display:flex;align-items:center;justify-content:center;font-size:4rem;box-shadow:0 10px 40px rgba(201,168,106,.3);animation:fadeIn 1s ease-out;overflow:hidden}@keyframes fadeIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero h1{font-size:4rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#fff 0%,#c9a86a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeIn 1s ease-out .2s backwards}.hero h2{font-size:1.5rem;font-weight:400;color:rgba(255,255,255,.8);margin-bottom:3rem;animation:fadeIn 1s ease-out .4s backwards}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;animation:fadeIn 1s ease-out .6s backwards}.btn{padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem;display:inline-block}.btn-primary{background:linear-gradient(135deg,#c9a86a 0%,#b8954a 100%);color:#000;box-shadow:0 5px 25px rgba(201,168,106,.4)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 35px rgba(201,168,106,.6)}.btn-secondary{background:transparent;color:#fff;border:2px solid #0e6fff;box-shadow:0 5px 25px rgba(14,111,255,.3)}.btn-secondary:hover{background:#0e6fff;transform:translateY(-3px);box-shadow:0 10px 35px rgba(14,111,255,.5)}.section{padding:6rem 5%;max-width:1400px;margin:0 auto}.section-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#fff 0%,#c9a86a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{text-align:center;color:rgba(255,255,255,.6);margin-bottom:4rem;font-size:1.1rem}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text{line-height:1.8;color:rgba(255,255,255,.8)}.about-text p{margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat-card{background:linear-gradient(135deg,rgba(201,168,106,.1) 0%,rgba(14,111,255,.05) 100%);padding:2rem;border-radius:20px;text-align:center;border:1px solid rgba(201,168,106,.2);transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);border-color:#c9a86a;box-shadow:0 10px 30px rgba(201,168,106,.2)}.location-button{padding:15px 25px;border:unset;border-radius:15px;color:#212121;z-index:1;background:#e8e8e8;position:relative;font-weight:1000;font-size:17px;-webkit-box-shadow:4px 8px 19px -3px rgba(0,0,0,.27);box-shadow:4px 8px 19px -3px rgba(0,0,0,.27);transition:all 250ms;overflow:hidden;cursor:pointer;width:100%;margin-top:.5rem}.location-button::before{content:'';position:absolute;top:0;left:0;height:100%;width:0;border-radius:15px;background-color:#212121;z-index:-1;-webkit-box-shadow:4px 8px 19px -3px rgba(0,0,0,.27);box-shadow:4px 8px 19px -3px rgba(0,0,0,.27);transition:all 250ms}.location-button:hover{color:#e8e8e8}.location-button:hover::before{width:100%}.stat-number{font-size:2.5rem;font-weight:700;color:#c9a86a;margin-bottom:.5rem}.stat-label{color:rgba(255,255,255,.7);font-size:.9rem}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.skill-card{background:linear-gradient(135deg,rgba(201,168,106,.05) 0%,rgba(14,111,255,.03) 100%);padding:2.5rem;border-radius:20px;border:1px solid rgba(201,168,106,.2);transition:all .3s ease;text-align:center}.skill-card:hover{transform:translateY(-10px);border-color:#c9a86a;box-shadow:0 15px 40px rgba(201,168,106,.2)}.skill-header{display:flex;justify-content:center;align-items:center;gap:1rem;cursor:pointer;user-select:none;padding:.5rem;border-radius:10px;transition:all .3s ease;flex-direction:column}.skill-header:hover{background:rgba(201,168,106,.1)}.toggle-icon{font-size:1.5rem;color:#c9a86a;transition:transform .3s ease}.collapsible-card.active .toggle-icon{transform:rotate(180deg)}.skill-content{max-height:0;overflow:hidden;transition:max-height .5s ease}.skill-content.open{max-height:2000px}.skill-icon{font-size:3rem;margin-bottom:1rem}.skill-card h3{font-size:1.3rem;margin-bottom:1rem;color:#c9a86a}.skill-bar{width:100%;height:8px;background:rgba(255,255,255,.1);border-radius:10px;overflow:hidden;margin-top:1rem}.skill-progress{height:100%;background:linear-gradient(90deg,#c9a86a 0%,#0e6fff 100%);border-radius:10px;transition:width 1s ease}.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.project-card{background:linear-gradient(135deg,rgba(201,168,106,.05) 0%,rgba(14,111,255,.03) 100%);border-radius:20px;overflow:hidden;border:1px solid rgba(201,168,106,.2);transition:all .3s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(201,168,106,.3);border-color:#c9a86a}.project-image{width:100%;height:300px;background:linear-gradient(135deg,#c9a86a 0%,#0e6fff 100%);display:flex;align-items:center;justify-content:center;font-size:4rem}.project-content{padding:2rem}.project-content h3{font-size:1.5rem;margin-bottom:1rem;color:#c9a86a}.project-content p{color:rgba(255,255,255,.7);margin-bottom:1rem;line-height:1.6}.tech-stack{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.tech-tag{background:rgba(14,111,255,.2);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;color:#0e6fff;border:1px solid rgba(14,111,255,.3)}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.experience-card{background:linear-gradient(135deg,rgba(201,168,106,.05) 0%,rgba(14,111,255,.03) 100%);padding:2.5rem;border-radius:20px;border:1px solid rgba(201,168,106,.2);transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.experience-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#c9a86a 0%,#0e6fff 100%);transform:scaleX(0);transition:transform .3s ease}.experience-card:hover{transform:translateY(-10px);border-color:#c9a86a;box-shadow:0 15px 40px rgba(201,168,106,.2)}.experience-card:hover::before{transform:scaleX(1)}.experience-icon{font-size:3rem;margin-bottom:1rem}.experience-period{color:#0e6fff;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.experience-card h3{color:#c9a86a;font-size:1.4rem;margin-bottom:.5rem}.experience-company{color:rgba(255,255,255,.6);font-size:.95rem;margin-bottom:1rem;font-style:italic}.experience-desc{color:rgba(255,255,255,.7);line-height:1.7;font-size:.95rem}.carousel-container{position:relative;max-width:1400px;margin:0 auto;overflow:hidden;padding:2rem 0}.carousel-wrapper{display:flex;gap:2rem;animation:scrollCarousel 30s linear infinite;width:fit-content}.carousel-wrapper:hover{animation-play-state:paused}@keyframes scrollCarousel{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.social-card{min-width:350px;max-width:350px;background:linear-gradient(135deg,rgba(201,168,106,.05) 0%,rgba(14,111,255,.03) 100%);border:1px solid rgba(201,168,106,.2);border-radius:20px;padding:3rem 2rem;text-align:center;transition:all .3s ease;flex-shrink:0}.social-card:hover{border-color:#c9a86a;box-shadow:0 20px 50px rgba(201,168,106,.3);transform:translateY(-10px) scale(1.05)}.social-icon-large{width:120px;height:120px;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px rgba(0,0,0,.3);transition:all .3s ease}.social-card:hover .social-icon-large{transform:scale(1.1) rotate(5deg);box-shadow:0 15px 50px rgba(201,168,106,.4)}.social-card h3{font-size:1.6rem;color:#c9a86a;margin-bottom:.8rem}.social-card p{color:rgba(255,255,255,.6);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.carousel-gradient-left,.carousel-gradient-right{position:absolute;top:0;bottom:0;width:150px;z-index:10;pointer-events:none}.carousel-gradient-left{left:0;background:linear-gradient(to right,#000 0%,transparent 100%)}.carousel-gradient-right{right:0;background:linear-gradient(to left,#000 0%,transparent 100%)}.footer{background:rgba(0,0,0,.95);padding:2rem 5%;border-top:1px solid rgba(201,168,106,.1)}.footer-content{max-width:1400px;margin:0 auto;text-align:center}.copyright{color:rgba(255,255,255,.5)}.menu-toggle{display:block;position:fixed;top:1.5rem;left:1.5rem;z-index:2000;background:linear-gradient(135deg,#c9a86a 0%,#b8954a 100%);border:none;width:50px;height:50px;border-radius:12px;cursor:pointer;box-shadow:0 5px 20px rgba(201,168,106,.4);transition:all .3s ease}.menu-toggle:hover{transform:scale(1.05);box-shadow:0 8px 25px rgba(201,168,106,.6)}.menu-toggle span{display:block;width:24px;height:2px;background:#000;margin:5px auto;transition:all .3s ease}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:1024px){.nav{width:260px}.skills-grid,.experience-grid{grid-template-columns:repeat(2,1fr)}.portfolio-grid{grid-template-columns:1fr}}@media (max-width:768px){.nav{width:280px}.weather-widget{width:calc(100% - 3rem);top:70px;right:1.5rem;left:1.5rem;padding:1.5rem}.weather-toggle{top:1rem;right:1rem;width:45px;height:45px;font-size:1.3rem}.weather-widget-title{font-size:1.3rem;padding-bottom:1rem}.weather-content{gap:1.5rem}.weather-icon{font-size:3rem}.weather-temp{font-size:2rem}.weather-desc{font-size:.9rem}.date-day{font-size:1.1rem}.date-full{font-size:.85rem}.menu-toggle{top:1rem;left:1rem;width:45px;height:45px}.menu-toggle span{width:20px}.hero{padding:4rem 1.5rem;min-height:90%}.profile-img{width:140px;height:140px}.hero h1{font-size:2rem}.hero h2{font-size:1.1rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;gap:1rem}.btn{width:100%;max-width:300px}.about-content{grid-template-columns:1fr;gap:2.5rem}.about-stats{grid-template-columns:1fr;gap:1.5rem}.skills-grid,.portfolio-grid,.experience-grid{grid-template-columns:1fr;gap:1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.section{padding:3rem 1.5rem}.carousel-container{padding:1rem 0}.carousel-wrapper{gap:1.5rem;animation:scrollCarousel 25s linear infinite}.social-card{min-width:280px;max-width:280px;padding:2.5rem 1.5rem}.social-icon-large{width:100px;height:100px}.social-icon-large svg{width:50px;height:50px}.social-card h3{font-size:1.4rem}.social-card p{font-size:.9rem}.carousel-gradient-left,.carousel-gradient-right{width:80px}.project-image{height:220px;font-size:3rem}.stat-number{font-size:2rem}.skill-icon,.experience-icon{font-size:2.5rem}.footer{padding:1.5rem 1.5rem}}@media (max-width:480px){.weather-widget{width:calc(100% - 2rem);top:60px;right:1rem;left:1rem;padding:1.2rem}.weather-widget-title{font-size:1.1rem;padding-bottom:.8rem}.weather-content{gap:.8rem}.weather-section{padding:1rem}.weather-icon{font-size:2.2rem;margin-bottom:.6rem}.weather-temp{font-size:1.6rem}.weather-desc{font-size:.8rem}.date-info{padding:1rem}.date-day{font-size:.95rem}.date-full{font-size:.75rem}.weather-toggle{top:1rem;right:1rem;width:40px;height:40px;font-size:1.2rem}.hero h1{font-size:1.75rem}.hero h2{font-size:1rem}.profile-img{width:120px;height:120px}.section-title{font-size:1.75rem}.carousel-wrapper{gap:1rem;animation:scrollCarousel 20s linear infinite}.social-card{min-width:240px;max-width:240px;padding:2rem 1rem}.social-icon-large{width:80px;height:80px}.social-icon-large svg{width:40px;height:40px}.social-card h3{font-size:1.2rem}.social-card p{font-size:.85rem}.carousel-gradient-left,.carousel-gradient-right{width:50px}.project-image{height:180px;font-size:2.5rem}.btn{padding:.85rem 2rem;font-size:.95rem}}