.header{position:fixed;width:100%;z-index:50;transition:all .3s ease}.header.scrolled{box-shadow:0 1px 3px #0000001a}.light-mode .header{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dark-mode .header{background-color:#213555}.header-container{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:300;letter-spacing:.1em;cursor:pointer;transition:opacity .3s ease;margin:0;padding:0;display:flex;align-items:center;line-height:1}.light-mode .logo{color:#213555}.dark-mode .logo{color:#fff}.logo:hover{opacity:.7}.header-actions{display:flex;align-items:center;gap:1.5rem}.nav-links{display:none;gap:2rem;align-items:center}@media(min-width:768px){.nav-links{display:flex}}.nav-link{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;background:none;border:none;cursor:pointer;transition:all .3s ease;padding:0}.light-mode .nav-link{color:#3e5879}.dark-mode .nav-link{color:#d1d5db}.nav-link.active{font-weight:500}.light-mode .nav-link.active{color:#213555}.dark-mode .nav-link.active{color:#fff}.nav-link:hover{opacity:.7}.theme-toggle{padding:.5rem;border-radius:9999px;background:none;border:none;cursor:pointer;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.light-mode .theme-toggle{color:#213555}.dark-mode .theme-toggle{color:#fff}.theme-toggle:hover{opacity:.7}.mobile-menu-btn{padding:.5rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.mobile-menu-btn{display:none}}.light-mode .mobile-menu-btn{color:#213555}.dark-mode .mobile-menu-btn{color:#fff}.mobile-menu{position:absolute;top:100%;left:0;width:100%;padding:1rem 0;border-radius:0 0 1rem 1rem;box-shadow:0 4px 6px #0000001a}.light-mode .mobile-menu{background-color:#fff}.dark-mode .mobile-menu{background-color:#2c4766}.mobile-menu-link{display:block;width:100%;text-align:left;padding:.75rem 1.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;background:none;border:none;cursor:pointer;transition:opacity .3s ease}.light-mode .mobile-menu-link{color:#3e5879}.dark-mode .mobile-menu-link{color:#d1d5db}.mobile-menu-link:hover{opacity:.7}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:5rem 1.5rem 1.5rem;position:relative}.light-mode .hero{background-color:#fff}.dark-mode .hero{background-color:#213555}.hero-container{max-width:64rem;text-align:center}.hero-content{margin-bottom:2rem;opacity:0;animation:fade-in 1s ease-out forwards}.hero-avatar{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2rem}.avatar-img{width:6rem;height:6rem;border-radius:9999px;object-fit:cover;border:4px solid}.light-mode .avatar-img{border-color:#213555}.dark-mode .avatar-img{border-color:#fff}@media(min-width:768px){.avatar-img{width:8rem;height:8rem}}.hero-title{font-size:3.75rem;font-weight:300;margin-bottom:1.5rem;letter-spacing:-.025em}.light-mode .hero-title{color:#213555}.dark-mode .hero-title{color:#fff}@media(min-width:768px){.hero-title{font-size:6rem}}.hero-divider{width:6rem;height:1px;margin:0 auto 1.5rem;border-radius:9999px}.light-mode .hero-divider{background-color:#3e5879}.dark-mode .hero-divider{background-color:#fff}.hero-subtitle{font-size:1.25rem;font-weight:300;letter-spacing:.025em}.light-mode .hero-subtitle{color:#3e5879}.dark-mode .hero-subtitle{color:#d1d5db}@media(min-width:768px){.hero-subtitle{font-size:1.5rem}}.hero-description{font-size:1.125rem;max-width:42rem;margin:0 auto 3rem;line-height:1.75;opacity:0;animation:fade-in 1s ease-out .3s forwards}.light-mode .hero-description{color:#3e5879}.dark-mode .hero-description{color:#d1d5db}.hero-social{display:flex;gap:1.5rem;justify-content:center;opacity:0;animation:fade-in 1s ease-out .6s forwards}.social-link{padding:.75rem;border-radius:9999px;border:1px solid;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}.light-mode .social-link{border-color:#3e5879;color:#3e5879}.dark-mode .social-link{border-color:#d1d5db;color:#d1d5db}.light-mode .social-link:hover{background-color:#3e5879;border-color:#3e5879;color:#fff}.dark-mode .social-link:hover{background-color:#fff;border-color:#fff;color:#213555}.scroll-down{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite;background:none;border:none;cursor:pointer;padding:0}.light-mode .scroll-down{color:#3e5879}.dark-mode .scroll-down{color:#d1d5db}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translate(-50%) translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.about{padding:8rem 1.5rem;transition:background-color .3s ease}.light-mode .about{background-color:#f9fafb}.dark-mode .about{background-color:#1a2942}.about-container{max-width:64rem;margin:0 auto;text-align:center}.section-title{font-size:3rem;font-weight:300;margin-bottom:1.5rem;letter-spacing:-.025em}.light-mode .section-title{color:#213555}.dark-mode .section-title{color:#fff}@media(min-width:768px){.section-title{font-size:3.75rem}}.section-divider{width:4rem;height:1px;margin:0 auto 2rem;border-radius:9999px}.light-mode .section-divider{background-color:#3e5879}.dark-mode .section-divider{background-color:#fff}.about-text{font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem}.light-mode .about-text{color:#3e5879}.dark-mode .about-text{color:#d1d5db}.about-text:last-of-type{margin-bottom:2rem}.cta-button{padding:.75rem 2rem;border:1px solid;transition:all .3s ease;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;border-radius:9999px;cursor:pointer;background:none}.light-mode .cta-button{border-color:#213555;color:#213555}.dark-mode .cta-button{border-color:#fff;color:#fff}.light-mode .cta-button:hover{background-color:#213555;color:#fff}.dark-mode .cta-button:hover{background-color:#fff;color:#213555}.skills{padding:8rem 1.5rem;transition:background-color .3s ease}.light-mode .skills{background-color:#fff}.dark-mode .skills{background-color:#213555}.skills-container{max-width:72rem;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-description{font-size:1.125rem}.light-mode .section-description{color:#3e5879}.dark-mode .section-description{color:#d1d5db}.skills-grid{display:grid;gap:3rem}.category-title{font-size:1.5rem;font-weight:300;margin-bottom:2rem;letter-spacing:.025em;text-align:center}.light-mode .category-title{color:#3e5879}.dark-mode .category-title{color:#d1d5db}.skill-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.skill-cards{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.skill-cards{grid-template-columns:repeat(5,1fr)}}.skill-card{padding:1.5rem;border-radius:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;text-align:center;cursor:pointer}.light-mode .skill-card{background-color:#fff}.dark-mode .skill-card{background-color:#2c4766}.skill-card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-2px)}.skill-icon{height:2.25rem;width:2.25rem;margin-bottom:.75rem;transition:transform .3s ease}.skill-card:hover .skill-icon{transform:scale(1.1)}.skill-name{font-weight:500;margin:0}.light-mode .skill-name{color:#213555}.dark-mode .skill-name{color:#fff}.footer{padding:3rem 1.5rem;border-top:1px solid;transition:all .3s ease}.light-mode .footer{border-color:#e5e7eb;background-color:#fff}.dark-mode .footer{border-color:#3e5879;background-color:#213555}.footer-container{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media(min-width:768px){.footer-container{flex-direction:row;justify-content:space-between}}.footer-text{font-size:.875rem;letter-spacing:.025em;margin:0}.light-mode .footer-text{color:#3e5879}.dark-mode .footer-text{color:#d1d5db}.footer-social{display:flex;gap:1.5rem}.footer-link{transition:color .3s ease;text-decoration:none;display:flex;align-items:center;justify-content:center}.light-mode .footer-link{color:#3e5879}.dark-mode .footer-link{color:#d1d5db}.light-mode .footer-link:hover{color:#213555}.dark-mode .footer-link:hover{color:#fff}.contact{padding:8rem 1.5rem;transition:background-color .3s ease}.light-mode .contact{background-color:#fff}.dark-mode .contact{background-color:#213555}.contact-container{max-width:48rem;margin:0 auto;text-align:center}.contact-form{margin-top:3rem;text-align:left;display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-input,.form-textarea{width:100%;padding:1rem 1.5rem;border:1px solid;border-radius:1rem;transition:all .3s ease;font-family:inherit;font-size:1rem;box-sizing:border-box}.light-mode .form-input,.light-mode .form-textarea{border-color:#e5e7eb;background-color:#fff;color:#213555}.dark-mode .form-input,.dark-mode .form-textarea{border-color:#3e5879;background-color:#2c4766;color:#fff}.form-input:focus,.form-textarea:focus{outline:none}.light-mode .form-input:focus,.light-mode .form-textarea:focus{border-color:#3e5879}.dark-mode .form-input:focus,.dark-mode .form-textarea:focus{border-color:#fff}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-textarea{resize:none}.form-submit{text-align:center}.submit-button{padding:1rem 3rem;color:#fff;transition:all .3s ease;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;border-radius:9999px;cursor:pointer;border:none;box-shadow:0 4px 6px #0000001a}.light-mode .submit-button{background-color:#213555}.dark-mode .submit-button{background-color:#fff;color:#213555}.light-mode .submit-button:hover{background-color:#3e5879}.dark-mode .submit-button:hover{background-color:#d1d5db}html,body{margin:0;padding:0;height:100%;transition:background-color .3s ease}body{background-color:transparent}.projects{padding:8rem 1.5rem;transition:background-color .3s ease}.light-mode .projects{background-color:#f9fafb}.dark-mode .projects{background-color:#1a2942}.projects-container{max-width:72rem;margin:0 auto}.projects-grid{display:grid;gap:2rem}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{padding:2rem;border-radius:1.5rem;transition:all .3s ease;cursor:pointer}.light-mode .project-card{background-color:#fff}.dark-mode .project-card{background-color:#2c4766}.project-card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-2px)}.project-image{aspect-ratio:16 / 9;margin-bottom:1.5rem;border-radius:1rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s ease}.light-mode .project-image{background-color:#e5e7eb;color:#3e5879}.dark-mode .project-image{background-color:#1a2942;color:#d1d5db}.placeholder-icon{font-size:3rem;font-weight:700;opacity:.5;text-transform:uppercase;transition:transform .5s ease}.project-image img,.placeholder-icon{transition:transform .5s ease}.project-card:hover .project-image img,.project-card:hover .placeholder-icon{transform:scale(1.1)}.project-title{font-size:1.25rem;font-weight:300;margin-bottom:.75rem;letter-spacing:.025em;transition:color .3s ease}.light-mode .project-title{color:#213555}.dark-mode .project-title{color:#fff}.project-description{font-size:.875rem;margin-bottom:1rem;line-height:1.75}.light-mode .project-description{color:#3e5879}.dark-mode .project-description{color:#d1d5db}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{font-size:.75rem;padding:.25rem .75rem;letter-spacing:.05em;border-radius:9999px}.light-mode .tag{background-color:#f3f4f6;color:#3e5879}.dark-mode .tag{background-color:#1a2942;color:#d1d5db}.project-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;background:none;border:none;cursor:pointer;padding:0;transition:gap .3s ease;text-decoration:none;position:relative}.project-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;transition:width .5s ease-in-out}.project-card:hover .project-link:after{width:100%}.light-mode .project-link:after{background-color:#3e5879}.dark-mode .project-link:after{background-color:#d1d5db}.light-mode .project-link{color:#3e5879}.dark-mode .project-link{color:#d1d5db}.project-card:hover .project-link{gap:.75rem}
