/* CLASSIFICA COMMUNITY YOUTUBE */
.community-live-board{margin-top:28px;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:linear-gradient(180deg,var(--panel),#0f1217);box-shadow:0 18px 55px rgba(0,0,0,.18)}
.community-board-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:22px;border-bottom:1px solid var(--line)}
.community-board-head h3{margin:4px 0 0;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1;letter-spacing:-.04em}
.community-board-status{color:#7f8793;font-size:.75rem;font-weight:750;text-align:right}
.community-board-meta{padding:11px 22px;border-bottom:1px solid var(--line);color:#8f96a2;font-size:.78rem}
.community-rank-list{display:grid}
.community-rank-row{display:grid;grid-template-columns:56px 48px 1fr 90px;gap:14px;align-items:center;min-height:78px;padding:13px 18px;border-top:1px solid rgba(255,255,255,.055);transition:.18s}
.community-rank-row:first-child{border-top:0}
.community-rank-row:hover{background:rgba(255,255,255,.025)}
.community-rank-row.is-first{background:linear-gradient(90deg,rgba(255,212,74,.09),transparent 55%)}
.community-rank-number{font-weight:1000;font-size:1rem;text-align:center}
.community-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#1a1f27;border:2px solid #303743}
.community-user{min-width:0}
.community-user strong{display:block;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.community-user span{display:block;margin-top:4px;color:#9299a4;font-size:.78rem}
.community-points{text-align:right}
.community-points strong{display:block;color:var(--yellow);font-size:1.25rem;line-height:1;font-variant-numeric:tabular-nums}
.community-points span{color:#787f89;font-size:.65rem;font-weight:950}
.community-empty{padding:38px 22px;text-align:center;color:var(--muted)}
@media(max-width:620px){.community-board-head{align-items:flex-start;flex-direction:column}.community-board-status{text-align:left}.community-rank-row{grid-template-columns:38px 42px 1fr 62px;gap:9px;padding:12px 10px}.community-avatar{width:40px;height:40px}.community-user span{font-size:.68rem}.community-points strong{font-size:1rem}}
