:root {
    --navy-950: #080d18;
    --navy-900: #0f1626;
    --navy-800: #172238;
    --navy-700: #22314d;
    --orange: #ef6635;
    --orange-dark: #c94d24;
    --orange-soft: #fff0e8;
    --paper: #f5f2eb;
    --paper-strong: #ebe5da;
    --white: #fff;
    --ink: #172033;
    --muted: #657083;
    --line: #d8d2c8;
    --green: #4fd1a1;
    --shell: 1180px;
    --shadow: 0 26px 80px rgba(10, 17, 31, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Noto Sans TC", "Noto Sans JP", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
body::selection { background: rgba(239, 102, 53, .24); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
section[id] { scroll-margin-top: 24px; }

.skip-link {
    position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px;
    transform: translateY(-160%); border-radius: 10px; background: var(--white);
    color: var(--navy-900); font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: var(--white); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 145px; height: auto; }
.language-switcher { display: flex; align-items: center; gap: 5px; font-size: 13px; }

.game-hero { position: relative; min-height: 720px; padding: 156px 0 110px; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero-background-video { position: absolute; z-index: 0; inset: 0 0 0 auto; width: 72%; height: 100%; max-width: none; object-fit: contain; object-position: right center; background: var(--navy-950); pointer-events: none; }
.game-hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--navy-950) 0%, var(--navy-950) 30%, rgba(8,13,24,.96) 38%, rgba(8,13,24,.66) 52%, rgba(8,13,24,.18) 72%, rgba(8,13,24,.08) 100%), linear-gradient(180deg, rgba(8,13,24,.14), rgba(8,13,24,.3)); }
.game-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 78%); }
.hero-grid { position: relative; z-index: 2; min-height: 454px; display: flex; align-items: center; }
.hero-copy { position: relative; width: min(100%, 680px); }
.eyebrow { margin: 0 0 13px; color: var(--orange); font-family: "Outfit", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-copy h1 { max-width: 660px; margin: 0 0 22px; font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif; font-size: clamp(50px, 6.4vw, 86px); line-height: .98; letter-spacing: -.035em; }
.hero-intro { max-width: 620px; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s, background-color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid #ffd3c4; outline-offset: 4px; }
.button-primary { background: var(--orange); color: var(--white); box-shadow: 0 12px 32px rgba(239,102,53,.28); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { border-color: rgba(255,255,255,.24); color: var(--white); background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.category-section { position: relative; z-index: 5; padding: 84px 0 92px; background: var(--navy-900); color: var(--white); }
.compact-heading { display: grid; grid-template-columns: .45fr 1fr; column-gap: 48px; align-items: end; }
.compact-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif; font-size: clamp(34px, 5vw, 58px); line-height: 1.08; letter-spacing: -.025em; }
.section-heading > p:last-child { max-width: 720px; margin: 17px 0 0; color: var(--muted); font-size: 17px; }
.category-section .section-heading > p:last-child { margin: 0; color: rgba(255,255,255,.62); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 42px; }
.category-card { position: relative; min-height: 260px; display: flex; flex-direction: column; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.045); text-decoration: none; }
.category-card.is-active { background: linear-gradient(155deg, var(--orange), #be411e); border-color: transparent; box-shadow: 0 22px 46px rgba(0,0,0,.22); transition: transform .2s; }
.category-card.is-active:hover { transform: translateY(-5px); }
.category-number { color: rgba(255,255,255,.35); font-family: "Outfit", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.category-state { align-self: flex-start; margin: 18px 0 auto; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.09); color: rgba(255,255,255,.7); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.is-active .category-state { background: rgba(255,255,255,.17); color: var(--white); }
.category-card h3 { margin: 24px 0 6px; font-size: 22px; line-height: 1.25; }
.category-card p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.55; }
.category-card.is-active p { color: rgba(255,255,255,.83); }

.overview-section { padding: 110px 0; }
.overview-section .section-heading { max-width: 800px; }
.game-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
    margin-top: 42px;
}
.game-category-column {
    min-width: 0;
    min-height: 382px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,255,255,.42);
}
.game-category-column.is-populated {
    background: rgba(255,255,255,.72);
    box-shadow: 0 16px 42px rgba(31,42,60,.08);
}
.game-category-column > h3 {
    min-height: 54px;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--line);
    font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: clamp(20px, 2vw, 27px);
    line-height: 1.18;
}
.game-category-column.is-populated > h3 { border-bottom-color: rgba(239,102,53,.42); }
.game-picker {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}
.game-icon-button {
    min-width: 0;
    min-height: 82px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 11px 13px 11px 10px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 8px 22px rgba(31,42,60,.055);
    text-decoration: none;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
    -webkit-tap-highlight-color: rgba(239,102,53,.16);
    transition: transform .2s, border-color .2s, box-shadow .2s, background-color .2s;
}
.game-icon-button:hover {
    transform: translateY(-3px);
    border-color: rgba(239,102,53,.48);
    box-shadow: 0 13px 30px rgba(31,42,60,.12);
}
.game-icon-button.is-selected {
    border-color: var(--orange);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(239,102,53,.14), 0 14px 34px rgba(31,42,60,.13);
    transform: translateY(-2px);
}
.game-icon-media {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    overflow: visible;
    background: transparent;
}
.game-icon-media img {
    width: 58px;
    height: 58px;
    max-width: none;
    object-fit: contain;
}
.game-icon-button-cyan .game-icon-media,
.game-icon-button-blue .game-icon-media,
.game-icon-button-indigo .game-icon-media {
    border-radius: 14px;
    background: rgba(190, 220, 255, .12);
    box-shadow: inset 0 0 0 1px rgba(170, 210, 255, .18);
}
.game-icon-button-cyan .game-icon-media img,
.game-icon-button-blue .game-icon-media img,
.game-icon-button-indigo .game-icon-media img {
    opacity: 1;
    filter: saturate(1.2) brightness(1.04);
    transition: filter .2s ease;
}
.game-icon-button-cyan .game-icon-media img {
    filter: hue-rotate(-28deg) saturate(1.2) brightness(1.04);
}
.game-icon-button-blue .game-icon-media img {
    filter: hue-rotate(0deg) saturate(1.2) brightness(1.04);
}
.game-icon-button-indigo .game-icon-media img {
    filter: hue-rotate(32deg) saturate(1.2) brightness(1.04);
}
.game-category-column[data-game-category="practice"] .game-icon-media img {
    transition: filter .2s ease;
}
.game-category-column[data-game-category="practice"] .game-icon-button:nth-child(1) .game-icon-media img {
    filter: hue-rotate(0deg) saturate(1.12) brightness(1.03);
}
.game-category-column[data-game-category="practice"] .game-icon-button:nth-child(2) .game-icon-media img {
    filter: hue-rotate(55deg) saturate(1.18) brightness(1.06);
}
.game-category-column[data-game-category="practice"] .game-icon-button:nth-child(3) .game-icon-media img {
    filter: hue-rotate(115deg) saturate(1.2) brightness(1.04);
}
.game-category-column[data-game-category="practice"] .game-icon-button:nth-child(4) .game-icon-media img {
    filter: hue-rotate(175deg) saturate(1.2) brightness(1.06);
}
.game-category-column[data-game-category="practice"] .game-icon-button:nth-child(5) .game-icon-media img {
    filter: hue-rotate(235deg) saturate(1.22) brightness(1.08);
}
.game-category-column[data-game-category="practice"] .game-icon-button:nth-child(6) .game-icon-media img {
    filter: hue-rotate(300deg) saturate(1.18) brightness(1.04);
}
.game-icon-copy { min-width: 0; }
.game-icon-name {
    display: block;
    font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.015em;
    white-space: nowrap;
}

.game-detail { padding: 118px 0; border-top: 1px solid rgba(255,255,255,.1); background: var(--navy-900); color: var(--white); }
.game-detail[hidden] { display: none !important; }
.game-filter-ready .game-detail:not([hidden]) { animation: game-detail-reveal .32s ease-out both; }

.game-placeholder {
    min-height: 420px;
    display: grid;
    place-content: center;
    gap: 14px;
    text-align: center;
}
.game-placeholder h2 {
    margin: 0;
    font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: clamp(42px, 7vw, 76px);
    line-height: 1;
}
.game-placeholder p {
    margin: 0;
    color: rgba(255,255,255,.62);
    font-size: 18px;
}
.event-site-button {
    min-width: min(100%, 340px);
    min-height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 18px auto 0;
    padding: 11px 18px 11px 20px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 17px;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: var(--white);
    box-shadow: 0 16px 40px rgba(239,102,53,.24);
    text-align: left;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}
.event-site-button:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(239,102,53,.32); }
.event-site-button > span:first-child { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.event-site-button strong { font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif; font-size: 17px; line-height: 1.25; }
.event-site-button small { color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.3; }
.event-site-button > span:last-child { flex: 0 0 auto; font-size: 21px; line-height: 1; }

@keyframes game-detail-reveal {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
.game-intro-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 64px; }
.game-intro-grid.is-reversed .game-intro-copy { order: 2; }
.game-intro-grid.is-reversed .game-screen { order: 1; }
.game-intro-copy h2 { margin: 0 0 16px; font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif; font-size: clamp(46px, 7vw, 78px); line-height: 1; letter-spacing: -.035em; }
.game-lead { margin: 0; color: var(--muted); font-size: 18px; }
.game-detail .game-lead { color: rgba(255,255,255,.66); }
.fact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 30px 0 0; }
.fact-list div { padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.52); }
.game-detail .fact-list div { border-color: rgba(255,255,255,.11); background: rgba(255,255,255,.045); }
.fact-list dt { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.game-detail .fact-list dt { color: rgba(255,255,255,.48); }
.fact-list dd { margin: 2px 0 0; font-weight: 800; }
.game-screen { margin: 0; }
.game-screen-frame { aspect-ratio: 16 / 9; display: grid; place-items: center; padding: 13px; overflow: hidden; border-radius: 22px; background: var(--navy-950); box-shadow: var(--shadow); }
.game-screen img { width: 100%; height: 100%; max-width: none; border-radius: 12px; object-fit: contain; }
.game-screen figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 13px; color: var(--muted); font-size: 12px; }
.game-detail .game-screen figcaption { color: rgba(255,255,255,.48); }
.game-screen figcaption span { flex: 0 0 auto; }

.image-lightbox {
    width: min(calc(100% - 48px), 1440px);
    max-width: none;
    max-height: 92vh;
    margin: auto;
    padding: 58px 18px 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    background: var(--navy-950);
    color: var(--white);
    box-shadow: 0 32px 110px rgba(0,0,0,.65);
}
.image-lightbox::backdrop { background: rgba(3,6,13,.88); backdrop-filter: blur(7px); }
.image-lightbox img { width: 100%; height: auto; max-height: calc(92vh - 76px); object-fit: contain; }
.image-lightbox-close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: var(--white);
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
}
.image-lightbox-close:hover { background: var(--orange); }
.image-lightbox-close:focus-visible { outline: 3px solid #ffd3c4; outline-offset: 3px; }

@media (min-width: 1021px) and (hover: hover) and (pointer: fine) {
    .game-screen-frame.is-zoomable {
        cursor: zoom-in;
        transition: transform .2s ease, box-shadow .2s ease;
    }
    .game-screen-frame.is-zoomable:hover {
        transform: translateY(-3px);
        box-shadow: 0 30px 90px rgba(0,0,0,.34);
    }
    .game-screen-frame.is-zoomable:focus-visible {
        outline: 3px solid var(--orange);
        outline-offset: 5px;
    }
}

.rule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 62px; }
.rule-grid.is-single { grid-template-columns: 1fr; }
.rule-panel { min-height: 210px; padding: 31px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.45); }
.rule-panel-primary { border-color: transparent; background: var(--orange-soft); }
.game-detail .rule-panel { border-color: rgba(255,255,255,.11); background: rgba(255,255,255,.045); }
.game-detail .rule-panel-primary { border-color: rgba(239,102,53,.5); background: rgba(239,102,53,.11); }
.panel-label { color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.game-detail .panel-label { color: #ff8c64; }
.rule-panel h3 { margin: 9px 0 9px; font-size: 25px; line-height: 1.2; }
.rule-panel p { margin: 0; color: var(--muted); }
.game-detail .rule-panel p { color: rgba(255,255,255,.64); }
.how-to-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 62px; margin-top: 76px; }
.how-to-grid h3 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.15; }
.steps-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.game-detail .steps-list { border-color: rgba(255,255,255,.13); }
.steps-list li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.game-detail .steps-list li { border-color: rgba(255,255,255,.13); }
.steps-list li > span { color: var(--orange); font-family: "Outfit", sans-serif; font-weight: 800; }
.steps-list h4 { margin: 0 0 5px; font-size: 18px; }
.steps-list p { margin: 0; color: var(--muted); }
.game-detail .steps-list p { color: rgba(255,255,255,.62); }

.checkout-section, .count-section, .modes-section { margin-top: 88px; }
.subsection-heading { max-width: 760px; }
.subsection-heading h3 { margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; }
.subsection-heading > p:last-child { margin: 14px 0 0; color: var(--muted); }
.game-detail .subsection-heading > p:last-child { color: rgba(255,255,255,.62); }
.checkout-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.checkout-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.58); }
.checkout-card > strong { display: inline-flex; padding: 7px 10px; border-radius: 8px; background: var(--navy-900); color: var(--white); font-family: "Outfit", sans-serif; letter-spacing: .08em; }
.checkout-card h4 { margin: 16px 0 7px; font-size: 17px; }
.checkout-card p { margin: 0; color: var(--muted); font-size: 14px; }
.notice { display: grid; grid-template-columns: 140px 1fr; gap: 20px; margin-top: 14px; padding: 21px 25px; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; background: var(--white); box-shadow: 0 10px 35px rgba(20,31,49,.07); }
.notice p { margin: 0; color: var(--muted); }
.game-detail .checkout-card {
    border-color: rgba(255,255,255,.11);
    background: rgba(255,255,255,.045);
}
.game-detail .checkout-card > strong {
    background: rgba(255,255,255,.1);
    color: var(--white);
}
.game-detail .checkout-card p { color: rgba(255,255,255,.62); }
.game-detail .notice {
    background: rgba(255,255,255,.055);
    box-shadow: none;
}
.game-detail .notice p { color: rgba(255,255,255,.64); }

.count-flow { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 32px; padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.045); }
.count-item { width: 120px; min-width: 0; flex: 0 0 120px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.count-item img { width: 72px; height: 72px; max-width: none; flex: 0 0 72px; object-fit: contain; margin-bottom: 10px; }
.count-item strong { font-size: 14px; }
.count-item span { color: rgba(255,255,255,.5); font-size: 11px; }
.count-arrow { color: var(--orange); font-size: 24px; }
.mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 15px; margin-top: 32px; }
.mode-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.045); }
.mode-image { aspect-ratio: 16 / 9; display: grid; place-items: center; flex: 0 0 auto; padding: 8px; overflow: hidden; background: var(--navy-950); }
.mode-card img { width: 100%; height: 100%; max-width: none; border-radius: 10px; object-fit: contain; }
.mode-card > div { flex: 1 1 auto; display: flex; flex-direction: column; padding: 23px; }
.mode-card h4 { margin: 0 0 9px; font-size: 21px; }
.mode-card p { margin: 0 0 16px; color: rgba(255,255,255,.62); font-size: 14px; }
.mode-card strong { margin-top: auto; color: #ff8c64; font-size: 13px; }

.glossary-section { padding: 110px 0; background: var(--paper-strong); }
.glossary-dialog {
    width: min(calc(100% - 28px), 1080px);
    max-width: none;
    max-height: min(86vh, 820px);
    margin: auto;
    padding: 0;
    overflow: auto;
    border: 1px solid rgba(23,32,51,.14);
    border-radius: 24px;
    background: var(--paper-strong);
    color: var(--ink);
    box-shadow: 0 30px 100px rgba(4,9,19,.46);
}
.glossary-dialog::backdrop {
    background: rgba(5,9,19,.76);
    backdrop-filter: blur(6px);
}
.glossary-dialog .glossary-section { padding: 62px 0 54px; }
.glossary-dialog .shell { width: min(calc(100% - 72px), var(--shell)); }
.dialog-close {
    position: sticky;
    z-index: 2;
    top: 14px;
    float: right;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin: 14px 14px -58px 0;
    padding: 0;
    border: 1px solid rgba(23,32,51,.15);
    border-radius: 50%;
    background: var(--white);
    color: var(--ink);
    box-shadow: 0 8px 24px rgba(23,32,51,.12);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.dialog-close:hover { color: var(--orange-dark); }
.dialog-close:focus-visible { outline: 3px solid rgba(239,102,53,.35); outline-offset: 3px; }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.glossary-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; }
.glossary-list { margin: 0; border-top: 1px solid #cfc7ba; }
.glossary-list div { display: grid; grid-template-columns: 145px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid #cfc7ba; }
.glossary-list dt { font-family: "Outfit", sans-serif; font-weight: 800; }
.glossary-list dd { margin: 0; color: var(--muted); }
.contact-section { padding: 88px 0; background: var(--navy-950); color: var(--white); }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 48px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: radial-gradient(circle at 80% 0, rgba(239,102,53,.16), transparent 25%), rgba(255,255,255,.035); }
.contact-card > div { max-width: 720px; }
.contact-card h2 { margin: 0; font-size: clamp(30px, 5vw, 50px); line-height: 1.1; }
.contact-card p:last-child { margin: 14px 0 0; color: rgba(255,255,255,.64); }
.contact-card .button { flex: 0 0 auto; }

.site-footer { padding: 30px 0; background: #050913; color: rgba(255,255,255,.5); font-size: 13px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner a { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-inner a:hover { color: var(--orange); }
.facebook-fab, .whatsapp-fab { position: fixed; z-index: 40; left: 24px; min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px 11px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: var(--white); box-shadow: 0 14px 38px rgba(15,22,38,.24); font-weight: 800; text-decoration: none; transition: transform .2s, background-color .2s; }
.facebook-fab { bottom: 92px; background: #155ac2; }
.whatsapp-fab { bottom: 24px; background: #187c58; }
.facebook-fab:hover, .whatsapp-fab:hover { transform: translateY(-3px); }
.fab-icon { width: 32px; height: 32px; flex: 0 0 32px; object-fit: contain; }

.game-return-fab {
    position: fixed;
    z-index: 45;
    right: 24px;
    bottom: 24px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    background: var(--orange);
    color: var(--white);
    box-shadow: 0 16px 42px rgba(8,13,24,.34);
    font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    touch-action: manipulation;
    transition: transform .2s, background-color .2s, box-shadow .2s;
}
.game-return-fab[hidden] { display: none; }
.game-return-icon { font-size: 21px; line-height: 1; }
.game-return-fab:hover { transform: translateY(-3px); background: var(--orange-dark); box-shadow: 0 20px 48px rgba(8,13,24,.42); }
.game-return-fab:focus-visible { outline: 3px solid #ffd3c4; outline-offset: 4px; }

@media (max-width: 1020px) {
    .game-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .game-category-column { min-height: 250px; }
    .hero-background-video { inset: 0; width: 100%; object-fit: cover; object-position: center; background: transparent; opacity: 1; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .category-card { min-height: 220px; }
    .game-intro-grid { grid-template-columns: 1fr; gap: 42px; }
    .game-intro-grid.is-reversed .game-intro-copy, .game-intro-grid.is-reversed .game-screen { order: initial; }
    .game-intro-copy { max-width: 760px; }
}

@media (max-width: 760px) {
    .header-inner { min-height: 74px; }
    .game-hero { min-height: 620px; padding: 130px 0 80px; }
    .game-hero::before { background: linear-gradient(180deg, rgba(8,13,24,.76) 0%, rgba(8,13,24,.84) 58%, rgba(8,13,24,.92) 100%); }
    .hero-grid { min-height: 410px; }
    .compact-heading { display: block; }
    .category-section .section-heading > p:last-child { margin-top: 16px; }
    .game-category-grid { grid-template-columns: 1fr; gap: 10px; }
    .game-category-column { min-height: auto; padding: 16px; }
    .game-category-column > h3 { min-height: auto; padding-bottom: 12px; }
    .game-category-column:not(.is-populated) > h3 { padding-bottom: 0; border-bottom: 0; }
    .game-category-column .game-picker {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px;
    }
    .game-category-column[data-game-category="competition"] .game-picker,
    .game-category-column[data-game-category="party"] .game-picker,
    .game-category-column[data-game-category="practice"] .game-picker {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .game-icon-button {
        min-width: 0;
        min-height: 126px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 8px;
        text-align: center;
    }
    .game-icon-button:hover,
    .game-icon-button.is-selected { transform: none; }
    .game-icon-media, .game-icon-media img { width: 64px; height: 64px; }
    .game-icon-copy { width: 100%; }
    .game-icon-name { font-size: clamp(15px, 2.8vw, 20px); }
    .rule-grid, .how-to-grid, .glossary-grid { grid-template-columns: 1fr; gap: 36px; }
    .checkout-grid, .mode-grid { grid-template-columns: 1fr; }
    .mode-card { display: flex; }
    .count-flow { overflow-x: auto; justify-content: flex-start; }
    .count-item { flex: 0 0 120px; }
    .contact-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .brand img { width: 120px; }
    .language-switcher { gap: 2px; }
    .language-switcher a { padding: 5px 7px; font-size: 11px; }
    .hero-copy h1 { font-size: clamp(44px, 14vw, 64px); }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-background-video { object-position: 58% center; }
    .category-section, .overview-section, .game-detail, .glossary-section { padding: 76px 0; }
    .category-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 185px; }
    .game-category-grid { margin-top: 30px; }
    .game-category-column .game-picker { gap: 6px; }
    .game-icon-button {
        min-width: 0;
        min-height: 108px;
        padding: 9px 3px;
        border-radius: 14px;
    }
    .game-icon-media, .game-icon-media img { width: 54px; height: 54px; }
    .game-icon-name {
        font-size: clamp(12px, 3.8vw, 16px);
        letter-spacing: -.02em;
    }
    .game-intro-copy h2 { font-size: 48px; }
    .fact-list { grid-template-columns: 1fr; }
    .game-screen-frame { padding: 8px; border-radius: 15px; }
    .game-screen img { border-radius: 9px; }
    .game-screen figcaption { display: block; }
    .game-screen figcaption span { display: block; margin-top: 3px; }
    .rule-panel { min-height: auto; padding: 24px; }
    .steps-list li { grid-template-columns: 38px 1fr; }
    .notice { grid-template-columns: 1fr; }
    .mode-card { display: flex; }
    .glossary-list div { grid-template-columns: 1fr; gap: 5px; }
    .glossary-dialog .shell { width: min(calc(100% - 36px), var(--shell)); }
    .glossary-dialog .glossary-section { padding: 58px 0 38px; }
    .contact-card { padding: 30px 24px; }
    .contact-card .button { width: 100%; }
    .footer-inner { align-items: flex-start; flex-direction: column; }
    .game-return-fab {
        right: auto;
        left: 50%;
        bottom: max(14px, env(safe-area-inset-bottom));
        width: min(calc(100% - 28px), 440px);
        min-height: 56px;
        transform: translateX(-50%);
    }
    .game-return-fab:hover { transform: translateX(-50%); }
    .facebook-fab, .whatsapp-fab { left: 14px; min-height: 50px; padding: 9px; font-size: 14px; }
    .facebook-fab { bottom: 78px; }
    .whatsapp-fab { bottom: 14px; }
    .facebook-fab > span, .whatsapp-fab > span { display: none; }
}

.league-site-cta {
    width: min(100%, 390px);
    min-height: 76px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
    padding: 9px 16px 9px 9px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 18px;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: var(--white);
    box-shadow: 0 16px 38px rgba(239,102,53,.24);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}
.league-site-cta:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(239,102,53,.32); }
.league-site-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 13px;
    background: var(--white);
}
.league-site-icon img { width: 40px; height: 46px; object-fit: contain; }
.league-site-label { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.league-site-label strong { font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif; font-size: 17px; line-height: 1.25; }
.league-site-label small { color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.3; }
.league-site-arrow { font-size: 21px; line-height: 1; }
.league-modes-section, .league-app-section, .league-live-section, .league-organizer-section, .league-case-section { margin-top: 88px; }
.league-modes-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 32px; }
.league-mode-card {
    min-width: 0;
    min-height: 190px;
    padding: 27px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
}
.league-mode-card > span { display: block; color: var(--orange); font-family: "Outfit", sans-serif; font-size: 16px; font-weight: 800; letter-spacing: .06em; line-height: 1.25; }
.league-mode-card h4 { margin: 17px 0 0; font-size: 23px; line-height: 1.25; }
.league-mode-card p { margin: 10px 0 0; color: rgba(255,255,255,.68); }
.league-settings-section { margin-top: 72px; }
.league-settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 32px; }
.league-setting-card {
    min-width: 0;
    padding: 28px;
    border: 1px solid rgba(235,97,49,.32);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(235,97,49,.12), rgba(255,255,255,.04));
}
.league-setting-card > span { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(235,97,49,.18); color: #ff9c75; font-family: "Outfit", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.league-setting-card h4 { margin: 17px 0 0; font-size: 22px; line-height: 1.3; }
.league-setting-card p { margin: 11px 0 0; color: rgba(255,255,255,.72); line-height: 1.75; }
.league-recovery-section {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 42px;
    margin-top: 72px;
    padding: 34px;
    border: 1px solid rgba(98,165,255,.32);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(38,105,190,.22), rgba(255,255,255,.045));
}
.league-recovery-section h3 { margin: 0; color: #80bcff; font-family: "Outfit", sans-serif; font-size: clamp(25px, 3vw, 38px); letter-spacing: .035em; line-height: 1.1; }
.league-recovery-section > p { margin: 0; color: rgba(255,255,255,.76); font-size: 17px; }
.league-app-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    margin-top: 32px;
}
.league-app-card {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
}
.league-app-image {
    aspect-ratio: 9 / 16;
    display: grid;
    place-items: center;
    padding: 14px;
    overflow: hidden;
    background: var(--navy-950);
}
.league-app-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 10px;
    object-fit: contain;
}
.league-app-card figcaption {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 18px;
}
.league-app-card figcaption strong { font-size: 17px; }
.league-app-card figcaption span { color: rgba(255,255,255,.62); font-size: 14px; }
.league-live-section {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 44px;
    padding: 36px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(239,102,53,.11), rgba(255,255,255,.035));
}
.league-live-copy h3 { margin: 0; font-size: clamp(27px, 3.2vw, 42px); line-height: 1.12; }
.league-live-copy > p:last-child { margin: 18px 0 0; color: rgba(255,255,255,.66); }
.league-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 16px; background: #000; box-shadow: 0 20px 48px rgba(0,0,0,.3); }
.league-video-frame iframe { width: 100%; height: 100%; border: 0; }
.league-organizer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 24px;
    margin-top: 32px;
}
.league-backend-image {
    aspect-ratio: 2.05 / 1;
    display: grid;
    place-items: center;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    background: var(--navy-950);
}
.league-backend-image img { width: 100%; height: 100%; max-width: none; border-radius: 10px; object-fit: contain; }
.league-organizer-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
}
.league-organizer-actions ul { display: grid; gap: 15px; margin: 0 0 26px; padding: 0; list-style: none; }
.league-organizer-actions li { position: relative; padding-left: 22px; color: rgba(255,255,255,.76); }
.league-organizer-actions li::before { position: absolute; top: .65em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); content: ""; }
.tournament-organizer-panel { margin-top: 32px; }
.tournament-organizer-panel ul { margin-bottom: 0; }
.event-countup-site-cta .league-site-icon img { width: 42px; height: 42px; object-fit: contain; }
.event-countup-section { margin-top: 88px; }
.event-countup-note {
    display: grid;
    grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr);
    align-items: center;
    gap: 28px;
    margin-top: 32px;
    padding: 25px 28px;
    border: 1px solid rgba(98,165,255,.3);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(38,105,190,.18), rgba(255,255,255,.04));
}
.event-countup-note.is-policy { border-color: rgba(255,173,50,.38); background: linear-gradient(145deg, rgba(255,173,50,.14), rgba(255,255,255,.04)); }
.event-countup-note strong { color: #91c6ff; font-size: 19px; line-height: 1.35; }
.event-countup-note.is-policy strong { color: #ffd18b; }
.event-countup-note p { margin: 0; color: rgba(255,255,255,.74); line-height: 1.7; }
.event-countup-qualifying-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.event-countup-app-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.event-countup-organizer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: 24px; margin-top: 32px; }
.event-countup-backend-images { display: grid; gap: 16px; }
.event-countup-backend-card { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.045); }
.event-countup-backend-card .league-backend-image { border: 0; border-radius: 0; }
.event-countup-backend-card figcaption { display: flex; flex-direction: column; gap: 6px; padding: 17px 19px; }
.event-countup-backend-card figcaption span { color: rgba(255,255,255,.62); font-size: 14px; }
.league-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin-top: 32px; }
.league-compatibility-warning {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    margin-top: 72px;
    padding: 24px 26px;
    border: 1px solid rgba(255, 183, 77, .5);
    border-left: 5px solid #ffad32;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 173, 50, .17), rgba(255, 255, 255, .045));
}
.league-compatibility-warning__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffad32;
    color: #151d2b;
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-weight: 900;
}
.league-compatibility-warning h3 { margin: 0; color: #ffd18b; font-size: 21px; line-height: 1.3; }
.league-compatibility-warning p { margin: 7px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.7; }
.available-games-section, .media-section, .game-video-section, .practice-records-section { margin-top: 88px; }
.available-games-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 32px 0 0;
    padding: 0;
}
.available-games-list li {
    min-width: 0;
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 14px;
    background: rgba(255,255,255,.045);
    font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}
.available-games-list li::before {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--orange);
    content: "";
}

.game-media-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 15px;
    margin-top: 32px;
}
.game-media-card, .practice-record-card {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
}
.game-media-image {
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    padding: 10px;
    overflow: hidden;
    background: var(--navy-950);
}
.game-media-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 9px;
    object-fit: contain;
}
.game-media-image.is-natural-size { padding: 28px; }
.game-media-image.is-natural-size img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
}
.game-media-card figcaption, .practice-record-card figcaption {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 20px;
}
.game-media-card figcaption strong, .practice-record-card figcaption strong { font-size: 18px; }
.game-media-card figcaption span, .practice-record-card figcaption span { color: rgba(255,255,255,.62); font-size: 14px; }
.game-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    margin-top: 32px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 22px;
    background: var(--navy-950);
    box-shadow: var(--shadow);
}
.game-video-frame iframe { width: 100%; height: 100%; border: 0; }
.practice-store-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 250px));
    gap: 12px;
    margin: 28px 0 32px;
}
.practice-store-link {
    min-width: 0;
    min-height: 72px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 2px 18px;
    padding: 13px 18px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    color: var(--white);
    text-decoration: none;
    touch-action: manipulation;
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}
.practice-store-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: center;
    width: 32px;
    height: 32px;
    display: block;
    overflow: visible;
}
.practice-store-icon-google { width: 34px; height: 34px; }
.practice-store-icon-apple { color: var(--white); }

.practice-store-platform {
    grid-column: 2;
    align-self: end;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.practice-store-link strong {
    grid-column: 2;
    align-self: start;
    overflow: hidden;
    font-family: "Outfit", "Noto Sans TC", "Noto Sans JP", sans-serif;
    font-size: 20px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.practice-store-arrow {
    grid-column: 3;
    grid-row: 1 / span 2;
    color: var(--orange);
    font-size: 22px;
}
.practice-store-link:hover {
    transform: translateY(-2px);
    border-color: rgba(239,102,53,.72);
    background: rgba(239,102,53,.11);
}
.practice-store-link:focus-visible {
    outline: 3px solid #ffd3c4;
    outline-offset: 3px;
}

.practice-records-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 15px;
    margin-top: 32px;
}
.practice-record-card { display: flex; flex-direction: column; }
.practice-record-image {
    aspect-ratio: 9 / 16;
    display: grid;
    place-items: center;
    padding: 10px;
    overflow: hidden;
    background: var(--navy-950);
}
.practice-record-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 9px;
    object-fit: contain;
}
.practice-record-card figcaption { flex: 1 1 auto; }

@media (min-width: 1021px) and (hover: hover) and (pointer: fine) {
    .game-media-image.is-zoomable,
    .practice-record-image.is-zoomable,
    .league-app-image.is-zoomable,
    .league-backend-image.is-zoomable {
        cursor: zoom-in;
        transition: transform .2s ease, box-shadow .2s ease;
    }
    .game-media-image.is-zoomable:hover,
    .practice-record-image.is-zoomable:hover,
    .league-app-image.is-zoomable:hover,
    .league-backend-image.is-zoomable:hover {
        transform: translateY(-3px);
        box-shadow: 0 24px 60px rgba(0,0,0,.3);
    }
    .game-media-image.is-zoomable:focus-visible,
    .practice-record-image.is-zoomable:focus-visible,
    .league-app-image.is-zoomable:focus-visible,
    .league-backend-image.is-zoomable:focus-visible {
        outline: 3px solid var(--orange);
        outline-offset: 4px;
    }
}

@media (max-width: 1020px) {
    .available-games-list, .game-media-grid, .practice-records-grid, .league-app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .league-live-section, .league-organizer-grid, .event-countup-organizer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .game-media-grid, .practice-records-grid, .league-app-grid, .league-case-grid, .event-countup-qualifying-grid { grid-template-columns: 1fr; }
    .league-modes-grid, .league-settings-grid, .league-recovery-section { grid-template-columns: 1fr; }
    .league-mode-card { min-height: 0; }
    .league-modes-section, .league-settings-section, .league-app-section, .league-live-section, .league-organizer-section, .league-case-section { margin-top: 72px; }
    .league-recovery-section { gap: 20px; margin-top: 58px; padding: 26px; }
    .event-countup-section { margin-top: 72px; }
    .event-countup-note { grid-template-columns: 1fr; gap: 12px; padding: 22px; }
    .league-compatibility-warning { grid-template-columns: 42px minmax(0, 1fr); gap: 15px; margin-top: 56px; padding: 20px; }
    .league-compatibility-warning__icon { width: 42px; height: 42px; font-size: 25px; }
    .league-live-section { gap: 28px; padding: 24px; }
    .league-organizer-actions { padding: 24px; }
    .available-games-section, .media-section, .game-video-section, .practice-records-section { margin-top: 72px; }
    .game-video-frame { border-radius: 16px; }
}

@media (max-width: 560px) {
    .available-games-list { grid-template-columns: 1fr; }
    .practice-store-actions { grid-template-columns: 1fr; }
    .practice-store-link { min-height: 68px; }
}

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

@media print {
    .site-header, .hero-actions, .hero-background-video, .image-lightbox, .game-return-fab, .facebook-fab, .whatsapp-fab, .site-footer, .contact-section { display: none !important; }
    .game-hero, .category-section, .game-detail { background: var(--white) !important; color: var(--ink) !important; }
}
