:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--background: #f5f3e9;--text: #333333;--accent: #d97706;--accent-light: #f3d19e;--accent-dark: #a55c05;--secondary: #a3bffa;--secondary-light: #d3e1fd;--secondary-dark: #6b8cd9;--card-bg: #ffffff;--card-border: #e6e0d4;--muted: #6b7280;color-scheme:light;color:var(--text);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;color:var(--accent);text-decoration:none;transition:color .3s ease}a:hover{color:var(--accent-dark)}body{margin:0;display:flex;width:100%;min-height:100vh;overflow-x:hidden}#root{width:100%}h1,h2,h3,h4,h5,h6{line-height:1.2;color:var(--text)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--accent-light);color:var(--text);cursor:pointer;transition:background-color .25s,border-color .25s}button:hover{background-color:var(--accent);color:#fff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}section{padding:5rem 0}.section-title{font-size:2.5rem;margin-bottom:2rem;position:relative;color:var(--text)}.section-title:after{content:"";position:absolute;left:0;bottom:-10px;width:50px;height:4px;background-color:var(--accent)}@media (max-width: 768px){.container{padding:0 1.5rem}section{padding:4rem 0}.section-title{font-size:2rem}}.portfolio-container{width:100%;max-width:100%;margin:0;padding:0;text-align:left;overflow-x:hidden}main{width:100%}section{padding:4rem 2rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.container{max-width:1200px;margin:0 auto;width:100%}.section-title{font-size:2.5rem;margin-bottom:2rem;position:relative}.section-title:after{content:"";position:absolute;left:0;bottom:-10px;width:50px;height:4px;background-color:#646cff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}.project-card{background-color:#ffffff0d;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.project-image{width:100%;height:200px;object-fit:cover}.project-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.project-title{font-size:1.5rem;margin-bottom:.5rem}.project-description{color:#ffffffb3;margin-bottom:1rem;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-tag{background-color:#646cff33;color:#646cff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.project-links{display:flex;gap:1rem;margin-top:auto}.project-link{padding:.5rem 1rem;border-radius:4px;font-weight:500;text-align:center;transition:background-color .3s ease}.project-link.primary{background-color:#646cff;color:#fff}.project-link.secondary{background-color:transparent;border:1px solid #646cff;color:#646cff}.project-link:hover{opacity:.9}@media (max-width: 768px){section{padding:3rem 1.5rem}.section-title{font-size:2rem}.projects-grid{grid-template-columns:1fr}}
