/* =============================================
   WC2026 贏球送卡活動 — 彈窗 + banner
   ============================================= */

/* ── 頂部 banner ── */
.wc2026-top-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: linear-gradient(90deg, #ff6b35 0%, #ffd700 50%, #ff6b35 100%);
  background-size: 200% 100%;
  animation: wc2026-banner-shimmer 5s linear infinite;
  color: #1a0d00;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}
@keyframes wc2026-banner-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}
.wc2026-banner-icon { font-size: 18px; }
.wc2026-banner-text { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wc2026-banner-cta {
  flex: 0 0 auto;
  padding: 5px 12px;
  background: #1a0d00;
  color: #ffd700;
  border: none;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
}
.wc2026-banner-cta:hover { background: #000; }
.wc2026-banner-close {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  background: rgba(0,0,0,0.25);
  color: #1a0d00;
  border: none;
  border-radius: 50%;
  font-weight: 900;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
}
.wc2026-banner-close:hover { background: rgba(0,0,0,0.45); }

/* 推 body 下移、避免 banner 蓋住 header */
body:has(.wc2026-top-banner) { padding-top: 44px; }

/* ── 領取預告彈窗（gacha 動畫前先彈） ── */
.wc2026-prepop-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 14500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.2s;
}
.wc2026-prepop-overlay.open { opacity: 1; }
.wc2026-prepop-modal {
  width: 100%;
  max-width: 320px;
  padding: 28px 24px 20px;
  background: linear-gradient(180deg, #1a1f3a 0%, #0c0d20 100%);
  border: 1px solid rgba(255,215,0,0.35);
  border-radius: 18px;
  text-align: center;
  color: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,0.7);
  transform: scale(0.9);
  transition: transform 0.22s cubic-bezier(.22,1.4,.36,1);
}
.wc2026-prepop-overlay.open .wc2026-prepop-modal { transform: scale(1); }
.wc2026-prepop-flag {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 10px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.5));
}
.wc2026-prepop-flag .wc2026-flag-img {
  width: 84px;
  height: 56px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
/* 跨平台國旗圖（避開 Windows 字型缺旗 emoji 問題） */
.wc2026-flag-img {
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1em;
  border-radius: 2px;
  object-fit: cover;
}
.wc2026-prepop-vs .wc2026-flag-img {
  width: 22px;
  height: 16px;
}
.wc2026-col-flag .wc2026-flag-img {
  width: 36px;
  height: 26px;
  border-radius: 3px;
}
.wc2026-prepop-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 4px;
  background: linear-gradient(180deg, #ffd700 0%, #ff8c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wc2026-prepop-match {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 14px;
  margin: 12px auto 8px;
  max-width: 280px;
  background: rgba(255,215,0,0.08);
  border: 1px solid rgba(255,215,0,0.25);
  border-radius: 10px;
}
.wc2026-prepop-vs {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}
.wc2026-prepop-score {
  font-size: 18px;
  font-weight: 900;
  color: #ffd700;
  letter-spacing: 2px;
}
.wc2026-prepop-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 22px;
}
.wc2026-prepop-btn {
  display: block;
  width: 100%;
  padding: 14px;
  margin-bottom: 8px;
  background: linear-gradient(180deg, #ffd700 0%, #ff9500 100%);
  color: #1a0d00;
  border: none;
  border-radius: 12px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 4px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(255,165,0,0.4);
}
.wc2026-prepop-btn:hover { transform: translateY(-1px); }
.wc2026-prepop-skip {
  display: block;
  width: 100%;
  padding: 8px;
  background: transparent;
  color: rgba(255,255,255,0.5);
  border: none;
  font-family: inherit;
  font-size: 12px;
  cursor: pointer;
}
.wc2026-prepop-skip:hover { color: rgba(255,255,255,0.8); }

/* ── 賽後勝利彈窗 ── */
.wc2026-win-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 14000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
  padding: 16px;
}
.wc2026-win-overlay.open { opacity: 1; }

.wc2026-win-modal {
  position: relative;
  width: 100%;
  max-width: 360px;
  padding: 24px 22px;
  background: linear-gradient(180deg, #1a1f3a 0%, #0c0d20 100%);
  border: 1px solid rgba(255,215,0,0.4);
  border-radius: 18px;
  text-align: center;
  color: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,0.8), 0 0 60px rgba(255,165,0,0.2);
  transform: scale(0.85);
  transition: transform 0.3s cubic-bezier(.22,1.5,.36,1);
}
.wc2026-win-overlay.open .wc2026-win-modal { transform: scale(1); }

.wc2026-win-bg-glow {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(255,215,0,0.25) 0%, transparent 60%);
  pointer-events: none;
  animation: wc2026-glow-pulse 3s ease-in-out infinite;
}
@keyframes wc2026-glow-pulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

.wc2026-win-header { margin-bottom: 16px; position: relative; }
.wc2026-win-flag-big {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 6px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.5));
}
.wc2026-win-nation {
  font-size: 14px;
  font-weight: 800;
  color: rgba(255,215,0,0.85);
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.wc2026-win-title {
  font-size: 22px;
  font-weight: 900;
  background: linear-gradient(180deg, #ffd700 0%, #ff8c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 1px;
}

.wc2026-win-card {
  position: relative;
  margin: 0 auto 16px;
  width: 200px;
  min-height: 270px;
  perspective: 1200px;
  transform-style: preserve-3d;
}

/* 牌面 / 牌背 共用底色 */
.wc2026-card-back,
.wc2026-card-front {
  position: absolute;
  inset: 0;
  padding: 14px 12px;
  background: linear-gradient(135deg, rgba(155,135,245,0.18) 0%, rgba(155,135,245,0.06) 100%);
  border: 2px solid #9b87f5;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(155,135,245,0.4);
  backface-visibility: hidden;
  transition: transform 0.8s cubic-bezier(.55,.05,.35,1);
}

/* 牌背 — 預設正面顯示 */
.wc2026-card-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background:
    radial-gradient(circle at center, rgba(255,215,0,0.18) 0%, rgba(124,58,237,0.25) 60%, transparent 100%),
    linear-gradient(135deg, #1a1f3a 0%, #2a1a4a 100%);
  border-color: #ffd700;
  overflow: hidden;
}
.wc2026-card-back-flag { font-size: 52px; line-height: 1; }
.wc2026-card-back-label {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 6px;
  color: #ffd700;
  text-shadow: 0 0 16px rgba(255,215,0,0.8);
}
.wc2026-card-back-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 35%, rgba(255,255,255,0.18) 50%, transparent 65%);
  animation: wc2026-card-shine 2.4s linear infinite;
}
@keyframes wc2026-card-shine {
  0% { transform: translate(-25%, -25%) rotate(0deg); }
  100% { transform: translate(25%, 25%) rotate(360deg); }
}

/* 牌面 — 預設背向（180度）、reveal 後翻正 */
.wc2026-card-front {
  transform: rotateY(180deg);
}

/* pre-reveal：背向視角、牌正立 */
.wc2026-win-overlay.pre-reveal .wc2026-card-back  { transform: rotateY(0deg); }
.wc2026-win-overlay.pre-reveal .wc2026-card-front { transform: rotateY(180deg); }

/* revealed：翻面 */
.wc2026-win-overlay.revealed .wc2026-card-back  { transform: rotateY(180deg); }
.wc2026-win-overlay.revealed .wc2026-card-front { transform: rotateY(0deg); }

/* 光爆 ring：翻牌瞬間放大 */
.wc2026-burst-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,215,0,0.6) 0%, transparent 70%);
  opacity: 0;
  transform: scale(0.3);
  pointer-events: none;
  z-index: 1;
}
.wc2026-win-overlay.revealed .wc2026-burst-ring {
  animation: wc2026-burst 0.9s cubic-bezier(.22,1,.36,1) forwards;
}
@keyframes wc2026-burst {
  0%   { opacity: 0; transform: scale(0.3); }
  30%  { opacity: 1; transform: scale(1.6); }
  100% { opacity: 0; transform: scale(2.4); }
}

/* 16 道放射粒子 */
.wc2026-sparks {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0; height: 0;
  pointer-events: none;
  z-index: 2;
}
.wc2026-spark {
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 28px;
  margin: -14px 0 0 -2px;
  background: linear-gradient(to top, transparent, #ffd700);
  border-radius: 2px;
  opacity: 0;
  transform: rotate(calc(var(--i) * 22.5deg)) translateY(-30px);
}
.wc2026-win-overlay.revealed .wc2026-spark {
  animation: wc2026-spark-shoot 0.7s ease-out forwards;
  animation-delay: calc(var(--i) * 20ms);
}
@keyframes wc2026-spark-shoot {
  0%   { opacity: 0; transform: rotate(calc(var(--i) * 22.5deg)) translateY(-30px); }
  40%  { opacity: 1; }
  100% { opacity: 0; transform: rotate(calc(var(--i) * 22.5deg)) translateY(-130px); }
}

/* reveal 前隱藏按鈕區、reveal 後淡入 */
.wc2026-after-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s, transform 0.35s;
  transition-delay: 0.6s;  /* 翻牌完才淡入 */
  pointer-events: none;
}
.wc2026-win-overlay.revealed .wc2026-after-reveal {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.wc2026-win-card-rarity {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 14px;
  background: linear-gradient(180deg, #9b87f5 0%, #7c3aed 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(124,58,237,0.5);
}
.wc2026-win-card-pos {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 11px;
  font-weight: 800;
  color: #ffd700;
  letter-spacing: 1px;
}
.wc2026-win-card-illu {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0,0,0,0.4);
  border: 2px solid rgba(155,135,245,0.6);
  display: flex; align-items: center; justify-content: center;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.4));
}
.wc2026-win-card-illu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}
.wc2026-win-card-name {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 4px;
  color: #fff;
}
.wc2026-win-card-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 1px;
}

.wc2026-win-new {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(0,217,107,0.18);
  color: #00d96b;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}
.wc2026-win-bump {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255,193,7,0.18);
  color: #ffc107;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
  animation: wc2026-bump-pulse 0.6s ease-in-out 3;
}
@keyframes wc2026-bump-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.wc2026-win-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background: linear-gradient(180deg, #ffd700 0%, #ff9500 100%);
  color: #1a0d00;
  border: none;
  border-radius: 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 4px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(255,165,0,0.45);
  transition: transform 0.1s;
}
.wc2026-win-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(255,165,0,0.6); }
.wc2026-win-btn:active { transform: translateY(0); }

.wc2026-win-meta {
  margin-top: 12px;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
}

/* ── 進站宣傳彈窗 ── */
.wc2026-promo-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 13500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  padding: 16px;
}

/* ─── 圖片版彈窗（用圖當底、按鈕覆蓋）─── */
.wc2026-promo-modal-img {
  position: relative;
  width: min(420px, 92vw);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(10px) scale(0.96);
  transition: transform 0.28s cubic-bezier(.22,1.4,.36,1);
}
.wc2026-promo-overlay.open .wc2026-promo-modal-img {
  transform: translateY(0) scale(1);
}
.wc2026-promo-bg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.75);
  user-select: none;
  -webkit-user-drag: none;
}
/* X 關閉按鈕：覆蓋圖右上角 */
.wc2026-promo-x {
  position: absolute;
  top: 3.2%;
  right: 4%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
  backdrop-filter: blur(6px);
}
.wc2026-promo-x:hover {
  background: rgba(0,0,0,0.8);
  transform: scale(1.05);
}
/* 兩顆 CTA：覆蓋圖底部的空白按鈕區 */
.wc2026-promo-cta {
  position: absolute;
  bottom: 12%;          /* 11% 太低、14% 太高、12% 折衷 */
  width: 36%;
  padding: 14px 0;
  border: none;
  border-radius: 14px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.12s, box-shadow 0.18s;
  background: transparent;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc2026-promo-cta:hover { transform: translateY(-2px); }
.wc2026-promo-cta:active { transform: translateY(0); }
.wc2026-promo-cta-gold {
  left: 11%;
  color: #2a1500;
  text-shadow: 0 1px 2px rgba(255,215,0,0.4);
}
.wc2026-promo-cta-blue {
  right: 11%;
  color: #d8e4ff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
/* 「今日不再提醒」放圖底下、不影響圖 */
.wc2026-promo-skip-out {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  cursor: pointer;
}
.wc2026-promo-skip-out input { margin: 0; }
@media (max-width: 420px) {
  .wc2026-promo-x { width: 30px; height: 30px; font-size: 18px; }
  .wc2026-promo-cta { font-size: 13px; padding: 12px 0; }
}
.wc2026-promo-overlay.open { opacity: 1; }

.wc2026-promo-modal {
  position: relative;
  width: 100%;
  max-width: 380px;
  padding: 28px 24px 22px;
  background: linear-gradient(180deg, #1a1f3a 0%, #0c0d20 100%);
  border: 1px solid rgba(255,215,0,0.35);
  border-radius: 20px;
  color: #fff;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0,0,0,0.8);
  transform: translateY(20px);
  transition: transform 0.25s;
}
.wc2026-promo-overlay.open .wc2026-promo-modal { transform: translateY(0); }

.wc2026-promo-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  border: none;
  border-radius: 50%;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.wc2026-promo-close:hover { background: rgba(255,255,255,0.18); color: #fff; }

.wc2026-promo-badge {
  display: inline-block;
  padding: 4px 14px;
  background: linear-gradient(180deg, #ffd700 0%, #ff9500 100%);
  color: #1a0d00;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.wc2026-promo-title {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 8px;
  line-height: 1.3;
  background: linear-gradient(180deg, #ffd700 0%, #ff8c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wc2026-promo-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 18px;
}
.wc2026-promo-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}
.wc2026-promo-list li {
  font-size: 13px;
  padding: 8px 14px;
  margin-bottom: 6px;
  background: rgba(255,255,255,0.04);
  border-left: 3px solid #ffd700;
  border-radius: 6px;
  color: rgba(255,255,255,0.85);
}
.wc2026-promo-list li b { color: #ffd700; }

.wc2026-promo-cta-row {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.wc2026-promo-cta-primary,
.wc2026-promo-cta-secondary {
  flex: 1;
  padding: 11px;
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.wc2026-promo-cta-primary {
  background: linear-gradient(180deg, #ffd700 0%, #ff9500 100%);
  color: #1a0d00;
}
.wc2026-promo-cta-secondary {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.15);
}
.wc2026-promo-cta-primary:hover { transform: translateY(-1px); }

.wc2026-promo-skip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  cursor: pointer;
  user-select: none;
}
.wc2026-promo-skip input { margin: 0; }

@media (max-width: 480px) {
  .wc2026-top-banner { font-size: 12px; padding: 8px 10px; gap: 6px; }
  .wc2026-banner-text { font-size: 12px; white-space: normal; }
  .wc2026-banner-cta { padding: 4px 9px; font-size: 11px; }
  body:has(.wc2026-top-banner) { padding-top: 56px; }
  .wc2026-promo-title { font-size: 20px; }
}

/* ── 蒐藏進度頁 ── */
.wc2026-collection-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 13800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  opacity: 0;
  transition: opacity 0.2s;
}
.wc2026-collection-overlay.open { opacity: 1; }
.wc2026-collection-modal {
  position: relative;
  width: 100%;
  max-width: 720px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #1a1f3a 0%, #0c0d20 100%);
  border: 1px solid rgba(255,215,0,0.3);
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 24px 80px rgba(0,0,0,0.8);
}
.wc2026-collection-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.75);
  border: none;
  border-radius: 50%;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
  z-index: 1;
}
.wc2026-collection-close:hover { background: rgba(255,255,255,0.18); color: #fff; }

.wc2026-collection-head {
  padding: 22px 24px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.wc2026-collection-title {
  font-size: 22px;
  font-weight: 900;
  background: linear-gradient(180deg, #ffd700 0%, #ff8c00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
}
.wc2026-collection-summary {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}
.wc2026-collection-summary b { color: #ffd700; font-weight: 800; }

.wc2026-collection-grid {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 8px;
}
.wc2026-col-cell {
  padding: 10px 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  text-align: center;
  transition: background 0.15s;
}
.wc2026-col-cell.owned {
  background: linear-gradient(180deg, rgba(155,135,245,0.15) 0%, rgba(155,135,245,0.05) 100%);
  border-color: rgba(155,135,245,0.4);
}
.wc2026-col-cell.missing {
  opacity: 0.45;
  filter: grayscale(0.7);
}
.wc2026-col-flag { font-size: 28px; line-height: 1; margin-bottom: 4px; }
.wc2026-col-portrait {
  width: 48px;
  height: 48px;
  margin: 0 auto 4px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(0,0,0,0.3);
  border: 1.5px solid rgba(155,135,245,0.5);
  display: flex; align-items: center; justify-content: center;
}
.wc2026-col-portrait img { width: 100%; height: 100%; object-fit: cover; image-rendering: pixelated; }
.wc2026-col-cell.missing .wc2026-col-portrait { border-color: rgba(255,255,255,0.15); }
.wc2026-col-name {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wc2026-col-nation {
  font-size: 10px;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}
.wc2026-col-stars {
  font-size: 11px;
  color: #ffd700;
  letter-spacing: -1px;
  margin-top: 4px;
}
.wc2026-col-stars.dim { color: rgba(255,255,255,0.25); }

@media (max-width: 600px) {
  .wc2026-collection-grid { grid-template-columns: repeat(auto-fill, minmax(95px, 1fr)); }
  .wc2026-col-flag { font-size: 22px; }
}

/* ── 首頁今日預期送卡 ── */
.wc2026-today-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
}
.wc2026-today-card {
  position: relative;
  padding: 14px 14px 12px;
  background: linear-gradient(135deg, rgba(255,215,0,0.08) 0%, rgba(255,140,0,0.04) 100%);
  border: 1px solid rgba(255,215,0,0.3);
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}
.wc2026-today-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255,165,0,0.25);
}
.wc2026-today-time {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(255,215,0,0.2);
  color: #ffd700;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.wc2026-today-vs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 10px;
}
.wc2026-today-team {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.wc2026-today-team:last-child { justify-content: flex-end; }
.wc2026-today-flag { font-size: 20px; line-height: 1; }
.wc2026-today-name {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wc2026-today-or {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  font-weight: 700;
}
.wc2026-today-hint {
  font-size: 11px;
  color: rgba(255,215,0,0.8);
  text-align: center;
  letter-spacing: 0.3px;
}
