/* ==========================================================
 * Prototype Extra · BP / 局内 / 结算 三流程样式
 * 复用 room-prototype.css 的色变量
 * ========================================================== */

/* ============================================================
 * Flow B：BP 选将
 * ============================================================ */
.bp-screen {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 30% 40%, rgba(60,80,40,0.4), transparent 70%),
    radial-gradient(ellipse 80% 60% at 70% 60%, rgba(80,40,40,0.4), transparent 70%),
    linear-gradient(180deg, #1a2616 0%, #1f1810 60%, #241208 100%);
  font-family: var(--serif);
  display: flex; flex-direction: column;
}

.bp-top {
  position: relative; z-index: 5;
  display: flex; align-items: center; padding: 10px 16px; gap: 16px;
  background: linear-gradient(180deg, rgba(0,0,0,0.7), transparent);
}
.bp-tabs { display: flex; gap: 18px; }
.bpt {
  font-family: var(--serif); font-size: 14px;
  color: var(--hoj-mute); cursor: pointer;
  padding-bottom: 3px; border-bottom: 2px solid transparent;
  letter-spacing: 0.12em;
}
.bpt.active { color: var(--hoj-gold-2); border-bottom-color: var(--hoj-gold-2); }
.bp-timer {
  margin-left: auto; font-family: var(--mono); font-size: 13px;
  color: var(--hoj-gold-2); background: rgba(0,0,0,0.5);
  padding: 3px 12px; border: 1px solid var(--hoj-gold); border-radius: 2px;
}
.bp-diff {
  margin-left: 10px;
  font-family: var(--serif); font-size: 12px;
  color: var(--hoj-gold-2);
  padding: 3px 10px;
  background: rgba(58,44,24,0.55);
  border: 1px solid rgba(200,169,106,0.45); border-radius: 2px;
  letter-spacing: 0.04em;
  display: inline-flex; align-items: center; gap: 4px;
}
.bp-diff.bp-diff-juewu { color: #ff6b6b; border-color: rgba(255,107,107,0.6); background: rgba(80,30,30,0.5); }
.bp-diff-e { font-family: var(--mono); font-size: 10px; color: #ffd24a; }
.bp-cancel { font-size: 12px; color: #aaa; cursor: pointer; }
.bp-cancel:hover { color: #fff; }

.bp-body {
  position: relative; z-index: 2; flex: 1;
  display: grid; grid-template-columns: 230px 1fr 220px;
  gap: 12px; padding: 10px 14px; min-height: 0;
}

/* 左：池子 */
.bp-pool {
  background: rgba(0,0,0,0.35);
  border: 1px solid #3a2c18; border-radius: 4px;
  padding: 10px; display: flex; flex-direction: column; min-height: 0;
}
.bp-filter {
  display: flex; gap: 4px; flex-wrap: wrap;
  padding-bottom: 8px; margin-bottom: 8px;
  border-bottom: 1px solid rgba(200,169,106,0.2);
}
.bpf {
  font-size: 10px; color: var(--hoj-mute);
  padding: 3px 8px; border: 1px solid rgba(200,169,106,0.2);
  border-radius: 2px; cursor: pointer;
}
.bpf.active {
  color: var(--hoj-gold-2); border-color: var(--hoj-gold-2);
  background: rgba(200,169,106,0.15);
}
.bp-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
  overflow-y: auto; flex: 1;
}
.bp-grid::-webkit-scrollbar { width: 4px; }
.bp-grid::-webkit-scrollbar-thumb { background: #5a4528; }

.bp-hero {
  aspect-ratio: 1; border: 2px solid transparent; border-radius: 3px;
  background: linear-gradient(135deg, #3a2c18, #1a1208);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  cursor: pointer; position: relative; transition: 0.15s;
  padding: 4px;
}
.bp-hero:hover { border-color: rgba(200,169,106,0.6); }
.bp-hero.active {
  border-color: var(--hoj-gold-2);
  box-shadow: 0 0 8px rgba(255,200,100,0.5);
}
.bp-hero.off-lane { opacity: 0.32; filter: grayscale(0.5); }
.bp-hero.off-lane:hover { opacity: 0.65; }
.bp-hero-i { font-size: 22px; }
.bp-hero-n {
  font-size: 10px; color: var(--hoj-text); text-align: center;
  margin-top: 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}

/* 中：立绘 */
.bp-portrait {
  position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(255,200,100,0.06), transparent 70%);
  border: 1px solid rgba(200,169,106,0.15); border-radius: 4px;
}
.bp-portrait-tag {
  position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  font-family: var(--serif); font-size: 11px; color: var(--hoj-gold);
  padding: 3px 12px; background: rgba(20,12,4,0.8);
  border: 1px solid rgba(200,169,106,0.3); border-radius: 2px;
  letter-spacing: 0.12em;
}
.bp-portrait-name {
  position: absolute; top: 50px; left: 0; right: 0; text-align: center;
  font-family: var(--serif); font-size: 28px; font-weight: 700;
  color: var(--hoj-text); text-shadow: 0 2px 8px rgba(0,0,0,0.8);
  letter-spacing: 0.04em;
}
.bp-portrait-sub {
  position: absolute; top: 90px; left: 0; right: 0; text-align: center;
  font-family: var(--sans); font-size: 11px;
  color: var(--hoj-gold-2); font-weight: 400; letter-spacing: 0.14em;
}
.bp-model {
  font-size: 150px;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.8)) drop-shadow(0 0 24px rgba(255,200,100,0.2));
  animation: bpModelFloat 4s ease-in-out infinite;
}
@keyframes bpModelFloat { 0%,100% {transform:translateY(0)} 50% {transform:translateY(-8px)} }
.bp-skin-attr {
  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
  font-family: var(--sans); font-size: 12px; color: var(--hoj-text);
  padding: 6px 14px; background: rgba(20,12,4,0.7);
  border: 1px solid rgba(200,169,106,0.4); border-radius: 3px;
}
.bp-skin-attr b { color: var(--hoj-gold-2); font-weight: 600; }

/* 右：10 头像 */
.bp-roster {
  background: rgba(0,0,0,0.4); border: 1px solid #3a2c18; border-radius: 4px;
  padding: 8px; display: flex; flex-direction: column; gap: 4px;
  overflow-y: auto; min-height: 0;
}
.bp-roster::-webkit-scrollbar { width: 4px; }
.bp-roster::-webkit-scrollbar-thumb { background: #5a4528; }
.bp-side-label {
  font-family: var(--serif); font-size: 11px;
  color: var(--hoj-gold); letter-spacing: 0.1em;
  text-align: center; margin: 4px 0 2px; padding: 3px 0;
  border-top: 1px solid rgba(200,169,106,0.15);
  border-bottom: 1px solid rgba(200,169,106,0.15);
}
.bp-side-label:first-child { border-top: none; padding-top: 0; margin-top: 0; }

.bp-roster-item {
  display: grid; grid-template-columns: 34px 1fr auto; gap: 8px; align-items: center;
  padding: 5px 6px;
  background: rgba(58,44,24,0.4);
  border: 1px solid #3a2c18; border-radius: 3px;
  position: relative; transition: 0.15s;
}
.bp-roster-item.you { border-color: var(--hoj-blue); background: rgba(26,58,90,0.4); }
.bp-roster-item.kol { border: 2px solid var(--hoj-gold-2); padding: 4px 5px; }
.bp-roster-item.enemy { opacity: 0.85; background: rgba(90,30,30,0.3); border-color: #5a3030; }
.bp-roster-item.anon {
  background: repeating-linear-gradient(45deg, rgba(40,30,20,0.6) 0 8px, rgba(30,20,15,0.5) 8px 16px);
  border-style: dashed; border-color: #4a3a20; opacity: 0.5;
}
.bp-roster-item.anon .bp-roster-av { background: linear-gradient(135deg, #2a2218, #0a0604); color: var(--hoj-mute); }

.bp-fb-tag {
  display: inline-block;
  font-family: var(--sans); font-size: 9px;
  background: rgba(106,170,202,0.2); color: var(--hoj-blue);
  padding: 1px 5px; border-radius: 2px; margin-left: 4px;
  font-weight: 500;
}

.bp-roster-av {
  width: 34px; height: 34px; border-radius: 4px;
  background: linear-gradient(135deg, #3a2c18, #0a0604);
  border: 1px solid #5a4528;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 13px; color: var(--hoj-gold-2);
}
.bp-roster-item.you .bp-roster-av { border-color: var(--hoj-blue); color: #cfe6ff; }
.bp-roster-item.kol .bp-roster-av { border-color: var(--hoj-gold-2); }
.bp-roster-info { min-width: 0; }
.bp-rn {
  font-family: var(--serif); font-size: 11px; color: var(--hoj-text);
  font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bp-rs {
  font-family: var(--sans); font-size: 9px;
  color: var(--hoj-mute); margin-top: 2px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bp-roster-item.kol .bp-rs { color: var(--hoj-gold); }
.bp-rstatus {
  font-family: var(--serif); font-size: 11px; color: var(--hoj-mute);
}
.bp-roster-item.locked .bp-rstatus { color: var(--hoj-gold-2); }
.bp-roster-item.picking .bp-rstatus {
  color: var(--hoj-gold); animation: pickPulse 1.4s ease-in-out infinite;
}
@keyframes pickPulse { 0%,100% {opacity:1} 50% {opacity:0.3} }

.bp-change-overlay {
  position: absolute; inset: 0; border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(20,12,4,0.85); opacity: 0; transition: 0.15s;
  font-family: var(--serif); font-size: 12px; color: var(--hoj-gold-2);
  cursor: pointer; letter-spacing: 0.1em;
}
.bp-roster-item.locked:not(.you):not(.enemy):hover .bp-change-overlay { opacity: 1; }

.bp-foot {
  position: relative; z-index: 5;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px;
  background: linear-gradient(0deg, rgba(0,0,0,0.7), transparent);
}
.bp-foot-info { font-family: var(--serif); font-size: 12px; color: var(--hoj-gold); }
.bp-foot-info b { color: var(--hoj-text); font-weight: 500; }

/* ============================================================
 * Flow C：局内表现
 * ============================================================ */
.ig-screen {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 30% 50%, rgba(60,80,40,0.4), transparent 70%),
    radial-gradient(ellipse 80% 50% at 70% 50%, rgba(80,40,40,0.4), transparent 70%),
    linear-gradient(180deg, #1a2616 0%, #1f1810 60%, #241208 100%);
  font-family: var(--serif);
}
.ig-screen::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(0,0,0,0.04) 0 2px, transparent 2px 60px);
}

.ig-top {
  position: absolute; top: 0; left: 0; right: 0; height: 30px;
  display: flex; justify-content: center; align-items: center; gap: 14px;
  background: linear-gradient(180deg, rgba(0,0,0,0.7), transparent);
  z-index: 6;
}
.ig-kills { display: flex; align-items: center; gap: 6px; }
.ig-kills .k-icon {
  width: 16px; height: 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: #fff; font-weight: 700;
}
.ig-kills.blue .k-icon { background: #3b8fe6; }
.ig-kills.red .k-icon { background: #d65a5a; }
.ig-kills .k-num { font-size: 16px; color: var(--hoj-gold-2); font-weight: 600; }
.ig-time {
  font-family: var(--mono); font-size: 12px; color: var(--hoj-text);
  padding: 2px 10px; background: rgba(0,0,0,0.5);
  border: 1px solid var(--hoj-gold); border-radius: 2px;
}

.ig-allies {
  position: absolute; top: 36px; left: 8px;
  display: flex; flex-direction: column; gap: 8px; z-index: 6;
}
.ig-ally {
  position: relative; display: flex; align-items: center; gap: 6px;
  cursor: pointer; transition: 0.15s;
}
.ig-ally:hover { transform: translateX(2px); }
.ig-ally-frame {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, #3a2c18, #1a1208);
  border: 2px solid #8a6a3a; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 14px; color: var(--hoj-gold-2);
  position: relative; flex: none;
  box-shadow: inset 0 1px 0 rgba(255,220,150,0.2), 0 1px 3px rgba(0,0,0,0.6);
}
.ig-ally.you .ig-ally-frame {
  border-color: var(--hoj-blue); color: #cfe6ff;
  background: linear-gradient(135deg, #1a3a4a, #0a2030);
}
.ig-ally.kol .ig-ally-frame {
  border-color: var(--hoj-gold-2); border-width: 2.5px;
  background: linear-gradient(135deg, #5a3a18, #3a1f08);
  animation: kolGlow 2.4s ease-in-out infinite;
}
@keyframes kolGlow {
  0%,100% { box-shadow: inset 0 1px 0 rgba(255,230,170,0.3), 0 0 8px rgba(230,195,122,0.5); }
  50%     { box-shadow: inset 0 1px 0 rgba(255,230,170,0.3), 0 0 18px rgba(230,195,122,0.9); }
}
.ig-ally.kol .ig-ally-frame::before {
  content: "★"; position: absolute; top: -8px; right: -6px;
  color: var(--hoj-gold-2); font-size: 11px;
}
.ig-ally-bar {
  width: 54px; height: 5px;
  background: rgba(0,0,0,0.5); border: 1px solid #5a4528; border-radius: 2px;
  position: relative; overflow: hidden;
}
.ig-ally-bar::after {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 75%;
  background: linear-gradient(90deg, #3ad862, #65f085);
}
.ig-ally.you .ig-ally-bar::after { width: 88%; }

/* 嘉宾菜单 */
.guest-wheel {
  position: absolute; left: 64px; top: 88px;
  display: none; z-index: 50;
  filter: drop-shadow(0 8px 20px rgba(255,200,100,0.4));
}
.guest-wheel.show { display: block; }
.gw-bg {
  position: relative; width: 220px; padding: 8px;
  background: linear-gradient(180deg, rgba(58,44,24,0.95), rgba(20,14,8,0.95));
  border: 1.5px solid var(--hoj-gold-2); border-radius: 4px;
  box-shadow: 0 0 16px rgba(255,200,100,0.4);
}
.gw-head {
  font-family: var(--serif); font-size: 12px; color: var(--hoj-gold-2);
  letter-spacing: 0.08em; padding-bottom: 6px;
  border-bottom: 1px solid rgba(200,169,106,0.3); margin-bottom: 6px;
}
.gw-item {
  display: flex; align-items: center; gap: 8px;
  width: 100%; padding: 8px 10px; background: transparent;
  border: none; cursor: pointer; text-align: left;
  font-family: var(--serif); font-size: 13px; color: var(--hoj-text);
  border-radius: 2px; transition: 0.15s;
}
.gw-item:hover { background: rgba(200,169,106,0.2); color: var(--hoj-gold-2); }
.gw-i { font-size: 16px; }

/* 中央英雄 */
.ig-stage {
  position: absolute; inset: 30px 220px 100px 90px;
  display: flex; align-items: center; justify-content: center; gap: 50px;
  pointer-events: none;
}
.ig-hero {
  position: relative;
  font-size: 85px;
  filter: drop-shadow(0 12px 16px rgba(0,0,0,0.7));
}
.ig-hero.kol {
  filter: drop-shadow(0 12px 16px rgba(0,0,0,0.7)) drop-shadow(0 0 18px rgba(255,200,100,0.5));
}
.ig-hero-name {
  position: absolute; top: -18px; left: 50%; transform: translateX(-50%);
  font-family: var(--serif); font-size: 11px; color: #fff;
  white-space: nowrap; text-shadow: 0 1px 2px rgba(0,0,0,0.9);
  background: rgba(0,0,0,0.5); padding: 2px 8px; border-radius: 2px;
}
.ig-hero.kol .ig-hero-name { color: var(--hoj-gold-2); border: 1px solid var(--hoj-gold); }
.ig-bubble {
  position: absolute; top: -58px; left: 50%; transform: translate(-50%, 4px);
  background: linear-gradient(180deg, #3a2c18, #1a1208);
  border: 1.5px solid var(--hoj-gold); color: var(--hoj-text);
  font-family: var(--serif); font-size: 13px;
  padding: 8px 14px; border-radius: 3px;
  white-space: nowrap; opacity: 0; transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
}
.ig-bubble.show { opacity: 1; transform: translate(-50%, 0); }
.ig-bubble::before { content: "★ "; color: var(--hoj-gold-2); }

/* 小地图 */
.ig-map {
  position: absolute; left: 10px; bottom: 12px;
  width: 140px; height: 100px;
  background: linear-gradient(135deg, rgba(80,50,30,0.4), rgba(40,30,20,0.6));
  border: 2px solid #8a6a3a; border-radius: 3px;
  overflow: hidden; z-index: 5;
}
.ig-map-base { position: absolute; width: 20px; height: 20px; border-radius: 50%; }
.ig-map-base.blue { left: 5px; bottom: 5px; background: radial-gradient(circle, #4aa7ff, #1d4a8a); box-shadow: 0 0 6px rgba(74,167,255,0.6); }
.ig-map-base.red  { right: 5px; top: 5px; background: radial-gradient(circle, #ff5a7a, #8a2a3f); box-shadow: 0 0 6px rgba(255,90,122,0.6); }
.ig-map-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.5); }
.ig-map-dot.you { left: 30%; top: 50%; background: #fff; box-shadow: 0 0 6px #fff; }
.ig-map-dot.kol { left: 42%; top: 38%; background: var(--hoj-gold-2); box-shadow: 0 0 8px var(--hoj-gold-2); width: 10px; height: 10px; }
.ig-map-dot.e1  { right: 28%; top: 40%; background: #ff5a7a; }
.ig-map-dot.e2  { right: 35%; bottom: 28%; background: #ff5a7a; }

/* 技能盘 */
.ig-skills { position: absolute; right: 10px; bottom: 12px; width: 170px; height: 170px; z-index: 5; }
.ig-skill {
  position: absolute; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 14px; color: #fff;
  border: 2px solid;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 4px rgba(0,0,0,0.7);
}
.ig-skill.basic {
  width: 66px; height: 66px; right: 0; bottom: 0;
  background: radial-gradient(circle at 35% 30%, #ffb04a, #7a3818);
  border-color: #ffd88a; color: #fff5d8;
}
.ig-skill.s1 {
  width: 44px; height: 44px; left: 0; bottom: 42px;
  background: radial-gradient(circle at 35% 30%, #6aaaff, #1a3a8a);
  border-color: #9ad0ff;
}
.ig-skill.s2 {
  width: 48px; height: 48px; left: 36px; bottom: 90px;
  background: radial-gradient(circle at 35% 30%, #a86aff, #3a1a8a);
  border-color: #c89aff;
}
.ig-skill.s3 {
  width: 54px; height: 54px; left: 86px; bottom: 96px;
  background: radial-gradient(circle at 35% 30%, #ff6a8a, #8a1a3a);
  border-color: #ff9ab0;
}

/* 触发演示侧栏 */
.ig-trigger {
  position: absolute; right: 10px; top: 36px; width: 200px;
  background: rgba(0,0,0,0.6); border: 1px solid #3a2c18; border-radius: 4px;
  padding: 10px; display: flex; flex-direction: column; gap: 5px;
  z-index: 6;
}
.igt-title {
  font-family: var(--serif); font-size: 12px;
  color: var(--hoj-gold-2); letter-spacing: 0.1em;
}
.igt-sub { font-family: var(--sans); font-size: 10px; color: var(--hoj-mute); margin-bottom: 4px; }
.igt-btn {
  font-family: var(--sans); font-size: 11px; color: var(--hoj-text);
  background: rgba(58,44,24,0.5); border: 1px solid #5a4528;
  padding: 6px 8px; border-radius: 2px; cursor: pointer; text-align: left;
  transition: 0.15s;
}
.igt-btn:hover { border-color: var(--hoj-gold); color: var(--hoj-gold-2); }
.igt-btn.gold { border-color: var(--hoj-gold-2); color: var(--hoj-gold-2); }

/* ============================================================
 * Flow D：结算页
 * ============================================================ */
.st-screen {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 50%, #0c0804 100%);
  padding: 22px 28px;
  display: flex; flex-direction: column;
  font-family: var(--serif);
}
.st-banner {
  display: flex; align-items: baseline; gap: 16px;
  padding-bottom: 14px; margin-bottom: 14px;
  border-bottom: 1px solid rgba(200,169,106,0.25);
}
.st-result {
  font-family: var(--serif); font-size: 38px; font-weight: 700;
  font-style: italic; color: var(--hoj-gold-2); letter-spacing: 0.12em;
  text-shadow: 0 0 14px rgba(255,200,100,0.5);
}
.st-meta {
  font-family: var(--sans); font-size: 12px; color: var(--hoj-mute);
  display: flex; gap: 10px; align-items: center;
}
.st-meta b { color: var(--hoj-text); }
.st-dot { color: var(--hoj-mute); }

.st-body {
  display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 14px;
  flex: 1; min-height: 0;
}
.st-roster, .st-review, .st-side-card {
  background: rgba(0,0,0,0.45);
  border: 1px solid #2a2218; border-radius: 6px;
  padding: 14px; overflow-y: auto;
}
.st-review {
  background: linear-gradient(180deg, rgba(80,55,20,0.3), rgba(20,14,8,0.5));
  border-color: rgba(200,169,106,0.4);
}
.st-roster h4, .st-review h4, .st-side-card h4 {
  font-family: var(--serif); font-size: 12px;
  color: var(--hoj-gold-2); letter-spacing: 0.1em;
  margin: 0 0 10px; font-weight: 500;
}

.st-row {
  display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: center;
  padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.06);
  font-family: var(--serif); font-size: 12px; color: var(--hoj-text);
}
.st-row-av {
  width: 30px; height: 30px; border-radius: 4px;
  background: linear-gradient(135deg, #3a2c18, #0a0604);
  border: 1px solid #5a4528;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: var(--hoj-gold-2);
}
.st-row.you .st-row-av { border-color: var(--hoj-blue); color: #cfe6ff; }
.st-row.kol .st-row-av { border-color: var(--hoj-gold-2); border-width: 1.5px; }
.st-row-info small { display: block; font-family: var(--sans); font-size: 10px; color: var(--hoj-mute); margin-top: 2px; }
.st-kda { font-family: var(--mono); font-size: 13px; color: var(--hoj-gold-2); font-weight: 600; }

.st-review-author {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 10px; margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.st-review-av {
  width: 42px; height: 42px; border-radius: 50%;
  background: radial-gradient(circle, var(--hoj-gold), #5a4028);
  border: 1.5px solid var(--hoj-gold-2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); color: #1a0f04; font-weight: 700; font-size: 16px;
}
.st-review-name { font-family: var(--serif); font-size: 14px; color: var(--hoj-gold-2); font-weight: 500; }
.st-review-sub { font-family: var(--sans); font-size: 10px; color: var(--hoj-mute); margin-top: 2px; }
.st-review-content p {
  font-family: var(--sans); font-size: 13px;
  color: var(--hoj-text); line-height: 1.65; margin: 0 0 8px;
}
.st-review-content b { color: var(--hoj-gold-2); }
.st-call {
  margin-top: 12px !important; padding-top: 12px;
  border-top: 1px dashed rgba(200,169,106,0.3);
  font-family: var(--serif); font-style: italic;
  color: var(--hoj-gold-2) !important;
}

.st-ssc-row {
  display: flex; justify-content: space-between;
  padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.06);
  font-family: var(--sans); font-size: 13px; color: var(--hoj-text);
}
.st-ssc-plus { color: var(--hoj-gold-2); font-weight: 600; }
.st-bar {
  height: 6px; background: rgba(0,0,0,0.5); border-radius: 3px;
  overflow: hidden; margin: 10px 0;
}
.st-bar-fill { height: 100%; background: linear-gradient(90deg, var(--hoj-gold), var(--hoj-gold-2)); }
.st-side-tip {
  font-family: var(--sans); font-size: 12px;
  color: var(--hoj-mute); line-height: 1.5; margin-top: 4px;
}

.st-foot {
  display: flex; justify-content: flex-end; gap: 10px;
  padding-top: 14px; margin-top: 14px;
  border-top: 1px solid rgba(200,169,106,0.25);
}
