:root{--font-display: "Cochin", serif;--font-body: "Inter", "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--color-accent: #43e19d;--color-text-main: #1a1a1b;--color-text-muted: #4a4a4a;--color-bg: #ffffff}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;width:100%;min-height:100vh;position:relative;font-family:var(--font-body);font-weight:400;line-height:1.6;color:var(--color-text-main);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}.home-container,.project-page-container{width:100%;max-width:1100px;margin:0 auto;padding:4rem 2rem;padding-top:calc(4rem + 80px)}@media(max-width:768px){.home-container,.project-page-container{padding:2rem 1.5rem;padding-top:calc(2rem + 160px)}}.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:1.5rem}.project-card{display:flex;gap:2rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:var(--shadow-sm);border-left:4px solid transparent;transition:transform .25s cubic-bezier(.4,0,.2,1),border-left-color .25s ease,box-shadow .25s ease;align-items:center;text-decoration:none;color:inherit;max-width:900px;margin:0 auto;width:100%}.project-card:hover{border-left-color:var(--color-accent);transform:translateY(-4px);box-shadow:var(--shadow-md)}@media(max-width:1000px){.project-card{flex-direction:column;align-items:flex-start;gap:1.5rem;max-width:600px;padding:1rem}}.published-project-card{padding:0;gap:0;overflow:hidden;position:relative;min-height:200px;align-items:stretch;max-width:1100px}.published-project-card .project-image-wrapper{width:50%;min-width:50%;height:auto;border-radius:0;background-color:#f8f8f8;position:relative;flex-shrink:0}@media(max-width:1000px){.published-project-card{flex-direction:column;height:auto;min-height:0;max-width:500px}.published-project-card .project-image-wrapper{width:100%;min-width:0;height:auto;aspect-ratio:16 / 9}.published-project-card .project-info{padding:1.5rem}}.project-engine{margin-top:8px;font-size:.75rem;color:var(--color-text-muted)}.published-project-card .project-image-wrapper:after{content:"";position:absolute;top:0;right:0;width:80px;height:100%;background:linear-gradient(to right,#fff0,#fff);pointer-events:none;z-index:1}@media(max-width:1000px){.published-project-card .project-image-wrapper:after{width:100%;height:60px;top:auto;bottom:0;background:linear-gradient(to bottom,#fff0,#fff)}}.published-project-card .project-info{padding:1.5rem 2rem;display:flex;flex-direction:column;justify-content:center;flex:1;background:#fff;position:relative;z-index:2}.published-project-card .project-name{font-size:1.5rem;margin-bottom:.5rem}.other-project-card{padding:0!important;gap:0;overflow:hidden;align-items:center;min-height:150px;border-left:none}.other-project-card .project-info{padding:.6rem 1.5rem;flex:1;display:flex;flex-direction:column;justify-content:center}.other-project-card .project-image-wrapper{width:200px;height:150px;flex-shrink:0;border-radius:0}.other-project-card .project-name{font-size:1.4rem;margin-bottom:.2rem}.other-project-card .project-meta p{font-size:.95rem;margin-bottom:2px}.other-project-card .project-details p{font-size:.93rem;line-height:1.3}@media(max-width:1000px){.other-project-card .project-image-wrapper{width:100%;height:auto;aspect-ratio:16 / 9}}.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:1rem}.project-meta p{font-weight:400;font-size:.95rem;line-height:1.4;color:var(--color-text-main)}.project-details p{font-weight:400;font-size:.92rem;line-height:1.5;margin-bottom:4px;color:var(--color-text-muted)}.project-awards{margin-top:15px;padding:4px 10px;background-color:#43e19d0f;border-left:2px solid var(--color-accent);border-radius:4px;font-style:italic;color:var(--color-text-main)!important}.project-awards strong{font-style:normal}.project-details strong{font-weight:600;color:var(--color-text-main)}a{color:#1c1c1d;text-decoration:underline;transition:color .2s ease}a:hover{color:var(--color-accent)}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,background-color .25s}@media(prefers-color-scheme:light){button{background-color:#f9f9f9}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem;font-family:var(--font-body);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px 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:var(--color-text-main);display:flex;flex-direction:column;line-height:1.1}.brand-name{font-family:var(--font-display);font-size:1.7rem;font-weight:700;letter-spacing:-.01em}.brand-subtitle{font-family:var(--font-body);font-weight:500;font-size:.85rem;opacity:.6;margin-top:4px;font-style:italic;display:inline-flex;align-items:center;gap:.5rem;transition:opacity .3s ease}.brand-subtitle:after{content:"";width:10px;height:10px;background-color:var(--color-accent);border-radius:2px;flex-shrink:0;transition:transform .3s ease,background-color .3s ease}.brand-link:hover .brand-subtitle:after{transform:rotate(90deg) scale(1.1)}.navbar-links{display:flex;gap:2.5rem;align-items:center}.navbar-icons{display:flex;gap:1rem;align-items:center;margin-left:3rem}.nav-link{font-family:var(--font-body);font-weight:600;font-size:.95rem;text-decoration:none;color:var(--color-text-main);position:relative;transition:color .25s ease;letter-spacing:.01em}.nav-link:hover{color:var(--color-accent)}.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:.5rem;border-radius:8px;transition:background-color .25s ease,transform .25s ease;color:var(--color-text-muted)}.nav-icon-link svg{display:block;width:20px;height:20px;stroke:currentColor;transition:stroke .25s ease}.nav-icon-link:hover{background-color:#43e19d1a;transform:translateY(-2px);color:var(--color-accent)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background:var(--color-accent);transition:width .25s ease}.nav-link:hover:after{width:100%}@media(max-width:768px){.navbar{flex-direction:column;gap:.75rem;padding:1rem}.navbar-links{gap:1.2rem}.navbar-icons{margin-left:0;gap:.5rem}.brand-name{font-size:1.4rem}}.project-header{display:flex;gap:3rem;align-items:flex-start;margin-bottom:3rem;padding:2.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000a}@media(max-width:1000px){.project-header{flex-direction:column;align-items:flex-start;gap:2rem;padding:1.5rem}.project-header .project-image-wrapper{width:100%!important;height:auto!important;aspect-ratio:16 / 9}}.project-header .project-image-wrapper{width:300px;height:220px;flex-shrink:0;border-radius:12px;box-shadow:0 8px 25px #0000001a}.project-header .project-info{flex:1}.accent-divider{border:none;height:4px;width:40px;background-color:var(--color-accent);margin:3rem auto;border-radius:2px;opacity:.8}.project-description{max-width:800px;margin:0 auto;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.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:2rem;font-weight:550;line-height:1.15;margin-top:3rem}.project-description h2{font-size:1.35rem;font-weight:530;margin-top:2.5rem;margin-bottom:.75rem}.project-description h3{font-size:1.15rem;font-weight:520;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 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:var(--color-accent)}.project-description blockquote{margin:2rem 0;padding:1rem 1.4rem;border-left:4px solid var(--color-accent);background:#f7f7f7;border-radius:6px;color:#333}.project-description strong{font-weight:600;color:#222}.project-description em{font-style:italic}.markdown-image{display:block;width:100%;max-width:100%;height:auto;margin:1.5rem 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}.accent-button{display:inline-block;background-color:#43e19d;color:#111!important;padding:.8rem 2rem;border-radius:8px;font-weight:700;text-decoration:none!important;transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;font-family:var(--font-display);font-size:1.1rem;box-shadow:0 4px 12px #43e19d33;margin:1rem 0}.accent-button:hover{background-color:#36c387;transform:translateY(-2px);box-shadow:0 6px 16px #43e19d4d}.accent-button:active{transform:translateY(0)}
