.purchase-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.purchase-header .site-lead { margin-bottom: 0; }
.site-page { max-width: 1500px; }
.account-actions { display: flex; flex: 0 0 auto; align-items: stretch; gap: 10px; }
.account-panel { min-width: 210px; padding: 11px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,210,92,.28); border-radius: 14px; background: rgba(255,196,55,.07); }
.account-currency { width: 54px; height: 36px; object-fit: contain; transform: rotate(-5deg); filter: drop-shadow(0 3px 4px rgba(0,0,0,.35)); }
.account-panel strong { display: block; color: #ffe093; font-size: 25px; white-space: nowrap; }
.phone-open { position: relative; width: 64px; min-height: 64px; border: 1px solid rgba(115,231,219,.35); border-radius: 14px; color: #dffffb; background: linear-gradient(145deg,rgba(44,103,117,.75),rgba(15,36,50,.92)); cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.phone-open:hover { filter: brightness(1.13); transform: translateY(-1px); }
.phone-plus { position: absolute; right: 7px; top: 3px; color: #ffe083; font-size: 21px; font-weight: 1000; line-height: 1; }
.phone-device { position: absolute; left: 21px; top: 14px; width: 23px; height: 37px; border: 3px solid currentColor; border-radius: 5px; }
.phone-device::before { content: ""; position: absolute; left: 50%; top: 3px; width: 7px; height: 2px; border-radius: 2px; background: currentColor; transform: translateX(-50%); }
.phone-device i { position: absolute; left: 50%; bottom: 3px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.purchase-layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(240px, 1fr); align-items: stretch; gap: 18px; }
.publication-section { min-width: 0; }
/* 左侧三分之二区域固定摆放5张读物；空间不足时整组横向滚动。 */
.purchase-grid { grid-template-columns: repeat(5, minmax(136px, 1fr)); overflow-x: auto; padding: 2px 2px 12px; scrollbar-color: rgba(255,210,92,.45) transparent; }
.purchase-card { display: flex; min-height: 270px; padding: 10px 10px 6px; flex-direction: column; align-items: stretch; gap: 1px; text-align: left; overflow: hidden; cursor: pointer; }
.purchase-card.is-selected { border-color: rgba(255,210,92,.62); background: linear-gradient(160deg,rgba(255,204,75,.12),var(--site-bg-elevated) 50%); box-shadow: inset 0 0 0 1px rgba(255,221,123,.12),0 12px 30px rgba(0,0,0,.18); transform: translateY(-2px); }
.purchase-card:focus-visible { outline: 2px solid #ffe083; outline-offset: 3px; }
.publication-visual { height: 142px; margin: -2px -1px 13px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; background: radial-gradient(circle at 50% 44%,rgba(116,226,214,.12),rgba(8,19,29,.04) 64%,transparent 72%); }
.publication-image { width: 100%; height: 100%; display: block; object-fit: contain; filter: drop-shadow(0 10px 10px rgba(0,0,0,.28)); transition: transform .2s ease; }
.purchase-card:hover .publication-image { transform: translateY(-2px) scale(1.025); }
.purchase-card .site-card-title { min-height: 0; margin: 1px 0 0; font-size: 16px; line-height: 1.2; }
.ticket-price { margin: 0; padding: 0; display: flex; align-items: center; gap: 6px; color: #ffe093; font-size: 17px; font-weight: 900; }
.ticket-price strong { font: inherit; }
.ticket-price img { width: 40px; height: 27px; object-fit: contain; transform: rotate(-5deg); filter: drop-shadow(0 3px 4px rgba(0,0,0,.3)); }
.buy-ticket { margin-top: 3px; min-height: 36px; border: 1px solid rgba(255,219,118,.35); border-radius: 9px; color: #16110a; background: linear-gradient(135deg,#ffe18a,#ffb632); font: inherit; font-size: 13px; font-weight: 900; cursor: pointer; }
.purchase-card > .site-card-title,
.purchase-card > .ticket-price,
.purchase-card > .buy-ticket { transform: translateY(7px); }
.buy-ticket:hover { filter: brightness(1.06); }
.buy-ticket:disabled { cursor: not-allowed; filter: grayscale(.7); opacity: .45; }
.purchase-card.is-disabled { opacity: .46; }
.purchase-card.is-disabled .buy-ticket { color: #a5a8b0; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); }
.purchase-message { min-height: 22px; margin: 14px 0 0; color: #f2c96f; font-size: 13px; }
.game-guide { min-height: 252px; margin-top: 27px; padding: 18px; display: flex; flex-direction: column; border: 1px solid rgba(112,225,211,.2); border-radius: 16px; background: radial-gradient(circle at 100% 0,rgba(83,197,184,.15),transparent 42%),linear-gradient(150deg,rgba(18,39,49,.94),rgba(8,16,24,.96)); box-shadow: 0 18px 48px rgba(0,0,0,.24); }
.game-guide-label { margin: 0 0 14px; color: #73cfc4; font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.game-guide h2 { margin: 0; color: #f6f8f8; font-size: 29px; line-height: 1.15; }
.game-guide-source { margin: 8px 0 0; color: #f2c96f; font-size: 13px; font-weight: 800; }
.game-guide-rule { margin: 24px 0; color: #a9b6bc; font-size: 14px; line-height: 1.75; }
.game-guide-facts { margin: auto 0 0; display: grid; gap: 9px; }
.game-guide-facts div { padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-radius: 11px; background: rgba(255,255,255,.055); }
.game-guide-facts dt { color: #829198; font-size: 11px; }
.game-guide-facts dd { margin: 0; display: flex; align-items: center; gap: 7px; color: #f4f7f6; font-size: 14px; font-weight: 900; text-align: right; }
.game-guide-facts img { width: 38px; height: 25px; object-fit: contain; transform: rotate(-5deg); filter: drop-shadow(0 3px 4px rgba(0,0,0,.3)); }
.guide-purchase-copy { padding: 2px 0 14px; border-bottom: 1px solid rgba(255,255,255,.11); }
.guide-purchase-copy p, .guide-rule-copy p { margin: 0; color: #dbe5e5; font-size: 13px; line-height: 1.65; }
.guide-purchase-copy strong { color: #ffe08b; }
.guide-max-prize { display: flex; align-items: center; gap: 7px; }
.guide-rule-copy { margin-top: 14px; display: grid; gap: 4px; }
.guide-rule-copy p:nth-child(2) { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.guide-rule-copy strong { color: #f0c969; }

.finance-phone { width: min(402px, calc(100% - 16px)); max-height: none; margin: auto; padding: 0; border: 0; color: #edf8f6; background: transparent; overflow: visible; }
.finance-phone::backdrop { background: rgba(2,8,14,.76); backdrop-filter: blur(7px); }
.phone-shell { box-sizing: border-box; position: relative; height: min(740px, calc(100dvh - 32px)); min-height: min(540px, calc(100dvh - 32px)); padding: 48px 15px 25px; border: 9px solid #0b0d11; border-radius: 48px; overflow: hidden; background: radial-gradient(circle at 18% 9%,rgba(120,226,206,.46),transparent 29%),radial-gradient(circle at 88% 42%,rgba(127,105,231,.34),transparent 34%),linear-gradient(155deg,#173c4b,#101823 50%,#172436); box-shadow: inset 0 0 0 2px #30343b,inset 0 0 24px rgba(255,255,255,.08),0 42px 100px rgba(0,0,0,.72); }
.phone-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34; background: linear-gradient(125deg,transparent 0 44%,rgba(255,255,255,.08) 45%,transparent 60%); }
.phone-shell::after {
  content: "";
  position: absolute;
  z-index: 40;
  inset: 0;
  display: none;
  pointer-events: none;
  border-radius: 38px;
  background:
    repeating-linear-gradient(0deg,transparent 0 4px,rgba(255,255,255,.22) 5px,transparent 7px),
    linear-gradient(90deg,rgba(255,0,92,.48),transparent 31%,rgba(0,245,255,.46) 67%,transparent);
  mix-blend-mode: screen;
}
.phone-shell.is-resetting { animation: phone-reset-jolt .12s steps(2,end) 6; }
.phone-shell.is-resetting::after { display: block; animation: phone-reset-static .76s steps(7,end) forwards; }
.phone-status { position: absolute; z-index: 8; left: 25px; right: 25px; top: 12px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 11px; font-weight: 900; }
.phone-status i { width: 92px; height: 25px; border-radius: 20px; background: #050608; box-shadow: inset 0 0 0 1px rgba(255,255,255,.03); }
.phone-close { position: absolute; z-index: 12; right: 18px; top: 42px; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: rgba(5,9,14,.48); font-size: 21px; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); }
.phone-home { position: relative; height: 100%; padding: 35px 5px 0; }
.phone-balance-widget { min-height: 118px; padding: 19px; border: 1px solid rgba(255,255,255,.17); border-radius: 25px; background: linear-gradient(145deg,rgba(5,13,20,.68),rgba(26,52,65,.55)); box-shadow: 0 18px 35px rgba(0,0,0,.22); backdrop-filter: blur(15px); }
.phone-balance-widget small { color: rgba(230,255,250,.66); font-size: 11px; letter-spacing: .12em; }
.phone-balance-widget h2 { margin: 12px 0 0; display: flex; align-items: center; gap: 12px; color: #ffe08b; font-size: 26px; }
.phone-balance-widget h2 img { width: 57px; height: 38px; object-fit: contain; transform: rotate(-5deg); }
.phone-app-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 23px 8px; margin: 34px 0 0; }
.phone-app { min-width: 0; padding: 0; border: 0; color: #f3f7f7; background: transparent; font: inherit; font-size: 10px; text-shadow: 0 2px 4px rgba(0,0,0,.65); cursor: pointer; }
.phone-app span { width: 56px; aspect-ratio: 1; margin: 0 auto 7px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: linear-gradient(145deg,#62dbc7,#147e87); font-size: 22px; font-weight: 1000; box-shadow: inset 0 1px 1px rgba(255,255,255,.38),0 8px 14px rgba(0,0,0,.27); transition: transform .15s ease; }
.phone-app:hover span { transform: scale(1.07); }
.phone-app:disabled { cursor: default; opacity: .72; }
.phone-app:disabled span { filter: saturate(.6); }
.app-property span { background: linear-gradient(145deg,#ffba64,#d9663d); }
.app-garage span { background: linear-gradient(145deg,#789ef8,#354cc2); }
.app-contacts span { background: linear-gradient(145deg,#72e78e,#1c9b4d); }
.app-statistics span { background: linear-gradient(145deg,#f5c967,#d77b28); }
.app-camera span { background: linear-gradient(145deg,#9199a8,#444a57); }
.app-weather span { background: linear-gradient(145deg,#72caff,#3272e1); }
.app-gallery span { background: linear-gradient(145deg,#ff91b8,#9947cf); }
.app-settings span { background: linear-gradient(145deg,#aeb6c3,#555e6c); }
.phone-screen { display: none; position: absolute; z-index: 4; inset: 43px 9px 20px; padding: 0 14px 22px; border-radius: 30px; overflow-x: hidden; overflow-y: auto; color: #eef6f5; background: linear-gradient(180deg,#17232d,#0b1219); scrollbar-width: thin; }
.phone-shell.app-open .phone-home { display: none; }
.phone-shell.app-open .phone-screen { display: block; }
.phone-screen.chat-open { overflow: hidden; }
.phone-app-header { position: sticky; z-index: 5; top: 0; height: 65px; margin: 0 -14px 14px; padding: 18px 48px 9px; display: flex; align-items: center; justify-content: center; background: rgba(17,29,38,.9); backdrop-filter: blur(14px); }
.phone-app-header button { position: absolute; left: 12px; top: 18px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: #bdf6ed; background: rgba(255,255,255,.08); font-size: 30px; line-height: 28px; cursor: pointer; }
.phone-app-header h2 { margin: 0; font-size: 17px; }
.phone-pane { display: none; }
.phone-pane.is-active { display: block; }
.phone-pane h3 { margin: 0 0 7px; font-size: 20px; }
.phone-pane > p { margin: 0 0 16px; color: #8f9ca5; font-size: 13px; line-height: 1.55; }
.finance-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.finance-stats span { padding: 10px 12px; border-radius: 11px; color: #8d9aa1; background: rgba(255,255,255,.055); font-size: 11px; }
.finance-stats strong { display: block; margin-top: 2px; color: #ffe08b; font-size: 18px; }
.loan-input { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; color: #a9b3b8; font-size: 13px; }
.loan-input input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: #fff; background: rgba(255,255,255,.06); font: inherit; }
.phone-action-row { display: flex; gap: 10px; margin-top: 14px; }
.phone-action-row button, .finance-option button { min-height: 39px; padding: 0 14px; border: 0; border-radius: 10px; color: #10201d; background: linear-gradient(135deg,#b6f5df,#4dc3b1); font: inherit; font-weight: 900; cursor: pointer; }
.phone-action-row button.secondary { color: #d6dfdf; background: rgba(255,255,255,.09); }
.phone-action-row button:disabled, .finance-option button:disabled { cursor: not-allowed; filter: grayscale(.7); opacity: .42; }
.finance-option-list { display: grid; gap: 9px; }
.finance-option { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.05); }
.finance-option.has-image { grid-template-columns: 91px 1fr auto; gap: 9px; padding: 8px; }
.finance-option-image { display: block; width: 91px; aspect-ratio: 1.48; object-fit: cover; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: #111; box-shadow: 0 5px 13px rgba(0,0,0,.24); }
.finance-option span { color: #eef6f5; font-size: 13px; font-weight: 800; }
.finance-option small { display: block; margin-top: 2px; color: #8d9aa1; font-size: 11px; font-weight: 400; }
.finance-option.is-sold { background: rgba(255,190,87,.08); }
.finance-option.is-unowned { background: rgba(104,170,255,.07); }
.phone-message { min-height: 20px; margin: 12px 2px 0; color: #f4d47f; font-size: 12px; }
.ledger-chart-scroll { width: 100%; height: 270px; overflow: hidden; border-radius: 12px; background: linear-gradient(180deg,rgba(101,211,194,.08),rgba(0,0,0,.18)); }
.ledger-chart { display: block; width: 100%; height: 270px; }
.ledger-chart .grid { stroke: rgba(255,255,255,.08); stroke-width: 1; }
.ledger-chart .axis { stroke: rgba(238,248,246,.72); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.ledger-chart .axis-title { fill: #aab8b9; font-size: 12px; font-weight: 800; }
.ledger-chart .axis-value { fill: #728389; font-size: 9px; }
.ledger-chart .line { fill: none; stroke: #70dfcb; stroke-width: 3; vector-effect: non-scaling-stroke; }
.contact-list { display: grid; gap: 2px; overflow: hidden; border-radius: 15px; background: rgba(255,255,255,.04); }
.contact-card { width: 100%; min-height: 70px; padding: 9px 12px; display: flex; align-items: center; gap: 13px; border: 0; border-bottom: 1px solid rgba(255,255,255,.07); color: #f1f5f4; background: transparent; font: inherit; font-size: 14px; font-weight: 800; text-align: left; cursor: pointer; }
.contact-card:last-child { border-bottom: 0; }
.contact-card:hover { background: rgba(255,255,255,.06); }
.contact-avatar { width: 48px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#6ee1ca,#267a9b); font-size: 19px; font-weight: 1000; box-shadow: inset 0 0 0 2px rgba(255,255,255,.22); }
.contact-avatar.is-image { display: block; overflow: hidden; background: #08090a; }
.contact-avatar.is-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.contact-avatar[data-contact-avatar="mingming-buku"] img { transform: translateY(7%) scale(1.14); }
.phone-screen.chat-open [data-phone-pane="contacts"] { height: calc(100% - 79px); }
.contact-chat { height: 100%; min-height: 0; display: grid; grid-template-rows: auto minmax(0,1fr) auto; overflow: hidden; }
.contact-chat[hidden] { display: none; }
.contact-chat-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.contact-chat-head button { border: 0; color: #96e0d5; background: transparent; font: inherit; cursor: pointer; }
.contact-chat-head .contact-avatar { width: 40px; font-size: 16px; }
.contact-chat-head strong { font-size: 14px; }
.chat-messages { min-height: 0; padding: 12px 8px; display: flex; flex-direction: column; gap: 9px; overflow-x: hidden; overflow-y: auto; border-radius: 15px 15px 0 0; background: rgba(0,0,0,.2); scrollbar-width: thin; }
.chat-bubble { max-width: 82%; margin: 0; padding: 9px 11px; border-radius: 13px 13px 13px 4px; color: #dfe8e7; background: #2a3943; font-size: 12px; line-height: 1.5; }
.chat-bubble.is-user { margin-left: auto; border-radius: 13px 13px 4px 13px; color: #10201d; background: #7bd8c9; }
.chat-bubble.is-typing { width: 54px; display: flex; justify-content: center; gap: 4px; }
.chat-bubble.is-typing i { width: 6px; height: 6px; border-radius: 50%; background: #aab8ba; animation: chat-typing 1s infinite ease-in-out; }
.chat-bubble.is-typing i:nth-child(2) { animation-delay: .14s; }
.chat-bubble.is-typing i:nth-child(3) { animation-delay: .28s; }
.chat-choices { z-index: 2; min-height: 0; padding: 10px 8px 6px; display: grid; flex: 0 0 auto; gap: 7px; border-radius: 0 0 15px 15px; background: #111d25; }
.chat-choices button { min-height: 36px; border: 1px solid rgba(117,220,205,.3); border-radius: 18px; color: #9ce7dc; background: rgba(78,185,169,.08); font: inherit; font-size: 12px; cursor: pointer; }
.chat-choices button:disabled { opacity: .42; cursor: not-allowed; }
.chat-answer { display: grid; gap: 6px; color: #a8b5b9; font-size: 11px; }
.chat-answer input { width: 100%; height: 38px; padding: 0 12px; border: 1px solid rgba(117,220,205,.28); border-radius: 11px; color: #eef8f6; background: rgba(0,0,0,.28); font: inherit; }
.chat-answer-error { color: #ff9b87; font-size: 11px; }
@keyframes chat-typing {
  0%, 60%, 100% { transform: translateY(0); opacity: .45; }
  30% { transform: translateY(-3px); opacity: 1; }
}
@keyframes phone-reset-jolt {
  0% { transform: translate(0); filter: none; }
  33% { transform: translate(-3px,1px); filter: hue-rotate(42deg) contrast(1.35); }
  66% { transform: translate(3px,-1px); filter: hue-rotate(-38deg) contrast(1.55); }
  100% { transform: translate(0); filter: none; }
}
@keyframes phone-reset-static {
  0% { opacity: 0; clip-path: inset(0); transform: translateX(0); }
  12% { opacity: .95; clip-path: inset(8% 0 63%); transform: translateX(-8px); }
  28% { opacity: .7; clip-path: inset(48% 0 18%); transform: translateX(9px); }
  45% { opacity: 1; clip-path: inset(14% 0 24%); transform: translateX(-5px); }
  68% { opacity: .82; clip-path: inset(65% 0 4%); transform: translateX(7px); }
  84% { opacity: .55; clip-path: inset(0); transform: translateX(-2px); }
  100% { opacity: 0; clip-path: inset(0); transform: translateX(0); }
}
.signature-sheet { position: absolute; z-index: 20; inset: 0; padding: 24px; display: grid; place-items: center; overflow-y: auto; background: rgba(2,7,12,.78); backdrop-filter: blur(12px); }
.signature-sheet[hidden] { display: none; }
.signature-sheet > div { width: 100%; padding: 21px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: linear-gradient(150deg,#f2f0e8,#d9d6cc); box-shadow: 0 24px 55px rgba(0,0,0,.48); }
.signature-sheet small { color: #697174; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.signature-sheet h2 { margin: 7px 0 8px; color: #1e2528; font-size: 21px; }
.contract-number { padding-bottom: 10px; border-bottom: 1px solid #aaa9a2; color: #727677; font-size: 10px; }
.contract-number strong { float: right; color: #343a3c; }
.contract-details { margin: 12px 0; display: grid; gap: 7px; }
.contract-details div { display: grid; grid-template-columns: 68px 1fr; gap: 8px; font-size: 11px; }
.contract-details dt { color: #737778; }
.contract-details dd { margin: 0; color: #202729; font-weight: 900; text-align: right; }
.signature-sheet p.contract-statement { margin: 12px 0; padding: 10px; border: 1px solid #c0bdb2; color: #555b5c; background: rgba(255,255,255,.36); font-size: 10px; line-height: 1.55; }
.signature-sheet label { display: grid; gap: 7px; color: #dce5e4; font-size: 12px; }
.signature-sheet label { color: #363d3f; font-weight: 900; }
.signature-sheet input { height: 45px; padding: 0 12px; border: 1px solid #aaa89f; border-radius: 6px; color: #182022; background: rgba(255,255,255,.62); font: 18px cursive; }
.signature-sheet .signature-error { min-height: 18px; margin: 5px 0; color: #ffad91; }
.signature-actions { display: grid; grid-template-columns: 1fr 1.5fr; gap: 9px; }
.signature-actions button { min-height: 40px; border: 0; border-radius: 11px; color: #10201d; background: linear-gradient(135deg,#b6f5df,#4dc3b1); font: inherit; font-weight: 900; cursor: pointer; }
.signature-actions button.secondary { color: #d7e0df; background: rgba(255,255,255,.09); }
.phone-home-indicator { position: absolute; z-index: 30; left: 50%; bottom: 8px; width: 116px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.8); transform: translateX(-50%); }
@media (max-width: 980px) {
  .purchase-layout { grid-template-columns: 1fr; }
  .game-guide { min-height: 220px; margin-top: 0; }
}
@media (max-width: 680px) {
  .purchase-header { align-items: stretch; flex-direction: column; }
  .account-actions { align-self: stretch; }
  .account-panel { min-width: 0; flex: 1; }
  .finance-phone { width: min(390px, calc(100% - 8px)); }
  .phone-shell { min-height: min(530px, calc(100dvh - 32px)); }
  .finance-option.has-image { grid-template-columns: 78px 1fr auto; }
  .finance-option-image { width: 78px; }
}
/* 手机横屏维持桌面端的 2:1 主从栏：左侧读物，右侧玩法介绍。 */
@media (orientation: landscape) and (max-height: 600px) and (max-width: 1024px) {
  .purchase-header { align-items: flex-end; flex-direction: row; margin-bottom: 18px; }
  .account-actions { align-self: auto; }
  .purchase-layout { grid-template-columns: minmax(0, 4fr) minmax(160px, 1fr); gap: 10px; }
  .purchase-grid { grid-template-columns: repeat(5, minmax(88px, 1fr)); }
  .purchase-card { min-height: 220px; padding: 8px 8px 4px; gap: 1px; }
  .publication-visual { height: 105px; margin-bottom: 8px; }
  .purchase-card .site-card-title { min-height: 0; margin-top: 0; font-size: 13px; }
  .ticket-price { margin-top: 0; font-size: 14px; }
  .ticket-price img { width: 34px; height: 23px; }
  .buy-ticket { min-height: 31px; margin-top: 2px; font-size: 11px; }
  .purchase-card > .site-card-title,
  .purchase-card > .ticket-price,
  .purchase-card > .buy-ticket { transform: translateY(5px); }
  .game-guide { min-height: 215px; margin-top: 27px; padding: 13px; }
  .guide-purchase-copy { padding-bottom: 9px; }
  .guide-purchase-copy p, .guide-rule-copy p { font-size: 11px; line-height: 1.45; }
  .guide-rule-copy { margin-top: 9px; gap: 2px; }
}

/* 手机横屏右上角账户区：缩小后整体略向下，避免抢占读物预览空间。 */
@media (orientation: landscape) and (max-width: 1024px) {
  .account-actions {
    gap: 7px;
    transform: translateY(7px);
  }
  .account-panel {
    min-width: 150px;
    padding: 7px 10px;
    gap: 7px;
    border-radius: 11px;
  }
  .account-currency {
    width: 38px;
    height: 25px;
  }
  .account-panel strong {
    font-size: 18px;
  }
  .phone-open {
    width: 46px;
    min-height: 46px;
    border-radius: 11px;
  }
  .phone-plus {
    right: 5px;
    top: 2px;
    font-size: 16px;
  }
  .phone-device {
    left: 15px;
    top: 10px;
    width: 17px;
    height: 27px;
    border-width: 2px;
  }
  .phone-device::before {
    top: 2px;
    width: 5px;
    height: 1px;
  }
  .phone-device i {
    bottom: 2px;
    width: 3px;
    height: 3px;
  }
}
