.gof-root { height: 100%; }
.gof-board {
  height: 100%; display: flex; flex-direction: column; position: relative;
  background:
    radial-gradient(900px 500px at 50% 30%, rgba(60, 30, 80, 0.35), transparent 65%),
    radial-gradient(700px 400px at 50% 100%, rgba(232, 196, 106, 0.06), transparent 60%);
  overflow: hidden;
}

.gof-arena { flex: 1; position: relative; min-height: 0; }
.gof-opponents { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.gof-opp-seat {
  position: absolute; width: 116px; padding: 8px 9px; border-radius: 13px; pointer-events: auto;
  background: linear-gradient(165deg, rgba(28, 34, 56, 0.82), rgba(14, 18, 32, 0.82));
  border: 1px solid rgba(232, 196, 106, 0.18); transition: 0.2s;
}
.gof-seat-top { top: 6px; left: 50%; transform: translateX(-50%); }
.gof-seat-left { left: 8px; top: 38%; transform: translateY(-50%); }
.gof-seat-right { right: 8px; top: 38%; transform: translateY(-50%); }
.gof-seat-bottom { bottom: 6px; left: 50%; transform: translateX(-50%); }
.gof-seat-turn { border-color: var(--mg-gold, #e8c46a); box-shadow: 0 0 22px rgba(232, 196, 106, 0.3); }
.gof-opp-head { display: flex; align-items: center; gap: 5px; margin-bottom: 6px; }
.gof-opp-avatar {
  width: 26px; height: 26px; border-radius: 50%; font-size: 13px; font-weight: 800; color: #2a1d04;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  background: linear-gradient(160deg, #9fe6ff, #4a86c7); box-shadow: 0 2px 6px rgba(0,0,0,0.35);
}
.gof-avatar-bot { background: linear-gradient(160deg, #cdb8ff, #7c52d6); font-size: 8.5px; font-weight: 900; letter-spacing: .3px; color: #1a1024; }
.gof-opp-name { font-size: 12px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #ece6d6; }
.gof-seat-tag { font-size: 9px; font-weight: 800; padding: 1px 5px; border-radius: 12px; margin-left: auto; flex-shrink: 0; }
.gof-tag-win { background: rgba(232, 196, 106, 0.22); color: #ffe9a8; }
.gof-tag-off { background: rgba(255, 90, 68, 0.2); color: #ff8e7a; }
.gof-tag-pass { background: rgba(150, 150, 170, 0.2); color: #c4c4d4; }
.gof-opp-body { display: flex; align-items: center; justify-content: center; gap: 9px; }
.gof-opp-deck { position: relative; width: 30px; height: 38px; flex-shrink: 0; }
.gof-opp-back { position: absolute; width: 26px; height: 36px; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.5)); }
.gof-opp-back .mg-card-svg { width: 26px; height: 36px; }
.gof-opp-count {
  display: inline-flex; align-items: baseline; gap: 2px;
  font-weight: 800; color: #2a1d04; background: linear-gradient(160deg, #fbe39a, #d6a93f);
  border-radius: 11px; padding: 2px 9px; box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.gof-count-num { font-size: 15px; line-height: 1; }
.gof-count-unit { font-size: 9.5px; opacity: 0.8; }
.gof-seat-done { opacity: 0.62; }
.gof-seat-done .gof-opp-deck { display: none; }
.gof-seat-timer { height: 4px; background: rgba(255, 255, 255, 0.08); border-radius: 4px; margin-top: 6px; overflow: hidden; }
.gof-seat-timer-bar { height: 100%; width: 100%; background: linear-gradient(90deg, #6ff0a3, #fbe39a); transition: width 0.12s linear; }
.gof-seat-timer-bar.gof-timer-low { background: linear-gradient(90deg, #ff8e7a, #ff5a44); }

.gof-table { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 8px; }
.gof-table-cards { display: flex; justify-content: center; gap: 4px; min-height: 80px; align-items: center; flex-wrap: wrap; max-width: 70%; }
.gof-table-card { width: 56px; height: 78px; filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.5)); }
.gof-table-card.gof-table-new { animation: gofPlay 0.36s cubic-bezier(.2,.8,.3,1) backwards; }
.gof-table-card .mg-card-svg { width: 56px; height: 78px; }
@keyframes gofPlay { from { transform: translateY(-40px) scale(0.88) rotate(-6deg); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes gofDeal { from { opacity: 0; top: -46px; } to { opacity: 1; top: 0; } }
.gof-table-empty {
  font-size: 14px; color: rgba(236, 230, 214, 0.5); font-weight: 700;
  padding: 26px 36px; border: 2px dashed rgba(232, 196, 106, 0.25); border-radius: 16px;
}
.gof-table-meta { text-align: center; min-height: 22px; }
.gof-table-by { font-size: 12px; color: var(--mg-gold, #e8c46a); font-weight: 700; }
.gof-pass-streak { font-size: 11px; color: rgba(236, 230, 214, 0.5); margin-top: 3px; }
.gof-pass-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #ff8e7a; margin: 0 2px; vertical-align: middle; }

.gof-selfbar { flex-shrink: 0; padding: 10px 16px 16px; border-top: 1px solid rgba(232, 196, 106, 0.18); background: linear-gradient(0deg, rgba(8, 11, 22, 0.7), transparent); }
.gof-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.gof-turn-note { font-size: 13px; font-weight: 700; color: rgba(236, 230, 214, 0.6); }
.gof-turn-active { color: #6ff0a3; text-shadow: 0 0 12px rgba(63, 224, 127, 0.4); }
.gof-combo-label { font-size: 13px; font-weight: 800; color: var(--mg-gold, #e8c46a); min-height: 18px; flex: 1; }
.gof-action-btns { display: flex; gap: 8px; }
.gof-btn { border: none; border-radius: 10px; padding: 10px 18px; font-weight: 800; cursor: pointer; font-size: 13px; transition: 0.15s; }
.gof-btn-clear { background: rgba(255, 255, 255, 0.07); color: #ece6d6; border: 1px solid rgba(232, 196, 106, 0.2); }
.gof-btn-pass { background: rgba(150, 150, 170, 0.16); color: #d4d4e2; border: 1px solid rgba(150, 150, 170, 0.3); }
.gof-btn-play { background: linear-gradient(180deg, #fbe39a, #b07d1f); color: #2a1d04; box-shadow: 0 5px 16px rgba(232, 196, 106, 0.25); }
.gof-btn:hover:not(:disabled) { transform: translateY(-1px); filter: brightness(1.08); }
.gof-btn:disabled { opacity: 0.38; cursor: not-allowed; }

.gof-hand { width: 100%; display: flex; justify-content: center; align-items: flex-end; padding: 16px 8px 4px; min-height: 100px; flex-wrap: nowrap; overflow: visible; }
.gof-hand.gof-hand-wrap { flex-wrap: wrap; align-items: center; align-content: center; gap: 4px 3px; padding: 8px 6px; }
.gof-hand-wrap .gof-hand-card { margin: 0 !important; width: 42px; height: 59px; }
.gof-hand-wrap .gof-hand-card .mg-card-svg { width: 42px; height: 59px; }
.gof-hand-wrap .gof-card-selected { top: 0 !important; transform: translateY(-9px) scale(1.1); z-index: 60 !important; filter: drop-shadow(0 7px 13px rgba(232, 196, 106, 0.75)); }
.gof-hand-wrap .gof-card-selected::after { box-shadow: inset 0 0 0 3px rgba(255, 246, 205, 1), 0 0 16px rgba(232, 196, 106, 0.85); }
.gof-hand-card {
  width: 64px; height: 90px; margin: 0; position: relative; top: 0; cursor: pointer; flex-shrink: 0;
  transition: top 0.15s ease, filter 0.15s;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.5));
}
.gof-hand-card .mg-card-svg { width: 64px; height: 90px; }
.gof-hand-card:hover { top: -14px; z-index: 50 !important; }
.gof-card-selected { top: -24px !important; z-index: 60 !important; filter: drop-shadow(0 10px 16px rgba(232, 196, 106, 0.5)); }
.gof-card-selected::after { content: ''; position: absolute; inset: 0; border-radius: 11px; box-shadow: inset 0 0 0 3px rgba(255, 244, 200, 0.9), 0 0 18px rgba(232, 196, 106, 0.6); pointer-events: none; }
.gof-card-playable::before { content: ''; position: absolute; inset: -2px; border-radius: 12px; box-shadow: 0 0 14px rgba(63, 224, 127, 0.55); pointer-events: none; }

.gof-spectator-banner { text-align: center; font-size: 14px; font-weight: 800; color: #b6a0cf; padding: 18px; letter-spacing: 0.5px; }

.gof-status-right { display: flex; align-items: center; gap: 7px; }
.gof-status-btn {
  background: rgba(12, 16, 30, 0.85); border: 1px solid rgba(232, 196, 106, 0.45); color: #fff5d8;
  border-radius: 9px; padding: 6px 11px; font-size: 12px; font-weight: 800; cursor: pointer; white-space: nowrap;
}
.gof-status-btn:hover { background: rgba(232, 196, 106, 0.18); }
.gof-guide-panel {
  position: absolute; top: 0; right: 0; height: 100%; width: 300px; z-index: 11;
  background: linear-gradient(180deg, rgba(14, 18, 34, 0.98), rgba(8, 11, 22, 0.98));
  border-left: 1px solid var(--mg-gold, #e8c46a); padding: 52px 18px 18px; overflow-y: auto;
  transform: translateX(100%); transition: transform 0.25s ease; box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
}
.gof-guide-open { transform: translateX(0); }
.gof-guide-title { font-size: 15px; font-weight: 800; color: #fff5d8; margin-bottom: 14px; }
.gof-guide-row { display: flex; align-items: center; gap: 8px; padding: 7px 0; border-bottom: 1px solid rgba(232, 196, 106, 0.1); }
.gof-guide-name { font-size: 12px; font-weight: 700; color: var(--mg-gold, #e8c46a); width: 96px; flex-shrink: 0; }
.gof-guide-cards { display: flex; gap: 2px; flex-wrap: wrap; }
.gof-guide-sep { font-size: 12px; font-weight: 800; color: #b6a0cf; margin: 14px 0 6px; }
.gof-guide-note { font-size: 11px; color: rgba(236, 230, 214, 0.5); margin-top: 14px; line-height: 1.6; }

.mg-mini-card {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 30px; border-radius: 4px; font-size: 12px; font-weight: 800; color: #fff;
  border: 1px solid #b07d1f; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.mg-mini-rainbow { background: linear-gradient(135deg, #ff5d5d, #ffe93d, #5dff8f, #4db8ff, #b86bff); color: #fff; }
.mg-mini-phoenix-y { background: linear-gradient(160deg, #ffd95e, #c2410c); }
.mg-mini-phoenix-g { background: linear-gradient(160deg, #79f7b0, #0c5e34); }
.mg-mini-dragon { background: linear-gradient(160deg, #ff5a44, #7a0d18); }

.gof-result { position: absolute; inset: 0; z-index: 30; display: flex; align-items: center; justify-content: center; background: rgba(5, 7, 16, 0.82); backdrop-filter: blur(4px); }
.gof-result-card {
  width: 380px; max-width: 90%; background: linear-gradient(180deg, #1a2138, #0c1020);
  border: 1px solid var(--mg-gold, #e8c46a); border-radius: 18px; padding: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6), 0 0 40px rgba(232, 196, 106, 0.12);
}
.gof-result-title { text-align: center; font-size: 20px; font-weight: 800; color: #fff5d8; margin-bottom: 18px; }
.gof-result-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.gof-result-row { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 11px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(232, 196, 106, 0.12); }
.gof-result-me { border-color: var(--mg-gold, #e8c46a); background: rgba(232, 196, 106, 0.1); }
.gof-result-rank { font-size: 18px; width: 30px; text-align: center; }
.gof-result-name { flex: 1; font-weight: 700; font-size: 14px; }
.gof-result-cards { font-size: 12px; color: rgba(236, 230, 214, 0.6); }
.gof-result-card .gof-btn-play { width: 100%; }

@media (max-width: 720px) {
  .gof-opp-seat { width: 92px; padding: 5px 6px; border-radius: 11px; }
  .gof-opp-avatar { width: 22px; height: 22px; font-size: 12px; }
  .gof-avatar-bot { font-size: 8px; }
  .gof-opp-name { font-size: 11px; }
  .gof-opp-head { gap: 4px; margin-bottom: 4px; }
  .gof-opp-deck { width: 26px; height: 32px; }
  .gof-opp-back, .gof-opp-back .mg-card-svg { width: 22px; height: 30px; }
  .gof-opp-body { gap: 6px; }
  .gof-count-num { font-size: 13px; }
  .gof-seat-left { left: 4px; top: 30%; }
  .gof-seat-right { right: 4px; top: 30%; }
  .gof-seat-top { top: 4px; }
  .gof-table-cards { gap: 3px; min-height: 66px; max-width: 64%; }
  .gof-table-card, .gof-table-card .mg-card-svg { width: 48px; height: 67px; }
  .gof-hand { padding: 14px 6px 4px; min-height: 96px; }
  .gof-hand-card { width: 58px; height: 81px; }
  .gof-hand-card .mg-card-svg { width: 58px; height: 81px; }
  .gof-hand-card:hover { top: -12px; }
  .gof-card-selected { top: -20px !important; }
  .gof-actions { gap: 6px; margin-bottom: 5px; }
  .gof-btn { padding: 9px 13px; font-size: 12.5px; }
  .gof-turn-note, .gof-combo-label { font-size: 12px; }
  .gof-selfbar { padding: 5px 6px 8px; }
  .gof-guide-panel { width: 90%; }
  .gof-table-played { font-size: 10.5px; max-width: 78vw; }
}

.gof-card-dim:not(.gof-card-selected) { opacity: 0.4; filter: grayscale(0.55) drop-shadow(0 6px 10px rgba(0,0,0,0.5)); }
.gof-card-playable:not(.gof-card-selected)::before { content: ''; position: absolute; inset: -2px; border-radius: 12px; box-shadow: 0 0 14px rgba(63, 224, 127, 0.6), inset 0 0 0 2px rgba(110, 240, 163, 0.7); pointer-events: none; animation: gofPlayablePulse 1.6s ease-in-out infinite; }
@keyframes gofPlayablePulse { 0%, 100% { box-shadow: 0 0 10px rgba(63,224,127,0.45), inset 0 0 0 2px rgba(110,240,163,0.55); } 50% { box-shadow: 0 0 18px rgba(63,224,127,0.8), inset 0 0 0 2px rgba(110,240,163,0.9); } }

.gof-btn-suggest { background: linear-gradient(180deg, #a78bfa, #6d28d9); color: #fff; box-shadow: 0 5px 16px rgba(124, 58, 237, 0.3); }

.gof-seat-turn { animation: gofSeatPulse 1.5s ease-in-out infinite; }
@keyframes gofSeatPulse { 0%, 100% { box-shadow: 0 0 14px rgba(232,196,106,0.25); } 50% { box-shadow: 0 0 26px rgba(232,196,106,0.5); } }
.gof-seat-played { border-color: rgba(63, 224, 127, 0.55) !important; }
.gof-turn-active { animation: gofTurnGlow 1.4s ease-in-out infinite; }
@keyframes gofTurnGlow { 0%, 100% { text-shadow: 0 0 8px rgba(63,224,127,0.35); } 50% { text-shadow: 0 0 16px rgba(63,224,127,0.7); } }

.gof-shake { animation: gofShake 0.5s cubic-bezier(.36,.07,.19,.97); }
@keyframes gofShake {
  10%, 90% { transform: translate3d(-2px, 0, 0); }
  20%, 80% { transform: translate3d(4px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-7px, 0, 0); }
  40%, 60% { transform: translate3d(7px, 0, 0); }
}
.gof-bomb-burst { position: absolute; inset: 0; z-index: 25; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.gof-bomb-burst::before { content: ''; position: absolute; width: 60px; height: 60px; border-radius: 50%; background: radial-gradient(circle, rgba(255,200,100,0.9), rgba(255,90,68,0.5) 40%, transparent 70%); animation: gofBurst 0.7s ease-out forwards; }
.gof-bomb-label { position: relative; font-size: 44px; animation: gofBombPop 0.7s ease-out forwards; filter: drop-shadow(0 0 16px rgba(255,150,60,0.9)); }
@keyframes gofBurst { from { transform: scale(0.2); opacity: 0.9; } to { transform: scale(9); opacity: 0; } }
@keyframes gofBombPop { 0% { transform: scale(0.3); opacity: 0; } 35% { transform: scale(1.5); opacity: 1; } 100% { transform: scale(1.1); opacity: 0; } }

.gof-pass-chip {
  position: absolute; top: 6px; right: 6px; z-index: 8;
  background: rgba(150, 150, 170, 0.95); color: #1a1a2a; font-size: 11px; font-weight: 800;
  padding: 3px 9px; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  animation: gofChip 1.1s ease-out forwards;
}
@keyframes gofChip { 0% { transform: translateY(8px) scale(0.6); opacity: 0; } 20% { transform: translateY(0) scale(1); opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(-12px); opacity: 0; } }

.gof-opp-count { transition: color 0.2s; }

#mg-root.mg-full .gof-hand-card, #mg-root.mg-full .gof-hand-card .mg-card-svg { width: 92px; height: 128px; }
#mg-root.mg-full .gof-hand-card { margin: 0 -12px; }
#mg-root.mg-full .gof-hand { min-height: 134px; padding-top: 22px; }
#mg-root.mg-full .gof-hand-card:hover { top: -18px; }
#mg-root.mg-full .gof-table-card, #mg-root.mg-full .gof-table-card .mg-card-svg { width: 84px; height: 117px; }
#mg-root.mg-full .gof-table-cards { min-height: 117px; }
#mg-root.mg-full .gof-opp-seat { width: 150px; padding: 11px 12px; }
#mg-root.mg-full .gof-opp-avatar { width: 30px; height: 30px; font-size: 14px; }
#mg-root.mg-full .gof-opp-name { font-size: 14px; }
#mg-root.mg-full .gof-opp-back, #mg-root.mg-full .gof-opp-back .mg-card-svg { width: 32px; height: 45px; }
#mg-root.mg-full .gof-opp-back { margin: 0 -11px; }
#mg-root.mg-full .gof-opp-fan { height: 48px; }
#mg-root.mg-full .gof-opp-count { font-size: 15px; }

.gof-table-type { font-size: 17px; font-weight: 900; letter-spacing: 0.5px; margin-bottom: 4px; text-shadow: 0 0 12px currentColor; }
.gof-type-single { color: #aeb8c7; }
.gof-type-pair { color: #5aa9ff; }
.gof-type-triple { color: #3fe07f; }
.gof-type-straight { color: #c084fc; }
.gof-type-flush { color: #ffb347; }
.gof-type-fullhouse { color: #ff5e8a; }
.gof-type-straightflush { color: #3fe8d6; }
.gof-type-gang { color: #ffd24a; text-shadow: 0 0 16px #ff5a44, 0 0 8px #ffd24a; animation: gofTypeGang 0.8s ease-in-out infinite; }
@keyframes gofTypeGang { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.09); } }

.gof-why { color: #ffb86b; font-weight: 700; }

.gof-table-played {
  display: inline-flex; align-items: center; gap: 5px; max-width: 90vw;
  font-size: 11.5px; color: rgba(236, 230, 214, 0.78); font-weight: 600; margin-bottom: 2px;
  background: rgba(8, 11, 22, 0.6); padding: 3px 10px; border-radius: 13px;
  border: 1px solid rgba(232, 196, 106, 0.18); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.gof-played-combo { font-weight: 900; text-shadow: 0 0 8px currentColor; }

.gof-status { display: flex; align-items: center; justify-content: space-between; padding: 7px 14px; border-bottom: 1px solid rgba(232,196,106,0.18); background: linear-gradient(180deg, rgba(232,196,106,0.06), transparent); }
.gof-status-left { display: flex; align-items: center; gap: 10px; }
.gof-round-badge { font-size: 12.5px; font-weight: 800; color: #2a1d04; background: linear-gradient(180deg,#fbe39a,#b07d1f); padding: 3px 11px; border-radius: 20px; }
.gof-dir { font-size: 18px; color: var(--mg-gold,#e8c46a); font-weight: 900; line-height: 1; }
.gof-target-chip { font-size: 12px; color: rgba(236,230,214,0.7); font-weight: 700; }
.gof-score-btn { background: rgba(103,232,249,0.12); border: 1px solid rgba(103,232,249,0.35); color: #9be9f7; border-radius: 10px; padding: 6px 13px; font-size: 12.5px; font-weight: 800; cursor: pointer; transition: 0.15s; }
.gof-score-btn:hover { background: rgba(103,232,249,0.22); }

.gof-scorepad { position: absolute; inset: 0; z-index: 28; display: flex; align-items: center; justify-content: center; background: rgba(5,7,16,0.84); backdrop-filter: blur(4px); padding: 20px; }
.gof-sp-panel { width: min(560px, 96%); max-height: 86%; background: linear-gradient(180deg,#1a2138,#0c1020); border: 1px solid var(--mg-gold,#e8c46a); border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,0.6); overflow: hidden; display: flex; flex-direction: column; animation: gofRePop 0.3s ease; }
.gof-sp-head { display: flex; align-items: center; gap: 12px; padding: 16px 20px; border-bottom: 1px solid rgba(232,196,106,0.18); }
.gof-sp-title { flex: 1; font-size: 17px; font-weight: 800; color: #fff5d8; }
.gof-sp-target { font-size: 12px; color: var(--mg-gold,#e8c46a); font-weight: 700; }
.gof-sp-close { width: 32px; height: 32px; background: rgba(255,255,255,0.06); border: 1px solid rgba(232,196,106,0.2); color: #ece6d6; border-radius: 8px; font-size: 18px; cursor: pointer; }
.gof-sp-scroll { overflow: auto; padding: 8px; }
.gof-sp-table { width: 100%; border-collapse: collapse; }
.gof-sp-table th, .gof-sp-table td { padding: 9px 10px; text-align: center; font-size: 13px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.gof-sp-table th { color: var(--mg-gold,#e8c46a); font-weight: 800; font-size: 12px; position: sticky; top: 0; background: #151b2e; }
.gof-sp-rh { color: rgba(236,230,214,0.6) !important; font-weight: 700; text-align: left !important; }
.gof-sp-win { color: #ffe9a8; font-weight: 800; }
.gof-sp-totalrow td { border-top: 2px solid rgba(232,196,106,0.3); font-weight: 800; }
.gof-sp-totalh { color: #fff5d8 !important; }
.gof-sp-totalc { font-size: 15px; }
.gof-sp-lead { color: #6ff0a3; text-shadow: 0 0 10px rgba(63,224,127,0.4); }
.gof-sp-note { padding: 10px 20px 16px; font-size: 11px; color: rgba(236,230,214,0.5); }

.gof-round-banner { position: absolute; inset: 0; z-index: 26; display: flex; align-items: center; justify-content: center; background: rgba(5,7,16,0.7); backdrop-filter: blur(3px); }
.gof-re-panel { width: min(420px,92%); background: linear-gradient(180deg,#1f1538,#0c1020); border: 1px solid var(--mg-gold,#e8c46a); border-radius: 18px; padding: 24px; box-shadow: 0 24px 60px rgba(0,0,0,0.6); text-align: center; animation: gofRePop 0.4s ease; }
@keyframes gofRePop { from { transform: scale(0.85); opacity: 0; } to { transform: none; opacity: 1; } }
.gof-re-title { font-size: 20px; font-weight: 800; color: #fff5d8; }
.gof-re-winner { font-size: 14px; color: var(--mg-gold,#e8c46a); font-weight: 700; margin: 6px 0 16px; }
.gof-re-list { display: flex; flex-direction: column; gap: 7px; }
.gof-re-row { display: flex; align-items: center; gap: 10px; padding: 9px 13px; border-radius: 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(232,196,106,0.12); }
.gof-re-win { border-color: var(--mg-gold,#e8c46a); background: rgba(232,196,106,0.1); }
.gof-re-name { flex: 1; text-align: left; font-weight: 700; font-size: 13px; }
.gof-re-pts { color: #ff8e7a; font-weight: 800; }
.gof-re-total { font-size: 11px; color: rgba(236,230,214,0.6); min-width: 70px; text-align: right; }
.gof-re-next { margin-top: 16px; font-size: 12px; color: rgba(236,230,214,0.5); }

.gof-ex-recv { font-size: 12px; color: #9be9f7; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; }
.gof-ex-card { display: inline-block; width: 34px; height: 47px; vertical-align: middle; }
.gof-ex-card .mg-card-svg { width: 34px; height: 47px; }

.gof-mode-chip { font-size: 12.5px; font-weight: 800; color: #9be9f7; background: rgba(103,232,249,0.12); padding: 3px 11px; border-radius: 20px; }
.gof-sp-empty { padding: 26px !important; color: rgba(236,230,214,0.5) !important; text-align: center !important; }
