/* =========================================================
   FOOTBALL PULSE — HOME BROADCAST RESTAURADA
   Arquivo: static/css/fp_home.css
   Visual baseado na referência enviada pelo Odo
   ========================================================= */

.fp-tv-home {
    width: min(1860px, calc(100vw - 36px));
    margin: 0 auto;
    padding: 12px 0 44px;
}

.fp-tv-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.25fr) minmax(390px, 0.9fr);
    gap: 12px;
}

/* ================================
   Player principal
   ================================ */

.fp-main-broadcast {
    position: relative;
    min-height: 430px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    overflow: hidden;
    background:
        radial-gradient(circle at 63% 18%, rgba(255, 255, 255, 0.24), transparent 9%),
        radial-gradient(circle at 65% 23%, rgba(0, 213, 255, 0.14), transparent 18%),
        radial-gradient(circle at 48% 60%, rgba(0, 255, 143, 0.11), transparent 20%),
        linear-gradient(180deg, rgba(12, 32, 52, 0.50), rgba(0, 0, 0, 0.72)),
        linear-gradient(135deg, #07101b, #020407 70%);
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.56);
}

.fp-main-bg-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 82px 82px;
    opacity: 0.14;
    mask-image: linear-gradient(to bottom, transparent, black 20%, black 74%, transparent);
}

.fp-main-broadcast::before {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: 54px;
    height: 110px;
    background:
        radial-gradient(ellipse at center, rgba(0, 255, 143, 0.18), transparent 54%),
        linear-gradient(180deg, transparent, rgba(19, 95, 42, 0.36), rgba(0, 0, 0, 0.62));
    opacity: 0.8;
}

.fp-main-broadcast::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.58), transparent 45%, rgba(0,0,0,0.30)),
        linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.74));
    pointer-events: none;
}

.fp-live-badge {
    position: absolute;
    top: 18px;
    left: 24px;
    z-index: 3;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 8px;
    background: #f0182b;
    color: #ffffff;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    box-shadow: 0 0 18px rgba(240, 24, 43, 0.26);
}

.fp-tv-selo {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 3;
    color: #ffffff;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.fp-score-layer {
    position: absolute;
    z-index: 3;
    left: 60px;
    top: 74px;
    width: min(420px, 46%);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
}

.fp-team-side {
    text-align: center;
}

.fp-team-crest {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.50);
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
    box-shadow: inset 0 0 18px rgba(255,255,255,0.12), 0 10px 28px rgba(0,0,0,0.30);
}

.fp-crest-light {
    background: radial-gradient(circle at 35% 25%, #ffffff, #46566f 34%, #111827 68%);
}

.fp-crest-gold {
    background: radial-gradient(circle at 35% 25%, #ffdf6d, #b9323a 32%, #17326b 68%);
}

.fp-team-side strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    text-transform: uppercase;
    text-shadow: 0 2px 12px rgba(0,0,0,0.50);
}

.fp-score-center {
    text-align: center;
}

.fp-score-center small {
    display: block;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 950;
}

.fp-score-center b {
    display: block;
    color: #ffffff;
    font-size: clamp(48px, 4.5vw, 72px);
    line-height: 0.85;
    font-weight: 950;
    letter-spacing: -0.07em;
    text-shadow: 0 6px 26px rgba(0,0,0,0.50);
}

.fp-score-center span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-top: 20px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 8px;
    background: rgba(0,0,0,0.44);
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.fp-player-silhouette {
    position: absolute;
    z-index: 2;
    left: 58%;
    top: 90px;
    width: 220px;
    height: 280px;
    transform: translateX(-50%);
    opacity: 0.86;
}

.fp-player-head {
    position: absolute;
    top: 0;
    left: 88px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f7f7f7, #a8a8a8);
    filter: drop-shadow(0 0 16px rgba(255,255,255,0.18));
}

.fp-player-body {
    position: absolute;
    top: 48px;
    left: 77px;
    width: 68px;
    height: 120px;
    border-radius: 28px 28px 18px 18px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.25), transparent 28%, rgba(0,0,0,0.18)),
        linear-gradient(180deg, #f4f4f4, #cfcfcf);
}

.fp-player-body::after {
    content: "7";
    position: absolute;
    top: 24px;
    left: 24px;
    color: #111;
    font-size: 34px;
    font-weight: 950;
}

.fp-player-arm,
.fp-player-leg {
    position: absolute;
    background: linear-gradient(180deg, #f1f1f1, #b9b9b9);
    border-radius: 999px;
}

.fp-player-arm.left {
    width: 128px;
    height: 16px;
    top: 78px;
    left: -24px;
    transform: rotate(-18deg);
}

.fp-player-arm.right {
    width: 138px;
    height: 16px;
    top: 78px;
    right: -36px;
    transform: rotate(18deg);
}

.fp-player-leg.left {
    width: 24px;
    height: 118px;
    top: 160px;
    left: 74px;
    transform: rotate(16deg);
}

.fp-player-leg.right {
    width: 24px;
    height: 118px;
    top: 160px;
    right: 72px;
    transform: rotate(-16deg);
}

.fp-transmission-info {
    position: absolute;
    z-index: 3;
    left: 24px;
    bottom: 78px;
}

.fp-transmission-info div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.fp-transmission-info div span {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #f0182b;
    box-shadow: 0 0 14px rgba(240, 24, 43, 0.8);
}

.fp-transmission-info strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    text-transform: uppercase;
}

.fp-transmission-info small {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,0.78);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.fp-player-control {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 54px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 0 28px;
    background: rgba(0,0,0,0.50);
    backdrop-filter: blur(10px);
}

.fp-control-left,
.fp-control-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fp-control-left button {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 21px;
    cursor: pointer;
}

.fp-control-left span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f0182b;
}

.fp-control-left strong {
    color: #ffffff;
    font-size: 11px;
    font-weight: 950;
}

.fp-control-bar {
    height: 4px;
    border-radius: 999px;
    background: rgba(255,255,255,0.25);
    overflow: hidden;
}

.fp-control-bar i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #f0182b;
}

.fp-control-icons span {
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
}

/* ================================
   Painel Pulse ao Vivo
   ================================ */

.fp-pulse-live-panel,
.fp-tv-card,
.fp-commercial-row,
.fp-feature-bar {
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
        rgba(3, 7, 14, 0.92);
    box-shadow: 0 24px 90px rgba(0,0,0,0.42);
}

.fp-pulse-live-panel {
    min-height: 430px;
    padding: 18px 20px;
}

.fp-panel-head,
.fp-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.fp-panel-head span,
.fp-card-head h2 {
    color: #ffffff;
}

.fp-panel-head span {
    display: block;
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
}

.fp-panel-head h2 {
    display: none;
}

.fp-panel-head a,
.fp-card-head a {
    color: rgba(255,255,255,0.72);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.fp-panel-head a:hover,
.fp-card-head a:hover {
    color: var(--fp-green);
}

.fp-live-club-list {
    display: grid;
}

.fp-live-club {
    min-height: 82px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto 76px;
    gap: 14px;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.fp-live-club-mark {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    border: 1px solid rgba(255,255,255,0.15);
    background:
        radial-gradient(circle at 40% 20%, rgba(255,255,255,0.20), transparent 34%),
        rgba(0,255,143,0.06);
    color: #ffffff;
    font-size: 11px;
    font-weight: 950;
}

.fp-live-club strong {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.fp-live-club span {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,0.58);
    font-size: 12px;
}

.fp-live-club small {
    color: #ffffff;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}

.fp-mini-chart {
    height: 26px;
    display: flex;
    align-items: flex-end;
    gap: 4px;
}

.fp-mini-chart i {
    width: 10px;
    border-radius: 999px;
    background: var(--fp-green);
    box-shadow: 0 0 12px rgba(0,255,143,0.35);
}

.fp-mini-chart i:nth-child(1) { height: 9px; }
.fp-mini-chart i:nth-child(2) { height: 15px; }
.fp-mini-chart i:nth-child(3) { height: 12px; }
.fp-mini-chart i:nth-child(4) { height: 22px; }
.fp-mini-chart i:nth-child(5) { height: 17px; }

/* ================================
   Pulse News
   ================================ */

.fp-pulse-news-line {
    min-height: 40px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 10px;
    background: rgba(3, 7, 14, 0.88);
    overflow: hidden;
}

.fp-pulse-news-line strong {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-right: 1px solid rgba(0,255,143,0.20);
    background: rgba(0,255,143,0.12);
    color: var(--fp-green);
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.fp-pulse-news-line div {
    display: flex;
    align-items: center;
    gap: 38px;
    white-space: nowrap;
    overflow: hidden;
}

.fp-pulse-news-line span {
    color: rgba(255,255,255,0.84);
    font-size: 12.5px;
}

.fp-pulse-news-line span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--fp-green);
    box-shadow: 0 0 12px rgba(0,255,143,0.7);
}

.fp-pulse-news-line a {
    padding-right: 14px;
    color: rgba(255,255,255,0.78);
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}

/* ================================
   Cards centrais
   ================================ */

.fp-tv-cards-row {
    display: grid;
    grid-template-columns: minmax(420px, 1.35fr) minmax(280px, 0.85fr) minmax(280px, 0.95fr) minmax(280px, 0.9fr);
    gap: 12px;
    margin-top: 14px;
}

.fp-tv-card {
    min-height: 318px;
    padding: 18px;
    overflow: hidden;
}

.fp-card-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
    text-transform: uppercase;
}

/* Jogos */

.fp-games-table {
    display: grid;
    gap: 4px;
}

.fp-game-row {
    min-height: 48px;
    display: grid;
    grid-template-columns: 56px minmax(90px, 0.9fr) 40px minmax(84px, 1fr) 48px minmax(84px, 1fr);
    gap: 10px;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.07);
    color: #ffffff;
}

.fp-game-row > span {
    min-height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    font-size: 10px;
    font-weight: 950;
}

.fp-game-row > span.live {
    background: #f0182b;
}

.fp-game-row small {
    color: rgba(255,255,255,0.70);
    font-size: 11px;
}

.fp-game-row em {
    color: var(--fp-green);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.fp-game-row strong {
    font-size: 12px;
    font-weight: 900;
}

.fp-game-row b {
    text-align: center;
    font-size: 14px;
    font-weight: 950;
}

/* Torcida */

.fp-fans-number {
    color: #ffffff;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: 0.02em;
}

.fp-fans-card p {
    margin: 3px 0 0;
    color: rgba(255,255,255,0.58);
    font-size: 11px;
}

.fp-world-map-mini {
    position: relative;
    min-height: 126px;
    margin: 14px 0 10px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 24% 42%, rgba(0,255,143,0.16), transparent 5%),
        radial-gradient(circle at 46% 51%, rgba(0,255,143,0.14), transparent 5%),
        radial-gradient(circle at 62% 38%, rgba(0,255,143,0.13), transparent 5%),
        radial-gradient(circle at 80% 48%, rgba(0,255,143,0.13), transparent 5%),
        linear-gradient(90deg, rgba(255,255,255,0.032) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,0.024) 1px, transparent 1px),
        rgba(255,255,255,0.025);
    background-size: auto, auto, auto, auto, 38px 38px, 38px 38px, auto;
}

.fp-world-map-mini .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--fp-green);
    box-shadow: 0 0 16px rgba(0,255,143,0.85);
}

.fp-world-map-mini .br { left: 35%; top: 61%; }
.fp-world-map-mini .us { left: 22%; top: 43%; }
.fp-world-map-mini .eu { left: 50%; top: 38%; }
.fp-world-map-mini .latam { left: 30%; top: 66%; }
.fp-world-map-mini .asia { left: 75%; top: 46%; }

.fp-world-map-mini .line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,255,143,0.5), transparent);
}

.fp-world-map-mini .l1 { width: 120px; left: 32%; top: 58%; transform: rotate(-24deg); }
.fp-world-map-mini .l2 { width: 160px; left: 50%; top: 42%; transform: rotate(12deg); }
.fp-world-map-mini .l3 { width: 90px; left: 22%; top: 48%; transform: rotate(23deg); }

.fp-country-mini-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
}

.fp-country-mini-row strong {
    display: block;
    color: #ffffff;
    font-size: 10px;
}

.fp-country-mini-row span {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,0.54);
    font-size: 9px;
}

.fp-card-main-link {
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

/* Match destaque */

.fp-match-image-code {
    position: relative;
    height: 128px;
    border-radius: 12px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 30%, rgba(255,255,255,0.22), transparent 10%),
        radial-gradient(circle at 50% 75%, rgba(0,255,143,0.15), transparent 26%),
        linear-gradient(180deg, rgba(120,18,24,0.55), rgba(0,0,0,0.72)),
        #10070a;
}

.fp-match-image-code span {
    position: absolute;
    top: 10px;
    left: 10px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 6px;
    background: #f0182b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 950;
}

.fp-stadium-oval {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 190px;
    height: 76px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.24);
    box-shadow: 0 0 36px rgba(255,255,255,0.12);
}

.fp-match-feature h3 {
    margin: 13px 0 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
}

.fp-match-feature p {
    margin: 0;
    color: rgba(255,255,255,0.64);
    font-size: 12px;
}

.fp-interactions {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: rgba(255,255,255,0.74);
    font-size: 11px;
}

.fp-interactions span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--fp-green);
}

.fp-green-action {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    border-radius: 9px;
    background: var(--fp-green);
    color: #00140c;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

/* Moments */

.fp-moments-list {
    display: grid;
    gap: 10px;
}

.fp-moment-row {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-top: 9px;
    border-top: 1px solid rgba(255,255,255,0.07);
}

.fp-moment-thumb {
    position: relative;
    height: 52px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 35% 40%, rgba(0,255,143,0.28), transparent 26%),
        linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02));
}

.fp-moment-thumb span {
    position: absolute;
    left: 12px;
    top: 13px;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.84);
    color: #111;
    font-size: 10px;
}

.fp-moment-thumb small {
    position: absolute;
    right: 7px;
    bottom: 5px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
}

.fp-moment-row strong {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.fp-moment-row span {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,0.62);
    font-size: 11px;
}

.fp-moment-row small {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,0.52);
    font-size: 10px;
}

/* ================================
   Comercial e recursos
   ================================ */

.fp-commercial-row {
    min-height: 50px;
    display: grid;
    grid-template-columns: 180px repeat(8, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
    margin-top: 14px;
    padding: 0 18px;
}

.fp-commercial-row span {
    color: rgba(255,255,255,0.62);
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.fp-commercial-row a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 950;
    text-align: center;
    opacity: 0.86;
}

.fp-feature-bar {
    min-height: 74px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
    margin-top: 14px;
    padding: 0 18px;
}

.fp-feature-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.fp-feature-item > div {
    width: 34px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0,255,143,0.28);
    border-radius: 7px;
    color: var(--fp-green);
    font-size: 9px;
    font-weight: 950;
}

.fp-feature-item strong {
    display: block;
    color: var(--fp-green);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.fp-feature-item span {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,0.62);
    font-size: 11px;
}

/* ================================
   Lower grid — Store / Redes / Bot
   ================================ */

.fp-lower-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(330px, 0.8fr);
    gap: 12px;
    margin-top: 14px;
}

.fp-store-grid,
.fp-social-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.fp-store-grid a,
.fp-social-grid a {
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 12px;
    background: rgba(255,255,255,0.03);
}

.fp-store-grid small,
.fp-social-grid small {
    color: var(--fp-green);
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.fp-store-grid strong,
.fp-social-grid strong {
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 900;
}

.fp-store-grid span,
.fp-social-grid span {
    color: rgba(255,255,255,0.62);
    font-size: 10.5px;
}

.fp-bot-preview-box {
    min-height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid rgba(0,255,143,0.14);
    border-radius: 12px;
    padding: 14px;
    background:
        radial-gradient(circle at 78% 18%, rgba(0,255,143,0.13), transparent 30%),
        rgba(255,255,255,0.03);
}

.fp-bot-preview-box small {
    color: var(--fp-green);
    font-size: 9.5px;
    font-weight: 950;
    letter-spacing: 1px;
}

.fp-bot-preview-box strong {
    margin-top: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
}

.fp-bot-preview-box p {
    margin: 8px 0 0;
    color: rgba(255,255,255,0.64);
    font-size: 12px;
    line-height: 1.5;
}

.fp-bot-preview-box div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.fp-bot-preview-box button {
    min-height: 29px;
    padding: 0 10px;
    border: 1px solid rgba(0,255,143,0.22);
    border-radius: 999px;
    background: rgba(0,255,143,0.08);
    color: var(--fp-green);
    font-size: 9.5px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

/* ================================
   Responsivo
   ================================ */

@media (max-width: 1480px) {
    .fp-tv-top-grid,
    .fp-tv-cards-row,
    .fp-lower-grid {
        grid-template-columns: 1fr;
    }

    .fp-pulse-live-panel {
        min-height: auto;
    }

    .fp-live-club-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 16px;
    }

    .fp-commercial-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 12px 18px;
    }

    .fp-commercial-row span {
        grid-column: 1 / -1;
        text-align: center;
    }
}

@media (max-width: 1020px) {
    .fp-tv-home {
        width: calc(100vw - 24px);
    }

    .fp-main-broadcast {
        min-height: 560px;
    }

    .fp-score-layer {
        left: 24px;
        width: calc(100% - 48px);
        top: 78px;
    }

    .fp-player-silhouette {
        left: 50%;
        top: 230px;
        opacity: 0.56;
    }

    .fp-feature-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 14px;
    }

    .fp-store-grid,
    .fp-social-grid,
    .fp-live-club-list,
    .fp-country-mini-row {
        grid-template-columns: 1fr;
    }

    .fp-game-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 10px 0;
    }
}

@media (max-width: 720px) {
    .fp-score-layer {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .fp-player-control {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px 18px;
    }

    .fp-main-broadcast {
        min-height: 720px;
    }

    .fp-pulse-news-line {
        grid-template-columns: 1fr;
        padding-bottom: 10px;
    }

    .fp-pulse-news-line div {
        padding: 0 14px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        white-space: normal;
    }

    .fp-pulse-news-line a {
        padding-left: 14px;
    }

    .fp-commercial-row {
        grid-template-columns: 1fr;
    }
}