:root {
  --trp-navy-950: #020a16;
  --trp-navy-900: #06152c;
  --trp-navy-800: #0b2347;
  --trp-red: #ec182b;
  --trp-orange: #ff5a1f;
  --trp-green: #56bd27;
  --trp-blue: #1771e6;
  --trp-ink: #101a2e;
  --trp-muted: #5d6879;
  --trp-line: #dfe4eb;
  --trp-paper: #f5f7fa;
  --trp-white: #fff;
  --trp-container: 1380px;
  --trp-heading: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --trp-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.trp-site { margin: 0; background: #fff; color: var(--trp-ink); font-family: var(--trp-body); line-height: 1.55; text-rendering: optimizeLegibility; }
body.trp-site.admin-bar .trp-site-header { top: 32px; }
.trp-site img { display: block; max-width: 100%; height: auto; }
.trp-site a { color: inherit; }
.trp-container { width: min(var(--trp-container), calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text, .trp-skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.trp-skip-link:focus { position: fixed; top: 10px; left: 10px; z-index: 99999; padding: 10px 14px; background: #fff; color: #000; }

.trp-site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(2,10,22,.96); color: #fff; backdrop-filter: blur(14px); }
.trp-header-inner { display: flex; align-items: center; gap: clamp(24px, 4vw, 62px); min-height: 104px; }
.trp-brand { flex: none; width: 230px; }
.trp-brand img { width: 100%; height: 78px; object-fit: contain; object-position: left center; }
.trp-main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 38px); margin-left: auto; }
.trp-main-nav a { position: relative; padding: 39px 0; color: #dce4ef; font-size: 14px; font-weight: 750; text-decoration: none; }
.trp-main-nav a::after { content: ""; position: absolute; right: 0; bottom: 27px; left: 0; height: 2px; background: var(--trp-orange); transform: scaleX(0); transition: transform .2s; }
.trp-main-nav a:hover::after, .trp-main-nav a:focus-visible::after { transform: scaleX(1); }
.trp-live-button { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 12px 20px; border-radius: 4px; background: var(--trp-red); color: #fff; font-size: 13px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.trp-live-button span, .trp-button-primary > span { width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,255,255,.18); }
.trp-nav-toggle { display: none; width: 44px; height: 44px; padding: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: transparent; }
.trp-nav-toggle > span:not(.screen-reader-text) { display: block; width: 23px; height: 2px; margin: 5px auto; background: #fff; }

.trp-hero { position: relative; overflow: hidden; min-height: 690px; padding: clamp(48px, 6vw, 88px) 0 74px; background: radial-gradient(circle at 88% 8%, #143e78 0, transparent 33%), linear-gradient(125deg, var(--trp-navy-950), var(--trp-navy-900) 58%, #0a1f41); color: #fff; }
.trp-hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.trp-hero::after { content: ""; position: absolute; right: 0; bottom: 0; width: 46%; height: 4px; background: linear-gradient(90deg, var(--trp-orange) 0 28%, var(--trp-green) 28% 63%, var(--trp-blue) 63%); }
.trp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(380px, .8fr) minmax(560px, 1.2fr); align-items: center; gap: clamp(38px, 6vw, 90px); }
.trp-eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 18px; color: #fff; font-size: 11px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.trp-eyebrow > span { width: 30px; height: 3px; background: var(--trp-red); }
.trp-eyebrow.is-dark { color: var(--trp-red); }
.trp-hero h1 { max-width: 660px; margin: 0; font-family: var(--trp-heading); font-size: clamp(70px, 8vw, 138px); font-weight: 900; line-height: .86; letter-spacing: .01em; text-transform: uppercase; }
.trp-hero-text { max-width: 580px; margin: 28px 0 34px; color: #c6d1e1; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; }
.trp-hero-actions { display: flex; align-items: center; gap: 24px; }
.trp-button-primary { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; padding: 13px 24px; border: 1px solid var(--trp-red); border-radius: 3px; background: var(--trp-red); color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.trp-button-primary:hover { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(236,24,43,.26); }
.trp-hero-actions > span { color: #99aac3; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.trp-player-card { position: relative; min-width: 0; padding: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.06); box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.trp-player-card.has-poster { background-image: linear-gradient(rgba(3,11,25,.3), rgba(3,11,25,.3)), var(--trp-poster); background-position: center; background-size: cover; }
.trp-player-label { position: absolute; top: 28px; left: 28px; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 3px; background: var(--trp-red); font-size: 11px; font-weight: 950; letter-spacing: .08em; }
.trp-player-label span { width: 8px; height: 8px; border-radius: 50%; background: #fff; animation: trp-pulse 1.8s infinite; }
.trp-player-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 7px; background: #000; }
.trp-player-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@keyframes trp-pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

.trp-now-strip { border-bottom: 1px solid var(--trp-line); background: #fff; }
.trp-now-strip > div { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; align-items: center; min-height: 126px; }
.trp-now-strip > div > strong { align-self: stretch; display: flex; align-items: center; border-right: 1px solid var(--trp-line); color: var(--trp-red); font-size: 11px; letter-spacing: .09em; }
.trp-now-strip > div > div { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.trp-now-strip span { display: grid; gap: 4px; min-height: 64px; padding: 8px 20px; border-right: 1px solid var(--trp-line); font-size: 12px; font-weight: 750; }
.trp-now-strip small { color: var(--trp-muted); font-size: 10px; font-weight: 650; }
.trp-now-strip a { padding-left: 22px; color: var(--trp-blue); font-size: 11px; font-weight: 850; text-decoration: none; text-transform: uppercase; }

.trp-section { padding: clamp(76px, 8vw, 125px) 0; }
.trp-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.trp-section-heading h2, .trp-centered-heading h2, .trp-programming h2, .trp-app h2, .trp-advertise h2, .trp-contact h2, .trp-archive h1, .trp-single h1, .trp-error-page h1 { margin: 0; font-family: var(--trp-heading); font-size: clamp(52px, 6vw, 92px); font-weight: 900; line-height: .92; letter-spacing: .01em; text-transform: uppercase; }
.trp-section-heading > div > p:last-child { max-width: 670px; margin: 13px 0 0; color: var(--trp-muted); }
.trp-section-heading > a { flex: none; color: var(--trp-blue); font-size: 12px; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.trp-programming { overflow: hidden; background: radial-gradient(circle at 85% 15%, #153b72, transparent 30%), var(--trp-navy-900); color: #fff; }
.trp-programming-grid { display: grid; grid-template-columns: minmax(270px, .26fr) minmax(0, .74fr); gap: clamp(40px, 6vw, 90px); }
.trp-programming header { position: sticky; top: 150px; align-self: start; }
.trp-programming header p:last-child { color: #aebbd0; }
.trp-program-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 18px; }
.trp-program-grid article { min-width: 0; }
.trp-program-grid img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: rgba(255,255,255,.07); }
.trp-program-grid article > div { position: relative; padding-top: 13px; border-top: 3px solid var(--trp-red); }
.trp-program-grid article:nth-child(4n+2) > div { border-color: var(--trp-orange); }
.trp-program-grid article:nth-child(4n+3) > div { border-color: var(--trp-green); }
.trp-program-grid article:nth-child(4n) > div { border-color: var(--trp-blue); }
.trp-program-grid span { color: #a9b7ca; font-size: 10px; font-weight: 850; }
.trp-program-grid h3 { margin: 4px 0; font-size: 14px; line-height: 1.25; }
.trp-program-grid small { color: #8496b0; font-size: 10px; }

.trp-social-section { background: #f5f7fa; }
.trp-social-callout { display: grid; grid-template-columns: .7fr 1.5fr auto; align-items: center; gap: 28px; min-height: 210px; padding: 36px 44px; border-radius: 10px; background: linear-gradient(120deg, #5620a8, #e41d63 60%, #ff7b28); color: #fff; text-decoration: none; box-shadow: 0 26px 60px rgba(82,23,146,.2); }
.trp-social-callout span { font-family: var(--trp-heading); font-size: 44px; text-transform: uppercase; }
.trp-social-callout strong { font-size: 22px; line-height: 1.4; }
.trp-social-callout b { font-size: 12px; text-transform: uppercase; }
.trp-instagram-feed { overflow: hidden; }

.trp-platforms { background: #fff; }
.trp-centered-heading { max-width: 960px; margin: 0 auto 54px; text-align: center; }
.trp-centered-heading .trp-eyebrow { justify-content: center; }
.trp-centered-heading p:last-child { color: var(--trp-muted); }
.trp-platform-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 14px; }
.trp-platform-grid > a, .trp-platform-grid > div { display: grid; place-items: center; min-height: 120px; padding: 18px; border: 1px solid var(--trp-line); border-radius: 8px; background: #fff; text-decoration: none; transition: transform .2s, box-shadow .2s, border .2s; }
.trp-platform-grid > a:hover { transform: translateY(-3px); border-color: #b7c6dc; box-shadow: 0 14px 30px rgba(8,28,58,.1); }
.trp-platform-grid img { width: 100%; max-width: 145px; height: 62px; object-fit: contain; }
.trp-platform-grid strong { font-size: 13px; text-align: center; }

.trp-app { position: relative; overflow: hidden; padding: clamp(74px, 8vw, 120px) 0 0; background: radial-gradient(circle at 75% 20%, #15417f, transparent 32%), var(--trp-navy-900); color: #fff; }
.trp-app::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--trp-red), var(--trp-orange), var(--trp-green), var(--trp-blue)); }
.trp-app-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.trp-app-grid > div:first-child { align-self: start; padding: 20px 0 100px; }
.trp-app-grid > div:first-child > p:last-of-type { max-width: 590px; color: #b4c1d3; font-size: 18px; }
.trp-store-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.trp-store-buttons a { display: grid; min-width: 170px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 7px; background: #02050a; color: #fff; text-decoration: none; }
.trp-store-buttons small { font-size: 9px; }
.trp-store-buttons strong { font-size: 18px; line-height: 1.1; }
.trp-phone { position: relative; align-self: end; justify-self: center; width: min(380px, 70%); aspect-ratio: .53; padding: 12px; border: 3px solid #555e6d; border-bottom: 0; border-radius: 54px 54px 0 0; background: #06080c; box-shadow: 0 -20px 80px rgba(0,0,0,.35); transform: rotate(5deg) translateY(55px); }
.trp-phone > div { display: flex; flex-direction: column; align-items: center; height: 100%; padding: 24px 28px; border-radius: 41px 41px 0 0; background: linear-gradient(#07172e, #020916); }
.trp-phone span { align-self: flex-start; font-size: 10px; }
.trp-phone img { width: 62%; max-height: 270px; margin: 22% auto 15px; object-fit: contain; }
.trp-phone b { font-size: 18px; }
.trp-phone em { margin-top: 24px; padding: 10px 22px; border-radius: 5px; background: var(--trp-red); font-size: 12px; font-style: normal; font-weight: 900; }

.trp-advertise { padding: 68px 0; background: linear-gradient(110deg, var(--trp-red), #b80e26); color: #fff; }
.trp-advertise > div { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.trp-advertise h2 { max-width: 870px; font-size: clamp(48px, 5vw, 78px); }
.trp-advertise p:not(.trp-eyebrow) { max-width: 800px; margin-bottom: 0; color: #ffe0e3; }
.trp-advertise > div > a { flex: none; display: inline-flex; align-items: center; gap: 28px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.55); background: #fff; color: var(--trp-red); font-size: 13px; font-weight: 950; text-decoration: none; text-transform: uppercase; }
.trp-advertise > div > a span { font-size: 22px; }

.trp-contact { background: #fff; }
.trp-contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 8vw, 130px); }
.trp-contact-grid > div > p:last-of-type { max-width: 500px; color: var(--trp-muted); font-size: 17px; }
.trp-contact dl { display: grid; grid-template-columns: 90px 1fr; gap: 7px 16px; margin-top: 35px; font-size: 13px; }
.trp-contact dt { font-weight: 900; }
.trp-contact dd { margin: 0; color: var(--trp-muted); }
.trp-contact-form { display: grid; gap: 18px; }
.trp-contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.trp-contact-fields label { color: var(--trp-muted); font-size: 11px; font-weight: 800; }
.trp-contact-fields label.is-wide { grid-column: 1 / -1; }
.trp-contact-fields input, .trp-contact-fields textarea { width: 100%; min-height: 49px; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--trp-line); border-radius: 3px; background: #fff; color: var(--trp-ink); font: inherit; outline: none; }
.trp-contact-fields textarea { resize: vertical; }
.trp-contact-fields input:focus, .trp-contact-fields textarea:focus { border-color: var(--trp-blue); box-shadow: 0 0 0 3px rgba(23,113,230,.1); }
.trp-contact-form > button { justify-self: end; min-height: 50px; padding: 12px 28px; border: 0; border-radius: 3px; background: var(--trp-red); color: #fff; font: inherit; font-size: 12px; font-weight: 950; text-transform: uppercase; cursor: pointer; }
.trp-consent { display: flex; align-items: flex-start; gap: 9px; color: var(--trp-muted); font-size: 11px; }
.trp-consent a { color: var(--trp-red); }
.trp-honeypot { position: absolute !important; left: -10000px !important; }
.trp-form-message { padding: 13px; border-radius: 3px; font-size: 12px; font-weight: 800; }
.trp-form-message.is-success { background: #e8f7e3; color: #21620c; }
.trp-form-message.is-error { background: #ffeaec; color: #a10f1c; }

.trp-site-footer { padding: 72px 0 24px; background: var(--trp-navy-950); color: #fff; }
.trp-footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1.05fr; gap: 55px; }
.trp-footer-brand img { width: 210px; height: 135px; object-fit: contain; object-position: left center; }
.trp-footer-brand p, .trp-footer-grid > div:last-child p { color: #8392a9; font-size: 12px; }
.trp-footer-grid h2 { margin: 0 0 17px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.trp-footer-grid nav { display: grid; gap: 8px; }
.trp-footer-grid nav a { color: #adbacd; font-size: 12px; text-decoration: none; }
.trp-footer-kit { color: var(--trp-red) !important; font-size: 12px; font-weight: 850; text-decoration: none; text-transform: uppercase; }
.trp-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: #77879f; font-size: 10px; }

.trp-archive, .trp-single, .trp-error-page { min-height: 65vh; padding: clamp(70px, 9vw, 130px) 0; }
.trp-archive-header, .trp-single-header { margin-bottom: 50px; }
.trp-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 26px; }
.trp-archive-card { border-bottom: 1px solid var(--trp-line); }
.trp-archive-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--trp-navy-900); text-decoration: none; }
.trp-archive-card-image img { width: 100%; height: 100%; object-fit: cover; }
.trp-archive-card-image span { display: grid; place-items: center; width: 100%; height: 100%; color: #fff; font-family: var(--trp-heading); font-size: 36px; }
.trp-archive-card > div { padding: 17px 0 25px; }
.trp-archive-card time, .trp-single-meta { color: var(--trp-red); font-size: 10px; font-weight: 850; }
.trp-archive-card h2 { margin: 6px 0; font-size: 23px; line-height: 1.2; }
.trp-archive-card h2 a { text-decoration: none; }
.trp-archive-card p { color: var(--trp-muted); font-size: 13px; }
.trp-single-header { padding-bottom: 45px; border-bottom: 1px solid var(--trp-line); }
.trp-single-header h1 { max-width: 1100px; }
.trp-single-image { margin-bottom: 60px; }
.trp-single-image img { width: 100%; max-height: 780px; object-fit: cover; }
.trp-single-content { max-width: 830px; font-size: 18px; line-height: 1.85; }
.trp-single-content h2, .trp-single-content h3 { line-height: 1.2; }
.trp-single-content a { color: var(--trp-blue); }
.trp-error-page { display: grid; place-items: center; text-align: center; }
.trp-error-page p:not(.trp-eyebrow) { color: var(--trp-muted); }
.trp-error-page .trp-button-primary { margin-top: 20px; }

@media (max-width: 1220px) {
  .trp-main-nav { gap: 18px; }
  .trp-brand { width: 190px; }
  .trp-hero-grid { grid-template-columns: .78fr 1.22fr; gap: 45px; }
  .trp-program-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trp-platform-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

@media (max-width: 1020px) {
  body.trp-site.admin-bar .trp-site-header { top: 46px; }
  .trp-header-inner { min-height: 84px; }
  .trp-brand img { height: 64px; }
  .trp-nav-toggle { display: block; margin-left: auto; }
  .trp-main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: 10px 24px 24px; border-top: 1px solid rgba(255,255,255,.1); background: var(--trp-navy-950); }
  .trp-main-nav.is-open { display: grid; }
  .trp-main-nav a { padding: 10px 0; }
  .trp-main-nav a::after { bottom: 3px; }
  .trp-live-button { display: none; }
  .trp-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .trp-hero-copy { max-width: 760px; }
  .trp-now-strip > div { grid-template-columns: 120px 1fr; }
  .trp-now-strip > div > div { grid-template-columns: repeat(3, 1fr); }
  .trp-now-strip span:nth-child(n+4) { display: none; }
  .trp-now-strip a { display: none; }
  .trp-programming-grid { grid-template-columns: minmax(0, 1fr); }
  .trp-programming header { position: static; }
  .trp-program-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .trp-platform-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .trp-contact-grid { grid-template-columns: minmax(0, 1fr); gap: 45px; }
  .trp-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .trp-footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .trp-container { width: min(100% - 30px, var(--trp-container)); }
  .trp-hero { min-height: 0; padding-top: 50px; }
  .trp-hero-grid { gap: 36px; }
  .trp-hero h1 { font-size: clamp(62px, 21vw, 100px); }
  .trp-hero-actions { align-items: flex-start; flex-direction: column; }
  .trp-player-card { margin-inline: -5px; padding: 7px; }
  .trp-player-label { top: 17px; left: 17px; }
  .trp-now-strip > div { grid-template-columns: 1fr; padding: 18px 0; }
  .trp-now-strip > div > strong { min-height: 34px; border-right: 0; }
  .trp-now-strip > div > div { grid-template-columns: 1fr 1fr; }
  .trp-now-strip span:nth-child(n+3) { display: none; }
  .trp-now-strip span { border-left: 1px solid var(--trp-line); }
  .trp-section-heading { align-items: flex-start; flex-direction: column; }
  .trp-section-heading h2, .trp-centered-heading h2, .trp-programming h2, .trp-app h2, .trp-contact h2, .trp-advertise h2 { font-size: clamp(48px, 15vw, 76px); }
  .trp-program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trp-platform-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .trp-platform-grid > a, .trp-platform-grid > div { min-height: 93px; padding: 12px; }
  .trp-platform-grid img { height: 46px; }
  .trp-social-callout { grid-template-columns: 1fr; padding: 28px; }
  .trp-app { padding-bottom: 0; }
  .trp-app-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .trp-app-grid > div:first-child { padding-bottom: 20px; }
  .trp-phone { width: min(320px, 74%); }
  .trp-advertise > div { align-items: flex-start; flex-direction: column; }
  .trp-contact-fields { grid-template-columns: 1fr; }
  .trp-contact-fields label.is-wide { grid-column: auto; }
  .trp-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trp-footer-brand, .trp-footer-grid > div:last-child { grid-column: 1 / -1; }
  .trp-footer-bottom { align-items: flex-start; flex-direction: column; }
  .trp-archive-grid { grid-template-columns: 1fr; }
  .trp-single-content { font-size: 16px; }
}

@media (max-width: 460px) {
  .trp-brand { width: 168px; }
  .trp-platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trp-store-buttons { flex-direction: column; }
  .trp-store-buttons a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Prototype shell and additions carried into the installable WordPress theme. */
@font-face { font-family: "TV Rio Condensed"; src: url("../images/fonts/tv-rio-condensed.otf") format("opentype"); font-display: swap; font-style: normal; font-weight: 700 900; }
:root { --trp-heading: "TV Rio Condensed", "Arial Narrow", sans-serif; }
html, body { margin: 0; min-height: 100%; }
body { background: #fff; color: var(--trp-ink); font-family: var(--trp-body); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.trp-site { min-height: 100vh; overflow-x: clip; background: #fff; color: var(--trp-ink); font-family: var(--trp-body); line-height: 1.55; text-rendering: optimizeLegibility; }
.trp-site button { border: 0; cursor: pointer; }
.trp-site-header svg, .trp-button-primary svg { width: 21px; height: 21px; }
.trp-brand { display: flex; align-items: center; gap: 13px; width: 270px; text-decoration: none; }
.trp-brand img { flex: none; width: 66px; height: 66px; object-fit: contain; object-position: center; }
.trp-brand span { display: grid; gap: 1px; white-space: nowrap; }
.trp-brand strong { color: #fff; font-size: 19px; letter-spacing: .02em; }
.trp-brand small { color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.trp-live-button svg { width: 22px; height: 22px; }
.trp-live-button { border-radius: 3px; }
.trp-button-primary svg { width: 24px; height: 24px; }
.trp-hero { min-height: 650px; }
.trp-hero h1 { max-width: 560px; font-weight: 900; line-height: .82; }
.trp-player-card { transform: translateY(10px); }
.trp-preview-player > img { width: 100%; height: 100%; object-fit: cover; }
.trp-player-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(1,8,20,.08), rgba(1,8,20,.72)); }
.trp-preview-player > button { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: rgba(236,24,43,.94); color: #fff; transform: translate(-50%, -60%); box-shadow: 0 15px 40px rgba(0,0,0,.34); transition: transform .2s, background .2s; }
.trp-preview-player > button:hover { background: #ff2439; transform: translate(-50%, -62%) scale(1.04); }
.trp-preview-player > button svg { width: 33px; height: 33px; }
.trp-onair-brand { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: grid; grid-template-columns: 85px 1fr; align-items: center; gap: 2px 16px; }
.trp-onair-brand img { grid-row: 1 / 3; width: 85px; height: 52px; object-fit: contain; object-position: left center; }
.trp-onair-brand strong { font-size: 14px; letter-spacing: .05em; }
.trp-onair-brand small { color: #bdc9da; font-size: 10px; }
.trp-section-heading > a, .trp-social-callout b { display: inline-flex; align-items: center; gap: 8px; }
.trp-section-heading svg, .trp-social-callout svg { width: 16px; height: 16px; }
.trp-community { background: #fff; }
.trp-community-grid { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); align-items: end; gap: clamp(50px, 8vw, 130px); }
.trp-community h2 { margin: 0; font-family: var(--trp-heading); font-size: clamp(54px, 6vw, 94px); line-height: .9; letter-spacing: .01em; text-transform: uppercase; }
.trp-community-grid > div:first-child > p:last-child { max-width: 560px; color: var(--trp-muted); font-size: 16px; }
.trp-community-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--trp-line); border-left: 1px solid var(--trp-line); }
.trp-community-points article { display: grid; grid-template-columns: 44px 1fr; gap: 5px 14px; min-height: 150px; padding: 25px; border-right: 1px solid var(--trp-line); border-bottom: 1px solid var(--trp-line); }
.trp-community-points b { grid-row: 1 / 3; color: var(--trp-red); font-family: var(--trp-heading); font-size: 31px; }
.trp-community-points strong { font-size: 13px; text-transform: uppercase; }
.trp-community-points span { color: var(--trp-muted); font-size: 12px; }
.trp-social-callout b svg { margin-left: 6px; }
.trp-phone-live-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; width: 100%; margin-top: 28px; }
.trp-phone-live-grid i { display: block; aspect-ratio: 1.2; border-radius: 4px; background: linear-gradient(145deg, #1a4076, #0d1e37); }
.trp-advertise > div > a svg { width: 22px; height: 22px; transform: rotate(90deg); }
.trp-contact button { transition: transform .2s, box-shadow .2s; }
.trp-contact button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(236,24,43,.22); }

/* /sistema prototype */
.trp-system-page {
  --trp-navy-950: #020b19;
  --trp-navy-900: #06152c;
  --trp-navy-800: #0a2348;
  --trp-blue: #1668e8;
  --trp-red: #ed1c2e;
  --trp-green: #53bf27;
  --trp-ink: #14213a;
  --trp-muted: #6b768b;
  --trp-line: #dfe5ed;
  --trp-paper: #f4f7fb;
  --trp-white: #fff;
  --trp-radius: 18px;
  --trp-shadow: 0 20px 50px rgba(5, 20, 45, .08);
  min-height: 100vh;
  background: var(--trp-paper);
  color: var(--trp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.trp-system-page * { box-sizing: border-box; }
.trp-system-page a { color: inherit; }
.trp-system-page img { max-width: 100%; }
.trp-system-page button { border: 0; background: none; cursor: pointer; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.trp-auth-page { min-height: 100vh; margin: 0; color: #fff; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: radial-gradient(circle at 18% 18%, #153c76 0, transparent 35%), linear-gradient(145deg, #020a18 0%, #061a36 52%, #091329 100%); }
.trp-auth-page::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.trp-auth-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, 520px); align-items: center; gap: clamp(48px, 8vw, 140px); width: min(1240px, calc(100% - 48px)); min-height: 100vh; margin: auto; padding: 48px 0; }
.trp-auth-brand img { width: min(240px, 38vw); height: 100px; margin-bottom: 44px; object-fit: contain; object-position: left center; }
.trp-auth-brand span, .trp-kicker { color: var(--trp-red); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.trp-auth-brand h1 { max-width: 680px; margin: 18px 0; font-family: var(--trp-heading); font-size: clamp(58px, 7vw, 104px); line-height: .84; letter-spacing: .01em; text-transform: uppercase; }
.trp-auth-brand p { color: #bac6d8; font-size: 18px; }
.trp-auth-card { position: relative; padding: clamp(30px, 5vw, 56px); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.97); color: var(--trp-ink); box-shadow: 0 40px 90px rgba(0,0,0,.35); backdrop-filter: blur(22px); }
.trp-auth-card h2 { margin: 8px 0 28px; font-size: 36px; letter-spacing: -.04em; }
.trp-auth-lock { position: absolute; top: 30px; right: 30px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: var(--trp-green); box-shadow: 0 0 0 7px rgba(83,191,39,.12); }
.trp-auth-card form { display: grid; gap: 10px; }
.trp-auth-card label, .trp-form label, .trp-field > label { color: #354058; font-size: 13px; font-weight: 750; }
.trp-auth-card input:not([type="checkbox"]), .trp-form input:not([type="checkbox"]), .trp-form textarea, .trp-form select, .trp-search input { width: 100%; min-height: 48px; margin-top: 7px; padding: 11px 14px; border: 1px solid var(--trp-line); border-radius: 10px; background: #fff; color: var(--trp-ink); font: inherit; outline: none; transition: border .2s, box-shadow .2s; }
.trp-auth-card input:focus, .trp-form input:focus, .trp-form textarea:focus, .trp-form select:focus, .trp-search input:focus { border-color: var(--trp-blue); box-shadow: 0 0 0 4px rgba(22,104,232,.12); }
.trp-check { display: flex; align-items: center; gap: 9px; margin: 16px 0 10px; font-weight: 600 !important; }
.trp-auth-link { display: block; width: 100%; margin-top: 18px; color: var(--trp-blue) !important; font-size: 14px; font-weight: 800; text-align: center; }
.trp-auth-footnote { margin: 30px 0 0; color: var(--trp-muted); font-size: 12px; text-align: center; }

.trp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 1px solid var(--trp-line) !important; border-radius: 9px; background: #fff !important; color: var(--trp-ink); font-size: 14px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.trp-button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(8,27,58,.1); }
.trp-button.is-primary { border-color: var(--trp-red) !important; background: var(--trp-red) !important; color: #fff; }
.trp-auth-card .trp-button { width: 100%; margin-top: 8px; }
.trp-notice { margin-bottom: 22px; padding: 14px 16px; border: 1px solid; border-radius: 10px; font-size: 14px; font-weight: 700; }
.trp-notice.is-success { border-color: #bfe4b0; background: #f0faec; color: #286c11; }

.trp-system-shell { display: grid; grid-template-columns: 280px minmax(0, 1fr); min-height: 100vh; }
.trp-sidebar { position: sticky; top: 0; display: flex; flex-direction: column; height: 100vh; padding: 26px 20px 22px; background: linear-gradient(180deg, var(--trp-navy-950), var(--trp-navy-900)); color: #dce6f5; overflow-y: auto; }
.trp-system-brand { display: flex; align-items: center; gap: 12px; width: 100%; padding: 0 8px 28px; border-bottom: 1px solid rgba(255,255,255,.1) !important; color: inherit; text-align: left; }
.trp-system-brand img { width: 54px; height: 54px; object-fit: contain; }
.trp-system-brand span { display: grid; gap: 2px; }
.trp-system-brand strong { color: #fff; font-size: 16px; letter-spacing: -.01em; }
.trp-system-brand small { color: #899bb7; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.trp-system-nav { display: grid; gap: 4px; padding: 22px 0; }
.trp-system-nav button { display: flex; align-items: center; gap: 11px; min-height: 42px; padding: 9px 12px; border-radius: 9px; color: #aebbd0; font-size: 14px; font-weight: 700; text-align: left; transition: .2s; }
.trp-system-nav button:hover { color: #fff; background: rgba(255,255,255,.06); }
.trp-system-nav button.is-active { color: #fff; background: linear-gradient(90deg, rgba(237,28,46,.2), rgba(237,28,46,.05)); box-shadow: inset 3px 0 var(--trp-red); }
.trp-nav-dot { width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; }
.trp-system-nav button.is-active .trp-nav-dot { border-color: var(--trp-red); background: var(--trp-red); }
.trp-sidebar-footer { display: grid; gap: 11px; margin-top: auto; padding: 20px 12px 0; border-top: 1px solid rgba(255,255,255,.1); }
.trp-sidebar-footer a, .trp-sidebar-footer button { padding: 0; color: #9eacc1; font-size: 12px; font-weight: 700; text-align: left; text-decoration: none; }
.trp-sidebar-footer a:hover, .trp-sidebar-footer button:hover { color: #fff; }
.trp-system-main { min-width: 0; }
.trp-topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; padding: 12px clamp(22px, 4vw, 50px); border-bottom: 1px solid var(--trp-line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.trp-topbar > div:first-of-type { display: grid; }
.trp-topbar small { color: var(--trp-muted); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.trp-topbar strong { font-size: 15px; }
.trp-user-chip { display: flex !important; align-items: center; gap: 10px; }
.trp-user-chip > span, .trp-user-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--trp-navy-800); color: #fff; font-size: 13px; font-weight: 900; }
.trp-user-chip > div { display: grid; }
.trp-user-chip > div strong { font-size: 13px; }
.trp-user-chip > div small { color: var(--trp-red); font-size: 8px; }
.trp-preview-chip { margin-left: auto; padding: 7px 10px; border: 1px solid #cfe0fa; border-radius: 999px; background: #eff5ff; color: var(--trp-blue); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.trp-menu-toggle { display: none; width: 40px; height: 40px; padding: 8px; border-radius: 8px; background: #edf2f8 !important; }
.trp-menu-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--trp-navy-900); }
.trp-content { width: min(1480px, 100%); min-height: calc(100vh - 118px); margin: auto; padding: clamp(28px, 4vw, 54px); }
.trp-system-footer { padding: 20px 50px; border-top: 1px solid var(--trp-line); color: var(--trp-muted); font-size: 11px; text-align: right; }

.trp-page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.trp-page-heading h1 { margin: 5px 0 8px; font-size: clamp(32px, 4vw, 50px); line-height: 1; letter-spacing: -.05em; }
.trp-page-heading p:not(.trp-kicker) { max-width: 760px; margin: 0; color: var(--trp-muted); font-size: 15px; line-height: 1.65; }
.trp-panel { padding: clamp(20px, 3vw, 32px); border: 1px solid var(--trp-line); border-radius: var(--trp-radius); background: #fff; box-shadow: var(--trp-shadow); }
.trp-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.trp-panel-heading h2 { margin: 4px 0 0; font-size: 24px; letter-spacing: -.035em; }
.trp-panel-heading > span, .trp-panel-heading > button { color: var(--trp-blue); font-size: 12px; font-weight: 850; }
.trp-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 24px; }
.trp-stats-grid article { display: grid; gap: 8px; min-height: 158px; padding: 24px; border: 1px solid var(--trp-line); border-radius: var(--trp-radius); background: #fff; box-shadow: var(--trp-shadow); }
.trp-stats-grid span { color: var(--trp-navy-800); font-size: 42px; font-weight: 950; line-height: 1; }
.trp-stats-grid strong { font-size: 14px; }
.trp-stats-grid button { align-self: end; padding: 0; color: var(--trp-blue); font-size: 12px; font-weight: 800; text-align: left; }
.trp-module-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.trp-module-grid button { display: grid; grid-template-columns: 38px 1fr; gap: 3px 12px; padding: 18px; border: 1px solid var(--trp-line); border-radius: 12px; color: inherit; text-align: left; }
.trp-module-grid button:hover { border-color: #a9bee1; background: #f8fbff; }
.trp-module-grid button > span { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: #eaf1fc; color: var(--trp-blue); font-weight: 900; }
.trp-module-grid strong { font-size: 13px; }
.trp-module-grid small { color: var(--trp-muted); font-size: 10px; }
.trp-two-columns { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); align-items: start; gap: 22px; }
.trp-sticky-panel { position: sticky; top: 100px; }

.trp-form { display: grid; gap: 18px; }
.trp-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.trp-field { min-width: 0; }
.trp-field.is-wide { grid-column: 1 / -1; }
.trp-form textarea { resize: vertical; line-height: 1.55; }
.trp-form select { appearance: auto; }
.trp-form-actions { display: flex; justify-content: flex-end; padding-top: 18px; border-top: 1px solid var(--trp-line); }
.trp-form-narrow { max-width: 880px; }
.trp-switch { display: flex !important; align-items: center; gap: 10px; min-height: 42px; margin-top: 8px; }
.trp-switch input { position: absolute; opacity: 0; pointer-events: none; }
.trp-switch > span { position: relative; width: 44px; height: 24px; border-radius: 999px; background: #bfc8d5; transition: .2s; }
.trp-switch > span::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.2); transition: .2s; }
.trp-switch input:checked + span { background: var(--trp-green); }
.trp-switch input:checked + span::after { transform: translateX(20px); }

.trp-item-list { display: grid; }
.trp-item-list article { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 13px 0; border-top: 1px solid var(--trp-line); }
.trp-item-list article:first-child { border-top: 0; }
.trp-item-thumb { display: grid; place-items: center; width: 72px; height: 62px; border-radius: 9px; background: #eef2f7; overflow: hidden; }
.trp-item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.trp-item-thumb.is-logo { padding: 7px; background: #fff; border: 1px solid var(--trp-line); }
.trp-item-thumb.is-logo img { object-fit: contain; }
.trp-item-thumb b { color: var(--trp-blue); }
.trp-item-list article > div:nth-child(2) { display: grid; gap: 5px; min-width: 0; }
.trp-item-list article strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.trp-item-list article small { color: var(--trp-muted); font-size: 11px; }
.trp-row-actions { display: flex; align-items: center; gap: 10px; }
.trp-row-actions button, .trp-link-danger { padding: 0; color: var(--trp-blue); font-size: 11px; font-weight: 850; }
.trp-row-actions .trp-link-danger { color: #b91725; }
.trp-row-actions .trp-link-enable { color: #237a08; }
.trp-user-avatar { flex: none; width: 54px; height: 54px; }
.trp-user-list article { align-items: flex-start; }
.trp-user-list .trp-row-actions { max-width: 180px; flex-wrap: wrap; justify-content: flex-end; }
.trp-access-tags { display: flex !important; flex-wrap: wrap; gap: 6px !important; margin-top: 7px; }
.trp-access-tags span { display: inline-flex; padding: 5px 8px; border: 1px solid #d9e4f4; border-radius: 999px; background: #f3f7fd; color: #33577f; font-size: 9px; font-weight: 800; line-height: 1.2; }
.trp-permissions { display: grid; gap: 8px; margin: 0; padding: 16px; border: 1px solid var(--trp-line); border-radius: 12px; }
.trp-permissions legend { padding: 0 5px; font-size: 13px; font-weight: 900; }
.trp-permissions > label { display: flex; align-items: flex-start; gap: 10px; padding: 10px; border-radius: 8px; background: #f7f9fc; }
.trp-permissions > label > span { display: grid; gap: 2px; }
.trp-permissions small { color: var(--trp-muted); font-weight: 500; }
.trp-password-generator { display: grid; gap: 10px; margin: 0; padding: 16px; border: 1px solid #c9d9ef; border-radius: 12px; background: #f7faff; }
.trp-password-generator legend { padding: 0 5px; font-size: 13px; font-weight: 900; }
.trp-password-generator p { margin: 0; color: var(--trp-muted); font-size: 11px; line-height: 1.5; }
.trp-password-generator > div { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; }
.trp-password-generator input { margin: 0 !important; min-width: 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace !important; }
.trp-generated-credential { display: grid; grid-template-columns: minmax(0, 1fr) auto auto auto; align-items: center; gap: 14px; margin-bottom: 22px; padding: 17px 20px; border: 1px solid #b8dda9; border-radius: 13px; background: #f0faec; color: #245f13; box-shadow: var(--trp-shadow); }
.trp-generated-credential > div { display: grid; gap: 4px; }
.trp-generated-credential span { font-size: 10px; line-height: 1.4; }
.trp-generated-credential code { padding: 8px 11px; border-radius: 7px; background: #fff; color: #15360b; font-size: 13px; font-weight: 850; }
.trp-generated-credential button { color: #245f13; font-size: 12px; font-weight: 900; }
.trp-profile-details { display: grid; gap: 0; margin: 0 0 20px; }
.trp-profile-details > div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; padding: 13px 0; border-top: 1px solid var(--trp-line); }
.trp-profile-details dt { color: var(--trp-muted); font-size: 11px; font-weight: 800; }
.trp-profile-details dd { margin: 0; font-size: 13px; font-weight: 750; overflow-wrap: anywhere; }
.trp-readonly-note { padding: 16px; border: 1px solid #f1d89e; border-radius: 10px; background: #fff8e8; color: #745313; font-size: 12px; line-height: 1.55; }
.trp-collaborator-preview-banner { position: sticky; top: 0; z-index: 70; display: flex; align-items: center; justify-content: center; gap: 28px; min-height: 64px; padding: 11px 24px; border-bottom: 1px solid #e4bd58; background: #fff3cc; color: #5d4205; box-shadow: 0 8px 24px rgba(61,43,0,.12); }
.trp-collaborator-preview-banner > div { display: grid; gap: 2px; }
.trp-collaborator-preview-banner strong { font-size: 13px; }
.trp-collaborator-preview-banner span { font-size: 10px; line-height: 1.4; }
.trp-collaborator-preview-banner button { min-height: 36px; padding: 7px 13px; border-radius: 8px; background: #6e4c00 !important; color: #fff; font-size: 11px; font-weight: 900; white-space: nowrap; }
.trp-system-page.is-previewing .trp-sidebar { top: 64px; height: calc(100vh - 64px); }
.trp-search input { width: min(260px, 32vw); margin: 0; min-height: 40px; }

.trp-message-list { display: grid; gap: 10px; }
.trp-message-list details { border: 1px solid var(--trp-line); border-radius: 12px; overflow: hidden; }
.trp-message-list details.is-unread { border-left: 4px solid var(--trp-red); }
.trp-message-list summary { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 16px; cursor: pointer; list-style: none; }
.trp-message-list summary::-webkit-details-marker { display: none; }
.trp-message-list summary > span { width: 8px; height: 8px; border-radius: 50%; background: #b7c0cd; }
.trp-message-list .is-unread summary > span { background: var(--trp-red); }
.trp-message-list summary > div { display: grid; gap: 3px; }
.trp-message-list summary small, .trp-message-list time { color: var(--trp-muted); font-size: 11px; }
.trp-message-body { padding: 5px 22px 22px 38px; border-top: 1px solid var(--trp-line); background: #fafbfd; }
.trp-message-body p { line-height: 1.65; }
.trp-message-body dl { display: grid; grid-template-columns: 70px 1fr; gap: 5px 12px; font-size: 12px; }
.trp-message-body dt { font-weight: 850; }
.trp-message-body dd { margin: 0; }
.trp-media-preview { min-height: 330px; background: radial-gradient(circle at 90% 5%, #1b4c90, transparent 33%), var(--trp-navy-900); color: #fff; }
.trp-media-preview h2 { max-width: 520px; margin: 12px 0; font-family: var(--trp-heading); font-size: clamp(42px, 5vw, 72px); line-height: .9; text-transform: uppercase; }
.trp-media-preview p:not(.trp-kicker) { color: #bdc8d8; }
.trp-media-preview .trp-button { margin-top: 30px; }
.trp-sidebar-backdrop { display: none; }

@media (max-width: 1180px) {
  .trp-stats-grid, .trp-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trp-two-columns { grid-template-columns: 1fr; }
  .trp-sticky-panel { position: static; }
}

@media (max-width: 1020px) {
  .trp-community-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 860px) {
  .trp-auth-shell { grid-template-columns: 1fr; width: min(560px, calc(100% - 32px)); }
  .trp-auth-brand { display: none; }
  .trp-system-shell { display: block; }
  .trp-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 60; width: 280px; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 18px 0 50px rgba(0,0,0,.25); }
  .trp-sidebar.is-open { transform: translateX(0); }
  .trp-sidebar-backdrop { position: fixed; inset: 0; z-index: 50; display: block; background: rgba(2,11,25,.55) !important; }
  .trp-menu-toggle { display: block; }
  .trp-topbar { justify-content: flex-start; gap: 16px; padding-inline: 18px; }
  .trp-user-chip { margin-left: auto; }
  .trp-preview-chip { display: none; }
  .trp-content { padding: 28px 18px; }
  .trp-system-footer { padding-inline: 18px; }
}

@media (max-width: 760px) {
  .trp-community-points { grid-template-columns: 1fr; }
  .trp-onair-brand { grid-template-columns: 62px 1fr; }
  .trp-onair-brand img { width: 62px; }
  .trp-preview-player > button { width: 65px; height: 65px; }
  .trp-brand { width: 220px; }
  .trp-brand img { width: 54px; height: 54px; }
  .trp-brand strong { font-size: 16px; }
}

@media (max-width: 620px) {
  .trp-auth-card { padding: 28px 22px; }
  .trp-page-heading { align-items: flex-start; flex-direction: column; }
  .trp-stats-grid, .trp-module-grid, .trp-form-grid { grid-template-columns: 1fr; }
  .trp-field.is-wide { grid-column: auto; }
  .trp-user-chip > div { display: none; }
  .trp-item-list article { grid-template-columns: 58px minmax(0, 1fr); }
  .trp-item-thumb { width: 58px; height: 54px; }
  .trp-row-actions { grid-column: 2; justify-content: flex-start; }
  .trp-user-list .trp-row-actions { max-width: none; justify-content: flex-start; }
  .trp-password-generator > div { grid-template-columns: 1fr; }
  .trp-generated-credential { grid-template-columns: 1fr auto; }
  .trp-generated-credential > div, .trp-generated-credential code { grid-column: 1 / -1; }
  .trp-collaborator-preview-banner { align-items: stretch; flex-direction: column; gap: 8px; padding: 10px 14px; }
  .trp-collaborator-preview-banner button { align-self: flex-start; }
  .trp-system-page.is-previewing .trp-sidebar { top: 104px; height: calc(100vh - 104px); }
  .trp-profile-details > div { grid-template-columns: 1fr; gap: 5px; }
  .trp-message-list summary { grid-template-columns: 8px 1fr; }
  .trp-message-list time { grid-column: 2; }
  .trp-message-body { padding-left: 20px; }
  .trp-search input { width: 100%; }
  .trp-panel-heading { align-items: flex-start; flex-direction: column; }
}

/* WordPress package adjustments. */
.trp-cookie-banner[hidden], .trp-form-message[hidden], .trp-video-message[hidden] { display: none !important; }
.trp-cookie-banner > button { flex: none; min-height: 42px; padding: 9px 16px; border: 0; border-radius: 4px; background: var(--trp-red); color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.trp-video-message { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 12px; border-radius: 6px; background: rgba(2,10,22,.88); color: #fff; font-size: 12px; text-align: center; }
.trp-commercial-form { grid-template-columns: 1fr; margin-top: 34px; }
.trp-commercial-form > .trp-form-message, .trp-commercial-form > .trp-consent, .trp-commercial-form > button { grid-column: 1; }
.trp-commercial-form > button { justify-self: end; min-height: 50px; padding: 12px 24px; border: 0; border-radius: 4px; background: var(--trp-red); color: #fff; font-size: 12px; font-weight: 950; text-transform: uppercase; }
.trp-social-networks a { text-decoration: none; }

/* Approved home revisions: live HLS, program roll, Instagram and larger platform logos. */
.trp-main-nav a,
.trp-system-nav button { text-transform: uppercase; letter-spacing: .045em; }

/* Simplified live-first home and commercial contact requested for this revision. */
.trp-hero { min-height: 0; padding: clamp(34px, 5vw, 68px) 0; }
.trp-hero-grid { display: block; max-width: 1180px; }
.trp-player-card { width: 100%; margin-inline: auto; transform: none; }
#programacao,
#instagram,
#sintonize,
#aplicativo,
#comercial,
#contato { scroll-margin-top: 104px; }

.trp-commercial-points { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 22px 0 0; padding: 0; list-style: none; color: #fff; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.trp-commercial-points li { position: relative; padding-left: 17px; }
.trp-commercial-points li::before { content: ""; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.trp-advertise-actions { flex: none; display: grid; gap: 12px; width: min(100%, 330px); }
.trp-advertise-actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 58px; padding: 16px 19px; border: 1px solid rgba(255,255,255,.7); background: #fff; color: var(--trp-red); font-size: 12px; font-weight: 950; text-decoration: none; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.trp-advertise-actions a:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(57,0,9,.2); }
.trp-advertise-actions a.is-whatsapp { border-color: #1f8f3c; background: #168a37; color: #fff; }
.trp-advertise-actions svg { flex: none; width: 22px; height: 22px; }
.trp-advertise-actions a:first-child svg { transform: rotate(90deg); }

.trp-footer-socials { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 17px; }
.trp-footer-socials a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; text-decoration: none; transition: border-color .2s, background .2s, transform .2s; }
.trp-footer-socials a:hover { transform: translateY(-2px); border-color: var(--trp-red); background: var(--trp-red); }
.trp-footer-socials svg { width: 20px; height: 20px; }
.trp-footer-system { color: #adbacd; font-size: 11px; font-weight: 800; text-decoration: none; }
.trp-footer-commercial { display: grid; gap: 10px; }
.trp-footer-commercial > a:last-child { color: #fff; font-size: 12px; font-weight: 850; text-decoration: none; text-transform: uppercase; }

.trp-mail-copy { margin: -12px 0 24px; padding: 12px 15px; border: 1px solid #bed0eb; border-radius: 10px; background: #f2f7ff; color: #234b86; font-size: 11px; font-weight: 900; letter-spacing: .035em; }
.trp-update-list { display: grid; }
.trp-update-list article { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 0; border-top: 1px solid var(--trp-line); }
.trp-update-list article:first-child { border-top: 0; }
.trp-update-list article > div { display: grid; gap: 4px; }
.trp-update-list strong { font-size: 14px; }
.trp-update-list small { color: var(--trp-muted); font-size: 11px; line-height: 1.45; }
.trp-status-ok { flex: none; padding: 7px 9px; border-radius: 999px; background: #eaf8e5; color: #2b7711; font-size: 9px; font-weight: 950; letter-spacing: .06em; }
.trp-security-panel { background: #f8faff; }
.trp-security-panel ul { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; border: 1px solid var(--trp-line); border-radius: 12px; overflow: hidden; }
.trp-security-panel li { display: grid; gap: 3px; padding: 14px; background: #fff; }
.trp-security-panel li + li { border-top: 1px solid var(--trp-line); }
.trp-security-panel li strong { font-size: 12px; }
.trp-security-panel li span { color: var(--trp-muted); font-size: 11px; line-height: 1.45; }
.trp-security-panel > p { margin: 18px 0 0; color: var(--trp-muted); font-size: 11px; line-height: 1.6; }

.trp-live-player,
.trp-live-player video { width: 100%; height: 100%; }
.trp-live-player { position: absolute; inset: 0; background: #000; }
.trp-live-player video { display: block; object-fit: contain; background: #000; }
.trp-live-player-status { position: absolute; z-index: 2; right: 16px; bottom: 58px; display: inline-flex; align-items: center; gap: 8px; max-width: calc(100% - 32px); padding: 7px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 4px; background: rgba(2,10,22,.76); color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; pointer-events: none; backdrop-filter: blur(8px); }
.trp-live-player-status > span { flex: none; width: 7px; height: 7px; border-radius: 50%; background: var(--trp-red); box-shadow: 0 0 0 4px rgba(236,24,43,.22); animation: trp-pulse 1.8s infinite; }

.trp-programming { padding-inline: 0; }
.trp-programming-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr); align-items: end; gap: 40px; margin-bottom: 48px; }
.trp-programming-heading .trp-eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.trp-programming-heading h2 { max-width: 930px; }
.trp-programming-heading > p:last-child { max-width: 460px; margin: 0; color: #aebbd0; font-size: 16px; }
.trp-program-roll { width: 100%; overflow-x: hidden; outline: none; mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.trp-program-track { display: flex; gap: 18px; width: max-content; padding: 8px 0 22px; animation: trp-program-roll 46s linear infinite; will-change: transform; }
.trp-program-roll:hover .trp-program-track,
.trp-program-roll:focus .trp-program-track,
.trp-program-roll:focus-within .trp-program-track { animation-play-state: paused; }
.trp-program-track article { flex: 0 0 230px; min-width: 0; }
.trp-program-track article > div { display: grid; place-items: center; aspect-ratio: 1.35; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: #fff; box-shadow: 0 16px 36px rgba(0,0,0,.18); }
.trp-program-track img { width: 100%; height: 100%; object-fit: contain; }
.trp-program-track h3 { min-height: 45px; margin: 13px 0 0; padding: 0 4px; color: #fff; font-size: 14px; line-height: 1.25; text-align: center; text-transform: uppercase; }
@keyframes trp-program-roll { to { transform: translateX(calc(-50% - 9px)); } }

.trp-social-section { background: #f5f7fa; }
.trp-instagram-heading { margin-bottom: 34px; }
.trp-instagram-heading > div { max-width: 980px; }
.trp-instagram-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.trp-instagram-card { position: relative; display: block; aspect-ratio: 1; overflow: hidden; border-radius: 8px; background: linear-gradient(135deg, #4c1d95, #d51c63 58%, #ff7a28); color: #fff; text-decoration: none; isolation: isolate; }
.trp-instagram-card::after { content: ""; position: absolute; z-index: 1; inset: 32% 0 0; background: linear-gradient(transparent, rgba(2,6,14,.9)); pointer-events: none; }
.trp-instagram-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.trp-instagram-card:hover > img { transform: scale(1.035); }
.trp-instagram-card.is-fallback > img { width: 44%; height: 44%; margin: 23% auto; object-fit: contain; filter: brightness(0) invert(1); opacity: .88; }
.trp-instagram-type { position: absolute; z-index: 2; top: 12px; right: 12px; display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 4px; background: rgba(2,8,20,.72); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.trp-instagram-type svg { width: 15px; height: 15px; }
.trp-instagram-caption { position: absolute; z-index: 2; right: 16px; bottom: 15px; left: 16px; display: -webkit-box; overflow: hidden; color: #fff; font-size: 12px; font-weight: 750; line-height: 1.42; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.trp-instagram-actions { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 18px; color: var(--trp-muted); font-size: 11px; }
.trp-instagram-actions a { color: var(--trp-red); font-weight: 900; letter-spacing: .04em; text-decoration: none; }
.trp-social-networks { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 50px; padding: 24px 0; border-top: 1px solid var(--trp-line); border-bottom: 1px solid var(--trp-line); }
.trp-social-networks > strong { font-size: 12px; letter-spacing: .1em; }
.trp-social-networks > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.trp-social-networks a { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 9px 14px; border: 1px solid var(--trp-line); border-radius: 7px; background: #fff; color: var(--trp-ink); font-size: 11px; font-weight: 850; text-decoration: none; transition: border-color .2s, transform .2s, box-shadow .2s; }
.trp-social-networks a:hover { transform: translateY(-2px); border-color: #b6c3d6; box-shadow: 0 8px 18px rgba(8,28,58,.08); }
.trp-social-networks svg { width: 20px; height: 20px; color: var(--trp-red); }

.trp-platform-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.trp-platform-grid > a,
.trp-platform-grid > div { min-height: 158px; padding: 24px; }
.trp-platform-grid img { max-width: 188px; height: 88px; }

.trp-store-buttons { align-items: center; gap: 12px; }
.trp-store-buttons a { display: block; width: auto; min-width: 0; height: 56px; padding: 0; border: 0; border-radius: 0; background: transparent; }
.trp-store-buttons a:first-child { height: 54px; }
.trp-store-buttons img { width: auto; height: 100%; max-width: 215px; object-fit: contain; }

.trp-upload-file { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; border: 1px solid #bfe4b0; border-radius: 10px; background: #f0faec; color: #286c11; font-size: 12px; }
.trp-upload-file span { color: #4d7650; }
.trp-field > small { display: block; margin-top: 7px; color: var(--trp-muted); font-size: 11px; font-weight: 500; }

@media (max-width: 1220px) {
  .trp-platform-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .trp-instagram-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1020px) {
  .trp-programming-heading { grid-template-columns: 1fr; }
  .trp-programming-heading .trp-eyebrow { grid-column: auto; margin-bottom: -8px; }
  .trp-platform-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .trp-hero { padding: 24px 0; }
  .trp-player-card { margin-inline: 0; }
  #programacao,
  #instagram,
  #sintonize,
  #aplicativo,
  #comercial,
  #contato { scroll-margin-top: 84px; }
  .trp-advertise-actions { width: 100%; }
  .trp-advertise-actions a { width: 100%; }
  .trp-live-player-status { right: 10px; bottom: 51px; left: 10px; width: max-content; max-width: calc(100% - 20px); font-size: 8px; }
  .trp-programming-heading { gap: 22px; margin-bottom: 34px; }
  .trp-program-track article { flex-basis: 190px; }
  .trp-program-track article > div { padding: 15px; }
  .trp-instagram-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .trp-instagram-caption { right: 10px; bottom: 10px; left: 10px; font-size: 10px; -webkit-line-clamp: 2; }
  .trp-instagram-type { top: 8px; right: 8px; }
  .trp-instagram-actions { align-items: flex-start; flex-direction: column; }
  .trp-social-networks { align-items: flex-start; flex-direction: column; }
  .trp-social-networks > div { justify-content: flex-start; }
  .trp-platform-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
  .trp-platform-grid > a,
  .trp-platform-grid > div { min-height: 120px; padding: 16px; }
  .trp-platform-grid img { height: 68px; }
  .trp-store-buttons { align-items: flex-start; flex-direction: row; }
  .trp-store-buttons a { width: auto; height: 48px; }
  .trp-store-buttons a:first-child { height: 46px; }
}

@media (max-width: 520px) {
  .trp-update-list article { align-items: flex-start; flex-direction: column; }
  .trp-platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trp-platform-grid > a,
  .trp-platform-grid > div { min-height: 112px; padding: 14px; }
  .trp-platform-grid img { height: 62px; }
  .trp-store-buttons { flex-direction: column; }
  .trp-social-networks a span { display: none; }
  .trp-social-networks a { justify-content: center; width: 44px; padding-inline: 0; }
  .trp-upload-file { align-items: flex-start; flex-direction: column; }
}

/* Credential access, rich newsletter and versioned update workflows. */
.trp-auth-page { display: grid; place-items: center; padding: 24px; }
.trp-auth-page > .trp-auth-card { z-index: 1; width: min(100%, 520px); }
.trp-auth-card > .trp-auth-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 34px; color: var(--trp-navy-950); text-decoration: none; }
.trp-auth-card > .trp-auth-brand img { width: 54px; height: 54px; margin: 0; object-fit: contain; }
.trp-auth-card > .trp-auth-brand span { display: grid; gap: 2px; color: var(--trp-navy-950); font-size: 16px; letter-spacing: -.01em; }
.trp-auth-card > .trp-auth-brand small { color: #728098; font-size: 9px; letter-spacing: .13em; }
.trp-auth-card h1 { margin: 9px 0 14px; font-family: var(--trp-heading); font-size: clamp(42px, 8vw, 62px); line-height: .92; text-transform: uppercase; }
.trp-auth-card > p:not(.trp-kicker) { margin: 0 0 26px; color: var(--trp-muted); font-size: 14px; line-height: 1.6; }
.trp-auth-form { gap: 15px !important; }
.trp-auth-notice { padding: 12px 14px; border: 1px solid #bfe4b0; border-radius: 8px; background: #f0faec; color: #286c11; font-size: 12px; line-height: 1.5; }
.trp-auth-notice.is-error { border-color: #f3bbc1; background: #fff0f2; color: #9c1724; }
.trp-auth-link { border: 0; background: transparent; cursor: pointer; }
.trp-auth-back { display: block; margin-top: 28px; color: var(--trp-muted); font-size: 12px; font-weight: 750; text-align: center; text-decoration: none; }
.trp-password-help { color: var(--trp-muted); font-size: 10px; line-height: 1.45; }

.trp-button.is-danger { border-color: #f3bbc1 !important; background: #fff0f2 !important; color: #a11826; }
.trp-inline-reply { display: grid; gap: 12px; margin-top: 20px; padding: 18px; border: 1px solid #cbd9ed; border-radius: 10px; background: #f7faff; }
.trp-inline-reply label { color: var(--trp-ink); font-size: 12px; font-weight: 850; }
.trp-inline-reply textarea { width: 100%; margin-top: 8px; padding: 12px; border: 1px solid var(--trp-line); border-radius: 8px; background: #fff; color: var(--trp-ink); font: inherit; resize: vertical; }
.trp-saved-reply { display: grid; gap: 7px; margin: 18px 0 0; padding: 15px; border-left: 4px solid var(--trp-green); background: #f3faef; color: #3b4d3a; font-size: 12px; line-height: 1.6; white-space: pre-wrap; }

.trp-newsletter-editor { grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); }
.trp-newsletter-media-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 14px; border: 1px solid var(--trp-line); border-radius: 10px; background: #f7f9fc; }
.trp-newsletter-media-preview img,
.trp-newsletter-media-preview video { display: block; width: 100%; height: 190px; border-radius: 7px; background: #091329; object-fit: contain; }
.trp-smtp-settings { margin-bottom: 22px; padding: 0; overflow: hidden; }
.trp-smtp-settings > summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 22px; cursor: pointer; list-style: none; }
.trp-smtp-settings > summary::-webkit-details-marker { display: none; }
.trp-smtp-settings > summary span { display: grid; gap: 4px; }
.trp-smtp-settings > summary small { color: var(--trp-red); font-size: 8px; font-weight: 950; letter-spacing: .1em; }
.trp-smtp-settings > summary strong { color: var(--trp-ink); font-size: 17px; }
.trp-smtp-settings > summary b { padding: 6px 9px; border-radius: 999px; background: #fff0f2; color: #a11826; font-size: 8px; letter-spacing: .07em; }
.trp-smtp-settings > summary b.is-saved { background: #fff6df; color: #8a5b00; }
.trp-smtp-settings > summary b.is-connected { background: #edf8e8; color: #2b6d17; }
.trp-smtp-settings > form { padding: 20px 22px 22px; border-top: 1px solid var(--trp-line); background: #fbfcfe; }
.trp-smtp-readonly { margin-bottom: 22px; color: var(--trp-muted); font-size: 12px; }
.trp-campaign-table article > div:first-child { min-width: 0; }
.trp-campaign-table .trp-row-actions { margin-top: 8px; }
.trp-campaign-table .trp-row-actions button { color: var(--trp-blue); font-size: 10px; font-weight: 850; }
.trp-campaign-table .trp-row-actions button.trp-link-danger { color: #b91725; }

.trp-update-packages { align-items: start; margin-bottom: 28px; }
.trp-package-list { display: grid; }
.trp-package-list article { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 18px; padding: 17px 0; border-top: 1px solid var(--trp-line); }
.trp-package-list article:first-child { border-top: 0; }
.trp-package-list article > div:first-child { display: grid; gap: 5px; min-width: 0; }
.trp-package-list strong { font-size: 14px; }
.trp-package-list small { overflow-wrap: anywhere; color: var(--trp-muted); font-size: 10px; line-height: 1.55; }
.trp-package-list p { margin: 5px 0 0; color: #46536a; font-size: 11px; line-height: 1.55; }
.trp-package-list .trp-row-actions { grid-column: 1 / -1; }
.trp-package-list .trp-row-actions a,
.trp-package-list .trp-row-actions button { color: var(--trp-blue); font-size: 10px; font-weight: 850; text-decoration: none; }
.trp-package-list .trp-row-actions .trp-link-danger { color: #b91725; }
.trp-section-title { margin: 36px 0 18px; font-size: 22px; }
.trp-media-preview small { display: block; margin: -8px 0 22px; color: var(--trp-muted); font-size: 10px; }

@media (max-width: 1180px) {
  .trp-newsletter-editor { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .trp-newsletter-media-preview { grid-template-columns: 1fr; }
  .trp-campaign-table article { grid-template-columns: 1fr auto; }
  .trp-campaign-table article > span { grid-column: 1 / -1; }
  .trp-package-list article { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .trp-program-roll { overflow-x: auto; mask-image: none; }
  .trp-program-track { animation: none; }
  .trp-program-track article[aria-hidden="true"] { display: none; }
}

/* Commercial, newsletter, legal and affiliation additions. */
.trp-programming-heading { grid-template-columns: minmax(0, 1fr); }
.trp-programming-heading .trp-eyebrow { margin-bottom: -18px; }
.trp-programming-heading h2 { max-width: 1050px; }

.trp-platform-grid > a,
.trp-platform-grid > div { min-height: 184px; padding: 28px; }
.trp-platform-grid img { width: 100%; max-width: 210px; height: 106px; object-fit: contain; }

.trp-store-buttons { gap: 14px; }
.trp-store-buttons a,
.trp-store-buttons a:first-child { display: grid; place-items: center; width: 190px; height: 58px; overflow: visible; }
.trp-store-buttons img { width: 100%; height: 100%; max-width: none; object-fit: contain; }
.trp-store-buttons a:nth-child(2) img { transform: scale(1.03); }

.trp-social-networks a[data-network],
.trp-footer-socials a[data-network] { border: 0; color: #fff; }
.trp-social-networks a[data-network="instagram"],
.trp-footer-socials a[data-network="instagram"] { background: linear-gradient(135deg, #7148db, #d92c72 53%, #ff7a2e); }
.trp-social-networks a[data-network="facebook"],
.trp-footer-socials a[data-network="facebook"] { background: #1877f2; }
.trp-social-networks a[data-network="youtube"],
.trp-footer-socials a[data-network="youtube"] { background: #ff0033; }
.trp-social-networks a[data-network="whatsapp"],
.trp-footer-socials a[data-network="whatsapp"] { background: #18aa55; }
.trp-social-networks a[data-network] svg { color: #fff; }
.trp-social-networks a[data-network]:hover,
.trp-footer-socials a[data-network]:hover { border-color: transparent; filter: saturate(1.15) brightness(1.06); }
.trp-footer-socials a { width: 44px; height: 44px; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.trp-footer-socials svg { width: 22px; height: 22px; }

.trp-advertise > .trp-container { display: grid; gap: 42px; }
.trp-advertise-intro { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.trp-commercial-form { display: grid; grid-template-columns: minmax(270px, .48fr) minmax(0, 1.52fr); gap: 26px 38px; padding: clamp(24px, 4vw, 44px); border-radius: 10px; background: #fff; color: var(--trp-ink); box-shadow: 0 24px 70px rgba(79,0,10,.24); }
.trp-commercial-form-heading { align-self: start; }
.trp-commercial-form-heading .trp-eyebrow { margin-bottom: 12px; color: var(--trp-red); }
.trp-commercial-form-heading h3 { margin: 0 0 14px; font-family: var(--trp-heading); font-size: clamp(38px, 4vw, 58px); line-height: .92; text-transform: uppercase; }
.trp-advertise .trp-commercial-form-heading > p:last-child { margin: 0; color: var(--trp-muted); font-size: 14px; line-height: 1.65; }
.trp-commercial-form-heading a { color: var(--trp-red); font-weight: 850; }
.trp-commercial-form > .trp-form-message { grid-column: 2; }
.trp-commercial-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.trp-commercial-fields label { color: var(--trp-muted); font-size: 11px; font-weight: 800; }
.trp-commercial-fields label.is-wide { grid-column: 1 / -1; }
.trp-commercial-fields input,
.trp-commercial-fields select,
.trp-commercial-fields textarea { width: 100%; min-height: 49px; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--trp-line); border-radius: 4px; background: #fff; color: var(--trp-ink); outline: none; }
.trp-commercial-fields textarea { resize: vertical; }
.trp-commercial-fields input:focus,
.trp-commercial-fields select:focus,
.trp-commercial-fields textarea:focus { border-color: var(--trp-red); box-shadow: 0 0 0 3px rgba(236,24,43,.1); }
.trp-commercial-form-footer { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.trp-commercial-form-footer .trp-consent { max-width: 540px; }
.trp-commercial-form-footer .trp-consent a { color: var(--trp-red); font-weight: 850; }
.trp-commercial-form-footer > button { flex: none; min-height: 50px; padding: 12px 23px; border: 0; border-radius: 4px; background: var(--trp-red); color: #fff; font-size: 12px; font-weight: 950; text-transform: uppercase; }

.trp-newsletter { position: relative; overflow: hidden; padding: clamp(62px, 7vw, 92px) 0; background: radial-gradient(circle at 88% 15%, #174d94, transparent 34%), var(--trp-navy-900); color: #fff; }
.trp-newsletter::after { content: ""; position: absolute; right: 0; bottom: 0; width: 42%; height: 4px; background: linear-gradient(90deg, var(--trp-orange), var(--trp-green), var(--trp-blue)); }
.trp-newsletter-grid { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr); align-items: center; gap: clamp(45px, 8vw, 110px); }
.trp-newsletter h2 { max-width: 650px; margin: 0 0 18px; font-family: var(--trp-heading); font-size: clamp(48px, 5vw, 76px); line-height: .9; text-transform: uppercase; }
.trp-newsletter-grid > div > p:last-child { max-width: 570px; margin: 0; color: #b9c7da; }
.trp-newsletter form { display: grid; gap: 15px; padding: clamp(22px, 3vw, 32px); border: 1px solid rgba(255,255,255,.16); border-radius: 9px; background: rgba(2,10,22,.54); backdrop-filter: blur(12px); }
.trp-newsletter-fields { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 10px; align-items: end; }
.trp-newsletter-fields label { color: #c8d4e3; font-size: 10px; font-weight: 850; }
.trp-newsletter-fields input { width: 100%; min-height: 49px; margin-top: 6px; padding: 11px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; background: rgba(255,255,255,.08); color: #fff; outline: none; }
.trp-newsletter-fields input:focus { border-color: #fff; background: rgba(255,255,255,.12); }
.trp-newsletter-fields button { min-height: 49px; padding: 11px 17px; border: 0; border-radius: 4px; background: var(--trp-red); color: #fff; font-size: 11px; font-weight: 950; text-transform: uppercase; white-space: nowrap; }
.trp-newsletter .trp-consent { color: #9fb0c8; }
.trp-newsletter .trp-consent a { color: #fff; font-weight: 800; }

.trp-affiliations { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 30px; margin-top: 54px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.16); }
.trp-affiliations > h2 { margin: 0; color: #fff; font-size: 12px; letter-spacing: .16em; }
.trp-affiliations > div { display: flex; flex-wrap: wrap; gap: 18px; }
.trp-affiliations figure { display: grid; grid-template-columns: 92px minmax(0, auto); align-items: center; gap: 13px; min-width: 190px; margin: 0; padding: 10px 16px 10px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: rgba(255,255,255,.06); }
.trp-affiliations figure img { width: 92px; height: 74px; padding: 4px; border-radius: 5px; background: #fff; object-fit: contain; }
.trp-affiliations figcaption { color: #c7d1df; font-size: 11px; font-weight: 800; line-height: 1.3; }
.trp-footer-bottom { align-items: center; }
.trp-footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; }
.trp-footer-bottom nav a { color: #a8b5c8; text-decoration: none; }
.trp-footer-bottom nav a:hover { color: #fff; }

.trp-cookie-banner { position: fixed; z-index: 500; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(1180px, calc(100% - 36px)); margin-inline: auto; padding: 20px 22px; border: 1px solid #d9e0e9; border-radius: 10px; background: rgba(255,255,255,.98); color: var(--trp-ink); box-shadow: 0 24px 70px rgba(1,10,25,.25); }
.trp-cookie-banner > div:first-child { max-width: 720px; }
.trp-cookie-banner strong { font-size: 15px; }
.trp-cookie-banner p { margin: 5px 0 0; color: var(--trp-muted); font-size: 12px; line-height: 1.55; }
.trp-cookie-banner a { color: var(--trp-blue); font-weight: 800; }
.trp-cookie-actions { flex: none; display: flex; align-items: center; gap: 8px; }
.trp-cookie-actions button { min-height: 42px; padding: 9px 13px; border: 1px solid var(--trp-line); border-radius: 4px; background: #fff; color: var(--trp-ink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.trp-cookie-actions button.is-primary { border-color: var(--trp-red); background: var(--trp-red); color: #fff; }
.trp-cookie-actions button.is-text { border-color: transparent; color: var(--trp-blue); }
.trp-cookie-preferences { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.trp-cookie-preferences span { display: grid; gap: 2px; padding: 10px; border-radius: 5px; background: #f4f7fb; }
.trp-cookie-preferences b { font-size: 11px; }
.trp-cookie-preferences small { color: var(--trp-muted); font-size: 10px; }

.trp-legal-page { min-height: 100vh; background: #fff; color: var(--trp-ink); font-family: var(--trp-body); }
.trp-legal-header { background: var(--trp-navy-950); color: #fff; }
.trp-legal-header > div { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 96px; }
.trp-legal-header > div > a:last-child { color: #dbe4f0; font-size: 11px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.trp-legal-page main { padding: clamp(62px, 8vw, 110px) 0; }
.trp-legal-grid { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr); align-items: start; gap: clamp(55px, 9vw, 135px); }
.trp-legal-grid > header { position: sticky; top: 40px; }
.trp-legal-grid h1 { margin: 0 0 24px; font-family: var(--trp-heading); font-size: clamp(60px, 7vw, 104px); line-height: .86; text-transform: uppercase; }
.trp-legal-grid > header > p:not(.trp-eyebrow) { color: var(--trp-muted); font-size: 16px; line-height: 1.65; }
.trp-legal-grid > header small { display: block; margin-top: 28px; color: #7d899a; font-size: 10px; text-transform: uppercase; }
.trp-legal-grid article { max-width: 850px; }
.trp-legal-grid article section { padding: 0 0 30px; border-bottom: 1px solid var(--trp-line); }
.trp-legal-grid article section + section { padding-top: 30px; }
.trp-legal-grid article h2 { margin: 0 0 12px; font-size: 24px; }
.trp-legal-grid article h3 { margin: 22px 0 6px; font-size: 15px; }
.trp-legal-grid article p { color: #4e5b6e; font-size: 15px; line-height: 1.8; }
.trp-legal-grid article a { color: var(--trp-blue); font-weight: 750; }
.trp-legal-note { margin-top: 32px; padding: 16px; border-left: 4px solid var(--trp-orange); background: #fff7ed; color: #7c4c1f !important; font-size: 12px !important; }
.trp-legal-footer { padding: 25px 0; background: var(--trp-navy-950); color: #8898ad; font-size: 11px; }
.trp-legal-footer > div { display: flex; justify-content: space-between; gap: 20px; }
.trp-legal-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.trp-legal-footer a { color: #c5cfdd; text-decoration: none; }

.trp-stats-grid { grid-template-columns: repeat(3, 1fr); }
.trp-mail-copy.is-commercial { border-color: #f0c5ca; background: #fff3f4; color: #9a1a27; }
.trp-newsletter-admin { grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); }
.trp-subscriber-list { display: grid; }
.trp-subscriber-list article { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto auto; align-items: center; gap: 14px; padding: 14px 0; border-top: 1px solid var(--trp-line); }
.trp-subscriber-list article:first-child { border-top: 0; }
.trp-subscriber-list article > div:nth-child(2) { display: grid; gap: 4px; min-width: 0; }
.trp-subscriber-list strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.trp-subscriber-list small { color: var(--trp-muted); font-size: 10px; line-height: 1.55; }
.trp-subscriber-list time { color: var(--trp-muted); font-size: 10px; }
.trp-subscriber-list button { color: var(--trp-blue); font-size: 10px; font-weight: 850; }
.trp-subscriber-list button.trp-link-danger { color: #b91725; }
.trp-subscriber-list button.trp-link-enable { color: #237a08; }
.trp-channel-options { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 15px; border: 1px solid var(--trp-line); border-radius: 10px; }
.trp-channel-options legend { padding: 0 5px; font-size: 12px; font-weight: 900; }
.trp-channel-options label { display: flex; align-items: center; gap: 7px; min-width: 120px; }
.trp-form-help { margin: -8px 0 0; color: var(--trp-muted); font-size: 10px; line-height: 1.5; }
.trp-campaign-history { display: grid; gap: 7px; padding-top: 15px; border-top: 1px solid var(--trp-line); }
.trp-campaign-history strong { font-size: 11px; text-transform: uppercase; }
.trp-campaign-history span { color: var(--trp-muted); font-size: 10px; }
.trp-notice.is-error { border: 1px solid #f3bbc1; background: #fff0f2; color: #9c1724; }

@media (max-width: 1180px) {
  .trp-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trp-newsletter-admin { grid-template-columns: 1fr; }
}

@media (max-width: 1020px) {
  .trp-commercial-form { grid-template-columns: 1fr; }
  .trp-commercial-form > .trp-form-message,
  .trp-commercial-form-footer { grid-column: auto; }
  .trp-newsletter-grid { grid-template-columns: 1fr; }
  .trp-newsletter-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trp-cookie-banner { align-items: flex-start; flex-direction: column; gap: 16px; }
  .trp-cookie-actions { width: 100%; justify-content: flex-end; }
  .trp-legal-grid { grid-template-columns: 1fr; }
  .trp-legal-grid > header { position: static; }
}

@media (max-width: 760px) {
  .trp-advertise-intro { align-items: flex-start; flex-direction: column; }
  .trp-commercial-fields { grid-template-columns: 1fr; }
  .trp-commercial-fields label.is-wide { grid-column: auto; }
  .trp-commercial-form-footer { align-items: stretch; flex-direction: column; }
  .trp-newsletter-fields { grid-template-columns: 1fr; }
  .trp-newsletter-fields button { width: 100%; }
  .trp-affiliations { grid-template-columns: 1fr; }
  .trp-affiliations > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trp-affiliations figure { display: grid; grid-template-columns: 1fr; min-width: 0; padding: 8px; text-align: center; }
  .trp-affiliations figure img { width: 100%; height: 82px; }
  .trp-footer-bottom nav { justify-content: flex-start; }
  .trp-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .trp-cookie-actions .is-text { grid-column: 1 / -1; }
  .trp-cookie-actions button { width: 100%; }
  .trp-legal-header > div { min-height: 82px; }
  .trp-legal-header .trp-brand { width: 205px; }
  .trp-legal-header > div > a:last-child { font-size: 9px; }
  .trp-legal-footer > div { align-items: flex-start; flex-direction: column; }
  .trp-subscriber-list article { grid-template-columns: 48px minmax(0, 1fr); }
  .trp-subscriber-list time,
  .trp-subscriber-list button { grid-column: 2; justify-self: start; }
}

@media (max-width: 520px) {
  .trp-platform-grid > a,
  .trp-platform-grid > div { min-height: 126px; padding: 13px; }
  .trp-platform-grid img { height: 74px; }
  .trp-store-buttons { flex-direction: row; width: 100%; }
  .trp-store-buttons a,
  .trp-store-buttons a:first-child { width: min(48%, 175px); height: 52px; }
  .trp-cookie-banner { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); max-height: calc(100vh - 20px); overflow-y: auto; padding: 16px; }
  .trp-cookie-preferences { grid-template-columns: 1fr; }
  .trp-legal-grid h1 { font-size: clamp(52px, 18vw, 82px); }
}

/* Refinements approved in the latest visual review. */
.trp-platform-grid > a,
.trp-platform-grid > div { min-height: 196px; padding: 20px; }
.trp-platform-grid img { width: 100%; max-width: 230px; height: 122px; object-fit: contain; }

.trp-store-buttons { display: block; width: min(100%, 429px); margin-top: 32px; }
.trp-store-badges { position: relative; width: 100%; aspect-ratio: 429 / 103; overflow: hidden; }
.trp-store-badges > img { width: 100%; height: 100%; object-fit: contain; }
.trp-store-badges > a { position: absolute; top: 17%; bottom: 16%; display: block; height: auto; padding: 0; border: 0; background: transparent; }
.trp-store-badges > a.is-apple { left: 2.8%; width: 44.5%; }
.trp-store-badges > a.is-google { right: 4.3%; width: 45.7%; }
.trp-store-badges > a:focus-visible { border-radius: 10px; outline: 3px solid #fff; outline-offset: 3px; }

.trp-footer-grid { grid-template-columns: 1.28fr .72fr .78fr 1.35fr; gap: clamp(30px, 4vw, 58px); }
.trp-footer-affiliations > h2 { margin: 0 0 17px; }
.trp-footer-affiliations > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 12px; }
.trp-footer-affiliations a { position: relative; display: block; border-radius: 10px; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.trp-footer-affiliations a::after { content: "↗"; position: absolute; top: 5px; right: 7px; color: #fff; font-size: 13px; opacity: 0; transform: translate(-3px, 3px); transition: opacity .2s ease, transform .2s ease; }
.trp-footer-affiliations a:hover, .trp-footer-affiliations a:focus-visible { transform: translateY(-4px); background: rgba(255,255,255,.08); box-shadow: 0 12px 24px rgba(0,0,0,.2); outline: none; }
.trp-footer-affiliations a:hover::after, .trp-footer-affiliations a:focus-visible::after { opacity: 1; transform: translate(0, 0); }
.trp-footer-affiliations figure { display: grid; place-items: center; min-width: 0; min-height: 96px; margin: 0; background: transparent; }
.trp-footer-affiliations img { width: 100%; height: 86px; background: transparent; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.2)); }
.trp-footer-affiliations .is-com-brasil img { width: 84px; height: 84px; border-radius: 50%; clip-path: circle(48% at 50% 50%); }
.trp-footer-affiliations .is-abccom img { height: 92px; }
.trp-affiliation-admin-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.trp-affiliation-admin-card { display: flex; min-width: 0; flex-direction: column; gap: 10px; padding: 18px; border: 1px solid #dce2ea; border-radius: 12px; background: #f8fafc; }
.trp-affiliation-admin-card > span { display: grid; place-items: center; height: 104px; border-radius: 8px; background: #fff; }
.trp-affiliation-admin-card img { width: 100%; height: 86px; object-fit: contain; }
.trp-affiliation-admin-card .is-com-brasil img { width: 84px; height: 84px; border-radius: 50%; clip-path: circle(48% at 50% 50%); }
.trp-affiliation-admin-card .is-abccom img { height: 92px; }
.trp-affiliation-admin-card em { margin-bottom: -5px; color: #68758a; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.trp-affiliation-admin-card input[type="file"] { min-height: 42px; padding: 8px; background: #fff; font-size: 10px; }

.trp-legal-grid { grid-template-columns: minmax(260px, .48fr) minmax(0, 1.52fr); gap: clamp(46px, 7vw, 105px); }
.trp-legal-grid h1 { max-width: 520px; font-size: clamp(42px, 5vw, 72px); line-height: .94; text-wrap: balance; }
.trp-legal-grid > header > p:not(.trp-eyebrow) { max-width: 480px; font-size: 14px; line-height: 1.6; }
.trp-legal-grid article { max-width: 780px; }
.trp-legal-grid article h2 { font-size: 20px; line-height: 1.25; }
.trp-legal-grid article p { font-size: 14px; line-height: 1.72; }

@media (max-width: 1020px) {
  .trp-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .trp-footer-affiliations { grid-column: 1 / -1; }
  .trp-footer-affiliations > div { width: min(100%, 520px); }
  .trp-legal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .trp-affiliation-admin-grid { grid-template-columns: 1fr; }
  .trp-platform-grid > a,
  .trp-platform-grid > div { min-height: 136px; padding: 12px; }
  .trp-platform-grid img { height: 88px; }
  .trp-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trp-footer-affiliations { grid-column: 1 / -1; }
  .trp-footer-affiliations > div { width: 100%; }
  .trp-legal-grid h1 { max-width: 100%; font-size: clamp(44px, 13vw, 64px); }
}

@media (max-width: 520px) {
  .trp-platform-grid > a,
  .trp-platform-grid > div { min-height: 132px; padding: 10px; }
  .trp-platform-grid img { height: 84px; }
  .trp-store-buttons { width: 100%; }
  .trp-store-badges > a { top: 17%; bottom: 16%; height: auto; }
  .trp-store-badges > a.is-apple { left: 2.8%; width: 44.5%; }
  .trp-store-badges > a.is-google { right: 4.3%; width: 45.7%; }
  .trp-footer-affiliations figure { min-height: 82px; }
  .trp-footer-affiliations img { height: 72px; }
  .trp-footer-affiliations .is-com-brasil img { width: 70px; height: 70px; }
  .trp-footer-affiliations .is-abccom img { height: 78px; }
}

/* Functional master admin and equal-size official store badges. */
.trp-store-buttons { width: min(100%, 452px); }
.trp-store-badges { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; aspect-ratio: auto; overflow: visible; }
.trp-store-badges > a,
.trp-store-badges > a.is-apple,
.trp-store-badges > a.is-google { position: static; display: block; width: 100%; height: 68px; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 10px; background: #02050a; }
.trp-store-badges > a svg { display: block; width: 100%; height: 100%; }
.trp-store-badges > a:focus-visible { border-radius: 10px; outline: 3px solid #fff; outline-offset: 3px; }

.trp-consent input[type="checkbox"] { flex: none; width: 17px; height: 17px; margin: 0; accent-color: var(--trp-red); }
.trp-contact-form button:disabled,
.trp-commercial-form button:disabled,
.trp-newsletter button:disabled { cursor: wait; opacity: .66; }

.trp-content-admin-grid { grid-template-columns: minmax(0, 1.32fr) minmax(340px, .68fr); }
.trp-item-list article.is-archived { opacity: .62; background: #f7f8fa; }
.trp-order-actions { display: inline-flex; gap: 4px; }
.trp-order-actions button { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--trp-line); border-radius: 5px; background: #fff; color: var(--trp-ink); font-weight: 900; }
.trp-order-actions button:disabled { cursor: not-allowed; opacity: .28; }
.trp-row-actions { flex-wrap: wrap; }
.trp-upload-file img { flex: none; width: 76px; height: 52px; object-fit: contain; }
.trp-form-actions { flex-wrap: wrap; }

.trp-notice { position: relative; padding-right: 46px; }
.trp-notice > button { position: absolute; top: 50%; right: 12px; width: 28px; height: 28px; border-radius: 50%; background: transparent; color: currentColor; font-size: 20px; transform: translateY(-50%); }
.trp-dev-note { margin-bottom: 18px; padding: 9px 12px; border: 1px solid #d7deea; border-radius: 7px; background: #f7f9fc; color: #657187; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.trp-loading { min-height: 180px; display: grid; place-items: center; color: var(--trp-muted); font-size: 13px; font-weight: 800; }
.trp-empty-state { display: grid; place-items: center; min-height: 150px; padding: 30px; color: var(--trp-muted); text-align: center; }
.trp-empty-state > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #eef5e9; color: #3a7b21; font-weight: 950; }
.trp-empty-state p { margin: 12px 0 0; font-size: 12px; }
.trp-access-denied { width: min(100% - 30px, 560px); margin: auto; }
.trp-access-denied h1 { font-family: var(--trp-heading); font-size: clamp(44px, 7vw, 68px); line-height: .92; text-transform: uppercase; }

.trp-folder-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin: -6px 0 22px; }
.trp-folder-tabs button { min-height: 39px; padding: 9px 14px; border: 1px solid var(--trp-line); border-radius: 7px; background: #fff; color: var(--trp-muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.trp-folder-tabs button.is-active { border-color: var(--trp-navy-900); background: var(--trp-navy-900); color: #fff; }
.trp-message-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.trp-message-body dl { grid-template-columns: 130px minmax(0, 1fr); }

.trp-admin-lower-grid { margin-top: 24px; }
.trp-campaign-table,
.trp-outbox-list,
.trp-spam-attempts,
.trp-audit-list { display: grid; }
.trp-campaign-table article { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 15px; padding: 15px 0; border-top: 1px solid var(--trp-line); }
.trp-campaign-table article:first-child,
.trp-outbox-list article:first-child,
.trp-spam-attempts article:first-child,
.trp-audit-list article:first-child { border-top: 0; }
.trp-campaign-table article > div,
.trp-outbox-list article > div { display: grid; gap: 4px; }
.trp-campaign-table strong,
.trp-outbox-list strong,
.trp-spam-attempts strong,
.trp-audit-list strong { font-size: 12px; }
.trp-campaign-table small,
.trp-outbox-list small,
.trp-audit-list small { color: var(--trp-muted); font-size: 10px; }
.trp-campaign-table article > span,
.trp-campaign-table b { font-size: 9px; text-transform: uppercase; }
.trp-campaign-table b { padding: 6px 8px; border-radius: 999px; background: #fff4dc; color: #8b5b00; }
.trp-outbox-list article { display: grid; grid-template-columns: minmax(0, 1fr) minmax(130px, .55fr); gap: 15px; padding: 13px 0; border-top: 1px solid var(--trp-line); }
.trp-outbox-list article > span { color: #9d2730; font-size: 9px; line-height: 1.45; }
.trp-spam-attempts article { display: grid; grid-template-columns: minmax(160px, .6fr) minmax(0, 1.4fr) auto; gap: 15px; padding: 13px 0; border-top: 1px solid var(--trp-line); }
.trp-spam-attempts span,
.trp-spam-attempts time { color: var(--trp-muted); font-size: 10px; }
.trp-audit-list article { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 18px; padding: 14px 0; border-top: 1px solid var(--trp-line); }
.trp-audit-list time { color: var(--trp-muted); font-size: 10px; }
.trp-audit-list article > div { display: grid; gap: 4px; }
.trp-status-warning { flex: none; padding: 7px 9px; border-radius: 999px; background: #fff0dd; color: #995c00; font-size: 9px; font-weight: 950; letter-spacing: .06em; }

.trp-busy-overlay { position: fixed; z-index: 1000; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 999px; background: var(--trp-navy-950); color: #fff; box-shadow: 0 14px 40px rgba(0,0,0,.25); font-size: 11px; font-weight: 900; }
.trp-busy-overlay > span { width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: trp-spin .7s linear infinite; }
@keyframes trp-spin { to { transform: rotate(360deg); } }

@media (max-width: 1180px) {
  .trp-content-admin-grid { grid-template-columns: 1fr; }
  .trp-content-admin-grid .trp-sticky-panel { position: static; }
}

@media (max-width: 760px) {
  .trp-store-badges { gap: 8px; }
  .trp-store-badges > a,
  .trp-store-badges > a.is-apple,
  .trp-store-badges > a.is-google { height: 56px; }
  .trp-item-list article { grid-template-columns: 54px minmax(0, 1fr); }
  .trp-order-actions,
  .trp-row-actions { grid-column: 2; justify-self: start; }
  .trp-campaign-table article,
  .trp-outbox-list article,
  .trp-spam-attempts article { grid-template-columns: 1fr; }
  .trp-audit-list article { grid-template-columns: 1fr; gap: 5px; }
  .trp-message-body dl { grid-template-columns: 1fr; gap: 3px; }
  .trp-message-body dd { margin: 0 0 10px; }
}

@media (max-width: 420px) {
  .trp-store-badges { grid-template-columns: 1fr; width: min(100%, 220px); }
  .trp-store-badges > a,
  .trp-store-badges > a.is-apple,
  .trp-store-badges > a.is-google { height: 68px; }
}

/* Full newsletter document editor, system guide and Google reporting. */
.trp-newsletter-compose { padding: 0; overflow: hidden; }
.trp-newsletter-compose > .trp-panel-heading,
.trp-newsletter-compose > .trp-form-grid,
.trp-newsletter-compose > .trp-editor-label,
.trp-newsletter-compose > .trp-newsletter-assets,
.trp-newsletter-compose > .trp-newsletter-media-preview,
.trp-newsletter-compose > .trp-newsletter-submit-row { margin-inline: 24px; }
.trp-newsletter-compose > .trp-panel-heading { margin-top: 24px; }
.trp-newsletter-head-fields { padding: 18px; border: 1px solid var(--trp-line); border-radius: 10px; background: #f8fafc; }
.trp-newsletter-delivery-state { display: grid; justify-items: end; gap: 4px; }
.trp-newsletter-delivery-state span { padding: 5px 8px; border-radius: 999px; font-size: 8px; font-weight: 950; letter-spacing: .05em; }
.trp-newsletter-delivery-state span.is-connected { background: #e6f7df; color: #286c11; }
.trp-newsletter-delivery-state span.is-pending { background: #fff1d9; color: #915c00; }
.trp-newsletter-delivery-state small { color: var(--trp-muted); font-size: 9px; }
.trp-newsletter-delivery-state button { color: var(--trp-blue); font-size: 9px; font-weight: 850; }
.trp-editor-label { display: flex; justify-content: space-between; gap: 18px; margin-top: 8px; color: var(--trp-ink); font-size: 12px; font-weight: 900; }
.trp-editor-label span { color: var(--trp-muted); font-size: 10px; font-weight: 600; }
.trp-rich-editor { margin-top: -4px; border-block: 1px solid #cfd6e2; background: #e9edf2; }
.trp-editor-tabs { display: flex; align-items: end; gap: 8px; min-height: 42px; padding: 7px 16px 0; border-bottom: 1px solid #d9dee6; background: #fff; color: #596579; }
.trp-editor-tabs button { min-width: 78px; min-height: 34px; padding: 7px 12px 8px; border: 0; border-bottom: 3px solid transparent; border-radius: 5px 5px 0 0; background: transparent; color: inherit; font-size: 10px; font-weight: 800; text-align: center; }
.trp-editor-tabs button:hover { background: #f2f5f9; color: var(--trp-navy-900); }
.trp-editor-tabs button.is-active { border-bottom-color: var(--trp-red); background: #f7f9fc; color: var(--trp-navy-900); }
.trp-editor-toolbar { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; align-content: center; min-height: 94px; padding: 12px 16px; border-bottom: 1px solid #c6ceda; background: #f7f9fc; box-shadow: 0 3px 9px rgba(9,22,42,.06); }
.trp-editor-group { display: flex; flex-wrap: wrap; gap: 3px; align-items: center; padding-right: 11px; border-right: 1px solid #dfe3ea; }
.trp-editor-group:last-child { border-right: 0; }
.trp-editor-group.is-selects { display: grid; grid-template-columns: 138px 136px 90px; }
.trp-editor-group select { width: 100%; min-height: 32px; padding: 5px 25px 5px 8px; border: 1px solid #cfd6e1; border-radius: 4px; background: #fff; color: #233047; font-size: 10px; }
.trp-editor-group button,
.trp-editor-colors label { display: grid; place-items: center; min-width: 32px; height: 32px; padding: 0 7px; border-radius: 4px; color: #24324a; font-family: Arial, sans-serif; font-size: 13px; font-weight: 800; }
.trp-editor-group button:hover,
.trp-editor-colors label:hover { background: #e8eef8; }
.trp-editor-group button.is-italic { font-family: Georgia, serif; font-style: italic; }
.trp-editor-group button.is-underline { text-decoration: underline; }
.trp-editor-group button.is-strikethrough { text-decoration: line-through; }
.trp-editor-group button.is-justifycenter { text-align: center; }
.trp-editor-group button.is-justifyright { text-align: right; }
.trp-editor-colors label { position: relative; cursor: pointer; }
.trp-editor-colors input[type="color"] { position: absolute; inset: auto 5px 2px; width: 22px; height: 5px; padding: 0; border: 0; opacity: .9; }
.trp-editor-command-cards { gap: 6px; }
.trp-editor-command-cards button { display: flex; width: auto; min-width: 104px; height: 50px; padding: 7px 12px; gap: 8px; }
.trp-editor-command-cards button span { font-size: 16px; }
.trp-editor-command-cards button strong { font-size: 10px; white-space: nowrap; }
.trp-editor-toolbar-help { flex: 1 1 260px; margin: 0; color: var(--trp-muted); font-size: 10px; line-height: 1.5; }
.trp-editor-layout-group { position: relative; min-height: 58px; padding-top: 20px; }
.trp-editor-group-label { position: absolute; top: 0; left: 3px; color: #6d7889; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.trp-editor-workspace { min-height: 560px; overflow-x: auto; padding: 34px 22px 48px; background-color: #e9edf2; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px); background-size: 100% 26px; }
.trp-editor-page { width: min(100%, 780px); min-height: 490px; margin: auto; padding: 58px 68px; border: 1px solid #d5dbe4; background: #fff; color: #172033; box-shadow: 0 8px 30px rgba(15,31,55,.12); font-family: Arial, sans-serif; font-size: 16px; line-height: 1.65; outline: none; }
.trp-editor-page:focus { border-color: #9cb5dc; box-shadow: 0 8px 30px rgba(15,31,55,.12), 0 0 0 3px rgba(23,77,148,.12); }
.trp-editor-page:empty::before { content: attr(data-placeholder); color: #a0a9b8; }
.trp-editor-page h1 { margin: 0 0 22px; font-size: 34px; line-height: 1.15; }
.trp-editor-page h2 { margin: 26px 0 14px; font-size: 26px; line-height: 1.2; }
.trp-editor-page h3 { margin: 22px 0 10px; font-size: 20px; }
.trp-editor-page p { margin: 0 0 16px; }
.trp-editor-page blockquote { margin: 22px 0; padding: 12px 20px; border-left: 4px solid var(--trp-blue); background: #f4f7fb; color: #4c5b70; }
.trp-editor-page a { color: var(--trp-blue); }
.trp-editor-status { display: flex; justify-content: space-between; gap: 14px; padding: 7px 18px; border-top: 1px solid #d4dbe5; background: #fff; color: #7b8798; font-size: 9px; }
.trp-newsletter-assets { margin-top: 22px; border: 1px solid var(--trp-line); border-radius: 10px; background: #fafbfd; }
.trp-newsletter-assets summary { padding: 15px 18px; color: var(--trp-ink); cursor: pointer; font-size: 11px; font-weight: 900; }
.trp-newsletter-assets > div { padding: 0 18px 18px; }
.trp-newsletter-submit-row { display: grid; grid-template-columns: 260px minmax(0, 1fr); align-items: end; gap: 22px; margin-block: 22px 26px; }
.trp-newsletter-submit-row > div { display: grid; justify-items: end; gap: 12px; }
.trp-newsletter-submit-row .trp-form-help { margin: 0; text-align: right; }
.trp-button.is-preview { border-color: #174d94; background: #eef5ff; color: #174d94; }
.trp-newsletter-lists { margin-top: 24px; }
.trp-upload-verified { display: grid; gap: 4px; margin-top: 24px; padding: 14px; border: 1px solid rgba(155,221,125,.35); border-radius: 8px; background: rgba(57,124,35,.18); }
.trp-upload-verified strong { color: #d6ffc7; font-size: 12px; }
.trp-upload-verified span,
.trp-upload-verified small { margin: 0; color: #bdcdb7; font-size: 10px; }

.trp-guide-start { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: 30px; }
.trp-guide-start h2 { margin: 7px 0 0; font-family: var(--trp-heading); font-size: 38px; line-height: .95; text-transform: uppercase; }
.trp-guide-start ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: guide-rules; }
.trp-guide-start li { display: grid; gap: 7px; padding: 14px; border-left: 3px solid var(--trp-red); background: #f7f9fc; counter-increment: guide-rules; }
.trp-guide-start li::before { content: "0" counter(guide-rules); color: var(--trp-red); font-size: 10px; font-weight: 950; }
.trp-guide-start li strong { font-size: 12px; }
.trp-guide-start li span { color: var(--trp-muted); font-size: 10px; line-height: 1.55; }
.trp-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 22px; }
.trp-guide-grid article { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: start; gap: 14px; padding: 20px; border: 1px solid var(--trp-line); border-radius: 12px; background: #fff; }
.trp-guide-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 9px; background: var(--trp-navy-900); color: #fff; font-size: 11px; font-weight: 950; }
.trp-guide-grid small { color: var(--trp-red); font-size: 8px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.trp-guide-grid h2 { margin: 5px 0 7px; font-size: 17px; }
.trp-guide-grid p { margin: 0; color: var(--trp-muted); font-size: 11px; line-height: 1.6; }
.trp-guide-grid button { align-self: center; min-width: 110px; color: var(--trp-blue); font-size: 10px; font-weight: 900; }
.trp-guide-grid button:disabled { color: #9aa4b3; cursor: not-allowed; }
.trp-guide-security { margin-top: 22px; border-left: 4px solid var(--trp-green); }
.trp-guide-security h2 { margin: 0 0 8px; font-size: 19px; }
.trp-guide-security p { margin: 0; color: var(--trp-muted); font-size: 12px; line-height: 1.65; }

.trp-sitekit-card { display: grid; gap: 18px; margin-bottom: 22px; border-left: 4px solid #4285f4; }
.trp-sitekit-heading { display: flex; align-items: start; justify-content: space-between; gap: 22px; }
.trp-sitekit-heading h2 { margin: 5px 0 8px; font-size: 22px; }
.trp-sitekit-heading p:not(.trp-kicker) { max-width: 820px; margin: 0; color: var(--trp-muted); font-size: 11px; line-height: 1.65; }
.trp-sitekit-form { display: grid; grid-template-columns: minmax(260px, 1fr) auto; align-items: end; gap: 14px; }
.trp-sitekit-form label { display: grid; gap: 7px; color: var(--trp-ink); font-size: 10px; font-weight: 850; }
.trp-sitekit-form input { min-height: 44px; padding: 10px 12px; border: 1px solid var(--trp-line); border-radius: 7px; background: #fff; color: var(--trp-ink); font: inherit; }
.trp-sitekit-card > small { color: var(--trp-muted); font-size: 10px; line-height: 1.5; }
.trp-google-setup { display: grid; grid-template-columns: 86px minmax(0, 1fr) auto; align-items: center; gap: 24px; min-height: 240px; }
.trp-google-mark { display: grid; place-items: center; width: 76px; height: 76px; border: 1px solid #dce2eb; border-radius: 18px; background: conic-gradient(from -35deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0); }
.trp-google-mark span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 12px; background: #fff; color: #4285f4; font: 900 34px Arial, sans-serif; }
.trp-google-setup h2 { margin: 7px 0 10px; font-size: 24px; }
.trp-google-setup p { max-width: 780px; color: var(--trp-muted); font-size: 12px; line-height: 1.65; }
.trp-google-setup ul { display: grid; gap: 6px; padding-left: 18px; color: #3d4a5e; font-size: 11px; }
.trp-google-setup a { color: var(--trp-blue); font-size: 11px; font-weight: 850; }
.trp-google-steps { display: grid; gap: 7px; margin: 14px 0; padding-left: 20px; color: #2f3d52; font-size: 11px; font-weight: 750; }
.trp-google-redirect { display: grid; gap: 6px; margin: 14px 0; color: var(--trp-muted); font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.trp-google-redirect input { min-height: 42px; padding: 9px 11px; border: 1px solid var(--trp-line); border-radius: 6px; background: #f8fafc; color: #243149; font-size: 10px; letter-spacing: 0; text-transform: none; }
.trp-google-connection { display: flex; justify-content: space-between; align-items: center; }
.trp-google-connection > div { display: grid; gap: 5px; }
.trp-google-connection strong { font-size: 15px; }
.trp-google-connection small { color: var(--trp-muted); font-size: 10px; }
.trp-google-selectors { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) auto; align-items: end; gap: 14px; margin-top: 16px; }
.trp-google-selectors label { display: grid; gap: 7px; color: var(--trp-muted); font-size: 10px; font-weight: 850; }
.trp-google-selectors select { min-height: 44px; padding: 8px 10px; border: 1px solid var(--trp-line); border-radius: 6px; background: #fff; }
.trp-google-errors { margin: 15px 0; padding: 12px 16px; border: 1px solid #f0c7c7; border-radius: 8px; background: #fff4f4; color: #9a2525; }
.trp-google-errors p { margin: 3px 0; font-size: 10px; }
.trp-google-metrics { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin: 20px 0; }
.trp-google-metrics article { display: grid; gap: 7px; min-height: 134px; padding: 18px; border: 1px solid var(--trp-line); border-top: 3px solid #4285f4; border-radius: 10px; background: #fff; }
.trp-google-metrics article.is-adsense { border-top-color: #34a853; }
.trp-google-metrics span { color: var(--trp-muted); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.trp-google-metrics strong { margin-top: auto; color: var(--trp-navy-900); font-size: clamp(22px, 2.3vw, 34px); letter-spacing: -.04em; }
.trp-google-metrics small { color: #8a95a5; font-size: 9px; }
.trp-google-detail-grid { grid-template-columns: 1.25fr .75fr; }
.trp-google-bars { display: flex; align-items: end; gap: 7px; height: 230px; padding-top: 20px; }
.trp-google-bars > div { display: grid; grid-template-rows: 1fr auto; align-items: end; gap: 7px; flex: 1; height: 100%; text-align: center; }
.trp-google-bars span { display: block; min-height: 4px; border-radius: 4px 4px 0 0; background: linear-gradient(#4285f4, #174d94); }
.trp-google-bars small { color: var(--trp-muted); font-size: 7px; }
.trp-google-channels { display: grid; }
.trp-google-channels article { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-top: 1px solid var(--trp-line); }
.trp-google-channels article:first-child { border-top: 0; }
.trp-google-channels strong { font-size: 11px; }
.trp-google-channels span { color: var(--trp-muted); font-size: 10px; }
.trp-google-empty { min-height: 180px; display: grid; place-items: center; color: var(--trp-muted); font-size: 11px; text-align: center; }
.trp-google-adsense-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trp-google-adsense-row > div { display: grid; gap: 8px; padding: 18px; border-radius: 8px; background: #f5faf5; }
.trp-google-adsense-row span { color: var(--trp-muted); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.trp-google-adsense-row strong { color: #247b42; font-size: 25px; }
.trp-heading-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }

@media (max-width: 1240px) {
  .trp-google-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trp-guide-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .trp-editor-group.is-selects { grid-template-columns: 1fr 1fr; }
  .trp-editor-group.is-selects select:first-child { grid-column: 1 / -1; }
  .trp-newsletter-submit-row,
  .trp-guide-start,
  .trp-google-setup { grid-template-columns: 1fr; }
  .trp-newsletter-submit-row > div { justify-items: start; }
  .trp-newsletter-submit-row .trp-form-help { text-align: left; }
  .trp-guide-start ol { grid-template-columns: 1fr; }
  .trp-google-setup .trp-button { justify-self: start; }
  .trp-google-detail-grid { grid-template-columns: 1fr; }
  .trp-sitekit-heading { flex-direction: column; }
  .trp-sitekit-form { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .trp-newsletter-compose > .trp-panel-heading,
  .trp-newsletter-compose > .trp-form-grid,
  .trp-newsletter-compose > .trp-editor-label,
  .trp-newsletter-compose > .trp-newsletter-assets,
  .trp-newsletter-compose > .trp-newsletter-media-preview,
  .trp-newsletter-compose > .trp-newsletter-submit-row { margin-inline: 14px; }
  .trp-editor-label { align-items: flex-start; flex-direction: column; }
  .trp-newsletter-delivery-state { justify-items: start; }
  .trp-editor-toolbar { align-items: flex-start; flex-direction: column; }
  .trp-editor-group { width: 100%; padding: 0 0 7px; border-right: 0; border-bottom: 1px solid #e2e6ed; }
  .trp-editor-group.is-selects { grid-template-columns: 1fr; }
  .trp-editor-group.is-selects select:first-child { grid-column: auto; }
  .trp-editor-workspace { min-height: 470px; padding: 18px 10px 30px; }
  .trp-editor-page { min-height: 430px; padding: 32px 24px; }
  .trp-editor-status { align-items: flex-start; flex-direction: column; }
  .trp-guide-grid article { grid-template-columns: 42px minmax(0, 1fr); }
  .trp-guide-grid button { grid-column: 2; justify-self: start; }
  .trp-google-selectors,
  .trp-google-metrics,
  .trp-google-adsense-row { grid-template-columns: 1fr; }
  .trp-google-metrics article { min-height: 110px; }
}

/* Final WordPress theme overrides. */
.trp-cookie-banner[hidden], .trp-form-message[hidden], .trp-video-message[hidden] { display: none !important; }
.trp-commercial-form { grid-template-columns: 1fr; margin-top: 34px; }
.trp-commercial-form > .trp-form-message, .trp-commercial-form > .trp-consent, .trp-commercial-form > button { grid-column: 1; }
.trp-commercial-form > button { justify-self: end; min-height: 50px; padding: 12px 24px; border: 0; border-radius: 4px; background: var(--trp-red); color: #fff; font-size: 12px; font-weight: 950; text-transform: uppercase; }
