*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#0b0b14;padding-top:90px;font-family:Poppins,sans-serif}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#0f172ad9;border-bottom:1px solid #8b5cf626;justify-content:space-between;align-items:center;padding:18px 8%;display:flex;position:sticky;top:0}.logo{color:#fff;font-size:28px;font-weight:700;text-decoration:none}.menu{align-items:center;gap:12px;display:flex}.nav-link{color:#d1d5db;border-radius:999px;padding:10px 18px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s}.nav-link:hover{color:#fff;background:#8b5cf626}.nav-link.active{color:#fff;background:#8b5cf6;box-shadow:0 0 18px #8b5cf659}@media (width<=900px){.navbar{flex-direction:column;gap:20px}.menu{flex-wrap:wrap;justify-content:center}}@media (width<=600px){.logo{font-size:22px}.nav-link{padding:8px 14px;font-size:15px}}.footer{background:#0f172a;border-top:1px solid #ffffff14;margin-top:80px;padding:60px 20px 35px}.footer-content{text-align:center;max-width:1000px;margin:auto}.footer h2{margin-bottom:12px;font-size:34px}.footer p{color:#cbd5e1;line-height:1.8}.footer-socials{flex-wrap:wrap;justify-content:center;gap:18px;margin:35px 0;display:flex}.footer-socials a{color:#fff;background:#8b5cf6;border-radius:12px;padding:12px 20px;text-decoration:none;transition:all .3s}.footer-socials a:hover{background:#7c3aed;transform:translateY(-4px)}.footer-links{flex-wrap:wrap;justify-content:center;gap:28px;margin-bottom:35px;display:flex}.footer-links a{color:#cbd5e1;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#8b5cf6}.copyright{opacity:.75;font-size:14px}@media (width<=768px){.footer h2{font-size:28px}.footer-socials{flex-direction:column;align-items:center}}.hero{justify-content:space-between;align-items:center;gap:40px;min-height:90vh;padding:70px 8%;display:flex}.hero-text{flex:1;max-width:600px}.hero-text p:first-child{color:#d1d5db;margin-bottom:10px;font-size:22px}.hero-text h1{margin:15px 0;font-size:72px;font-weight:700;line-height:1.05}.hero-text h2{color:#8b5cf6;white-space:nowrap;min-height:45px;margin-bottom:25px;font-size:34px}.hero-text p:last-of-type{color:#cbd5e1;margin-bottom:35px;font-size:20px;line-height:1.8}.buttons{flex-wrap:wrap;gap:20px;display:flex}.hero-btn{color:#fff;background:#8b5cf6;border-radius:10px;justify-content:center;align-items:center;padding:16px 34px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.hero-btn:hover{background:#7c3aed;transform:translateY(-4px)}.hero-image{flex:1;justify-content:center;align-items:center;display:flex}.hero-image img{object-fit:cover;border:3px solid #8b5cf6;border-radius:25px;width:330px;height:420px;transition:all .4s;box-shadow:0 0 35px #8b5cf680}.hero-image img:hover{transform:scale(1.03)}@media (width<=992px){.hero{text-align:center;flex-direction:column-reverse;padding:100px 20px 60px}.hero-text h1{font-size:56px}.hero-text h2{white-space:normal;font-size:28px}.buttons{justify-content:center}}@media (width<=576px){.hero-text h1{font-size:42px}.hero-text h2{font-size:22px}.hero-text p:last-of-type{font-size:18px}.hero-image img{width:260px;height:330px}.hero-btn{width:100%}}.stats{padding:20px 8% 70px}.stats-container{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.stat-card p{color:#cbd5e1;font-size:18px}@media (width<=900px){.stats-container{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.stats-container{grid-template-columns:1fr}}.about{justify-content:space-between;align-items:center;gap:70px;min-height:100vh;padding:80px 90px;display:flex}.about-image{flex:1;justify-content:center;display:flex}.about-image img{object-fit:cover;border:3px solid #8b5cf6;border-radius:20px;width:340px;height:430px;box-shadow:0 0 30px #8b5cf666}.about-content{flex:1.5}.about-content h4{color:#8b5cf6;margin-bottom:10px;font-size:22px}.about-content h2{margin-bottom:25px;font-size:48px}.about-content p{color:#cbd5e1;font-size:18px;line-height:1.8}.about-info{grid-template-columns:repeat(3,1fr);gap:25px;margin-top:40px;display:grid}.about-info div{background:#111827;border-radius:15px;padding:25px;transition:all .3s}.about-info div:hover{transform:translateY(-8px);box-shadow:0 0 25px #8b5cf64d}.about-info h3{color:#8b5cf6;margin-bottom:15px}.projects{min-height:100vh;padding:110px 8%}.projects h4{color:#8b5cf6;text-align:center;letter-spacing:1px;margin-bottom:10px;font-size:22px}.projects h2{text-align:center;margin-bottom:70px;font-size:48px}.project-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:35px;display:grid}.project-card{background:#111827;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;transition:all .35s;display:flex;overflow:hidden;box-shadow:0 15px 35px #00000040}.project-card:hover{border-color:#8b5cf6;transform:translateY(-12px);box-shadow:0 25px 50px #8b5cf659}.project-image-wrapper{overflow:hidden}.project-image{object-fit:cover;width:100%;height:230px;transition:all .45s;display:block}.project-card:hover .project-image{transform:scale(1.06)}.project-content{flex-direction:column;flex:1;padding:28px;display:flex}.project-content h3{margin-bottom:16px;font-size:28px}.project-content p{color:#cbd5e1;flex:1;margin-bottom:25px;line-height:1.8}.project-tech{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.tech-badge{color:#a78bfa;background:#8b5cf61f;border:1px solid #8b5cf659;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .3s}.tech-badge:hover{color:#fff;background:#8b5cf6}.project-buttons{gap:15px;display:flex}.project-buttons a{text-align:center;border-radius:10px;flex:1;padding:13px;font-weight:600;text-decoration:none;transition:all .3s}.github-btn{color:#fff;background:#8b5cf6}.github-btn:hover{background:#7c3aed;transform:translateY(-2px)}.details-btn{color:#8b5cf6;background:0 0;border:2px solid #8b5cf6}.details-btn:hover{color:#fff;background:#8b5cf6;transform:translateY(-2px)}@media (width<=768px){.projects{padding:90px 20px}.projects h2{font-size:36px}.project-grid{grid-template-columns:1fr}.project-buttons{flex-direction:column}.project-content{padding:22px}}.research{min-height:100vh;padding:110px 8%}.research h4{color:#8b5cf6;text-align:center;margin-bottom:10px;font-size:22px}.research h2{text-align:center;margin-bottom:20px;font-size:48px}.research-intro{text-align:center;color:#cbd5e1;max-width:850px;margin:0 auto 60px;font-size:17px;line-height:1.8}.research-container{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:35px;display:grid}.research-card{background:#111827;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:space-between;padding:35px;transition:all .35s;display:flex}.research-card:hover{border-color:#8b5cf6;transform:translateY(-8px);box-shadow:0 20px 35px #8b5cf62e}.research-card h3{margin-bottom:20px;font-size:24px;line-height:1.35}.research-card p{color:#cbd5e1;flex:1;line-height:1.9}.research-footer{justify-content:space-between;align-items:center;margin-top:30px;display:flex}.research-tags{flex-wrap:wrap;gap:10px;display:flex}.tag{color:#fff;background:#8b5cf6;border-radius:20px;padding:8px 15px;font-size:13px;font-weight:600}.tag.status{background:0 0;border:1px solid #8b5cf6}.research-year{color:#cbd5e1;font-size:15px;font-weight:600}@media (width<=992px){.research-container{grid-template-columns:1fr}}@media (width<=768px){.research{padding:90px 20px}.research h2{font-size:38px}.research-footer{flex-direction:column;align-items:flex-start;gap:15px}}.resume{min-height:100vh;padding:110px 8%}.resume-header{text-align:center;max-width:850px;margin:0 auto 70px}.resume-badge{color:#8b5cf6;letter-spacing:.5px;background:#8b5cf61f;border:1px solid #8b5cf659;border-radius:999px;margin-bottom:20px;padding:8px 18px;font-size:14px;font-weight:600;display:inline-block}.resume-header h1{color:#fff;margin-bottom:20px;font-size:54px}.resume-header p{color:#cbd5e1;max-width:720px;margin:0 auto 35px;font-size:18px;line-height:1.9}.resume-actions{justify-content:center;align-items:center;display:flex}.resume-btn{color:#fff;background:#8b5cf6;border-radius:12px;align-items:center;gap:10px;padding:15px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.resume-btn:hover{background:#7c3aed;transform:translateY(-3px);box-shadow:0 15px 35px #8b5cf659}.stats-grid{grid-template-columns:repeat(4,1fr);gap:25px;margin-top:70px;display:grid}.stat-card{text-align:center;background:#111827;border:1px solid #ffffff14;border-radius:18px;padding:30px;transition:all .3s}.stat-card:hover{border-color:#8b5cf6;transform:translateY(-8px);box-shadow:0 15px 30px #8b5cf633}.stat-card h2{color:#8b5cf6;margin-bottom:10px;font-size:34px}.stat-card p{color:#cbd5e1;line-height:1.6}.resume-grid{grid-template-columns:repeat(2,1fr);gap:30px;margin-top:50px;display:grid}.resume-card{background:#111827;border:1px solid #ffffff14;border-radius:18px;margin-top:30px;padding:30px;transition:all .3s}.resume-card:hover{border-color:#8b5cf6;transform:translateY(-6px);box-shadow:0 15px 30px #8b5cf626}.resume-card h2{margin-bottom:30px}.full-width{width:100%}.resume-item{margin-bottom:30px}.resume-item:last-child{margin-bottom:0}.resume-item h3{margin-bottom:6px}.resume-item p{color:#cbd5e1}.resume-item span{color:#8b5cf6;margin:10px 0 15px;font-size:14px;font-weight:600;display:inline-block}.resume-item ul{padding-left:20px}.resume-item li{color:#cbd5e1;margin-bottom:8px;line-height:1.7}.skill-category{align-items:flex-start;gap:25px;margin-bottom:22px;display:flex}.skill-category:last-child{margin-bottom:0}.skill-category h4{color:#8b5cf6;flex-shrink:0;width:180px}.skill-category p{color:#cbd5e1;line-height:1.8}.project-list{flex-direction:column;gap:22px;display:flex}.project-item{border-left:4px solid #8b5cf6;padding-left:18px}.project-item h3{margin-bottom:8px}.project-item p{color:#cbd5e1;line-height:1.7}@media (width<=992px){.stats-grid{grid-template-columns:repeat(2,1fr)}.resume-grid{grid-template-columns:1fr}.skill-category{flex-direction:column;gap:8px}.skill-category h4{width:auto}}@media (width<=768px){.resume{padding:90px 20px}.resume-header h1{font-size:40px}.resume-header p{font-size:16px}.stats-grid{grid-template-columns:1fr}}.contact{min-height:100vh;padding:110px 8%}.contact-header{text-align:center;max-width:760px;margin:0 auto 70px}.contact h4{color:#8b5cf6;margin-bottom:10px;font-size:22px}.contact h2{color:#fff;margin-bottom:20px;font-size:48px}.contact-subtitle{color:#cbd5e1;max-width:700px;margin:0 auto;font-size:18px;line-height:1.8}.contact-container{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;display:grid}.contact-card{text-align:center;background:#111827;border:1px solid #ffffff14;border-radius:20px;padding:40px 25px;transition:all .35s}.contact-card:hover{border-color:#8b5cf6;transform:translateY(-10px);box-shadow:0 20px 40px #8b5cf640}.contact-icon{margin-bottom:20px;font-size:42px}.contact-card h3{color:#fff;margin-bottom:12px}.contact-card p{color:#cbd5e1;margin-bottom:22px;line-height:1.6}.contact-card a{color:#fff;background:#8b5cf6;border-radius:10px;padding:12px 22px;text-decoration:none;transition:all .3s;display:inline-block}.contact-card a:hover{background:#7c3aed}@media (width<=768px){.contact{padding:90px 20px}.contact-header{margin-bottom:50px}.contact h2{font-size:36px}.contact-subtitle{font-size:16px}}.project-details{color:#fff;background:#0f172a;min-height:100vh;padding:120px 8%}.project-container{max-width:1100px;margin:auto}.project-banner{object-fit:cover;border-radius:20px;width:100%;max-width:850px;height:450px;margin:0 auto 40px;display:block;box-shadow:0 20px 40px #00000059}.project-container h1{margin-bottom:12px;font-size:48px}.project-subtitle{color:#cbd5e1;margin-bottom:30px;font-size:20px;line-height:1.7}.project-links{flex-wrap:wrap;gap:18px;margin-bottom:60px;display:flex}.btn{color:#fff;background:#8b5cf6;border-radius:10px;padding:14px 28px;font-weight:600;text-decoration:none;transition:all .3s}.btn:hover{background:#7c3aed;transform:translateY(-3px)}.btn-outline{background:0 0;border:2px solid #8b5cf6}.btn-outline:hover{background:#8b5cf6}.project-section{background:#111827;border:1px solid #ffffff14;border-radius:18px;margin-bottom:35px;padding:35px}.project-section h2{color:#8b5cf6;margin-bottom:20px}.project-section p{color:#cbd5e1;line-height:1.9}.project-section ul,.project-section ol{padding-left:22px}.project-section li{color:#cbd5e1;margin-bottom:12px;line-height:1.7}.tech-grid{flex-wrap:wrap;gap:12px;display:flex}.tech-chip{color:#8b5cf6;background:#1e293b;border:1px solid #8b5cf6;border-radius:999px;padding:10px 18px;font-weight:600;transition:all .3s}.tech-chip:hover{color:#fff;background:#8b5cf6;transform:translateY(-3px)}.back-btn{color:#8b5cf6;margin-top:20px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.back-btn:hover{color:#fff}.project-not-found{color:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (width<=768px){.project-details{padding:100px 20px}.project-container h1{font-size:34px}.project-subtitle{font-size:18px}.project-section{padding:25px}.project-links{flex-direction:column}.btn{text-align:center}}.architecture-flow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:30px;display:flex}.architecture-step{align-items:center;gap:16px;display:flex}.step-number{color:#fff;background:#8b5cf6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;font-weight:700;display:flex}.architecture-step p{text-align:center;max-width:120px;margin:0;font-size:15px}.step-arrow{color:#8b5cf6;font-size:28px;font-weight:700}@media (width<=768px){.architecture-flow{flex-direction:column;align-items:flex-start}.architecture-step{width:100%}.step-arrow{display:none}}
