: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}}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background-color:#121212;color:#f0f0f0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}#root{width:100%;min-height:100vh;padding:2rem}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.navbar{position:sticky;top:0;width:100%;background-color:#222;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000}.navbar-logo a{text-decoration:none;color:#61dafb;font-size:1.5rem;font-weight:700}.navbar-links{list-style:none;display:flex;gap:1.5rem}.nav-link{text-decoration:none;color:#61dafb;font-weight:700;transition:color .3s ease}.nav-link:hover{color:#21a1f1}.cta-button,.link-button{display:inline-block;padding:.8rem 1.6rem;background-color:#61dafb;color:#121212;border-radius:8px;font-weight:700;text-decoration:none;margin-top:1rem;transition:background-color .3s ease}.cta-button:hover,.link-button:hover{background-color:#21a1f1}.projects-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.projects-grid{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.project-card{background-color:#1e1e1e;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000080}.project-image{width:100%;height:auto;border-radius:8px;margin-bottom:1rem}.project-details h3{margin-bottom:1rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.tech-tag{background-color:#61dafb;color:#222;padding:.3rem .6rem;border-radius:12px;font-size:.8rem;font-weight:700}.footer{margin-top:4rem;text-align:center;font-size:.9rem;color:#666}.home-hero{text-align:center;padding:6rem 1rem 4rem;background:radial-gradient(circle at top,#1f1f1f,#121212);border-radius:16px;box-shadow:0 6px 20px #0006}.home-hero h1{font-size:3rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#61dafb}.hero-subtitle{font-size:1.3rem;margin:1.2rem auto 2rem;max-width:600px;color:#ccc}.cta-button,.link-button{display:inline-block;padding:.8rem 1.6rem;background-color:#ffb400;color:#121212;border-radius:8px;font-weight:700;text-decoration:none;margin-top:1rem;transition:all .3s ease;box-shadow:0 3px 8px #0000004d}.cta-button:hover,.link-button:hover{background-color:#f7a200;transform:scale(1.05)}.tech-stack-preview{text-align:center;margin:4rem 0 3rem}.tech-stack-preview h2{font-size:2rem;color:#00e0ff;font-family:Space Grotesk,sans-serif;margin-bottom:1rem}.tech-icons{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:1rem}.tech-icons img{width:60px;height:auto;max-width:100%;object-fit:contain;filter:grayscale(100%);transition:all .3s ease}.tech-icons img:hover{filter:grayscale(0%);transform:scale(1.1)}.about-preview,.highlight-project,.connect-section{background-color:#1e1e1e;padding:2rem;border-radius:16px;margin:2.5rem 0;box-shadow:0 4px 16px #0006;transition:transform .3s ease}.about-preview:hover,.highlight-project:hover,.connect-section:hover{transform:translateY(-4px)}.about-preview h2,.highlight-project h2,.connect-section h2{font-size:1.8rem;font-family:Space Grotesk,sans-serif;color:#ffb400;margin-bottom:1rem}.about-preview p,.connect-section p,.highlight-project p{margin:1rem 0;color:#ccc;font-size:1rem;line-height:1.6}section:not(:last-child){border-bottom:1px solid #292929;padding-bottom:3rem;margin-bottom:3rem}.tech-icons svg{color:#61dafb;transition:transform .3s ease,color .3s ease}.tech-icons svg:hover{transform:scale(1.2);color:#ffb400}.page-container{padding:2rem;max-width:1200px;margin:0 auto;color:#f0f0f0}.contact-content{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem;background-color:#1e1e1e;padding:2rem;border-radius:16px;box-shadow:0 4px 16px #0006}.contact-info{flex:1;min-width:300px}.contact-form-container{flex:1;min-width:320px;background:#333;padding:2rem;border-radius:12px;box-shadow:inset 0 0 10px #0000004d}.social-links{display:flex;gap:1.5rem;margin-top:.5rem}.social-links a{color:#61dafb;font-size:1.8rem;transition:transform .3s ease,color .3s ease}.social-links a:hover{transform:scale(1.2);color:#ffb400}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:none;border-radius:4px;background-color:#555;color:#fff;font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:2px solid #61dafb}.submit-button{padding:1rem;font-size:1.1rem;border:none;border-radius:4px;background-color:#61dafb;color:#222;font-weight:700;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#21a1f1}
