html{scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;background-color:#f0f2f5;color:#333;margin:0;padding:0;line-height:1.7;transition:background-color .4s ease,color .4s ease;min-height:100vh;display:flex;flex-direction:column}.dark body,.dark .app-container{background-color:#1a1a2e;color:#e0e0e0}.app-container{min-height:100vh;display:flex;flex-direction:column;flex-grow:1}.dark .nav-bar{background-color:#2a2a4a}.nav-bar{background-color:#fff;padding:1.2rem 3.5rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 4px 15px #00000014;border-bottom:1px solid #e0e0e0}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto}.nav-brand{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;color:#0056b3;letter-spacing:-.04em}.nav-links{display:flex;gap:2.5rem}.nav-link{background:none;border:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:600;color:#555;padding:.8rem 0;position:relative;transition:color .3s ease}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:3px;background-color:#0056b3;border-radius:2px;transform:scaleX(0);transform-origin:bottom center;transition:transform .3s ease-out}.nav-link:hover{color:#0056b3}.nav-link:hover:after{transform:scaleX(1)}.theme-toggle{display:flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;border-radius:30px;border:1px solid #dcdcdc;font-weight:500;background-color:#fff;color:#444;cursor:pointer;font-size:.95rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;margin-left:2rem}.theme-toggle:hover{background-color:#f5f5f5;transform:translateY(-1px);box-shadow:0 4px 10px #0000001a}.theme-toggle svg{width:1.2em;height:1.2em}.container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.hero-section{display:flex;flex-direction:row;align-items:center;justify-content:space-around;text-align:left;padding:6rem 2rem;background:linear-gradient(135deg,#e8edf4,#d5e0ee);border-radius:20px;margin:4rem auto;max-width:1100px;box-shadow:0 15px 40px #0000001f;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:-50px;left:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);border-radius:50%;opacity:.7;pointer-events:none}.hero-section:after{content:"";position:absolute;bottom:-70px;right:-70px;width:250px;height:250px;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);border-radius:50%;opacity:.6;pointer-events:none}.hero-content{z-index:1;flex:1;max-width:600px;margin-right:3rem;text-align:left;background-color:transparent}.hero-image-container{width:280px;height:280px;border-radius:50%;overflow:hidden;border:7px solid #0056b3;box-shadow:0 0 0 10px #0056b340,0 10px 30px #0000001a;display:flex;justify-content:center;align-items:center;background-color:#fff;flex-shrink:0}.hero-image{width:100%;height:100%;object-fit:cover;display:block}.hero-heading{font-family:Montserrat,sans-serif;font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;color:#222;text-shadow:1px 1px 2px rgba(0,0,0,.05)}.hero-heading-highlight{color:#0056b3}.hero-text{font-size:1.4rem;color:#555;max-width:800px;margin-bottom:2.5rem;line-height:1.5}.hero-button{padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;color:#fff;background-color:#0056b3;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 25px #0056b34d}.hero-button:hover{background-color:#003d82;transform:translateY(-3px);box-shadow:0 12px 30px #0056b373}.section-common{background-color:#fff;border-radius:18px;padding:5rem 3.5rem;box-shadow:0 10px 30px #00000014;margin:4rem auto;max-width:1100px}.section-heading{font-family:Montserrat,sans-serif;text-align:center;font-size:3.2rem;margin-bottom:3.5rem;font-weight:700;color:#222;position:relative;padding-bottom:.8rem}.section-heading:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:100px;height:5px;background-color:#0056b3;border-radius:3px}.projects-grid,.skills-grid{display:grid;gap:2.5rem}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.project-card,.project-placeholder,.contact-form-container{background:#fff;border-radius:15px;padding:2.5rem;box-shadow:0 8px 20px #0000000f;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026}.project-image{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 5px 15px #0000000d}.project-content{flex-grow:1;display:flex;flex-direction:column}.project-title{font-size:1.6rem;font-weight:700;margin-top:0;margin-bottom:1rem;color:#222}.project-description{font-size:1.05rem;color:#666;margin-bottom:2rem;flex-grow:1}.project-link{display:inline-flex;align-items:center;font-weight:600;color:#0056b3;margin-top:auto;text-decoration:none;transition:color .2s ease}.project-link:hover{text-decoration:underline;color:#003d82}.project-link svg{margin-left:.5rem;width:1.1em;height:1.1em;transition:transform .2s ease}.project-link:hover svg{transform:translate(5px)}.project-placeholder{display:flex;justify-content:center;align-items:center;min-height:250px;background-color:#f7f9fc;border:2px dashed #cccccc;color:#888;font-size:1.1rem;font-style:italic;text-align:center}.about-content{max-width:800px;margin:0 auto;font-size:1.15rem;color:#444}.about-content p{margin-bottom:1.5rem}.about-link{color:#0056b3;font-weight:600;text-decoration:none;transition:color .2s ease,text-decoration .2s ease}.about-link:hover{color:#003d82;text-decoration:underline}.skill-category-heading{font-size:1.4rem;font-weight:700;margin-bottom:1.2rem;color:#222;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}.skill-list{display:flex;flex-wrap:wrap;gap:.8rem}.skill-item{background-color:#e6f0fa;padding:.7rem 1.4rem;border-radius:30px;font-size:.95rem;font-weight:500;color:#0056b3;transition:background-color .2s,transform .2s,box-shadow .2s;border:1px solid #c1d9f2;box-shadow:0 2px 5px #00000008}.skill-item:hover{transform:translateY(-2px);background-color:#d1e2fa;box-shadow:0 4px 8px #00000014}.contact-section-bg{background:linear-gradient(135deg,#f7f9fc,#eef3f7);box-shadow:0 10px 30px #00000014;padding:5rem 3.5rem;border-radius:18px}.contact-intro-text{text-align:center;font-size:1.15rem;color:#555;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}.contact-buttons-container{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-top:2rem}.contact-email-button{padding:1.2rem 3rem;font-size:1.3rem;text-decoration:none;display:inline-block;min-width:220px;text-align:center}.contact-social-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.social-link{display:flex;align-items:center;gap:.75rem;font-size:1.15rem;font-weight:600;color:#0056b3;text-decoration:none;transition:color .3s ease,transform .3s ease}.social-link:hover{color:#003d82;transform:translateY(-2px);text-decoration:underline}.social-link svg{width:1.5em;height:1.5em;fill:currentColor}.dark .social-link{color:#70a3ff}.dark .social-link:hover{color:#93c4ff}@media (max-width: 768px){.contact-section-bg{padding:3rem 1.5rem}.contact-email-button{padding:1rem 2rem;font-size:1.1rem;min-width:180px}.social-link{font-size:1rem;gap:.5rem}.social-link svg{width:1.2em;height:1.2em}}@media (max-width: 480px){.contact-buttons-container,.contact-social-links{gap:1.5rem}.contact-intro-text{font-size:1rem}.contact-email-button{padding:.9rem 1.8rem;font-size:1rem;min-width:unset}}.form-submit-button{align-self:center;padding:1.1rem 2.8rem;background-color:#0056b3;color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;box-shadow:0 8px 25px #0056b34d}.form-submit-button:hover{background-color:#003d82;transform:translateY(-3px);box-shadow:0 12px 30px #0056b373}.form-status-success{text-align:center;color:#28a745;font-weight:600;margin-top:1.5rem}.form-status-error{text-align:center;color:#dc3545;font-weight:600;margin-top:1.5rem}.footer-section{background-color:#1c212a;color:#e0e0e0;text-align:center;padding:3rem 1.5rem;margin-top:5rem;font-size:.9rem}.footer-container{max-width:1200px;margin:0 auto}.footer-text-sm{margin-top:.5rem;font-size:.85rem;color:#b0b0b0}.dark .nav-bar{background-color:#2a2a4a;box-shadow:0 4px 15px #0000004d;border-bottom-color:#3b3b6b}.dark .nav-brand{color:#70a3ff}.dark .nav-link{color:#c0c0d0}.dark .nav-link:after{background-color:#70a3ff}.dark .nav-link:hover{color:#70a3ff}.dark .theme-toggle{background-color:#3e4e69;color:#e0e0e0;border-color:#556a87;box-shadow:0 2px 8px #0003}.dark .theme-toggle:hover{background-color:#556a87;box-shadow:0 4px 10px #0000004d}.dark .hero-section{background:linear-gradient(135deg,#2a2a4a,#1a1a2e);box-shadow:0 15px 40px #0006}.dark .hero-section:before,.dark .hero-section:after{background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%)}.dark .hero-image-container{border-color:#70a3ff;box-shadow:0 0 0 10px #70a3ff40,0 10px 30px #0000004d;background-color:#2a2a4a}.dark .hero-heading{color:#e0e0e0}.dark .hero-heading-highlight{color:#70a3ff}.dark .hero-text{color:silver}.dark .hero-button{background-color:#70a3ff;color:#1a1a2e;box-shadow:0 8px 25px #70a3ff4d}.dark .hero-button:hover{background-color:#93c4ff;box-shadow:0 12px 30px #70a3ff73}.dark .section-common{background-color:#2a2a4a;box-shadow:0 10px 30px #0000004d}.dark .section-heading{color:#e0e0e0}.dark .section-heading:after{background-color:#70a3ff}.dark .project-card,.dark .project-placeholder,.dark .contact-form-container{background:#2a2a4a;box-shadow:0 8px 20px #0000004d}.dark .project-card:hover{box-shadow:0 15px 35px #00000073}.dark .project-image{box-shadow:0 5px 15px #0003}.dark .project-title{color:#e0e0e0}.dark .project-description{color:silver}.dark .project-link{color:#70a3ff}.dark .project-link:hover{color:#93c4ff}.dark .project-placeholder{background-color:#3b3b6b;border-color:#6a6a9a;color:#a0a0b0}.dark .about-content{color:silver}.dark .about-link{color:#70a3ff}.dark .about-link:hover{color:#93c4ff}.dark .skill-category-heading{color:#e0e0e0;border-bottom-color:#4a4a7a}.dark .skill-list{background-color:transparent}.dark .skill-item{background-color:#3e4e69;color:#70a3ff;border-color:#556a87;box-shadow:0 2px 5px #0000001a}.dark .skill-item:hover{background-color:#556a87;box-shadow:0 4px 8px #0003}.dark .contact-section-bg{background:linear-gradient(135deg,#1a1a2e,#2a2a4a);box-shadow:0 10px 30px #0000004d}.dark .contact-form-container{background:#2a2a4a;box-shadow:0 10px 30px #0000004d}.dark .contact-intro-text{color:silver}.dark .form-group label{color:#e0e0e0}.dark .form-group input,.dark .form-group textarea{background-color:#1a1a2e;color:#e0e0e0;border-color:#4a4a7a;box-shadow:inset 0 1px 3px #0000001a}.dark .form-group input:focus,.dark .form-group textarea:focus{border-color:#70a3ff;box-shadow:0 0 0 4px #70a3ff40}.dark .form-submit-button{background-color:#70a3ff;color:#1a1a2e;box-shadow:0 8px 25px #70a3ff4d}.dark .form-submit-button:hover{background-color:#93c4ff;box-shadow:0 12px 30px #70a3ff73}.dark .footer-section{background-color:#1a1a2e;color:silver}.dark .footer-text-sm{color:#a0a0a0}@media (max-width: 1024px){.nav-bar{padding:1rem 2rem}.nav-brand{font-size:1.5rem}.nav-links{gap:1.5rem}.hero-section{padding:4rem 1.5rem}.hero-heading{font-size:3rem}.hero-text{font-size:1.2rem}.section-common{padding:3.5rem 2.5rem}.section-heading{font-size:2.5rem}.contact-form-container{padding:2.5rem}.project-card,.project-placeholder{padding:2rem}.project-title{font-size:1.3rem}.project-description{font-size:.9rem}}@media (max-width: 900px){.hero-section{flex-direction:column;text-align:center;padding:4rem 1.5rem}.hero-content{margin-right:0;margin-bottom:2.5rem;max-width:100%}.hero-heading,.hero-text,.hero-button{text-align:center}.hero-image-container{width:220px;height:220px;margin-bottom:2.5rem}}@media (max-width: 768px){.nav-bar{flex-direction:column;align-items:flex-start;padding:1rem 1.5rem}.nav-container{flex-direction:column;align-items:flex-start;width:auto}.nav-links{margin-top:1rem;gap:1rem;flex-wrap:wrap}.theme-toggle{margin-top:1rem;margin-left:0;align-self:flex-end}.hero-image-container{width:180px;height:180px;border:5px solid #0056b3;box-shadow:0 0 0 8px #0056b333}.hero-heading{font-size:2.5rem}.hero-text{font-size:1.1rem}.hero-button{padding:.9rem 2.2rem;font-size:1rem}.section-common{padding:3rem 1.5rem;margin:2.5rem auto}.section-heading{font-size:2rem;margin-bottom:2.5rem}.section-heading:after{width:70px;height:4px}.projects-grid,.skills-grid{grid-template-columns:1fr}.about-content{font-size:1rem}.skill-category-heading{font-size:1.2rem}.contact-form-container{padding:2rem 1.5rem}.contact-intro-text{font-size:1rem;margin-bottom:2rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:.8rem 1rem}.form-submit-button{padding:1rem 2rem;font-size:1rem}.footer-section{padding:2rem 1rem;margin-top:3rem}}@media (max-width: 480px){.nav-bar{padding:.8rem 1rem}.nav-brand{font-size:1.3rem}.nav-links{gap:.8rem;font-size:.9rem}.theme-toggle{padding:.6rem 1rem;font-size:.85rem}.hero-section{padding:2.5rem .8rem}.hero-image-container{width:150px;height:150px;border:4px solid #0056b3;box-shadow:0 0 0 6px #0056b326}.hero-heading{font-size:2rem}.hero-text{font-size:.95rem}.hero-button{padding:.8rem 1.8rem;font-size:.9rem}.section-common{padding:2.5rem 1rem}.section-heading{font-size:1.8rem;margin-bottom:2rem}.project-card,.project-placeholder{padding:1.5rem}.project-image{height:150px}.project-title{font-size:1.1rem}.project-description{font-size:.85rem}.skill-item{padding:.5rem 1rem;font-size:.85rem}.contact-form-container{padding:1.5rem 1rem}.contact-intro-text{font-size:.9rem}}
