/* Copyright 2025 Umang Chaudhary. All rights reserved. Unauthorized copying or reproduction prohibited. */
*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter','Segoe UI',system-ui,-apple-system,sans-serif;line-height:1.6;color:#333;background-color:#fff;max-width:1200px;margin:0 auto;padding:0 20px;overflow-x:hidden}body.modal-open{overflow:hidden}h1,h2,h3,h4{font-weight:600;line-height:1.2}h1{font-size:3rem;margin-bottom:.5rem;color:#1a1a1a}h2{font-size:2.2rem;margin-bottom:2rem;color:#2d2d2d}h3{font-size:1.5rem;margin-bottom:1rem;color:#404040}p{margin-bottom:1rem;color:#666}section{padding:5rem 0;border-bottom:1px solid #f0f0f0;display:none}section.active{display:block}.container{max-width:800px;margin:0 auto}header{padding:2rem 0;text-align:center}.position{font-size:1.3rem;color:#666;font-weight:400}.nav-menu{display:flex;justify-content:center;gap:2rem;margin-top:1.5rem}.nav-link{color:#0066cc;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}.nav-link:hover{background:#e8f4fd;color:#004c99}.nav-link.active{background:#abdbf5;color:#000}.profile-summary{font-size:1.1rem;line-height:1.8}.profile-highlight{background:linear-gradient(90deg,#e8f4fd,transparent);padding:1.5rem;border-left:4px solid #0066cc;border-radius:0 4px 4px 0;margin:2rem 0}.projects-grid,.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:3rem}.project-card,.blog-card{background:#fafafa;padding:2.5rem;border-radius:12px;border:1px solid #eee;transition:transform .2s ease,box-shadow .2s ease;position:relative;cursor:pointer}.project-card:hover,.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.project-card h4,.blog-card h4{color:#2d2d2d;margin-bottom:1.2rem;font-size:1.3rem}.project-card p,.blog-card p{color:#666;font-size:1rem;line-height:1.6}.tech-stack,.blog-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.tech-tag,.blog-tag{background:#e8f4fd;color:#0066cc;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-modal,.blog-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.98);display:none;justify-content:center;align-items:center;z-index:1000;padding:2rem;opacity:0;transition:opacity .3s ease;overflow-y:auto}.project-modal.active,.blog-modal.active{display:flex;opacity:1}.modal-content{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;transform:translateY(20px);transition:transform .3s ease}.project-modal.active .modal-content,.blog-modal.active .modal-content{transform:translateY(0)}.close-modal{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;background:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;font-size:1.5rem;font-weight:300;transition:background .2s ease}.close-modal:hover{background:#e0e0e0}.modal-header{margin-bottom:2rem}.modal-header h3{font-size:1.8rem;color:#1a1a1a;margin-bottom:.5rem}.modal-tech-stack,.modal-blog-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.modal-tech-tag,.modal-blog-tag{background:#8dc7eb;color:#fff;padding:.3rem 0.7rem;border-radius:20px;font-size:.9rem;font-weight:500}.project-images,.blog-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.project-image,.blog-image{border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.project-images img,.blog-images img{max-width:100%;max-height:80vh;object-fit:contain;display:block;margin:0 auto}.image-caption{padding:1rem;background:#f8f9fa;font-size:.9rem;color:#666}.project-details,.blog-content{line-height:1.8}.project-details h4,.blog-content h4{color:#2d2d2d;margin:1.5rem 0 .5rem 0}.project-details p,.blog-content p{color:#666}.share-link{display:inline-block;color:#0066cc;text-decoration:none;padding:.5rem 1rem;border:2px solid #0066cc;border-radius:8px;font-weight:500;margin-top:1rem;transition:all .3s ease;cursor:pointer}.share-link:hover{background:#0066cc;color:#fff}.contact-links{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.contact-link{color:#0066cc;text-decoration:none;padding:1rem 2rem;border:2px solid #0066cc;border-radius:8px;transition:all .3s ease;font-weight:500}.contact-link:hover{background:#0066cc;color:#fff;transform:translateY(-1px)}footer{text-align:center;padding:3rem 0;color:#999;font-size:.9rem}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:1.8rem}.projects-grid,.blog-grid{grid-template-columns:1fr;gap:2rem}.contact-links{flex-direction:column;align-items:center}.contact-link{width:250px;text-align:center}.project-card,.blog-card{padding:2rem}.modal-content{padding:2rem;margin:1rem}.project-images,.blog-images{grid-template-columns:1fr}.close-modal{top:1rem;right:1rem}.nav-menu{gap:1rem}.nav-link{font-size:1rem;padding:.4rem .8rem}}
