/* FCBT Core — Public Styles v2.0 */
:root{--fcbt-r:#DF2735;--fcbt-rd:#B81E2A;--fcbt-g:#15B250;--fcbt-gd:#0F8F3F;--fcbt-n:#16324F;--fcbt-nd:#0E2138;--fcbt-c:#FAFAF7;--fcbt-s:#E8D9BE;--fcbt-sl:#F5EFDD;--fcbt-au:#D9A14A;--fcbt-li:rgba(22,50,79,.14);}
.fcbt-wrap{font-family:'Inter',sans-serif;color:var(--fcbt-n);max-width:1100px;margin:0 auto;padding:20px 0;}
.fcbt-wrap *{box-sizing:border-box;}
.fcbt-empty{padding:40px;text-align:center;color:#5a6b7a;background:var(--fcbt-sl);border-radius:6px;font-size:15px;}

/* FILTROS */
.fcbt-filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px;padding:20px;background:var(--fcbt-sl);border-radius:6px;}
.fcbt-filter-group{display:flex;flex-direction:column;gap:4px;min-width:140px;}
.fcbt-filter-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--fcbt-n);opacity:.7;}
.fcbt-filters select,.fcbt-filters input{height:36px;border:1px solid var(--fcbt-li);border-radius:4px;padding:0 10px;font-size:14px;color:var(--fcbt-n);background:#fff;font-family:'Inter',sans-serif;}
.fcbt-filters select:focus,.fcbt-filters input:focus{outline:none;border-color:var(--fcbt-r);}

/* CALENDÁRIO */
.fcbt-cal-month-group{margin-bottom:48px;}
.fcbt-cal-month-label{display:flex;align-items:center;gap:12px;margin-bottom:20px;}
.fcbt-cal-month-label h3{font-family:'Archivo Black',sans-serif;text-transform:uppercase;font-size:18px;color:var(--fcbt-n);letter-spacing:-.01em;margin:0;white-space:nowrap;}
.fcbt-rule{flex:1;height:1px;background:var(--fcbt-li);}
.fcbt-month-count{font-size:12px;color:#888;white-space:nowrap;}
.fcbt-event-list{display:flex;flex-direction:column;gap:8px;}
.fcbt-event-row{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:16px;border:1px solid var(--fcbt-li);border-radius:6px;padding:16px 20px;transition:border-color .2s,transform .2s;background:#fff;}
.fcbt-event-row:hover{border-color:var(--fcbt-r);transform:translateX(4px);}
.fcbt-event-date{text-align:center;border-right:1px solid var(--fcbt-li);padding-right:16px;}
.fcbt-day{font-family:'JetBrains Mono',monospace;font-size:22px;font-weight:600;color:var(--fcbt-r);line-height:1;display:block;}
.fcbt-mon{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#5a6b7a;font-weight:600;}
.fcbt-event-info h4{font-size:15px;color:var(--fcbt-n);font-weight:800;margin:0 0 6px;line-height:1.3;}
.fcbt-meta{font-size:12.5px;color:#5a6b7a;display:flex;gap:12px;flex-wrap:wrap;}
.fcbt-event-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;}
.fcbt-event-status{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:5px 12px;border-radius:20px;color:#fff;white-space:nowrap;}
.fcbt-event-links{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;}
.fcbt-btn{display:inline-block;padding:7px 14px;border-radius:4px;font-size:12.5px;font-weight:700;text-decoration:none;white-space:nowrap;transition:opacity .2s;}
.fcbt-btn:hover{opacity:.85;}
.fcbt-btn-primary{background:var(--fcbt-r);color:#fff;}
.fcbt-btn-secondary{background:var(--fcbt-n);color:#fff;}
.fcbt-btn-ghost{background:transparent;border:1px solid var(--fcbt-li);color:var(--fcbt-n);}

/* RANKING */
.fcbt-ranking-meta{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#5a6b7a;margin-bottom:12px;flex-wrap:wrap;gap:8px;}
.fcbt-rank-table{width:100%;border-collapse:collapse;background:var(--fcbt-n);color:var(--fcbt-c);border-radius:8px;overflow:hidden;}
.fcbt-rank-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:rgba(250,250,247,.5);font-weight:600;padding:14px 16px;border-bottom:1px solid rgba(250,250,247,.12);}
.fcbt-rank-table td{padding:14px 16px;border-bottom:1px solid rgba(250,250,247,.07);font-size:14px;}
.fcbt-rank-table tr.fcbt-podium td{background:rgba(217,161,74,.08);}
.fcbt-rank-table tr:hover td{background:rgba(250,250,247,.04);}
.fcbt-rank-pos{font-family:'JetBrains Mono',monospace;font-weight:600;color:rgba(250,250,247,.5);font-size:15px;}
.fcbt-pos-1{font-family:'JetBrains Mono',monospace;font-weight:800;color:#D9A14A;font-size:16px;}
.fcbt-pos-2{font-family:'JetBrains Mono',monospace;font-weight:800;color:#B0B0B0;font-size:16px;}
.fcbt-pos-3{font-family:'JetBrains Mono',monospace;font-weight:800;color:#8B6914;font-size:16px;}
.fcbt-rank-name{font-weight:700;}
.fcbt-arena{color:rgba(250,250,247,.5);font-size:12px;}
.fcbt-rank-city{color:rgba(250,250,247,.65);font-size:13px;}
.fcbt-rank-pts{font-family:'JetBrains Mono',monospace;font-weight:700;text-align:right;color:var(--fcbt-au);}
.fcbt-var-up{color:#15B250;font-size:12px;}
.fcbt-var-down{color:#DF2735;font-size:12px;}
.fcbt-var-same{color:rgba(250,250,247,.4);font-size:12px;}

/* RESPONSIVO */
@media(max-width:768px){
  .fcbt-event-row{grid-template-columns:60px 1fr;grid-template-areas:"date info" "date actions";row-gap:10px;}
  .fcbt-event-date{grid-area:date;}
  .fcbt-event-info{grid-area:info;}
  .fcbt-event-actions{grid-area:actions;align-items:flex-start;flex-direction:row;flex-wrap:wrap;}
  .fcbt-hide-mobile{display:none !important;}
  .fcbt-filters{flex-direction:column;}
  .fcbt-filter-group{min-width:auto;}
}
@media(max-width:480px){
  .fcbt-rank-table{font-size:13px;}
  .fcbt-rank-table td,.fcbt-rank-table th{padding:10px 8px;}
  .fcbt-day{font-size:18px;}
}

/* Página individual de evento — FCBT Core 2.1 */
.fcbt-event-row{position:relative}.fcbt-event-row>*{position:relative;z-index:2}.fcbt-event-main-link{position:absolute!important;inset:0;z-index:1!important}.fcbt-event-links a{position:relative;z-index:3}
.fcbt-single-event{background:#f5f7fa;color:#16324f;min-height:70vh}.fcbt-event-hero{background:#16324f;color:#fff;padding:54px 20px}.fcbt-event-hero-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,470px);gap:42px;align-items:center}.fcbt-event-kicker{display:inline-block;color:#ff4b59;font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px}.fcbt-event-hero h1{font-family:'Archivo Black',sans-serif;font-size:clamp(34px,5vw,66px);line-height:1.02;margin:0 0 20px;color:#fff}.fcbt-event-hero-meta{display:flex;gap:18px;flex-wrap:wrap;font-weight:600;margin-bottom:26px}.fcbt-event-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.fcbt-event-flyer img{width:100%;display:block;border-radius:18px;box-shadow:0 18px 50px rgba(0,0,0,.32)}.fcbt-btn-light{background:#fff;color:#16324f}.fcbt-event-layout{max-width:1180px;margin:0 auto;padding:44px 20px 70px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:32px;align-items:start}.fcbt-event-content{display:grid;gap:22px}.fcbt-event-section,.fcbt-event-info-card{background:#fff;border:1px solid #e5eaf0;border-radius:14px;padding:28px;box-shadow:0 8px 28px rgba(22,50,79,.06)}.fcbt-event-section h2,.fcbt-event-info-card h3{margin:0 0 18px;color:#16324f;font-size:24px}.fcbt-rich-content{color:#334b63;line-height:1.75}.fcbt-rich-content p:last-child{margin-bottom:0}.fcbt-event-sidebar{position:sticky;top:28px}.fcbt-event-status-badge{display:inline-block;padding:7px 12px;border-radius:999px;background:#16324f;color:#fff;font-size:12px;font-weight:800;margin-bottom:18px}.fcbt-event-status-badge.status-inscricoes_abertas,.fcbt-event-status-badge.status-confirmado{background:#15b250}.fcbt-event-status-badge.status-finalizado{background:#777}.fcbt-event-status-badge.status-cancelado{background:#df2735}.fcbt-event-status-badge.status-adiado{background:#d9a14a}.fcbt-event-info-card dl{margin:0 0 22px}.fcbt-event-info-card dt{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#708398;font-weight:800;margin-top:16px}.fcbt-event-info-card dd{margin:4px 0 0;font-weight:600;color:#16324f}.fcbt-btn-block{display:block;text-align:center;margin-top:10px}.fcbt-event-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.fcbt-event-resource-grid a{display:block;padding:18px;border:1px solid #dce4ec;border-radius:10px;text-decoration:none;font-weight:700;color:#16324f;background:#f8fafc}
@media(max-width:850px){.fcbt-event-hero-inner,.fcbt-event-layout{grid-template-columns:1fr}.fcbt-event-flyer{order:-1}.fcbt-event-sidebar{position:static}.fcbt-event-resource-grid{grid-template-columns:1fr}.fcbt-event-hero{padding-top:28px}.fcbt-event-layout{padding-top:26px}}

/* Ranking Explorer — FCBT Core 2.2.6 */
.fcbt-ranking-explorer{max-width:1120px}
.fcbt-ranking-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:28px}
.fcbt-ranking-eyebrow{display:block;color:var(--fcbt-r);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px}
.fcbt-ranking-title{font-family:'Archivo Black',sans-serif;color:var(--fcbt-n);font-size:clamp(28px,4vw,42px);line-height:1;margin:0 0 8px}
.fcbt-ranking-subtitle{margin:0;color:#64758a;font-size:14px}
.fcbt-season-control{display:flex;flex-direction:column;gap:5px;min-width:118px}
.fcbt-season-control span,.fcbt-selector-label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64758a}
.fcbt-season-control select{height:42px;border:1px solid var(--fcbt-li);border-radius:8px;background:#fff;padding:0 34px 0 12px;color:var(--fcbt-n);font-weight:700}
.fcbt-ranking-selector-block{margin-bottom:18px}
.fcbt-selector-label{display:block;margin-bottom:8px}
.fcbt-category-chips,.fcbt-segmented{display:flex;gap:8px;flex-wrap:wrap}
.fcbt-category-chip,.fcbt-choice-btn{appearance:none;border:1px solid var(--fcbt-li);background:#fff;color:var(--fcbt-n);border-radius:999px;padding:9px 16px;min-height:38px;font-size:13px;font-weight:750;cursor:pointer;transition:.18s ease}
.fcbt-category-chip:hover,.fcbt-choice-btn:hover{border-color:var(--fcbt-n);transform:translateY(-1px)}
.fcbt-category-chip.is-active{background:var(--fcbt-n);border-color:var(--fcbt-n);color:#fff;box-shadow:0 6px 18px rgba(22,50,79,.18)}
.fcbt-gender-tabs .fcbt-choice-btn.is-active,.fcbt-modality-tabs .fcbt-choice-btn.is-active{background:var(--fcbt-r);border-color:var(--fcbt-r);color:#fff;box-shadow:0 6px 16px rgba(223,39,53,.18)}
.fcbt-ranking-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:28px 0 12px;padding-top:22px;border-top:1px solid var(--fcbt-li)}
.fcbt-current-ranking{display:flex;flex-direction:column;gap:2px}
.fcbt-current-label{font-size:11px;color:#748397;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.fcbt-current-title{font-size:20px;color:var(--fcbt-n)}
.fcbt-athlete-search{width:min(100%,320px)}
.fcbt-athlete-search input{width:100%;height:42px;border:1px solid var(--fcbt-li);border-radius:8px;padding:0 14px;background:#fff;color:var(--fcbt-n);font-size:14px}
.fcbt-athlete-search input:focus{outline:none;border-color:var(--fcbt-r);box-shadow:0 0 0 3px rgba(223,39,53,.09)}
.fcbt-ranking-content{transition:opacity .18s ease}
.fcbt-ranking-content.is-loading{opacity:.38;pointer-events:none}
.fcbt-rank-table-shell{border-radius:10px;overflow:hidden;box-shadow:0 10px 30px rgba(22,50,79,.08)}
.fcbt-rank-col-pos{width:76px}.fcbt-rank-col-points{width:120px;text-align:right!important}
@media(max-width:700px){
  .fcbt-ranking-head,.fcbt-ranking-toolbar{align-items:stretch;flex-direction:column}
  .fcbt-season-control{width:100%}.fcbt-season-control select{width:100%}
  .fcbt-category-chips,.fcbt-segmented{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:thin}
  .fcbt-category-chip,.fcbt-choice-btn{flex:0 0 auto}
  .fcbt-athlete-search{width:100%}
  .fcbt-current-title{font-size:18px}
}

/* =========================================================
   NOTÍCIAS FCBT — v2.3.0
========================================================= */
.fcbt-news-section{max-width:1200px;margin:0 auto;padding:56px 20px;font-family:Inter,Arial,sans-serif;color:#16324f}
.fcbt-news-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.fcbt-news-heading h2{margin:5px 0 0;font-family:"Archivo Black",Inter,sans-serif;font-size:clamp(28px,4vw,44px);line-height:1.05;color:#16324f}
.fcbt-news-kicker{font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#df2735}
.fcbt-news-see-all,.fcbt-news-action{font-weight:800;color:#df2735;text-decoration:none}
.fcbt-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.fcbt-news-grid-1{grid-template-columns:1fr}.fcbt-news-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.fcbt-news-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.fcbt-news-card{position:relative;overflow:hidden;background:#fff;border:1px solid #e5e9ee;border-radius:16px;box-shadow:0 8px 25px rgba(22,50,79,.08);transition:transform .2s ease,box-shadow .2s ease}
.fcbt-news-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(22,50,79,.14)}
.fcbt-news-card-link{position:absolute;inset:0;z-index:3}
.fcbt-news-image{position:relative;aspect-ratio:4/3;background:#eef2f5;overflow:hidden}
.fcbt-news-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.fcbt-news-card:hover .fcbt-news-image img{transform:scale(1.035)}
.fcbt-news-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#16324f,#0d2138);color:#fff;font-family:"Archivo Black",sans-serif;font-size:38px}
.fcbt-news-badge{position:absolute;left:14px;bottom:14px;padding:7px 10px;background:#df2735;color:#fff;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.fcbt-news-body{padding:20px 20px 22px}
.fcbt-news-body time{display:block;color:#6f7e8c;font-size:12px;font-weight:600;text-transform:uppercase}
.fcbt-news-body h3{margin:9px 0 10px;font-size:20px;line-height:1.25;color:#16324f}
.fcbt-news-body p{margin:0 0 16px;color:#536577;font-size:14px;line-height:1.6}
.fcbt-news-action{display:inline-block;font-size:13px}
.fcbt-news-filters{display:flex;gap:8px;overflow-x:auto;padding:0 0 18px;margin-bottom:12px;scrollbar-width:thin}
.fcbt-news-filters a{white-space:nowrap;padding:10px 16px;border:1px solid #d8e0e8;border-radius:999px;color:#16324f;text-decoration:none;font-weight:700;background:#fff}
.fcbt-news-filters a.is-active,.fcbt-news-filters a:hover{background:#16324f;color:#fff;border-color:#16324f}
.fcbt-news-pagination{margin-top:32px}.fcbt-news-pagination ul{display:flex;gap:7px;list-style:none;padding:0}.fcbt-news-pagination a,.fcbt-news-pagination span{display:grid;place-items:center;min-width:38px;height:38px;border-radius:8px;border:1px solid #d8e0e8;text-decoration:none}.fcbt-news-pagination .current{background:#16324f;color:#fff;border-color:#16324f}
@media(max-width:950px){.fcbt-news-grid,.fcbt-news-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.fcbt-news-section{padding:38px 16px}.fcbt-news-heading{align-items:flex-start}.fcbt-news-grid,.fcbt-news-grid-2,.fcbt-news-grid-3,.fcbt-news-grid-4{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.fcbt-news-card{min-width:84vw;scroll-snap-align:start}.fcbt-news-see-all{font-size:13px;white-space:nowrap}}

/* Notícias — FCBT Core 2.3.0 */
.fcbt-news-section,.fcbt-news-archive{padding-top:28px;padding-bottom:38px}
.fcbt-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}
.fcbt-section-eyebrow{display:block;color:var(--fcbt-r);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px}
.fcbt-section-heading h2{font-family:'Archivo Black',sans-serif;color:var(--fcbt-n);font-size:clamp(26px,4vw,38px);line-height:1;margin:0}
.fcbt-section-heading>a{font-weight:800;color:var(--fcbt-n);text-decoration:none;white-space:nowrap}
.fcbt-section-heading>a:hover{color:var(--fcbt-r)}
.fcbt-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.fcbt-news-grid-archive{grid-template-columns:repeat(3,minmax(0,1fr))}
.fcbt-news-card{background:#fff;border:1px solid var(--fcbt-li);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;min-width:0;box-shadow:0 8px 26px rgba(22,50,79,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.fcbt-news-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(22,50,79,.11);border-color:rgba(22,50,79,.25)}
.fcbt-news-image{display:block;aspect-ratio:4/3;background:linear-gradient(135deg,var(--fcbt-n),var(--fcbt-r));overflow:hidden;text-decoration:none}
.fcbt-news-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.fcbt-news-card:hover .fcbt-news-image img{transform:scale(1.035)}
.fcbt-news-placeholder{height:100%;display:grid;place-items:center;color:#fff;font-family:'Archivo Black',sans-serif;font-size:34px;letter-spacing:.08em}
.fcbt-news-body{padding:20px;display:flex;flex-direction:column;flex:1}
.fcbt-news-topline{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:11px}
.fcbt-news-type{font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;color:var(--fcbt-r)}
.fcbt-news-topline time{font-size:11px;color:#738398}
.fcbt-news-card h3{font-size:19px;line-height:1.25;margin:0 0 10px;color:var(--fcbt-n)}
.fcbt-news-card h3 a{color:inherit;text-decoration:none}
.fcbt-news-card p{font-size:13.5px;line-height:1.55;color:#617389;margin:0 0 18px}
.fcbt-news-link{margin-top:auto;color:var(--fcbt-n);font-size:12.5px;font-weight:850;text-decoration:none}
.fcbt-news-link:hover{color:var(--fcbt-r)}
.fcbt-news-filters{display:flex;gap:8px;overflow-x:auto;padding:2px 0 18px;margin-bottom:16px;scrollbar-width:thin}
.fcbt-news-filters a{flex:0 0 auto;text-decoration:none;border:1px solid var(--fcbt-li);border-radius:999px;padding:9px 15px;color:var(--fcbt-n);background:#fff;font-size:12.5px;font-weight:750}
.fcbt-news-filters a.is-active,.fcbt-news-filters a:hover{background:var(--fcbt-n);border-color:var(--fcbt-n);color:#fff}
.fcbt-news-pagination{display:flex;justify-content:center;gap:6px;margin-top:30px}
.fcbt-news-pagination .page-numbers{display:grid;place-items:center;min-width:38px;height:38px;border:1px solid var(--fcbt-li);border-radius:7px;text-decoration:none;color:var(--fcbt-n);background:#fff}
.fcbt-news-pagination .current{background:var(--fcbt-n);color:#fff;border-color:var(--fcbt-n)}
@media(max-width:900px){.fcbt-news-grid,.fcbt-news-grid-archive{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.fcbt-section-heading{align-items:flex-start;flex-direction:column}.fcbt-news-grid,.fcbt-news-grid-archive{grid-template-columns:1fr}.fcbt-news-card.is-compact{min-width:82vw}.fcbt-news-section .fcbt-news-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.fcbt-news-section .fcbt-news-card{scroll-snap-align:start}}

/* Instagram fiel — FCBT Core 2.3.2 */
.fcbt-news-image{aspect-ratio:var(--fcbt-news-ratio,4/5);background:#f5f3ee}
.fcbt-news-image img{object-fit:contain!important;background:#f5f3ee}
.fcbt-instagram-single{max-width:1040px;margin:42px auto 64px;padding:0 20px;font-family:Inter,Arial,sans-serif;color:#16324f}
.fcbt-instagram-single__back{display:inline-block;margin-bottom:20px;color:#16324f;text-decoration:none;font-weight:750}
.fcbt-instagram-single__card{display:grid;grid-template-columns:minmax(300px,560px) minmax(280px,1fr);background:#fff;border:1px solid #e5e9ee;border-radius:16px;overflow:hidden;box-shadow:0 14px 40px rgba(22,50,79,.1)}
.fcbt-instagram-single__media{display:grid;place-items:center;background:#f5f3ee;min-height:420px}
.fcbt-instagram-single__media img{display:block;width:100%;height:auto;max-height:820px;object-fit:contain}
.fcbt-instagram-single__body{padding:30px;display:flex;flex-direction:column}
.fcbt-instagram-single__body h1{font-size:clamp(24px,3vw,38px);line-height:1.15;margin:0 0 18px;color:#16324f}
.fcbt-instagram-single__caption{white-space:pre-wrap;line-height:1.65;color:#334e68;font-size:15px;overflow-wrap:anywhere}
.fcbt-instagram-single__meta{font-size:12px;color:#738398;margin-bottom:16px}
.fcbt-instagram-single__button{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:8px;background:#df2735;color:#fff!important;text-decoration:none;font-weight:800}
@media(max-width:800px){.fcbt-instagram-single__card{grid-template-columns:1fr}.fcbt-instagram-single__media{min-height:0}.fcbt-instagram-preview-grid{grid-template-columns:1fr!important}}

/* Instagram oficial — v2.3.3 */
.fcbt-instagram-embed{width:100%;background:#fff;overflow:hidden}
.fcbt-instagram-embed iframe{display:block;width:100%;min-width:0;height:720px;border:0;background:#fff}
.fcbt-instagram-embed.is-compact iframe{height:590px}
.fcbt-instagram-embed.is-single iframe{height:820px}
.fcbt-news-card>.fcbt-instagram-embed{border-bottom:1px solid #e5e9ee}
.fcbt-instagram-single__card.has-official-embed{grid-template-columns:minmax(340px,620px) minmax(280px,1fr)}
.fcbt-instagram-single__card.has-official-embed .fcbt-instagram-single__media{background:#fff;padding:0}
@media(max-width:980px){.fcbt-instagram-embed.is-compact iframe{height:680px}.fcbt-instagram-single__card.has-official-embed{grid-template-columns:1fr}.fcbt-instagram-embed.is-single iframe{height:760px}}
@media(max-width:640px){.fcbt-instagram-embed iframe,.fcbt-instagram-embed.is-compact iframe,.fcbt-instagram-embed.is-single iframe{height:680px}.fcbt-news-grid{grid-template-columns:1fr}}

/* FCBT Core 3.0 public modules */
.fcbt-wrap{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto}.fcbt-page-intro{padding:55px 0 28px}.fcbt-page-intro>span,.fcbt-home-hero span,.fcbt-home-transparency span,.fcbt-instagram-cta span{font-size:12px;font-weight:800;letter-spacing:.2em;color:#df2735}.fcbt-page-intro h1{font-size:clamp(36px,5vw,62px);color:#16324f;margin:10px 0 12px}.fcbt-page-intro p{max-width:780px;color:#607086;font-size:17px}.fcbt-home-hero{background:#173652;color:#fff;padding:92px 0}.fcbt-home-hero h1{font-family:'Archivo Black',sans-serif;font-size:clamp(44px,7vw,86px);line-height:1.03;max-width:900px;margin:14px 0 18px}.fcbt-home-hero p{font-size:19px;max-width:690px;line-height:1.6;color:#d9e5ef}.fcbt-home-hero>div>div{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.fcbt-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:5px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;font-size:13px}.fcbt-btn-primary{background:#df2735;color:#fff}.fcbt-btn-outline{border:1px solid rgba(255,255,255,.6);color:#fff}.fcbt-home-events,.fcbt-news-section{padding-top:72px;padding-bottom:72px}.fcbt-event-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fcbt-event-card{display:grid;grid-template-columns:76px 1fr auto;gap:17px;align-items:center;padding:22px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:#16324f;transition:.2s}.fcbt-event-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(22,50,79,.12)}.fcbt-event-date{background:#16324f;color:#fff;border-radius:8px;text-align:center;padding:12px 5px}.fcbt-event-date strong{font-size:27px;display:block}.fcbt-event-date span{font-size:11px;letter-spacing:.1em}.fcbt-event-card>div:nth-child(2)>span{color:#df2735;font-size:11px;font-weight:800;text-transform:uppercase}.fcbt-event-card h3{font-size:17px;margin:5px 0}.fcbt-event-card p{font-size:13px;margin:0;color:#6c7b8c}.fcbt-home-ranking{background:#102a45;color:#fff;padding:75px 0}.fcbt-section-heading.is-light h2,.fcbt-section-heading.is-light a{color:#fff}.fcbt-home-ranking-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.fcbt-home-ranking-list>div{display:grid;grid-template-columns:45px 1fr auto;align-items:center;background:rgba(255,255,255,.07);padding:15px;border-radius:8px}.fcbt-home-ranking-list>div>strong{color:#ffb32c;font-family:'JetBrains Mono';font-size:18px}.fcbt-home-ranking-list span{display:grid}.fcbt-home-ranking-list small{color:#aebfd0}.fcbt-home-ranking-list em{font-style:normal;color:#ffb32c;font-weight:800}.fcbt-home-transparency,.fcbt-instagram-cta{padding:65px 0}.fcbt-home-transparency>.fcbt-wrap,.fcbt-instagram-cta>.fcbt-wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}.fcbt-home-transparency h2,.fcbt-instagram-cta h2{color:#16324f;font-size:37px;margin:8px 0}.fcbt-home-transparency p,.fcbt-instagram-cta p{color:#657589;max-width:690px}.fcbt-home-transparency .fcbt-btn-outline{color:#16324f;border-color:#16324f}.fcbt-instagram-cta{background:#df2735;color:#fff}.fcbt-instagram-cta span{color:#fff}.fcbt-instagram-cta h2,.fcbt-instagram-cta p{color:#fff}.fcbt-partners-section{padding:65px 0;background:#f7f8fa;overflow:hidden}.fcbt-partner-marquee{overflow:hidden;margin-top:20px}.fcbt-partner-track{display:flex;align-items:center;gap:55px;width:max-content;padding:15px 25px}.fcbt-partner-marquee.is-moving .fcbt-partner-track{animation:fcbtPartnerScroll 34s linear infinite}.fcbt-partner-track a{width:170px;height:90px;display:grid;place-items:center;filter:grayscale(1);opacity:.72}.fcbt-partner-track a:hover{filter:none;opacity:1}.fcbt-partner-track img{max-width:150px;max-height:70px;object-fit:contain}.fcbt-partner-track span{font-weight:800;color:#16324f}@keyframes fcbtPartnerScroll{to{transform:translateX(-50%)}}.fcbt-document-filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;padding:16px;background:#f4f6f8;border-radius:10px;margin:18px 0 30px}.fcbt-document-filters input,.fcbt-document-filters select{min-height:45px;border:1px solid #d5dce4;border-radius:6px;padding:0 12px}.fcbt-document-filters button{background:#16324f;color:#fff;border:0;border-radius:6px;padding:0 22px;font-weight:700}.fcbt-document-list{display:grid;gap:10px;padding-bottom:70px}.fcbt-document-list article{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:18px;padding:19px;border:1px solid #e0e6ec;border-radius:10px;background:#fff}.fcbt-document-icon{display:grid;place-items:center;width:52px;height:52px;background:#fee9eb;color:#df2735;border-radius:8px;font-weight:900;font-size:12px}.fcbt-document-meta{color:#df2735;font-size:11px;font-weight:800;text-transform:uppercase}.fcbt-document-info h3{margin:4px 0;color:#16324f}.fcbt-document-info p{margin:6px 0 0;color:#68788b}.fcbt-document-actions{display:flex;gap:8px}.fcbt-document-actions a{padding:9px 13px;border:1px solid #16324f;border-radius:5px;color:#16324f;text-decoration:none;font-weight:700;font-size:13px}.fcbt-document-actions .is-download{background:#16324f;color:#fff}.fcbt-directory{padding-bottom:70px}.fcbt-directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.fcbt-directory-grid article{background:#fff;border:1px solid #e0e6ed;border-radius:12px;overflow:hidden}.fcbt-directory-photo{aspect-ratio:4/3;background:#edf1f5;display:grid;place-items:center}.fcbt-directory-photo img{width:100%;height:100%;object-fit:cover}.fcbt-directory-photo .dashicons{font-size:70px;width:70px;height:70px;color:#aab5c1}.fcbt-directory-body{padding:20px}.fcbt-directory-body>span{color:#df2735;font-size:11px;font-weight:800;text-transform:uppercase}.fcbt-directory-body h3{color:#16324f;font-size:21px;margin:5px 0}.fcbt-directory-body small{color:#7b8796}.fcbt-directory-body div{color:#657589;margin:12px 0}.fcbt-gallery{padding-bottom:70px}.fcbt-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.fcbt-gallery-grid a{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:12px;background:#16324f;color:#fff}.fcbt-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.3s}.fcbt-gallery-grid a:hover img{transform:scale(1.04)}.fcbt-gallery-grid a>div{position:absolute;inset:auto 0 0;padding:40px 20px 18px;background:linear-gradient(transparent,rgba(0,0,0,.8))}.fcbt-gallery-grid h3{margin:0;color:#fff}@media(max-width:900px){.fcbt-event-card-grid,.fcbt-directory-grid,.fcbt-gallery-grid{grid-template-columns:1fr 1fr}.fcbt-home-ranking-list{grid-template-columns:1fr}.fcbt-document-filters{grid-template-columns:1fr 1fr}.fcbt-document-filters input{grid-column:1/-1}.fcbt-document-list article{grid-template-columns:48px 1fr}.fcbt-document-actions{grid-column:2}}@media(max-width:620px){.fcbt-wrap{width:min(100% - 26px,1180px)}.fcbt-home-hero{padding:65px 0}.fcbt-event-card-grid,.fcbt-directory-grid,.fcbt-gallery-grid{grid-template-columns:1fr}.fcbt-home-transparency>.fcbt-wrap,.fcbt-instagram-cta>.fcbt-wrap{align-items:flex-start;flex-direction:column}.fcbt-document-filters{grid-template-columns:1fr}.fcbt-document-list article{grid-template-columns:1fr}.fcbt-document-actions{grid-column:1}.fcbt-document-icon{display:none}}
.fcbt-news-instagram-placeholder{background:linear-gradient(145deg,#6b2bd9,#df2735 52%,#ffad2f);color:#fff!important;display:flex!important;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:22px;text-decoration:none}.fcbt-news-instagram-placeholder span{font-size:12px;text-transform:uppercase;letter-spacing:.15em}.fcbt-news-instagram-placeholder b{font-size:34px;margin:4px 0}.fcbt-news-instagram-placeholder small{font-size:13px}.fcbt-news-card .fcbt-news-image{aspect-ratio:4/5;min-height:260px}

.fcbt-home-instagram-live{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;min-height:640px}.fcbt-home-instagram-live iframe{display:block;width:100%;height:640px;border:0}.fcbt-gallery-carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 0 18px}.fcbt-gallery-carousel>a{flex:0 0 min(320px,82vw);scroll-snap-align:start;text-decoration:none;color:#102a45}.fcbt-gallery-carousel img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px;display:block;margin-bottom:10px}.fcbt-gallery-carousel strong{font-size:16px}.fcbt-gallery-home{padding-top:70px;padding-bottom:70px}
@media(max-width:800px){.fcbt-home-instagram-live,.fcbt-home-instagram-live iframe{min-height:560px;height:560px}}
/* Estabilização visual 3.0.5 */
.fcbt-home-hero h1,.fcbt-home-hero h2,.fcbt-home-hero strong{color:#fff!important}
.fcbt-home-ranking,.fcbt-home-ranking h2,.fcbt-home-ranking h3,.fcbt-home-ranking b,.fcbt-home-ranking p{color:#fff!important}
.fcbt-home-ranking-list span b{color:#fff!important}
.fcbt-home-ranking-list span small{color:#c7d5e2!important}
.fcbt-ranking-table,.fcbt-ranking-table td,.fcbt-ranking-table th{color:#16324f}
.fcbt-ranking-table a,.fcbt-ranking-athlete,.fcbt-ranking-name{color:#16324f!important}
.fcbt-directory .fcbt-page-intro h1,.fcbt-documents .fcbt-page-intro h1,.fcbt-gallery .fcbt-page-intro h1{color:#16324f!important}


/* FCBT 3.0.6 — módulos institucionais estáveis */
.fcbt-gallery-home-grid,.fcbt-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.fcbt-gallery-home-card,.fcbt-gallery-card{display:block;background:#fff;border:1px solid #dfe5ec;border-radius:16px;overflow:hidden;color:#102d4b;text-decoration:none;box-shadow:0 8px 28px rgba(16,45,75,.07);transition:.2s ease}.fcbt-gallery-home-card:hover,.fcbt-gallery-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(16,45,75,.12)}.fcbt-gallery-home-media,.fcbt-gallery-card-media{aspect-ratio:4/3;background:#eef2f6;overflow:hidden}.fcbt-gallery-home-media img,.fcbt-gallery-card-media img{width:100%;height:100%;display:block;object-fit:cover}.fcbt-gallery-home-body,.fcbt-gallery-card-body{padding:18px}.fcbt-gallery-home-body span,.fcbt-gallery-card-body span{font-size:11px;font-weight:800;letter-spacing:.12em;color:#ed2434}.fcbt-gallery-home-body h3,.fcbt-gallery-card-body h3{margin:8px 0 0;color:#102d4b;font-size:20px;line-height:1.2}.fcbt-gallery-home-body p,.fcbt-gallery-card-body p{margin:10px 0 0;color:#536273}.fcbt-gallery-placeholder{height:100%;display:grid;place-items:center;background:#173a5d;color:#fff;font-weight:900;font-size:28px}.fcbt-partner-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px}.fcbt-partner-card{width:180px;height:100px;border:1px solid #dfe5ec;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;padding:18px;text-decoration:none;color:#102d4b}.fcbt-partner-card img{max-width:100%;max-height:70px;width:auto;height:auto;object-fit:contain}.fcbt-directory-photo img{width:100%;height:100%;object-fit:cover}.fcbt-page-intro h1,.fcbt-section-heading h2{color:#102d4b}
@media(max-width:900px){.fcbt-gallery-home-grid,.fcbt-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.fcbt-gallery-home-grid,.fcbt-gallery-grid{grid-template-columns:1fr}.fcbt-partner-card{width:140px;height:86px}}
.fcbt-directory-group{margin:0 0 42px}.fcbt-directory-group>h2{font-size:26px;color:#16324f;margin:0 0 18px;padding-bottom:10px;border-bottom:2px solid #e8edf2}.fcbt-directory-group:first-of-type>h2{border-bottom-color:#df2735}


/* FCBT 3.0.8 — gestão editável e carrossel de parceiros */
.fcbt-partners-section .fcbt-partner-marquee{position:relative;overflow:hidden;width:100%;padding:8px 0}
.fcbt-partners-section .fcbt-partner-track{display:flex;align-items:center;gap:28px;width:max-content;will-change:transform}
.fcbt-partners-section .fcbt-partner-marquee.is-moving .fcbt-partner-track{animation:fcbtPartnerScroll 32s linear infinite}
.fcbt-partners-section .fcbt-partner-marquee:hover .fcbt-partner-track{animation-play-state:paused}
.fcbt-partners-section .fcbt-partner-card{flex:0 0 190px;width:190px;height:105px;background:#fff;border:1px solid #dfe5ec;border-radius:14px;display:flex;align-items:center;justify-content:center;padding:18px;box-shadow:0 8px 22px rgba(16,45,75,.06)}
.fcbt-partners-section .fcbt-partner-card img{max-width:150px;max-height:72px;width:auto;height:auto;object-fit:contain;filter:none;opacity:1}
@keyframes fcbtPartnerScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:620px){.fcbt-partners-section .fcbt-partner-card{flex-basis:145px;width:145px;height:88px}.fcbt-partners-section .fcbt-partner-track{gap:16px}}


/* FCBT Core 3.0.9 — Diretoria horizontal e carrossel infinito */
.fcbt-directory-grid{grid-template-columns:1fr;gap:22px}
.fcbt-directory-card{display:grid!important;grid-template-columns:minmax(230px,320px) 1fr;align-items:stretch;min-height:300px}
.fcbt-directory-card .fcbt-directory-photo{aspect-ratio:auto;min-height:300px;height:100%;overflow:hidden;text-decoration:none}
.fcbt-directory-card .fcbt-directory-photo img{width:100%;height:100%;object-fit:cover;display:block}
.fcbt-directory-card .fcbt-directory-body{padding:30px 34px;display:flex;flex-direction:column;justify-content:center}
.fcbt-directory-description{font-size:15px;line-height:1.65;max-width:760px}
.fcbt-directory-description p:first-child{margin-top:12px}
.fcbt-directory-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.fcbt-directory-links a{display:inline-flex;padding:9px 13px;border:1px solid #16324f;border-radius:6px;color:#16324f;text-decoration:none;font-weight:700;font-size:13px}
.fcbt-directory-links a:hover{background:#16324f;color:#fff}
.fcbt-partner-track{display:flex!important;gap:0!important;width:max-content!important;padding:15px 0!important;will-change:transform}
.fcbt-partner-sequence{display:flex;align-items:center;gap:28px;padding-right:28px;flex:none}
.fcbt-partner-marquee.is-moving .fcbt-partner-track{animation:fcbtPartnerLoop 34s linear infinite!important}
@keyframes fcbtPartnerLoop{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.fcbt-partner-card.is-white{background:#fff;color:#16324f}
.fcbt-partner-card.is-blue{background:#16324f;border-color:#16324f;color:#fff}
.fcbt-partner-card.is-blue span{color:#fff}
.fcbt-partner-card.is-blue img{filter:none;opacity:1}
@media(max-width:760px){.fcbt-directory-card{grid-template-columns:1fr}.fcbt-directory-card .fcbt-directory-photo{min-height:0;aspect-ratio:4/3}.fcbt-directory-card .fcbt-directory-body{padding:22px}.fcbt-partner-sequence{gap:16px;padding-right:16px}}

/* Álbum individual — grade de miniaturas + lightbox */
.fcbt-album-viewer{width:min(1180px,calc(100% - 40px));margin:54px auto 80px}.fcbt-album-toolbar{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.fcbt-album-toolbar>div{font-size:14px;color:#16324f}.fcbt-album-toolbar>div strong{font-family:'Archivo Black',sans-serif;font-size:30px;margin-right:5px}.fcbt-album-toolbar p{margin:0;color:#657589}.fcbt-album-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.fcbt-album-thumb{position:relative;display:block;width:100%;aspect-ratio:1/1;border:0;padding:0;background:#edf1f5;overflow:hidden;border-radius:10px;cursor:zoom-in}.fcbt-album-thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.fcbt-album-thumb:hover img,.fcbt-album-thumb:focus-visible img{transform:scale(1.045)}.fcbt-album-thumb-overlay{position:absolute;inset:auto 10px 10px auto;background:rgba(16,42,69,.82);color:#fff;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;opacity:0;transform:translateY(4px);transition:.2s}.fcbt-album-thumb:hover .fcbt-album-thumb-overlay,.fcbt-album-thumb:focus-visible .fcbt-album-thumb-overlay{opacity:1;transform:none}.fcbt-album-empty{width:min(1180px,calc(100% - 40px));margin:50px auto 80px;padding:35px;border:1px dashed #cbd5df;border-radius:12px;text-align:center;color:#657589}.fcbt-lightbox[hidden]{display:none!important}.fcbt-lightbox{position:fixed;z-index:999999;inset:0;display:grid;place-items:center}.fcbt-lightbox-backdrop{position:absolute;inset:0;background:rgba(5,15,27,.94);backdrop-filter:blur(3px)}.fcbt-lightbox-panel{position:relative;z-index:1;width:100%;height:100%;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;grid-template-rows:64px minmax(0,1fr);align-items:center}.fcbt-lightbox-topbar{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:0 22px;color:#fff}.fcbt-lightbox-counter{font-weight:700}.fcbt-lightbox-actions{display:flex;align-items:center;gap:8px}.fcbt-lightbox-actions button,.fcbt-lightbox-actions a{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff;border-radius:7px;padding:9px 13px;text-decoration:none;font:inherit;cursor:pointer}.fcbt-lightbox-actions .fcbt-lightbox-close{border:0;background:transparent;font-size:34px;line-height:1;padding:0 6px}.fcbt-lightbox figure{grid-column:2;grid-row:2;margin:0;height:calc(100vh - 88px);display:flex;flex-direction:column;align-items:center;justify-content:center}.fcbt-lightbox-image{display:block;max-width:100%;max-height:calc(100vh - 130px);width:auto;height:auto;object-fit:contain;box-shadow:0 12px 45px rgba(0,0,0,.3)}.fcbt-lightbox-caption{min-height:24px;color:#fff;text-align:center;margin-top:10px;font-size:14px}.fcbt-lightbox-nav{grid-row:2;align-self:stretch;border:0;background:transparent;color:#fff;font-size:64px;cursor:pointer;opacity:.68;transition:.2s}.fcbt-lightbox-nav:hover{opacity:1;background:rgba(255,255,255,.04)}.fcbt-lightbox-nav.is-prev{grid-column:1}.fcbt-lightbox-nav.is-next{grid-column:3}.fcbt-lightbox-open{overflow:hidden!important}
@media(max-width:900px){.fcbt-album-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fcbt-album-toolbar{align-items:flex-start;flex-direction:column;gap:5px}}
@media(max-width:620px){.fcbt-album-viewer{width:calc(100% - 24px);margin-top:30px}.fcbt-album-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.fcbt-album-thumb{border-radius:6px}.fcbt-lightbox-panel{grid-template-columns:44px minmax(0,1fr) 44px;grid-template-rows:58px minmax(0,1fr)}.fcbt-lightbox-topbar{padding:0 10px}.fcbt-lightbox-actions button,.fcbt-lightbox-actions a{padding:7px 9px;font-size:12px}.fcbt-lightbox-actions [data-fcbt-share]{display:none}.fcbt-lightbox-nav{font-size:44px}.fcbt-lightbox figure{height:calc(100vh - 72px)}.fcbt-lightbox-image{max-height:calc(100vh - 112px)}}

/* 3.0.13 — capas proporcionais e página interna sem capa duplicada */
.fcbt-gallery-home-media,.fcbt-gallery-card-media{
  aspect-ratio:4/3;
  background:#f3f6f9;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  overflow:hidden;
}
.fcbt-gallery-home-media img,.fcbt-gallery-card-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  display:block;
  border-radius:8px;
}
.fcbt-gallery-home-body,.fcbt-gallery-card-body{
  position:relative;
  background:#fff;
  z-index:2;
}
.fcbt-gallery-home-body h3,.fcbt-gallery-card-body h3{
  color:#102d4b !important;
  opacity:1 !important;
  visibility:visible !important;
}
.single-fcbt_gallery .single-cover,
.single-fcbt_gallery article.page-content > img.wp-post-image{
  display:none !important;
}
.single-fcbt_gallery .page-content{
  padding-top:46px;
}

/* FCBT Core 3.1.1 — carrossel dinâmico do ranking na Home */
.fcbt-ranking-carousel{position:relative}
.fcbt-ranking-carousel-viewport{overflow:hidden;border-radius:14px}
.fcbt-ranking-carousel-track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.fcbt-ranking-slide{flex:0 0 100%;width:100%;padding:2px;box-sizing:border-box}
.fcbt-ranking-slide-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}
.fcbt-ranking-slide-header span{display:block;color:#ffb020;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px}
.fcbt-ranking-slide-header h3{margin:0;color:#fff;font-size:25px;line-height:1.15}
.fcbt-ranking-slide-header small{color:#9fb3c8;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.fcbt-ranking-podium-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.fcbt-ranking-podium-row{min-height:104px;background:#233f5d;border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:16px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;gap:7px 13px;align-items:center}
.fcbt-ranking-podium-row .fcbt-ranking-medal{grid-row:1/3;font-family:'JetBrains Mono',monospace;font-size:22px}
.fcbt-ranking-podium-row span{min-width:0}.fcbt-ranking-podium-row span b{display:block;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.fcbt-ranking-podium-row span small{display:block;color:#b8c6d4;margin-top:5px;font-size:11px}
.fcbt-ranking-podium-row em{grid-column:2;color:#ffb020;font-style:normal;font-weight:800;font-size:13px}
.fcbt-ranking-podium-row.is-position-1{border-top:3px solid #d6a300}.fcbt-ranking-podium-row.is-position-1 .fcbt-ranking-medal{color:#f1c232}
.fcbt-ranking-podium-row.is-position-2{border-top:3px solid #b7c0c9}.fcbt-ranking-podium-row.is-position-2 .fcbt-ranking-medal{color:#d5dbe1}
.fcbt-ranking-podium-row.is-position-3{border-top:3px solid #b87333}.fcbt-ranking-podium-row.is-position-3 .fcbt-ranking-medal{color:#d89355}
.fcbt-ranking-carousel-controls{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:20px}
.fcbt-ranking-arrow{width:38px;height:38px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:transparent;color:#fff;font-size:18px;cursor:pointer}.fcbt-ranking-arrow:hover{background:#fff;color:#16324f}
.fcbt-ranking-counter{min-width:72px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:rgba(255,255,255,.72);font-size:13px;font-weight:700;letter-spacing:.08em}.fcbt-ranking-counter strong{color:#ffb020;font-size:15px}.fcbt-ranking-counter span:last-child{color:#fff}
@media(max-width:800px){.fcbt-ranking-podium-list{grid-template-columns:1fr}.fcbt-ranking-podium-row{min-height:76px;grid-template-columns:auto 1fr auto;grid-template-rows:1fr}.fcbt-ranking-podium-row .fcbt-ranking-medal{grid-row:auto}.fcbt-ranking-podium-row em{grid-column:auto}.fcbt-ranking-slide-header h3{font-size:21px}}
@media(prefers-reduced-motion:reduce){.fcbt-ranking-carousel-track{transition:none}}

/* FCBT Core 4.0 — Onde jogar */
.fcbt-arenas-page{padding:72px 0;background:#f7f9fc}.fcbt-arenas-hero{max-width:780px;margin-bottom:32px}.fcbt-arenas-hero h1{margin:8px 0 10px;color:#102f4e;font-size:clamp(2.3rem,5vw,4rem);line-height:1}.fcbt-arenas-hero p{margin:0;color:#62758a;font-size:1.05rem}.fcbt-arena-filters{display:grid;grid-template-columns:1fr 1fr 1.5fr auto;gap:14px;align-items:end;padding:18px;border:1px solid #dce4ec;border-radius:16px;background:#fff;margin-bottom:16px}.fcbt-arena-filters label{display:grid;gap:7px}.fcbt-arena-filters label span{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#516579}.fcbt-arena-filters select,.fcbt-arena-filters input{width:100%;min-height:44px;border:1px solid #cfd9e3;border-radius:9px;padding:0 12px;background:#fff;color:#102f4e}.fcbt-arena-filters button{min-height:44px;padding:0 18px;border:1px solid #173c5e;border-radius:9px;background:#173c5e;color:#fff;font-weight:800;cursor:pointer}.fcbt-arena-count{margin:0 0 20px;color:#6b7d8f;font-size:.92rem}.fcbt-arena-count strong{color:#102f4e}.fcbt-arena-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.fcbt-arena-card{overflow:hidden;border:1px solid #dce4ec;border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(16,47,78,.06);transition:.2s ease}.fcbt-arena-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(16,47,78,.1)}.fcbt-arena-media{height:160px;display:grid;place-items:center;background:#173c5e;color:#fff;font-weight:900;font-size:1.5rem}.fcbt-arena-media img{width:100%;height:100%;object-fit:cover}.fcbt-arena-body{padding:17px}.fcbt-arena-topline{display:flex;gap:8px;justify-content:space-between;align-items:center;margin-bottom:9px}.fcbt-arena-topline span,.fcbt-arena-topline b{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}.fcbt-arena-topline span{color:#ed2636;font-weight:900}.fcbt-arena-topline b{color:#63778a}.fcbt-arena-card h2{font-size:1.18rem;line-height:1.2;margin:0 0 9px;color:#102f4e}.fcbt-arena-description{font-size:.88rem;color:#64778a;margin:0 0 12px}.fcbt-arena-card dl{margin:0}.fcbt-arena-card dl div{display:grid;gap:3px}.fcbt-arena-card dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;font-weight:900;color:#7c8c9d}.fcbt-arena-card dd{margin:0;color:#334b61;font-size:.86rem;line-height:1.45}.fcbt-arena-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:14px;border-top:1px solid #edf1f5}.fcbt-arena-actions a{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:8px;background:#edf4f9;color:#173c5e;text-decoration:none;font-size:.76rem;font-weight:800}.fcbt-arena-actions a:hover{background:#173c5e;color:#fff}.fcbt-empty-state{padding:28px;border:1px dashed #cdd8e3;border-radius:14px;text-align:center;color:#607386;background:#fff}
@media(max-width:1100px){.fcbt-arena-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fcbt-arena-filters{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.fcbt-arenas-page{padding:42px 0}.fcbt-arena-grid{grid-template-columns:1fr}.fcbt-arena-filters{grid-template-columns:1fr;padding:14px}.fcbt-arena-media{height:190px}.fcbt-arena-card{display:grid;grid-template-columns:112px 1fr}.fcbt-arena-media{height:100%;min-height:220px}.fcbt-arena-body{padding:15px}.fcbt-arena-actions{gap:6px}.fcbt-arena-actions a{font-size:.72rem}}
@media(max-width:430px){.fcbt-arena-card{grid-template-columns:1fr}.fcbt-arena-media{height:170px;min-height:0}}


/* =========================================================
   Calendário inteligente 4.0.1 — identidade única e mobile-first
========================================================= */
.fcbt-calendar-wrap{padding-top:28px;padding-bottom:72px}
.fcbt-calendar-toolbar{margin:0 0 42px;padding:22px;border:1px solid #dde5ed;border-radius:14px;background:#f7f9fb}
.fcbt-calendar-toolbar-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.fcbt-calendar-toolbar-head span{color:#df2735;font-size:11px;font-weight:900;letter-spacing:.18em}
.fcbt-calendar-toolbar-head h2{color:#16324f;font-size:25px;margin:5px 0 0}
.fcbt-calendar-clear{border:0;background:transparent;color:#16324f;text-decoration:underline;font-weight:700;cursor:pointer;padding:6px}
.fcbt-calendar-wrap .fcbt-filters{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr)) minmax(210px,1.5fr);gap:12px;margin:0;padding:0;background:transparent;border-radius:0}
.fcbt-calendar-wrap .fcbt-filter-group{min-width:0}
.fcbt-calendar-wrap .fcbt-filter-label{display:block;margin:0 0 6px;color:#536477;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.fcbt-calendar-wrap .fcbt-filter{width:100%;height:44px;border:1px solid #ccd7e2;border-radius:8px;padding:0 12px;background:#fff;color:#16324f;font-size:14px}
#fcbt-calendar-content{transition:opacity .18s ease}
#fcbt-calendar-content.is-loading{opacity:.45;pointer-events:none}
.fcbt-cal-month-group{margin-bottom:46px}
.fcbt-cal-month-label{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.fcbt-cal-month-label h3{margin:0;color:#16324f;font-size:24px;text-transform:uppercase;letter-spacing:.01em}
.fcbt-cal-month-label .fcbt-rule{height:1px;background:#d9e2ea;flex:1}
.fcbt-month-count{color:#788696;font-size:13px;white-space:nowrap}
.fcbt-event-list{display:grid;gap:12px}
.fcbt-event-row{position:relative;display:grid;grid-template-columns:82px minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 20px;border:1px solid #dce4ec;border-top:3px solid #16324f;border-radius:12px;background:#fff!important;box-shadow:0 4px 16px rgba(22,50,79,.035);transition:border-color .2s,transform .2s,box-shadow .2s}
.fcbt-event-row:hover{border-color:#b9c8d6;border-top-color:#df2735;transform:translateY(-2px);box-shadow:0 14px 30px rgba(22,50,79,.09)}
.fcbt-event-row .fcbt-event-date{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:82px;padding:10px 5px;border:0;border-radius:9px;background:#16324f;color:#fff;text-align:center}
.fcbt-event-row .fcbt-event-date strong{display:block;color:#fff;font-family:'JetBrains Mono',monospace;font-size:21px;line-height:1.05;letter-spacing:-.05em}
.fcbt-event-row .fcbt-event-date span{display:block;margin-top:8px;color:#fff;font-size:11px;font-weight:800;letter-spacing:.14em}
.fcbt-event-info{min-width:0}
.fcbt-event-topline{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}
.fcbt-event-level{color:#df2735;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.fcbt-event-row .fcbt-event-status{display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;border-radius:999px;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.fcbt-event-status.is-open{background:#159447}.fcbt-event-status.is-confirmed{background:#1c6db2}.fcbt-event-status.is-upcoming{background:#6a7888}.fcbt-event-status.is-finished,.fcbt-event-status.is-closed{background:#777}.fcbt-event-status.is-running{background:#c08214}.fcbt-event-status.is-postponed{background:#c08214}.fcbt-event-status.is-cancelled{background:#c52a36}
.fcbt-event-info h4{margin:0 0 8px;color:#16324f;font-size:17px;line-height:1.32}
.fcbt-event-row .fcbt-meta{display:flex;gap:8px 16px;flex-wrap:wrap;color:#6d7c8d;font-size:12px}
.fcbt-event-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.fcbt-event-row .fcbt-btn{min-height:42px;padding:11px 15px;border-radius:7px;font-size:11px;white-space:nowrap}
.fcbt-event-row .fcbt-btn-ghost{border:1px solid #ccd7e2;color:#16324f;background:#fff}
.fcbt-event-row .fcbt-btn-secondary{background:#16324f;color:#fff}

/* Próximos eventos: mantém a composição desktop também no celular */
.fcbt-home-events .fcbt-event-card{grid-template-columns:76px minmax(0,1fr) 22px}
.fcbt-home-events .fcbt-event-card .fcbt-event-date{border:0;padding:12px 5px;min-height:78px;display:flex;flex-direction:column;justify-content:center}
.fcbt-home-events .fcbt-event-card h3{line-height:1.3}

@media(max-width:1050px){
  .fcbt-calendar-wrap .fcbt-filters{grid-template-columns:repeat(3,1fr)}
  .fcbt-calendar-wrap .fcbt-filter-group.is-search{grid-column:span 2}
}
@media(max-width:760px){
  .fcbt-calendar-wrap{padding-top:18px}
  .fcbt-calendar-toolbar{padding:16px;margin-bottom:30px}
  .fcbt-calendar-toolbar-head{align-items:flex-start}
  .fcbt-calendar-toolbar-head h2{font-size:20px}
  .fcbt-calendar-wrap .fcbt-filters{grid-template-columns:1fr 1fr;gap:10px}
  .fcbt-calendar-wrap .fcbt-filter-group.is-search{grid-column:1/-1}
  .fcbt-cal-month-label h3{font-size:20px}
  .fcbt-event-row{grid-template-columns:72px minmax(0,1fr);grid-template-areas:"date info" "actions actions";gap:12px 14px;padding:14px;border-radius:11px}
  .fcbt-event-row .fcbt-event-date{grid-area:date;min-height:76px;align-self:start}
  .fcbt-event-info{grid-area:info}
  .fcbt-event-actions{grid-area:actions;display:grid;grid-template-columns:1fr;justify-content:stretch;padding-top:2px}
  .fcbt-event-actions .fcbt-btn{width:100%}
  .fcbt-event-info h4{font-size:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .fcbt-event-row .fcbt-meta{display:grid;gap:5px;font-size:12px}
  .fcbt-home-events .fcbt-section-heading{align-items:flex-start}
  .fcbt-home-events .fcbt-event-card-grid{grid-template-columns:1fr}
  .fcbt-home-events .fcbt-event-card{grid-template-columns:72px minmax(0,1fr) 18px;gap:13px;padding:15px;min-height:112px}
  .fcbt-home-events .fcbt-event-card .fcbt-event-date{min-height:78px}
  .fcbt-home-events .fcbt-event-card h3{font-size:16px;margin:4px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .fcbt-home-events .fcbt-event-card p{font-size:12px;line-height:1.45}
}
@media(max-width:430px){
  .fcbt-calendar-wrap .fcbt-filters{grid-template-columns:1fr}
  .fcbt-calendar-wrap .fcbt-filter-group.is-search{grid-column:auto}
  .fcbt-calendar-toolbar-head{display:block}
  .fcbt-calendar-clear{margin-top:8px;padding-left:0}
  .fcbt-cal-month-label{gap:9px}
  .fcbt-cal-month-label h3{font-size:18px}
  .fcbt-event-row{grid-template-columns:68px minmax(0,1fr);padding:13px 12px}
  .fcbt-event-row .fcbt-event-date{min-height:72px}
  .fcbt-event-row .fcbt-event-date strong{font-size:19px}
  .fcbt-event-topline{gap:5px}
  .fcbt-home-events .fcbt-event-card{grid-template-columns:68px minmax(0,1fr) 14px;padding:13px 12px}
}


/* =========================================================
   Home — Próximos eventos 4.0.2
   Correção de precedência do tema e composição mobile
   ========================================================= */
.fcbt-home-events .fcbt-event-card-grid{
  align-items:stretch;
}
.fcbt-home-events a.fcbt-event-card{
  display:grid!important;
  grid-template-columns:76px minmax(0,1fr) 22px!important;
  grid-template-areas:"date content arrow"!important;
  align-items:center!important;
  gap:16px!important;
  min-width:0!important;
  min-height:124px!important;
  padding:18px!important;
  position:relative!important;
}
.fcbt-home-events a.fcbt-event-card>.fcbt-event-date{
  grid-area:date!important;
  order:1!important;
  width:76px!important;
  min-width:76px!important;
  min-height:82px!important;
  margin:0!important;
  padding:10px 5px!important;
  align-self:center!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  background:#16324f!important;
  color:#fff!important;
  border-radius:9px!important;
}
.fcbt-home-events a.fcbt-event-card>.fcbt-event-date strong{
  color:#fff!important;
  font-size:27px!important;
  line-height:1!important;
}
.fcbt-home-events a.fcbt-event-card>.fcbt-event-date span{
  color:#fff!important;
  margin-top:7px!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
}
.fcbt-home-events a.fcbt-event-card>div:nth-child(2){
  grid-area:content!important;
  order:2!important;
  min-width:0!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
}
.fcbt-home-events a.fcbt-event-card>div:nth-child(2)>span{
  display:block!important;
  margin:0 0 5px!important;
  color:#df2735!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1.2!important;
  letter-spacing:.06em!important;
}
.fcbt-home-events a.fcbt-event-card h3{
  margin:0 0 7px!important;
  color:#16324f!important;
  font-size:16px!important;
  line-height:1.32!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
.fcbt-home-events a.fcbt-event-card p{
  margin:0!important;
  color:#6c7b8c!important;
  font-size:12px!important;
  line-height:1.45!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.fcbt-home-events a.fcbt-event-card>b{
  grid-area:arrow!important;
  order:3!important;
  align-self:center!important;
  justify-self:end!important;
  margin:0!important;
  color:#16324f!important;
  font-size:18px!important;
  line-height:1!important;
}

@media(max-width:760px){
  .fcbt-home-events{
    padding-top:50px!important;
    padding-bottom:50px!important;
  }
  .fcbt-home-events .fcbt-section-heading{
    display:flex!important;
    flex-direction:row!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin-bottom:22px!important;
  }
  .fcbt-home-events .fcbt-section-heading h2{
    margin-bottom:0!important;
  }
  .fcbt-home-events .fcbt-section-heading>a{
    flex:0 0 auto!important;
    margin:0 0 3px!important;
    white-space:nowrap!important;
    font-size:13px!important;
  }
  .fcbt-home-events .fcbt-event-card-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .fcbt-home-events a.fcbt-event-card{
    grid-template-columns:68px minmax(0,1fr) 18px!important;
    grid-template-areas:"date content arrow"!important;
    gap:13px!important;
    min-height:108px!important;
    padding:14px!important;
    border-radius:11px!important;
  }
  .fcbt-home-events a.fcbt-event-card>.fcbt-event-date{
    width:68px!important;
    min-width:68px!important;
    min-height:76px!important;
  }
  .fcbt-home-events a.fcbt-event-card>.fcbt-event-date strong{
    font-size:24px!important;
  }
  .fcbt-home-events a.fcbt-event-card h3{
    font-size:15px!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .fcbt-home-events a.fcbt-event-card>b{
    font-size:16px!important;
  }
}
@media(max-width:390px){
  .fcbt-home-events .fcbt-section-heading{
    align-items:flex-start!important;
  }
  .fcbt-home-events .fcbt-section-heading>a{
    margin-top:8px!important;
    font-size:12px!important;
  }
  .fcbt-home-events a.fcbt-event-card{
    grid-template-columns:64px minmax(0,1fr) 16px!important;
    gap:11px!important;
    padding:12px!important;
  }
  .fcbt-home-events a.fcbt-event-card>.fcbt-event-date{
    width:64px!important;
    min-width:64px!important;
    min-height:72px!important;
  }
}


/* FCBT 4.0.3 — busca global de atleta no ranking */
.fcbt-global-search-summary{display:flex;align-items:baseline;gap:8px;margin:0 0 12px;color:#64758a;font-size:13px}.fcbt-global-search-summary strong{color:#16324f;font-size:15px}.fcbt-global-rank-table .fcbt-rank-context{min-width:190px}.fcbt-global-rank-table .fcbt-rank-context strong{display:block;color:#fff;font-size:13px}.fcbt-global-rank-table .fcbt-rank-context small{display:block;color:#aebfd0;margin-top:3px}.fcbt-ranking-explorer.is-global-search .fcbt-current-label::after{content:' em todas as categorias';font-weight:400;text-transform:none;letter-spacing:0;color:#64758a}.fcbt-ranking-explorer.is-global-search .fcbt-category-chips,.fcbt-ranking-explorer.is-global-search .fcbt-gender-tabs{opacity:.5}
@media(max-width:700px){.fcbt-global-rank-table thead{display:none}.fcbt-global-rank-table,.fcbt-global-rank-table tbody,.fcbt-global-rank-table tr,.fcbt-global-rank-table td{display:block;width:100%}.fcbt-global-rank-table tr{position:relative;padding:16px 64px 16px 56px;border-bottom:1px solid rgba(255,255,255,.1)}.fcbt-global-rank-table td{padding:0!important;border:0!important}.fcbt-global-rank-table td:first-child{position:absolute;left:16px;top:18px;width:32px}.fcbt-global-rank-table .fcbt-rank-name{font-size:15px;margin-bottom:5px}.fcbt-global-rank-table .fcbt-rank-context{min-width:0}.fcbt-global-rank-table .fcbt-rank-pts{position:absolute;right:16px;top:18px}.fcbt-global-search-summary{align-items:flex-start;flex-direction:column;gap:2px}}


/* Notícias personalizadas — FCBT Core 4.1.0 */
.fcbt-news-source-badge{position:absolute;left:14px;bottom:14px;z-index:2;background:rgba(15,23,42,.88);color:#fff;border-radius:6px;padding:7px 10px;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.fcbt-news-section .fcbt-news-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.fcbt-news-card.is-compact .fcbt-news-image{aspect-ratio:4/5}
.fcbt-news-card.is-compact .fcbt-news-body{padding:18px}
.fcbt-news-card.is-compact h3{font-size:18px}
.fcbt-news-single{padding-top:48px;padding-bottom:80px}
.fcbt-news-single__back{display:inline-flex;margin-bottom:25px;color:#16324f;text-decoration:none;font-weight:800}
.fcbt-news-single__article{max-width:960px;margin:auto}
.fcbt-news-single__header{max-width:820px;margin:0 auto 30px;text-align:center}
.fcbt-news-single__meta{display:flex;justify-content:center;gap:12px;align-items:center;margin-bottom:14px;font-size:12px;color:#718096}
.fcbt-news-single__meta span{color:#df2735;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.fcbt-news-single__header h1{font-family:'Archivo Black',Inter,sans-serif;color:#16324f;font-size:clamp(36px,6vw,68px);line-height:1.05;margin:0 0 18px}
.fcbt-news-single__summary{font-size:18px;line-height:1.6;color:#607086;margin:0}
.fcbt-news-single__media{margin:0 0 34px;border-radius:16px;overflow:hidden;background:#f4f6f8;text-align:center}
.fcbt-news-single__media img{display:block;width:100%;max-height:820px;object-fit:contain;margin:auto}
.fcbt-news-single__content{max-width:780px;margin:0 auto;color:#33475b;font-size:17px;line-height:1.8}
.fcbt-news-single__content p{margin:0 0 1.25em}
.fcbt-news-single__actions{max-width:780px;margin:30px auto 0;padding-top:25px;border-top:1px solid #e2e8f0}
.fcbt-news-single__instagram{display:inline-flex;padding:14px 22px;border-radius:7px;background:#df2735;color:#fff!important;text-decoration:none;font-weight:850}
@media(max-width:1050px){.fcbt-news-section .fcbt-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.fcbt-news-section .fcbt-news-grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px}.fcbt-news-section .fcbt-news-card{min-width:84vw;scroll-snap-align:start}.fcbt-news-single{padding-top:28px}.fcbt-news-single__header{text-align:left}.fcbt-news-single__meta{justify-content:flex-start}.fcbt-news-single__content{font-size:16px}.fcbt-news-single__media{border-radius:10px}}
