html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#fafafa;color:#1a1a1a;margin:0;padding:0;line-height:1.6;transition:background-color .3s ease,color .3s ease;min-height:100vh}.dark,.dark body{background-color:#0a0a0a;color:#e5e5e5}.app-container{min-height:100vh;display:flex;flex-direction:column}.nav-bar{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.08);transition:all .3s ease}.dark .nav-bar{background-color:#0a0a0af2;border-bottom-color:#ffffff1a}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto}.nav-brand{font-size:1.5rem;font-weight:600;color:#2563eb;text-decoration:none;transition:color .3s ease}.dark .nav-brand{color:#60a5fa}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{background:none;border:none;cursor:pointer;font-weight:500;color:#6b7280;padding:.5rem 0;position:relative;transition:color .3s ease;font-size:.95rem}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background-color:#2563eb;transform:scaleX(0);transition:transform .3s ease}.nav-link:hover{color:#2563eb}.nav-link:hover:after{transform:scaleX(1)}.dark .nav-link{color:#9ca3af}.dark .nav-link:hover{color:#60a5fa}.dark .nav-link:after{background-color:#60a5fa}.theme-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff;color:#374151;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.theme-toggle:hover{background-color:#f9fafb;border-color:#d1d5db}.dark .theme-toggle{background-color:#1f2937;border-color:#374151;color:#d1d5db}.dark .theme-toggle:hover{background-color:#374151;border-color:#4b5563}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:4rem 0;gap:4rem}.hero-content{flex:1;max-width:600px}.hero-heading{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:#111827}.dark .hero-heading{color:#f9fafb}.hero-heading-highlight{color:#2563eb}.dark .hero-heading-highlight{color:#60a5fa}.hero-text{font-size:1.1rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.dark .hero-text{color:#9ca3af}.hero-button{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.hero-button:hover{background-color:#1d4ed8;transform:translateY(-1px)}.dark .hero-button{background-color:#60a5fa;color:#0a0a0a}.dark .hero-button:hover{background-color:#3b82f6}.hero-image-container{flex-shrink:0;width:200px;height:200px;border-radius:50%;overflow:hidden;border:3px solid #e5e7eb;box-shadow:0 10px 25px #0000001a}.dark .hero-image-container{border-color:#374151;box-shadow:0 10px 25px #0000004d}.hero-image{width:100%;height:100%;object-fit:cover}.section-common{padding:3rem 0}.section-heading{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:#111827;position:relative}.dark .section-heading{color:#f9fafb}.section-heading:after{content:"";position:absolute;left:50%;bottom:-.5rem;transform:translate(-50%);width:60px;height:3px;background-color:#2563eb;border-radius:2px}.dark .section-heading:after{background-color:#60a5fa}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-top:2rem}.project-card{background-color:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.dark .project-card{background-color:#1f2937;border-color:#374151;box-shadow:0 2px 4px #0003}.dark .project-card:hover{box-shadow:0 4px 12px #0000004d}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.project-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0}.dark .project-title{color:#f9fafb}.project-date{font-size:.8rem;color:#6b7280;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:4px;font-weight:500}.dark .project-date{color:#9ca3af;background-color:#374151}.project-description{font-size:.9rem;color:#6b7280;margin-bottom:1rem;line-height:1.5;flex-grow:1}.dark .project-description{color:#9ca3af}.project-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .3s ease;margin-top:auto}.project-link:hover{color:#1d4ed8}.dark .project-link{color:#60a5fa}.dark .project-link:hover{color:#3b82f6}.project-link svg{width:.9rem;height:.9rem;transition:transform .3s ease}.project-link:hover svg{transform:translate(2px)}.about-content{max-width:800px;margin:0 auto;font-size:1rem;color:#6b7280;line-height:1.7}.dark .about-content{color:#9ca3af}.about-content p{margin-bottom:1rem}.about-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.about-link:hover{color:#1d4ed8;text-decoration:underline}.dark .about-link{color:#60a5fa}.dark .about-link:hover{color:#3b82f6}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.skill-category-heading{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#111827;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.dark .skill-category-heading{color:#f9fafb;border-bottom-color:#374151}.skill-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-item{background-color:#f3f4f6;color:#374151;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .3s ease}.skill-item:hover{background-color:#e5e7eb;transform:translateY(-1px)}.dark .skill-item{background-color:#374151;color:#d1d5db}.dark .skill-item:hover{background-color:#4b5563}.contact-section-bg{background-color:#f9fafb;border-radius:12px;padding:3rem 2rem;margin:2rem 0}.dark .contact-section-bg{background-color:#1f2937}.contact-intro-text{text-align:center;font-size:1rem;color:#6b7280;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.dark .contact-intro-text{color:#9ca3af}.contact-buttons-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.contact-email-button{padding:.75rem 1.5rem;font-size:1rem;text-decoration:none;display:inline-block;min-width:160px;text-align:center}.contact-social-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.social-link{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#2563eb;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#1d4ed8;text-decoration:underline}.dark .social-link{color:#60a5fa}.dark .social-link:hover{color:#3b82f6}.social-link svg{width:1.25rem;height:1.25rem;fill:currentColor}.footer-section{background-color:#111827;color:#9ca3af;text-align:center;padding:2rem 1rem;margin-top:3rem;font-size:.9rem}.dark .footer-section{background-color:#000;color:#6b7280}.footer-container{max-width:1200px;margin:0 auto}.footer-text-sm{margin-top:.5rem;font-size:.8rem;color:#6b7280}.dark .footer-text-sm{color:#4b5563}@media (max-width: 768px){.nav-bar{padding:1rem;flex-direction:column;gap:1rem}.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1.5rem}.hero-section{flex-direction:column;text-align:center;padding:2rem 0;gap:2rem}.hero-heading{font-size:2rem}.hero-image-container{width:150px;height:150px}.container{padding:0 1rem}.section-common{padding:2rem 0}.section-heading{font-size:1.75rem;margin-bottom:2rem}.projects-grid{grid-template-columns:1fr;gap:1rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.contact-section-bg{padding:2rem 1rem}.contact-social-links{gap:1rem}}@media (max-width: 480px){.hero-heading{font-size:1.75rem}.hero-text{font-size:1rem}.section-heading{font-size:1.5rem}.project-card{padding:1rem}.contact-email-button{padding:.75rem 1.25rem;font-size:.95rem}}
