*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#111827;font-family:Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:inherit}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#0f172ae0;border-bottom:1px solid #ffffff14;width:100%;height:72px;position:fixed;top:0;left:0}.nav-container{justify-content:space-between;align-items:center;width:90%;max-width:1200px;height:100%;margin:auto;display:flex}.logo{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 8px 25px #6366f140}.logo:hover{transform:translateY(-2px)}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:#94a3b8;font-size:14px;font-weight:500;transition:color .3s,transform .3s;position:relative}.nav-links a:hover{color:#fff}.nav-links a:after{content:"";background:#818cf8;border-radius:10px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-7px;left:0}.nav-links a:hover:after{width:100%}.hero{background:radial-gradient(circle at 15% 20%,#6366f12e,#0000 32%),radial-gradient(circle at 85% 75%,#8b5cf624,#0000 32%),linear-gradient(135deg,#111827 0%,#0f172a 50%,#111827 100%);align-items:center;min-height:100vh;padding-top:72px;padding-bottom:40px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(80px);pointer-events:none;background:#6366f10f;border-radius:50%;width:450px;height:450px;position:absolute;top:-180px;right:-100px}.hero:after{content:"";filter:blur(80px);pointer-events:none;background:#8b5cf60d;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-150px;left:-100px}.hero-container{z-index:1;grid-template-columns:1.2fr .8fr;align-items:center;gap:70px;width:90%;max-width:1200px;margin:auto;display:grid;position:relative}.hero-content{animation:.8s forwards fadeUp}.hero-intro{color:#818cf8;margin-bottom:12px;font-size:18px;font-weight:600}.hero h1{letter-spacing:-3px;margin-bottom:16px;font-size:clamp(52px,7vw,82px);font-weight:800;line-height:1.05}.hero h1 span{background:linear-gradient(90deg,#6366f1,#a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero h2{color:#e2e8f0;margin-bottom:22px;font-size:24px;font-weight:600}.hero-description{color:#94a3b8;max-width:650px;margin-bottom:32px;font-size:16px;line-height:1.8}.hero-buttons{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:28px;display:flex}.btn{border-radius:10px;justify-content:center;align-items:center;padding:13px 23px;font-size:14px;font-weight:600;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex}.primary-btn{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 10px 30px #6366f140}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #6366f166}.secondary-btn{color:#e2e8f0;background:#ffffff08;border:1px solid #ffffff1a}.secondary-btn:hover{background:#ffffff14;transform:translateY(-3px)}.social-links{gap:24px;display:flex}.social-links a{color:#94a3b8;font-size:14px;transition:color .3s,transform .3s}.social-links a:hover{color:#818cf8;transform:translateY(-2px)}.hero-visual{z-index:1;justify-content:center;align-items:center;animation:4s ease-in-out infinite float;display:flex;position:relative}.profile-card{-webkit-backdrop-filter:blur(15px);background:linear-gradient(145deg,#ffffff12,#ffffff05);border:1px solid #818cf82e;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;width:340px;height:390px;display:flex;position:relative;box-shadow:0 30px 80px #00000059}.profile-glow{filter:blur(45px);z-index:0;pointer-events:none;background:#6366f13d;border-radius:50%;width:220px;height:220px;position:absolute}.profile-circle{z-index:1;color:#fff;letter-spacing:2px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:8px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:190px;height:190px;font-size:52px;font-weight:800;display:flex;position:relative;box-shadow:0 25px 60px #6366f159}.profile-status{color:#94a3b8;align-items:center;gap:8px;margin-top:28px;font-size:13px;display:flex}.profile-status span{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #22c55e99}.scroll-hint{color:#64748b;z-index:2;flex-direction:column;align-items:center;gap:4px;font-size:11px;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.scroll-hint strong{font-size:20px;font-weight:400;animation:1.5s infinite bounce}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media (width<=900px){.nav-links{gap:18px}.hero{padding-top:110px;padding-bottom:80px}.hero-container{text-align:center;grid-template-columns:1fr;gap:55px}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons,.social-links{justify-content:center}.hero-visual{order:-1}.profile-card{width:290px;height:340px}.profile-circle{width:165px;height:165px;font-size:44px}}@media (width<=700px){.navbar{height:65px}.nav-container{width:86%}.nav-links{background:#0f172afa;border-bottom:1px solid #ffffff14;flex-direction:column;gap:20px;width:100%;padding:25px;display:none;position:absolute;top:65px;left:0}.nav-links.active{display:flex}.hero{padding-top:95px}}@media (width<=500px){.hero-container{width:86%}.hero h1{letter-spacing:-2px;font-size:48px}.hero h2{font-size:19px}.hero-description{font-size:15px}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%}.social-links{gap:20px}.profile-card{width:250px;height:300px}.profile-circle{width:140px;height:140px;font-size:36px}.profile-status{font-size:11px}.scroll-hint{display:none}}.about-section{background:#0f172a;border-top:1px solid #ffffff0a;padding:110px 0}.section-container{width:90%;max-width:1200px;margin:0 auto}.section-heading{max-width:700px;margin-bottom:60px}.section-label{color:#818cf8;letter-spacing:2px;margin-bottom:12px;font-size:13px;font-weight:700}.section-heading h2{letter-spacing:-1.5px;margin-bottom:18px;font-size:clamp(34px,5vw,52px);line-height:1.15}.section-heading h2 span{color:#818cf8}.section-heading>p:last-child{color:#94a3b8;font-size:16px;line-height:1.7}.about-grid{grid-template-columns:1.3fr .7fr;align-items:start;gap:70px;display:grid}.about-content h3{color:#e2e8f0;margin-bottom:22px;font-size:28px;line-height:1.35}.about-content>p{color:#94a3b8;margin-bottom:18px;font-size:15px;line-height:1.8}.about-highlights{gap:14px;margin-top:35px;display:grid}.highlight-card{background:#ffffff06;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:18px;padding:17px 18px;transition:transform .3s,border-color .3s,background .3s;display:flex}.highlight-card:hover{background:#6366f10d;border-color:#818cf84d;transform:translate(6px)}.highlight-card>span{color:#6366f1;font-size:13px;font-weight:700}.highlight-card h4{color:#f8fafc;margin-bottom:3px;font-size:15px}.highlight-card p{color:#64748b;font-size:13px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.stat-card{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid #ffffff12;border-radius:18px;flex-direction:column;justify-content:center;min-height:150px;padding:25px;transition:transform .3s,border-color .3s;display:flex}.stat-card:hover{border-color:#818cf847;transform:translateY(-5px)}.stat-card strong{color:#a78bfa;margin-bottom:8px;font-size:32px}.stat-card span{color:#94a3b8;font-size:13px}@media (width<=850px){.about-grid{grid-template-columns:1fr;gap:45px}.stats-grid{max-width:600px}}@media (width<=500px){.about-section{padding:80px 0}.section-heading{margin-bottom:40px}.about-content h3{font-size:23px}.stats-grid{grid-template-columns:1fr 1fr}.stat-card{min-height:120px;padding:20px}.stat-card strong{font-size:26px}}.skills-section{background:linear-gradient(#0f172a 0%,#111827 100%);border-top:1px solid #ffffff0a;padding:110px 0}.skills-wrapper{flex-direction:column;gap:55px;display:flex}.skill-category{border-bottom:1px solid #ffffff12;padding-bottom:45px}.skill-category:last-child{border-bottom:none;padding-bottom:0}.category-header{align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.category-number{color:#818cf8;background:#6366f11a;border:1px solid #818cf82e;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:13px;font-weight:700;display:flex}.category-header h3{color:#f8fafc;margin-bottom:5px;font-size:22px}.category-header p{color:#64748b;font-size:13px}.skill-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.skill-card{background:linear-gradient(145deg,#ffffff0e,#ffffff05);border:1px solid #ffffff12;border-radius:15px;align-items:center;gap:15px;min-height:100px;padding:18px;transition:transform .3s,border-color .3s,background .3s,box-shadow .3s;display:flex}.skill-card:hover{background:linear-gradient(145deg,#6366f11a,#ffffff05);border-color:#818cf84d;transform:translateY(-5px);box-shadow:0 15px 35px #0003}.skill-icon{color:#a78bfa;background:#6366f11f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:17px;font-weight:700;display:flex}.java-icon{color:#f97316;background:#f973161a}.python-icon{color:#facc15;background:#facc151a}.c-icon{color:#60a5fa;background:#60a5fa1a}.html-icon{color:#fb7185;background:#fb71851a}.css-icon{color:#38bdf8;background:#38bdf81a}.js-icon{color:#facc15;background:#facc151a}.react-icon{color:#22d3ee;background:#22d3ee1a}.git-icon,.github-icon{font-size:12px}.vscode-icon{font-size:13px}.skill-card h4{color:#f8fafc;margin-bottom:3px;font-size:15px}.skill-card p{color:#64748b;font-size:12px}@media (width<=950px){.skill-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.skills-section{padding:80px 0}.category-header{gap:14px}.category-header h3{font-size:20px}.skill-list{grid-template-columns:1fr}.skill-card{min-height:85px}}.projects-section{background:linear-gradient(#111827 0%,#0f172a 100%);border-top:1px solid #ffffff0a;padding:110px 0}.project-filters{flex-wrap:wrap;gap:10px;margin-bottom:45px;display:flex}.filter-btn{color:#94a3b8;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:9px;padding:9px 18px;font-size:13px;font-weight:600;transition:background .3s,color .3s,border-color .3s,transform .3s}.filter-btn:hover{color:#fff;border-color:#818cf84d;transform:translateY(-2px)}.filter-btn.active{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#0000;box-shadow:0 8px 25px #6366f138}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.project-card{background:linear-gradient(145deg,#ffffff0e,#ffffff05);border:1px solid #ffffff12;border-radius:20px;flex-direction:column;min-height:350px;transition:transform .35s,border-color .35s,box-shadow .35s;display:flex;overflow:hidden}.project-card:hover{border-color:#818cf852;transform:translateY(-7px);box-shadow:0 25px 50px #00000040}.project-top{justify-content:space-between;align-items:center;padding:22px 22px 0;display:flex}.project-category{color:#818cf8;letter-spacing:1.2px;text-transform:uppercase;font-size:11px;font-weight:700}.project-status{color:#86efac;background:#22c55e14;border:1px solid #22c55e26;border-radius:20px;padding:5px 9px;font-size:10px;font-weight:600}.project-content{flex:1;padding:30px 22px 20px}.project-content h3{color:#f8fafc;margin-bottom:14px;font-size:24px;line-height:1.3}.project-content p{color:#94a3b8;max-width:500px;font-size:14px;line-height:1.75}.project-tech{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.project-tech span{color:#a5b4fc;background:#6366f114;border:1px solid #6366f11f;border-radius:7px;padding:6px 10px;font-size:11px;font-weight:600}.project-links{gap:10px;padding:0 22px 22px;display:flex}.project-link{border-radius:8px;justify-content:center;align-items:center;padding:10px 15px;font-size:12px;font-weight:600;transition:background .3s,color .3s,transform .3s;display:inline-flex}.github-link{color:#e2e8f0;background:#ffffff0f}.github-link:hover{background:#ffffff1a;transform:translateY(-2px)}.live-link{color:#a5b4fc;background:#6366f11a}.live-link:hover{background:#6366f12e;transform:translateY(-2px)}.projects-note{color:#64748b;justify-content:center;align-items:center;gap:10px;margin-top:45px;font-size:13px;display:flex}@media (width<=800px){.projects-grid{grid-template-columns:1fr}}@media (width<=500px){.projects-section{padding:80px 0}.project-filters{gap:8px}.filter-btn{padding:8px 14px}.project-content h3{font-size:21px}.project-links{flex-direction:column}.project-link{width:100%}}.education-section{background:linear-gradient(#0f172a 0%,#111827 100%);border-top:1px solid #ffffff0a;padding:110px 0}.education-timeline{max-width:900px;margin:0 auto;position:relative}.education-timeline:before{content:"";background:linear-gradient(#6366f173,#ffffff0f);width:1px;position:absolute;top:0;bottom:0;left:22px}.education-item{grid-template-columns:45px 1fr;gap:25px;margin-bottom:35px;display:grid;position:relative}.education-item:last-child{margin-bottom:0}.timeline-marker{z-index:2;background:#111827;border:1px solid #818cf84d;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex;position:relative}.timeline-marker span{background:#818cf8;border-radius:50%;width:10px;height:10px;box-shadow:0 0 15px #818cf899}.education-card{background:linear-gradient(145deg,#ffffff0e,#ffffff05);border:1px solid #ffffff12;border-radius:18px;padding:28px;transition:transform .3s,border-color .3s,box-shadow .3s}.education-card:hover{border-color:#818cf84d;transform:translateY(-4px);box-shadow:0 20px 40px #0003}.education-top{justify-content:space-between;align-items:center;gap:15px;margin-bottom:14px;display:flex}.education-year{color:#818cf8;letter-spacing:.5px;font-size:12px;font-weight:700}.education-status{color:#86efac;background:#22c55e14;border:1px solid #22c55e26;border-radius:20px;padding:5px 10px;font-size:10px;font-weight:600}.education-card h3{color:#f8fafc;margin-bottom:5px;font-size:23px}.education-card h4{color:#a78bfa;margin-bottom:14px;font-size:15px;font-weight:500}.education-card p{color:#94a3b8;font-size:14px;line-height:1.75}.education-tags{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.education-tags span{color:#a5b4fc;background:#6366f114;border:1px solid #6366f11f;border-radius:7px;padding:6px 10px;font-size:11px;font-weight:600}@media (width<=600px){.education-section{padding:80px 0}.education-item{grid-template-columns:35px 1fr;gap:15px}.education-timeline:before{left:17px}.timeline-marker{width:35px;height:35px}.education-card{padding:20px}.education-card h3{font-size:20px}.education-top{flex-direction:column;align-items:flex-start;gap:8px}}.certifications-section{background:linear-gradient(#111827 0%,#0f172a 100%);border-top:1px solid #ffffff0a;padding:110px 0}.certifications-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.certificate-card{background:linear-gradient(145deg,#ffffff0e,#ffffff05);border:1px solid #ffffff12;border-radius:20px;flex-direction:column;min-height:330px;padding:25px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.certificate-card:hover{border-color:#818cf84d;transform:translateY(-6px);box-shadow:0 20px 45px #00000038}.certificate-icon{color:#a5b4fc;background:#6366f11a;border:1px solid #818cf826;border-radius:13px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:25px;font-size:20px;font-weight:700;display:flex}.achievement-icon{color:#facc15;background:#facc1514;border-color:#facc1526}.certificate-content{flex-direction:column;flex:1;display:flex}.certificate-type{color:#818cf8;letter-spacing:1.5px;margin-bottom:10px;font-size:10px;font-weight:700}.certificate-content h3{color:#f8fafc;margin-bottom:6px;font-size:21px}.certificate-issuer{margin-bottom:15px;color:#a78bfa!important;font-size:13px!important}.certificate-content>p:last-of-type{color:#94a3b8;font-size:13px;line-height:1.75}.certificate-link{color:#a5b4fc;align-items:center;width:fit-content;margin-top:auto;padding-top:22px;font-size:12px;font-weight:600;transition:color .3s,transform .3s;display:inline-flex}.certificate-link:hover{color:#c4b5fd;transform:translate(3px)}@media (width<=950px){.certifications-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.certifications-section{padding:80px 0}.certifications-grid{grid-template-columns:1fr}.certificate-card{min-height:290px}}.contact-section{background:radial-gradient(circle at 10% 80%,#6366f114,#0000 30%),#0f172a;border-top:1px solid #ffffff0a;padding:110px 0}.contact-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:70px;display:grid}.contact-info h3{color:#f8fafc;margin-bottom:15px;font-size:30px}.contact-info>p{color:#94a3b8;max-width:500px;margin-bottom:35px;font-size:15px;line-height:1.8}.contact-details{flex-direction:column;gap:15px;display:flex}.contact-item{background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:15px;padding:15px;transition:transform .3s,border-color .3s,background .3s;display:flex}.contact-item:hover{background:#6366f10d;border-color:#818cf840;transform:translate(5px)}.contact-icon{color:#a5b4fc;background:#6366f11a;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:43px;height:43px;font-size:13px;font-weight:700;display:flex}.contact-item div:last-child{flex-direction:column;min-width:0;display:flex}.contact-item span{color:#64748b;margin-bottom:2px;font-size:11px}.contact-item strong{color:#e2e8f0;overflow-wrap:anywhere;font-size:13px;font-weight:600}.availability-card{background:#22c55e0a;border:1px solid #22c55e1a;border-radius:14px;align-items:flex-start;gap:12px;margin-top:25px;padding:16px;display:flex}.availability-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:5px;box-shadow:0 0 10px #22c55e99}.availability-card strong{color:#bbf7d0;margin-bottom:3px;font-size:13px;display:block}.availability-card p{color:#64748b;font-size:11px}.contact-form-wrapper{background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid #ffffff12;border-radius:20px;padding:28px;box-shadow:0 25px 60px #00000026}.contact-form{flex-direction:column;gap:18px;display:flex}.form-row{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.form-group{flex-direction:column;gap:7px;display:flex}.form-group label{color:#cbd5e1;font-size:12px;font-weight:600}.form-group input,.form-group textarea{color:#f8fafc;resize:vertical;background:#0f172ab3;border:1px solid #ffffff14;border-radius:9px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:13px;transition:border-color .3s,box-shadow .3s,background .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#475569}.form-group input:focus,.form-group textarea:focus{background:#0f172ae6;border-color:#818cf880;box-shadow:0 0 0 3px #6366f114}.form-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:9px;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:5px;padding:13px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 25px #6366f133}.form-submit:hover{transform:translateY(-2px);box-shadow:0 15px 30px #6366f159}.form-submit span{font-size:16px}.form-success{color:#86efac;text-align:center;background:#22c55e0f;border:1px solid #22c55e1f;border-radius:8px;padding:10px 12px;font-size:12px}@media (width<=850px){.contact-grid{grid-template-columns:1fr;gap:45px}.contact-info>p{max-width:700px}}@media (width<=550px){.contact-section{padding:80px 0}.contact-form-wrapper{padding:20px}.form-row{grid-template-columns:1fr}}.footer{background:#0b1120;border-top:1px solid #ffffff0f;padding:45px 0 20px}.footer-container{width:90%;max-width:1200px;margin:0 auto}.footer-main{border-bottom:1px solid #ffffff0f;grid-template-columns:1.3fr 1fr 1fr;align-items:center;gap:40px;padding-bottom:35px;display:grid}.footer-brand{align-items:center;gap:14px;display:flex}.footer-logo{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:15px;font-weight:700;display:flex;box-shadow:0 8px 20px #6366f133}.footer-brand h3{color:#f8fafc;margin-bottom:3px;font-size:16px}.footer-brand p{color:#64748b;font-size:12px}.footer-links,.footer-socials{flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;display:flex}.footer-links a,.footer-socials a{color:#64748b;font-size:12px;transition:color .3s,transform .3s}.footer-links a:hover,.footer-socials a:hover{color:#a5b4fc;transform:translateY(-2px)}.footer-bottom{justify-content:space-between;align-items:center;gap:20px;padding-top:20px;display:flex}.footer-bottom p{color:#475569;font-size:11px}.footer-bottom a{color:#64748b;font-size:11px;transition:color .3s}.footer-bottom a:hover{color:#a5b4fc}@media (width<=750px){.footer-main{text-align:center;grid-template-columns:1fr;justify-items:center;gap:25px}.footer-brand{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}}.nav-controls{align-items:center;gap:10px;display:flex}.theme-btn,.menu-btn{color:#e2e8f0;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:17px;transition:background .3s,color .3s,transform .3s;display:flex}.theme-btn:hover,.menu-btn:hover{color:#fff;background:#ffffff1a;transform:translateY(-2px)}.menu-btn{display:none}body.light-theme{color:#0f172a;background:#f8fafc}body.light-theme .navbar{background:#f8fafce0;border-bottom-color:#0f172a14}body.light-theme .nav-links a{color:#475569}body.light-theme .nav-links a:hover{color:#0f172a}body.light-theme .theme-btn,body.light-theme .menu-btn{color:#334155;background:#0f172a0d;border-color:#0f172a14}body.light-theme .theme-btn:hover,body.light-theme .menu-btn:hover{color:#0f172a;background:#0f172a17}body.light-theme .hero{background:radial-gradient(circle at 15% 20%,#6366f11f,#0000 32%),radial-gradient(circle at 85% 75%,#8b5cf61a,#0000 32%),linear-gradient(135deg,#f8fafc 0%,#eef2ff 50%,#f8fafc 100%)}body.light-theme .hero h1{color:#0f172a}body.light-theme .hero h2{color:#1e293b}body.light-theme .hero-description{color:#64748b}body.light-theme .secondary-btn{color:#334155;background:#0f172a0a;border-color:#0f172a1a}body.light-theme .secondary-btn:hover{background:#0f172a14}body.light-theme .social-links a{color:#64748b}body.light-theme .profile-card{background:linear-gradient(145deg,#fffc,#ffffff8c);border-color:#6366f126;box-shadow:0 25px 60px #0f172a1f}body.light-theme .about-section,body.light-theme .skills-section,body.light-theme .projects-section,body.light-theme .education-section,body.light-theme .certifications-section,body.light-theme .contact-section{color:#0f172a;background:linear-gradient(#f8fafc 0%,#eef2f7 100%)}body.light-theme .section-heading h2,body.light-theme .about-content h3{color:#0f172a}body.light-theme .section-heading>p:last-child,body.light-theme .about-content>p{color:#64748b}body.light-theme .highlight-card,body.light-theme .stat-card,body.light-theme .skill-card,body.light-theme .project-card,body.light-theme .education-card,body.light-theme .certificate-card,body.light-theme .contact-form-wrapper,body.light-theme .contact-item{background:linear-gradient(145deg,#fffffff2,#f8fafce6);border-color:#0f172a14;box-shadow:0 15px 35px #0f172a0f}body.light-theme .highlight-card h4,body.light-theme .skill-card h4,body.light-theme .project-content h3,body.light-theme .education-card h3,body.light-theme .certificate-content h3,body.light-theme .contact-info h3{color:#0f172a}body.light-theme .highlight-card p,body.light-theme .skill-card p,body.light-theme .project-content p,body.light-theme .education-card p,body.light-theme .certificate-content>p:last-of-type,body.light-theme .contact-info>p{color:#64748b}body.light-theme .filter-btn{color:#475569;background:#0f172a0a;border-color:#0f172a14}body.light-theme .filter-btn:hover{color:#0f172a}body.light-theme .github-link{color:#334155;background:#0f172a0f}body.light-theme .form-group label{color:#334155}body.light-theme .form-group input,body.light-theme .form-group textarea{color:#0f172a;background:#fff;border-color:#0f172a1a}body.light-theme .form-group input::placeholder,body.light-theme .form-group textarea::placeholder{color:#94a3b8}body.light-theme .footer{background:#e2e8f0;border-top-color:#0f172a14}body.light-theme .footer-brand h3{color:#0f172a}body.light-theme .footer-brand p,body.light-theme .footer-links a,body.light-theme .footer-socials a,body.light-theme .footer-bottom p{color:#64748b}@media (width<=900px){.nav-container{position:relative}.menu-btn{display:flex}.nav-links{background:#0f172afa;border-bottom:1px solid #ffffff14;flex-direction:column;align-items:center;gap:20px;width:100%;padding:25px;display:none;position:absolute;top:72px;left:0;box-shadow:0 20px 35px #0003}.nav-links.active{display:flex}body.light-theme .nav-links{background:#f8fafcfa;border-bottom-color:#0f172a14}body.light-theme .nav-links a{color:#475569}body.light-theme .nav-links a:hover{color:#0f172a}}@media (width<=500px){.theme-btn,.menu-btn{width:38px;height:38px}}
