.tchtc{--tc-bg:#000;--tc-surface:#14110b;--tc-a1:#f7df9a;--tc-a2:#b88927;--tc-gold:#d4af37;--tc-text:#fff;--tc-muted:hsla(0,0%,100%,.62);--tc-line:hsla(0,0%,100%,.14);--tc-line-soft:hsla(0,0%,100%,.08);background:var(--tc-bg);color:var(--tc-text);font-family:inherit;padding:clamp(28px,5vw,72px) 18px}.tchtc *,.tchtc :after,.tchtc :before{box-sizing:border-box}.tchtc__inner{margin:0 auto;width:min(100%,900px)}.tchtc__header{margin-bottom:clamp(32px,5vw,56px);text-align:center}.tchtc__eyebrow{color:var(--tc-gold);font-size:.8rem;font-weight:800;letter-spacing:.16em;line-height:1.1;margin:0 0 12px;text-transform:uppercase}.tchtc__title{color:var(--tc-text);font-size:clamp(2rem,5.2vw,4rem);font-weight:600;letter-spacing:-.02em;line-height:1;margin:0;text-transform:uppercase}.tchtc__subtitle{color:var(--tc-muted);font-size:1rem;line-height:1.5;margin:16px auto 0;max-width:46ch}.tchtc__stats{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:26px 0 0}.tchtc__stat{background:var(--tc-surface);border:1px solid var(--tc-line-soft);border-radius:6px;flex:0 1 auto;min-width:120px;padding:14px 20px}.tchtc__stat dt{color:var(--tc-text);font-size:1.15rem;font-weight:900;line-height:1.2;margin:0 0 4px}.tchtc__stat dd{color:var(--tc-muted);font-size:.72rem;letter-spacing:.08em;line-height:1.2;margin:0;text-transform:uppercase}.tchtc__flag{margin-right:6px}.tchtc__podium{align-items:end;display:grid;gap:clamp(12px,2vw,22px);grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:clamp(28px,4vw,44px)}.tchtc__pod{align-items:center;background:var(--tc-surface);border:1px solid var(--tc-line-soft);border-radius:10px;display:flex;flex-direction:column;padding:26px 16px 22px;text-align:center}.tchtc__pod--1{order:2}.tchtc__pod--2{order:1}.tchtc__pod--3{order:3}.tchtc__pod--1{background:linear-gradient(180deg,rgba(212,175,55,.1),rgba(212,175,55,0)),var(--tc-surface);border-color:var(--tc-gold);box-shadow:0 0 0 1px var(--tc-gold),0 18px 40px -22px rgba(184,137,39,.55);padding-bottom:30px;padding-top:34px}.tchtc__pod-badge{align-items:center;background:var(--tc-surface);border:1px solid var(--tc-line);border-radius:999px;color:#fff;display:inline-flex;font-size:.78rem;font-weight:900;height:28px;justify-content:center;letter-spacing:.04em;margin-bottom:16px;min-width:46px;padding:0 12px;text-transform:uppercase}.tchtc__pod--1 .tchtc__pod-badge{background:linear-gradient(140deg,var(--tc-a1),var(--tc-a2));border-color:transparent;color:#1a1305}.tchtc__avatar{background:hsla(0,0%,100%,.06);border:2px solid var(--tc-line);border-radius:999px;display:grid;height:clamp(64px,12vw,92px);margin-bottom:16px;overflow:hidden;place-items:center;width:clamp(64px,12vw,92px)}.tchtc__pod--1 .tchtc__avatar{border-color:var(--tc-gold);height:clamp(78px,14vw,112px);width:clamp(78px,14vw,112px)}.tchtc__avatar img{display:block;height:100%;object-fit:cover;width:100%}.tchtc__avatar-fallback{color:var(--tc-muted);font-size:1.6rem;font-weight:900;text-transform:uppercase}.tchtc__pod-name{color:var(--tc-text);font-size:1.02rem;font-weight:800;line-height:1.2;margin:0 0 8px}.tchtc__pod--1 .tchtc__pod-name{font-size:1.16rem}.tchtc__pod-cash{color:var(--tc-gold);font-size:1.05rem;font-weight:900;letter-spacing:-.01em;line-height:1.1;margin:0}.tchtc__pod--1 .tchtc__pod-cash{font-size:1.3rem}.tchtc__table-wrap{overflow-x:auto;width:100%}.tchtc__table{border-collapse:collapse;color:var(--tc-text);font-size:.98rem;line-height:1.35;width:100%}.tchtc__table thead th{border-bottom:3px solid var(--tc-line);color:#fff;font-size:.74rem;font-weight:900;letter-spacing:.06em;line-height:1.2;padding:12px 18px;text-align:left;text-transform:uppercase}.tchtc__table tbody td{border-bottom:1px solid var(--tc-line-soft);padding:20px 18px;vertical-align:middle}.tchtc__table tbody tr:hover{background:hsla(0,0%,100%,.03)}.tchtc__table td:first-child,.tchtc__table th:first-child{font-weight:900;width:88px}.tchtc__table td:last-child,.tchtc__table th:last-child{color:var(--tc-gold);font-weight:900;text-align:right;white-space:nowrap}.tchtc__empty{background:var(--tc-surface);border:1px solid var(--tc-line-soft);border-radius:6px;color:var(--tc-muted);padding:22px;text-align:center}@media (max-width:640px){.tchtc{padding-inline:14px}.tchtc__podium{align-items:stretch;grid-template-columns:1fr}.tchtc__pod{flex-direction:row;gap:16px;justify-content:flex-start;padding:18px;text-align:left}.tchtc__pod--1{order:1}.tchtc__pod--2{order:2}.tchtc__pod--3{order:3}.tchtc__pod-badge{margin-bottom:0;order:-1}.tchtc__avatar,.tchtc__pod--1 .tchtc__avatar{flex:0 0 auto;height:56px;margin-bottom:0;width:56px}.tchtc__pod-name{flex:1 1 auto;margin:0}.tchtc__pod-cash{flex:0 0 auto;margin:0}.tchtc__table thead{display:none}.tchtc__table,.tchtc__table tbody,.tchtc__table td,.tchtc__table tr{display:block;width:100%}.tchtc__table tr{background:var(--tc-surface);border:1px solid var(--tc-line-soft);border-radius:8px;margin-bottom:12px;padding:6px 4px}.tchtc__table tbody td{align-items:center;border-bottom:1px solid var(--tc-line-soft);display:flex;gap:16px;justify-content:space-between;padding:10px 16px;text-align:right}.tchtc__table tr td:last-child{border-bottom:0}.tchtc__table tbody td:before{color:var(--tc-muted);content:attr(data-label);font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}}