:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;font-family:Inter,sans-serif}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}header{width:100%;background-color:#1f2937;color:#fff;padding:1rem 0}header h1{margin:0;font-size:1.5rem;font-weight:600}.header-left{display:flex;align-items:center;gap:.75rem}.header-profile-pic{width:50px;height:50px;border-radius:50%;object-fit:cover}header .container{display:flex;justify-content:space-between;align-items:center}header nav{display:flex;gap:1.5rem}header nav a{position:relative;color:#fff;text-decoration:none;font-weight:500;padding:.25rem 0;transition:color .2s ease}header nav a:after{content:"";position:absolute;left:0;bottom:-3px;width:0%;height:2px;background-color:#3b82f6;transition:width .3s ease}header nav a:hover:after{width:100%}header nav a.active{color:#3b82f6}header nav a.active:after{width:100%}footer{width:100%;background-color:#1f2937;color:#fff;padding:2rem 0}footer .container{display:flex;justify-content:center;text-align:center}.full-width-section{width:100%;padding:4rem 2rem}.section-light{background-color:#f5f5f5}.section-dark{background-color:#1f2937;color:#fff}.project-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease}.project-card h2,.project-card p{margin-bottom:.5rem}.project-links a{margin-right:1rem;color:#3b82f6;text-decoration:none}.project-links a:hover{text-decoration:underline}.contact-container{max-width:600px}.contact-form label{display:block;margin-bottom:.4rem;font-weight:500}.contact-input,.contact-select,.contact-textarea{width:100%;padding:.6rem;margin-bottom:1.1rem;border-radius:6px;border:1px solid #ccc;font-size:.95rem}.contact-input:focus,.contact-select:focus,.contact-textarea:focus{outline:none;border-color:#3b82f6}.contact-textarea{resize:vertical}.contact-submit{width:100%;padding:.8rem;background-color:#3b82f6;color:#fff;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.contact-submit:hover{background-color:#2563eb}.contact-status{margin-top:1rem;font-weight:500}.contact-status.error{color:#dc2626}.contact-status.success{color:#16a34a}.contact-status.loading{color:#374151}.project-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-4px)}.project-image-wrapper{width:100%;aspect-ratio:1 / 1;overflow:hidden;background-color:#e5e7eb}.project-image{width:100%;height:100%;object-fit:cover}.project-card-content{padding:1.25rem}.project-card-content h2{margin-bottom:.5rem}.project-tech{font-size:.9rem;color:#555}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;width:100%}@media(max-width:1024px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.cards-grid{grid-template-columns:1fr}}
