: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: "Work Sans", sans-serif}a{font-weight:500;color:#1c1c1d;text-decoration:inherit}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}@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}}.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-game-card{padding:0;gap:0;overflow:hidden;position:relative;height:350px;max-height:350px;align-items:stretch}.published-game-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #0000001f}.published-game-card .project-image-wrapper{width:55%;min-width:55%;height:100%;border-radius:0;background-color:#f0f0f0;position:relative;flex-shrink:0}.published-game-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-game-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-game-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-game-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}.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 h2{font-family:var(--font-display);font-size:1.8rem;font-weight:700;margin-top:3rem;margin-bottom:1.2rem;color:#111;line-height:1.3}.project-description h3{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:#111;line-height:1.3}.project-description h4{font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin-top:2rem;margin-bottom:.8rem;color:#111;line-height:1.3}.project-description h2:first-child,.project-description h3:first-child{margin-top:0}.markdown-paragraph{margin-bottom:1.2rem;font-weight:300;font-size:1rem;line-height:1.7;color:#111}.project-description ul,.project-description ol{margin-bottom:1.5rem;padding-left:2rem;line-height:1.7}.project-description li{margin-bottom:.5rem;font-weight:300;font-size:1rem;color:#111}.project-description li::marker{color:#43e19d}.markdown-image{max-width:100%;margin:2.5rem 0;border-radius:8px;box-shadow:0 4px 20px #00000014}.markdown-image-small{max-width:400px;margin:2.5rem auto;display:block;border-radius:8px;box-shadow:0 4px 20px #00000014}.markdown-image-medium{max-width:600px;margin:2.5rem auto;display:block;border-radius:8px;box-shadow:0 4px 20px #00000014}.markdown-image-large{max-width:100%;margin:2.5rem 0;border-radius:8px;box-shadow:0 4px 20px #00000014}.youtube-video{width:100%;max-width:800px;aspect-ratio:16 / 9;margin:2.5rem auto;display:block;border-radius:8px;box-shadow:0 4px 20px #00000014;border:none}.project-description img[alt]{display:block;margin-left:auto;margin-right:auto}.project-description strong{font-weight:600;color:#111}.project-description em{font-style:italic}.project-description code{background-color:#f5f5f5;padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9rem;color:#d63384}.project-description pre{background-color:#f5f5f5;padding:1rem;border-radius:6px;overflow-x:auto;margin:1.5rem 0}.project-description pre code{background-color:transparent;padding:0;color:#111}.project-page-container>a{display:inline-block;margin-top:2rem;text-decoration:none;font-weight:500;color:#43e19d;transition:color .25s ease}.project-page-container>a:hover{color:#43e19d}.accent-button{display:inline-block;padding:.75rem 1.6rem;font-size:1rem;font-weight:600;font-family:var(--font-body);background-color:#2aa87a;color:#fff;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease;box-shadow:0 4px 12px #00000014}.accent-button:hover{background-color:#2aa87a;transform:translateY(-3px);box-shadow:0 6px 18px #0000001f}.accent-button:active{transform:translateY(-1px);box-shadow:0 3px 10px #0000001a}@media(max-width:720px){.project-card{flex-direction:column;text-align:center}.project-image-wrapper{width:100%;max-width:100%;height:100%;margin-bottom:1rem}.published-game-card{flex-direction:column;height:auto;max-height:none}.published-game-card .project-image-wrapper{width:100%;min-width:100%;height:300px}.published-game-card .project-image-wrapper:after{width:100%;height:80px;top:auto;bottom:0;background:linear-gradient(to bottom,#fff0 50%,#fffffff2 95%,#fff)}.published-game-card .project-info{padding:1.5rem 1.5rem 1.8rem}.project-page-container{padding:2rem 1.5rem;padding-top:calc(2rem + 100px)}.project-header{flex-direction:column;text-align:center}.project-header .project-image-wrapper{width:100%;max-width:300px;height:auto}.project-image,.project-image-wrapper img{max-width:100%;max-height:100%;margin:1.5rem 0}}.project-awards{margin-top:.8rem;flex-wrap:wrap;gap:.4rem;font-size:.2rem;font-weight:700;font-style:italic;color:#4e4e4e}
