*{margin:0;padding:0;box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100vh;background:#111116;font-family:system-ui,sans-serif}main{min-height:calc(100vh - 130px)}.sticky-cta{position:fixed;bottom:8rem;right:2rem;background:#64cebb;color:#111116;opacity:.9;text-decoration:none;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1000;transition:opacity .2s,transform .2s;box-shadow:0 4px 16px #00000080}.sticky-cta:hover{opacity:1;transform:translateY(-4px)}@media(max-width:768px){.sticky-cta{width:2.5rem;height:2.5rem;bottom:1rem;right:1rem}}.navbar{background:#111116;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.navbar-logo{height:40px}.navbar-title{color:#64cebb;font-size:1.25rem}.navbar-links{display:flex;gap:1.5rem;align-items:center}.navbar-link{color:#64cebb;text-decoration:none;position:relative}.navbar-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:#64cebb;transition:width .25s ease}.navbar-link:hover:after{width:100%}.navbar-dropdown-wrapper{position:relative}.navbar-dropdown{display:none;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background:#1a1a22;border:1px solid #2a2a35;border-radius:.5rem;padding:.5rem 0;min-width:165px;max-height:300px;overflow-y:auto;z-index:100;text-align:center}.navbar-dropdown-wrapper:hover .navbar-dropdown{display:flex;flex-direction:column}.navbar-dropdown-item{color:#64cebb;text-decoration:none;padding:.25rem 1rem;position:relative;width:fit-content;margin:0 auto}.navbar-dropdown-item:after{content:"";position:absolute;left:1rem;bottom:.25rem;width:0;height:1px;background:#64cebb;transition:width .25s ease}.navbar-dropdown-item:hover:after{width:calc(100% - 2rem)}.navbar-dropdown-more{color:#64cebb;font-style:italic;border-top:1px solid #2a2a35;margin-top:.25rem;padding-top:.75rem}.navbar-dropdown-wrapper:after{content:"";position:absolute;top:100%;left:0;width:100%;height:10px}.navbar-hamburger{display:none;background:none;border:none;color:#64cebb;cursor:pointer;padding:.25rem}@media(max-width:768px){.navbar-title{display:none}.navbar-hamburger{display:block}.navbar-hamburger:hover{background:#2a2a35;border-color:#64cebb}.navbar-hamburger svg{transition:transform .2s ease}.navbar-hamburger:active svg{transform:scale(.85)}.navbar-links{position:absolute;top:100%;left:.5rem;width:calc(100% - 1rem);background:#111116;border-top:1px solid #2a2a35;border-radius:0 0 .75rem .75rem;flex-direction:column;padding:1rem 2rem;gap:1rem;z-index:200;opacity:0;transform:translateY(-.5rem);visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s}.navbar-links.open{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.navbar-dropdown{display:none!important}.navbar-dropdown-wrapper:after{display:none}}.footer{background:#111116;border-top:2px solid #64cebb;padding:.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.footer-brand{color:#64cebb;text-decoration:none;font-weight:700}@media(max-width:768px){.footer{flex-direction:column;gap:.75rem;text-align:center;padding:1rem}}.carousel-card{display:block;text-decoration:none;background:#1111164d;position:relative;aspect-ratio:16/9;border-radius:.75rem;overflow:hidden;flex-shrink:0}.carousel-card-title:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:#64cebb;transition:width .25s ease}.carousel-card:hover .carousel-card-title:after{width:100%}.carousel-card-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.carousel-card-overlay{position:absolute;inset:0;background:#11111600;z-index:1;transition:background .3s ease}.carousel-card:hover .carousel-card-overlay{background:#111116b3}.carousel-card-content{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;opacity:0;transition:opacity .3s ease}.carousel-card:hover .carousel-card-content{opacity:1}.carousel-card-title{color:#64cebb;position:relative;font-size:1.1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;border-bottom:1px solid transparent;transition:border-color .25s ease}a.carouselcard,a.carousel-card:visited{color:#64cebb}.carousel-card-tagline{color:#e6c7eb;font-size:.85rem;opacity:.85;margin-top:.25rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hero{position:relative;width:100%;height:80vh;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-vignette{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,#111116,#111116fc 5%,#11111699 7.5%,#11111600 10% 90%,#11111699 95%,#111116fc,#111116)}.hero-content{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center}.hero-top{margin-top:0;display:inline-flex;flex-direction:column;align-items:center}.hero-title{margin-top:-1rem;color:#64cebb;font-size:3.5rem;margin-bottom:.75rem;background:#111116;border-radius:0 0 1rem 1rem;padding:.5rem;opacity:.85}.hero-tagline{color:#e6c7eb;font-size:1.25rem;margin-top:-.75rem;background:#111116;border-radius:0 0 1rem 1rem;padding:.5rem;opacity:.85}.carousel-section{margin-top:-6rem;padding-bottom:6px;position:relative;z-index:3}.carousel-container{width:calc(100% - 6rem);margin:0 auto;overflow:hidden}.carousel-track{display:flex;gap:24px}@media(max-width:768px){.hero-title{font-size:2rem}.hero-tagline{font-size:1rem}.carousel-section{margin-top:-6rem}}.game-card{display:block;text-decoration:none;background:#1a1a22;border:1px solid #2a2a35;border-radius:.75rem;overflow:hidden;transition:border-color .2s ease,transform .2s ease}.game-card:hover{border-color:#64cebb;transform:translateY(-4px)}.game-card-image-wrapper{width:100%;aspect-ratio:16/9;background:#2a2a35;overflow:hidden}.game-card-image{width:100%;height:100%;object-fit:cover;display:block}.game-card-info{padding:.75rem 1rem}.game-card-title{color:#64cebb;font-size:1.1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;display:inline-block;max-width:100%;padding-bottom:3px}.game-card-title:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#64cebb;transition:width .25s ease}.game-card:hover .game-card-title:after{width:100%}.game-card-tagline{color:#e6c7eb;font-size:.9rem;opacity:.75;margin-top:.25rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}a.game-card,a.game-card:visited{color:#64cebb}.games-page{max-width:1000px;margin:0 auto;padding:3rem 2rem}.games-heading{color:#64cebb;text-align:center;margin-bottom:2rem}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media(max-width:768px){.games-page{padding:2rem 1rem}.games-heading{font-size:1.5rem}}.gamedetail-hero{position:relative;width:100%;height:750px;overflow:hidden}.gamedetail-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.gamedetail-hero-fallback{background:#0d0d12}.gamedetail-hero-vignette{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,#111116,#111116fc 5%,#11111699 7.5%,#11111600 10% 90%,#11111699 95%,#111116fc,#111116)}.gamedetail-factsheet{position:absolute;z-index:2;top:0;right:0;bottom:0;width:400px;background:#111116cc;border-left:1px solid rgba(100,206,187,.15);padding:15px;display:flex;flex-direction:column;justify-content:center;gap:0}.gamedetail-title{color:#e6c7eb;font-size:1.75rem;margin:0 0 .4rem;line-height:1.2}.gamedetail-genres{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.4rem}.gamedetail-genre-tag-hero{background:#ffffff1a;color:#e6c7eb;padding:.15rem .5rem;border-radius:1rem;font-size:.75rem}.gamedetail-status{padding:.15rem .6rem;border-radius:1rem;font-size:.75rem;font-weight:700}.gamedetail-status-released{background:#64cebb;color:#111116}.gamedetail-status-dev{background:#ffffff1a;color:#e6c7eb;border:1px solid #64cebb}.gamedetail-tagline{color:#e6c7eb;font-size:.9rem;margin:0;line-height:1.4;padding-bottom:.2rem}.gamedetail-factsheet-divider{height:1px;background:#64cebb33;margin:.75rem 0}.gamedetail-factsheet-data{display:flex;flex-direction:column;gap:.4rem}.gamedetail-fact{display:flex;flex-direction:column}.gamedetail-fact-label{color:#64cebb;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.gamedetail-fact-value{color:#e6c7eb;font-size:.9rem;line-height:1.4}.gamedetail-factsheet-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.gamedetail-factsheet-link{display:inline-flex;align-items:center;gap:.3rem;text-decoration:none;background:#64cebb;color:#111116;padding:.35rem .85rem;border-radius:.35rem;font-weight:700;font-size:.8rem;transition:opacity .2s}.gamedetail-factsheet-link:hover{opacity:.85}.gamedetail-body{max-width:800px;margin:0 auto;padding:2rem 2rem 3rem}.gamedetail-description{color:#e6c7eb;line-height:1.6;opacity:.9;margin-bottom:2rem;font-size:1.05rem}.gamedetail-trailer{margin-bottom:2.5rem}.gamedetail-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:.75rem}.gamedetail-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.gamedetail-section{margin-bottom:2.5rem}.gamedetail-section-heading{color:#64cebb;font-size:1.5rem;margin-bottom:1rem}.gamedetail-section-text{color:#e6c7eb;line-height:1.6;opacity:.9;margin-bottom:1rem}.gamedetail-inline-link{color:#64cebb;text-decoration:underline;text-underline-offset:.2em;transition:opacity .2s}.gamedetail-inline-link:hover{opacity:.7}.gamedetail-section-image{width:100%;border-radius:.5rem;margin-bottom:1rem}.gamedetail-itch-embed{margin-bottom:2.5rem}.gamedetail-itch-wrapper{width:100%;max-width:960px;border-radius:.75rem;overflow:hidden;margin-bottom:.75rem;background:#1a1a22;border:1px solid #2a2a35}.gamedetail-itch-wrapper iframe{width:100%;height:100%;border:none;display:block}.gamedetail-itch-launch{width:100%;height:100%;background:#1a1a22;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#e6c7eb;font-size:1.1rem;transition:background .2s}.gamedetail-itch-launch:hover{background:#222230}.gamedetail-itch-launch-icon{font-size:3rem;color:#64cebb}.gamedetail-itch-note{color:#e6c7eb;opacity:.6;font-size:.9rem}.gamedetail-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #2a2a35}.gamedetail-back-link{color:#64cebb;text-decoration:none;transition:opacity .2s}.gamedetail-back-link:hover{opacity:.75}.gamedetail-not-found{text-align:center;padding:4rem 2rem}.gamedetail-not-found h1{color:#64cebb;margin-bottom:1rem}.gamedetail-not-found p{color:#e6c7eb;margin-bottom:2rem;opacity:.75}@media(max-width:768px){.gamedetail-hero{height:auto;min-height:450px}.gamedetail-factsheet{position:absolute;inset:auto auto 0 0;width:100%;border-left:none;border-top:1px solid rgba(100,206,187,.15);padding:1rem 1.25rem}.gamedetail-title{font-size:1.5rem}.gamedetail-tagline{font-size:1rem;padding-bottom:.2rem}.gamedetail-factsheet-data{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem 1rem}.gamedetail-factsheet-data>div{overflow-wrap:break-word;word-break:break-word}.gamedetail-factsheet-links{grid-column:1 / -1}.gamedetail-body{padding:1.5rem 1rem 2rem}.gamedetail-section-heading{font-size:1.25rem}.gamedetail-itch-wrapper{max-width:100%}}.devlog-page{max-width:800px;margin:0 auto;padding:3rem 2rem}.devlog-heading{color:#64cebb;text-align:center;margin-bottom:2rem}.devlog-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.5rem}.devlog-filter-btn{background:#1a1a22;color:#e6c7eb;border:1px solid #2a2a35;border-radius:2rem;padding:.4rem 1rem;font-size:.9rem;cursor:pointer;transition:background .2s,border-color .2s}.devlog-filter-btn:hover{border-color:#64cebb}.devlog-filter-btn.active{background:#64cebb;color:#111116;border-color:#64cebb}.devlog-posts{display:flex;flex-direction:column;gap:2.5rem}.devlog-post{background:#1a1a22;border:1px solid #2a2a35;border-radius:.75rem;padding:1.5rem}.devlog-post-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.75rem}.devlog-post-title{color:#64cebb;font-size:1.4rem}.devlog-post-date{color:#e6c7eb;opacity:.6;font-size:.9rem}.devlog-post-tags{display:flex;gap:.5rem;margin-bottom:1rem}.devlog-tag{background:#2a2a35;color:#e6c7eb;padding:.2rem .6rem;border-radius:1rem;font-size:.8rem}.devlog-post-content{display:flex;flex-direction:column;gap:1rem}.devlog-post-content p{color:#e6c7eb;line-height:1.6;opacity:.9}.devlog-post-content strong{color:#64cebb}.devlog-content-image{width:100%;border-radius:.5rem}.devlog-inline-link{color:#64cebb;text-decoration:underline;text-underline-offset:.2em;transition:opacity .2s}.devlog-inline-link:hover{opacity:.7}.devlog-link-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem 1.5rem}.devlog-link-item{color:#64cebb;text-decoration:underline;text-underline-offset:.2em;font-size:1rem;transition:opacity .2s}.devlog-link-item:hover{opacity:.7}.devlog-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.devlog-gallery-btn{background:none;border:1px solid #2a2a35;border-radius:.5rem;padding:0;cursor:pointer;overflow:hidden;transition:border-color .2s}.devlog-gallery-btn:hover{border-color:#64cebb}.devlog-gallery-btn img{width:100%;height:100%;object-fit:cover;display:block}.devlog-gallery-btn video{width:100%;height:100%;object-fit:cover;display:block}.devlog-lightbox video{max-width:90%;max-height:90%;object-fit:contain;border-radius:.5rem}.devlog-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer}.devlog-lightbox img{max-width:90%;max-height:90%;object-fit:contain;border-radius:.5rem}.devlog-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:.5rem}.devlog-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.devlog-empty{color:#e6c7eb;text-align:center;opacity:.6;padding:2rem}@media(max-width:768px){.devlog-page{padding:2rem 1rem}.devlog-heading{font-size:1.5rem}.devlog-post-header{flex-direction:column;gap:.25rem}.devlog-post-title{font-size:1.1rem}.devlog-gallery{grid-template-columns:1fr}}.contact-page{max-width:600px;margin:0 auto;padding:3rem 2rem}.contact-heading{color:#64cebb;margin-bottom:2rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:.5rem}.contact-form label{color:#e6c7eb;margin-top:.5rem}.contact-form input,.contact-form select,.contact-form textarea{background:#1a1a22;border:1px solid #2a2a35;border-radius:.5rem;padding:.75rem;color:#fff;font-family:inherit;font-size:1rem}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#64cebb}.contact-form textarea{resize:none;min-height:150px}.contact-submit{margin-top:1rem;background:#64cebb;color:#111116;border:none;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;cursor:pointer;transition:opacity .2s}.contact-submit:hover{opacity:.85}.contact-submit:disabled{opacity:.5;cursor:not-allowed}.contact-thanks{text-align:center;padding:4rem 2rem}.contact-thanks h1{color:#64cebb;margin-bottom:1rem}.contact-thanks p{color:#36c7eb;margin-bottom:2rem;opacity:.85}.contact-back-btn{display:inline-block;text-decoration:none;background:#64cebb;color:#111116;padding:.75rem 2rem;border-radius:.5rem;transition:opacity .2s}.contact-back-btn:hover{opacity:.85}@media(max-width:768px){.contact-page{padding:2rem 1rem}.contact-heading{font-size:1.5rem}}
