:root{--sky:#32a9ef;--sky-deep:#147ad3;--ink:#102438;--cream:#fff7e0;--sun:#ffe66c;--grass:#62bf43;--grass-dark:#218846;--orange:#f49c61;--shadow:#18466a;--line:4px solid var(--ink);font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;color:var(--ink);background:var(--sky)}
.platform-icon{display:block;width:24px;height:24px;object-fit:contain;margin-right:.65rem;opacity:.65;flex-shrink:0}
.feedback-main{max-width:1080px;padding:clamp(3rem,7vw,6rem) clamp(1rem,5vw,4rem)}
.feedback-main h1{font-size:clamp(2.7rem,7vw,5.6rem);line-height:.92;letter-spacing:-.07em}
.feedback-main .lead{margin:2rem 0;font-size:1.125rem;max-width:750px}
.feedback-form{background:var(--cream);border:var(--line);padding:clamp(1rem,4vw,2.25rem);box-shadow:8px 8px 0 var(--shadow);margin-bottom:3rem}
.feedback-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}
.feedback-field{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.2rem;min-width:0}
.feedback-field[hidden],.feedback-honey{display:none}
.feedback-field label{font-size:1rem;font-weight:900}
.feedback-field label span{font-size:.875rem;font-weight:600}
.feedback-field input,.feedback-field select,.feedback-field textarea{width:100%;min-height:48px;border:2px solid var(--ink);border-radius:0;background:#fff;color:var(--ink);padding:.8rem;font:inherit;font-size:1rem;line-height:1.4}
.feedback-field textarea{resize:vertical;min-height:180px}
.feedback-field :is(input,select,textarea):focus-visible{outline:3px solid var(--sky-deep);outline-offset:3px}
.feedback-field small{font-size:.875rem;line-height:1.45;color:#364c55}
.form-intro{margin:0 0 1.5rem;font-size:.875rem}
.feedback-privacy,.feedback-help{font-size:.875rem;line-height:1.6;max-width:680px}
.feedback-privacy a,.feedback-help a{font-weight:800;text-decoration:underline;text-underline-offset:3px}
.feedback-submit{cursor:pointer;margin-top:.5rem;min-height:52px}
.feedback-submit:focus-visible{outline:3px solid var(--sky-deep);outline-offset:4px}
.feedback-direct{padding:1.5rem 0 0;border-top:3px solid var(--ink)}
.feedback-direct h2{font-size:1.125rem;margin:0 0 .8rem}
.feedback-direct>a{font-size:clamp(.95rem,2.4vw,1.25rem);font-weight:900;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.feedback-direct p{font-size:1rem;line-height:1.6;max-width:650px}
@media(max-width:600px){.feedback-fields{grid-template-columns:1fr;gap:0}.feedback-submit{width:100%}.feedback-main{padding-bottom:3rem}}
.game-gallery{margin-top:2.4rem;border:var(--line);background:var(--ink);box-shadow:8px 8px 0 var(--grass-dark);overflow:hidden}.gallery-heading{min-height:58px;padding:.8rem 1rem;color:var(--cream);display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.875rem;font-weight:900;letter-spacing:.04em}.gallery-controls{display:flex;gap:.5rem}.gallery-button{width:38px;height:34px;border:2px solid var(--cream);background:var(--ink);color:var(--cream);font:inherit;font-size:1.2rem;font-weight:900;line-height:1;cursor:pointer}.gallery-button:hover,.gallery-button:focus-visible{background:var(--sun);color:var(--ink);outline:none}.gallery-track{display:flex;gap:1rem;overflow-x:auto;padding:0 1rem 1rem;scroll-snap-type:x mandatory;scrollbar-color:var(--sun) var(--ink);scrollbar-width:thin}.gallery-track:focus-visible{outline:3px solid var(--sun);outline-offset:-3px}.gallery-slide{flex:0 0 min(70%,460px);margin:0;scroll-snap-align:start;border:3px solid var(--cream);background:var(--ink);overflow:hidden}.gallery-slide img{display:block;width:100%;height:300px;object-fit:cover;object-position:center}.gallery-slide figcaption{min-height:62px;padding:.7rem .8rem;color:var(--cream);display:flex;flex-direction:column;justify-content:center;gap:.2rem;font-size:.78rem;letter-spacing:.02em}.gallery-slide figcaption strong{color:var(--sun);font-size:.9rem}.gallery-hint{margin:0;padding:0 1rem 1rem;color:var(--cream);font-size:.7rem!important;text-align:center;letter-spacing:.03em}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,var(--sky) 0%,#55bdf3 62%,var(--grass) 62%,var(--grass) 100%);min-width:320px}a{color:inherit;text-decoration:none}.topbar{min-height:78px;padding:1rem clamp(1rem,4vw,4rem);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:rgba(255,247,224,.92);border-bottom:var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(8px)}.wordmark{font-size:.82rem;font-weight:900;letter-spacing:.04em;display:flex;align-items:center;gap:.5rem}.pixel-dot,.status-square{display:inline-block;width:.82rem;height:.82rem;background:var(--sun);box-shadow:4px 4px 0 #e5a632}.topbar nav{display:flex;gap:clamp(.55rem,2vw,1.35rem);font-size:.78rem;font-weight:900}.topbar nav a{padding:.45rem 0;border-bottom:3px solid transparent}.topbar nav a:hover,.topbar nav a[aria-current="page"]{border-color:var(--ink)}
.hero{max-width:1300px;margin:0 auto;min-height:calc(100vh - 78px);padding:clamp(2.5rem,7vw,6.5rem) clamp(1rem,5vw,5rem) 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);gap:2rem;align-items:end;overflow:hidden}.hero-copy{padding-bottom:clamp(3rem,8vw,7rem);position:relative;z-index:2}.eyebrow{font-size:.78rem;font-weight:900;letter-spacing:.07em;display:flex;align-items:center;gap:.65rem;margin:0 0 1.4rem}.hero h1,.subpage-main h1{font-size:clamp(3.5rem,9vw,8rem);line-height:.78;margin:0;letter-spacing:-.09em;text-shadow:6px 6px 0 rgba(16,36,56,.16)}.hero-text{font-size:clamp(1.1rem,2vw,1.45rem);font-weight:800;max-width:30rem;margin:2rem 0}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem}.store-button,.secondary-button,.primary-link{font:inherit;font-size:.9rem;font-weight:900;letter-spacing:.02em;border:var(--line);padding:1rem 1.2rem;box-shadow:6px 6px 0 var(--shadow);display:inline-flex;align-items:center;justify-content:center}.store-button{background:#dce5eb;color:#557286;cursor:not-allowed}.secondary-button{background:var(--cream)}.secondary-button:hover,.primary-link:hover{transform:translate(2px,2px);box-shadow:4px 4px 0 var(--shadow)}.availability{font-size:.75rem;font-weight:800;margin:1rem 0 0}.hero-art{align-self:end;position:relative;min-height:470px;display:flex;justify-content:center;align-items:end}.hero-art img{width:min(100%,540px);position:relative;z-index:2;filter:drop-shadow(13px 13px 0 rgba(16,36,56,.22))}.sun{position:absolute;right:5%;top:12%;width:110px;aspect-ratio:1;background:var(--sun);border:var(--line);box-shadow:11px 11px 0 rgba(16,36,56,.18)}
.ticker{border-top:var(--line);border-bottom:var(--line);padding:1rem clamp(1rem,4vw,4rem);background:var(--sun);font-size:.85rem;font-weight:900;display:flex;justify-content:space-around;align-items:center;gap:1rem;flex-wrap:wrap}.ticker i{width:.55rem;height:.55rem;background:var(--ink);transform:rotate(45deg)}.section{display:grid;grid-template-columns:minmax(150px,.35fr) minmax(0,1fr);gap:2rem;padding:clamp(4rem,9vw,8rem) clamp(1rem,8vw,9rem);border-bottom:var(--line)}.section-label{font-size:.76rem;font-weight:900;letter-spacing:.07em}.section-content{max-width:780px}.section h2{font-size:clamp(2.3rem,6vw,5.2rem);line-height:.86;margin:0 0 2.2rem;letter-spacing:-.07em}.section p{font-size:1.05rem;line-height:1.6;font-weight:650;max-width:660px}.about{background:var(--cream)}.roadmap{background:var(--grass);background-image:linear-gradient(90deg,rgba(255,255,255,.08) 50%,transparent 50%);background-size:32px 32px}.roadmap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.roadmap-card{background:var(--cream);border:var(--line);padding:1.2rem;box-shadow:6px 6px 0 var(--grass-dark);min-height:230px}.roadmap-card span{font-size:.72rem;font-weight:900;background:var(--sun);display:inline-block;padding:.35rem .5rem;border:2px solid var(--ink)}.roadmap-card h3{font-size:1.25rem;margin:1.4rem 0 .65rem}.roadmap-card p{font-size:.88rem;line-height:1.4}.roadmap-card.active{background:#fff}.last-updated{font-size:.72rem!important;font-weight:900;margin-top:1.7rem}.join{background:var(--orange)}.social-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:2rem 0}.social-grid span,.feedback-box{border:var(--line);background:var(--cream);padding:1rem;font-size:.86rem;font-weight:900;display:flex;justify-content:space-between;gap:.5rem}.social-grid b{font-size:.62rem;color:#6c8091}.primary-link{background:var(--sun);margin-top:1rem}footer{background:var(--ink);color:var(--cream);padding:1.2rem clamp(1rem,4vw,4rem);font-size:.7rem;font-weight:800;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.subpage{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--sky) 0%,var(--grass) 100%)}.subpage-main{width:min(100%,1100px);margin:auto;padding:clamp(5rem,14vw,11rem) clamp(1rem,8vw,8rem);min-height:calc(100vh - 144px)}.subpage-main h1{max-width:850px}.lead{font-size:clamp(1.1rem,2vw,1.45rem);font-weight:750;line-height:1.55;max-width:720px;margin:2.5rem 0}.feedback-box{max-width:680px;min-height:120px;align-items:flex-start;flex-direction:column;margin:2rem 0}.feedback-box strong{font-size:1.2rem}
.wordmark{font-size:1rem;line-height:1.05;letter-spacing:-.03em;flex-shrink:0;gap:.75rem}.brand-icon{width:64px;height:64px;object-fit:contain}.studio-mascot{display:block;width:min(100%,240px);height:auto;margin-top:2rem}.topbar nav{font-size:.875rem}.topbar a:focus-visible{outline:3px solid var(--sky-deep);outline-offset:5px}.section[id]{scroll-margin-top:110px}
.build-status{margin-top:2.4rem;border:var(--line);background:var(--ink);box-shadow:8px 8px 0 var(--grass-dark);overflow:hidden}.build-status-heading{color:var(--cream);padding:1rem 1.2rem;display:flex;justify-content:space-between;gap:1rem;font-size:.77rem;font-weight:900;letter-spacing:.04em}.build-status-heading strong{color:var(--sun)}.milestone-track{padding:1.4rem 1.2rem 1.2rem;margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;list-style:none;background:var(--cream);position:relative}.milestone-track::before{content:"";position:absolute;height:6px;background:#bbd0c0;left:12%;right:12%;top:2.4rem;z-index:0}.milestone{position:relative;z-index:1;display:flex;flex-direction:column;gap:.42rem;font-size:.65rem;font-weight:900;letter-spacing:.01em}.milestone i{width:1.2rem;height:1.2rem;border:3px solid var(--ink);background:var(--cream);box-shadow:3px 3px 0 #bbd0c0;margin-bottom:.25rem}.milestone strong{font-size:.78rem;line-height:1.15}.milestone.complete i{background:var(--grass)}.milestone.current i{background:var(--sun);box-shadow:3px 3px 0 var(--orange)}.milestone.current span{color:var(--grass-dark)}.milestone.release i{background:var(--sky)}.roadmap-accent{display:block;width:100%;height:clamp(150px,20vw,225px);object-fit:cover;object-position:center 57%;border-top:var(--line)}.social-grid a{border:var(--line);background:var(--cream);padding:1rem;font-size:.86rem;font-weight:900;display:flex;justify-content:space-between;gap:.5rem}.social-grid a:hover{transform:translate(2px,2px);box-shadow:4px 4px 0 var(--shadow)}
@media (max-width:760px){.topbar{align-items:flex-start;flex-direction:column;padding-top:.5rem;padding-bottom:.5rem;gap:.4rem}.brand-icon{width:48px;height:48px}.wordmark{font-size:.875rem}.topbar nav{width:100%;justify-content:space-between;font-size:.875rem}.hero{grid-template-columns:1fr;min-height:auto;padding-top:3rem}.hero-copy{padding-bottom:1rem}.hero-art{min-height:280px}.hero-art img{max-width:380px}.sun{width:72px}.section{grid-template-columns:1fr;gap:1rem}.studio-mascot{width:120px;margin-top:1rem}.roadmap-grid,.social-grid{grid-template-columns:1fr}.milestone-track{grid-template-columns:1fr 1fr;gap:1rem}.milestone-track::before{display:none}.build-status-heading{font-size:.7rem}.gallery-slide{flex-basis:86%}.gallery-slide img{height:360px}.section-content{max-width:none}.ticker{justify-content:flex-start}.ticker i{display:none}.subpage-main{min-height:calc(100vh - 170px)}.section[id]{scroll-margin-top:140px}}
/* Preserve the complete portrait gameplay frame at every viewport size. */
.gallery-slide{flex:0 0 min(78%,280px);align-self:flex-start}
.gallery-slide img{width:100%;height:auto;aspect-ratio:160/347;object-fit:contain}
.gallery-slide figcaption{font-size:.875rem;min-height:78px;line-height:1.4}
.gallery-hint{font-size:.875rem!important}
.social-grid a{flex-wrap:wrap;align-content:center;min-width:0}
.social-grid a b{font-size:.75rem;overflow-wrap:anywhere}
.subpage-main.feedback-main{max-width:1080px;padding:clamp(3rem,7vw,6rem) clamp(1rem,5vw,4rem)}
.subpage-main.feedback-main h1{font-size:clamp(2.7rem,7vw,5.6rem);line-height:.92}
