@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.header{position:sticky;top:0;left:0;right:0;z-index:1000;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #f0f0f0;transition:border-color .2s ease}.header-scrolled{border-bottom-color:#e0e0e0}.header-container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.header-left{flex:1}.logo{font-size:1.125rem;font-weight:500;color:#1a1a1a;text-decoration:none;letter-spacing:-.02em}.header-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:1.5rem}.nav-desktop{display:flex;gap:2.5rem;position:absolute;left:50%;transform:translate(-50%)}.nav-link{color:#6a6a6a;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s ease;position:relative}.nav-link:hover,.nav-link.active{color:#1a1a1a}.nav-link:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:1px;background:#1a1a1a;transition:width .2s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.social-icons{display:flex;gap:1rem;align-items:center}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#6a6a6a;text-decoration:none;border-radius:50%;transition:all .2s ease;outline:none}.social-icon:hover{color:#1a1a1a;background-color:#f8f8f8}.social-icon:focus{outline:none;box-shadow:none}.social-icon:active{background-color:transparent}.social-icons-mobile{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.social-icon-mobile{display:flex;align-items:center;gap:.75rem;color:#6a6a6a;text-decoration:none;font-size:.9rem;font-weight:400;padding:1rem 0;border-bottom:1px solid #f8f8f8;transition:color .2s ease}.social-icon-mobile:last-child{border-bottom:none}.social-icon-mobile:hover{color:#1a1a1a}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#1a1a1a;padding:.5rem}.nav-mobile{display:none;position:absolute;top:100%;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #f0f0f0;padding:2rem}.nav-link-mobile{display:block;color:#6a6a6a;text-decoration:none;font-size:.9rem;font-weight:400;padding:1rem 0;border-bottom:1px solid #f8f8f8;transition:color .2s ease}.nav-link-mobile:last-child{border-bottom:none}.nav-link-mobile:hover{color:#1a1a1a}@media (max-width: 768px){.header-container{padding:1.25rem 1.5rem}.nav-desktop,.social-icons{display:none}.mobile-menu-btn,.nav-mobile{display:block}}@media (max-width: 480px){.header-container{padding:1rem}}.footer{background:#fff;border-top:1px solid #f0f0f0;padding:2rem 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{text-align:center}.footer-content p{margin:0;color:#8a8a8a;font-size:.9rem;font-weight:400}@media (max-width: 768px){.footer-container{padding:0 1.5rem}.footer-content p{font-size:.85rem}}@media (max-width: 480px){.footer-container{padding:0 1rem}}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;padding:2rem 0}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.hero-content{max-width:600px}.hero-greeting{margin-bottom:.5rem}.greeting-text{font-size:1rem;color:#6a6a6a;font-weight:400}.hero-name{font-size:3.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;line-height:1.1;letter-spacing:-.02em}.hero-title{font-size:1.5rem;font-weight:400;color:#4a4a4a;margin-bottom:1.5rem;line-height:1.3}.hero-description{font-size:1.125rem;line-height:1.6;color:#6a6a6a;margin-bottom:2.5rem;max-width:500px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#a0a0a0}.scroll-arrow{cursor:pointer;transition:color .2s ease}.scroll-arrow:hover{color:#6a6a6a}@media (max-width: 768px){.hero{min-height:70vh;padding:1rem 0}.hero-container{padding:0 1.5rem}.hero-name{font-size:2.5rem}.hero-title{font-size:1.25rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .btn{width:100%;max-width:200px;justify-content:center}}@media (max-width: 480px){.hero-container{padding:0 1rem}.hero-name{font-size:2rem}.hero-title{font-size:1.125rem}}.section{padding:5rem 0}@media (max-width: 768px){.section{padding:3rem 0}.container{padding:0 1rem}}.about{background:#fff}.about-content{max-width:none}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.about-text{max-width:none}.about-paragraph{font-size:1.125rem;line-height:1.7;color:#4a4a4a;margin-bottom:1.5rem}.about-paragraph:last-child{margin-bottom:0}.about-skills{position:sticky;top:2rem}.skills-title{font-size:1.125rem;font-weight:500;color:#1a1a1a;margin-bottom:1.5rem;letter-spacing:-.01em}.skills-list{display:flex;flex-direction:column;gap:.75rem}.skill-tag{display:inline-block;font-size:.9rem;color:#6a6a6a;padding:.5rem 0;border-bottom:1px solid #f8f8f8;transition:color .2s ease}.skill-tag:hover{color:#1a1a1a}@media (max-width: 768px){.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-skills{position:static}.skills-list{flex-direction:row;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#f8f8f8;padding:.5rem 1rem;border-radius:20px;border-bottom:none;font-size:.85rem}.about-paragraph{font-size:1rem}}.projects{background:#fff}.projects-content{max-width:none}.projects-list{display:flex;flex-direction:column;gap:3rem}.project-item{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start;padding:2rem 0;border-bottom:1px solid #f8f8f8;transition:all .2s ease}.project-item:last-child{border-bottom:none}.project-item:hover{transform:translateY(-2px)}.project-content{max-width:none}.project-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.project-title{font-size:1.5rem;font-weight:500;color:#1a1a1a;letter-spacing:-.01em}.featured-badge{background:#59c88d;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:400;text-transform:uppercase;letter-spacing:.05em}.project-description{color:#6a6a6a;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.project-technologies{display:flex;gap:1rem;flex-wrap:wrap}.tech-item{color:#8a8a8a;font-size:.85rem;font-weight:400}.project-links{display:flex;gap:1rem;align-items:flex-start}.project-link{color:#6a6a6a;padding:.5rem;border:1px solid #f0f0f0;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.project-link:hover{color:#1a1a1a;border-color:#e0e0e0;background:#f8f8f8}@media (max-width: 768px){.projects-list{gap:2rem}.project-item{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 0}.project-header{flex-direction:column;align-items:flex-start;gap:.5rem}.project-title{font-size:1.25rem}.project-technologies{gap:.75rem}.project-links{justify-content:flex-start}}@media (max-width: 480px){.project-item{padding:1rem 0}.project-technologies{flex-direction:column;gap:.5rem}.tech-item{font-size:.8rem}}.contact{background:#f8f9fa}.contact-header{text-align:center;margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:50px;height:50px;background:#3498db;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-details h3{font-size:1.1rem;margin-bottom:.25rem;color:#2c3e50}.contact-details p{color:#666;font-size:1rem}.social-links h3{font-size:1.1rem;margin-bottom:1rem;color:#2c3e50}.social-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.social-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;color:#3498db;text-decoration:none;border-radius:10px;font-weight:500;border:2px solid #e8f4ff;transition:all .3s ease}.social-link:hover{background:#3498db;color:#fff;border-color:#3498db}.contact-form-container{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;height:fit-content}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e1e8ed;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3498db}.form-group textarea{min-height:120px}.submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%}.success-message{text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.success-message svg{color:#2ecc71}.success-message h3{font-size:1.5rem;color:#2c3e50;margin:0}.success-message p{color:#666;margin:0}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.social-grid{grid-template-columns:1fr}.contact-form-container{padding:1.5rem}.contact-item{flex-direction:column;text-align:center}.contact-icon{align-self:center}}@media (max-width: 480px){.contact-form-container{padding:1rem}.form-group input,.form-group textarea{padding:.75rem}.submit-btn{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#1a1a1a;background-color:#fff;font-weight:400}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:0}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.3;color:#1a1a1a;letter-spacing:-.01em}h1{font-size:2.5rem;font-weight:600}h2{font-size:2rem;font-weight:500}h3{font-size:1.5rem;font-weight:500}p{line-height:1.7;color:#4a4a4a;font-size:1rem}a{color:#1a1a1a;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.7}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0;border-bottom:1px solid #f0f0f0}.section:last-child{border-bottom:none}.section-title{font-size:1.5rem;font-weight:500;margin-bottom:2rem;color:#1a1a1a;letter-spacing:-.02em}.section-subtitle{font-size:1rem;color:#6a6a6a;margin-bottom:3rem;max-width:600px;line-height:1.6}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:1px solid #e0e0e0;color:#1a1a1a;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .2s ease;cursor:pointer;font-family:inherit}.btn:hover{background:#f8f8f8;border-color:#d0d0d0;opacity:1}.btn-primary{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.btn-primary:hover{background:#2a2a2a;border-color:#2a2a2a}.card{background:#fff;border:1px solid #f0f0f0;transition:border-color .2s ease}.card:hover{border-color:#e0e0e0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease-out}button:focus,a:focus,input:focus,textarea:focus{outline:2px solid #1a1a1a;outline-offset:2px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f8f8f8}::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#b0b0b0}@media (max-width: 768px){html{font-size:15px}.section{padding:3rem 0}.container{padding:0 1.5rem}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}@media (max-width: 480px){.container{padding:0 1rem}h1{font-size:1.75rem}h2{font-size:1.5rem}}
