body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;background:#1a1a1a;color:#e5e5e5;line-height:1.6;min-height:100vh}#root{min-height:100vh;display:flex;justify-content:center}.container{max-width:800px;width:100%;margin:0 auto;padding:4rem 2rem}.header{margin-bottom:4rem}.header h1{font-size:2rem;font-weight:600;color:#fff;margin-bottom:1rem}.header h1 .highlight{color:#fbbf24}.header p{font-size:1.125rem;color:#9ca3af;line-height:1.7;margin-bottom:.75rem}.header a{color:#60a5fa;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.header a:hover{border-bottom-color:#60a5fa}.section{margin-bottom:4rem}.section h2{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.section p{color:#d1d5db;line-height:1.8;margin-bottom:1rem}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.skill-tag{padding:.5rem 1rem;background:#262626;border:1px solid #404040;border-radius:6px;color:#e5e5e5;font-size:.9rem;transition:all .2s}.skill-tag:hover{background:#2d2d2d;border-color:#525252}.projects-list{display:flex;flex-direction:column;gap:2rem}.project-card{padding:1.5rem;background:#262626;border:1px solid #404040;border-radius:8px;transition:all .2s}.project-card:hover{border-color:#525252;background:#2d2d2d}.project-card h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem}.project-card p{color:#9ca3af;margin-bottom:1rem;line-height:1.7}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{padding:.25rem .75rem;background:#1a1a1a;border:1px solid #404040;border-radius:4px;color:#a3a3a3;font-size:.8rem}.footer{margin-top:6rem;padding-top:2rem;border-top:1px solid #404040;text-align:center;color:#737373;font-size:.9rem}@media(max-width:768px){.container{padding:2rem 1.5rem}.header h1{font-size:1.75rem}.header p{font-size:1rem}}
