@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}:root{--primary-color: #2f575d;--secondary-color: #99aead;--accent-color: #658b6f;--light-color: #dee5dd;--medium-light-color: #c4cdc1;--medium-dark-color: #6d9197;--dark-color: #28363d;--text-color: #28363d;--bg-color: #dee5dd;--dark-bg-color: #28363d;--section-padding: 80px 1.5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Helvetica Neue,sans-serif;color:var(--text-color);background-color:var(--bg-color);line-height:1.6}#root{width:100%;min-height:100vh}.app-container{display:flex;flex-direction:column;min-height:100vh}header{background-color:#dee5ddf2;box-shadow:0 2px 10px #28363d1a;position:sticky;top:0;z-index:1000;padding:1rem 0}.navbar{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.logo{font-size:1.8rem;font-weight:700;color:var(--primary-color)}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links li{cursor:pointer;font-weight:500;position:relative;transition:color .3s}.nav-links li:hover,.nav-links li.active{color:var(--medium-dark-color)}.nav-links li:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:var(--medium-dark-color);transition:width .3s ease}.nav-links li:hover:after,.nav-links li.active:after{width:100%}.loader{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%}.spinner{width:50px;height:50px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:var(--primary-color);animation:spin 1s ease-in-out infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.app-container.loading{opacity:0}.app-container.loaded{opacity:1;transition:opacity .5s ease-in}main{flex:1}section{padding:var(--section-padding);max-width:1200px;margin:0 auto}.section-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;position:relative;padding-bottom:1rem}h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:3px;background:var(--primary-color)}.hero-section{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px);background:linear-gradient(135deg,#dee5dd,#6d9197);text-align:center;padding:0;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#dee5dde6,#6d9197cc);z-index:1}.hero-section .section-container{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;width:100%}.hero-content{max-width:800px;margin:0 auto;padding:2rem}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;animation:fadeIn 1s ease-in;text-align:center;width:100%}.highlight{color:var(--primary-color)}.hero-content h2{font-size:2rem;margin-bottom:2rem;font-weight:400;padding-bottom:0;animation:fadeIn 1s ease-in .3s forwards;opacity:0;text-align:center;width:100%}.hero-content h2:after{display:none}.hero-content p{font-size:1.2rem;margin-bottom:2rem;animation:fadeIn 1s ease-in .6s forwards;opacity:0;text-align:center;width:100%;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;animation:fadeIn 1s ease-in .9s forwards;opacity:0;justify-content:center;width:100%}.cta-button{border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s}.primary-btn{background-color:var(--medium-dark-color);color:#fff}.primary-btn:hover{background-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 10px 20px #2f575d4d}.secondary-btn{background-color:transparent;color:var(--medium-dark-color);border:2px solid var(--medium-dark-color)}.secondary-btn:hover{background-color:#99aead33;color:var(--primary-color);border-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 5px 15px #2f575d33}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-section{background-color:var(--light-color)}.about-content{display:flex;justify-content:space-between;gap:2rem;align-items:center}.about-text{max-width:800px;margin:0 auto}.about-text p{font-size:1.1rem;margin-bottom:1.5rem}.education-section{margin-top:2rem}.education-section h3{font-size:1.6rem;margin-bottom:1.5rem;color:var(--primary-color);position:relative;display:inline-block}.education-section h3:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background-color:var(--primary-color)}.education-item{margin-bottom:1.5rem;padding-left:1rem;border-left:3px solid var(--primary-color)}.education-header{display:flex;align-items:center;margin-bottom:.5rem}.education-logo{width:40px;height:40px;object-fit:contain;margin-right:1rem;border-radius:4px}.education-item h4{font-size:1.2rem;margin-bottom:0;color:var(--text-color)}.education-item p{margin-bottom:.3rem}.education-period{font-style:italic;color:#666;font-size:.9rem}.experience-section{background-color:var(--bg-color)}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:after{content:"";position:absolute;width:2px;background-color:var(--primary-color);top:0;bottom:0;left:50%;margin-left:-1px}.timeline-item{padding:10px 40px;position:relative;width:50%;box-sizing:border-box;animation:fadeIn 1s}.timeline-item:nth-child(odd){left:0}.timeline-item:nth-child(2n){left:50%}.timeline-date{position:absolute;width:120px;padding:8px 0;top:20px;text-align:center;background-color:var(--medium-dark-color);color:#fff;border-radius:4px}.timeline-item:nth-child(odd) .timeline-date{right:-150px}.timeline-item:nth-child(2n) .timeline-date{left:-150px}.timeline-content{padding:25px;background-color:var(--light-color);position:relative;border-radius:6px;box-shadow:0 5px 15px #28363d1a}.timeline-content h3{margin:0 0 8px;color:var(--primary-color);font-size:1.3rem}.timeline-content h4{margin:0 0 12px;color:#666;font-weight:500;font-style:italic}.timeline-content p{font-size:.95rem;line-height:1.6;margin-top:15px;color:var(--text-color)}.experience-highlights{padding-left:1.25rem;margin-top:15px;margin-bottom:0;list-style-type:disc}.experience-highlights li{font-size:.9rem;line-height:1.6;margin-bottom:.75rem;color:var(--text-color);position:relative}.experience-highlights li::marker{color:var(--medium-dark-color)}.skills-section{background-color:var(--light-color)}.skills-container{display:flex;flex-direction:column;gap:3rem}.skill-category h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--primary-color)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.skill-item{margin-bottom:1rem}.skill-name{font-weight:500;margin-bottom:.5rem}.skill-bar{height:10px;background-color:var(--medium-light-color);border-radius:5px;overflow:hidden}.skill-level{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--medium-dark-color),var(--secondary-color));border-radius:5px;transition:width 1s ease-in-out}.projects-section{background-color:var(--bg-color)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:0 .5rem}.project-card{background-color:var(--light-color);border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #28363d1a;transition:transform .3s,box-shadow .3s}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #2f575d33;border-bottom:3px solid var(--secondary-color)}.project-image{height:200px;background-color:var(--medium-light-color);background-size:cover;background-position:center}.project-card h3{font-size:1.3rem;margin:1.5rem 1.5rem .5rem}.project-card p{margin:0 1.5rem 1rem;color:#666}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 1.5rem 1.5rem}.tech-tag{background-color:#99aead33;color:var(--medium-dark-color);font-size:.8rem;padding:.25rem .5rem;border-radius:30px;font-weight:500}.project-links{display:flex;justify-content:space-between;padding:0 1.5rem 1.5rem;flex-wrap:wrap;gap:.5rem}.project-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .3s;margin-right:10px}.project-link:hover{color:var(--accent-color)}.multiple-source-links{display:flex;flex-wrap:wrap;gap:10px;width:100%;margin-top:.5rem}.contact-section{background-color:var(--light-color)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem;padding:0 .5rem}.form-status{padding:1rem;border-radius:4px;margin-bottom:1rem;font-weight:500}.form-status.success{background-color:#4bb5431a;color:#4bb543;border:1px solid #4bb543}.form-status.error{background-color:#ff00001a;color:#f33;border:1px solid #ff3333}.form-status.warning{background-color:#ffa5001a;color:#f90;border:1px solid #ff9900}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--medium-dark-color);outline:none;box-shadow:0 0 0 2px #6d919733}.submit-btn{background-color:var(--medium-dark-color);color:#fff;border:none;padding:1rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s;margin-top:1rem}.submit-btn:hover{background-color:var(--primary-color)}.submit-btn:disabled{background-color:var(--secondary-color);cursor:not-allowed}.contact-info{display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.contact-item{display:flex;gap:1rem;align-items:center}.icon{font-size:1.5rem;color:var(--primary-color)}footer{background-color:var(--dark-bg-color);color:#fff;padding:1rem 0}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;font-size:.9rem}.social-links{display:flex;gap:1.2rem}.social-links a{color:#fff;font-size:1.2rem;transition:color .3s}.social-links a:hover{color:var(--secondary-color)}.social-icons{display:flex;gap:1.5rem;align-items:center}.social-icons a{display:flex;justify-content:center;align-items:center;font-size:1.5rem;color:var(--secondary-color);transition:transform .3s ease,color .3s ease}.social-icons a:hover{transform:translateY(-3px);color:var(--medium-dark-color);color:var(--secondary-color)}.contact-link{color:var(--text-color);text-decoration:none;transition:color .3s ease}.contact-link:hover{color:var(--primary-color);text-decoration:underline}@media (max-width: 768px){:root{--section-padding: 60px 1.25rem}.section-container{padding-left:1.25rem;padding-right:1.25rem}.navbar{flex-direction:column;gap:1rem;padding:0 1.25rem}.nav-links{flex-wrap:wrap;justify-content:center;gap:1rem}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}.hero-content{padding:1.5rem}.timeline:after{left:31px}.timeline-item{width:100%;padding-left:70px;padding-right:25px;margin-bottom:30px}.timeline-item:nth-child(2n){left:0}.timeline-content{padding:20px 15px 20px 20px}.timeline-content h3{font-size:1.2rem}.timeline-content p{font-size:.9rem}.experience-highlights{padding-left:1rem}.experience-highlights li{font-size:.85rem;margin-bottom:.8rem}.timeline-date{width:auto;position:relative;top:auto;left:auto!important;right:auto!important;margin-bottom:10px;display:inline-block;font-size:.9rem;padding:6px 12px}.projects-grid{grid-template-columns:1fr;padding:0 1rem}.project-card{margin:0 .5rem}.contact-form{padding:0 1rem}.footer-content{padding:0 1.25rem;flex-direction:column;gap:1rem}@media (max-width: 480px){:root{--section-padding: 50px 1.5rem}.section-container{padding-left:1.5rem;padding-right:1.5rem}.hero-content{padding:1rem}.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.3rem;margin-bottom:1.5rem}.hero-content p{font-size:1rem;margin-bottom:1.5rem;padding:0 .5rem}.hero-buttons{flex-direction:column;width:100%;padding:0;gap:.8rem}.cta-button{width:100%;padding:.8rem 1.5rem}}.contact-content{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:1rem;text-align:center}}
