/*
Theme Name: Gameone SEO Theme Hostinger Optimized
Theme URI: https://gameonehkofficial.com/
Author: Gameone
Author URI: https://gameonehkofficial.com/
Description: WordPress CMS theme for the Gameone SEO site. Includes localized Gameone assets, technical SEO output, responsive navigation, and WordPress page/post/archive templates.
Version: 1.1.3
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gameone-seo-theme
Tags: custom-logo, custom-menu, featured-images, blog, seo, responsive-layout
*/

:root {
  --gameone-blue: #23375f;
  --gameone-gold: #d1a14b;
  --gameone-text: #111111;
  --gameone-muted: #6e6d76;
  --gameone-border: rgba(0, 0, 0, 0.1);
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--gameone-text); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif; }
a { color: inherit; }
img { max-width: 100%; height: auto; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.gameone-container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.gameone-site-header { background: #fff; border-bottom: 1px solid var(--gameone-border); position: sticky; top: 0; z-index: 1000; }
.gameone-header-inner { min-height: 96px; display: flex; align-items: center; gap: 28px; }
.gameone-logo img { width: 96px; height: auto; display: block; }
.gameone-nav { margin-left: auto; }
.gameone-nav ul { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.gameone-nav li { position: relative; }
.gameone-nav a { text-decoration: none; font-weight: 800; color: #111; font-size: 17px; }
.gameone-nav a:hover { color: var(--gameone-gold); }
.gameone-nav .sub-menu { display: none; position: absolute; top: 100%; left: 0; z-index: 9999; min-width: 220px; padding: 12px 0; margin: 0; list-style: none; background: #fff !important; color: #111 !important; border: 1px solid rgba(0,0,0,.12); box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.gameone-nav li:hover > .sub-menu, .gameone-nav li:focus-within > .sub-menu { display: block; }
.gameone-nav .sub-menu li { display: block; }
.gameone-nav .sub-menu a { display: block; padding: 11px 18px; color: #111 !important; background: transparent !important; white-space: nowrap; }
.gameone-nav .sub-menu a:hover { background: rgba(0,0,0,.06) !important; color: #111 !important; }
.gameone-menu-toggle { display: none; margin-left: auto; border: 1px solid var(--gameone-border); background: #fff; color: #111; border-radius: 999px; padding: 9px 16px; font-weight: 800; }

.worldcup-notice { background: var(--gameone-blue); text-align: center; padding: 15px 12px; }
.worldcup-notice a { color: #ffd86d; font-weight: 800; text-decoration: none; }

.gameone-main { min-height: 60vh; }
.gameone-hero { padding: clamp(42px, 7vw, 96px) 0; background: linear-gradient(180deg, #fbfbfb 0%, #ffffff 100%); }
.gameone-hero h1 { font-size: clamp(36px, 6vw, 72px); line-height: 1.05; margin: 0 0 18px; }
.gameone-hero p { font-size: clamp(18px, 2.2vw, 24px); color: var(--gameone-muted); max-width: 760px; }
.gameone-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.gameone-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px; border-radius: 14px; background: var(--gameone-gold); color: #fff; text-decoration: none; font-weight: 900; }
.gameone-button.secondary { background: #5c60d3; }
.gameone-section { padding: clamp(36px, 6vw, 76px) 0; border-top: 1px solid var(--gameone-border); }
.gameone-section h2 { font-size: clamp(28px, 4vw, 44px); margin: 0 0 22px; }
.gameone-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.gameone-card { background: #fbfbfb; border: 1px solid var(--gameone-border); border-radius: 18px; padding: 22px; text-decoration: none; color: #111; }
.gameone-card h3 { margin: 0 0 10px; font-size: 24px; }
.gameone-card p { color: var(--gameone-muted); line-height: 1.7; }
.gameone-content { padding: clamp(36px, 6vw, 76px) 0; }
.gameone-content article { max-width: 900px; margin: 0 auto; }
.gameone-content h1 { font-size: clamp(34px, 5vw, 58px); margin: 0 0 24px; }
.gameone-entry { font-size: 18px; line-height: 1.85; }
.gameone-entry h2, .gameone-entry h3 { margin-top: 1.7em; }
.gameone-post-meta { color: var(--gameone-muted); margin-bottom: 18px; }
.gameone-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.gameone-post-card { border: 1px solid var(--gameone-border); border-radius: 18px; overflow: hidden; background: #fff; }
.gameone-post-card a { text-decoration: none; }
.gameone-post-card-body { padding: 18px; }
.gameone-post-card h2 { font-size: 22px; margin: 0 0 10px; }
.gameone-footer { background: #f8f8f8; border-top: 1px solid var(--gameone-border); padding: 34px 0; color: var(--gameone-muted); }
.gameone-footer-nav ul { display: flex; flex-wrap: wrap; gap: 14px 22px; list-style: none; padding: 0; margin: 0 0 16px; }
.gameone-footer-nav a { text-decoration: none; color: #111; }

@media (max-width: 900px) {
  .gameone-header-inner { min-height: 76px; }
  .gameone-menu-toggle { display: inline-flex; }
  .gameone-nav { display: none; position: fixed; inset: 0 0 0 auto; width: min(86vw, 380px); background: #fff; z-index: 10000; padding: 76px 24px 28px; box-shadow: -18px 0 44px rgba(0,0,0,.18); overflow-y: auto; }
  body.gameone-menu-open .gameone-nav { display: block; }
  .gameone-nav ul { display: block; }
  .gameone-nav li { border-bottom: 1px solid rgba(0,0,0,.08); }
  .gameone-nav a { display: block; padding: 14px 0; }
  .gameone-nav .sub-menu { display: block; position: static; box-shadow: none; border: 0; padding: 0 0 8px 16px; min-width: 0; }
  .gameone-grid, .gameone-archive-grid { grid-template-columns: 1fr; }
}


/* WordPress upload package: render the bundled clone homepage exactly, not the default blog loop. */
.gameone-front-clone {
  overflow-x: hidden;
}
.gameone-front-clone .gameone-content,
.gameone-front-clone .gameone-container,
.gameone-front-clone .gameone-container-wide,
.gameone-front-clone article {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.gameone-front-clone .entry-content,
.gameone-front-clone .gameone-entry {
  font-size: inherit;
  line-height: inherit;
}
.gameone-front-clone .elementor-604 .elementor-element.elementor-element-299a5f1,
.gameone-front-clone .elementor-604 .elementor-element.elementor-element-48763,
.gameone-front-clone .elementor-604 .elementor-element.elementor-element-4ca0317,
.gameone-front-clone .elementor-604 .elementor-element.elementor-element-8e48aca,
.gameone-front-clone .elementor-604 .elementor-element.elementor-element-1c00cde {
  display: none !important;
}


/* 1.1.2: standalone cloned homepage. Avoid WordPress theme chrome and default post loop. */
body.gameone-cloned-home .gameone-site-header,
body.gameone-cloned-home .gameone-footer,
body.gameone-cloned-home > .gameone-main {
  display: none !important;
}
body.gameone-cloned-home {
  margin: 0;
  background: #fff;
  overflow-x: hidden;
}
body.gameone-cloned-home .ct-drawer-canvas,
body.gameone-cloned-home .ct-header,
body.gameone-cloned-home #main,
body.gameone-cloned-home footer {
  box-sizing: border-box;
}
body.gameone-cloned-home .elementor-604 .elementor-element.elementor-element-299a5f1,
body.gameone-cloned-home .elementor-604 .elementor-element.elementor-element-48763,
body.gameone-cloned-home .elementor-604 .elementor-element.elementor-element-4ca0317,
body.gameone-cloned-home .elementor-604 .elementor-element.elementor-element-8e48aca,
body.gameone-cloned-home .elementor-604 .elementor-element.elementor-element-1c00cde {
  display: none !important;
}
