:root {
  --gold: #f2c36d;
  --bright-gold: #ffda9f;
  --dark-gold: #b85f1d;
  --red: #b32020;
  --deep-red: #5f0909;
  --bg-red: #460808;
  --text: #fff8ee;
  --paper-text: #4a170c;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  height: 100vh;
  overflow: hidden;
  font-family: "Microsoft YaHei", "Heiti SC", sans-serif;
  color: var(--text);
  /* 深红丝绸纹理背景 */
  background:
    radial-gradient(circle at 50% 120%, rgba(255, 112, 77, 0.18), transparent 40%),
    linear-gradient(160deg, #3f0606 0%, #7a1010 40%, #290404 100%);
}

/* 全局装饰层 */
.global-deco-layer {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* 核心：两侧高级感金丝/波浪SVG装饰，避免遮挡中间文字 */
.golden-horses-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  /* 左右两侧的优雅金色光带与层叠波浪，营造高端晚宴感且不遮挡主体内容 */
  background-image: 
    /* 左侧鎏金光带与山浪 */
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 1080" preserveAspectRatio="none"><defs><linearGradient id="g-left1" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="%23ffda9f" stop-opacity="0.35"/><stop offset="100%" stop-color="%23b85f1d" stop-opacity="0"/></linearGradient><linearGradient id="g-left2" x1="0" y1="1" x2="1" y2="0"><stop offset="0%" stop-color="%23f2c36d" stop-opacity="0.4"/><stop offset="100%" stop-color="%23b85f1d" stop-opacity="0"/></linearGradient><linearGradient id="line-left" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="%23ffda9f" stop-opacity="0.8"/><stop offset="100%" stop-color="%23b85f1d" stop-opacity="0"/></linearGradient></defs><path d="M0,0 C300,300 100,700 450,1080 L0,1080 Z" fill="url(%23g-left1)"/><path d="M0,250 C350,550 150,850 500,1080 L0,1080 Z" fill="url(%23g-left2)"/><path d="M0,150 C400,450 150,800 500,1080" fill="none" stroke="url(%23line-left)" stroke-width="4" opacity="0.6"/><path d="M0,450 C250,650 100,900 350,1080" fill="none" stroke="url(%23line-left)" stroke-width="2" opacity="0.4"/><circle cx="120" cy="250" r="3" fill="%23fff" opacity="0.7"/><circle cx="240" cy="550" r="4" fill="%23ffda9f" opacity="0.5"/><circle cx="160" cy="880" r="2.5" fill="%23fff" opacity="0.8"/></svg>'),
    /* 右侧鎏金光带与山浪 */
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 1080" preserveAspectRatio="none"><defs><linearGradient id="g-right1" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="%23ffda9f" stop-opacity="0.35"/><stop offset="100%" stop-color="%23b85f1d" stop-opacity="0"/></linearGradient><linearGradient id="g-right2" x1="1" y1="1" x2="0" y2="0"><stop offset="0%" stop-color="%23f2c36d" stop-opacity="0.4"/><stop offset="100%" stop-color="%23b85f1d" stop-opacity="0"/></linearGradient><linearGradient id="line-right" x1="1" y1="0" x2="0" y2="1"><stop offset="0%" stop-color="%23ffda9f" stop-opacity="0.8"/><stop offset="100%" stop-color="%23b85f1d" stop-opacity="0"/></linearGradient></defs><path d="M500,0 C200,300 400,700 50,1080 L500,1080 Z" fill="url(%23g-right1)"/><path d="M500,250 C150,550 350,850 0,1080 L500,1080 Z" fill="url(%23g-right2)"/><path d="M500,150 C100,450 350,800 0,1080" fill="none" stroke="url(%23line-right)" stroke-width="4" opacity="0.6"/><path d="M500,450 C250,650 400,900 150,1080" fill="none" stroke="url(%23line-right)" stroke-width="2" opacity="0.4"/><circle cx="380" cy="300" r="3" fill="%23fff" opacity="0.7"/><circle cx="260" cy="650" r="4.5" fill="%23ffda9f" opacity="0.5"/><circle cx="340" cy="850" r="2" fill="%23fff" opacity="0.8"/></svg>');
  background-position: left center, right center;
  background-size: 30vw 100%, 30vw 100%; /* 限制宽度在左右30%，把中间完全空出来 */
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  opacity: 0.9;
  animation: bg-breathe 12s ease-in-out infinite alternate;
}

.deco-image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  mix-blend-mode: screen;
  pointer-events: none;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.24));
}

.deco-image-top-left {
  top: 0.8vh;
  left: 13vw;
  width: min(19vw, 380px);
  height: min(9vh, 108px);
  opacity: 0.42;
  mix-blend-mode: normal;
  background-image: url("../image/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20260320103202_492_1050.png");
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.95) 16%, rgba(0, 0, 0, 1) 70%, transparent 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 72%, transparent 100%);
  mask-image:
    linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.95) 16%, rgba(0, 0, 0, 1) 70%, transparent 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 72%, transparent 100%);
  animation: deco-float-top-left 14s ease-in-out infinite alternate;
}

.deco-image-left {
  left: -1vw;
  bottom: -2.5vh;
  width: min(41vw, 700px);
  height: min(50vh, 430px);
  opacity: 0.22;
  transform: scaleX(-1) rotate(-2deg);
  background-image: url("../image/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20260320103200_489_1050.png");
  -webkit-mask-image:
    radial-gradient(circle at 28% 72%, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 48%, transparent 100%),
    linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.78) 56%, transparent 100%),
    linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.82) 58%, transparent 100%);
  mask-image:
    radial-gradient(circle at 28% 72%, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 48%, transparent 100%),
    linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.78) 56%, transparent 100%),
    linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.82) 58%, transparent 100%);
  animation: deco-float-left 20s ease-in-out infinite alternate;
}

.deco-image-right {
  right: -1vw;
  bottom: -2.5vh;
  width: min(43vw, 760px);
  height: min(54vh, 470px);
  opacity: 0.24;
  background-image: url("../image/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20260319165534_460_1050.png");
  -webkit-mask-image:
    radial-gradient(circle at 70% 68%, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 42%, transparent 100%),
    linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.78) 54%, transparent 100%),
    linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.78) 54%, transparent 100%),
    linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.85) 46%, transparent 92%);
  mask-image:
    radial-gradient(circle at 70% 68%, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 42%, transparent 100%),
    linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.78) 54%, transparent 100%),
    linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.78) 54%, transparent 100%),
    linear-gradient(to top left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.85) 46%, transparent 92%);
  animation: deco-float-right 24s ease-in-out infinite alternate;
}

@keyframes bg-breathe {
  from { opacity: 0.7; transform: scale(1); }
  to { opacity: 1; transform: scale(1.02); }
}

.light-particles {
  position: absolute;
  inset: -8%;
  background-image: radial-gradient(rgba(255, 220, 150, 0.24) 1.2px, transparent 1.2px);
  background-size: 34px 34px;
  opacity: 0.42;
  animation: particle-drift 20s linear infinite;
}

.light-particles::before,
.light-particles::after {
  content: "";
  position: absolute;
  inset: 0;
}

.light-particles::before {
  background-image:
    linear-gradient(125deg, rgba(255, 226, 173, 0.06) 1px, transparent 1px),
    linear-gradient(35deg, rgba(255, 226, 173, 0.045) 1px, transparent 1px);
  background-size: 138px 138px, 168px 168px;
  opacity: 0.7;
  animation: mesh-drift 26s linear infinite;
}

.light-particles::after {
  background-image:
    radial-gradient(rgba(255, 244, 214, 0.55) 1.6px, transparent 1.6px),
    radial-gradient(rgba(255, 209, 122, 0.34) 1.1px, transparent 1.1px);
  background-size: 92px 92px, 52px 52px;
  background-position: 18px 24px, 0 0;
  filter: blur(0.2px);
  opacity: 0.4;
  animation: sparkle-pulse 6.5s ease-in-out infinite alternate, particle-drift-reverse 16s linear infinite;
}

.screen-page {
  height: 100vh;
  padding: clamp(16px, 2vh, 40px) clamp(20px, 2vw, 48px);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.screen-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(5px, 0.8vh, 15px);
}

.header-copy {
  text-align: center;
}

.header-copy .headline {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 28px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--bright-gold);
}

.header-copy h1 {
  margin: 10px 0 0;
  font-size: clamp(30px, 3.2vw, 58px);
  line-height: 1.15;
  font-weight: 900;
  color: #fffaf1;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
}

/* 主舞台卡片：高贵诏书/牌匾风格 */
.stage-card {
  position: relative;
  margin-top: 20px;
  padding: clamp(24px, 3vh, 50px) clamp(26px, 2.8vw, 60px);
  flex: 1;
  min-height: 0;
  border-radius: 36px;
  /* 增加纸张和金色框线效果 */
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" opacity="0.05"><path d="M0,0 H100 V100 H0 Z" fill="%23fff"/></svg>'),
    linear-gradient(180deg, rgba(255, 247, 237, 0.15) 0%, rgba(255, 247, 237, 0.08) 100%);
  border: 6px solid;
  border-image: linear-gradient(135deg, var(--gold) 0%, var(--dark-gold) 50%, var(--gold) 100%) 1;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15), 0 25px 50px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
}

/* 角落金纹 */
.edict-deco {
  position: absolute;
  width: 70px; height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.5;
}

.corner-tl { top: 12px; left: 12px; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23ffd89f"><path d="M0,0 L30,0 L0,30 Z"/></svg>'); }
.corner-tr { top: 12px; right: 12px; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23ffd89f"><path d="M100,0 L70,0 L100,30 Z"/></svg>'); }
.corner-bl { bottom: 12px; left: 12px; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23ffd89f"><path d="M0,100 L30,100 L0,70 Z"/></svg>'); }
.corner-br { bottom: 12px; right: 12px; background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23ffd89f"><path d="M100,100 L70,100 L100,70 Z"/></svg>'); }

.stage-card.is-drawing {
  border-image: linear-gradient(135deg, var(--bright-gold) 0%, #e8863f 50%, var(--bright-gold) 100%) 1;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.15), 0 0 40px rgba(255, 173, 73, 0.3), 0 25px 50px rgba(0, 0, 0, 0.3);
}

.stage-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(15px, 2vw, 30px);
  padding: 0 clamp(10px, 1.5vw, 30px);
  position: relative;
}

/* 核心：左右金色骏马飞驰图腾 */
.horse-totem-left, .horse-totem-right {
  width: clamp(60px, 6vw, 120px);
  height: clamp(60px, 6vw, 120px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: soft-light; /* 融入牌匾背景 */
  opacity: 0.8;
}

.horse-totem-left { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23f2c36d" opacity="0.6"><path d="M10,50 L90,10 V90 Z"/></svg>'); }
.horse-totem-right { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="%23f2c36d" opacity="0.6"><path d="M10,10 L90,50 L10,90 Z"/></svg>'); }

.stage-main-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.stage-label {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--bright-gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.stage-card h2 {
  margin: 10px 0 0;
  font-size: clamp(40px, 4.5vw, 88px);
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.stage-desc {
  margin: 15px 0 0;
  max-width: 900px;
  color: rgba(255, 248, 238, 0.85);
  font-size: clamp(15px, 1.3vw, 24px);
  line-height: 1.6;
}

.stage-meta-wrapper {
  margin-top: 20px;
}

/* 尊享奖项卡片：金色牌匾样式 */
.current-prize-plaque {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 22px;
  border-radius: 20px;
  background: rgba(255, 247, 237, 0.12);
  border: 2px solid rgba(255, 232, 200, 0.25);
  max-width: 550px;
}

.plaque-title {
  color: var(--bright-gold);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.plaque-content {
  font-size: clamp(18px, 1.8vw, 32px);
  font-weight: 800;
}

.gold-text {
  background: linear-gradient(135deg, #fff7ed 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plaque-meta {
  color: rgba(255, 248, 238, 0.75);
  line-height: 1.6;
  font-size: clamp(13px, 1vw, 18px);
}

.demo-status {
  position: absolute;
  top: 0; right: 0;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 247, 237, 0.14);
  color: #ffe6bf;
  font-size: 13px;
  font-weight: 700;
}

.chip-row-wrapper {
  padding: 0 clamp(10px, 1.5vw, 30px);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(14px, 1.5vh, 28px);
  justify-content: center;
}

.chip-row span {
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 247, 237, 0.14);
  border: 2px solid rgba(255, 232, 200, 0.25);
  color: #ffe6bf;
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 700;
}

.scene-layout-wrapper {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.scene-layout {
  margin-top: clamp(16px, 1.8vh, 36px);
  flex: 1;
  min-height: 0;
}

.scene-main {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 名字流动区域升级：名字像金牌一样 */
.ticker-stream-container {
  display: none;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
  background: rgba(255, 247, 237, 0.06);
  border-radius: 28px;
  border: 2px solid rgba(255, 232, 200, 0.15);
}

.ticker {
  display: none;
  flex-wrap: wrap;
  gap: 18px;
  white-space: nowrap;
  padding: 25px;
  justify-content: center;
  align-content: center;
}

.ticker span {
  padding: 16px 26px;
  border-radius: 999px;
  /* 名字升级为金牌/令牌样式 */
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.18) 0%, rgba(255, 247, 237, 0.08) 100%);
  border: 3px solid var(--gold);
  color: #ffe6be;
  font-size: 28px;
  font-weight: 700;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: inline-block;
  animation: float-left-gold 15s linear infinite;
}

.ticker.is-shuffling span {
  animation-duration: 3s;
}

@keyframes float-left-gold {
  0% { transform: translateX(0) translateY(0); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
  50% { transform: translateX(-50px) translateY(-4px); box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25); }
  100% { transform: translateX(-100px) translateY(0); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
}

.stream-glow {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to right, rgba(122, 16, 16, 0.25) 0%, transparent 15%, transparent 85%, rgba(63, 6, 6, 0.25) 100%);
  pointer-events: none;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
  flex: 1;
  align-content: start;
}

/* 功德碑/荣誉墙样式清单 */
.winner-board {
  display: none;
  margin-top: 36px;
  padding: 26px;
  border-radius: 32px;
  background: rgba(255, 247, 237, 0.1);
  border: 3px solid rgba(255, 232, 200, 0.22);
  flex: 1;
  min-height: 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.winner-board-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 0 8px;
}

.winner-board-toolbar {
  display: flex;
  align-items: center;
  gap: 18px;
}

.winner-board-title {
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 800;
}

.winner-board-total {
  margin-top: 10px;
  color: rgba(255, 248, 238, 0.8);
  font-size: clamp(13px, 0.9vw, 18px);
}

.winner-board-pager {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.winner-board-btn {
  min-width: 100px;
  height: 40px;
  padding: 0 18px;
  border: 2px solid rgba(255, 232, 200, 0.25);
  border-radius: 999px;
  background: rgba(255, 247, 237, 0.1);
  color: #fff4df;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.winner-board-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.winner-board-page-no {
  color: rgba(255, 248, 238, 0.85);
  font-size: 18px;
  font-weight: 800;
}

.winner-board-columns {
  display: grid;
  gap: 14px 18px;
}

.winner-board-columns.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.winner-board-columns.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.winner-board-columns.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* 荣誉名单行：荣誉牌样式 */
.winner-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 247, 237, 0.14);
  border: 2px solid rgba(255, 232, 200, 0.16);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.winner-row-rank {
  color: var(--bright-gold);
  font-size: 28px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.winner-row-name {
  font-size: clamp(18px, 1.5vw, 30px);
  font-weight: 800;
}

.winner-row-company,
.winner-row-prize {
  margin-top: 8px;
  color: rgba(255, 248, 238, 0.78);
  line-height: 1.6;
  font-size: clamp(13px, 0.95vw, 18px);
}

.winner-board-columns.is-dense .winner-row { padding: 16px 18px; }
.winner-board-columns.is-dense .winner-row-rank { font-size: 24px; }
.winner-board-columns.is-dense .winner-row-name { font-size: 26px; }

.winner-board-empty {
  padding: 36px 18px;
  border-radius: 26px;
  background: rgba(255, 247, 237, 0.1);
  color: rgba(255, 248, 238, 0.75);
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

/* 中奖卡片：高贵金玉雕刻样式 */
.result-card {
  padding: 26px;
  border-radius: 30px;
  /* 这里是一个微小金马水印剪影的 SVG DATA URI */
  background:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.08"><path d="M0,0 H10 L10,10 H0 Z" fill="%234a170c"/></svg>'),
    linear-gradient(160deg, rgba(255, 241, 219, 0.95) 0%, rgba(255, 214, 153, 0.95) 100%);
  color: var(--paper-text);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(18px) scale(0.96);
  transition: opacity 300ms var(--ease-out), transform 300ms var(--ease-out);
  border: 4px solid var(--gold);
}

.result-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.result-rank {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dark-gold);
  font-weight: 700;
}

.result-name {
  margin-top: 16px;
  font-size: clamp(22px, 1.7vw, 34px);
  font-weight: 900;
}

.result-company,
.result-prize {
  margin-top: 10px;
  line-height: 1.6;
  font-size: clamp(15px, 1.1vw, 20px);
  font-weight: 700;
}

/* 紧凑场景适应性调整 */
.screen-page.is-compact-scene .screen-header {
  opacity: 0;
  transform: translateY(-15px);
  display: none;
}

.screen-page.is-compact-scene .stage-card {
  margin-top: 0;
}

@keyframes particle-drift {
  from { transform: translate3d(-2.5%, -3%, 0); }
  to { transform: translate3d(4%, 5%, 0); }
}

@keyframes particle-drift-reverse {
  from { transform: translate3d(2%, -1%, 0); }
  to { transform: translate3d(-3%, 4%, 0); }
}

@keyframes mesh-drift {
  from { transform: translate3d(-1.5%, -2%, 0) scale(1); }
  to { transform: translate3d(3%, 4%, 0) scale(1.04); }
}

@keyframes sparkle-pulse {
  from { opacity: 0.22; filter: blur(0.2px) brightness(0.95); }
  to { opacity: 0.58; filter: blur(0.2px) brightness(1.18); }
}

@keyframes deco-float-left {
  from { transform: scaleX(-1) rotate(-4deg) translate3d(0, 0, 0); }
  to { transform: scaleX(-1) rotate(-1deg) translate3d(18px, -14px, 0); }
}

@keyframes deco-float-top-left {
  from { transform: rotate(-2deg) translate3d(0, 0, 0); }
  to { transform: rotate(1deg) translate3d(10px, 6px, 0); }
}

@keyframes deco-float-right {
  from { transform: rotate(0deg) translate3d(0, 0, 0); }
  to { transform: rotate(2deg) translate3d(-22px, -18px, 0); }
}

.stage-card.is-compact-scene h2 {
  font-size: clamp(30px, 3vw, 54px);
}

.stage-card.is-compact-scene .plaque-content {
  font-size: clamp(16px, 1.4vw, 26px);
}

.winner-board-columns.cols-4.is-compact-scene .winner-row { padding: 14px 16px; }
.winner-board-columns.cols-4.is-compact-scene .winner-row-name { font-size: 24px; }

/* 响应式适配 */
@media (max-width: 1200px) {
  .stage-top { grid-template-columns: 1fr; place-items: center; text-align: center; gap: 10px; }
  .horse-totem-left, .horse-totem-right { display: none; }
  .current-prize-plaque { align-items: center; text-align: center; }
  .chip-row, .result-grid, .winner-board-columns { grid-template-columns: 1fr; justify-content: center; }
  .winner-board-head, .winner-board-toolbar { flex-direction: column; align-items: center; text-align: center; gap: 10px; }
  .deco-image-left {
    width: min(42vw, 360px);
    height: min(26vh, 240px);
    left: -6vw;
    bottom: -2vh;
    opacity: 0.15;
  }
  .deco-image-right {
    width: min(48vw, 420px);
    height: min(30vh, 250px);
    right: -6vw;
    bottom: -2vh;
    opacity: 0.18;
  }
  .deco-image-top-left {
    left: 9vw;
    top: 0.8vh;
    width: min(22vw, 180px);
    height: min(7vh, 78px);
    opacity: 0.34;
  }
}
