:root { --hall-bg:#050817; --hall-panel:rgba(4,9,25,.8); --hall-line:rgba(143,169,211,.24); --hall-text:#f7f8fd; --hall-muted:#a6b0c8; --hall-mint:#75f2dc; }
* { box-sizing:border-box; }
.hall-body { min-height:100vh; margin:0; color:var(--hall-text); font-family:'Poppins',sans-serif; background-color:var(--hall-bg); background-image:linear-gradient(90deg,rgba(5,8,23,.76),rgba(5,8,23,.62)),var(--site-bg-image,url('../images/bg.jpg')); background-position:center top,center top; background-size:cover,cover; background-attachment:fixed,fixed; }
.hall-nav { min-height:72px; display:grid; grid-template-columns:minmax(260px,1fr) auto minmax(210px,1fr); align-items:center; gap:24px; padding:12px 30px; border-bottom:1px solid var(--hall-line); background:rgba(3,6,18,.9); position:sticky; top:0; z-index:20; }
.hall-brand { display:flex; align-items:center; gap:11px; color:#fff; text-decoration:none; font-size:.86rem; }
.hall-brand span { width:38px; height:38px; display:grid; place-items:center; border:1px solid rgba(117,242,220,.5); border-radius:6px; color:var(--hall-mint); background:rgba(117,242,220,.08); }
.hall-nav-links { display:flex; align-items:center; gap:28px; }
.hall-nav-links a { padding:9px 0; border-bottom:2px solid transparent; color:#b0bad0; text-decoration:none; font-size:.76rem; font-weight:700; white-space:nowrap; }
.hall-nav-links a:hover,.hall-nav-links a.active { color:#fff; border-color:var(--hall-mint); }
.hall-languages { display:flex; justify-content:flex-end; gap:6px; }
.hall-languages a { padding:7px 8px; border:1px solid transparent; border-radius:5px; color:var(--hall-muted); text-decoration:none; font-size:.68rem; font-weight:800; }
.hall-languages a.active { color:var(--hall-mint); border-color:rgba(117,242,220,.35); background:rgba(117,242,220,.08); }
.hall-main { width:min(1080px,calc(100% - 40px)); margin:0 auto; padding:100px 0 80px; }
.hall-header { margin-bottom:28px; }
.hall-header>span,.hall-search label { color:var(--hall-mint); font-size:.69rem; font-weight:900; }
.hall-header h1 { margin:8px 0 12px; color:#fff; font-family:'Cinzel',serif; font-size:clamp(3rem,7vw,5.4rem); line-height:1; letter-spacing:0; text-transform:uppercase; }
.hall-header p { color:#d1d7e4; font-size:.9rem; }
.hall-search { width:min(430px,100%); display:flex; flex-direction:column; gap:7px; margin-bottom:25px; }
.hall-search input { height:44px; padding:0 16px; border:1px solid rgba(204,216,239,.5); border-radius:22px; outline:none; background:rgba(2,6,20,.65); color:#fff; }
.hall-search input:focus { border-color:var(--hall-mint); box-shadow:0 0 0 3px rgba(117,242,220,.08); }
.hall-table-wrap { overflow:hidden; border:1px solid var(--hall-line); border-radius:6px; background:var(--hall-panel); backdrop-filter:blur(7px); }
.hall-table { width:100%; border-collapse:collapse; }
.hall-table th { padding:14px 13px; color:#95a5c6; font-size:.66rem; text-align:left; text-transform:uppercase; }
.hall-table td { padding:13px; border-top:1px solid rgba(143,169,211,.16); color:#ecf1fb; font-size:.78rem; }
.hall-table th:first-child,.hall-table td:first-child { width:58px; }
.hall-table th:nth-child(4),.hall-table td:nth-child(4) { color:#fff; font-weight:800; }
.hall-table td:nth-child(3) b { display:block; color:#fff; }
.hall-table td:nth-child(3) small { display:none; color:var(--hall-muted); }
.hall-table tbody tr { transition:background .15s ease; }
.hall-table tbody tr:hover { background:rgba(117,242,220,.045); }
.hall-table tbody tr.top-1 { box-shadow:inset 3px 0 #f5c861; }.hall-table tbody tr.top-2 { box-shadow:inset 3px 0 #b8c5d9; }.hall-table tbody tr.top-3 { box-shadow:inset 3px 0 #c98458; }
.hall-empty td { padding:60px 20px; color:var(--hall-muted); text-align:center; }
@media(max-width:980px){ .hall-nav{grid-template-columns:1fr auto}.hall-nav-links{order:3;grid-column:1/-1;justify-content:flex-start;overflow-x:auto}.hall-main{padding-top:62px} }
@media(max-width:680px){
    .hall-nav{padding:10px 14px;gap:10px}.hall-brand strong{display:none}.hall-nav-links{gap:18px}.hall-languages a{padding:6px}.hall-main{width:calc(100% - 24px);padding-top:42px}.hall-header h1{font-size:2.75rem}.hall-table-wrap{border:0;background:transparent;backdrop-filter:none}.hall-table thead{display:none}.hall-table,.hall-table tbody{display:block}.hall-table tr{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:6px 12px;margin-bottom:9px;padding:13px;border:1px solid var(--hall-line);border-radius:6px;background:rgba(4,9,25,.86)}.hall-table td{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0;border:0;font-size:.75rem}.hall-table td::before{content:attr(data-label);color:var(--hall-muted);font-size:.62rem;font-weight:700;text-transform:uppercase}.hall-table td:nth-child(1){grid-row:1/3;width:auto;font-size:1.3rem;justify-content:center}.hall-table td:nth-child(1)::before{display:none}.hall-table td:nth-child(2){grid-column:2}.hall-table td:nth-child(3){grid-column:2}.hall-table td:nth-child(3) small{display:block}.hall-table td:nth-child(4){grid-column:3;grid-row:1/3;flex-direction:column;justify-content:center;align-items:flex-end}.hall-table td:nth-child(n+5){grid-column:1/-1;border-top:1px solid rgba(143,169,211,.14);padding-top:8px}.hall-empty{display:block!important}.hall-empty td{display:block!important}.hall-empty td::before{display:none}
}
