: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{width:100%;min-height:100vh}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;align-items:flex-start}.app{max-width:1400px;width:100%;margin:0 auto;padding:2rem;text-align:center}.header{margin-bottom:3rem;padding:2rem 0}.header h1{font-size:3.5rem;color:#232f3e;margin-bottom:.5rem}.header h2{font-size:2rem;color:#f90;margin-bottom:1rem}.main h2{font-size:2.5rem;margin-bottom:2rem;color:#232f3e}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;width:100%}.project{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 30px #0000001f;transition:transform .3s ease}.project:hover{transform:translateY(-10px)}.project h3{font-size:1.6rem;margin-bottom:1rem;color:#232f3e}.project p{margin-bottom:1.5rem;color:#555;font-size:1.1rem}.project a{display:inline-block;background:#f90;color:#fff;padding:.8rem 1.8rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem}.project a:hover{background:#e68900}footer{margin-top:5rem;padding:2rem;color:#666;font-size:1rem;width:100%}
