/*
Theme Name: TQ娛樂城評比
Theme URI: https://tqgame.tw/
Author: Independent Editorial Team
Description: TQ娛樂城評比 1.5 — 以平台資料、遊戲分類、玩法閱讀與安全查核為核心的 WordPress 經典主題。
Version: 1.6.0
Text Domain: tqgame-rating
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
	--tq-bg: #f6f2eb;
	--tq-paper: #fffdf9;
	--tq-paper-soft: #fbf8f2;
	--tq-ink: #152033;
	--tq-muted: #667080;
	--tq-line: #e5dfd4;
	--tq-line-dark: #cfc6b8;
	--tq-navy: #0c1628;
	--tq-navy-2: #14243d;
	--tq-gold: #d2ab67;
	--tq-gold-deep: #a97834;
	--tq-coral: #d96b61;
	--tq-teal: #4d9f91;
	--tq-pale-blue: #e9eff6;
	--tq-pale-green: #e8f2ed;
	--tq-pale-orange: #fff0e3;
	--tq-blue: var(--tq-gold);
	--tq-blue-dark: var(--tq-gold-deep);
	--tq-orange: var(--tq-coral);
	--tq-green: var(--tq-teal);
	--tq-sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
	--tq-display: "Space Grotesk", "Noto Sans TC", "PingFang TC", sans-serif;
	--tq-mono: "Space Grotesk", "SFMono-Regular", Consolas, monospace;
	--tq-width: min(1280px, calc(100% - 56px));
	--tq-radius: 14px;
	--tq-shadow: 0 18px 45px rgba(21, 32, 51, .08);
	--tq-ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--tq-ink); background: var(--tq-bg); font-family: var(--tq-sans); font-size: 16px; line-height: 1.75; }
body::before { position: fixed; inset: 0; z-index: -1; pointer-events: none; content: ""; opacity: .38; background-image: linear-gradient(rgba(21,32,51,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(21,32,51,.035) 1px, transparent 1px); background-size: 36px 36px; }
body.admin-bar .tq-header { top: 32px; }
a { color: inherit; text-decoration: none; }
a, button, input, select { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
::selection { color: var(--tq-navy); background: var(--tq-gold); }

.tq-container { width: var(--tq-width); margin-inline: auto; }
.tq-skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 8px 14px; color: var(--tq-navy); background: var(--tq-gold); font-weight: 800; transform: translateY(-160%); transition: transform .2s var(--tq-ease); }
.tq-skip-link:focus { transform: translateY(0); }
.tq-eyebrow, .tq-kicker, .tq-chip, .tq-section-code, .tq-post-index, .tq-notice-code, .tq-hero-kicker { font-family: var(--tq-mono); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.tq-kicker, .tq-section-code { color: var(--tq-gold-deep); }
.tq-section-dark .tq-kicker, .tq-section-dark .tq-section-code, .tq-hero .tq-kicker { color: var(--tq-gold); }
.tq-chip { display: inline-flex; align-items: center; min-height: 24px; padding: 3px 9px; color: var(--tq-gold-deep); background: #f6ead4; border-radius: 999px; letter-spacing: .06em; }
.tq-arrow-link { display: inline-flex; align-items: center; gap: 8px; color: var(--tq-gold-deep); font-weight: 800; border-bottom: 1px solid currentColor; transition: color .2s, gap .2s var(--tq-ease); }
.tq-arrow-link:hover { gap: 12px; color: var(--tq-coral); }
.tq-arrow-link b { font-family: var(--tq-mono); font-weight: 700; }
.tq-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 11px 20px; color: var(--tq-navy); background: var(--tq-gold); border: 1px solid var(--tq-gold); border-radius: 999px; font-weight: 900; transition: transform .18s var(--tq-ease), background .18s, box-shadow .18s; }
.tq-btn:hover { color: var(--tq-navy); background: #e2bd78; box-shadow: 0 10px 24px rgba(210,171,103,.22); transform: translateY(-2px); }
.tq-btn:active, button:active, .tq-header-link:active { transform: scale(.97); }
.tq-btn-outline { color: var(--tq-gold-deep); background: transparent; border-color: var(--tq-gold); }
.tq-btn-gold span { font-family: var(--tq-mono); font-size: 18px; }

.tq-topline { color: #b9c5d4; background: var(--tq-navy); border-bottom: 1px solid rgba(255,255,255,.1); }
.tq-topline-inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; gap: 16px; font-family: var(--tq-mono); font-size: 10px; letter-spacing: .09em; }
.tq-topline strong { color: var(--tq-gold); }
.tq-header { position: sticky; top: 0; z-index: 900; background: rgba(255,253,249,.94); border-bottom: 1px solid rgba(207,198,184,.7); backdrop-filter: blur(18px); }
.tq-header-inner { display: grid; grid-template-columns: 272px minmax(0, 1fr) auto; align-items: center; min-height: 82px; gap: 24px; }
.tq-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.tq-brand-mark { position: relative; display: grid; place-items: center; width: 47px; height: 47px; flex: 0 0 47px; color: var(--tq-gold); background: var(--tq-navy); border: 1px solid var(--tq-gold); border-radius: 50%; font-family: var(--tq-display); font-size: 15px; font-weight: 700; letter-spacing: -.06em; box-shadow: 4px 4px 0 rgba(210,171,103,.22); }
.tq-brand-mark::before, .tq-brand-mark::after { position: absolute; inset: 4px; content: ""; border: 1px solid rgba(210,171,103,.26); border-radius: 50%; }
.tq-brand-mark::after { inset: 10px; border-color: rgba(210,171,103,.18); }
.tq-brand-mark i { position: absolute; top: 3px; right: 7px; width: 5px; height: 5px; background: var(--tq-coral); border-radius: 50%; }
.tq-brand-logo img { position: relative; z-index: 1; display: block; width: 32px; height: 32px; max-width: none; object-fit: contain; }
.tq-brand-mark span { position: relative; z-index: 1; }
.tq-brand-copy { display: grid; min-width: 0; line-height: 1.15; }
.tq-brand-copy strong { overflow: hidden; font-size: 18px; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }
.tq-brand-copy small { margin-top: 6px; color: var(--tq-muted); font-family: var(--tq-mono); font-size: 9px; letter-spacing: .1em; }
.tq-navigation { min-width: 0; }
.tq-nav-list { display: flex; align-items: center; justify-content: flex-end; gap: 3px; margin: 0; padding: 0; list-style: none; }
.tq-nav-list a { display: block; padding: 11px 12px; color: #39465b; font-size: 14px; font-weight: 700; border-radius: 8px; transition: color .18s, background .18s; }
.tq-nav-list a:hover, .tq-nav-list .current-menu-item > a, .tq-nav-list .current_page_item > a { color: var(--tq-gold-deep); background: #f6ead4; }
.tq-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.tq-header-link { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 13px; color: var(--tq-navy); background: #f1e5d1; border-radius: 999px; font-size: 13px; font-weight: 800; transition: transform .18s var(--tq-ease), background .18s; }
.tq-header-link:hover { background: #e8d3ae; transform: translateY(-1px); }
.tq-header-search { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 8px 12px; color: var(--tq-navy); border: 1px solid var(--tq-line-dark); border-radius: 999px; font-size: 12px; font-weight: 800; }
.tq-header-search b { color: var(--tq-gold-deep); font-family: var(--tq-display); font-size: 21px; line-height: 1; }
.tq-header-search:hover { color: var(--tq-gold-deep); border-color: var(--tq-gold); }
.tq-menu-toggle { display: none; min-height: 42px; padding: 8px 11px; color: var(--tq-navy); background: var(--tq-paper); border: 1px solid var(--tq-line-dark); border-radius: 9px; font-size: 12px; font-weight: 800; }

.tq-hero { position: relative; overflow: hidden; min-height: 630px; color: #fff; background: var(--tq-navy); isolation: isolate; }
.tq-hero-video { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; opacity: .72; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.05); }
.tq-hero::before { position: absolute; inset: 0; z-index: 1; content: ""; background-image: linear-gradient(90deg, rgba(8,16,30,.97) 0%, rgba(8,16,30,.82) 42%, rgba(8,16,30,.32) 100%), var(--tq-hero-image); background-position: center; background-size: cover; mix-blend-mode: multiply; }
.tq-hero::after { position: absolute; inset: 0; z-index: 2; pointer-events: none; content: ""; opacity: .22; background-image: linear-gradient(rgba(210,171,103,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(210,171,103,.18) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, transparent 0, #000 42%, transparent 100%); }
.tq-hero-overlay { position: absolute; top: 0; right: 0; z-index: 3; width: 42%; height: 100%; opacity: .35; background: radial-gradient(circle at 50% 55%, rgba(210,171,103,.3), transparent 54%); pointer-events: none; }
.tq-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .65fr); gap: clamp(52px, 8vw, 120px); align-items: center; min-height: 570px; padding-top: 70px; padding-bottom: 84px; }
.tq-hero-copy { max-width: 730px; }
.tq-hero-kicker { display: flex; align-items: center; gap: 10px; color: #d9c08e; }
.tq-live-dot { width: 7px; height: 7px; background: var(--tq-coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(217,107,97,.16); }
.tq-hero-rule { width: 42px; height: 1px; background: rgba(217,192,142,.52); }
.tq-hero h1 { max-width: 700px; margin: 22px 0 20px; font-size: clamp(46px, 7vw, 88px); line-height: 1.08; letter-spacing: -.07em; }
.tq-hero h1 em { color: var(--tq-gold); font-style: normal; }
.tq-hero-lead { max-width: 630px; margin: 0; color: #ced8e6; font-size: clamp(17px, 2vw, 20px); line-height: 1.9; }
.tq-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 21px; margin-top: 30px; }
.tq-hero-text-link { color: #e8e1d5; font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(232,225,213,.42); }
.tq-hero-text-link:hover { color: var(--tq-gold); border-color: var(--tq-gold); }
.tq-search-box { display: flex; align-items: center; max-width: 600px; min-height: 58px; margin-top: 42px; padding: 5px 6px 5px 20px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; box-shadow: 0 14px 35px rgba(0,0,0,.15); backdrop-filter: blur(10px); }
.tq-search-box > span { color: var(--tq-gold); font-family: var(--tq-display); font-size: 28px; line-height: 1; }
.tq-search-box input { min-width: 0; flex: 1; padding: 9px 12px; color: #fff; background: transparent; border: 0; outline: 0; font-size: 14px; }
.tq-search-box input::placeholder { color: #b9c4d1; }
.tq-search-box button { min-height: 46px; padding: 9px 17px; color: var(--tq-navy); background: var(--tq-gold); border: 0; border-radius: 999px; font-size: 13px; font-weight: 900; }
.tq-search-box button:hover { background: #e4c17d; }
.tq-hero-panel { width: min(100%, 370px); justify-self: end; overflow: hidden; background: rgba(9,20,36,.68); border: 1px solid rgba(210,171,103,.56); box-shadow: 14px 14px 0 rgba(210,171,103,.12); backdrop-filter: blur(14px); }
.tq-hero-panel-top, .tq-hero-panel-foot { display: flex; justify-content: space-between; gap: 14px; padding: 15px 19px; color: #aebccc; font-family: var(--tq-mono); font-size: 10px; letter-spacing: .09em; }
.tq-hero-panel-top { border-bottom: 1px solid rgba(255,255,255,.12); }
.tq-status { color: #9ed0ba; }
.tq-status i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; background: #73c6a6; border-radius: 50%; }
.tq-hero-stat { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; padding: 23px 19px; border-bottom: 1px solid rgba(255,255,255,.12); }
.tq-hero-stat strong { color: #fff; font-family: var(--tq-display); font-size: clamp(34px, 5vw, 50px); line-height: 1; letter-spacing: -.08em; }
.tq-hero-stat span { color: #d5dde8; font-size: 13px; line-height: 1.6; }
.tq-hero-stat b { color: #8998ab; font-family: var(--tq-mono); font-size: 10px; font-weight: 500; letter-spacing: .05em; }
.tq-hero-panel-foot { color: #8f9eae; }
.tq-hero-panel-foot b { color: var(--tq-gold); font-weight: 600; }
.tq-hero-bottomline { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; color: #a3afbd; background: rgba(5,12,23,.72); border-top: 1px solid rgba(255,255,255,.12); font-family: var(--tq-mono); font-size: 10px; letter-spacing: .04em; }
.tq-hero-bottomline .tq-container { display: flex; justify-content: space-between; gap: 24px; padding-top: 13px; padding-bottom: 13px; }
.tq-hero-bottomline span:first-child { color: var(--tq-gold); }

.tq-section { padding: 86px 0; }
.tq-section-intro { padding-top: 72px; padding-bottom: 72px; }
.tq-section-paper { background: var(--tq-paper); border-block: 1px solid var(--tq-line); }
.tq-section-tint { background: #f1ede5; border-block: 1px solid var(--tq-line); }
.tq-section-dark { color: #fff; background: var(--tq-navy); }
.tq-section-head { display: grid; grid-template-columns: 150px minmax(0, 1fr) minmax(250px, .56fr); gap: 30px; align-items: start; margin-bottom: 34px; padding-bottom: 23px; border-bottom: 1px solid var(--tq-line); }
.tq-section-dark .tq-section-head { border-color: rgba(255,255,255,.2); }
.tq-section-head h2 { margin: -6px 0 0; font-size: clamp(28px, 4vw, 48px); line-height: 1.22; letter-spacing: -.06em; }
.tq-section-head p { margin: 0; color: var(--tq-muted); font-size: 14px; line-height: 1.85; }
.tq-section-dark .tq-section-head p { color: #bfcbda; }
.tq-section-more { display: flex; justify-content: flex-end; margin-top: 28px; }
.tq-platform-home-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; margin: -8px 0 27px; padding: 18px 20px; background: #fbf6ec; border: 1px solid #eadfc9; border-left: 4px solid var(--tq-gold); border-radius: 8px; }
.tq-platform-home-intro p { margin: 0; color: #5e6878; font-size: 14px; line-height: 1.8; }
.tq-platform-home-intro .tq-arrow-link { white-space: nowrap; font-size: 13px; }
.tq-intro-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; margin-bottom: 38px; }
.tq-intro-layout h2 { max-width: 600px; margin: 11px 0 0; font-size: clamp(28px, 4vw, 45px); line-height: 1.3; letter-spacing: -.06em; }
.tq-intro-layout p { max-width: 470px; margin: 0; color: var(--tq-muted); font-size: 15px; }

.tq-quick-grid { display: grid; background: var(--tq-paper); border: 1px solid var(--tq-line); box-shadow: var(--tq-shadow); }
.tq-quick-grid-four { grid-template-columns: repeat(4, 1fr); }
.tq-quick-item { min-height: 176px; padding: 23px 22px; background: var(--tq-paper); border-right: 1px solid var(--tq-line); transition: color .22s, background .22s, transform .22s var(--tq-ease); }
.tq-quick-item:last-child { border-right: 0; }
.tq-quick-item span { color: var(--tq-gold-deep); font-family: var(--tq-mono); font-size: 10px; letter-spacing: .1em; }
.tq-quick-item h3 { display: flex; justify-content: space-between; gap: 10px; margin: 42px 0 8px; font-size: 20px; letter-spacing: -.03em; }
.tq-quick-item h3 b { color: var(--tq-coral); font-family: var(--tq-mono); font-size: 16px; }
.tq-quick-item p { margin: 0; color: var(--tq-muted); font-size: 13px; line-height: 1.65; }
.tq-quick-item:hover { color: #fff; background: var(--tq-navy-2); transform: translateY(-5px); }
.tq-quick-item:hover p, .tq-quick-item:hover span, .tq-quick-item:hover h3 b { color: #fff; }
.tq-quick-item-dark { color: #fff; background: var(--tq-navy); }
.tq-quick-item-dark p { color: #bcc8d6; }
.tq-quick-item-dark span { color: var(--tq-gold); }

.tq-notice { display: grid; grid-template-columns: 92px 1fr; gap: 18px; margin-bottom: 28px; padding: 17px 19px; background: var(--tq-pale-green); border: 1px solid #cbe2d8; border-left: 4px solid var(--tq-teal); border-radius: 8px; }
.tq-notice-code { color: var(--tq-teal); }
.tq-notice strong { display: block; margin-bottom: 2px; }
.tq-notice p { margin: 0; color: #5e766f; font-size: 13px; }

.tq-comparison-guide, .tq-platform-intro { margin-bottom: 32px; padding: 30px 32px; background: linear-gradient(135deg, #fffdf9 0%, #f5ecdd 100%); border: 1px solid var(--tq-line); border-radius: var(--tq-radius); box-shadow: var(--tq-shadow); }
.tq-comparison-guide h2, .tq-platform-intro h2 { max-width: 760px; margin: 9px 0 13px; font-size: clamp(25px, 3vw, 36px); line-height: 1.35; letter-spacing: -.055em; }
.tq-comparison-guide p, .tq-platform-intro p { max-width: 940px; margin: 0; color: #5e6878; font-size: 15px; line-height: 1.9; }
.tq-comparison-points, .tq-platform-intro-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tq-comparison-points span, .tq-platform-intro-tags span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: var(--tq-gold-deep); background: rgba(255,255,255,.72); border: 1px solid #e2d4bb; border-radius: 999px; font-size: 11px; font-weight: 800; }
.tq-comparison-points b { color: var(--tq-coral); font-family: var(--tq-mono); font-size: 10px; }
.tq-platform-data-note { margin: 18px 0 0; padding: 12px 14px; color: #6c6f72; background: #f7f3ec; border-left: 3px solid var(--tq-gold); border-radius: 5px; font-size: 12px; }

.tq-filter { display: grid; grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(150px, .6fr)) auto; gap: 11px; margin-bottom: 22px; padding: 17px; background: var(--tq-paper); border: 1px solid var(--tq-line); border-radius: var(--tq-radius); box-shadow: 0 10px 28px rgba(21,32,51,.05); }
.tq-filter label { display: grid; gap: 7px; color: var(--tq-ink); font-family: var(--tq-mono); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.tq-filter .tq-search-wide { grid-column: 1 / 4; }
.tq-filter input, .tq-filter select { width: 100%; min-height: 44px; padding: 8px 11px; color: var(--tq-ink); background: #fff; border: 1px solid var(--tq-line-dark); border-radius: 8px; font-family: var(--tq-sans); font-size: 14px; font-weight: 500; outline: 0; }
.tq-filter input:focus, .tq-filter select:focus { border-color: var(--tq-gold); box-shadow: 0 0 0 3px rgba(210,171,103,.18); }
.tq-filter input::placeholder { color: #9ba2ad; font-weight: 500; }
.tq-filter button { align-self: end; min-height: 44px; padding: 8px 15px; color: var(--tq-navy); background: var(--tq-gold); border: 0; border-radius: 8px; font-size: 13px; font-weight: 900; }
.tq-filter button:hover { background: #e1bc78; }
.tq-result-count { display: flex; gap: 9px; align-items: center; margin: 0 0 16px; color: var(--tq-muted); font-family: var(--tq-mono); font-size: 11px; }
.tq-result-count strong { color: var(--tq-gold-deep); font-size: 22px; }

.tq-platform-list { overflow: hidden; border-top: 2px solid var(--tq-navy); border-radius: 10px; box-shadow: 0 10px 28px rgba(21,32,51,.05); }
.tq-platform-row { display: grid; grid-template-columns: 112px minmax(180px, 1.05fr) minmax(310px, 1.1fr) auto; gap: 22px; align-items: center; padding: 18px 20px; background: var(--tq-paper); border-bottom: 1px solid var(--tq-line); transition: background .2s, box-shadow .2s, transform .2s var(--tq-ease); }
.tq-platform-row:last-child { border-bottom: 0; }
.tq-platform-row:nth-child(even) { background: #fbf9f4; }
.tq-platform-row:hover { background: #fff9ee; box-shadow: inset 4px 0 0 var(--tq-gold); }
.tq-platform-logo { display: grid; place-items: center; width: 98px; height: 76px; padding: 7px; overflow: hidden; background: #fff; border: 1px solid var(--tq-line); border-radius: 10px; }
.tq-platform-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.tq-platform-main h3 { margin: 6px 0 2px; font-size: 19px; letter-spacing: -.03em; }
.tq-platform-main p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--tq-muted); font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tq-platform-spec { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }
.tq-platform-spec div { padding: 0 14px; border-left: 1px solid var(--tq-line); }
.tq-platform-spec dt { color: var(--tq-muted); font-family: var(--tq-mono); font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.tq-platform-spec dd { margin: 4px 0 0; color: var(--tq-ink); font-size: 14px; font-weight: 800; line-height: 1.35; }

.tq-provider-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 13px; margin-bottom: 30px; }
.tq-provider-tile { min-width: 0; overflow: hidden; padding: 0; text-align: left; background: var(--tq-paper); border: 1px solid var(--tq-line); border-radius: 10px; transition: transform .2s var(--tq-ease), box-shadow .2s, border-color .2s; }
.tq-provider-tile:hover { border-color: var(--tq-gold); box-shadow: var(--tq-shadow); transform: translateY(-4px); }
.tq-provider-tile img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.tq-provider-tile span { display: block; padding: 9px 10px; font-size: 12px; font-weight: 800; border-top: 1px solid var(--tq-line); }
.tq-game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.tq-game-card { min-width: 0; overflow: hidden; background: var(--tq-paper); border: 1px solid var(--tq-line); border-radius: 12px; box-shadow: 0 8px 22px rgba(21,32,51,.04); transition: border-color .2s, box-shadow .2s, transform .2s var(--tq-ease); }
.tq-game-card:hover { border-color: var(--tq-gold); box-shadow: 0 18px 34px rgba(21,32,51,.11); transform: translateY(-5px); }
.tq-game-cover { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #e6e1d8; border-bottom: 1px solid var(--tq-line); }
.tq-game-cover::after { position: absolute; right: 9px; bottom: 9px; padding: 3px 7px; color: #fff; background: rgba(12,22,40,.78); border-radius: 4px; content: "GAME DATA"; font-family: var(--tq-mono); font-size: 8px; letter-spacing: .08em; }
.tq-game-cover img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--tq-ease); }
.tq-game-card:hover .tq-game-cover img { transform: scale(1.04); }
.tq-game-cover img.tq-game-cover-contain { object-fit: contain; padding: 7px; background: radial-gradient(circle at 50% 35%, #2d4660 0, #0c1628 72%); }
.tq-game-body { padding: 15px; }
.tq-game-body .tq-eyebrow { display: block; min-height: 25px; overflow: hidden; color: var(--tq-teal); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.tq-game-body h3 { display: -webkit-box; min-height: 50px; overflow: hidden; margin: 5px 0 12px; font-size: 17px; line-height: 1.42; letter-spacing: -.03em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tq-game-spec { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 13px; border-block: 1px solid var(--tq-line); }
.tq-game-spec div { min-width: 0; padding: 8px 4px; border-right: 1px solid var(--tq-line); }
.tq-game-spec div:last-child { border-right: 0; }
.tq-game-spec dt { color: var(--tq-muted); font-family: var(--tq-mono); font-size: 8px; letter-spacing: .05em; }
.tq-game-spec dd { overflow: hidden; margin: 2px 0 0; font-size: 11px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.tq-game-actions { display: flex; gap: 7px; }
.tq-game-actions a { flex: 1; padding: 8px 5px; color: var(--tq-gold-deep); background: #f6ead4; border-radius: 6px; font-size: 10px; font-weight: 900; text-align: center; }
.tq-game-actions a:hover { background: #ecddbf; }
.tq-game-actions .tq-game-open { color: var(--tq-navy); background: var(--tq-gold); }
.tq-game-actions .tq-game-open:hover { background: #e2bd78; }
.tq-load-more { display: block; min-width: 190px; margin: 30px auto 0; padding: 12px 18px; color: var(--tq-navy); background: var(--tq-gold); border: 0; border-radius: 999px; font-weight: 900; }
.tq-load-more:hover { background: #e2bd78; }

.tq-topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tq-topic-grid-three { gap: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
.tq-topic-card { position: relative; min-height: 258px; padding: 25px; background: var(--tq-paper); border-right: 1px solid var(--tq-line); border-bottom: 1px solid var(--tq-line); }
.tq-topic-card:last-child { border-right: 0; }
.tq-topic-card:nth-child(3n+2) { background: #f2e9d9; }
.tq-topic-card:nth-child(3n+3) { background: #e7f0eb; }
.tq-topic-card .tq-section-code { display: block; margin-bottom: 50px; }
.tq-topic-card h3 { margin: 0 0 11px; font-size: 22px; line-height: 1.35; letter-spacing: -.04em; }
.tq-topic-card p { margin: 0 0 20px; color: var(--tq-muted); font-size: 13px; line-height: 1.75; }
.tq-topic-card .tq-arrow-link { position: absolute; bottom: 25px; left: 25px; }
.tq-section-dark .tq-topic-card h3 { color: var(--tq-ink); }
.tq-section-dark .tq-topic-card p { color: #586373; }
.tq-section-dark .tq-topic-card .tq-arrow-link { color: var(--tq-gold-deep); }

.tq-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.tq-post-card { min-width: 0; overflow: hidden; background: var(--tq-paper); border: 1px solid var(--tq-line); border-radius: 12px; box-shadow: 0 8px 22px rgba(21,32,51,.04); transition: transform .2s var(--tq-ease), box-shadow .2s, border-color .2s; }
.tq-post-card:hover { border-color: var(--tq-gold); box-shadow: var(--tq-shadow); transform: translateY(-4px); }
.tq-post-card a { display: flex; flex-direction: column; height: 100%; }
.tq-post-card-image { width: 100%; height: 178px; overflow: hidden; background: var(--tq-navy); }
.tq-post-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s var(--tq-ease); }
.tq-post-card:hover .tq-post-card-image img { transform: scale(1.04); }
.tq-post-card-content { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.tq-post-index { display: block; margin-bottom: 12px; color: var(--tq-muted); font-size: 10px; }
.tq-post-card .tq-chip { align-self: flex-start; }
.tq-post-card h3 { margin: 12px 0 9px; font-size: 19px; line-height: 1.4; letter-spacing: -.04em; }
.tq-post-card p { flex-grow: 1; margin: 0 0 17px; color: var(--tq-muted); font-size: 13px; line-height: 1.75; }
.tq-post-card .tq-arrow-link { align-self: flex-start; font-size: 13px; }

.tq-page-head { position: relative; overflow: hidden; padding: 68px 0 50px; color: #fff; background: var(--tq-navy); }
.tq-page-head::after { position: absolute; top: -130px; right: -100px; width: 400px; height: 400px; content: ""; opacity: .55; background: radial-gradient(circle, rgba(210,171,103,.28), transparent 66%); }
.tq-page-head .tq-container { position: relative; z-index: 1; }
.tq-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 23px; color: #aab7c6; font-family: var(--tq-mono); font-size: 10px; }
.tq-breadcrumbs a:hover { color: var(--tq-gold); }
.tq-page-head .tq-kicker { color: var(--tq-gold); }
.tq-page-head h1 { max-width: 950px; margin: 13px 0 14px; color: #fff; font-size: clamp(38px, 6vw, 68px); line-height: 1.1; letter-spacing: -.065em; }
.tq-page-head p { max-width: 800px; margin: 0; color: #c1ccda; font-size: 16px; line-height: 1.85; }
.tq-detail-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 26px; }
.tq-detail-panel { padding: 27px; background: var(--tq-paper); border: 1px solid var(--tq-line); border-radius: var(--tq-radius); box-shadow: var(--tq-shadow); }
.tq-detail-panel h2 { margin-top: 0; font-size: 25px; letter-spacing: -.04em; }
.tq-detail-table { width: 100%; border-collapse: collapse; }
.tq-detail-table th, .tq-detail-table td { padding: 14px 10px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--tq-line); }
.tq-detail-table th { width: 32%; color: var(--tq-muted); font-family: var(--tq-mono); font-size: 10px; letter-spacing: .06em; }
.tq-detail-logo { display: grid; place-items: center; min-height: 220px; margin-bottom: 24px; background: #f0ece4; border: 1px solid var(--tq-line); border-radius: 10px; }
.tq-detail-logo img { max-width: 82%; max-height: 180px; object-fit: contain; }
.tq-btn-play { color: var(--tq-navy); background: var(--tq-gold); border-color: var(--tq-gold); }
.tq-btn-play:hover { color: var(--tq-navy); background: #e2bd78; border-color: #e2bd78; }

.tq-richtext { max-width: 900px; margin-inline: auto; padding: 44px 50px; background: var(--tq-paper); border: 1px solid var(--tq-line); border-radius: var(--tq-radius); box-shadow: var(--tq-shadow); }
.tq-richtext h2 { margin-top: 1.8em; font-size: 30px; letter-spacing: -.04em; }
.tq-richtext h2:first-child { margin-top: 0; }
.tq-richtext h3 { margin-top: 1.5em; font-size: 23px; }
.tq-richtext a { color: var(--tq-gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.tq-richtext blockquote { margin: 1.5em 0; padding: 14px 20px; color: #586373; background: #f2e9d9; border-left: 4px solid var(--tq-gold); }
.tq-richtext table { width: 100%; margin: 1.7em 0; border-collapse: collapse; border-top: 2px solid var(--tq-navy); font-size: 14px; }
.tq-richtext th, .tq-richtext td { padding: 12px 10px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--tq-line); }
.tq-richtext th { color: var(--tq-gold-deep); font-size: 12px; font-weight: 800; }
.tq-richtext td { color: var(--tq-muted); }
.tq-article-featured { max-width: 1100px; margin: 0 auto 32px; }
.tq-article-cover { display: block; width: 100%; max-height: 600px; object-fit: cover; border-radius: var(--tq-radius); box-shadow: var(--tq-shadow); }
.tq-pagination { margin-top: 28px; }
.tq-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.tq-pagination a, .tq-pagination span { min-width: 40px; padding: 7px 11px; text-align: center; background: var(--tq-paper); border: 1px solid var(--tq-line); border-radius: 7px; }
.tq-pagination a:hover, .tq-pagination .current { color: var(--tq-navy); background: var(--tq-gold); border-color: var(--tq-gold); }
.tq-empty { padding: 26px; background: var(--tq-paper); border: 1px dashed var(--tq-line-dark); border-radius: 9px; }

.tq-jumpnav { display: flex; flex-wrap: wrap; gap: 8px; padding: 14px; background: var(--tq-paper); border: 1px solid var(--tq-line); border-radius: 10px; box-shadow: 0 10px 28px rgba(21,32,51,.05); }
.tq-jumpnav a { padding: 8px 12px; color: var(--tq-gold-deep); background: #f6ead4; border-radius: 7px; font-size: 12px; font-weight: 800; }
.tq-jumpnav a:hover { color: var(--tq-navy); background: var(--tq-gold); }
.tq-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.tq-content-panel { min-width: 0; padding: 26px; color: var(--tq-ink); background: var(--tq-paper); border: 1px solid var(--tq-line); border-radius: var(--tq-radius); box-shadow: 0 10px 28px rgba(21,32,51,.05); }
.tq-section-dark .tq-content-panel { border-color: rgba(255,255,255,.12); }
.tq-content-panel h3 { margin: 0 0 14px; font-size: 23px; line-height: 1.4; letter-spacing: -.04em; }
.tq-content-panel p { color: var(--tq-muted); }
.tq-step-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: tq-step; border-top: 1px solid var(--tq-line); }
.tq-step-list li { position: relative; display: grid; gap: 3px; min-height: 72px; padding: 14px 8px 14px 48px; border-bottom: 1px solid var(--tq-line); counter-increment: tq-step; }
.tq-step-list li::before { position: absolute; top: 16px; left: 6px; content: counter(tq-step, decimal-leading-zero); color: var(--tq-coral); font-family: var(--tq-mono); font-size: 12px; font-weight: 800; }
.tq-step-list strong { font-size: 15px; }
.tq-step-list span { color: var(--tq-muted); font-size: 13px; }
.tq-guide-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--tq-navy); }
.tq-guide-table th, .tq-guide-table td { padding: 11px 9px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--tq-line); }
.tq-guide-table th { width: 30%; color: var(--tq-gold-deep); font-size: 12px; }
.tq-guide-table td { color: var(--tq-muted); font-size: 13px; }
.tq-keyline { display: grid; grid-template-columns: 140px 1fr; gap: 12px; margin-top: 18px; padding: 13px; color: var(--tq-ink); background: var(--tq-pale-orange); border-left: 4px solid var(--tq-coral); font-size: 13px; }
.tq-check-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--tq-line); }
.tq-check-list li { padding: 12px 8px 12px 28px; color: var(--tq-muted); border-bottom: 1px solid var(--tq-line); font-size: 13px; }
.tq-check-list li::before { float: left; margin-left: -22px; color: var(--tq-teal); content: "●"; font-size: 9px; }
.tq-check-list strong { color: var(--tq-ink); }
.tq-alert { display: grid; grid-template-columns: 105px 1fr; gap: 20px; margin-top: 18px; padding: 20px; color: #532316; background: #fff0e8; border: 1px solid #efb08d; border-left: 6px solid var(--tq-coral); border-radius: 9px; }
.tq-alert strong { display: block; margin-bottom: 4px; font-size: 18px; }
.tq-alert p { margin: 0; color: #70402e; }
.tq-faq { display: grid; gap: 10px; }
.tq-faq details { background: var(--tq-paper); border: 1px solid var(--tq-line); border-radius: 9px; }
.tq-faq summary { position: relative; padding: 17px 48px 17px 18px; color: var(--tq-navy); font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.tq-faq summary::-webkit-details-marker { display: none; }
.tq-faq summary::after { position: absolute; top: 15px; right: 18px; color: var(--tq-gold-deep); content: "+"; font-family: var(--tq-mono); font-size: 22px; }
.tq-faq details[open] summary { color: var(--tq-gold-deep); background: #fff8ed; border-bottom: 1px solid var(--tq-line); }
.tq-faq details[open] summary::after { content: "−"; }
.tq-faq details p { margin: 0; padding: 17px 18px 20px; color: var(--tq-muted); }

.tq-footer { position: relative; overflow: hidden; color: #c1ccda; background: var(--tq-navy); border-top: 4px solid var(--tq-gold); }
.tq-footer-glow { position: absolute; top: -250px; right: -120px; width: 500px; height: 500px; opacity: .25; background: radial-gradient(circle, var(--tq-gold), transparent 68%); pointer-events: none; }
.tq-footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .72fr 1.2fr; gap: 64px; padding: 60px 0 55px; }
.tq-footer h2, .tq-footer h3 { margin-top: 0; color: #fff; }
.tq-footer h2 { margin-bottom: 14px; font-size: 30px; letter-spacing: -.05em; }
.tq-footer h3 { font-size: 14px; }
.tq-footer p { max-width: 370px; color: #aebaca; font-size: 13px; line-height: 1.85; }
.tq-footer-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.tq-footer-list a { color: #d0d9e3; font-size: 13px; }
.tq-footer-list a:hover { color: var(--tq-gold); }
.tq-footer-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 13px; color: var(--tq-gold); font-size: 13px; font-weight: 800; }
.tq-footer-cta:hover { color: #f0d59e; }
.tq-footer-index { display: flex; flex-wrap: wrap; gap: 7px; }
.tq-footer-index a { padding: 6px 9px; color: #cbd5e0; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; font-family: var(--tq-mono); font-size: 9px; }
.tq-footer-index a:hover { color: var(--tq-navy); background: var(--tq-gold); border-color: var(--tq-gold); }
.tq-footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; color: #8795a7; border-top: 1px solid rgba(255,255,255,.13); font-family: var(--tq-mono); font-size: 9px; letter-spacing: .05em; }
.tq-back-top { position: fixed; right: 20px; bottom: 20px; z-index: 700; display: grid; place-items: center; width: 45px; height: 45px; color: var(--tq-navy); background: var(--tq-gold); border: 0; border-radius: 50%; opacity: 0; pointer-events: none; box-shadow: 0 8px 20px rgba(21,32,51,.18); transform: translateY(12px); transition: opacity .2s, transform .2s var(--tq-ease); }
.tq-back-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 1120px) {
	:root { --tq-width: min(1280px, calc(100% - 40px)); }
	.tq-header-inner { grid-template-columns: 250px 1fr auto; gap: 12px; }
	.tq-header-link { display: none; }
	.tq-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr); gap: 50px; }
	.tq-platform-row { grid-template-columns: 100px minmax(170px, 1fr) auto; }
	.tq-platform-spec { grid-column: 2 / -1; }
	.tq-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.tq-provider-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.tq-footer-main { gap: 35px; }
}

@media (max-width: 820px) {
	body.admin-bar .tq-header { top: 46px; }
	.tq-header-inner { grid-template-columns: 1fr auto; min-height: 72px; }
	.tq-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
	.tq-navigation { position: absolute; top: 100%; right: 20px; left: 20px; display: none; padding: 10px; background: var(--tq-paper); border: 1px solid var(--tq-line-dark); border-radius: 12px; box-shadow: 0 18px 38px rgba(21,32,51,.16); }
	.tq-navigation.is-open { display: block; }
	.tq-nav-list { display: grid; grid-template-columns: repeat(2, 1fr); align-items: stretch; }
	.tq-nav-list a { border: 1px solid var(--tq-line); border-radius: 6px; }
	.tq-header-actions { gap: 7px; }
	.tq-header-search span { display: none; }
	.tq-hero-grid { grid-template-columns: 1fr; padding-top: 62px; padding-bottom: 105px; }
	.tq-hero-panel { justify-self: start; }
	.tq-section-head { grid-template-columns: 105px minmax(0, 1fr); gap: 18px; }
	.tq-section-head p { grid-column: 2; }
	.tq-intro-layout { grid-template-columns: 1fr; gap: 20px; }
	.tq-quick-grid-four { grid-template-columns: repeat(2, 1fr); }
	.tq-content-grid { grid-template-columns: 1fr; }
	.tq-footer-main { grid-template-columns: 1fr 1fr; }
	.tq-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
	:root { --tq-width: min(1280px, calc(100% - 26px)); }
	.tq-topline-inner { min-height: 30px; }
	.tq-topline-inner span:last-child { display: none; }
	.tq-brand-copy strong { font-size: 16px; }
	.tq-brand-copy small { display: none; }
	.tq-brand-mark { width: 42px; height: 42px; flex-basis: 42px; font-size: 13px; }
	.tq-header-search { min-height: 40px; padding-inline: 9px; }
	.tq-menu-toggle { min-height: 40px; }
	.tq-hero { min-height: 720px; }
	.tq-hero::before { background-image: linear-gradient(90deg, rgba(8,16,30,.96) 0%, rgba(8,16,30,.78) 100%), var(--tq-hero-image); background-position: 65% center; }
	.tq-hero-video { opacity: .58; object-position: 68% center; }
	.tq-hero-grid { padding-top: 48px; padding-bottom: 126px; }
	.tq-hero h1 { font-size: clamp(43px, 14vw, 66px); }
	.tq-hero-lead { font-size: 16px; }
	.tq-hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
	.tq-search-box { min-height: 54px; margin-top: 30px; padding-left: 13px; }
	.tq-search-box button { min-height: 42px; padding-inline: 12px; font-size: 12px; }
	.tq-hero-panel { width: 100%; box-shadow: 8px 8px 0 rgba(210,171,103,.12); }
	.tq-hero-stat { padding-block: 18px; }
	.tq-hero-bottomline .tq-container { display: block; }
	.tq-hero-bottomline span { display: block; }
	.tq-hero-bottomline span:last-child { margin-top: 4px; line-height: 1.6; }
	.tq-section { padding: 58px 0; }
	.tq-section-intro { padding-top: 53px; padding-bottom: 53px; }
	.tq-section-head { grid-template-columns: 1fr; gap: 9px; margin-bottom: 25px; }
	.tq-section-head p { grid-column: 1; }
	.tq-section-head h2 { margin-top: 0; font-size: 31px; }
	.tq-quick-grid-four { grid-template-columns: 1fr 1fr; }
	.tq-quick-item { min-height: 158px; padding: 17px 15px; }
	.tq-quick-item h3 { margin-top: 30px; font-size: 17px; }
	.tq-quick-item p { font-size: 12px; }
	.tq-notice { grid-template-columns: 1fr; gap: 4px; }
	.tq-platform-home-intro { grid-template-columns: 1fr; gap: 12px; }
	.tq-comparison-guide, .tq-platform-intro { padding: 22px 19px; }
	.tq-comparison-guide h2, .tq-platform-intro h2 { font-size: 27px; }
	.tq-filter { grid-template-columns: 1fr; padding: 13px; }
	.tq-filter .tq-search-wide { grid-column: auto; }
	.tq-platform-row { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; padding: 15px 13px; }
	.tq-platform-logo { width: 68px; height: 58px; padding: 4px; }
	.tq-platform-main h3 { font-size: 17px; }
	.tq-platform-spec, .tq-platform-row > .tq-arrow-link { grid-column: 1 / -1; }
	.tq-platform-spec div { padding-inline: 7px; }
	.tq-platform-spec dd { font-size: 12px; }
	.tq-platform-row > .tq-arrow-link { justify-content: flex-end; font-size: 12px; }
	.tq-provider-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
	.tq-provider-tile span { overflow: hidden; padding: 7px; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
	.tq-game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.tq-game-body { padding: 10px; }
	.tq-game-body h3 { min-height: 44px; font-size: 14px; }
	.tq-game-spec { grid-template-columns: 1fr; }
	.tq-game-spec div { display: flex; justify-content: space-between; padding: 6px 3px; border-right: 0; border-bottom: 1px solid var(--tq-line); }
	.tq-game-spec div:last-child { border-bottom: 0; }
	.tq-game-actions { display: grid; gap: 5px; }
	.tq-game-actions a { padding: 7px 3px; font-size: 9px; }
	.tq-topic-grid, .tq-post-grid { grid-template-columns: 1fr; }
	.tq-topic-grid-three { border: 0; overflow: visible; }
	.tq-topic-card { min-height: 222px; border-right: 0; border-radius: 9px; }
	.tq-topic-grid-three .tq-topic-card { border-bottom: 1px solid var(--tq-line); }
	.tq-detail-grid { grid-template-columns: 1fr; }
	.tq-detail-panel, .tq-content-panel { padding: 20px; }
	.tq-richtext { padding: 25px 21px; }
	.tq-richtext h2 { font-size: 26px; }
	.tq-richtext table { display: block; max-width: 100%; overflow-x: auto; }
	.tq-richtext th, .tq-richtext td { min-width: 130px; }
	.tq-jumpnav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 10px; }
	.tq-jumpnav a { font-size: 11px; text-align: center; }
	.tq-keyline, .tq-alert { grid-template-columns: 1fr; gap: 6px; }
	.tq-guide-table { display: block; overflow-x: auto; }
	.tq-guide-table th { min-width: 96px; }
	.tq-footer-main { grid-template-columns: 1fr; gap: 30px; padding: 46px 0 40px; }
	.tq-footer-brand { grid-column: auto; }
	.tq-footer-bottom { display: grid; gap: 7px; }
	.tq-page-head { padding: 50px 0 38px; }
	.tq-page-head h1 { font-size: 40px; }
}

/* Mobile hardening: keep every block inside the viewport, including WordPress menus and long data values. */
html, body { max-width: 100%; overflow-x: hidden; }
@media (max-width: 820px) {
	.tq-header-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "brand actions"; width: var(--tq-width); gap: 8px; padding-block: 10px; }
	.tq-brand { grid-area: brand; min-width: 0; }
	.tq-header-actions { grid-area: actions; min-width: 0; }
	.tq-navigation { position: absolute; top: calc(100% - 1px); right: 0; left: 0; z-index: 5; width: auto; }
	.tq-nav-list { min-width: 0; }
	.tq-hero-grid, .tq-section-head, .tq-intro-layout, .tq-content-grid, .tq-detail-grid, .tq-footer-main, .tq-post-grid, .tq-game-grid, .tq-topic-grid { min-width: 0; }
	.tq-hero-copy, .tq-hero-panel, .tq-section-head > *, .tq-platform-main, .tq-platform-spec, .tq-detail-panel, .tq-content-panel, .tq-richtext { min-width: 0; max-width: 100%; }
	.tq-hero-lead, .tq-section-head p, .tq-platform-main p, .tq-detail-panel p, .tq-content-panel p, .tq-richtext p { overflow-wrap: anywhere; word-break: break-word; }
	.tq-hero-panel { justify-self: stretch; }
	.tq-platform-spec dd, .tq-detail-table td, .tq-guide-table td { overflow-wrap: anywhere; word-break: break-word; }
	.tq-platform-spec div { min-width: 0; }
	.tq-detail-table, .tq-guide-table { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
