/* Tables, chips and cards for the public content hub. Tokens come from site.css. */

.table { width: 100%; border-collapse: collapse; font-size: 15px; }
.table th { text-align: left; font-family: var(--mono); font-size: 11px; font-weight: 600; text-transform: uppercase; color: var(--muted); padding: 12px 10px; border-bottom: 2px solid var(--ink); white-space: nowrap; }
.table td { padding: 14px 10px; border-bottom: 1px solid var(--steel-2); vertical-align: middle; }
.table tbody tr:last-child td, .table tbody tr:last-child th { border-bottom: 0; }
.table .num, .num { text-align: right; }
.table-wrap { overflow-x: auto; }
.table--content { background: var(--paper); border: 1px solid var(--steel-2); border-radius: 12px; }
.table--content th[scope="row"] { font-family: var(--body); font-size: 15px; font-weight: 700; color: var(--ink); text-transform: none; letter-spacing: 0; border-bottom: 1px solid var(--steel-2); white-space: nowrap; }
.table--content td { white-space: nowrap; }
.table--content thead th { padding-top: 16px; }

.chip { display: inline-flex; align-items: center; font-family: var(--mono); font-size: 11px; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; background: var(--steel); color: var(--ink); white-space: nowrap; }
.chip--live { background: var(--chat-soft); color: #0B5B46; }
.chip--card { background: var(--steel); }

.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; }
.card { background: var(--paper); border: 1px solid var(--steel-2); border-radius: 14px; padding: 20px; display: grid; gap: 12px; align-content: start; }
.card__head h3 { font-size: 20px; font-weight: 800; }
.card__head a { text-decoration: none; }
.card__head a:hover { text-decoration: underline; text-underline-offset: 4px; }
.card__list { list-style: none; margin: 0; padding: 0; }
.card__list li { display: grid; padding: 8px 0; border-top: 1px dashed var(--steel-2); font-size: 14px; }
.card__list small { color: var(--muted); }
.chips-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips-list li { background: var(--paper); border: 1px solid var(--steel-2); border-radius: 8px; padding: 8px 12px; font-size: 14.5px; }
.hint { color: var(--muted); font-size: 13.5px; }
