/* Player activities share one layout; each route owns its own rewards. */
.wx-benefits, .wx-service-page {
    --wx-ink: #243331;
    --wx-muted: #63716d;
    --wx-line: #dce4df;
    --wx-jade: #246a56;
    --wx-red: #ae443d;
    width: 100%;
    min-width: 0;
    color: var(--wx-ink);
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
}
.wx-benefits *, .wx-benefits *::before, .wx-benefits *::after { box-sizing: border-box; letter-spacing: 0; }
.wx-benefits [x-cloak] { display: none !important; }
.wx-benefits h2, .wx-benefits h3, .wx-benefits p, .wx-benefits dl { margin: 0; }
.wx-benefits h2, .wx-benefits h3 { color: var(--wx-ink); }
.wx-benefits button { font: inherit; cursor: pointer; }
.wx-benefits button:focus-visible { outline: 3px solid #3b8fbb; outline-offset: 3px; }
.wx-benefits button:disabled { cursor: not-allowed; }
.wx-benefits svg { width: 18px; height: 18px; flex: 0 0 18px; }
.wx-page-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 8px 0 25px; border-bottom: 1px solid var(--wx-line); }
.wx-page-head__title > span { color: var(--wx-jade); font-size: 12px; font-weight: 650; }
.wx-page-head__title h2 { margin-top: 2px; font: 700 28px/1.35 "Songti SC", "Noto Serif SC", serif; }
.wx-page-head__account { display: flex; align-items: center; gap: 9px; color: var(--wx-muted); font-size: 13px; }
.wx-page-head__account span { max-width: 160px; overflow-wrap: anywhere; }
.wx-page-head__account b { padding-left: 12px; border-left: 1px solid var(--wx-line); font-weight: 500; }
.wx-service-page .wx-page-head__title h2 { color: var(--wx-ink); }
.wx-service-page .wx-page-head__account svg { width: 18px; height: 18px; flex: 0 0 18px; }
.wx-service-page .wx-page-head__account button { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; color: var(--wx-muted); background: #fff; border: 1px solid var(--wx-line); border-radius: 4px; cursor: pointer; }
.wx-service-page .wx-page-head__account button:focus-visible { outline: 3px solid #3b8fbb; outline-offset: 3px; }
html.fi body.fi-body.fi-panel-player .wx-service-page > .s33-player-data-card { padding: 22px 0 !important; margin: 0 !important; border: 0 !important; border-top: 1px solid var(--wx-line) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
html.fi body.fi-body.fi-panel-player .wx-service-page .s33-player-section-head > strong { color: var(--wx-ink) !important; font-size: 18px !important; }
html.fi body.fi-body.fi-panel-player .wx-service-page .s33-player-empty { min-height: 72px !important; padding: 20px 0 !important; text-align: left !important; border: 0 !important; background: transparent !important; }
html.fi body.fi-body.fi-panel-player .wx-service-page .s33-player-metric-grid { border: 0 !important; border-bottom: 1px solid var(--wx-line) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
html.fi body.fi-body.fi-panel-player .wx-service-page .s33-player-metric-grid > article { background: transparent !important; box-shadow: none !important; }
.wx-section-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin: 24px 0; }
.wx-tabs { display: flex; align-items: stretch; gap: 4px; padding: 4px; border: 1px solid var(--wx-line); border-radius: 6px; background: #edf2ef; }
.wx-tabs button { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 40px; padding: 8px 16px; border: 0; border-radius: 4px; color: var(--wx-muted); background: transparent; font-size: 14px; font-weight: 600; }
.wx-tabs button.is-active { background: #fff; color: var(--wx-jade); box-shadow: 0 1px 4px #203f3310; }
.wx-tabs button > span { min-width: 22px; border-radius: 4px; color: #74837c; background: #e8eeeb; font-size: 11px; font-weight: 500; }
.wx-tabs button.is-active > span { color: var(--wx-jade); background: #e4f2eb; }
.wx-status { display: inline-flex; align-items: center; gap: 7px; color: var(--wx-muted); font-size: 12px; line-height: 1.5; }
.wx-status i { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: #b5883f; }
.wx-section-title { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 10px 0 18px; }
.wx-section-title h3 { font-size: 18px; font-weight: 700; }
.wx-section-title > span { color: var(--wx-muted); font-size: 12px; }
.wx-product-grid, .wx-tier-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 18px; }
.wx-product, .wx-tier, .wx-milestone { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--wx-line); border-radius: 8px; background: #fff; box-shadow: 0 3px 12px #233e2f06; }
.wx-product > header { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 16px 18px 0; font-size: 11px; }
.wx-product__category { color: var(--wx-jade); font-weight: 650; }
.wx-product__limit { color: var(--wx-muted); }
.wx-product__showcase { display: flex; justify-content: center; min-height: 132px; padding: 12px; background: #f5f8f6; margin: 14px 18px; border-radius: 6px; }
.wx-product__showcase .wx-reward-item { padding: 0; }
.wx-product__showcase .wx-reward-item > img { width: 108px; height: 108px; flex-basis: 108px; filter: drop-shadow(0 6px 5px #30534019); }
.wx-product__showcase .wx-reward-item > div { display: none; }
.wx-product__name { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 12px; padding: 2px 18px 14px; }
.wx-product__name h3 { flex: 1 1 140px; font-size: 16px; font-weight: 700; overflow-wrap: anywhere; }
.wx-product__name > strong { color: var(--wx-red); font-size: 25px; line-height: 1.2; white-space: nowrap; font-variant-numeric: tabular-nums; }
.wx-product__name small { margin-right: 3px; font-size: 13px; }
.wx-product__items { flex: 1; padding: 0 18px 12px; }
.wx-reward-item { display: flex; align-items: center; min-width: 0; gap: 12px; padding: 9px 0; text-align: left; }
.wx-reward-item > img { display: block; width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; image-rendering: auto; transform: none; }
.wx-reward-item > div { display: grid; min-width: 0; gap: 2px; }
.wx-reward-item strong { color: var(--wx-ink); font-size: 13px; font-weight: 600; line-height: 1.45; overflow-wrap: anywhere; }
.wx-reward-item span { color: var(--wx-muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.wx-product > footer, .wx-tier > footer, .wx-milestone > footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding: 14px 18px; border-top: 1px solid #edf1ef; color: var(--wx-muted); font-size: 12px; }
.wx-product > footer button, .wx-tier > footer button, .wx-milestone > footer button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 35px; padding: 7px 12px; border: 1px solid var(--wx-line); border-radius: 4px; color: #69776f; background: #f2f5f3; font-size: 12px; }
.wx-product > footer button:not(:disabled), .wx-commerce-order button { cursor: pointer; border: 1px solid #a56d25; border-radius: 5px; padding: 8px 12px; background: linear-gradient(135deg, #82501e, #b47d34); color: #fff8e8; font-weight: 600; }
.wx-product > footer button:disabled { cursor: not-allowed; opacity: .65; }
.wx-commerce-order { padding: 12px 0; border-bottom: 1px solid var(--wx-line); overflow-wrap: anywhere; }
.wx-commerce-order p { margin: 5px 0; }
.wx-product > footer svg, .wx-tier > footer svg, .wx-milestone > footer svg { width: 14px; height: 14px; flex-basis: 14px; }
.wx-tier > header { display: grid; grid-template-columns: 1fr auto; gap: 0 10px; align-items: center; padding: 18px; background: #f0f7f3; border-bottom: 1px solid #e4eee7; }
.wx-tier > header > span { color: var(--wx-muted); font-size: 12px; }
.wx-tier > header > strong { grid-column: 1; color: var(--wx-jade); font-size: 25px; }
.wx-tier > header > strong small { font-size: 13px; margin-right: 4px; }
.wx-tier > header > svg { grid-column: 2; grid-row: 1 / 3; width: 28px; height: 28px; color: #89ac98; }
.wx-tier > [role="list"] { padding: 8px 18px 14px; }
.wx-tier > footer { justify-content: flex-end; }
.wx-lottery-stage { position: relative; padding: 24px; margin: 22px 0 0; color: #fff; background: linear-gradient(180deg, #142b3670, #102824ed 65%), url('/images/wuxia-background.jpg') center 34% / cover; border-block: 1px solid #58857a; }
.wx-lottery-intro { position: relative; text-align: center; text-shadow: 0 2px 8px #102622; }
.wx-lottery-intro > span { display: inline-flex; align-items: center; min-height: 22px; padding: 1px 9px; border: 1px solid #d7e8d872; border-radius: 4px; color: #e0f2e8; background: #173e32d6; font-size: 11px; }
.wx-benefits .wx-lottery-intro h3 { margin: 6px 0 1px; color: #fff7d9; font: 800 30px/1.4 "Songti SC", "Noto Serif SC", serif; }
.wx-lottery-intro p { color: #e1ece6; font-size: 12px; }
.wx-slot-machine { --symbol-size: 112px; --reel-window: 190px; position: relative; width: min(100%, 530px); margin: 18px auto 0; padding: 0 24px 18px; border: 1px solid #bb995b; border-top: 3px solid #e4c477; border-radius: 8px; background: #152c2b; box-shadow: 0 12px 32px #081c2460, inset 0 0 0 4px #d0b06a16; transition: box-shadow .25s ease; }
.wx-slot-machine__crest { display: flex; align-items: center; justify-content: center; gap: 12px; height: 48px; color: #ecd291; font-size: 13px; font-weight: 650; }
.wx-slot-machine__crest i { flex: 1; height: 1px; background: #ae955966; }
.wx-slot-machine__crest svg { width: 14px; height: 14px; flex-basis: 14px; }
.wx-slot-reels { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 8px; border: 1px solid #a88a50; border-radius: 5px; background: #0a1e1c; box-shadow: inset 0 0 12px #0008; }
.wx-slot-reel { position: relative; height: var(--reel-window); overflow: hidden; border: 1px solid #e7ce8c; border-radius: 3px; background: #fbf7e9; contain: paint; }
.wx-slot-reel::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(#123632c4, #edf4e400 33%, #fff0 67%, #123632a8); }
.wx-slot-track { margin-top: calc((var(--reel-window) - var(--symbol-size)) / 2 - var(--symbol-size)); }
.is-spinning .wx-slot-track { will-change: transform; }
.is-spinning .wx-slot-track img { filter: none; }
.is-spinning .wx-slot-machine__crest svg { animation: wx-reel-pulse .9s ease-in-out infinite alternate; }
.wx-slot-symbol { display: flex; align-items: center; justify-content: center; height: var(--symbol-size); }
.wx-slot-symbol img { display: block; width: min(88%, 108px); height: 100%; object-fit: contain; transform: none; filter: drop-shadow(0 4px 3px #72602926); }
.wx-slot-payline { position: absolute; inset: 50% 3px auto; height: var(--symbol-size); transform: translateY(-50%); border-block: 1px solid #e7c66c88; pointer-events: none; }
.wx-slot-payline::before, .wx-slot-payline::after { content: ''; position: absolute; top: calc(50% - 6px); width: 0; height: 0; border-block: 6px solid transparent; }
.wx-slot-payline::before { left: -5px; border-left: 9px solid #f4d377; }
.wx-slot-payline::after { right: -5px; border-right: 9px solid #f4d377; }
.wx-slot-reel__glint { position: absolute; z-index: 1; inset: 0; opacity: 0; pointer-events: none; background: linear-gradient(115deg, transparent 25%, #fff8 46%, transparent 66%); transform: translateX(-100%); }
.is-winning .wx-slot-reel__glint { animation: wx-prize-glint 1s ease-out; }
.is-winning.wx-slot-machine { box-shadow: 0 0 0 2px #f5d27960, 0 0 32px #f4c57042, inset 0 0 22px #eabd4a24; }
.wx-slot-progress { display: flex; justify-content: center; gap: 8px; padding-top: 13px; }
.wx-slot-progress i { width: 24px; height: 3px; background: #486058; border-radius: 2px; transition: background .18s, box-shadow .18s; }
.wx-slot-progress i.is-lit { background: #f1d287; box-shadow: 0 0 8px #f6da8a80; }
.wx-slot-status { position: relative; display: grid; align-items: center; min-height: 42px; padding: 0 38px; color: #e8dcae; text-align: center; font-size: 12px; overflow-wrap: anywhere; }
.wx-slot-skip { position: absolute; right: 0; top: 0; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; color: #e8dcae; background: transparent; border: 0; border-radius: 4px; }
.wx-slot-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.wx-slot-controls button { position: relative; display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 0; min-height: 48px; padding: 9px; border: 1px solid #d77b65; border-radius: 5px; color: #fff5da; background: #b34135; box-shadow: inset 0 1px #f6b58970, 0 3px #6c3027; font-size: 14px; font-weight: 750; touch-action: manipulation; transition: transform .15s, filter .15s; }
.wx-slot-controls button + button { color: #26372b; background: #e9c771; border-color: #fff0b0; box-shadow: inset 0 1px #fff5c4, 0 3px #917543; }
.wx-slot-controls button:hover:not(:disabled) { filter: brightness(1.12); }
.wx-slot-controls button:active:not(:disabled) { transform: translateY(2px); }
.wx-slot-controls button:disabled { cursor: wait; opacity: .62; }
.wx-slot-controls button:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.wx-benefits .wx-lottery-demo-note { margin-top: 14px; color: #a8bdb0; text-align: center; font-size: 11px; }
.wx-lottery-stage__footer { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px 20px; margin-top: 16px; color: #b7cdc1; font-size: 11px; }
.wx-prize-pool[data-pool-tier="0"] > header > strong { color: #ae443d; }
.wx-prize-pool[data-pool-tier="1"] > header > strong { color: #7a5c8a; }
.wx-lottery-result { position: fixed; inset: 0; width: min(680px, calc(100% - 24px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 0; overflow-y: auto; overscroll-behavior: contain; border: 1px solid #d9b979; border-radius: 8px; color: #fff2d3; background: #183932; box-shadow: 0 24px 80px #0008; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; }
.wx-lottery-result:not([open]) { display: none; }
.wx-lottery-result::backdrop { background: #071815bd; backdrop-filter: blur(5px); }
html:has(.wx-lottery-result[open]) { overflow: hidden; }
.wx-lottery-result *, .wx-lottery-result *::before, .wx-lottery-result *::after { box-sizing: border-box; letter-spacing: 0; }
.wx-lottery-result button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; border: 1px solid #efd58d; border-radius: 5px; color: #243f2f; background: #efd58d; font: 700 14px/1.5 "PingFang SC", "Microsoft YaHei", sans-serif; cursor: pointer; touch-action: manipulation; }
.wx-lottery-result button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.wx-lottery-result svg { width: 20px; height: 20px; }
.wx-lottery-result__body { position: relative; isolation: isolate; overflow: hidden; min-width: 0; padding: 28px; }
.wx-lottery-result .wx-lottery-result__close { position: absolute; z-index: 3; top: 10px; right: 10px; width: 36px; min-height: 36px; padding: 0; color: #d7e6d8; background: #1e413a; border-color: #789082; }
.wx-lottery-result__body > header { position: relative; text-align: center; }
.wx-lottery-result__body > header > span { color: #bbcdbb; font-size: 11px; }
.wx-lottery-result__body h3 { margin: 7px 0 4px; color: #ffe5a1; font: 800 30px/1.4 "Songti SC", "Noto Serif SC", serif; text-shadow: 0 2px 16px #edc36340; }
.wx-lottery-result__body > header p { margin: 0; color: #c2d4c8; font-size: 12px; }
.wx-win-rays { position: absolute; z-index: -1; top: -56px; left: calc(50% - 250px); width: 500px; height: 500px; opacity: .14; background: repeating-conic-gradient(from 10deg, #f8d774 0deg 9deg, transparent 9deg 30deg); mask-image: radial-gradient(closest-side, #000, transparent); pointer-events: none; }
.wx-lottery-result[open] .wx-win-rays { animation: wx-win-rays 8s linear; }
.wx-win-sparks { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.wx-win-sparks i { position: absolute; top: 40%; left: calc(50% - 2px); width: 4px; height: 18px; opacity: 0; background: #efcf7c; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }
.wx-win-sparks i:nth-child(3n) { background: #c9eed8; }
.wx-lottery-result[open] .wx-win-sparks i { animation: wx-win-spark .85s ease-out both; animation-delay: var(--spark-delay); }
.wx-win-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 10px; margin: 20px 0; }
.wx-win-item { display: flex; flex-direction: column; align-items: center; min-width: 0; width: 100%; max-width: 260px; padding: 12px; text-align: center; }
.wx-win-item__tier { color: #d4c28d; font-size: 11px; }
.wx-win-item img { display: block; width: 152px; height: 152px; max-width: 100%; object-fit: contain; margin: 12px 0; filter: drop-shadow(0 5px 12px #e8b74950); }
.wx-win-item strong { color: #fff2d3; font-size: 17px; font-weight: 650; line-height: 1.45; overflow-wrap: anywhere; }
.wx-win-item > span:last-child { margin-top: 5px; color: #e7ce91; font-size: 14px; }
.wx-win-item[data-tier="0"] .wx-win-item__tier { color: #ffb9a4; }
.wx-win-item[data-tier="1"] .wx-win-item__tier { color: #e7c6f2; }
.wx-lottery-result[open] .wx-win-item { animation: wx-win-reveal .48s cubic-bezier(.2,.7,.2,1.2) both; animation-delay: var(--reveal-delay, 0ms); }
.is-ten .wx-win-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: stretch; }
.is-ten .wx-win-item { padding: 10px 6px; border: 1px solid #6d816164; border-radius: 5px; background: #25453a; }
.is-ten .wx-win-item[data-tier="0"] { border-color: #ba776b; background: #513a34; }
.is-ten .wx-win-item[data-tier="1"] { border-color: #8c789c; background: #3b3b49; }
.is-ten .wx-win-item img { width: 74px; height: 74px; margin: 8px 0; }
.is-ten .wx-win-item strong { font-size: 12px; }
.is-ten .wx-win-item__tier { font-size: 10px; }
.is-ten .wx-win-item > span:last-child { margin-top: auto; padding-top: 5px; font-size: 12px; }
.wx-lottery-result__body > footer { position: relative; text-align: center; }
.wx-lottery-result__body > footer p { margin: 0 0 14px; color: #b9cabd; font-size: 11px; }
.wx-lottery-result__body > footer button { min-width: 170px; padding: 10px 20px; }
@keyframes wx-prize-glint { 0% { opacity: 0; transform: translateX(-100%); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateX(100%); } }
@keyframes wx-reel-pulse { from { opacity: .5; } to { opacity: 1; filter: drop-shadow(0 0 4px #efd477); } }
@keyframes wx-win-rays { to { transform: rotate(60deg); } }
@keyframes wx-win-reveal { from { opacity: 0; transform: translateY(18px) scale(.86); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes wx-win-spark { 0% { opacity: 0; transform: rotate(var(--spark-angle)) translateY(-30px) scale(.3); } 20% { opacity: .8; } 100% { opacity: 0; transform: rotate(var(--spark-angle)) translateY(-220px) scale(.5); } }
.wx-notice { display: flex; align-items: flex-start; gap: 8px; padding: 13px 0 22px; color: #826b36; font-size: 12px; }
.wx-notice svg { margin-top: 1px; }
.wx-prize-pool { padding: 18px 0 22px; border-top: 1px solid var(--wx-line); }
.wx-prize-pool > header { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.wx-prize-pool > header > strong { font-size: 15px; }
.wx-prize-pool > header > span { color: #936a2b; font-size: 12px; }
.wx-prize-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px 22px; }
.wx-prize-grid .wx-reward-item { gap: 8px; }
.wx-invite-summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px 36px; margin: 24px 0; border-top: 2px solid #3d7b63; border-bottom: 1px solid #d1e2d8; background: #eaf3ee; }
.wx-invite-summary > div > span { color: var(--wx-jade); font-size: 13px; }
.wx-invite-summary > div > strong { display: block; color: var(--wx-jade); font-size: 48px; line-height: 1.3; }
.wx-invite-summary small { margin-left: 10px; font-size: 20px; }
.wx-invite-summary p { color: var(--wx-muted); font-size: 13px; }
.wx-invite-summary .wx-invite-summary__status { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3px 14px; }
.wx-invite-summary__status svg { width: 40px; height: 40px; grid-row: 1 / 3; color: #749a83; }
.wx-invite-summary .wx-invite-summary__status > strong { font-size: 17px; }
.wx-invite-summary .wx-invite-summary__status > span { font-size: 12px; color: var(--wx-muted); }
.wx-invite-milestones { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.wx-milestone > header { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 20px; border-bottom: 1px solid var(--wx-line); }
.wx-milestone > header > span { color: var(--wx-muted); font-size: 13px; }
.wx-milestone > header > strong { color: var(--wx-jade); font-size: 28px; }
.wx-milestone small { margin-left: 5px; font-size: 13px; font-weight: 400; }
.wx-milestone > [role="list"] { padding: 24px 20px; }
.wx-milestone .wx-reward-item { flex-direction: column; gap: 15px; text-align: center; }
.wx-milestone .wx-reward-item > img { width: 112px; height: 112px; flex-basis: 112px; }
.wx-milestone > footer { justify-content: center; }
.wx-naming { padding-top: 24px; }
.wx-naming-rules { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 28px 0; margin-bottom: 32px !important; border-block: 1px solid var(--wx-line); background: #edf4f0; }
.wx-naming-rules > div { padding: 0 26px; }
.wx-naming-rules > div + div { border-left: 1px solid #d5e2da; }
.wx-naming-rules dt { color: var(--wx-muted); font-size: 13px; }
.wx-naming-rules dd { margin: 7px 0 0; color: var(--wx-jade); font-size: 27px; font-weight: 650; }
.wx-naming-rewards { display: flex; flex-wrap: wrap; gap: 24px 60px; padding: 20px 0; }
.wx-naming-rewards .wx-reward-item > img { width: 96px; height: 96px; flex-basis: 96px; }
@media (max-width: 1180px) {
    .wx-product-grid, .wx-tier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wx-prize-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .wx-page-head { gap: 12px; padding-bottom: 20px; }
    .wx-page-head__title h2 { font-size: 25px; }
    .wx-page-head__account { gap: 6px; font-size: 12px; }
    .wx-page-head__account span { max-width: 90px; }
    .wx-service-page .wx-page-head { flex-wrap: wrap; }
    .wx-section-toolbar { margin: 20px 0; gap: 12px; }
    .wx-tabs { width: 100%; }
    .wx-tabs button { flex: 1; padding: 8px; gap: 6px; font-size: 13px; }
    .wx-product-grid, .wx-tier-grid, .wx-invite-milestones { grid-template-columns: 1fr; gap: 16px; }
    .wx-product__showcase { min-height: 118px; margin-bottom: 10px; }
    .wx-product__showcase .wx-reward-item > img { width: 94px; height: 94px; flex-basis: 94px; }
    .wx-product__items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 10px; }
    .wx-reward-item { gap: 7px; }
    .wx-reward-item > img { width: 40px; height: 40px; flex-basis: 40px; }
    .wx-reward-item strong { font-size: 12px; }
    .wx-section-title { flex-wrap: wrap; gap: 5px; }
    .wx-section-title h3 { font-size: 17px; }
    .wx-section-title > span { font-size: 11px; }
    .wx-lottery-stage { padding: 18px 12px; margin-top: 18px; }
    .wx-benefits .wx-lottery-intro h3 { font-size: 27px; }
    .wx-slot-machine { --symbol-size: 92px; --reel-window: 158px; margin-top: 14px; padding: 0 12px 14px; }
    .wx-slot-machine__crest { height: 40px; gap: 8px; font-size: 12px; }
    .wx-slot-reels { gap: 6px; padding: 6px; }
    .wx-slot-controls { gap: 8px; }
    .wx-slot-controls button { min-height: 46px; gap: 5px; padding: 8px 4px; font-size: 12px; }
    .wx-slot-controls button svg { width: 16px; height: 16px; flex-basis: 16px; }
    .wx-slot-status { min-height: 42px; font-size: 11px; }
    .wx-benefits .wx-lottery-demo-note { font-size: 10px; }
    .wx-lottery-stage__footer { gap: 5px 14px; font-size: 10px; }
    .wx-lottery-result__body { padding: 25px 16px 20px; }
    .wx-lottery-result__body h3 { font-size: 27px; }
    .is-ten .wx-win-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .is-ten .wx-win-item img { width: 68px; height: 68px; margin: 6px 0; }
    .wx-prize-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 10px; }
    .wx-invite-summary { flex-wrap: wrap; padding: 24px; gap: 20px; }
    .wx-invite-summary > div > strong { font-size: 40px; }
    .wx-milestone > [role="list"] { padding: 18px 24px; }
    .wx-milestone .wx-reward-item { flex-direction: row; text-align: left; }
    .wx-milestone .wx-reward-item > img { width: 80px; height: 80px; flex-basis: 80px; }
    .wx-naming-rules { padding: 8px 0; grid-template-columns: 1fr; }
    .wx-naming-rules > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; }
    .wx-naming-rules > div + div { border-left: 0; border-top: 1px solid #d5e2da; }
    .wx-naming-rules dd { margin: 0; font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
    .wx-lottery *, .wx-lottery-result * { animation: none !important; transition: none !important; }
}
