:root {
    --hall-bg: #04100b;
    --hall-panel: #081a12;
    --hall-line: rgba(207, 169, 91, 0.28);
    --hall-gold: #d2ad66;
    --hall-gold-bright: #f0d797;
    --hall-ivory: #eee8d8;
    --hall-muted: #97a59c;
}

* { box-sizing: border-box; }
html { background: var(--hall-bg); }
body {
    min-height: 100vh;
    margin: 0;
    color: var(--hall-ivory);
    background:
        linear-gradient(rgba(25, 55, 41, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 55, 41, 0.12) 1px, transparent 1px),
        radial-gradient(circle at 76% 5%, rgba(45, 91, 68, 0.25), transparent 38%),
        var(--hall-bg);
    background-size: 56px 56px, 56px 56px, auto, auto;
    font-family: "Microsoft YaHei", "Noto Sans SC", sans-serif;
}

.hall-topbar {
    min-height: 78px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 0 clamp(24px, 4vw, 66px);
    border-bottom: 1px solid var(--hall-line);
    background: rgba(3, 13, 9, 0.92);
}
.hall-brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.hall-brand > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--hall-gold); color: var(--hall-gold-bright); font: 0.75rem Georgia, serif; }
.hall-brand strong { font-size: 0.95rem; }
.hall-brand small { display: block; margin-top: 3px; color: var(--hall-muted); font: 0.56rem Georgia, serif; letter-spacing: 0.2em; }
.hall-topbar > p { margin: 0; color: var(--hall-muted); font-size: 0.72rem; letter-spacing: 0.18em; }
.hall-home-link { justify-self: end; color: var(--hall-muted); text-decoration: none; font-size: 0.78rem; }
.hall-home-link:hover { color: var(--hall-gold-bright); }

main { width: min(1400px, calc(100% - 64px)); margin: 0 auto; }
.hall-hero {
    min-height: 250px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: clamp(36px, 6vw, 84px);
    align-items: center;
    padding: 32px 0;
    border-bottom: 1px solid var(--hall-line);
}
.hall-eyebrow, .hall-roster header p { margin: 0 0 12px; color: var(--hall-gold); font: 0.66rem Georgia, serif; letter-spacing: 0.3em; }
.hall-hero h1 { margin: 0; font: 400 clamp(2.8rem, 5vw, 4.8rem) Georgia, "Songti SC", serif; line-height: 1; }
.hall-intro { max-width: 720px; margin: 20px 0 0; color: var(--hall-muted); font-size: clamp(0.88rem, 1vw, 1rem); line-height: 1.8; }
.hall-battle-button {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 28px;
    border: 1px solid var(--hall-gold);
    color: #09110c;
    background: linear-gradient(135deg, #efd593, #c89d52);
    text-decoration: none;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hall-battle-button:hover { transform: translateY(-5px); box-shadow: 0 35px 90px rgba(0, 0, 0, 0.46); }
.hall-battle-button small { font: 0.58rem Georgia, serif; letter-spacing: 0.18em; }
.hall-battle-button strong { margin: 9px 0; font: 500 clamp(1.4rem, 2vw, 2rem) Georgia, "Songti SC", serif; }
.hall-battle-button span { font-size: 0.78rem; }

.hall-roster { padding: 42px 0 80px; }
.hall-roster > header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 30px; }
.hall-roster h2 { margin: 0; font: 400 clamp(2rem, 3vw, 3.2rem) Georgia, "Songti SC", serif; }
.hall-roster > header > span { color: var(--hall-muted); font-size: 0.78rem; }
.hall-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 22px; }
.hall-card { min-width: 0; overflow: hidden; border: 1px solid var(--hall-line); color: inherit; background: rgba(7, 24, 16, 0.82); text-decoration: none; transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }
.hall-card:hover { transform: translateY(-7px); border-color: var(--hall-gold); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.hall-card figure { position: relative; height: 220px; margin: 12px 12px 0; overflow: hidden; border: 1px solid rgba(210, 173, 102, 0.42); background: #020705; }
.hall-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 18%; transition: transform 0.5s ease, filter 0.5s ease; }
.hall-card:hover img { transform: scale(1.035); filter: brightness(1.08); }
.hall-card figure > span, .hall-card figure > b { position: absolute; top: 12px; z-index: 2; padding: 6px 8px; border: 1px solid var(--hall-line); background: rgba(2, 10, 6, 0.78); font-size: 0.56rem; letter-spacing: 0.12em; }
.hall-card figure > span { left: 12px; color: var(--hall-gold-bright); }
.hall-card figure > b { right: 12px; color: #89e3c5; font-weight: 500; }
.hall-card-copy { padding: 13px 14px 16px; }
.hall-card-copy > small { color: var(--hall-gold); font-size: 0.62rem; }
.hall-card-copy h3 { min-height: 2.5em; margin: 7px 0 11px; font: 400 clamp(0.98rem, 1.08vw, 1.15rem) Georgia, "Songti SC", serif; line-height: 1.25; }
.hall-card-copy p { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 0; }
.hall-card-copy p strong { font-size: 0.9rem; }
.hall-card-copy p span { color: var(--hall-muted); font-size: 0.65rem; }
footer { padding: 22px; border-top: 1px solid var(--hall-line); color: var(--hall-muted); font: 0.55rem Georgia, serif; letter-spacing: 0.28em; text-align: center; }

@media (max-width: 1180px) {
    .hall-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .hall-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
    .hall-topbar { grid-template-columns: 1fr auto; }
    .hall-topbar > p { display: none; }
    main { width: min(100% - 28px, 620px); }
    .hall-hero { grid-template-columns: 1fr; gap: 24px; padding: 44px 0; }
    .hall-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .hall-roster > header { align-items: start; flex-direction: column; }
}
@media (max-width: 480px) {
    .hall-grid { grid-template-columns: 1fr; }
}
