:root{font-family:Inter,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}*{margin:0;padding:0;box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}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}}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;background:#242424f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.nav{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:1rem;padding:.5rem 0;transition:color .3s}.nav-link:hover{color:#646cff}main{flex:1}.hero{min-height:40vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.hero-content{max-width:800px}.hero-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem;background:linear-gradient(to right,#646cff,#747bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.5rem,3vw,2rem);color:#ffffffe6;margin-bottom:1rem}.hero-description{font-size:1.25rem;color:#fff9;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:#646cff;color:#fff}.btn-primary:hover{background:#535bf2;transform:translateY(-2px)}.btn-secondary{background:transparent;border:2px solid #646cff;color:#646cff}.btn-secondary:hover{background:#646cff;color:#fff;transform:translateY(-2px)}.section{padding:5rem 2rem}.section-alt{background:#ffffff05}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#fff}.about-content{max-width:800px;margin:0 auto}.about-text{font-size:1.125rem;line-height:1.8;color:#ffffffb3;margin-bottom:1.5rem;text-align:justify}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0;overflow:hidden;transition:all .3s}.project-card:hover{transform:translateY(-5px);border-color:#646cff;box-shadow:0 10px 30px #646cff33}.project-image-container{width:100%;height:200px;overflow:hidden;background:#0003;display:flex;align-items:center;justify-content:center}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.project-card:hover .project-image{transform:scale(1.05)}.project-title{font-size:1.5rem;margin-bottom:1rem;color:#fff;padding:1.5rem 2rem 0}.project-description{color:#ffffffb3;line-height:1.6;margin-bottom:1rem;padding:0 2rem;font-weight:500}.project-details{color:#fff9;line-height:1.6;margin-bottom:1.5rem;padding:0 2rem;font-size:.95rem;text-align:justify}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding:0 2rem}.tech-tag{background:#646cff33;color:#646cff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem}.project-button{margin:0 2rem 2rem;padding:.75rem 2rem;background:#646cff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;width:calc(100% - 4rem)}.project-button:hover{background:#535bf2;transform:translateY(-2px)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.skill-category{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem}.skill-category-title{font-size:1.25rem;margin-bottom:1rem;color:#646cff}.skill-list{display:flex;flex-direction:column;gap:.75rem}.skill-item{color:#ffffffb3;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.contact-content{max-width:600px;margin:0 auto;text-align:center}.contact-intro{font-size:1.25rem;color:#ffffffb3;margin-bottom:3rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-item{padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s}.contact-item:hover{border-color:#646cff}.contact-item h3{color:#fff;margin-bottom:.5rem}.contact-item a{color:#646cff;text-decoration:none;font-size:1.125rem}.contact-item a:hover{text-decoration:underline}.footer{background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);padding:2rem;text-align:center}.footer p{color:#ffffff80;margin:0}@media(prefers-color-scheme:light){.app{color:#213547;background-color:#fff}.header{background:#fffffff2;border-bottom:1px solid rgba(0,0,0,.1)}.logo{color:#213547}.nav-link{color:#0009}.nav-link:hover{color:#646cff}.hero-title{background:linear-gradient(to right,#646cff,#747bff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{color:#213547}.hero-description{color:#0009}.section-title{color:#213547}.section-alt{background:#00000005}.about-text,.contact-intro{color:#000000b3}.project-card,.skill-category,.contact-item{background:#00000005;border:1px solid rgba(0,0,0,.1)}.project-image-container{background:#0000000d}.project-title,.contact-item h3{color:#213547}.project-description{color:#000000b3}.project-details{color:#0009}.skill-item{color:#000000b3;border-bottom:1px solid rgba(0,0,0,.05)}.footer{background:#00000005;border-top:1px solid rgba(0,0,0,.1)}.footer p{color:#00000080}}@media(max-width:768px){.header-content{padding:0 1rem;flex-direction:column;gap:1rem}.nav{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.875rem;padding:.25rem 0}.hero{min-height:60vh;padding:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.section{padding:3rem 1rem}.section-title{font-size:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-image-container{height:180px}.project-title{font-size:1.25rem;padding:1rem 1.5rem 0}.project-description,.project-details,.project-technologies{padding:0 1.5rem}.project-button{margin:0 1.5rem 1.5rem;width:calc(100% - 3rem)}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skill-category{padding:1.5rem}.contact-methods{gap:1.5rem}.contact-item{padding:1.25rem}.about-text{font-size:1rem}}@media(max-width:480px){.header-content{padding:0 .5rem}.logo{font-size:1.25rem}.nav{gap:.5rem}.nav-link{font-size:.8rem}.hero{padding:.5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.95rem}.btn{padding:.6rem 1.5rem;font-size:.9rem}.section{padding:2rem .75rem}.section-title{font-size:1.75rem;margin-bottom:2rem}.project-title{font-size:1.15rem;padding:1rem 1rem 0}.project-description,.project-details{padding:0 1rem;font-size:.9rem}.project-technologies{padding:0 1rem}.project-button{margin:0 1rem 1rem;width:calc(100% - 2rem);padding:.65rem 1.5rem;font-size:.9rem}.skill-category{padding:1.25rem}.skill-category-title{font-size:1.1rem}.skill-item{font-size:.9rem}.contact-intro{font-size:1.1rem}.contact-item{padding:1rem}.contact-item h3{font-size:1.1rem}.contact-item a{font-size:1rem}}
