:root { --hall-ink:#08111f; --hall-panel:#111c2d; --hall-panel-soft:#172438; --hall-line:rgba(255,255,255,.11); --hall-gold:#f2c35b; --hall-teal:#20d4c1; --hall-muted:#aab5c4; }
* { box-sizing:border-box; }
.hall-page { margin:0; color:#f7f9fc; background:var(--hall-ink); font-family:Inter,sans-serif; min-height:100vh; }
.hall-page .shell { width:min(1180px,calc(100% - 32px)); margin-inline:auto; }
.hall-header { position:relative; z-index:3; border-bottom:1px solid var(--hall-line); background:rgba(8,17,31,.94); }
.hall-nav { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.hall-brand { display:flex; align-items:center; gap:10px; color:#fff; text-decoration:none; font-family:Rajdhani,sans-serif; font-size:1.15rem; font-weight:700; letter-spacing:.1em; }
.hall-brand img { width:40px; height:40px; object-fit:contain; }
.hall-nav nav { display:flex; align-items:center; gap:16px; }
.hall-nav nav a,.hall-footer a { color:#c8d1dc; text-decoration:none; font-size:.82rem; font-weight:700; }
.hall-nav nav a:nth-child(2) { display:none; }
.hall-hero { position:relative; overflow:hidden; padding:72px 0 84px; text-align:center; background:radial-gradient(circle at 50% 10%,rgba(32,212,193,.16),transparent 35%),linear-gradient(145deg,#0a1627,#101b2e 62%,#091321); border-bottom:1px solid var(--hall-line); }
.hall-hero::before { content:""; position:absolute; inset:0; opacity:.16; background-image:linear-gradient(30deg,transparent 49%,rgba(255,255,255,.15) 50%,transparent 51%); background-size:45px 45px; }
.hall-hero .shell { position:relative; }
.hall-kicker,.hall-card-heading>span:first-child,.hall-auth-prompt span { color:var(--hall-gold); font-size:.7rem; font-weight:800; letter-spacing:.18em; }
.hall-hero h1 { max-width:760px; margin:12px auto 14px; font-family:Rajdhani,sans-serif; font-size:clamp(2.7rem,10vw,5.7rem); line-height:.9; text-transform:uppercase; }
.hall-hero h1 em { color:var(--hall-gold); font-style:normal; }
.hall-hero p { max-width:650px; margin:auto; color:#bdc7d4; line-height:1.7; }
.hall-seal { display:grid; place-items:center; width:58px; height:58px; margin:28px auto -112px; border:1px solid var(--hall-gold); border-radius:50%; background:#101d2e; box-shadow:0 0 0 7px #101d2e,0 0 0 8px rgba(242,195,91,.35); font-family:Rajdhani,sans-serif; color:var(--hall-gold); font-weight:700; }
.hall-layout { padding:54px 0 70px; }
.hall-status { text-align:center; color:var(--hall-muted); }
.hall-columns { display:grid; gap:22px; }
.hall-main-column,.hall-side-column { display:grid; gap:22px; align-content:start; }
.hall-card,.hall-auth-prompt { border:1px solid var(--hall-line); border-radius:14px; background:linear-gradient(145deg,var(--hall-panel-soft),var(--hall-panel)); box-shadow:0 18px 45px rgba(0,0,0,.18); }
.hall-card { padding:24px; }
.hall-card-heading { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:22px; padding-bottom:14px; border-bottom:1px solid var(--hall-line); }
.live-mark { color:var(--hall-teal); font-size:.65rem; font-weight:800; letter-spacing:.14em; }
.discussion-card h2,.poll-card h2,.hall-auth-prompt h2 { margin:0; font:700 clamp(1.65rem,6vw,2.5rem)/1.05 Rajdhani,sans-serif; }
.discussion-body,.poll-card>div>p { color:#c1cad6; line-height:1.75; }
.replies-card { padding:0; overflow:hidden; }
.replies-card .hall-card-heading,.reply-list,.reply-form,.replies-card>.hall-empty { margin-left:24px; margin-right:24px; }
.replies-card .hall-card-heading { padding-top:24px; }
.reply-list { padding:0; list-style:none; }
.reply { display:grid; grid-template-columns:38px 1fr; gap:12px; padding:17px 0; border-bottom:1px solid var(--hall-line); }
.reply-avatar { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:rgba(32,212,193,.12); color:var(--hall-teal); font-weight:800; }
.reply-head { display:flex; flex-wrap:wrap; justify-content:space-between; gap:7px; margin-bottom:7px; }
.reply-head strong { color:#fff; font-size:.88rem; }
.reply-head time { color:#77869a; font-size:.72rem; }
.reply p { margin:0; color:#c5ced9; font-size:.9rem; line-height:1.6; white-space:pre-wrap; overflow-wrap:anywhere; }
.reply-form { padding:22px 0 26px; }
.reply-form label { display:block; margin-bottom:9px; font-weight:700; }
.reply-form textarea { width:100%; resize:vertical; padding:14px; color:#fff; border:1px solid var(--hall-line); border-radius:8px; background:#0b1524; font:inherit; }
.reply-form textarea:focus { outline:2px solid var(--hall-teal); outline-offset:2px; }
.reply-form-footer { display:flex; justify-content:space-between; align-items:center; gap:15px; margin-top:10px; color:var(--hall-muted); font-size:.76rem; }
.hall-button { display:inline-flex; justify-content:center; border:0; border-radius:7px; padding:12px 18px; color:#08111f; text-decoration:none; text-transform:uppercase; font:800 .72rem/1 Inter,sans-serif; letter-spacing:.08em; cursor:pointer; }
.hall-button.gold { background:var(--hall-gold); }.hall-button.teal { width:100%; margin-top:12px; background:var(--hall-teal); }.hall-button.outline { color:#fff; border:1px solid var(--hall-line); background:transparent; }
.hall-button:disabled { opacity:.5; cursor:wait; }
.poll-card fieldset { display:grid; gap:9px; padding:0; border:0; }
.poll-option { position:relative; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:10px; padding:13px; border:1px solid var(--hall-line); border-radius:8px; overflow:hidden; cursor:pointer; }
.poll-option::before { content:""; position:absolute; inset:0 auto 0 0; width:var(--result,0%); background:rgba(32,212,193,.09); }
.poll-option>* { position:relative; }.poll-option input { accent-color:var(--hall-teal); }.poll-option.selected { border-color:var(--hall-teal); }.poll-option small { color:var(--hall-muted); }
.poll-closes { color:#718197!important; font-size:.73rem; text-align:center; }
.form-message { min-height:1.2em; margin:12px 0 0; color:var(--hall-teal); font-size:.8rem; }.form-message.error { color:#ff8f8f; }
.activity-card ul { margin:0; padding:0; list-style:none; }.activity-card li { padding:14px 0; border-bottom:1px solid var(--hall-line); }.activity-card li:last-child { border:0; }.activity-card strong { display:block; font-size:.82rem; }.activity-card p { margin:5px 0; color:var(--hall-muted); font-size:.8rem; line-height:1.45; }.activity-card time { color:#6f7e91; font-size:.68rem; }
.hall-auth-prompt { display:flex; flex-direction:column; gap:22px; margin-bottom:22px; padding:25px; }.hall-auth-prompt h2 { margin-top:7px; }.hall-actions { display:flex; flex-wrap:wrap; gap:10px; }
.hall-empty { color:var(--hall-muted); font-style:italic; }.hall-footer { padding:28px 0; border-top:1px solid var(--hall-line); }.hall-footer>div { display:flex; justify-content:space-between; gap:20px; color:var(--hall-gold); font:700 1rem Rajdhani,sans-serif; }.hall-footer nav { display:flex; flex-wrap:wrap; gap:14px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
[hidden] { display:none!important; }
@media (min-width:700px) { .hall-nav nav { gap:26px; }.hall-nav nav a:nth-child(2){display:inline}.hall-hero{padding:100px 0 108px}.hall-layout{padding-top:68px}.hall-auth-prompt{flex-direction:row;align-items:center;justify-content:space-between}.hall-card{padding:30px}.replies-card .hall-card-heading,.reply-list,.reply-form,.replies-card>.hall-empty{margin-left:30px;margin-right:30px}.replies-card .hall-card-heading{padding-top:30px} }
@media (min-width:960px) { .hall-columns{grid-template-columns:minmax(0,1.65fr) minmax(310px,.85fr);gap:26px}.hall-side-column{position:sticky;top:24px}.hall-card{border-radius:16px} }
@media (prefers-reduced-motion:no-preference) { .hall-card,.hall-auth-prompt{animation:hall-rise .45s ease both}@keyframes hall-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}} }
