@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Space+Grotesk:wght@500;700&display=swap";.home-hero{grid-template-columns:1.05fr .95fr;gap:1rem;display:grid}.home-content{flex-direction:column;grid-column:1/-1;gap:1.5rem;margin-top:1.5rem;display:flex}.home-hero-card,.home-content-card{padding:clamp(1rem,2.2vw,1.8rem)}.home-title{letter-spacing:-.02em;margin:.7rem 0;font-family:Space Grotesk,Avenir Next,sans-serif;font-size:clamp(2rem,5vw,3.7rem);line-height:1.08}.home-subtitle{color:var(--text-soft);max-width:52ch;margin:0;line-height:1.6}.home-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-top:1rem;display:grid}.home-kpi{border:1px solid var(--line);background:#fff;border-radius:12px;padding:.75rem}.home-kpi strong{font-family:Space Grotesk,Avenir Next,sans-serif;font-size:1.05rem;display:block}.home-kpi span{color:var(--text-soft);font-size:.8rem}.home-game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.85rem;display:grid}.home-game-card{border:1px solid var(--line);background:var(--surface-strong);border-radius:12px;padding:.9rem;text-decoration:none;transition:border-color .16s,background-color .16s}.home-game-card:hover{background:#fcfcfd;border-color:#cbd5e1}.home-game-card h3{margin:0 0 .3rem;font-size:1rem}.home-game-card p{color:var(--text-soft);margin:0;font-size:.9rem;line-height:1.45}.home-pill{color:#0f766e;letter-spacing:.02em;background:#ecfeff;border:1px solid #ccfbf1;border-radius:999px;align-items:center;gap:.5rem;margin-top:.95rem;padding:.45rem .8rem;font-size:.78rem;font-weight:600;display:inline-flex}.section-text+.section-text{margin-top:1rem}@media (width<=880px){.home-hero{grid-template-columns:1fr}.home-kpis{grid-template-columns:1fr 1fr}}@media (width<=520px){.home-kpis,.home-game-grid{grid-template-columns:1fr}}:root{--bg-0:#f7f9fc;--bg-1:#f7f9fc;--surface:#fff;--surface-strong:#fff;--text:#1f2937;--text-soft:#6b7280;--line:#e5e7eb;--brand:#0f766e;--brand-strong:#115e59;--accent:#0f766e;--shadow:0 6px 18px #1118270d}*{box-sizing:border-box}html,body,#app{min-height:100%}body{color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 100%);margin:0;font-family:Manrope,Avenir Next,Segoe UI,sans-serif}a{color:inherit}.site-shell{min-height:100vh}.site-nav-wrap{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f7f9fceb;position:sticky;top:0}.site-nav{align-items:center;gap:1rem;width:min(1120px,100% - 2.5rem);height:56px;margin:0 auto;display:flex}.site-nav-link{color:var(--text-soft);border-radius:8px;padding:.28rem .5rem;font-size:.95rem;font-weight:600;text-decoration:none}.site-nav-link:hover{color:var(--text);background:#fff}.site-page{width:min(1120px,100% - 2.5rem);margin:0 auto;padding:2rem 0 3rem}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-strong);align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--accent);width:1.4rem;height:2px}.surface-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:16px}.section-title{margin:0 0 .75rem;font-family:Space Grotesk,Avenir Next,sans-serif;font-size:clamp(1.5rem,2vw,2rem)}.section-text{color:var(--text-soft);margin:0;line-height:1.6}.inline-link{color:var(--brand-strong);align-items:center;gap:.35rem;font-weight:700;text-decoration:none;display:inline-flex}.inline-link:hover{color:var(--brand)}@media (width<=768px){.site-nav{width:min(1120px,100% - 1.25rem)}.site-page{width:min(1120px,100% - 1.25rem);padding:1.25rem 0 2.5rem}}input{margin:8px}#ui-layer{z-index:3}#game-layer{z-index:2}#background-layer{z-index:1}.gameCanvas{pointer-events:none;-webkit-user-select:none;user-select:none;border:1px solid #ccc;width:64vw;height:36vw;margin:100px auto;padding:0;display:block;position:absolute;top:50vh;left:50vw;transform:translate(-50%,-50%)}hr{visibility:hidden;flex:100%}.flexHead{flex:100%;margin:5px;font-weight:700}.settingsHead{font-size:1.5em;font-weight:700}#settings{text-align:center;background:#d3d3d3;border:2px solid #a9a9a9;border-radius:50px;flex-flow:wrap;justify-content:center;align-items:center;margin:20px;padding:0;display:flex;position:absolute;top:20vh;left:85vw}.mobile-controls{z-index:4;border:none;top:75vh}.mobile-controls .right{left:14vw}.mobile-controls .jump{right:14vw}.mobile-controls .fire{right:3vw}.mobile-controls .left{left:3vw}.mobile-controls button{opacity:.4;pointer-events:all;background-color:#333;border-radius:50%;width:8vw;height:8vw;position:absolute;bottom:20px}
