.tp-page {
    --tp-ink: var(--slms-text);
    --tp-muted: var(--slms-muted);
    --tp-paper: var(--slms-surface);
    --tp-wash: color-mix(in srgb, var(--slms-surface) 94%, var(--slms-text));
    --tp-rule: color-mix(in srgb, var(--slms-text) 14%, transparent);
    --tp-rule-strong: color-mix(in srgb, var(--slms-text) 24%, transparent);
    --tp-hero: var(--slms-button-bg);
    --tp-hero-text: var(--slms-button-color);
    --tp-accent: var(--slms-accent);
    width: 100%;
    min-height: 100vh;
    padding: clamp(1rem, 3vw, 2.75rem) clamp(1rem, 4vw, 3.5rem) clamp(3.5rem, 7vw, 7rem);
    color: var(--tp-ink);
    background: var(--tp-paper);
}

.tp-page,
.tp-page * {
    box-sizing: border-box;
}

.tp-page :focus-visible {
    outline: 3px solid color-mix(in srgb, var(--tp-accent) 72%, transparent);
    outline-offset: 3px;
}

.tp-page [hidden] {
    display: none !important;
}

.tp-frame {
    width: min(100%, 1280px);
    margin: 0 auto;
}

.tp-preview {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: 1.25rem;
    padding: .75rem 1rem;
    border: 1px solid var(--tp-rule);
    border-left: .25rem solid var(--tp-accent);
    border-radius: var(--slms-card-radius, var(--radius-sm));
    color: var(--tp-ink);
    background: var(--tp-paper);
}

.tp-preview__icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    color: var(--tp-ink);
    background: var(--tp-wash);
    font-size: 1rem;
}

.tp-preview strong,
.tp-preview span {
    display: block;
}

.tp-preview strong {
    font-size: .8rem;
    font-weight: 800;
}

.tp-preview span {
    margin-top: .1rem;
    color: var(--tp-muted);
    font-size: .73rem;
}

.tp-return {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-height: 2.75rem;
    margin: 0 0 .75rem;
    color: var(--tp-muted);
    font-size: .76rem;
    font-weight: 760;
    text-decoration: none;
    transition: color .2s ease;
}

.tp-return:hover {
    color: var(--tp-ink);
}

.tp-masthead {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(18rem, .7fr);
    border-radius: var(--slms-card-radius, var(--radius-lg));
    color: var(--tp-hero-text);
    background: var(--tp-hero);
    box-shadow: var(--slms-card-shadow, var(--shadow-soft));
}

.tp-masthead::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 34rem;
    height: 34rem;
    left: -24rem;
    top: -23rem;
    border: 1px solid color-mix(in srgb, var(--tp-hero-text) 18%, transparent);
    border-radius: 50%;
}

.tp-masthead::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 22rem;
    height: 22rem;
    right: -10rem;
    bottom: -15rem;
    border-radius: 50%;
    background: color-mix(in srgb, var(--tp-accent) 34%, transparent);
    filter: blur(1.5rem);
}

.tp-masthead__media {
    position: absolute;
    z-index: -3;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp-masthead.has-media::before {
    inset: 0;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--tp-hero) 94%, transparent) 0%,
        color-mix(in srgb, var(--tp-hero) 78%, transparent) 58%,
        color-mix(in srgb, var(--tp-hero) 62%, transparent) 100%
    );
}

.tp-masthead.has-sport-media::before {
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--tp-hero) 80%, transparent) 0%,
        color-mix(in srgb, var(--tp-hero) 54%, transparent) 58%,
        color-mix(in srgb, var(--tp-hero) 60%, transparent) 100%
    );
}

.tp-masthead__media--sport {
    filter: contrast(1.08);
}

.tp-masthead.has-media .tp-event-card {
    background: color-mix(in srgb, var(--tp-hero) 68%, transparent);
}

.tp-masthead__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 25rem;
    padding: clamp(1.75rem, 5vw, 4.5rem);
}

.tp-eyebrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .55rem;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
    opacity: .76;
}

.tp-eyebrow__mark {
    display: grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid color-mix(in srgb, currentColor 26%, transparent);
    border-radius: 50%;
    font-size: .85rem;
}

.tp-live-dot {
    display: inline-block;
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    background: var(--tp-accent);
    box-shadow: 0 0 0 .28rem color-mix(in srgb, var(--tp-accent) 18%, transparent);
}

.tp-title {
    max-width: 13ch;
    margin: .9rem 0 .8rem;
    color: inherit;
    font-family: var(--slms-font-heading);
    font-size: clamp(3.1rem, 7.5vw, 7.25rem);
    font-weight: 880;
    line-height: .9;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.tp-intro {
    max-width: 42rem;
    margin: 0;
    color: color-mix(in srgb, var(--tp-hero-text) 76%, transparent);
    font-size: clamp(.95rem, 1.4vw, 1.08rem);
    line-height: 1.65;
}

.tp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.5rem;
}

.tp-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    cursor: pointer;
}

.tp-champion {
    display: none;
    align-items: center;
    gap: .75rem;
    width: fit-content;
    margin-top: 1.3rem;
    padding: .75rem .9rem;
    border: 1px solid color-mix(in srgb, var(--tp-accent) 44%, transparent);
    border-radius: var(--radius-sm);
    background: color-mix(in srgb, var(--tp-accent) 13%, transparent);
}

.tp-champion.is-visible {
    display: flex;
}

.tp-champion i {
    color: var(--tp-accent);
    font-size: 1.45rem;
}

.tp-champion small,
.tp-champion strong {
    display: block;
}

.tp-champion small {
    font-size: .6rem;
    font-weight: 780;
    letter-spacing: .09em;
    text-transform: uppercase;
    opacity: .68;
}

.tp-champion strong {
    margin-top: .08rem;
    font-size: .9rem;
    font-weight: 820;
}

.tp-event-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: .8rem;
    padding: 1.25rem;
    border: 1px solid color-mix(in srgb, var(--tp-hero-text) 16%, transparent);
    border-radius: calc(var(--slms-card-radius, var(--radius-lg)) - .25rem);
    background: color-mix(in srgb, var(--tp-hero-text) 7%, transparent);
    backdrop-filter: blur(1rem);
}

.tp-event-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.tp-event-card__label {
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .64;
}

.tp-status {
    display: inline-flex;
    align-items: center;
    gap: .32rem;
    min-height: 1.85rem;
    padding: .28rem .55rem;
    border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    border-radius: 999px;
    font-size: .62rem;
    font-weight: 820;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tp-spotlight {
    margin: 2rem 0;
}

.tp-spotlight__kicker {
    display: block;
    margin-bottom: .55rem;
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .62;
}

.tp-spotlight h2 {
    margin: 0;
    color: inherit;
    font-family: var(--slms-font-heading);
    font-size: clamp(1.45rem, 2.4vw, 2.15rem);
    font-weight: 820;
    line-height: 1.05;
    letter-spacing: -.025em;
}

.tp-spotlight p {
    margin: .6rem 0 0;
    color: color-mix(in srgb, var(--tp-hero-text) 70%, transparent);
    font-size: .75rem;
    line-height: 1.55;
}

.tp-spotlight__matchup {
    display: grid;
    gap: .45rem;
    margin-top: .9rem;
}

.tp-spotlight__team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    min-height: 2.5rem;
    padding: .25rem .4rem;
    border: 1px solid transparent;
    border-radius: var(--slms-button-radius, var(--radius-sm));
    font-size: .82rem;
    font-weight: 760;
}

.tp-spotlight__team.is-champion {
    min-height: 3.65rem;
    padding: .55rem .65rem;
    border-color: color-mix(in srgb, var(--tp-accent) 58%, var(--tp-hero-text));
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--tp-accent) 24%, transparent),
        color-mix(in srgb, var(--tp-hero-text) 6%, transparent)
    );
    box-shadow: inset .2rem 0 0 var(--tp-accent);
}

.tp-spotlight__team.is-champion .tp-team-identity__logo {
    width: 2.35rem;
    height: 2.35rem;
}

.tp-spotlight__champion-label {
    display: inline-flex;
    align-items: center;
    gap: .28rem;
    margin-left: auto;
    color: color-mix(in srgb, var(--tp-accent) 72%, var(--tp-hero-text));
    font-size: .57rem;
    font-weight: 860;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tp-spotlight__champion-label i {
    font-size: .85rem;
}

.tp-spotlight__team strong {
    flex: 0 0 auto;
    font-family: var(--slms-font-heading);
    font-size: 1.05rem;
    font-weight: 850;
}

.tp-event-card__date {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-top: 1rem;
    border-top: 1px solid color-mix(in srgb, var(--tp-hero-text) 14%, transparent);
    font-size: .72rem;
    font-weight: 720;
    opacity: .7;
}

.tp-facts {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    border-top: 1px solid color-mix(in srgb, var(--tp-hero-text) 14%, transparent);
}

.tp-fact {
    min-width: 0;
    padding: 1rem clamp(1rem, 2.5vw, 1.6rem);
}

.tp-fact + .tp-fact {
    border-left: 1px solid color-mix(in srgb, var(--tp-hero-text) 14%, transparent);
}

.tp-fact dt {
    margin: 0;
    font-size: .58rem;
    font-weight: 820;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .56;
}

.tp-fact dd {
    overflow: hidden;
    margin: .22rem 0 0;
    font-size: .78rem;
    font-weight: 780;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp-divisions {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin: 1rem 0 0;
    padding: .35rem;
    overflow-x: auto;
    border: 1px solid var(--tp-rule);
    border-radius: var(--radius-sm);
    background: var(--tp-paper);
    scrollbar-width: thin;
}

.tp-divisions__label {
    flex: 0 0 auto;
    padding: 0 .5rem;
    color: var(--tp-muted);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tp-divisions a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: .5rem .85rem;
    border-radius: calc(var(--radius-sm) - .2rem);
    color: var(--tp-muted);
    font-size: .76rem;
    font-weight: 760;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease;
}

.tp-divisions a:hover,
.tp-divisions a.is-active {
    color: var(--tp-ink);
    background: var(--tp-wash);
}

.tp-nav {
    position: sticky;
    z-index: 20;
    top: .5rem;
    display: flex;
    align-items: center;
    gap: .15rem;
    margin: 1.25rem 0 0;
    padding: .35rem;
    overflow-x: auto;
    border-top: 1px solid var(--tp-rule);
    border-bottom: 1px solid var(--tp-rule);
    background: color-mix(in srgb, var(--tp-paper) 95%, transparent);
    backdrop-filter: blur(1rem);
    scrollbar-width: none;
}

.tp-nav::-webkit-scrollbar {
    display: none;
}

.tp-nav a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-height: 2.75rem;
    padding: .5rem .75rem;
    border-radius: var(--radius-sm);
    color: var(--tp-muted);
    font-size: .72rem;
    font-weight: 780;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease;
}

.tp-nav a:hover {
    color: var(--tp-ink);
    background: var(--tp-wash);
}

.tp-nav__count {
    display: grid;
    place-items: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 .25rem;
    border-radius: 999px;
    color: var(--tp-ink);
    background: var(--tp-wash);
    font-size: .59rem;
    font-weight: 850;
}

.tp-content {
    margin-top: clamp(2.75rem, 6vw, 5.5rem);
}

.tp-module {
    padding: clamp(2rem, 5vw, 4.75rem) 0;
    border-top: 1px solid var(--tp-rule-strong);
    scroll-margin-top: 5rem;
}

.tp-module:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.tp-module__head {
    display: grid;
    grid-template-columns: minmax(0, .62fr) minmax(18rem, 1fr) auto;
    gap: 1.5rem;
    align-items: start;
    margin-bottom: 1.6rem;
}

.tp-module__index {
    color: var(--tp-muted);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.tp-module__title h2 {
    margin: 0;
    color: var(--tp-ink);
    font-family: var(--slms-font-heading);
    font-size: clamp(1.65rem, 3.5vw, 2.75rem);
    font-weight: 840;
    line-height: 1;
    letter-spacing: -.035em;
}

.tp-module__title p {
    max-width: 42rem;
    margin: .55rem 0 0;
    color: var(--tp-muted);
    font-size: .79rem;
    line-height: 1.6;
}

.tp-module__action {
    display: flex;
    justify-content: flex-end;
}

.tp-module__action .btn {
    min-height: 2.75rem;
}

.tp-updated {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-height: 2.2rem;
    color: var(--tp-muted);
    font-size: .68rem;
    font-weight: 720;
    white-space: nowrap;
}

.tp-team-identity {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: .55rem;
}

.tp-team-identity > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp-team-identity__logo {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    padding: .12rem;
    border-radius: .3rem;
    background: var(--tp-wash);
}

.tp-team-identity__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tp-team-identity__logo--compact {
    width: 1.75rem;
    height: 1.75rem;
}

.tp-team-identity__logo--inverse {
    background: color-mix(in srgb, var(--tp-hero-text) 10%, transparent);
}

.tp-live-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
    gap: .7rem;
}

.tp-live-card {
    position: relative;
    overflow: hidden;
    padding: 1.1rem;
    border-radius: var(--radius-sm);
    color: var(--tp-hero-text);
    background: var(--tp-hero);
}

.tp-live-card::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: .22rem;
    background: var(--tp-accent);
}

.tp-live-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .7rem;
    color: color-mix(in srgb, var(--tp-hero-text) 68%, transparent);
    font-size: .62rem;
    font-weight: 820;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.tp-live-card__status {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    color: var(--tp-hero-text);
}

.tp-live-card__status::before {
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: var(--tp-accent);
}

.tp-live-card__teams {
    display: grid;
    gap: .5rem;
    margin-top: 1rem;
}

.tp-live-card__team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    font-size: .84rem;
    font-weight: 780;
}

.tp-live-card__team strong {
    font-family: var(--slms-font-heading);
    font-size: 1.45rem;
    font-weight: 860;
}

.tp-live-card__venue {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .8rem;
    padding-top: .7rem;
    border-top: 1px solid color-mix(in srgb, var(--tp-hero-text) 14%, transparent);
    color: color-mix(in srgb, var(--tp-hero-text) 68%, transparent);
    font-size: .69rem;
}

.tp-schedule {
    display: grid;
    gap: 1.3rem;
}

.tp-schedule__group {
    display: grid;
    gap: .45rem;
}

.tp-schedule__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .15rem;
    color: var(--tp-muted);
    font-size: .61rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tp-game {
    display: grid;
    grid-template-columns: minmax(7.5rem, .5fr) minmax(0, 1.45fr) minmax(9rem, .65fr);
    gap: 1rem;
    align-items: center;
    min-height: 5rem;
    padding: .8rem 0;
    border-top: 1px solid var(--tp-rule);
}

.tp-schedule__group .tp-game:last-child {
    border-bottom: 1px solid var(--tp-rule);
}

.tp-game__when strong,
.tp-game__when span,
.tp-game__context strong,
.tp-game__context span {
    display: block;
}

.tp-game__when strong {
    color: var(--tp-ink);
    font-size: .76rem;
}

.tp-game__when span {
    margin-top: .15rem;
    color: var(--tp-muted);
    font-size: .68rem;
}

.tp-game__teams {
    min-width: 0;
}

.tp-game__teamline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    color: var(--tp-ink);
    font-size: .78rem;
    font-weight: 760;
}

.tp-game__teamline .tp-team-identity {
    flex: 1 1 auto;
}

.tp-game__teamline + .tp-game__teamline {
    margin-top: .32rem;
}

.tp-game__teamline strong {
    font-family: var(--slms-font-heading);
    font-size: .9rem;
    font-weight: 840;
}

.tp-game__context {
    min-width: 0;
    color: var(--tp-muted);
    font-size: .67rem;
    text-align: right;
}

.tp-game__context strong {
    overflow: hidden;
    color: var(--tp-ink);
    font-size: .69rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp-game__context span {
    margin-top: .2rem;
}

.tp-stage + .tp-stage {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid var(--tp-rule);
}

.tp-stage__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    margin-bottom: 1rem;
}

.tp-stage__head h3 {
    margin: 0;
    color: var(--tp-ink);
    font-family: var(--slms-font-heading);
    font-size: 1.08rem;
    font-weight: 820;
}

.tp-stage__type {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: .28rem .55rem;
    border: 1px solid var(--tp-rule);
    border-radius: 999px;
    color: var(--tp-muted);
    font-size: .59rem;
    font-weight: 790;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tp-standings-wrap {
    margin-bottom: 1.25rem;
    overflow-x: auto;
    border: 1px solid var(--tp-rule);
    border-radius: var(--radius-sm);
}

.tp-standings {
    width: 100%;
    border-collapse: collapse;
    font-size: .73rem;
}

.tp-standings th,
.tp-standings td {
    padding: .68rem .7rem;
    border-bottom: 1px solid var(--tp-rule);
    text-align: right;
    white-space: nowrap;
}

.tp-standings th {
    color: var(--tp-muted);
    background: var(--tp-wash);
    font-size: .59rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tp-standings th:nth-child(2),
.tp-standings td:nth-child(2) {
    min-width: 13rem;
    text-align: left;
}

.tp-standings tbody tr:last-child td {
    border-bottom: 0;
}

.tp-competition-map {
    display: grid;
    gap: 1rem;
}

.tp-phase-route {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: .8rem;
    align-items: center;
    padding: .85rem;
    border: 1px solid var(--tp-rule);
    border-radius: var(--radius-md);
    background: var(--tp-wash);
}

.tp-phase-route > div {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .05rem .65rem;
    align-items: center;
    padding: .7rem;
    border-radius: var(--radius-sm);
    background: var(--tp-paper);
}

.tp-phase-route > div > span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: var(--tp-paper);
    background: var(--tp-ink);
    font-size: .7rem;
    font-weight: 850;
}

.tp-phase-route > div:last-child > span {
    color: var(--tp-ink);
    background: var(--tp-accent);
}

.tp-phase-route strong {
    align-self: end;
    color: var(--tp-ink);
    font-family: var(--slms-font-heading);
    font-size: .78rem;
}

.tp-phase-route small {
    align-self: start;
    color: var(--tp-muted);
    font-size: .61rem;
}

.tp-phase-route > i {
    color: var(--tp-accent);
    font-size: 1.1rem;
}

.tp-phase {
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--tp-rule);
    border-radius: var(--radius-md);
    background: var(--tp-paper);
}

.tp-phase--bracket {
    border-top: .2rem solid var(--tp-ink);
}

.tp-phase--secondary {
    background: var(--tp-wash);
}

.tp-phase__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .9rem;
}

.tp-phase__head span {
    display: block;
    color: var(--tp-muted);
    font-size: .59rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.tp-phase__head h4 {
    margin: .12rem 0 0;
    color: var(--tp-ink);
    font-family: var(--slms-font-heading);
    font-size: 1rem;
    font-weight: 840;
}

.tp-phase__head p {
    max-width: 42rem;
    margin: .25rem 0 0;
    color: var(--tp-muted);
    font-size: .7rem;
    line-height: 1.5;
}

.tp-phase__head > strong,
.tp-phase__head > a {
    flex: 0 0 auto;
    padding: .4rem .65rem;
    border-radius: 999px;
    color: var(--tp-muted);
    background: var(--tp-wash);
    font-size: .64rem;
    font-weight: 780;
    text-decoration: none;
}

.tp-phase__head > a:hover {
    color: var(--tp-ink);
}

.tp-pool-rounds {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 8.75rem), 1fr));
    gap: .45rem;
}

.tp-pool-rounds > span {
    min-width: 0;
    padding: .65rem .7rem;
    border-left: .18rem solid var(--tp-accent);
    border-radius: var(--radius-sm);
    background: var(--tp-wash);
}

.tp-pool-rounds strong,
.tp-pool-rounds small {
    display: block;
}

.tp-pool-rounds strong {
    color: var(--tp-ink);
    font-size: .68rem;
}

.tp-pool-rounds small {
    margin-top: .1rem;
    color: var(--tp-muted);
    font-size: .59rem;
}

.tp-bracket {
    overflow-x: auto;
    padding: .4rem .05rem .8rem;
    scrollbar-width: thin;
}

.tp-bracket__guide {
    position: sticky;
    left: 0;
    display: flex;
    align-items: center;
    gap: .55rem;
    width: min(100%, 42rem);
    margin-bottom: .9rem;
    padding: .7rem .8rem;
    border: 1px solid var(--tp-rule);
    border-radius: var(--radius-sm);
    color: var(--tp-muted);
    background: var(--tp-wash);
    font-size: .7rem;
    line-height: 1.45;
}

.tp-bracket__guide i,
.tp-bracket__guide strong {
    color: var(--tp-ink);
}

.tp-rounds {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(13.5rem, 1fr);
    align-items: start;
    gap: 1.4rem;
    width: max-content;
    min-width: 100%;
}

.tp-round {
    position: relative;
    display: grid;
    align-content: start;
    gap: .65rem;
    width: auto;
}

.tp-round--playoff {
    align-self: start;
    padding-top: .7rem;
    border-top: .14rem solid var(--tp-ink);
}

.tp-round__matches {
    display: grid;
    align-content: start;
    gap: .65rem;
}

.tp-rounds--secondary .tp-round--playoff {
    border-top-color: var(--tp-accent);
}

.tp-round__head {
    position: relative;
    min-height: 3.25rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid var(--tp-rule);
}

.tp-round__head > span,
.tp-round__head > small {
    display: block;
    color: var(--tp-muted);
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tp-round__head > small {
    margin-top: .12rem;
    letter-spacing: 0;
    text-transform: none;
}

.tp-round__head h4 {
    margin: .12rem 0 0;
    color: var(--tp-ink);
    font-family: var(--slms-font-heading);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.tp-round--playoff:not(:last-child) .tp-round__head::after {
    content: '\2192';
    position: absolute;
    top: .7rem;
    right: -1.15rem;
    color: var(--tp-accent);
    font-size: 1rem;
    font-weight: 850;
}

.tp-match {
    position: relative;
    padding: .75rem;
    border: 1px solid var(--tp-rule);
    border-radius: var(--radius-sm);
    background: var(--tp-paper);
}

.tp-match__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .65rem;
    margin-bottom: .6rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--tp-rule);
}

.tp-match__head strong {
    color: var(--tp-ink);
    font-size: .72rem;
    line-height: 1.25;
}

.tp-match__head span {
    flex: 0 0 auto;
    color: var(--tp-muted);
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tp-match__team {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    color: var(--tp-ink);
    font-size: .74rem;
}

.tp-match__team + .tp-match__team {
    margin-top: .45rem;
    padding-top: .45rem;
    border-top: 1px solid var(--tp-rule);
}

.tp-match__identity {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: .45rem;
}

.tp-match__identity > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

.tp-match__logo {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 1.65rem;
    height: 1.65rem;
    padding: .12rem;
    border-radius: calc(var(--radius-sm) - .25rem);
    background: var(--tp-wash);
}

.tp-match__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tp-match__team.is-winner {
    font-weight: 850;
}

.tp-match__team.is-winner::before {
    content: '';
    flex: 0 0 auto;
    width: .2rem;
    margin-right: -.2rem;
    border-radius: 999px;
    background: var(--tp-accent);
}

.tp-match__meta {
    margin-top: .5rem;
    color: var(--tp-muted);
    font-size: .63rem;
}

.tp-match__paths {
    display: grid;
    gap: .35rem;
    margin-top: .65rem;
    padding-top: .6rem;
    border-top: 1px solid var(--tp-rule);
}

.tp-match__path {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    align-items: center;
    gap: .35rem;
    color: var(--tp-muted);
    font-size: .62rem;
    line-height: 1.3;
}

.tp-match__path strong {
    color: var(--tp-ink);
    font-size: .58rem;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.tp-match__path i {
    color: var(--tp-accent);
}

.tp-match__path span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.tp-match__path small {
    display: block;
    margin-top: .05rem;
    color: var(--tp-muted);
    font-size: .55rem;
}

.tp-pending-inline {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .9rem 0;
    border-top: 1px solid var(--tp-rule);
    border-bottom: 1px solid var(--tp-rule);
    color: var(--tp-muted);
    font-size: .73rem;
}

.tp-pending-inline i {
    color: var(--tp-ink);
    font-size: 1rem;
}

.tp-field {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
    gap: .5rem;
}

.tp-team {
    display: flex;
    align-items: center;
    gap: .7rem;
    min-height: 3.75rem;
    padding: .65rem;
    border: 1px solid var(--tp-rule);
    border-radius: var(--radius-sm);
    color: var(--tp-ink);
    background: var(--tp-paper);
    font-size: .76rem;
    font-weight: 760;
}

.tp-team__seed {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: calc(var(--radius-sm) - .15rem);
    color: var(--tp-ink);
    background: var(--tp-wash);
    font-family: var(--slms-font-heading);
    font-size: .75rem;
    font-weight: 850;
}

.tp-team__logo {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: .25rem;
    border: 1px solid var(--tp-rule);
    border-radius: calc(var(--radius-sm) - .15rem);
    background: var(--tp-wash);
}

.tp-team__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tp-team > span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tp-readiness {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(22rem, 1.1fr);
    margin-top: clamp(2.75rem, 6vw, 5.5rem);
    border-top: 1px solid var(--tp-rule-strong);
    border-bottom: 1px solid var(--tp-rule-strong);
}

.tp-readiness__intro {
    padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 5vw, 4.5rem) clamp(2rem, 5vw, 4.5rem) 0;
}

.tp-readiness__index {
    display: block;
    margin-bottom: 1.25rem;
    color: var(--tp-muted);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.tp-readiness h2 {
    max-width: 11ch;
    margin: 0;
    color: var(--tp-ink);
    font-family: var(--slms-font-heading);
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    font-weight: 860;
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.tp-readiness__intro p {
    max-width: 34rem;
    margin: 1rem 0 0;
    color: var(--tp-muted);
    font-size: .82rem;
    line-height: 1.7;
}

.tp-readiness__board {
    display: grid;
    align-content: center;
    padding: clamp(1.5rem, 4vw, 3.25rem);
    border-left: 1px solid var(--tp-rule);
    background: var(--tp-wash);
}

.tp-readiness__row {
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr) auto;
    gap: .8rem;
    align-items: center;
    min-height: 4.5rem;
    border-bottom: 1px solid var(--tp-rule);
}

.tp-readiness__row:first-child {
    border-top: 1px solid var(--tp-rule);
}

.tp-readiness__number {
    color: var(--tp-muted);
    font-family: var(--slms-font-heading);
    font-size: .75rem;
    font-weight: 820;
}

.tp-readiness__copy strong,
.tp-readiness__copy span {
    display: block;
}

.tp-readiness__copy strong {
    color: var(--tp-ink);
    font-size: .78rem;
    font-weight: 820;
}

.tp-readiness__copy span {
    margin-top: .12rem;
    color: var(--tp-muted);
    font-size: .68rem;
}

.tp-readiness__state {
    display: inline-flex;
    align-items: center;
    min-height: 1.75rem;
    padding: .25rem .5rem;
    border: 1px solid var(--tp-rule);
    border-radius: 999px;
    color: var(--tp-muted);
    background: var(--tp-paper);
    font-size: .57rem;
    font-weight: 820;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tp-readiness__promise {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    margin: 1rem 0 0;
    color: var(--tp-muted);
    font-size: .68rem;
    line-height: 1.5;
}

.tp-readiness__promise i {
    flex: 0 0 auto;
    margin-top: .1rem;
    color: var(--tp-ink);
}

.tp-support {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(17rem, .55fr);
    gap: 1rem;
}

.tp-subscribe,
.tp-share-panel {
    padding: 1rem;
    border: 1px solid var(--tp-rule);
    border-radius: var(--radius-sm);
    background: var(--tp-paper);
}

.tp-subscribe .form-control {
    min-height: 2.75rem;
}

.tp-feedback {
    min-height: 1.2rem;
    margin-top: .6rem;
    font-size: .73rem;
}

.tp-feedback.is-success {
    color: var(--tp-ink);
}

.tp-feedback.is-error {
    color: var(--tp-accent);
}

.tp-sponsors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .7rem;
}

.tp-sponsor {
    display: grid;
    place-items: center;
    min-width: 10rem;
    min-height: 4.5rem;
    padding: .7rem;
    border: 1px solid var(--tp-rule);
    border-radius: var(--radius-sm);
    color: var(--tp-muted);
    font-size: .72rem;
    font-weight: 760;
    text-decoration: none;
}

.tp-sponsor img {
    max-width: 8.5rem;
    max-height: 2.75rem;
    object-fit: contain;
}

.tp-gallery {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: .75rem;
}

.tp-gallery__item {
    grid-column: span 4;
    margin: 0;
}

.tp-gallery__item:first-child {
    grid-column: span 8;
    grid-row: span 2;
}

.tp-gallery__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: var(--slms-card-radius, var(--radius-md));
    background: var(--tp-wash);
}

.tp-gallery__item:first-child .tp-gallery__media {
    height: 100%;
    min-height: 24rem;
    aspect-ratio: auto;
}

.tp-gallery__media img,
.tp-gallery__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp-gallery__type {
    position: absolute;
    right: .65rem;
    bottom: .65rem;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .35rem .55rem;
    border: 1px solid color-mix(in srgb, var(--tp-hero-text) 24%, transparent);
    border-radius: 999px;
    color: var(--tp-hero-text);
    background: color-mix(in srgb, var(--tp-hero) 78%, transparent);
    font-size: .62rem;
    font-weight: 820;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.tp-gallery figcaption {
    margin-top: .5rem;
    color: var(--tp-muted);
    font-size: .73rem;
    line-height: 1.55;
}

.tp-faqs {
    border-top: 1px solid var(--tp-rule-strong);
}

.tp-faq {
    border-bottom: 1px solid var(--tp-rule);
}

.tp-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.25rem;
    padding: .85rem 0;
    color: var(--tp-ink);
    cursor: pointer;
    font-family: var(--slms-font-heading);
    font-size: clamp(.95rem, 1.5vw, 1.15rem);
    font-weight: 800;
    line-height: 1.35;
    list-style: none;
}

.tp-faq summary::-webkit-details-marker {
    display: none;
}

.tp-faq summary i {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--tp-rule);
    border-radius: 50%;
    color: var(--tp-muted);
    transition: transform .2s ease, color .2s ease, border-color .2s ease;
}

.tp-faq[open] summary i {
    color: var(--tp-ink);
    border-color: var(--tp-rule-strong);
    transform: rotate(45deg);
}

.tp-faq__answer {
    max-width: 54rem;
    padding: 0 3rem 1.2rem 0;
    color: var(--tp-muted);
    font-size: .85rem;
    line-height: 1.75;
    white-space: pre-line;
}

.tp-qr {
    width: min(100%, 20rem);
    height: auto;
    image-rendering: pixelated;
}

@media (max-width: 991.98px) {
    .tp-masthead {
        grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .65fr);
    }

    .tp-masthead__copy {
        min-height: 22rem;
        padding: 2rem;
    }

    .tp-module__head {
        grid-template-columns: 5rem minmax(0, 1fr) auto;
    }

    .tp-readiness {
        grid-template-columns: 1fr 1fr;
    }

    .tp-game {
        grid-template-columns: minmax(7rem, .5fr) minmax(0, 1.35fr);
    }

    .tp-game__context {
        grid-column: 1 / -1;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        text-align: left;
    }

    .tp-gallery__item,
    .tp-gallery__item:first-child {
        grid-column: span 6;
        grid-row: auto;
    }

    .tp-gallery__item:first-child .tp-gallery__media {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 767.98px) {
    .tp-page {
        padding-inline: .85rem;
    }

    .tp-phase-route {
        grid-template-columns: 1fr;
    }

    .tp-phase-route > i {
        justify-self: center;
        transform: rotate(90deg);
    }

    .tp-phase__head {
        flex-direction: column;
    }

    .tp-masthead {
        grid-template-columns: 1fr;
    }

    .tp-masthead.has-media::before {
        background: linear-gradient(
            180deg,
            color-mix(in srgb, var(--tp-hero) 88%, transparent) 0%,
            color-mix(in srgb, var(--tp-hero) 72%, transparent) 100%
        );
    }

    .tp-masthead.has-sport-media::before {
        background: linear-gradient(
            180deg,
            color-mix(in srgb, var(--tp-hero) 78%, transparent) 0%,
            color-mix(in srgb, var(--tp-hero) 58%, transparent) 100%
        );
    }

    .tp-masthead__copy {
        min-height: 0;
        padding: 1.5rem 1.2rem 1rem;
    }

    .tp-title {
        font-size: clamp(2.8rem, 15vw, 4.8rem);
    }

    .tp-event-card {
        min-height: 15rem;
        margin: .35rem;
        padding: 1rem;
    }

    .tp-facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .tp-fact:nth-child(3) {
        border-left: 0;
    }

    .tp-fact:nth-child(n + 3) {
        border-top: 1px solid color-mix(in srgb, var(--tp-hero-text) 14%, transparent);
    }

    .tp-module__head {
        grid-template-columns: 1fr;
        gap: .55rem;
    }

    .tp-module__action {
        justify-content: flex-start;
    }

    .tp-module__action .btn {
        width: 100%;
    }

    .tp-readiness {
        grid-template-columns: 1fr;
    }

    .tp-readiness__intro {
        padding-right: 0;
    }

    .tp-readiness__board {
        border-top: 1px solid var(--tp-rule);
        border-left: 0;
    }

    .tp-support {
        grid-template-columns: 1fr;
    }

    .tp-game {
        grid-template-columns: 1fr;
        gap: .65rem;
    }

    .tp-game__context {
        grid-column: auto;
    }
}

@media (max-width: 479.98px) {
    .tp-preview {
        align-items: flex-start;
    }

    .tp-actions .btn {
        flex: 1 1 100%;
    }

    .tp-gallery__item,
    .tp-gallery__item:first-child {
        grid-column: 1 / -1;
    }

    .tp-fact {
        padding: .85rem;
    }

    .tp-readiness__row {
        grid-template-columns: 1.7rem minmax(0, 1fr);
        padding: .7rem 0;
    }

    .tp-readiness__state {
        grid-column: 2;
        justify-self: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tp-page *,
    .tp-page *::before,
    .tp-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}


/* Shared bracket display metadata */
.tp-transition-note {
    display: flex !important;
    align-items: flex-start;
    gap: .28rem;
    margin-top: .32rem !important;
    padding: .35rem .45rem;
    border-left: .14rem solid var(--tp-accent);
    color: var(--tp-muted) !important;
    background: color-mix(in srgb, var(--tp-accent) 5%, var(--tp-paper));
    font-size: .58rem !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    line-height: 1.4;
    text-transform: none !important;
}

.tp-transition-note i {
    flex: 0 0 auto;
    margin-top: .05rem;
    color: var(--tp-accent);
}

.tp-match__path.is-dynamic {
    align-items: flex-start;
    padding: .35rem .4rem;
    border-radius: .35rem;
    background: color-mix(in srgb, var(--tp-accent) 6%, var(--tp-paper));
}

@media (max-width: 479.98px) {
    .tp-competition-map--custom,
    .tp-competition-map--custom .tp-phase,
    .tp-competition-map--custom .tp-bracket {
        max-width: 100%;
        min-width: 0;
    }

    .tp-competition-map--custom .tp-rounds {
        grid-auto-columns: minmax(min(82vw, 16rem), 1fr);
    }
}
