/* The Grand Hall and the Trophy Room — the honor wing, grouped (parity with the app, 2026-08-22).
   A fixed hang of doors: each card is a summary and a way in, never the contents. */

.hallgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:18px}
.hallcard{display:block;background:var(--den-bg2);border:1px solid var(--den-line);border-radius:12px;
  padding:14px 16px;text-decoration:none;color:var(--den-ink)}
.hallcard:hover{border-color:var(--den-gold2)}
.hallcard h2{margin:0 0 6px;font-size:20px;color:var(--den-gold)}
.hallcard .hc-sub{margin:0;font-size:13px;color:var(--den-mut);line-height:1.45}

/* The case. One row per casting: the piece, what it was, and what it took. */
.trophies{display:flex;flex-direction:column;margin:0 0 18px}
.trophy{display:flex;align-items:center;gap:12px;padding:8px 0}
.trophy + .trophy{border-top:1px dashed var(--den-line)}
.tp-ico{flex:0 0 auto;font-size:26px;line-height:1}
.tp-ico.gold{color:var(--den-gold)}
.tp-ico.silver{color:#cdd3da}
.tp-ico.bronze{color:#c08a52}
.tp-txt{display:flex;flex-direction:column;min-width:0}
.tp-nm{font-family:'Pirata One',Georgia,serif;font-size:16px}
.tp-sub{font-size:12px;color:var(--den-mut)}
