.home-container,.project-page-container{width:100%;max-width:1100px;margin:0 auto;padding:3rem 2rem;padding-top:calc(3rem + 100px);color:#111;font-family:var(--font-body)}.games-published-section{margin-bottom:5rem}.other-projects-section{margin-top:3rem}.home-title{font-family:var(--font-display);font-size:2.6rem;font-weight:700;margin-bottom:2.5rem;position:relative;line-height:1.2}.home-title:after{content:"";display:block;margin-top:6px;width:65px;height:3px;background-color:#43e19d;border-radius:2px}.projects-list{display:grid;gap:4.4rem}.published-games-list{gap:5rem}.other-projects-list{gap:3rem}.project-card{display:flex;gap:1.5rem;padding:1rem 1.2rem;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000f;border-left:4px solid transparent;transition:transform .25s ease,border-left-color .25s ease,box-shadow .25s ease;align-items:center;text-decoration:none;color:inherit}.project-card:hover{border-left-color:#43e19d;transform:translateY(-4px)}.published-project-card{padding:0;gap:0;overflow:hidden;position:relative;height:350px;max-height:350px;align-items:stretch}.published-project-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #0000001f}.published-project-card .project-image-wrapper{width:55%;min-width:55%;height:100%;border-radius:0;background-color:#f0f0f0;position:relative;flex-shrink:0}.project-engine{margin-top:10px}.published-project-card .project-image-wrapper:after{content:"";position:absolute;top:0;right:0;width:120px;height:100%;background:linear-gradient(to right,#fff0 85%,#fffffff2 95%,#fff);pointer-events:none;z-index:1}.published-project-card .project-info{padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:center;flex:1;background:#fff;position:relative;z-index:2;overflow:hidden}.published-project-card .project-name{font-size:1.8rem;margin-bottom:.8rem}.other-project-card .project-image-wrapper{width:200px;height:150px;flex-shrink:0}.project-image-wrapper{display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;border-radius:8px;overflow:hidden}.project-image-wrapper img,.project-image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:4px;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.project-image-wrapper img.visible,.project-image.visible{opacity:1;transform:translateY(0)}.published-project-card .project-image-wrapper img{border-radius:0;object-fit:cover}.project-info{font-weight:300}.project-name{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin-bottom:.4rem;transition:color .25s ease}.project-name:hover{color:#43e19d}.project-meta{margin-bottom:.8rem}.project-meta p{font-weight:500;font-size:.97rem;line-height:1.4}.project-details p{font-weight:300;font-size:.92rem;line-height:1.4;margin-bottom:2px}:root{color-scheme:light dark;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;width:100%;min-height:100vh;position:relative;font-family:var(--font-body);font-weight:400;letter-spacing:.2px}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}:root{--font-display: "Cochin", serif;--font-body: "system-ui", sans-serif}a{color:#1c1c1d;text-decoration:underline}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}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;font-family:var(--font-body);background:#fff;border-bottom:2px solid rgba(0,0,0,.05);position:fixed;top:0;left:0;right:0;width:100%;z-index:100;box-sizing:border-box}.brand-link{text-decoration:none;color:#111;display:flex;flex-direction:column;line-height:1.2}.brand-name{font-family:var(--font-display);font-size:1.9rem;font-weight:700;letter-spacing:.5px}.brand-subtitle{font-family:var(--font-body);font-weight:500;font-size:.95rem;opacity:.7;margin-top:6px;font-style:italic;letter-spacing:.25px;display:inline-flex;align-items:center;gap:.6rem;transition:opacity .3s ease}.brand-subtitle:after{content:"";width:15px;height:15px;background-color:#43e19d;border-radius:2px;flex-shrink:0;transform:translateY(0);transition:transform .3s ease}.brand-link:hover .brand-subtitle:after{transform:scale(1.2)}.navbar-links{display:flex;gap:2rem;align-items:center}.navbar-icons{display:flex;gap:1rem;align-items:center;margin-left:3rem}.nav-link{font-family:var(--font-display);font-weight:700;text-decoration:none;color:#111;position:relative;transition:color .25s ease}.nav-button{background:none;border:none;cursor:pointer;padding:0;font-size:inherit}.nav-icon-link{display:flex;align-items:center;justify-content:center;padding:.4rem;border-radius:6px;transition:background-color .25s ease,transform .25s ease}.nav-icon-link svg{display:block;transition:stroke .25s ease}.nav-icon-link:hover{background-color:#43e19d1a;transform:translateY(-2px)}.nav-icon-link:hover svg{stroke:#43e19d}.nav-icon-link:after{display:none}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background:#43e19d;transition:width .25s ease}.nav-link:hover:after{width:100%}@media(max-width:768px){.navbar{flex-direction:column;gap:1rem;padding:1rem}.navbar-links{gap:1.5rem}.brand-name{font-size:1.5rem}}.project-header{display:flex;gap:2rem;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000f}.project-header .project-image-wrapper{width:250px;height:200px;flex-shrink:0;border-radius:8px}.project-header .project-info{flex:1}.accent-divider{border:none;height:3px;width:60px;background-color:#43e19d;margin:2rem 0;border-radius:2px;opacity:.9}.project-description{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;line-height:1.7}.project-description.visible{opacity:1;transform:translateY(0)}.project-description h1,.project-description h2,.project-description h3,.project-description h4{color:#111;letter-spacing:-.02em}.project-description h1{font-family:var(--font-display);font-size:2.3rem;font-weight:700;line-height:1.15;margin-top:2rem;margin-bottom:1.5rem}.project-description h1:first-child{margin-top:0}.project-description h2{font-size:1.5rem;font-weight:650;letter-spacing:-.03em;margin-top:3.5rem;margin-bottom:.75rem}.project-description h3{font-size:1.15rem;font-weight:600;letter-spacing:-.02em;margin-top:2rem;margin-bottom:.5rem}.project-description p,.markdown-paragraph{margin-bottom:1rem;font-size:1.05rem;line-height:1.8;font-weight:400;color:#1b1b1b}.project-description p:has(+ul),.project-description p:has(+ol){margin-bottom:0}.project-description ul,.project-description ol{margin:0rem 0rem 1rem;padding-left:1.5rem}.project-description li{margin-bottom:.25rem;font-size:1.02rem;line-height:1.75;font-weight:400;color:#1b1b1b}.project-description li::marker{color:#43e19d}.project-description li ul,.project-description li ol{margin-top:.5rem;margin-bottom:.5rem}.project-description blockquote{margin:2rem 0;padding:1rem 1.4rem;border-left:4px solid #43e19d;background:#f7f7f7;border-radius:6px;color:#333}.project-description blockquote p{margin-bottom:0}.project-description strong{font-weight:600;color:#222}.project-description em{font-style:italic}.markdown-image{display:block;width:100%;max-width:100%;margin:2rem auto;border-radius:10px;box-shadow:0 8px 24px #00000014}.project-description code{background:#f3f3f3;padding:.15rem .4rem;border-radius:4px;font-family:monospace;font-size:.92rem}.project-description pre{margin:2rem 0;padding:1.2rem;overflow-x:auto;background:#f5f5f5;border-radius:8px}.project-description pre code{background:transparent;padding:0}.project-description>*:first-child{margin-top:0}.project-description>*:last-child{margin-bottom:0}.youtube-video,.project-description iframe{display:block;aspect-ratio:16 / 9;width:100%;max-width:800px;align-items:align-center;margin:2rem auto;border:none;border-radius:10px;box-shadow:0 8px 24px #0000001f}.project-description{margin:0 auto;max-width:760px;font-size:0rem}
