.header{position:fixed;top:0;width:100%;z-index:1000;padding:18px 8%;transition:all .4s ease;background:transparent}.header.scrolled{background:#0f0f1ad9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 30px #0006}.header-container{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between}.logo{font-size:22px;font-weight:700;letter-spacing:1px;cursor:pointer;background:linear-gradient(90deg,#a855f7,#3b82f6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav{display:flex;gap:32px}.nav a{position:relative;text-decoration:none;font-size:15px;font-weight:500;color:#cbd5e1;transition:color .3s ease}.nav a:hover{color:#a855f7}.nav a:after{content:"";position:absolute;width:0%;height:2px;bottom:-6px;left:0;background:linear-gradient(90deg,#a855f7,#3b82f6);transition:width .3s ease}.nav a:hover:after{width:100%}@media(max-width:1024px){.nav{gap:20px}}@media(max-width:768px){.header{padding:14px 5%}.header-container{flex-direction:column;gap:12px}.nav{flex-wrap:wrap;justify-content:center;gap:16px}.nav a{font-size:14px}}.hero{min-height:100vh;display:flex;align-items:center;padding:80px 8%;background:linear-gradient(135deg,#0f0f1a,#111827);color:#fff}.hero-container{max-width:1200px;margin:auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:50px}.hero-left{flex:1}.hero-left h1{font-size:56px;font-weight:800;margin-bottom:16px;background:linear-gradient(90deg,#a855f7,#3b82f6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-left h2{font-size:28px;color:#cbd5e1;margin-bottom:16px}.hero-left p{font-size:18px;color:#9ca3af;margin-bottom:30px;max-width:500px;line-height:1.6}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-buttons button{padding:12px 26px;border-radius:30px;border:none;font-weight:600;cursor:pointer;transition:all .35s ease;font-size:15px}.hero-buttons a:first-child button{background:linear-gradient(90deg,#a855f7,#3b82f6,#ec4899);color:#fff;box-shadow:0 10px 30px #a855f766}.hero-buttons a:last-child button{background:transparent;border:2px solid #a855f7;color:#a855f7}.hero-buttons button:hover{transform:translateY(-4px) scale(1.05)}.hero-right{flex:1;display:flex;justify-content:center;align-items:center}.orbit-wrapper{position:relative;width:320px;height:320px;display:flex;justify-content:center;align-items:center}.neon-ring{position:absolute;width:300px;height:300px;border-radius:50%;border:2px solid #a855f7;box-shadow:0 0 20px #a855f799,0 0 40px #a855f766,inset 0 0 20px #a855f74d;animation:pulseGlow 3s infinite ease-in-out}.profile-img{width:170px;height:170px;border-radius:50%;object-fit:cover;z-index:2;border:4px solid #1f2937;box-shadow:0 15px 50px #0006;transition:.3s ease}.orbit{position:absolute;font-size:26px;color:#a855f7;background:#1f2937;padding:10px;border-radius:50%;box-shadow:0 10px 25px #0006;animation:rotate 14s linear infinite}.orbit-1{top:0;left:50%;transform:translate(-50%)}.orbit-2{top:20%;right:0}.orbit-3{bottom:20%;right:0}.orbit-4{bottom:0;left:50%;transform:translate(-50%)}.orbit-5{bottom:20%;left:0}.orbit-6{top:20%;left:0}.orbit-7{top:50%;right:-15px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseGlow{0%{box-shadow:0 0 20px #a855f799,0 0 40px #a855f766}50%{box-shadow:0 0 35px #a855f7e6,0 0 60px #a855f799}to{box-shadow:0 0 20px #a855f799,0 0 40px #a855f766}}@media(max-width:1024px){.hero-container{flex-direction:column;text-align:center}.hero-left h1{font-size:44px}}@media(max-width:768px){.hero{padding:60px 5%;min-height:auto}.hero-container{flex-direction:column-reverse;gap:40px}.hero-left h1{font-size:32px}.hero-left h2{font-size:20px}.hero-left p{font-size:16px}.orbit-wrapper{width:240px;height:240px}.neon-ring{width:200px;height:200px}.profile-img{width:110px;height:110px}.orbit{font-size:18px;padding:8px}}.about-section{padding:80px 20px;background:linear-gradient(135deg,#0f0f1a,#111827);color:#fff}.about-container{max-width:900px;margin:0 auto;text-align:left}.about-title{font-size:2.5rem;font-weight:700;margin-bottom:30px;background:linear-gradient(90deg,#a855f7,#3b82f6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-text{font-size:1.1rem;line-height:1.8;color:#d1d5db;margin-bottom:30px}.resume-btn{padding:12px 30px;border:none;border-radius:8px;font-weight:600;cursor:pointer;background:linear-gradient(90deg,#a855f7,#3b82f6,#ec4899);color:#fff;transition:transform .3s ease}.resume-btn:hover{transform:scale(1.05)}.resume-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000}.resume-modal{width:90%;max-width:900px;height:85%;background:#111827;border-radius:12px;position:relative;padding:20px;display:flex;flex-direction:column}.close-btn{position:absolute;top:10px;right:15px;background:transparent;border:none;font-size:1.8rem;color:#fff;cursor:pointer}.close-btn:hover{color:#ef4444}.resume-frame{flex:1;width:100%;border:none;border-radius:8px;margin-top:30px}.download-btn{margin-top:15px;align-self:flex-end;background:#fff;color:#000;padding:8px 20px;border-radius:6px;font-weight:600;text-decoration:none}.download-btn:hover{opacity:.8}@media(max-width:768px){.about-title{font-size:2rem}.about-text{font-size:1rem}.resume-modal{height:90%}.download-btn{align-self:center}}#skills{padding:100px 8%;text-align:center;background:linear-gradient(180deg,#020617,#0f172a 60%,#020617);color:#f8fafc;position:relative}#skills:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(212,175,55,.08),transparent 70%);pointer-events:none}.skills-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px;padding-top:30px;position:relative;z-index:1}.skill-card{background:#0f172aa6;border-radius:16px;padding:18px 22px;font-size:16px;font-weight:600;color:#f8fafc;border:1px solid rgba(212,175,55,.25);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 10px 35px #00000073;transition:all .4s ease;cursor:default;display:flex;align-items:center;justify-content:center;letter-spacing:.4px}.skill-card:hover{transform:translateY(-10px) scale(1.05);border:1px solid #d4af37;box-shadow:0 20px 60px #0009,0 0 25px #d4af3759;background:linear-gradient(135deg,#0f172ad9,#1e3a8a40)}.skill-name{letter-spacing:.6px;text-transform:uppercase}#skills .section-title{margin-bottom:60px}@media(max-width:1024px){.skills-container{grid-template-columns:repeat(3,1fr);gap:22px}}@media(max-width:768px){#skills{padding:80px 5%}.skills-container{grid-template-columns:repeat(2,1fr);gap:18px}.skill-card{font-size:14px;padding:14px;border-radius:14px}}@media(max-width:480px){.skills-container{grid-template-columns:1fr}}#project{padding:90px 8%;background:#fff}.project-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;align-items:stretch}.project-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 12px 35px #00000014;transition:all .35s ease;border:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-12px) scale(1.01);box-shadow:0 20px 50px #0000001f}.project-image-wrapper{width:100%;height:220px;overflow:hidden;background:#f8fafc}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-image{transform:scale(1.08)}.project-content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.project-title{font-size:22px;font-weight:700;color:#1f3c88;margin-bottom:12px;text-align:left}.project-description{font-size:16px;color:#6b7280;margin-bottom:18px;line-height:1.6;text-align:left}.tech-stack{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tech-badge{background:#eef2ff;color:#1f3c88;padding:6px 12px;font-size:13px;border-radius:20px;font-weight:500;border:1px solid #e0e7ff}.project-buttons{margin-top:auto;display:flex;gap:12px}.btn-github,.btn-live{text-decoration:none;padding:10px 18px;border-radius:25px;font-size:14px;font-weight:600;transition:all .3s ease;display:inline-block}.btn-github{background:#111827;color:#fff}.btn-github:hover{background:#000;transform:translateY(-2px)}.btn-live{background:#1f3c88;color:#fff}.btn-live:hover{background:#162d66;transform:translateY(-2px)}@media(max-width:1024px){.project-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media(max-width:768px){#project{padding:70px 5%}.project-container{grid-template-columns:1fr}.project-image-wrapper{height:200px}.project-title{font-size:20px}.project-description{font-size:15px}}@media(max-width:1024px){.project-container{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:768px){#project{padding:70px 5%}.project-container{grid-template-columns:1fr}.project-card{width:100%}.project-image-wrapper{height:200px}.project-title{font-size:20px}.project-description{font-size:15px}.project-buttons{flex-direction:column;gap:10px}.btn-github,.btn-live{text-align:center;width:100%}}#experience{padding:100px 8%;text-align:center;background:linear-gradient(180deg,#020617,#0f172a);color:#f8fafc}.experience-container{max-width:900px;margin:auto;display:flex;justify-content:center}.experience-card{width:100%;background:#0f172ab3;border:1px solid rgba(212,175,55,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:40px;text-align:left;box-shadow:0 20px 60px #00000080;transition:all .4s ease}.experience-card:hover{border-color:#d4af37;box-shadow:0 25px 70px #d4af3740;transform:translateY(-6px)}.exp-role{font-size:28px;font-weight:800;margin-bottom:8px;background:linear-gradient(90deg,#d4af37,#facc15);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.exp-org{font-size:20px;font-weight:600;color:#e5e7eb;margin-bottom:6px}.exp-duration{font-size:16px;color:#facc15;margin-bottom:20px;font-weight:500}.exp-points{list-style:none;padding-left:0}.exp-points li{position:relative;padding-left:28px;margin-bottom:14px;font-size:17px;line-height:1.6;color:#cbd5f5}.exp-points li:before{content:"◆";position:absolute;left:0;color:#d4af37;font-size:16px}@media(max-width:768px){#experience{padding:70px 5%}.experience-card{padding:25px;text-align:left}.exp-role{font-size:22px}.exp-org{font-size:18px}.exp-points li{font-size:15px}}#contact{padding:100px 8%;text-align:center;background:linear-gradient(180deg,#020617,#0f172a 60%,#020617);color:#f8fafc;position:relative}#contact:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(212,175,55,.08),transparent 70%);pointer-events:none}.contact-container{max-width:800px;margin:auto;position:relative;z-index:1}.contact-description{font-size:18px;color:#cbd5f5;margin-bottom:40px;line-height:1.7}.contact-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.contact-card{display:flex;align-items:center;gap:12px;padding:16px 26px;border-radius:16px;text-decoration:none;font-weight:600;font-size:16px;background:#0f172aa6;color:#f8fafc;border:1px solid rgba(212,175,55,.25);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 10px 40px #00000073;transition:all .4s ease;letter-spacing:.4px}.contact-icon{font-size:20px}.contact-text{letter-spacing:.5px}.contact-card:hover{transform:translateY(-8px) scale(1.05);border:1px solid #d4af37;box-shadow:0 20px 60px #0009,0 0 30px #d4af3759;background:linear-gradient(135deg,#0f172ae6,#1e3a8a59);color:#facc15}@media(max-width:768px){#contact{padding:80px 5%}.contact-description{font-size:16px;padding:0 10px}.contact-cards{flex-direction:column;align-items:center;gap:18px}.contact-card{width:100%;max-width:320px;justify-content:center;font-size:15px;padding:14px 20px}}@media(max-width:480px){.contact-card{font-size:14px;padding:12px 18px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1f3c88;--secondary: #4f46e5;--text-dark: #111827;--text-light: #6b7280;--bg-main: #ffffff;--bg-soft: #f8fafc;--border: #e5e7eb;--card-shadow: 0 10px 30px rgba(0, 0, 0, .06);--hover-shadow: 0 20px 50px rgba(0, 0, 0, .12)}body{font-family:Poppins,Segoe UI,sans-serif;background:var(--bg-main);color:var(--text-dark);line-height:1.6;scroll-behavior:smooth;overflow-x:hidden}section{padding:100px 8%;width:100%}section:nth-child(2n){background:var(--bg-soft)}.container{max-width:1200px;margin:0 auto;width:100%}.section-title{font-size:42px;font-weight:700;text-align:center;margin-bottom:60px;color:var(--primary);position:relative;letter-spacing:.5px}.section-title:after{content:"";width:70px;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary));display:block;margin:14px auto 0;border-radius:10px}h1{font-size:60px;font-weight:800;color:var(--primary);line-height:1.2}h2{font-size:36px;font-weight:700}h3{font-size:24px;font-weight:600}p{font-size:18px;color:var(--text-light)}a{text-decoration:none;color:inherit;transition:.3s ease}a:hover{color:var(--secondary)}button{font-family:inherit;border:none;cursor:pointer;border-radius:30px;transition:all .3s ease}.btn-primary{background:var(--primary);color:#fff;padding:12px 28px;font-weight:600}.btn-primary:hover{background:#162d66;transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary);padding:10px 26px;font-weight:600}.btn-outline:hover{background:var(--primary);color:#fff}.card{background:#fff;border-radius:18px;box-shadow:var(--card-shadow);border:1px solid var(--border);transition:all .35s ease}.card:hover{transform:translateY(-10px);box-shadow:var(--hover-shadow)}.flex{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#a5b4fc}.fade-in{opacity:0;transform:translateY(30px);animation:fadeUp .8s ease forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){section{padding:80px 6%}h1{font-size:48px}.section-title{font-size:36px}}@media(max-width:768px){section{padding:70px 5%}h1{font-size:38px;text-align:center}h2{font-size:28px;text-align:center}p{font-size:16px;text-align:center}.section-title{font-size:30px;margin-bottom:40px}.hero{flex-direction:column;text-align:center}.header{flex-direction:column;gap:12px}}@media(max-width:480px){section{padding:60px 5%}h1{font-size:30px}.section-title{font-size:26px}}html,body{overflow-x:hidden;width:100%}img{max-width:100%;height:auto;display:block}.container,.header-container,.skills-container,.project-container,.contact-container{width:100%;margin:0 auto;padding:0 16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,a{-webkit-tap-highlight-color:transparent}body{background:linear-gradient(180deg,#fff,#f8fafc 40%,#eef2ff);color:#111827;min-height:100vh}section:nth-child(2n){background:#f8fafc}body{background:radial-gradient(circle at top,#1e3a8a,#0f172a 40%,#020617);color:#f8fafc;min-height:100vh;overflow-x:hidden}section:nth-child(2n){background:linear-gradient(180deg,#020617,#0f172a)}.hero{background:radial-gradient(circle at center,rgba(212,175,55,.08) 0%,transparent 60%)}.section-title{background:linear-gradient(90deg,#d4af37,#facc15,#d4af37);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 0 20px rgba(212,175,55,.3)}.project-card,.skill-card,.contact-card{background:#0f172ab3;border:1px solid rgba(212,175,55,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;box-shadow:0 10px 40px #0006;color:#cdd832}.project-card:hover,.skill-card:hover{border-color:#d4af37;box-shadow:0 20px 60px #d4af3740}.header{background:#020617cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(212,175,55,.2)}.logo{color:#facc15}.nav a{color:#e5e7eb}.nav a:hover{color:#d4af37}
