: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}*{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}#root{width:100%}h1,h2,h3{line-height:1.2}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}.header{display:flex;align-items:center;justify-content:center;gap:5rem;padding:3rem 1rem;background:#457da8;color:#fff;border-radius:0 0 20px 20px;margin-bottom:2rem}.name-block{text-align:center}.header img{border-radius:10px;width:auto;height:150px}.name{font-size:3rem;margin:0;font-weight:700}.title{font-size:1.25rem;margin-top:.5rem}.bio{max-width:800px;margin:0 auto 2rem;padding:2rem;background:#f8f9fa;border-radius:12px;box-shadow:0 2px 10px #0000001a}.bio h2{color:#333;margin-bottom:1rem;font-size:1.75rem}.bio p{color:#555;line-height:1.8;margin-bottom:1rem}.bio p:last-child{margin-bottom:0}@media(prefers-color-scheme:dark){.bio{background:#2d2d2d}.bio h2{color:#f8f9fa}.bio p{color:#ccc}}.projects{max-width:1200px;margin:0 auto 2rem;padding:1rem}.projects h2{text-align:center;margin-bottom:2rem;font-size:1.75rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.project-card{border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;transition:transform .2s,box-shadow .2s}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.project-card h3{color:#667eea;margin:0 0 .75rem;font-size:1.25rem}.project-card p{color:#555;line-height:1.6;margin-bottom:1rem}.technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#3770b1;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem}@media(prefers-color-scheme:dark){.projects h2{color:#f8f9fa}.project-card{background:#2d2d2d}.project-card h3{color:#7b94fb}.project-card p{color:#ccc}}.app{width:100%}main{padding:0 1rem}@media(min-width:768px){main{padding:0 2rem}}
