/* truecelebz front page - Drudge density in the site's dark tabloid palette */
/* front.css is only loaded by front.php / who.php, so widening main here touches no other page */
main.wrap { max-width: 1500px; padding-left: clamp(16px, 3vw, 40px); padding-right: clamp(16px, 3vw, 40px); }
.tc-front { margin: 0 auto; padding: 0 0 56px; }
.tc-front a { text-decoration: none; }
.tc-front a:hover { color: var(--yellow); }

.tc-people { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; font-size: 13px; padding: 14px 0 18px; border-bottom: 1px solid var(--rule); }
.tc-people .lbl { color: var(--magenta); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: 11px; margin-right: 4px; }
.tc-people a { color: var(--ink); background: var(--panel-2); border: 1px solid var(--rule); border-radius: 999px; padding: 4px 13px; white-space: nowrap; }
.tc-people a b { color: var(--ink-faint); font-weight: 500; margin-left: 5px; }

.tc-lead { text-align: center; padding: 44px 8px 36px; border-bottom: 3px double var(--rule); }
.tc-kicker a { color: var(--magenta); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.tc-lead h2 { font-family: var(--serif); font-weight: 900; font-size: clamp(28px, 4.6vw, 54px); line-height: 1.05; margin: 12px auto 20px; max-width: 20ch; letter-spacing: -.01em; }
.tc-srcs-lead { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; font-size: 15px; }
.tc-lead-n { color: var(--ink-faint); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-top: 10px; }

.tc-beatnav { position: sticky; top: calc(var(--mast-h) + 8px); z-index: 20; display: flex; flex-wrap: wrap; gap: 8px; background: var(--bg); padding: 10px 0; margin: 4px 0 6px; }
.tc-beatnav a { display: inline-flex; align-items: center; gap: 7px; padding: 6px 13px; border: 1px solid var(--rule); border-radius: 20px; background: var(--panel-2); color: var(--ink-dim); font-size: 12px; font-weight: 600; letter-spacing: .02em; text-transform: none; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.tc-beatnav a:hover { color: var(--ink); border-color: var(--ink-faint); }
.tc-beatnav a b { color: var(--ink-faint); font-weight: 500; font-size: 11px; }
.tc-beatnav a.is-active { background: var(--yellow); border-color: var(--yellow); color: #111; }
.tc-beatnav a.is-active b { color: #111; opacity: .6; }
.tc-beatnav a.accent-crit.is-active { background: var(--magenta); border-color: var(--magenta); color: #fff; }
.tc-beatnav a.accent-crit.is-active b { color: #fff; }

.tc-cols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 44px; }
.tc-col { min-width: 0; }
.tc-col + .tc-col { border-left: 1px solid var(--rule); padding-left: 44px; }
.tc-col-wide { max-width: 720px; margin: 0 auto; }

.tc-beat { padding: 28px 0 12px; }
.tc-beat h2 { font-family: var(--sans); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); margin: 0 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--yellow); display: flex; align-items: baseline; }
.tc-beat h2 .n { margin-left: auto; color: var(--ink-faint); font-weight: 500; letter-spacing: 0; }
.accent-crit h2 { color: var(--magenta); border-color: var(--magenta); }

.tc-entry { padding: 13px 0 15px; border-bottom: 1px solid var(--rule); }
.tc-entry h3 { font-family: var(--serif); font-weight: 700; font-size: 18px; line-height: 1.3; margin: 0; }
.tc-group h3 { font-size: 19.5px; }
.tc-entry h3 a { color: var(--ink); }
.tc-meta { font-size: 12.5px; color: var(--ink-dim); margin-top: 6px; }
.tc-srcs { list-style: none; margin: 5px 0 0; padding: 0 0 0 10px; border-left: 2px solid var(--magenta-ghost); font-size: 13.5px; line-height: 1.5; }
.tc-entry .tc-srcs { margin-top: 9px; padding-left: 12px; }
.tc-srcs li { display: flex; gap: 8px; align-items: baseline; padding: 2px 0; }
.tc-srcs a { color: var(--ink-dim); }
.tc-srcs a:hover { color: var(--yellow); }
.t { color: var(--ink-faint); font-size: 11px; margin-left: auto; padding-left: 8px; white-space: nowrap; }
.tc-meta .t { margin-left: 6px; }

.tc-more { display: block; width: 100%; margin: 14px 0 6px; padding: 9px; background: transparent; color: var(--ink-dim); border: 1px dashed var(--rule); border-radius: 6px; font: inherit; font-size: 12px; cursor: pointer; }
.tc-more:hover { color: var(--yellow); border-color: var(--yellow); }
.tc-empty { color: var(--ink-dim); text-align: center; padding: 60px 0; }
.tc-foot { color: var(--ink-faint); font-size: 12px; text-align: center; margin-top: 36px; }
.tc-who-name { font-family: var(--serif); font-size: clamp(30px, 5vw, 48px); margin: 20px 0 4px; text-align: center; }
.tc-who-sub { text-align: center; color: var(--ink-dim); font-size: 13px; margin-bottom: 20px; }

@media (max-width: 960px) {
  .tc-people { display: none; }   /* the names strip is desktop furniture; on a phone it is a wall of chips */
  .tc-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tc-col:nth-child(3) { grid-column: 1 / -1; border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); }
}
@media (max-width: 640px) {
  .tc-cols { grid-template-columns: 1fr; }
  .tc-col + .tc-col { border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); }
  .tc-lead { padding: 28px 0 24px; }
  .tc-beatnav { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent); mask-image: linear-gradient(90deg, #000 90%, transparent); }
  .tc-beatnav::-webkit-scrollbar { display: none; }
  .tc-beatnav a { flex: 0 0 auto; }
}
.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; }
.tc-one { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); border: 1px solid var(--rule); border-radius: 4px; padding: 0 5px; margin-right: 7px; vertical-align: 1px; }
/* cantbenews: Anton (the site's display face) is a condensed impact font and is hard to read at headline-list
   sizes, so the front page sets headlines in Inter. The masthead wordmark keeps Anton for identity. */
.tc-entry h3 { font-family: var(--sans); font-weight: 700; font-size: 17px; line-height: 1.35; letter-spacing: -.005em; }
.tc-group h3 { font-size: 18px; }
.tc-lead h2 { font-family: var(--sans); font-weight: 700; font-size: clamp(26px, 3.8vw, 44px); line-height: 1.15; letter-spacing: -.015em; max-width: 26ch; }
.tc-who-name { font-family: var(--sans); font-weight: 700; }
.tc-beat h2 { font-family: var(--sans); }
