.layout{min-height:100vh;display:flex;flex-direction:column}.site-header{border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:10}.site-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem 1rem;max-width:960px;margin:0 auto;padding:.75rem 1rem}.nav-link{text-decoration:none;font-size:.9rem;color:var(--text-muted);padding:.35rem .5rem;border-radius:6px}.nav-link:hover{color:var(--text)}.nav-link.active{color:var(--text);font-weight:600}.site-main{flex:1;width:100%;max-width:var(--max-content);margin:0 auto;padding:1.5rem 1.25rem 2rem}.site-footer{border-top:1px solid var(--border);padding:1.25rem 1rem 2rem;text-align:center}.lang-switch{display:flex;justify-content:center;gap:1.25rem;margin-bottom:.75rem}.lang-btn{border:none;background:none;color:var(--text-muted);padding:.25rem .5rem}.lang-btn.active{color:var(--text);font-weight:700}.lang-btn:hover{color:var(--text)}.copyright{margin:0;font-size:.8rem;color:var(--text-muted)}@media(max-width:480px){.site-nav{font-size:.85rem;gap:.2rem .65rem}}.store-buttons{display:flex;flex-direction:column;gap:.85rem;width:min(100%,340px)}.store-btn{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.95rem 1.25rem;border-radius:var(--radius-pill);text-decoration:none;font-weight:600;font-size:1rem;transition:transform .15s ease,filter .15s ease}.store-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.store-btn--apple{background:#000;color:#fff}.store-btn--play{background:var(--mashi-green);color:#fff}.store-btn--play:hover{background:var(--mashi-green-hover)}.store-icon{width:1.35rem;height:1.35rem;flex-shrink:0}html[dir=rtl] .store-btn{flex-direction:row-reverse}.landing{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 0 1rem;min-height:calc(100vh - 180px);justify-content:center}.landing--redirect{gap:1.25rem}.landing-logo-wrap{margin-bottom:1.25rem}.landing-logo{width:min(240px,62vw);height:auto;display:block}.landing-title{margin:0 0 .35rem;font-size:clamp(1.75rem,5vw,2.25rem);font-weight:800}.landing-subtitle{margin:0 0 2rem;color:var(--text-muted);font-size:1rem}.landing-choose{margin:0 0 1rem;font-weight:700;font-size:1.05rem}.landing-redirect-msg{margin:0;color:var(--text-muted)}.legal-page{max-width:42rem;margin:0 auto}.legal-page h1{font-size:clamp(1.5rem,4vw,2rem);margin:0 0 .75rem}.legal-page h2{font-size:1.15rem;margin:1.75rem 0 .65rem}.legal-updated,.legal-lead{color:var(--text-muted)}.legal-warning{background:#fff8e6;border:1px solid #f0d878;border-radius:10px;padding:.85rem 1rem;margin:1rem 0}.legal-section ul,.legal-steps{padding-inline-start:1.25rem}.legal-section li,.legal-steps li{margin-bottom:.5rem}.legal-page a{color:var(--mashi-green-hover);font-weight:600}.legal-page p{margin:.65rem 0}:root{--mashi-green: #92cc1d;--mashi-green-hover: #80b319;--text: #1a1a20;--text-muted: #66676a;--bg: #ffffff;--border: #e8e8ea;--max-content: 640px;--radius-pill: 999px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}a{color:var(--text)}button{font:inherit;cursor:pointer}img{max-width:100%;height:auto}
