:root{--green:#1e7a3d;--green-dark:#0f4423;--green-light:#e9f7ee;--gold:#f2c230;--gold-dark:#7a5a05;--gold-light:#fdf5da;--ink:#16201a;--gray:#6c776f;--gray-line:#e4ebe6;--bg:#fff;--panel:#f6faf7;--font-head:"Poppins",sans-serif;--font-body:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--ink);font-family:var(--font-body)}.screen,body{background:var(--bg)}.screen{max-width:480px;margin:0 auto;min-height:100vh}.topbar{background:var(--green);padding:20px 20px 22px;justify-content:space-between}.brand,.topbar{display:flex;align-items:center}.brand{gap:12px}.brand-icon{width:40px;height:40px;border-radius:10px;background:var(--green-dark);display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:700;color:var(--gold);font-size:13px;text-align:center;line-height:1.1}.brand-icon,.brand-name{font-family:var(--font-head)}.brand-name{font-weight:600;font-size:19px;color:#fff}.quicknav{display:flex;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--gray-line);font-size:12.5px}.quicknav a{color:var(--green);text-decoration:none;font-weight:500}.hero{padding:40px 24px 8px;text-align:center}.hero h1{font-family:var(--font-head);font-weight:700;font-size:32px;line-height:1.2;color:var(--ink)}.hero h1 .accent{color:var(--green)}.hero p{margin-top:16px;font-size:15px;color:var(--gray);line-height:1.6;max-width:340px;margin-left:auto;margin-right:auto}.cta-stack{padding:28px 24px 8px;display:flex;flex-direction:column;gap:12px}.btn-fill{background:var(--green);color:#fff;border-radius:14px}.btn-fill,.btn-outline{font-family:var(--font-head);font-weight:600;font-size:15px;padding:16px;text-align:center;text-decoration:none;display:block}.btn-outline{border:1.5px solid var(--green);color:var(--green);border-radius:14px}.stats{display:flex;justify-content:space-around;padding:32px 20px;text-align:center}.stat .ic{width:32px;height:32px;margin:0 auto 8px;border-radius:8px;background:var(--gold-light);display:flex;align-items:center;justify-content:center;color:var(--gold-dark);font-size:15px}.stat .num{font-family:var(--font-head);font-weight:700;font-size:17px;color:var(--ink)}.stat .label{font-size:12px;color:var(--gray);margin-top:2px}.tab-panel{background:var(--panel);border-radius:16px;margin:8px 20px 0;padding:16px}.tabs{display:flex;gap:10px}.tab{flex:1 1;text-align:center;padding:11px;border-radius:10px;font-family:var(--font-head);font-weight:600;font-size:13.5px;text-decoration:none}.tab.active{background:var(--green);color:#fff}.tab.inactive{background:#fff;color:var(--ink);border:1px solid var(--gray-line)}.list-head{display:flex;justify-content:space-between;align-items:center;padding:22px 20px 12px}.list-head h2{font-family:var(--font-head);font-weight:700;font-size:16px}.sort{font-size:12px;color:var(--gold-dark);font-weight:600;background:var(--gold-light);padding:6px 12px;border-radius:20px}.game-list{padding:0 20px 32px;display:flex;flex-direction:column;gap:10px}.game-row{gap:12px;padding:12px;border:1px solid var(--gray-line);border-radius:14px;text-decoration:none;color:inherit}.game-icon,.game-row{display:flex;align-items:center}.game-icon{width:48px;height:48px;border-radius:12px;background:var(--green-light);justify-content:center;font-size:20px;flex-shrink:0}.game-meta{flex:1 1;min-width:0}.game-meta .name{font-family:var(--font-head);font-weight:600;font-size:14.5px;color:var(--ink)}.game-meta .sub{font-size:12px;color:var(--gray);margin-top:2px}.game-dl{background:var(--gold);color:var(--green-dark);font-size:12.5px;font-weight:700;padding:8px 14px;border-radius:8px;text-decoration:none;flex-shrink:0}footer{padding:24px 20px 40px;border-top:1px solid var(--gray-line)}.disclaimer{font-size:11.5px;color:var(--gray);line-height:1.7;margin-bottom:16px}.foot-links{display:flex;flex-wrap:wrap;gap:14px;font-size:12px}.foot-links a{color:var(--green);text-decoration:none;font-weight:500}.seo-block{padding:8px 20px 24px;border-top:1px solid var(--gray-line)}.seo-block h2{font-family:var(--font-head);font-weight:700;font-size:16px;margin:20px 0 8px;color:var(--ink)}.seo-block p{font-size:13px;color:var(--gray);line-height:1.8}.seo-block strong{color:var(--ink);font-weight:600}.detail-hero{padding:28px 24px}.detail-hero .name{font-family:var(--font-head);font-weight:700;font-size:26px}.detail-hero .meta{font-size:13px;color:var(--gray);margin-top:6px}.detail-body{padding:0 24px 24px;line-height:1.8}.detail-body,.detail-body h3{font-size:14.5px;color:var(--ink)}.detail-body h3{font-family:var(--font-head);font-weight:700;margin:20px 0 8px}.detail-body ol,.detail-body ul{padding-left:20px;line-height:1.9}.detail-body p{margin-bottom:4px}.back-link,.detail-body a{color:var(--green)}.back-link{display:inline-block;padding:16px 24px 0;font-size:13px;text-decoration:none;font-weight:500}.icon-card{width:96px;height:96px;border-radius:22px;overflow:hidden;flex-shrink:0;background:var(--green-light);display:flex;align-items:center;justify-content:center;font-size:42px;box-shadow:0 4px 14px rgba(15,68,35,.12)}.icon-card img{width:100%;height:100%;object-fit:cover}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--gray-line);border:1px solid var(--gray-line);border-radius:14px;overflow:hidden;margin:0 24px 20px}.stat-cell{background:#fff;padding:14px 6px;text-align:center;display:flex;flex-direction:column;align-items:center}.stat-cell .stat-icon{color:var(--gold-dark);margin-bottom:6px}.stat-cell .value{font-family:var(--font-head);font-weight:700;font-size:14px;color:var(--ink)}.stat-cell .label{font-size:10.5px;color:var(--gray);margin-top:2px}