*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,sans-serif}body{background:#f5f7fb;color:#1f2937}.landing{height:100vh;background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;transition:.3s}.landing.dark{background:linear-gradient(135deg,#020617,#111827)}.landing h1{font-size:3rem}.typing{margin-top:15px;font-size:1.2rem;min-height:30px}.enter-btn{margin-top:40px;padding:14px 35px;border-radius:30px;border:none;cursor:pointer;font-weight:700;font-size:1rem;background:#fff;color:#1e3a8a}.mode-btn{position:absolute;top:20px;right:20px;padding:8px 16px;border-radius:20px;border:none;cursor:pointer}.hero{background:#1e40af;color:#fff;padding:60px 20px;text-align:center}.section{max-width:1000px;margin:70px auto;padding:0 20px}.section h3{font-size:1.8rem;margin-bottom:25px;color:#1f2937;position:relative}.section h3:after{content:"";width:60px;height:3px;background:#2563eb;display:block;margin-top:8px;border-radius:2px}.section p{line-height:1.7;color:#374151}.card-grid,.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.card,.project-card{background:#fff;padding:22px;border-radius:14px;box-shadow:0 12px 28px #00000014;transition:transform .25s ease,box-shadow .25s ease}.card:hover,.project-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000001f}.single-project{max-width:650px;margin:auto;text-align:left}.single-project h4{font-size:1.4rem;color:#1e3a8a}.project-points{margin-top:12px;padding-left:20px}.project-points li{margin-bottom:6px}.project-link{display:inline-block;margin-top:15px;font-weight:600;color:#1e40af;text-decoration:none}.project-link:hover{text-decoration:underline}.tech-stack{display:flex;flex-wrap:wrap;gap:10px;margin:15px 0}.tech-stack span{background:#e0e7ff;color:#1e40af;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600}.footer{margin-top:80px;background:#020617;color:#e5e7eb;text-align:center;padding:30px}.footer p{margin:6px 0;font-size:.95rem}.fade-in{animation:fadeInUp .8s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-row{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}.hero-text{text-align:left}.hero-profile{display:flex;flex-direction:column;align-items:center}.profile-pic-small{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid white;margin-bottom:10px}.resume-btn-small{padding:8px 18px;font-size:.85rem;border-radius:20px;background:#fff;color:#1e3a8a;font-weight:600;text-decoration:none}
