: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;padding:0;min-width:320px;min-height:100vh;display:block}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}}html,body{margin:0;padding:0;width:100vw;min-height:100vh;background:#f3f4f6;overflow-x:hidden;font-family:Inter,Arial,sans-serif;color:#18181b;transition:background .3s,color .3s}.dark{background:#18181b;color:#f4f4f5}:not(.dark){background:#f4f4f5;color:#18181b}.header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;background:transparent}.logo-area{display:flex;align-items:center;gap:1rem}.logo{height:3rem;transition:transform .2s}.logo:hover{transform:scale(1.1) rotate(-8deg)}nav{display:flex;align-items:center;gap:1.5rem}nav a{color:inherit;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .2s}nav a:hover{color:#6366f1}.dark-toggle{background:none;border:none;font-size:1.5rem;cursor:pointer;margin-left:1rem}main{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.card-section{background:#24252ef2;border-radius:1.2rem;box-shadow:0 4px 32px #0002;margin-bottom:2.5rem;padding:2.5rem 2rem;animation:fadeIn 1s}:not(.dark) .card-section{background:#fff;box-shadow:0 4px 32px #0001}.skills-list{display:flex;flex-wrap:wrap;gap:1.2rem;list-style:none;padding:0;margin:1.5rem 0 0;font-size:1.1rem}.projects{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.project-card{background:#232336;border-radius:1rem;padding:1.5rem 1.2rem;min-width:220px;flex:1 1 220px;box-shadow:0 2px 16px #0002;transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 6px 32px #0003}.project-card h3{margin-top:0}.project-card a{display:inline-block;margin-top:.7rem;color:#6366f1;text-decoration:none;font-weight:600}.project-card a:hover{text-decoration:underline}.contact-btn{display:inline-block;margin-top:1.2rem;padding:.7rem 1.5rem;background:#6366f1;color:#fff;border-radius:2rem;font-weight:600;font-size:1.1rem;text-decoration:none;transition:background .2s}.contact-btn:hover{background:#4f46e5}footer{text-align:center;padding:2rem 0 1rem;font-size:1rem;color:#a1a1aa}@media (max-width: 700px){.header{flex-direction:column;gap:1rem;padding:1.2rem .5rem .5rem}main{padding:1rem .2rem 2rem}.card-section{padding:1.2rem .7rem}.projects{flex-direction:column;gap:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.fade-in{animation:fadeIn 1s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:none}}.slide-in-left{animation:slideInLeft 1s}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:none}}.slide-in-right{animation:slideInRight 1s}.carousel{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2rem}.carousel-btn{background:#232336;color:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1.5rem;cursor:pointer;transition:background .2s}.carousel-btn:hover{background:#6366f1}.carousel-content{display:flex;flex-direction:column;align-items:center;min-width:220px}.carousel-img{width:220px;height:140px;object-fit:cover;border-radius:1rem;box-shadow:0 2px 16px #0002;margin-bottom:.7rem}.cv-btn{display:inline-block;margin-top:1.2rem;margin-left:1rem;padding:.7rem 1.5rem;background:#232336;color:#fff;border-radius:2rem;font-weight:600;font-size:1.1rem;text-decoration:none;transition:background .2s}.cv-btn:hover{background:#6366f1}
