:root{--sc-ink-strong:#16181d;--sc-ink:#1d1f24;--sc-ink-soft:#3f3f46;--sc-text:#27272a;--sc-text-muted:#52525b;--sc-text-subtle:#71717a;--sc-text-faint:#a1a1aa;--sc-on-dark-muted:#d1d5db;--sc-border-strong:#d4d4d8;--sc-border:#e4e4e7;--sc-surface:#fff;--sc-surface-alt:#f3f4f6;--sc-surface-hover:#f4f4f5;--sc-surface-muted:#fafafa;--sc-accent:#0b6fc2;--sc-accent-hover:#075a9d;--sc-accent-soft:#eaf5fc;--sc-highlight:#f2bd3a;--sc-highlight-soft:#fff9e8;--sc-game-royale:#1687d9;--sc-game-royale-soft:#eaf5fc;--sc-game-brawl:#7c3aed;--sc-game-brawl-soft:#f4efff;--sc-game-clash:#d9692b;--sc-game-clash-soft:#fff1e8;--sc-game-moco:#159b8c;--sc-game-moco-soft:#e8f8f5;--sc-game-squad:#c43da2;--sc-game-squad-soft:#fceff8;--sc-radius-sm:6px;--sc-radius-md:8px;--sc-shadow-header:0 12px 30px rgba(15, 23, 42, 0.16);--sc-shadow-popover:0 18px 40px rgba(24, 24, 27, 0.12)}.sc-site-header{position:sticky;top:0;z-index:50;padding:0;background:var(--sc-ink-strong);border-bottom:1px solid rgba(255,255,255,8%);box-shadow:var(--sc-shadow-header)}.sc-header-inner{height:80px;max-width:1280px;margin:0 auto;padding:0 16px}.sc-header-row{display:flex;align-items:center;gap:24px;height:100%}.sc-brand{display:inline-flex;align-items:center;gap:10px;min-width:0;color:var(--sc-surface);font-weight:900;text-decoration:none}.sc-brand img{width:40px;height:40px;border-radius:50%;flex:none}.sc-brand-text{display:block;min-width:0}.sc-brand-name{margin:0;font-size:20px;line-height:1.15}.sc-nav{display:flex;align-items:center;flex:initial;gap:4px;margin-left:auto;overflow-x:auto;scrollbar-width:none}.sc-nav::-webkit-scrollbar{display:none}.sc-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 12px;border-radius:var(--sc-radius-md);color:var(--sc-on-dark-muted);font-size:15px;font-weight:800;line-height:1.2;white-space:nowrap;text-decoration:none}.sc-nav-link:hover{background:rgba(255,255,255,.1);color:var(--sc-surface)}.sc-nav-link-active{background:var(--sc-surface);color:var(--sc-ink-strong)}.sc-nav-link-active:hover{background:var(--sc-surface-alt);color:var(--sc-ink-strong)}.sc-header-search{display:inline-flex;align-items:center;justify-content:center;flex:none;width:40px;height:40px;margin-left:4px;border:1px solid rgba(255,255,255,.2);border-radius:var(--sc-radius-md);color:var(--sc-on-dark-muted);text-decoration:none}.sc-header-search svg{width:20px;height:20px}.sc-header-search:hover{background:rgba(255,255,255,.1);color:var(--sc-surface)}.sc-header-search-active,.sc-header-search-active:hover{background:var(--sc-surface);color:var(--sc-ink-strong)}.sc-header-search:focus-visible{outline:2px solid var(--sc-surface);outline-offset:2px}.sc-mobile-nav{position:relative;display:none;margin-left:auto}.sc-mobile-nav summary{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;padding:0 10px;border:1px solid rgba(255,255,255,.2);border-radius:var(--sc-radius-md);background:rgba(255,255,255,8%);cursor:pointer;list-style:none}.sc-mobile-nav summary::-webkit-details-marker{display:none}.sc-mobile-nav summary span{display:block;height:2px;border-radius:999px;background:var(--sc-surface)}.sc-mobile-nav-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:20;display:grid;min-width:168px;padding:8px;border:1px solid var(--sc-border-strong);border-radius:var(--sc-radius-md);background:var(--sc-surface);box-shadow:var(--sc-shadow-popover)}.sc-mobile-nav-link{display:flex;align-items:center;min-height:38px;padding:8px 10px;border-radius:var(--sc-radius-sm);color:var(--sc-text-muted);font-size:14px;font-weight:800;text-decoration:none}.sc-mobile-nav-link:hover{background:var(--sc-surface-hover);color:var(--sc-ink)}.sc-mobile-nav-link-active{background:var(--sc-ink-strong);color:var(--sc-surface)}.sc-site-footer{background:var(--sc-surface-hover);border-top:1px solid var(--sc-border)}.sc-breadcrumb{padding:24px 0}.sc-breadcrumb ol{display:flex;flex-wrap:wrap;gap:6px 10px;margin:0;padding:0;color:var(--sc-text-subtle);font-size:14px;line-height:1.5;list-style:none}.sc-breadcrumb li+li::before{content:"/";margin-right:10px;color:var(--sc-text-faint)}.sc-breadcrumb a{color:inherit;text-decoration:none}.sc-breadcrumb a:hover{color:var(--sc-ink)}.sc-footer-inner{max-width:1280px;margin:0 auto;padding:42px 16px 28px}.sc-footer-main{display:grid;grid-template-columns:minmax(0,1.2fr)minmax(260px,.8fr);gap:40px}.sc-footer-brand{display:inline-flex;align-items:center;gap:10px;color:var(--sc-ink);font-size:22px;font-weight:900;text-decoration:none}.sc-footer-brand img{width:36px;height:36px;border-radius:50%}.sc-footer-lead{max-width:640px;margin:18px 0 0;color:var(--sc-ink-soft);font-size:15px;line-height:1.8}.sc-footer-note{max-width:680px;margin:16px 0 0;color:var(--sc-text-subtle);font-size:13px;line-height:1.7}.sc-footer-section-title{margin:0 0 14px;color:var(--sc-ink);font-size:14px;font-weight:900}.sc-footer-social{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}.sc-footer-social a{display:inline-flex;align-items:center;min-height:36px;padding:7px 10px;border:1px solid var(--sc-border-strong);border-radius:var(--sc-radius-md);background:var(--sc-surface);color:var(--sc-text);font-size:13px;font-weight:800;line-height:1.2;text-decoration:none}.sc-footer-social a:hover{background:var(--sc-surface-muted)}.sc-footer-links{display:flex;flex-wrap:wrap;gap:8px 18px;margin:0;padding:0;list-style:none}.sc-footer-links a{display:inline-flex;align-items:center;min-height:26px;color:var(--sc-ink-soft);font-size:14px;font-weight:800;line-height:1.35;text-decoration:none}.sc-footer-links a:hover{color:var(--sc-ink);text-decoration:underline}.sc-footer-legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;margin-top:34px;padding-top:18px;border-top:1px solid var(--sc-border-strong);color:var(--sc-text-subtle);font-size:13px}.sc-footer-legal a{color:var(--sc-ink-soft);font-weight:800;text-decoration:none}.sc-footer-legal a:hover{text-decoration:underline}@media(max-width:900px){.sc-header-row{gap:14px}.sc-nav{margin-left:auto}.sc-footer-main{grid-template-columns:1fr}}@media(max-width:820px){.sc-nav{display:none}.sc-header-search{margin-left:auto}.sc-mobile-nav{display:block;margin-left:8px}}@media(max-width:520px){.sc-header-inner{height:68px;padding:0 16px}.sc-header-row{height:100%}.sc-breadcrumb{padding:20px 0}.sc-brand img{width:36px;height:36px}.sc-brand-name{font-size:18px}}