:root{--primary:#3b82f6;--primary-dark:#2563eb;--secondary:#8b5cf6;--bg:#0f172a;--surface:#1e293b;--surface-light:#334155;--text:#f8fafc;--text-light:#cbd5e1;--border:#334155;--radius:18px;--shadow:0 15px 40px #00000040;--transition:.35s ease}[data-theme=light]{--bg:#f8fafc;--surface:#fff;--surface-light:#e2e8f0;--text:#0f172a;--text-light:#475569;--border:#cbd5e1}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}li{list-style:none}img{width:100%;display:block}.section{padding:110px 0}.hover-up{transition:all .35s}.hover-up:hover{transform:translateY(-10px)}.glass{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px}.gradient{background:linear-gradient(90deg,#3b82f6,#6f00ff);color:#0000;-webkit-background-clip:text}*{transition:background-color .35s,color .35s,border-color .35s}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172abf;border-bottom:1px solid #ffffff14;width:100%;padding:0 8%;transition:all .35s;position:fixed;top:0;left:0}.navbar.scrolled{background:#0f172aeb;box-shadow:0 10px 30px #00000040}.container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:75px;margin:auto;display:flex}.logo{color:var(--primary);cursor:pointer;font-size:30px;font-weight:700}.nav-links{align-items:center;gap:35px;display:flex}.nav-links li{list-style:none}.nav-links li>*{color:var(--text);cursor:pointer;padding:8px 0;font-weight:500;text-decoration:none;transition:all .35s;display:inline-block;position:relative}.nav-links li>:hover{color:var(--primary)}.nav-links li>:after{content:"";background:var(--primary);border-radius:50px;width:0;height:3px;transition:all .35s;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.nav-links li>:hover:after{width:35px}.nav-links .active{color:var(--primary)!important}.nav-links .active:after{content:"";background:var(--primary);border-radius:50px;width:35px;height:3px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.resume-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:12px 24px;font-weight:600;transition:all .35s}.resume-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #3b82f659}.hamburger{cursor:pointer;flex-direction:column;gap:6px;display:none}.hamburger span{background:#fff;border-radius:50px;width:28px;height:3px;transition:all .35s}.hamburger.active span:first-child{transform:rotate(45deg)translateY(12px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translateY(-12px)}@media (width<=768px){.hamburger{z-index:1002;display:flex}.resume-btn{display:none}.nav-actions{align-items:center;gap:14px;display:flex}.nav-links{z-index:1001;background:#111827;flex-direction:column;justify-content:center;align-items:center;gap:35px;width:280px;height:100vh;transition:all .4s;position:fixed;top:0;right:-100%}.nav-links.open{right:0}}.theme-btn{background:var(--surface);width:48px;height:48px;color:var(--text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:20px;transition:all .35s;display:flex;box-shadow:0 5px 20px #00000026}.theme-btn:hover{background:var(--primary);color:#fff;transform:rotate(180deg)scale(1.08)}.theme-btn svg{transition:all .35s}.nav-actions{align-items:center;gap:16px;display:flex}@media (width<=568px){.logo{font-size:25px;font-weight:700}}.hero{justify-content:space-between;align-items:center;gap:60px;width:90%;max-width:1200px;min-height:100vh;margin:auto;display:flex;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(180px);opacity:.15;z-index:-1;background:#3b82f6;width:450px;height:450px;position:absolute;top:80px;left:-120px}.hero:after{content:"";filter:blur(180px);opacity:.15;z-index:-1;background:#8b5cf6;width:420px;height:420px;position:absolute;bottom:80px;right:-120px}.hero-left{flex:1;margin-left:3rem}.hero-intro{color:var(--primary);font-size:22px}.hero-title{background:linear-gradient(90deg,#3b82f6,#8b5cf6);color:#0000;-webkit-background-clip:text;font-size:70px;font-weight:700}.typing{color:#fff;margin:20px 0;font-size:32px}.hero-description{color:#b9b9b9;max-width:550px;line-height:1.8}.hero-btns{gap:20px;margin-top:35px;display:flex}.primary-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:14px 30px}.outline-btn{border:2px solid var(--primary);color:#fff;cursor:pointer;background:0 0;border-radius:12px;padding:14px 30px}.social-icons{gap:20px;margin-top:40px;font-size:28px;display:flex}.social-icons a{color:#fff;transition:all .3s}.social-icons a:hover{color:var(--primary);transform:translateY(-5px)}.hero-right{flex:1;justify-content:center;display:flex}.image-box{border:5px solid var(--primary);border-radius:50%;width:430px;height:430px;animation:4s ease-in-out infinite float;overflow:hidden;box-shadow:0 0 50px #3b82f666}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.image-box img{object-fit:cover;width:100%;height:100%}@media (width<=992px){.hero{text-align:center;flex-direction:column-reverse;padding-top:120px}.hero-title{font-size:52px}.hero-btns{flex-direction:row;justify-content:center;gap:12px;margin:12px 0}.social-icons{justify-content:center}.hero-description{margin:auto}.image-box{width:320px;height:320px}}@media (width<=576px){.hero{gap:1px;min-height:auto;padding:100px 15px 50px}.hero-left{margin:0;padding:1px 0 0}.hero-right{margin:0;padding:0}.image-box{width:250px;height:250px;margin:0 auto 20px}.hero-title{margin:8px 0;font-size:33px}.typing{margin:10px 0;font-size:22px}.hero-description{margin:12px 0 18px;line-height:1.3}.hero-btns{flex-direction:row;justify-content:center;gap:12px;margin:0}.social-icons{margin:14px}.scroll-indicator{margin:0;position:relative;top:2px}}.hero-grid{z-index:-3;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.blur-one{filter:blur(120px);opacity:.22;z-index:-2;background:#3b82f6;border-radius:50%;width:320px;height:320px;animation:8s ease-in-out infinite blob1;position:absolute;top:60px;left:-100px}.blur-two{filter:blur(120px);opacity:.2;z-index:-2;background:#8b5cf6;border-radius:50%;width:280px;height:280px;animation:10s ease-in-out infinite blob2;position:absolute;bottom:60px;right:-80px}@keyframes blob1{0%{transform:translate(0)}50%{transform:translate(40px,-40px)}to{transform:translate(0)}}@keyframes blob2{0%{transform:translate(0)}50%{transform:translate(-40px,30px)}to{transform:translate(0)}}.scroll-indicator{color:var(--text-light);margin-top:40px;font-size:14px;animation:2s infinite scrollBounce}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}.contact{padding:100px 0}.contact-container{text-align:center;width:90%;max-width:700px;margin:auto}.contact-description{color:var(--text-light);margin:20px 0 40px}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form input,.contact-form textarea{background:var(--surface);color:#fff;border:none;border-radius:12px;outline:none;padding:16px}.contact-form button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:16px;transition:all .3s}.contact-form button:hover{transform:translateY(-4px)}@media (width<=576px){.contact-container{width:95%}}.about{padding:100px 0}.about-container{justify-content:space-between;align-items:center;gap:60px;width:90%;max-width:1200px;margin:auto;display:flex}.about-image{flex:1}.about-image img{border:3px solid var(--primary);border-radius:20px;width:100%;max-width:400px}.about-content{flex:1}.section-subtitle{color:var(--primary);margin-bottom:10px;font-size:18px}.about-content h2{margin-bottom:20px;font-size:42px}.about-text{color:var(--text-light);line-height:1.8}.about-stats{gap:20px;margin-top:40px;display:flex}.stat-card{background:var(--surface);text-align:center;border-radius:16px;flex:1;padding:25px;transition:all .3s}.stat-card:hover{transform:translateY(-8px)}.stat-card h3{color:var(--primary);margin-bottom:10px;font-size:32px}@media (width<=992px){.about-container{text-align:center;flex-direction:column}.about-image img{max-width:320px;margin:auto}.about-stats{flex-wrap:wrap;justify-content:center}}@media (width<=576px){.about-container{height:115vh}.about-content h2{font-size:22px}.about-text{font-size:15px}.stat-card{width:100%;padding:13px}}.skills{padding:100px 0}.skills-container{width:90%;max-width:1200px;margin:auto}.skills h2{margin-bottom:50px;font-size:42px}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;display:grid}.skill-card{background:var(--surface);border-radius:16px;padding:25px}.skill-card h3{margin-bottom:15px}.progress{background:#2b3448;border-radius:20px;height:10px;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:20px;width:0;height:100%}.progress-bar.progress-animate{width:var(--skill-level);transition:width 1.5s ease-out}.skill-card span{color:var(--primary);margin-top:12px;font-weight:600;display:block}@media (width<=992px){.skills h2{font-size:34px}.skills-grid{grid-template-columns:1fr}}@media (width<=576px){.skills h2{font-size:24px}.skills-grid{grid-template-columns:1fr 1fr}.skill-card{padding:10px}.skill-card h3{margin-bottom:4px}.skill-card span{margin-top:5px;line-height:1}}.projects{padding:100px 0}.projects-container{width:90%;max-width:1200px;margin:auto}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px;margin-top:50px;display:grid}.project-card{background:var(--surface);border-radius:18px;transition:all .3s;overflow:hidden}.project-card:hover{transform:translateY(-10px)}.project-card img{object-fit:cover;width:100%;height:220px}.project-content{padding:25px}.project-content h3{margin-bottom:15px}.project-content p{color:var(--text-light);margin-bottom:20px;line-height:1.7}.project-content span{color:var(--primary);margin-bottom:25px;display:block}.project-buttons{gap:15px;display:flex}.project-buttons a{background:var(--primary);color:#fff;border-radius:8px;padding:10px 18px}@media (width<=768px){.projects-grid{grid-template-columns:1fr}.project-card img{height:200px}.project-buttons{flex-direction:column}.project-buttons a{text-align:center}}@media (width<=512px){.project-buttons{flex-direction:row;justify-content:center;gap:40px}.project-content h3{margin-bottom:1px}.project-content p{margin-bottom:10px}.project-buttons{margin-top:5px}}.footer{background:#0b1120;margin-top:80px;padding:70px 0 30px}.footer-container{text-align:center;width:90%;max-width:1200px;margin:auto}.footer h2{color:var(--primary);font-size:32px}.footer p{max-width:650px;color:var(--text-light);margin:20px auto;line-height:1.8}.footer-social{justify-content:center;gap:20px;margin:35px 0;display:flex}.footer-social a{background:var(--surface);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;font-size:22px;transition:all .3s;display:flex}.footer-social a:hover{background:var(--primary);transform:translateY(-6px)}.footer hr{background:#263043;border:none;height:1px;margin:30px 0}.copyright{font-size:15px}@media (width<=576px){.footer h2{font-size:26px}.footer-social{flex-wrap:wrap}}.experience{padding:100px 0}.experience-container{width:90%;max-width:1200px;margin:auto}.timeline{border-left:3px solid var(--primary);margin-top:50px;padding-left:35px}.timeline-item{margin-bottom:45px;position:relative}.timeline-dot{background:var(--primary);border-radius:50%;width:16px;height:16px;position:absolute;top:8px;left:-44px}.timeline-content{background:var(--surface);border-radius:16px;padding:25px}.timeline-content span{color:var(--primary);font-weight:600}.timeline-content h3{margin:10px 0}.timeline-content h4{color:var(--text-light);margin-bottom:10px}@media (width<=968px){.timeline{padding-left:20px}.timeline-dot{left:-28px}.timeline-content{padding:18px}}@media (width<=568px){.timeline-content{padding:10px}.exp-descrip{font-size:14px!important}}.progress-container{z-index:9999;background:0 0;width:100%;height:4px;position:fixed;top:0;left:0}.progress-bar{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:50px;width:0;height:100%;transition:width .1s linear}
