.lounge-wrap{max-width:1160px;margin:0 auto;padding:24px 16px 70px}
.lounge-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:stretch;margin-bottom:18px}
.lounge-hero h1{font-size:clamp(2rem,6vw,4.2rem);line-height:1;margin-bottom:10px}
.lounge-hero p,.muted{color:var(--text2);line-height:1.55}
.prize-card,.chat-panel,.panel-card{background:var(--surface);border:1px solid var(--border);border-radius:16px}
.prize-card{padding:20px;display:flex;flex-direction:column;gap:10px}
.prize-kicker{color:var(--gold);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px}
.prize-card strong{font-size:1.25rem}
.lounge-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}
.chat-panel{min-height:640px;display:flex;flex-direction:column;overflow:hidden}
.panel-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:18px;border-bottom:1px solid var(--border)}
.panel-head h2,.panel-card h2{font-size:1.05rem;margin-bottom:4px}
.panel-head p{color:var(--text2);font-size:.86rem}
.chat-messages{flex:1;display:flex;flex-direction:column;gap:10px;padding:18px;overflow:auto;max-height:560px}
.chat-message{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:start}
.chat-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface2);font-weight:800;color:var(--green-bright)}
.chat-message.bot .chat-avatar{background:linear-gradient(135deg,var(--green),var(--blue));color:#fff}
.chat-bubble{background:var(--surface2);border:1px solid var(--border);border-radius:12px;padding:10px 12px}
.chat-meta{display:flex;gap:8px;align-items:center;margin-bottom:4px;font-size:.75rem;color:var(--text2)}
.chat-name{font-weight:800;color:var(--text)}
.chat-message.bot .chat-name{color:var(--green-bright)}
.chat-text{line-height:1.42;word-break:break-word}
.chat-form{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px;border-top:1px solid var(--border);background:var(--surface)}
.chat-form input{width:100%;border:1px solid var(--border);border-radius:10px;background:var(--surface2);color:var(--text);padding:12px 14px;font-size:.95rem;outline:none}
.chat-form input:focus{border-color:var(--green)}
.chat-notice{min-height:22px;padding:0 16px 14px;color:var(--text2);font-size:.82rem}
.chat-notice.error{color:var(--red)}
.side-panel{display:grid;gap:14px}
.panel-card{padding:16px}
.race-list,.activity-feed{display:grid;gap:8px;margin-top:12px}
.race-row{display:grid;grid-template-columns:34px 1fr auto;gap:8px;align-items:center;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--surface2)}
.race-rank{font-weight:900;color:var(--gold)}
.race-name{font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.race-meta{font-size:.72rem;color:var(--text2);margin-top:2px}
.race-points{font-weight:900;color:var(--green-bright);white-space:nowrap}
.eligible{display:inline-flex;margin-left:5px;padding:1px 6px;border-radius:99px;background:rgba(83,141,78,.18);color:var(--green-bright);font-size:.67rem;font-weight:900}
.not-eligible{display:inline-flex;margin-left:5px;padding:1px 6px;border-radius:99px;background:rgba(245,158,11,.16);color:var(--gold);font-size:.67rem;font-weight:900}
.activity-item{padding:10px;border-left:3px solid var(--green);background:var(--surface2);border-radius:8px;color:var(--text2);font-size:.86rem;line-height:1.4}
.activity-item strong{color:var(--text)}
.rules-list{margin:12px 0 0;padding-left:19px;color:var(--text2);line-height:1.55;font-size:.88rem}
.empty-state,.loading{padding:28px;text-align:center;color:var(--text2)}
@media(max-width:900px){.lounge-hero,.lounge-grid{grid-template-columns:1fr}.chat-panel{min-height:560px}.chat-messages{max-height:460px}}
@media(max-width:520px){.panel-head{flex-direction:column}.chat-form{grid-template-columns:1fr}.race-row{grid-template-columns:30px 1fr}.race-points{grid-column:2}.lounge-wrap{padding-left:12px;padding-right:12px}}
