
:root{
  --fe-bg:#050607;
  --fe-panel:#0b0e12;
  --fe-panel-2:#0f1318;
  --fe-line:#2b3138;
  --fe-text:#f7f8fa;
  --fe-muted:#9aa2ab;
  --fe-red:#ef2029;
  --fe-blue:#18aef2;
  --fe-gold:#d8a32e;
}

html,body{overflow-x:hidden}
body.fe-portal-page{margin:0!important;background:var(--fe-bg)!important}
.fe-portal-page .entry-header,
.fe-portal-page .entry-title,
.fe-portal-page .page-header,
.fe-portal-page .site-header,
.fe-portal-page header.wp-block-template-part,
.fe-portal-page .wp-block-post-title{display:none!important}
.fe-portal-page .site,
.fe-portal-page .site-content,
.fe-portal-page .content-area,
.fe-portal-page .site-main,
.fe-portal-page article,
.fe-portal-page .entry-content,
.fe-portal-page .wp-site-blocks,
.fe-portal-page .wp-block-post-content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.fe-site{
  position:relative;
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:var(--fe-bg);
  color:var(--fe-text);
  font-family:Arial,Helvetica,sans-serif;
  min-height:100vh;
}
.fe-site *{box-sizing:border-box}
.fe-site a{color:inherit;text-decoration:none}

/* =====================================================
   PLACAR CONTÍNUO
   ===================================================== */
.fe-scorebar{
  width:100%;
  min-height:222px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:28px 16px 18px;
  background:#050607;
  border-bottom:1px solid #252a30;
}
.fe-score-arrow{
  flex:0 0 62px;
  width:62px;
  height:142px;
  border:1px solid #3a4149;
  border-radius:10px;
  background:linear-gradient(180deg,#0d1116,#07090c);
  color:#fff;
  font-size:44px;
  line-height:1;
  cursor:pointer;
}
.fe-score-arrow:hover{border-color:#6b737d;background:#11161c}
.fe-score-track{
  flex:1 1 auto;
  min-width:0;
  min-height:172px;
  display:flex;
  align-items:stretch;
  gap:12px;
  overflow-x:auto;
  overflow-y:visible;
  padding:16px 2px 8px;
  scroll-behavior:smooth;
  scrollbar-width:none;
  scroll-snap-type:x proximity;
}
.fe-score-track::-webkit-scrollbar{display:none}
.fe-score-loading{
  width:100%;
  display:grid;
  place-items:center;
  color:var(--fe-muted);
  font-size:15px;
}

.fe-score-day{
  position:relative;
  flex:0 0 auto;
  min-height:156px;
  padding:27px 8px 8px;
  border:1.5px solid var(--fe-red);
  border-radius:12px;
  background:#07090c;
  scroll-snap-align:start;
}
.fe-score-day-title{
  position:absolute;
  top:0;
  left:12px;
  right:12px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  gap:10px;
  z-index:3;
  pointer-events:none;
}
.fe-score-day-title span{
  height:1.5px;
  flex:1;
  min-width:18px;
  background:var(--fe-red);
}
.fe-score-day-title span:first-child{max-width:38px}
.fe-score-day-title strong{
  display:block;
  padding:0 10px;
  background:#050607;
  color:#fff;
  white-space:nowrap;
  font-size:12px;
  line-height:22px;
  font-weight:900;
  letter-spacing:.02em;
}
.fe-score-day-inner{
  display:flex;
  align-items:stretch;
  gap:9px;
}
.fe-score-card{
  position:relative;
  flex:0 0 248px;
  width:248px;
  height:122px;
  padding:11px 11px 10px;
  border:1px solid #343b43;
  border-radius:8px;
  background:linear-gradient(145deg,#101419,#0a0c10);
  color:#fff;
  overflow:hidden;
}
.fe-score-card:hover{border-color:#606974}
.fe-score-card .league{
  position:absolute;
  left:11px;
  top:10px;
  max-width:150px;
  color:var(--fe-red);
  font-size:10px;
  line-height:1;
  font-weight:950;
  text-transform:uppercase;
}
.fe-score-card .status{
  position:absolute;
  right:11px;
  top:8px;
  color:#ff3640;
  font-size:14px;
  line-height:1;
  font-weight:950;
}
.fe-score-card .teams{
  height:88px;
  margin-top:19px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);
  align-items:center;
  gap:6px;
}
.fe-score-card .teams>div:first-child,
.fe-score-card .teams>div:last-child{
  min-width:0;
  text-align:center;
}
.fe-score-card img{
  display:block;
  width:48px;
  height:48px;
  margin:0 auto 3px;
  object-fit:contain;
}
.fe-score-card .club{
  min-height:28px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  overflow:hidden;
  color:#fff;
  font-size:9px;
  line-height:1.12;
  font-weight:900;
  text-align:center;
  text-transform:none;
  white-space:normal;
}
.fe-score-card .score{
  color:#fff;
  font-size:23px;
  line-height:1;
  font-weight:950;
  text-align:center;
}
.fe-score-card.master{border-color:#5a4725}
.fe-score-card.master .league{color:var(--fe-gold)}
.fe-score-card.paulista{
  border-color:#278cc4;
  background:linear-gradient(145deg,#08131d,#0b0f14);
}
.fe-score-card.paulista .league{color:var(--fe-blue)}
.fe-score-day:has(.paulista):not(:has(.fe-score-card:not(.paulista))){
  border-color:var(--fe-blue);
}
.fe-score-day:has(.paulista):not(:has(.fe-score-card:not(.paulista))) .fe-score-day-title span{
  background:var(--fe-blue);
}
.fe-score-day:has(.master):not(:has(.fe-score-card:not(.master))){
  border-color:var(--fe-gold);
}
.fe-score-day:has(.master):not(:has(.fe-score-card:not(.master))) .fe-score-day-title span{
  background:var(--fe-gold);
}

/* =====================================================
   CABEÇALHO
   ===================================================== */
.fe-header{
  width:min(1600px,100%);
  min-height:150px;
  margin:0 auto;
  padding:24px 42px;
  display:grid;
  grid-template-columns:145px minmax(300px,1fr) 210px 330px;
  align-items:center;
  gap:42px;
  border-bottom:1px solid #292e34;
}
.fe-brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.fe-brand-logo,
.fe-official-logo,
.fe-brand img{
  display:block;
  width:108px;
  height:108px;
  object-fit:contain;
}
.fe-slogan{
  color:#f0f1f3;
  font-size:21px;
  line-height:1.28;
}
.fe-slogan b{
  color:var(--fe-red);
  font-size:22px;
  font-weight:900;
}
.fe-social{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  color:#fff;
  font-size:26px;
  white-space:nowrap;
}
.fe-search{
  width:100%;
  height:56px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 14px;
  border:1px solid #343a42;
  border-radius:8px;
  background:#0d1116;
}
.fe-search input{
  flex:1;
  width:100%;
  height:52px;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:16px;
}
.fe-search span{font-size:20px}

/* =====================================================
   MENU
   ===================================================== */
.fe-nav{
  width:100%;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(26px,4vw,68px);
  padding:0 34px;
  overflow-x:auto;
  border-bottom:1px solid #2b3036;
  background:#050607;
  white-space:nowrap;
  scrollbar-width:none;
}
.fe-nav::-webkit-scrollbar{display:none}
.fe-nav a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:72px;
  padding:0 4px;
  color:#fff;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
}
.fe-nav a.active{color:var(--fe-red)}
.fe-nav a.active:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:var(--fe-red);
}

/* =====================================================
   CONTEÚDO PRINCIPAL
   ===================================================== */
.fe-main{
  width:min(1600px,100%);
  margin:0 auto;
  padding:0 0 60px;
}
.fe-lead{
  display:grid;
  grid-template-columns:minmax(0,1.7fr) minmax(380px,.85fr);
  border-bottom:1px solid #252a30;
}
.fe-feature{border-right:1px solid #252a30}
.fe-feature-media{
  position:relative;
  height:520px;
  overflow:hidden;
  background:linear-gradient(145deg,#11151a,#080a0d);
}
.fe-photo-placeholder{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:#4e5660;
  font-size:17px;
}
.fe-tag{
  position:absolute;
  left:22px;
  top:28px;
  padding:10px 14px;
  background:var(--fe-red);
  color:#fff;
  font-size:12px;
  font-weight:950;
}
.fe-feature-copy{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:70px 26px 24px;
  background:linear-gradient(transparent,rgba(0,0,0,.96));
}
.fe-feature-copy h1{
  max-width:820px;
  margin:0 0 10px;
  font-size:32px;
  line-height:1.08;
}
.fe-feature-copy p{
  margin:0;
  color:#c7ccd2;
  font-size:16px;
}
.fe-feature-copy a{
  display:inline-flex;
  margin-top:14px;
  padding:9px 14px;
  border:1px solid var(--fe-red);
  color:#fff;
  font-size:10px;
  font-weight:900;
}

.fe-side-news{
  background:#050607;
}
.fe-side-news article{
  min-height:130px;
  display:grid;
  grid-template-columns:155px minmax(0,1fr);
  align-items:center;
  gap:18px;
  padding:11px 18px;
  margin:0;
  border-bottom:1px solid #282d33;
}
.fe-thumb{
  height:96px;
  display:grid;
  place-items:center;
  border:1px solid #2d333a;
  border-radius:6px;
  background:linear-gradient(145deg,#111419,#090b0e);
  color:#69727c;
}
.fe-side-news b{
  color:var(--fe-red);
  font-size:10px;
  font-weight:950;
}
.fe-side-news article:nth-child(2) b{color:var(--fe-gold)}
.fe-side-news article:nth-child(4) b{color:#55c96a}
.fe-side-news h3{
  margin:7px 0;
  color:#fff;
  font-size:17px;
  line-height:1.2;
}
.fe-side-news small{
  color:#8e969f;
  font-size:12px;
}

.fe-bottom{
  display:grid;
  grid-template-columns:1.7fr 1fr;
  gap:24px;
  padding:28px 28px 0;
}
.fe-section-title{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:16px;
  border-bottom:1px solid #343941;
}
.fe-section-title h2{
  margin:0;
  padding:0 0 10px;
  font-size:18px;
}
.fe-section-title a{
  margin-left:auto;
  margin-bottom:8px;
  padding:7px 12px;
  border:1px solid var(--fe-red);
  color:#fff;
  font-size:9px;
  font-weight:900;
}
.fe-news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.fe-news-grid article{
  overflow:hidden;
  border:1px solid #2a3037;
  border-radius:7px;
  background:#0b0e12;
}
.fe-card-photo{
  height:145px;
  display:grid;
  place-items:center;
  color:#69727c;
  background:linear-gradient(145deg,#111419,#090b0e);
}
.fe-news-grid span{
  display:inline-block;
  margin:10px 10px 0;
  padding:5px 8px;
  background:var(--fe-red);
  font-size:8px;
  font-weight:950;
}
.fe-news-grid span.gold{
  background:var(--fe-gold);
  color:#111;
}
.fe-news-grid h3{
  margin:8px 10px 15px;
  font-size:14px;
  line-height:1.25;
}

.fe-standings{
  padding:16px;
  border:1px solid #2b3036;
  border-radius:7px;
  background:#0b0e12;
}
.fe-standings h2{
  margin:0 0 14px;
  font-size:17px;
}
.fe-standings>a{
  width:48%;
  min-height:112px;
  display:inline-flex;
  vertical-align:top;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  margin-right:1.5%;
  border:1px solid;
  font-weight:900;
  text-align:center;
}
.fe-standings>a small{
  display:block;
  margin-top:9px;
  font-weight:400;
}
.fe-standings .forjax{
  border-color:#992028;
  background:linear-gradient(135deg,#651116,#2a090b);
}
.fe-standings .master{
  border-color:#8b6b20;
  background:linear-gradient(135deg,#594211,#211807);
}

/* =====================================================
   RESPONSIVO
   ===================================================== */
@media(max-width:1180px){
  .fe-header{
    grid-template-columns:120px 1fr auto;
    gap:24px;
  }
  .fe-search{
    grid-column:2/4;
  }
  .fe-score-card{
    flex-basis:220px;
    width:220px;
  }
  .fe-lead{
    grid-template-columns:1.45fr 1fr;
  }
}

@media(max-width:820px){
  .fe-scorebar{
    min-height:176px;
    padding:22px 8px 12px;
    gap:8px;
  }
  .fe-score-arrow{
    flex-basis:42px;
    width:42px;
    height:112px;
    font-size:32px;
  }
  .fe-score-track{
    min-height:142px;
    padding-top:14px;
  }
  .fe-score-day{
    min-height:130px;
    padding-top:24px;
  }
  .fe-score-day-title strong{
    font-size:8px;
    line-height:18px;
  }
  .fe-score-card{
    flex-basis:178px;
    width:178px;
    height:96px;
    padding:8px;
  }
  .fe-score-card .league{font-size:8px}
  .fe-score-card .status{font-size:11px}
  .fe-score-card .teams{
    height:70px;
    margin-top:15px;
    grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);
  }
  .fe-score-card img{
    width:36px;
    height:36px;
  }
  .fe-score-card .club{
    min-height:20px;
    font-size:7px;
  }
  .fe-score-card .score{font-size:18px}

  .fe-header{
    grid-template-columns:92px 1fr;
    min-height:auto;
    padding:18px 14px;
    gap:14px;
  }
  .fe-brand-logo,
  .fe-official-logo,
  .fe-brand img{
    width:78px;
    height:78px;
  }
  .fe-slogan{
    font-size:14px;
  }
  .fe-slogan b{
    font-size:15px;
  }
  .fe-social{
    grid-column:1/3;
    font-size:21px;
  }
  .fe-search{
    grid-column:1/3;
    height:48px;
  }
  .fe-search input{height:46px;font-size:14px}
  .fe-nav{
    min-height:58px;
    justify-content:flex-start;
    gap:24px;
    padding:0 14px;
  }
  .fe-nav a{
    min-height:58px;
    font-size:11px;
  }

  .fe-lead,
  .fe-bottom{
    grid-template-columns:1fr;
  }
  .fe-feature{border-right:0}
  .fe-feature-media{height:420px}
  .fe-side-news article{
    grid-template-columns:110px 1fr;
    min-height:100px;
    padding:9px 12px;
  }
  .fe-thumb{height:78px}
  .fe-bottom{padding:20px 14px 0}
  .fe-news-grid{grid-template-columns:1fr}
}


/* =====================================================
   v1.6.0 — HUB DE COMPETIÇÕES
   ===================================================== */
.fe-competitions{
  padding:34px 28px 36px;
  border-bottom:1px solid #252a30;
  background:#07090c;
}
.fe-competitions-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:20px;
}
.fe-competitions-head span{
  color:var(--fe-red);
  font-size:10px;
  font-weight:950;
  letter-spacing:.12em;
}
.fe-competitions-head h2{
  margin:5px 0 0;
  font-size:23px;
}
.fe-competitions-head small{color:var(--fe-muted)}
.fe-competition-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.fe-competition-card{
  min-height:112px;
  display:grid;
  grid-template-columns:74px 1fr 22px;
  align-items:center;
  gap:14px;
  padding:15px;
  border:1px solid #343a42;
  border-radius:9px;
  background:linear-gradient(145deg,#101419,#090b0e);
  transition:.18s ease;
}
.fe-competition-card:hover{transform:translateY(-2px);background:#11161b}
.fe-competition-card.red{border-bottom:3px solid var(--fe-red)}
.fe-competition-card.blue{border-bottom:3px solid var(--fe-blue)}
.fe-competition-card.gold{border-bottom:3px solid var(--fe-gold)}
.fe-competition-card.green{border-bottom:3px solid #41b969}
.fe-competition-logo{
  width:70px;height:70px;
  display:grid;place-items:center;
  border-radius:8px;
  background:#080a0d;
}
.fe-competition-logo img{width:62px;height:62px;object-fit:contain}
.fe-competition-logo span{font-size:30px;font-weight:950;color:#fff}
.fe-competition-copy{min-width:0}
.fe-competition-copy strong{display:block;font-size:15px;line-height:1.15}
.fe-competition-copy small{display:block;margin-top:6px;color:#8f98a2;font-size:10px;line-height:1.25}
.fe-competition-card>b{font-size:28px;color:#fff}

/* Mini páginas */
.fe-mini-header{
  min-height:210px;
  padding:30px max(28px,calc((100vw - 1450px)/2));
  background:linear-gradient(120deg,#090b0e,#11161c);
  border-bottom:1px solid #30363d;
}
.fe-mini-back{
  display:inline-block;
  margin-bottom:28px;
  color:#aeb5bd!important;
  font-size:11px;
  font-weight:900;
}
.fe-mini-brand{
  display:flex;
  align-items:center;
  gap:24px;
}
.fe-mini-logo{
  width:112px;height:112px;
  display:grid;place-items:center;
  border:1px solid #343b43;
  border-radius:12px;
  background:#080a0d;
}
.fe-mini-logo img{width:96px;height:96px;object-fit:contain}
.fe-mini-logo span{font-size:44px;font-weight:950}
.fe-mini-brand small{color:var(--fe-red);font-size:10px;font-weight:950;letter-spacing:.12em}
.fe-mini-brand h1{margin:5px 0 4px;font-size:38px;line-height:1}
.fe-mini-brand p{margin:0;color:#9da5ae;font-size:14px}
.fe-mini-main{
  width:min(1450px,calc(100% - 40px));
  margin:0 auto;
  padding:34px 0 60px;
}
.fe-mini-section-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:13px;
}
.fe-mini-section-title span{color:var(--fe-red);font-weight:950}
.fe-mini-section-title h2{margin:0;font-size:16px}
.fe-classification-panel{
  min-height:105px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 24px;
  border:1px solid #343a42;
  border-radius:9px;
  background:#0b0e12;
}
.fe-classification-panel strong{font-size:18px}
.fe-classification-panel p{margin:6px 0 0;color:#969fa9;font-size:12px}
.fe-classification-panel a{
  flex:0 0 auto;
  padding:12px 16px;
  border:1px solid var(--fe-red);
  border-radius:5px;
  font-size:10px;
  font-weight:950;
}
.fe-soon{color:#818a94;font-size:11px;font-weight:900}
.fe-mini-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin-top:30px;
}
.fe-mini-games{display:grid;gap:10px}
.fe-mini-game{
  display:block;
  min-height:136px;
  padding:13px 15px;
  border:1px solid #343a42;
  border-radius:9px;
  background:#0b0e12;
}
.fe-mini-game:hover{border-color:#626b75}
.fe-mini-game-meta{
  display:flex;
  justify-content:space-between;
  margin-bottom:10px;
  color:#9da5ae;
  font-size:10px;
}
.fe-mini-game-meta b{color:var(--fe-red);font-size:11px}
.fe-mini-game-teams{
  display:grid;
  grid-template-columns:1fr 72px 1fr;
  align-items:center;
  gap:12px;
}
.fe-mini-game-teams>div{text-align:center}
.fe-mini-game-teams img{
  display:block;
  width:54px;height:54px;
  margin:0 auto 6px;
  object-fit:contain;
}
.fe-mini-game-teams strong{
  display:block;
  font-size:11px;
  line-height:1.15;
}
.fe-mini-game-teams em{
  color:#fff;
  font-size:24px;
  font-style:normal;
  font-weight:950;
  text-align:center;
}
.fe-mini-empty,.fe-mini-note{
  padding:24px;
  border:1px dashed #343a42;
  border-radius:9px;
  color:#8f98a2;
  background:#090b0e;
  text-align:center;
  font-size:12px;
}
.fe-mini-note{margin-top:24px}

@media(max-width:980px){
  .fe-competition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .fe-competitions{padding:26px 14px}
  .fe-competitions-head{display:block}
  .fe-competitions-head small{display:block;margin-top:8px}
  .fe-competition-grid{grid-template-columns:1fr}
  .fe-competition-card{min-height:92px;grid-template-columns:58px 1fr 18px}
  .fe-competition-logo{width:54px;height:54px}
  .fe-competition-logo img{width:48px;height:48px}
  .fe-mini-header{padding:24px 18px}
  .fe-mini-logo{width:82px;height:82px}
  .fe-mini-logo img{width:72px;height:72px}
  .fe-mini-brand h1{font-size:27px}
  .fe-mini-main{width:calc(100% - 28px)}
  .fe-mini-two{grid-template-columns:1fr}
  .fe-classification-panel{align-items:flex-start;flex-direction:column}
  .fe-mini-game-teams{grid-template-columns:1fr 56px 1fr}
}

/* v1.6.1 — logos oficiais das competições */
.fe-competition-logo{overflow:hidden;padding:5px}
.fe-competition-logo img{
  width:100%!important;
  height:100%!important;
  max-width:64px!important;
  max-height:64px!important;
  object-fit:contain!important;
}
.fe-mini-logo{overflow:hidden;padding:7px}
.fe-mini-logo img{
  width:100%!important;
  height:100%!important;
  max-width:98px!important;
  max-height:98px!important;
  object-fit:contain!important;
}


/* v1.6.2 — refinamento visual dos cards de competições */
.fe-competition-logo{
  width:74px;
  height:74px;
  padding:3px;
}
.fe-competition-logo img{
  max-width:70px!important;
  max-height:70px!important;
}
.fe-competition-card{
  grid-template-columns:78px 1fr 22px;
}
.fe-competition-copy strong{
  font-size:15px;
  font-weight:900;
}
.fe-competition-copy small{
  margin-top:5px;
  line-height:1.2;
}
@media(max-width:700px){
  .fe-competition-card{grid-template-columns:62px 1fr 18px}
  .fe-competition-logo{width:58px;height:58px}
  .fe-competition-logo img{max-width:54px!important;max-height:54px!important}
}

/* v1.7.0 — página Paulista 2026 */
.fe-competition-page[data-competition="paulista"] .fe-mini-header{
  border-top:3px solid var(--fe-blue);
  background:
    radial-gradient(circle at 80% 20%,rgba(0,174,239,.13),transparent 30%),
    linear-gradient(120deg,#070a0e,#0b1118);
}
.fe-competition-page[data-competition="paulista"] .fe-mini-brand small,
.fe-competition-page[data-competition="paulista"] .fe-mini-section-title span{color:var(--fe-blue)}
.fe-paulista-table-card{
  overflow:hidden;border:1px solid #343a42;border-radius:9px;background:#0b0e12
}
.fe-paulista-table-head{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:18px 20px;border-bottom:1px solid #29313a
}
.fe-paulista-table-head strong{font-size:17px}
.fe-paulista-table-head p{margin:4px 0 0;color:#8f98a2;font-size:11px}
.fe-paulista-table-head a{
  padding:10px 14px;border:1px solid var(--fe-blue);border-radius:5px;
  color:#fff!important;font-size:10px;font-weight:950
}
.fe-paulista-table-wrap{padding:14px}
.fe-competition-page[data-competition="paulista"] .fe-mini-game-meta b{color:var(--fe-blue)}
.fe-competition-page[data-competition="paulista"] .fe-mini-game:hover{border-color:var(--fe-blue)}
.fe-paulista-news{margin-top:34px}
.fe-news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.fe-news-card{
  overflow:hidden;display:block;border:1px solid #343a42;border-radius:9px;background:#0b0e12;
  padding-bottom:15px
}
.fe-news-card:hover{border-color:var(--fe-blue)}
.fe-news-thumb{height:150px;display:grid;place-items:center;background:#10151b;color:#65717c;font-size:11px}
.fe-news-thumb img{width:100%;height:100%;object-fit:cover}
.fe-news-card>small,.fe-news-card>strong,.fe-news-card>time{display:block;margin-left:14px;margin-right:14px}
.fe-news-card>small{margin-top:12px;color:var(--fe-blue);font-size:9px;font-weight:950}
.fe-news-card>strong{margin-top:6px;font-size:14px;line-height:1.25}
.fe-news-card>time{margin-top:10px;color:#7f8994;font-size:9px}
@media(max-width:900px){.fe-news-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){
 .fe-paulista-table-head{align-items:flex-start;flex-direction:column}
 .fe-news-grid{grid-template-columns:1fr}
}


/* v1.7.1 — acabamento da página Paulista 2026 */
.fe-mini-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.fe-mini-official{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border:1px solid var(--fe-blue);
  border-radius:5px;
  color:#fff!important;
  font-size:10px;
  font-weight:950;
}
.fe-mini-anchor-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.fe-mini-anchor-nav a{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 12px;
  border:1px solid #343b43;
  border-radius:5px;
  background:#0b0f14;
  color:#d9dee4!important;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
}
.fe-mini-anchor-nav a:hover{
  border-color:var(--fe-blue);
  color:#fff!important;
}
.fe-competition-page[data-competition="paulista"] .fe-mini-main{
  scroll-behavior:smooth;
}
.fe-competition-page[data-competition="paulista"] .fe-mini-two > section,
.fe-competition-page[data-competition="paulista"] .fe-paulista-news,
.fe-competition-page[data-competition="paulista"] .fe-mini-classification{
  scroll-margin-top:20px;
}
@media(max-width:700px){
  .fe-mini-topline{align-items:flex-start}
  .fe-mini-official{font-size:9px}
}

/* v1.7.2 — SESI Franca em destaque, logo abaixo do título */
.fe-franca-spotlight{
  margin:0 0 30px;border:1px solid #303943;border-top:3px solid #ef2636;border-radius:10px;
  overflow:hidden;background:linear-gradient(110deg,#0b0e12 0%,#101218 55%,#17090b 100%);
}
.fe-franca-spotlight-head{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 20px;border-bottom:1px solid #272d34}
.fe-franca-spotlight-head small{color:#ef2636;font-size:9px;font-weight:950;letter-spacing:.09em}
.fe-franca-spotlight-head h2{margin:4px 0 2px;font-size:20px}
.fe-franca-spotlight-head p{margin:0;color:#8e98a3;font-size:11px}
.fe-franca-live-label{padding:7px 10px;border:1px solid #ef2636;border-radius:4px;color:#fff;font-size:9px;font-weight:950}
.fe-franca-summary{display:grid;grid-template-columns:260px 1fr;align-items:stretch}
.fe-franca-team{display:flex;align-items:center;gap:14px;padding:18px 20px;border-right:1px solid #272d34}
.fe-franca-team-logo{width:66px;height:66px;display:grid;place-items:center}
.fe-franca-team-logo img{max-width:66px;max-height:66px;object-fit:contain}
.fe-franca-team-logo span{font-weight:950;font-size:20px}
.fe-franca-team strong,.fe-franca-team small{display:block}
.fe-franca-team strong{font-size:14px}.fe-franca-team small{margin-top:4px;color:#89939d;font-size:10px}
.fe-franca-kpis{display:grid;grid-template-columns:repeat(8,1fr)}
.fe-franca-kpis>div{display:grid;place-content:center;text-align:center;min-height:100px;border-right:1px solid #222831}
.fe-franca-kpis>div:last-child{border-right:0}
.fe-franca-kpis b{font-size:22px}.fe-franca-kpis span{margin-top:5px;color:#89939d;font-size:8px;font-weight:900}
.fe-franca-bottom{display:grid;grid-template-columns:1.05fr 1fr 1fr;border-top:1px solid #272d34}
.fe-franca-bottom>div{padding:15px 20px;border-right:1px solid #272d34}.fe-franca-bottom>div:last-child{border-right:0}
.fe-franca-bottom span{display:block;color:#89939d;font-size:8px;font-weight:950;margin-bottom:7px}
.fe-franca-game strong{font-size:11px}
.fe-franca-form div{display:flex;gap:5px}.fe-franca-form i{font-style:normal;font-size:9px;font-weight:950}
.fe-form-w,.fe-form-l{width:22px;height:22px;border-radius:4px;display:grid;place-items:center;color:#fff}
.fe-form-w{background:#15803d}.fe-form-l{background:#b91c1c}
.fe-kpi-positive{color:#22c55e!important}.fe-kpi-negative{color:#ef4444!important}
@media(max-width:1050px){
 .fe-franca-summary{grid-template-columns:1fr}.fe-franca-team{border-right:0;border-bottom:1px solid #272d34}
 .fe-franca-kpis{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:650px){
 .fe-franca-kpis{grid-template-columns:repeat(2,1fr)}
 .fe-franca-bottom{grid-template-columns:1fr}.fe-franca-bottom>div{border-right:0;border-bottom:1px solid #272d34}
}

/* v1.7.3 — classificação FPB Overall integrada */
.fe-fpb-table-scroll{overflow-x:auto}.fe-fpb-table{width:100%;border-collapse:collapse;min-width:760px}
.fe-fpb-table th{padding:11px 12px;text-align:center;color:#82909d;font-size:8px;border-bottom:1px solid #303842}
.fe-fpb-table th:nth-child(2),.fe-fpb-table td:nth-child(2){text-align:left}
.fe-fpb-table td{padding:11px 12px;text-align:center;border-bottom:1px solid #222a32;font-size:11px}
.fe-fpb-team{display:flex;align-items:center;gap:10px;min-width:220px}.fe-fpb-team img{width:34px;height:34px;object-fit:contain}.fe-fpb-team strong{font-size:10px}
.fe-fpb-table tr.is-franca{background:linear-gradient(90deg,rgba(239,38,54,.17),rgba(239,38,54,.035))}
.fe-fpb-table tr.is-franca td:first-child{box-shadow:inset 3px 0 #ef2636}
.fe-fpb-table .fe-win,.fe-fpb-table .fe-positive{color:#22c55e;font-weight:900}.fe-fpb-table .fe-loss,.fe-fpb-table .fe-negative{color:#ef4444;font-weight:900}


/* v1.7.8 — placar em uma linha + jogo ao vivo destacado */
.fe-mini-game-teams{
  grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr)!important;
}
.fe-mini-score{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
  line-height:1!important;
  min-width:110px!important;
  font-size:30px!important;
  letter-spacing:.01em!important;
}
.fe-mini-game.is-live{
  border-color:#0ea5e9!important;
  box-shadow:inset 0 0 0 1px rgba(14,165,233,.08);
}
.fe-mini-game.is-live .fe-mini-game-meta b{
  color:#19b5ff!important;
}
.fe-live-subsection{
  margin-bottom:14px;
}
.fe-live-subtitle{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 8px;
  color:#19b5ff;
  font-size:9px;
  font-weight:950;
  letter-spacing:.05em;
}
.fe-live-subtitle span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#19b5ff;
  box-shadow:0 0 0 0 rgba(25,181,255,.65);
  animation:feLivePulse 1.5s infinite;
}
@keyframes feLivePulse{
  0%{box-shadow:0 0 0 0 rgba(25,181,255,.65)}
  70%{box-shadow:0 0 0 7px rgba(25,181,255,0)}
  100%{box-shadow:0 0 0 0 rgba(25,181,255,0)}
}
.fe-upcoming-subsection{
  display:grid;
  gap:10px;
}
.fe-franca-game strong{
  display:block;
  line-height:1.35;
}
@media(max-width:700px){
  .fe-mini-game-teams{
    grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr)!important;
  }
  .fe-mini-score{
    min-width:82px!important;
    font-size:24px!important;
  }
}


/* v1.7.9 — organização dos jogos do Paulista */
.fe-games-subtitle{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 10px;
  font-size:10px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.fe-games-subtitle span{
  width:7px;
  height:7px;
  border-radius:50%;
  flex:0 0 7px;
}
.fe-games-subtitle-live{color:#19b5ff;}
.fe-games-subtitle-live span{
  background:#19b5ff;
  box-shadow:0 0 0 0 rgba(25,181,255,.65);
  animation:feLivePulse 1.5s infinite;
}
.fe-games-subtitle-next{
  color:#dbe7f5;
  margin-top:4px;
}
.fe-games-subtitle-next span{
  background:#ff1f35;
  border-radius:2px;
}
.fe-upcoming-subsection{
  display:grid;
  gap:10px;
}
.fe-live-subsection + .fe-upcoming-subsection{
  margin-top:20px;
}


/* v1.7.11 — classificação mais legível */
.fe-fpb-table th{
  font-size:10px!important;
  padding:13px 14px!important;
}
.fe-fpb-table td{
  font-size:14px!important;
  padding:13px 14px!important;
  height:58px;
}
.fe-fpb-team{
  min-width:260px!important;
  gap:12px!important;
}
.fe-fpb-team img{
  width:42px!important;
  height:42px!important;
}
.fe-fpb-team strong{
  font-size:13px!important;
  line-height:1.2!important;
}
.fe-fpb-table td b{
  font-size:14px;
}
@media(max-width:700px){
  .fe-fpb-table th{font-size:9px!important;padding:11px 10px!important}
  .fe-fpb-table td{font-size:12px!important;padding:11px 10px!important;height:52px}
  .fe-fpb-team{min-width:220px!important}
  .fe-fpb-team img{width:36px!important;height:36px!important}
  .fe-fpb-team strong{font-size:11px!important}
}


/* v1.7.15 — datas e competições mais evidentes no placar */
.fe-score-day{
  border-color:#343b43;
  padding-left:9px;
  padding-right:9px;
}
.fe-score-day-title span{background:#69737e}
.fe-score-day-inner{gap:12px}
.fe-score-comp{
  position:relative;
  padding:22px 7px 7px;
  border:1px solid #343b43;
  border-radius:9px;
  background:#080a0d;
}
.fe-score-comp-title{
  position:absolute;
  top:7px;
  left:9px;
  right:9px;
  display:flex;
  align-items:center;
  gap:7px;
}
.fe-score-comp-title span{height:2px;flex:1;background:#ff1f35;opacity:.85}
.fe-score-comp-title span:first-child{max-width:15px}
.fe-score-comp-title strong{
  color:#ff3345;
  font-size:9px;
  line-height:1;
  font-weight:950;
  letter-spacing:.06em;
  white-space:nowrap;
}
.fe-score-comp-games{display:flex;gap:9px;align-items:stretch}
.fe-score-comp-forjax{border-color:#7f1722}
.fe-score-comp-master{border-color:#765a19}
.fe-score-comp-master .fe-score-comp-title span{background:var(--fe-gold)}
.fe-score-comp-master .fe-score-comp-title strong{color:var(--fe-gold)}
.fe-score-comp-paulista{border-color:#147eae}
.fe-score-comp-paulista .fe-score-comp-title span{background:var(--fe-blue)}
.fe-score-comp-paulista .fe-score-comp-title strong{color:var(--fe-blue)}
.fe-score-comp .fe-score-card{height:112px}
.fe-score-comp .fe-score-card .league{font-size:9px;opacity:.92}

.fe-competition-date-group{
  position:relative;
  display:grid;
  gap:10px;
  margin:14px 0 22px;
  padding-top:17px;
}
.fe-competition-date-title{
  position:absolute;
  top:0;left:0;right:0;
  display:flex;
  align-items:center;
  gap:10px;
}
.fe-competition-date-title span{height:1px;flex:1;background:#343b43}
.fe-competition-date-title span:first-child{max-width:22px;background:var(--fe-blue)}
.fe-competition-date-title strong{
  color:#fff;
  background:#050607;
  padding:0 8px;
  font-size:10px;
  line-height:18px;
  font-weight:950;
  white-space:nowrap;
}
@media(max-width:820px){
  .fe-score-comp{padding:19px 5px 5px}
  .fe-score-comp-title strong{font-size:7px}
  .fe-score-comp .fe-score-card{height:92px}
  .fe-score-day-inner{gap:8px}
  .fe-competition-date-title strong{font-size:8px}
}

/* v1.7.16 — carrossel editorial de destaques */
.fe-feature-carousel{position:relative;min-width:0;border-right:1px solid #252a30;overflow:hidden}
.fe-feature-slides{position:relative;height:520px}
.fe-feature-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease;pointer-events:none}
.fe-feature-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}
.fe-feature-slide .fe-feature-media{display:block;height:520px;background-size:cover;background-position:center;text-decoration:none;color:#fff}
.fe-feature-slide .fe-feature-copy{padding-right:90px}
.fe-feature-slide .fe-read-more{display:inline-flex;margin-top:14px;padding:9px 14px;border:1px solid var(--fe-red);color:#fff;font-size:10px;font-weight:900}
.fe-feature-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:42px;height:58px;border:1px solid #3a4149;border-radius:6px;background:rgba(5,7,9,.78);color:#fff;font-size:34px;line-height:1;cursor:pointer}
.fe-feature-prev{left:16px}.fe-feature-next{right:16px}
.fe-feature-dots{position:absolute;z-index:6;right:24px;bottom:24px;display:flex;gap:8px}
.fe-feature-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#707780;cursor:pointer}
.fe-feature-dots button.is-active{width:25px;border-radius:10px;background:var(--fe-red)}
.fe-side-news a{color:inherit;text-decoration:none}.fe-side-news .fe-thumb{overflow:hidden}.fe-side-news .fe-thumb img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:900px){.fe-feature-carousel{border-right:0}.fe-feature-slides,.fe-feature-slide .fe-feature-media{height:440px}}
@media(max-width:600px){.fe-feature-slides,.fe-feature-slide .fe-feature-media{height:390px}.fe-feature-slide .fe-feature-copy{padding:65px 20px 24px}.fe-feature-slide .fe-feature-copy h1{font-size:25px}.fe-feature-arrow{width:34px;height:48px}.fe-feature-prev{left:8px}.fe-feature-next{right:8px}.fe-feature-dots{right:18px;bottom:18px}}


/* v1.7.17 — Liga Forjax + Go Champs */
.fe-competition-page[data-competition="forjax"] .fe-mini-header{
  border-bottom:1px solid rgba(239,35,60,.28);
}
.fe-competition-page[data-competition="forjax"] .fe-mini-brand small,
.fe-competition-page[data-competition="forjax"] .fe-mini-section-title span{color:var(--fe-red)}
.fe-forjax-live-head{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:16px 18px;border:1px solid #252b31;border-bottom:0;background:#0e1216;
}
.fe-forjax-live-head strong{font-size:13px}.fe-forjax-live-head p{margin:4px 0 0;color:#8e99a5;font-size:10px}
.fe-forjax-live-head>span{display:flex;align-items:center;gap:7px;color:#dce5ec;font-size:9px;font-weight:900;letter-spacing:.06em}
.fe-forjax-live-head i{width:7px;height:7px;border-radius:50%;background:#24d17e;box-shadow:0 0 0 4px rgba(36,209,126,.10)}
.fe-forjax-series-tabs{display:flex;gap:8px;padding:12px 14px;background:#0b0f13;border-left:1px solid #252b31;border-right:1px solid #252b31}
.fe-forjax-series-tabs button{border:1px solid #303840;background:#141a20;color:#aeb8c1;border-radius:7px;padding:8px 13px;font-size:9px;font-weight:950;cursor:pointer}
.fe-forjax-series-tabs button.is-active{background:var(--fe-red);border-color:var(--fe-red);color:#fff}
.fe-forjax-standings{border:1px solid #252b31;background:#0c1014}
.fe-forjax-table tr:hover td{background:rgba(239,35,60,.035)}
.fe-competition-page[data-competition="forjax"] .fe-mini-game:hover{border-color:var(--fe-red)}
.fe-competition-page[data-competition="forjax"] .fe-competition-date-title span:first-child{background:var(--fe-red)}
@media(max-width:700px){
  .fe-forjax-live-head{align-items:flex-start;flex-direction:column}
  .fe-forjax-series-tabs{overflow:auto}
}
/* v1.7.19 — líderes Liga Forjax */
.fe-forjax-leaders{margin-top:28px}.fe-leaders-tabs{display:flex;gap:8px;margin:0 0 12px}.fe-leaders-tabs button{border:1px solid #303840;background:#11171d;color:#aeb8c1;border-radius:7px;padding:9px 14px;font-size:9px;font-weight:950;cursor:pointer}.fe-leaders-tabs button.is-active{background:var(--fe-red);border-color:var(--fe-red);color:#fff}.fe-leaders-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.fe-leader-card{background:#0c1014;border:1px solid #293139;border-top:2px solid var(--fe-red);border-radius:8px;min-height:126px;padding:13px}.fe-leader-card>small{display:block;color:#ff3046;font-size:9px;font-weight:950;letter-spacing:.08em;margin-bottom:12px}.fe-leader-person{display:grid;grid-template-columns:42px 1fr auto;gap:9px;align-items:center;padding:7px 0;border-top:1px solid #20272d}.fe-leader-person:first-of-type{border-top:0}.fe-leader-photo{width:42px;height:42px;border-radius:50%;background:#141a20;display:grid;place-items:center;overflow:hidden}.fe-leader-photo img{width:100%;height:100%;object-fit:contain}.fe-leader-photo span{font-size:10px;font-weight:950}.fe-leader-copy{min-width:0}.fe-leader-copy strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fe-leader-copy span{display:block;color:#8e99a5;font-size:9px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fe-leader-person>b{font-size:22px;color:#fff}.fe-leader-empty{font-size:10px;color:#8e99a5;line-height:1.45;padding-top:8px}.fe-leader-card.is-empty{border-top-color:#293139}@media(max-width:1050px){.fe-leaders-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.fe-leaders-grid{grid-template-columns:1fr}.fe-leaders-tabs{overflow:auto}.fe-leader-card{min-height:0}}

/* v1.7.20 */
.fe-leader-person>b small{display:block;font-size:7px;color:#d6a33f;text-transform:uppercase;letter-spacing:.04em;margin-top:2px;text-align:right}


/* v1.7.21 — acabamento visual dos líderes da Liga Forjax */
.fe-leaders-grid{
  gap:12px;
  align-items:stretch;
}
.fe-leader-card{
  position:relative;
  min-height:158px;
  padding:14px 15px 13px;
  border-radius:10px;
  background:
    radial-gradient(circle at 100% 0,rgba(239,35,60,.07),transparent 36%),
    linear-gradient(180deg,#0e1318 0%,#0a0e12 100%);
  box-shadow:0 7px 20px rgba(0,0,0,.16);
  transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.fe-leader-card:hover{
  border-color:#3b4650;
  border-top-color:var(--fe-red);
  transform:translateY(-2px);
  box-shadow:0 10px 26px rgba(0,0,0,.24);
}
.fe-leader-card-title{
  min-height:25px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}
.fe-leader-card-title>small{
  color:#ff3046;
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.fe-leader-card-title>span{
  display:inline-flex;
  align-items:center;
  min-height:18px;
  padding:3px 6px;
  border:1px solid rgba(239,35,60,.35);
  border-radius:999px;
  background:rgba(239,35,60,.08);
  color:#ff6b79;
  font-size:6.8px;
  line-height:1;
  font-weight:950;
  letter-spacing:.05em;
  white-space:nowrap;
}
.fe-leader-person{
  grid-template-columns:48px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  min-height:67px;
  padding:9px 0;
}
.fe-leader-person+.fe-leader-person{
  margin-top:2px;
}
.fe-leader-photo{
  width:48px;
  height:48px;
  border:1px solid #273039;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.fe-leader-photo img{
  object-fit:cover;
}
.fe-leader-photo span{
  font-size:11px;
  letter-spacing:.03em;
  color:#fff;
}
.fe-leader-copy strong{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  white-space:normal;
  text-overflow:clip;
  font-size:11.5px;
  line-height:1.17;
  min-height:27px;
}
.fe-leader-copy span{
  margin-top:5px;
  font-size:9.5px;
  color:#97a3ae;
}
.fe-leader-person>b{
  min-width:58px;
  font-size:25px;
  line-height:.95;
  text-align:right;
  font-variant-numeric:tabular-nums;
}
.fe-leader-person>b small{
  margin-top:5px;
  font-size:8px;
  line-height:1.05;
  color:#e3b24e;
  font-weight:900;
  letter-spacing:.055em;
}
.fe-leader-card.has-tie .fe-leader-person{
  min-height:59px;
}
.fe-leader-card.has-tie .fe-leader-photo{
  width:44px;
  height:44px;
}
.fe-leader-card.has-tie .fe-leader-copy strong{
  font-size:10.8px;
}
.fe-leader-card.has-tie .fe-leader-person>b{
  font-size:22px;
}
.fe-leader-empty{
  display:flex;
  align-items:center;
  min-height:92px;
  color:#8f9ba6;
  font-size:10.5px;
}
@media(max-width:1380px){
  .fe-leaders-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .fe-leaders-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .fe-leaders-grid{grid-template-columns:1fr}
  .fe-leader-card{min-height:0}
  .fe-leader-copy strong{font-size:12px}
  .fe-leader-person>b{font-size:24px}
}
/* v1.7.22 — links oficiais Liga 3 Colinas */
.fe-team-link,.fe-leader-player-link,.fe-leader-team-link{color:inherit;text-decoration:none}
.fe-team-link:hover strong,.fe-leader-player-link:hover strong,.fe-leader-team-link:hover{color:#ff2435;text-decoration:underline;text-underline-offset:3px}
.fe-leader-player-link{display:contents}
.fe-leader-team-link{display:block;opacity:.82;transition:.15s ease}
.fe-leader-team-link:hover{opacity:1}


/* v1.7.23 — notícias integradas ao portal */
.fe-home-news-card .fe-card-photo{
  display:block;
  height:180px;
  background:#0b0f13 center/cover no-repeat;
  color:#7e8a95;
  text-decoration:none;
}
.fe-home-news-card .fe-card-photo.has-image{font-size:0}
.fe-home-news-card h3 a{color:inherit;text-decoration:none}
.fe-home-news-card h3 a:hover{color:#ff3046}

.fe-news-single{
  margin:0!important;
  background:#050607!important;
  color:#fff;
}
.fe-news-single #page,
.fe-news-single .wp-site-blocks,
.fe-news-single .site,
.fe-news-single main{max-width:none!important}
.fe-news-site{min-height:100vh}
.fe-article-shell{
  max-width:1180px;
  margin:0 auto;
  padding:54px 24px 70px;
}
.fe-article{
  max-width:920px;
  margin:0 auto;
}
.fe-article-head{text-align:left;margin-bottom:28px}
.fe-article-category{
  display:inline-block;
  margin-bottom:12px;
  color:#ff263a;
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
}
.fe-article-head h1{
  margin:0;
  max-width:900px;
  color:#fff;
  font-size:clamp(34px,5vw,62px);
  line-height:1.02;
  letter-spacing:-.025em;
}
.fe-article-deck{
  max-width:820px;
  margin:18px 0 0;
  color:#b7c0c9;
  font-size:18px;
  line-height:1.5;
}
.fe-article-meta{
  margin-top:18px;
  color:#78838d;
  font-size:10px;
  font-weight:800;
  letter-spacing:.05em;
}
.fe-article-cover{
  margin:0 0 36px;
  border:1px solid #252b31;
  border-radius:14px;
  overflow:hidden;
  background:#0d1115;
}
.fe-article-cover img{
  display:block;
  width:100%;
  max-height:620px;
  object-fit:cover;
}
.fe-article-content{
  max-width:800px;
  color:#e7ebef;
  font-size:18px;
  line-height:1.78;
}
.fe-article-content p{margin:0 0 24px}
.fe-article-content strong{color:#fff}
.fe-article-content a{color:#21b9ff}
.fe-article-content h2,.fe-article-content h3{
  margin:42px 0 16px;
  color:#fff;
  line-height:1.18;
}
.fe-article-content blockquote{
  margin:34px 0;
  padding:18px 22px;
  border-left:4px solid #ef233c;
  background:#0e1216;
  color:#cbd3da;
}
.fe-article-related{
  margin-top:70px;
  padding-top:30px;
  border-top:1px solid #22282e;
}
.fe-article-related .fe-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.fe-news-footer{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:18px;
  align-items:center;
  max-width:1180px;
  margin:0 auto;
  padding:28px 24px 42px;
  border-top:1px solid #252b31;
}
.fe-news-footer img{width:62px;height:62px;object-fit:contain}
.fe-news-footer strong{display:block;font-size:13px}
.fe-news-footer span{display:block;margin-top:4px;color:#8e99a5;font-size:11px}
.fe-news-footer a{
  border:1px solid #ef233c;
  border-radius:6px;
  padding:10px 13px;
  color:#fff;
  text-decoration:none;
  font-size:9px;
  font-weight:950;
}
@media(max-width:760px){
  .fe-article-shell{padding:34px 15px 50px}
  .fe-article-head h1{font-size:36px}
  .fe-article-deck{font-size:16px}
  .fe-article-content{font-size:16px}
  .fe-article-related .fe-news-grid{grid-template-columns:1fr}
  .fe-news-footer{grid-template-columns:auto 1fr}
  .fe-news-footer>a{grid-column:1/-1;text-align:center}
}


/* v1.7.24 — correção definitiva de notícias/Home */
.fe-article-shell{
  max-width:1120px!important;
  margin:0 auto!important;
  padding:46px 24px 72px!important;
}
.fe-article{
  max-width:980px!important;
  margin:0 auto!important;
}
.fe-article-head{
  max-width:900px;
  margin:0 auto 28px!important;
}
.fe-article-head h1{
  max-width:900px!important;
  font-size:clamp(34px,4.6vw,58px)!important;
  line-height:1.04!important;
}
.fe-article-deck{max-width:820px!important}
.fe-article-cover{
  max-width:980px;
  margin:0 auto 34px!important;
}
.fe-article-cover img{
  width:100%!important;
  aspect-ratio:16/9;
  max-height:none!important;
  object-fit:cover!important;
}
.fe-article-cover figcaption{
  padding:9px 12px;
  border-top:1px solid #22282e;
  color:#7f8a94;
  font-size:10px;
  background:#0a0e12;
}
.fe-article-content{
  max-width:820px!important;
  margin:0 auto!important;
  font-size:18px!important;
  line-height:1.72!important;
}
.fe-article-related{
  max-width:980px;
  margin:72px auto 0!important;
}
.fe-article-related .fe-section-title{
  margin-bottom:18px;
}
.fe-news-single .entry-content,
.fe-news-single .post-content,
.fe-news-single .site-main{
  max-width:none!important;
}

/* Home: evita herói visualmente vazio quando algum post não tem imagem */
.fe-hero-slide,
.fe-feature-slide,
.fe-carousel-slide{
  background-color:#0d1115;
}
.fe-hero-slide:not(.has-image),
.fe-feature-slide:not(.has-image),
.fe-carousel-slide:not(.has-image){
  background:
    radial-gradient(circle at 20% 20%,rgba(239,35,60,.12),transparent 30%),
    linear-gradient(135deg,#11161b,#080b0e);
}
.fe-home-news-card{overflow:hidden}
.fe-home-news-card .fe-card-photo{
  border-bottom:1px solid #22282e;
}

@media(max-width:760px){
  .fe-article-shell{padding:30px 14px 50px!important}
  .fe-article-head h1{font-size:34px!important}
  .fe-article-content{font-size:16px!important}
}


/* v1.7.25 — Home notícias: estado visual e página single */
.fe-feature-slide .fe-feature-media{
  min-height:460px;
  background-position:center;
  background-size:cover;
}
.fe-feature-copy{
  max-width:760px;
}
.fe-feature-copy h1{
  max-width:760px;
}
.fe-side-news article{
  min-height:105px;
}
.fe-side-news .fe-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body.fe-news-single .fe-news-site{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.fe-news-single .fe-article-shell{
  width:min(1120px,calc(100% - 32px))!important;
  max-width:1120px!important;
  margin:0 auto!important;
}
body.fe-news-single .fe-article{
  width:100%!important;
  max-width:980px!important;
  margin:0 auto!important;
}
body.fe-news-single .fe-article-head,
body.fe-news-single .fe-article-content{
  margin-left:auto!important;
  margin-right:auto!important;
}
body.fe-news-single .fe-article-cover{
  width:100%!important;
  max-width:980px!important;
}

/* v1.7.27 — Home editorial dinâmica + rodapé próprio */
.fe-editorial-sections{padding:34px 28px 8px}
.fe-editorial-section{margin:0 0 34px}
.fe-editorial-section .fe-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.fe-home-news-card .fe-card-photo.has-image{display:block;background-size:cover;background-position:center;background-repeat:no-repeat}
.fe-home-news-card h3 a,.fe-side-news h3 a{color:inherit;text-decoration:none}
.fe-portal-footer{margin-top:38px;padding:26px 28px;border-top:1px solid #2b3036;background:#07090c;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#fff}
.fe-portal-footer strong{display:block;font-size:17px;letter-spacing:.04em}
.fe-portal-footer span,.fe-portal-footer small{display:block;margin-top:5px;color:#929aa3;font-size:11px}
.fe-portal-footer-right{text-align:right}
body.fe-portal-page #colophon,body.fe-portal-page footer.site-footer,body.fe-portal-page .site-footer:not(.fe-portal-footer){display:none!important}
@media(max-width:760px){
 .fe-editorial-sections{padding:26px 14px 0}
 .fe-editorial-section .fe-news-grid{grid-template-columns:1fr}
 .fe-portal-footer{padding:24px 14px;align-items:flex-start;flex-direction:column}
 .fe-portal-footer-right{text-align:left}
}


/* v1.7.28 — home limpa quando ainda existe apenas um destaque */
.fe-lead.fe-lead-single{grid-template-columns:minmax(0,1fr)!important}
.fe-lead.fe-lead-single .fe-feature-carousel{max-width:none;width:100%}

/* Fallback para temas que não recebem a classe fe-portal-page no body */
body:has(.fe-site) footer:not(.fe-portal-footer),
body:has(.fe-site) .site-footer:not(.fe-portal-footer),
body:has(.fe-site) #colophon,
body:has(.fe-site) .footer-area,
body:has(.fe-site) .footer-wrapper{display:none!important}
body:has(.fe-site) .fe-portal-footer{display:flex!important}


/* v1.7.30 — home com densidade editorial progressiva */
.fe-bottom{align-items:start}
.fe-bottom>div{min-width:0}
.fe-latest-grid{align-items:stretch}
.fe-latest-grid.fe-count-1{grid-template-columns:minmax(260px,360px)}
.fe-latest-grid.fe-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.fe-latest-grid.fe-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.fe-latest-grid.fe-count-4,
.fe-latest-grid.fe-count-5,
.fe-latest-grid.fe-count-6{grid-template-columns:repeat(3,minmax(0,1fr))}
.fe-latest-grid .fe-home-news-card{height:100%}
.fe-latest-grid .fe-card-photo{height:190px}
.fe-latest-grid h3{font-size:15px;line-height:1.3;margin-bottom:18px}
.fe-standings{align-self:start}
.fe-editorial-sections:empty{display:none}
.fe-editorial-section{scroll-margin-top:90px}
.fe-editorial-section .fe-section-title{position:relative}
.fe-section-kicker{margin-left:auto!important;margin-bottom:8px!important;padding:0!important;background:none!important;color:#6f7a84!important;font-size:8px!important;letter-spacing:.14em}
.fe-editorial-section .fe-home-news-card{transition:transform .18s ease,border-color .18s ease}
.fe-editorial-section .fe-home-news-card:hover{transform:translateY(-2px);border-color:#424a53}
.fe-editorial-section .fe-card-photo{height:210px}
.fe-editorial-section h3{font-size:15px;line-height:1.3}
@media(max-width:1180px){
  .fe-latest-grid.fe-count-2,
  .fe-latest-grid.fe-count-3,
  .fe-latest-grid.fe-count-4,
  .fe-latest-grid.fe-count-5,
  .fe-latest-grid.fe-count-6{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .fe-latest-grid.fe-count-1,
  .fe-latest-grid.fe-count-2,
  .fe-latest-grid.fe-count-3,
  .fe-latest-grid.fe-count-4,
  .fe-latest-grid.fe-count-5,
  .fe-latest-grid.fe-count-6{grid-template-columns:1fr}
  .fe-latest-grid .fe-card-photo,.fe-editorial-section .fe-card-photo{height:205px}
  .fe-section-kicker{display:none!important}
}

/* v1.7.31 — refinamento editorial e redução de espaços vazios */
.fe-main{padding-bottom:22px}
.fe-editorial-sections{padding-top:26px;padding-bottom:0}
.fe-editorial-section{margin-bottom:24px}
.fe-editorial-section:last-child{margin-bottom:0}
.fe-editorial-section .fe-section-title{margin-bottom:14px}
.fe-editorial-all{margin-left:auto!important;margin-bottom:7px!important;padding:6px 10px!important;border:1px solid #3a4149!important;background:#0c1014!important;color:#fff!important;font-size:9px!important;font-weight:950!important;letter-spacing:.03em!important}
.fe-editorial-all:hover{border-color:var(--fe-red)!important;color:#fff!important}
.fe-editorial-all span{margin:0 0 0 4px!important;padding:0!important;background:none!important;font-size:11px!important}
.fe-editorial-grid{align-items:stretch}
.fe-editorial-grid.fe-count-1{grid-template-columns:minmax(280px,430px)}
.fe-editorial-grid.fe-count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px}
.fe-editorial-grid.fe-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.fe-editorial-grid .fe-home-news-card{height:100%}
.fe-portal-footer{margin-top:14px}
@media(max-width:900px){
  .fe-editorial-grid.fe-count-2,.fe-editorial-grid.fe-count-3{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}
}
@media(max-width:760px){
  .fe-main{padding-bottom:12px}
  .fe-editorial-sections{padding-top:20px}
  .fe-editorial-section{margin-bottom:20px}
  .fe-editorial-grid.fe-count-1,.fe-editorial-grid.fe-count-2,.fe-editorial-grid.fe-count-3{grid-template-columns:1fr;max-width:none}
  .fe-editorial-all{font-size:8px!important;padding:6px 8px!important}
  .fe-portal-footer{margin-top:8px}
}


/* v1.7.32 — destaque compacto + cards sem imagem */
@media(min-width:901px){
  .fe-feature-slides,
  .fe-feature-slide .fe-feature-media{
    height:395px!important;
    min-height:395px!important;
  }
  .fe-feature-slide .fe-feature-copy{
    padding:58px 90px 24px 28px!important;
  }
  .fe-feature-copy h1{
    font-size:clamp(30px,3vw,43px)!important;
    line-height:1.05!important;
    max-width:700px!important;
  }
  .fe-feature-copy p{
    max-width:700px!important;
    margin-top:10px!important;
    font-size:14px!important;
    line-height:1.45!important;
  }
  .fe-feature-slide .fe-read-more{margin-top:12px!important}
}

/* Em tablets, mantém impacto sem ocupar a tela inteira */
@media(min-width:601px) and (max-width:900px){
  .fe-feature-slides,
  .fe-feature-slide .fe-feature-media{
    height:410px!important;
    min-height:410px!important;
  }
}

/* Card editorial sem imagem: compacto, sem reservar um retângulo vazio */
.fe-home-news-card.no-image-card{
  min-height:0!important;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    radial-gradient(circle at 12% 15%,rgba(239,35,60,.11),transparent 30%),
    linear-gradient(135deg,#11161b 0%,#090c10 100%);
  border-top:2px solid var(--fe-red);
}
.fe-home-news-card.no-image-card .fe-card-photo{
  height:auto!important;
  min-height:0!important;
  padding:16px 14px 4px;
  border-bottom:0!important;
  background:none!important;
  color:#76818b;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  pointer-events:none;
}
.fe-home-news-card.no-image-card>span{
  margin-top:8px!important;
}
.fe-home-news-card.no-image-card h3{
  margin-bottom:18px!important;
}
.fe-editorial-grid .fe-home-news-card.no-image-card,
.fe-latest-grid .fe-home-news-card.no-image-card{
  min-height:150px!important;
  height:auto!important;
}

/* Menos respiro entre blocos quando há pouco conteúdo */
.fe-editorial-section:has(.fe-count-1){margin-bottom:18px}
@media(max-width:760px){
  .fe-home-news-card.no-image-card .fe-card-photo{padding-top:14px}
  .fe-editorial-grid .fe-home-news-card.no-image-card,
  .fe-latest-grid .fe-home-news-card.no-image-card{min-height:138px!important}
}

/* =====================================================
   v1.8.0 — NOVA HIERARQUIA + MENU POR ESPORTES
   Menu > Destaques > Jogos e Resultados > Competições
   ===================================================== */
.fe-header-v180{
  width:min(1600px,100%); min-height:96px; padding:10px 28px;
  display:grid; grid-template-columns:92px minmax(0,1fr) minmax(220px,320px);
  gap:24px; align-items:center; background:#07090c; border-bottom:1px solid #252a30;
  position:relative; z-index:100;
}
.fe-header-v180 .fe-brand-logo{width:76px;height:76px}
.fe-header-v180 .fe-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:16px}
.fe-header-v180 .fe-social{font-size:20px;gap:8px;white-space:nowrap}
.fe-header-v180 .fe-search{height:44px;max-width:230px}
.fe-header-v180 .fe-search input{height:42px;font-size:13px}
.fe-nav-v180{
  min-height:76px; padding:0; gap:clamp(18px,2.2vw,38px); justify-content:flex-start;
  overflow:visible; border:0; background:transparent; white-space:nowrap;
}
.fe-nav-v180 .fe-nav-item{position:relative;display:flex;align-items:stretch;min-height:76px}
.fe-nav-v180 .fe-nav-item>a{min-height:76px;padding:0 3px;font-size:13px;letter-spacing:.25px}
.fe-nav-v180 .fe-nav-caret{font-size:10px;margin-left:7px;color:#9ca3ad;transition:transform .18s ease}
.fe-nav-v180 .has-submenu:hover .fe-nav-caret,.fe-nav-v180 .has-submenu.is-open .fe-nav-caret{transform:rotate(180deg)}
.fe-submenu{
  position:absolute; top:calc(100% - 3px); left:-16px; width:235px; padding:9px;
  background:#0c1015; border:1px solid #2d333b; border-top:3px solid var(--fe-red);
  border-radius:0 0 9px 9px; box-shadow:0 18px 45px rgba(0,0,0,.45);
  opacity:0; visibility:hidden; transform:translateY(7px); pointer-events:none;
  transition:opacity .16s ease,transform .16s ease,visibility .16s; z-index:999;
}
.fe-nav-v180 .has-submenu:hover>.fe-submenu,.fe-nav-v180 .has-submenu:focus-within>.fe-submenu,.fe-nav-v180 .has-submenu.is-open>.fe-submenu{
  opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;
}
.fe-submenu a{display:block!important;min-height:0!important;padding:11px 12px!important;border-radius:6px;color:#e7e9ec!important;font-size:12px!important;font-weight:800!important;text-transform:none!important}
.fe-submenu a:hover,.fe-submenu a:focus{background:#181d23;color:#ff3043!important}
.fe-submenu a:after{display:none!important}
.fe-main{padding-top:0}
.fe-lead{border-top:0}
.fe-games-section{border-top:1px solid #252a30;border-bottom:1px solid #252a30;background:#080b0f}
.fe-games-heading{display:flex;align-items:baseline;gap:13px;padding:22px 28px 0}
.fe-games-heading span{color:var(--fe-red);font-size:10px;font-weight:950;letter-spacing:1.5px}
.fe-games-heading h2{margin:0;color:#fff;font-size:19px;letter-spacing:.4px}
.fe-games-section .fe-scorebar{border:0;background:transparent;padding-top:10px}

@media(max-width:1100px){
 .fe-header-v180{grid-template-columns:82px minmax(0,1fr);padding:9px 18px;gap:14px}
 .fe-header-v180 .fe-header-tools{display:none}
 .fe-nav-v180{justify-content:flex-start;gap:20px}
}
@media(max-width:820px){
 .fe-header-v180{display:flex;align-items:center;min-height:74px;padding:7px 12px;gap:10px;overflow:visible}
 .fe-header-v180 .fe-brand{flex:0 0 58px}
 .fe-header-v180 .fe-brand-logo{width:56px;height:56px}
 .fe-nav-v180{flex:1;min-height:60px;gap:8px;overflow-x:auto;overflow-y:visible;padding:0 4px}
 .fe-nav-v180 .fe-nav-item{min-height:60px}
 .fe-nav-v180 .fe-nav-item>a{min-height:60px;font-size:10px;padding:0 7px}
 .fe-submenu{position:fixed;top:74px;left:12px;right:12px;width:auto;max-height:65vh;overflow:auto}
 .fe-games-heading{padding:18px 14px 0}
 .fe-games-heading h2{font-size:16px}
}


/* =====================================================
   v1.8.1 — REFINAMENTO DO TOPO E DENSIDADE EDITORIAL
   ===================================================== */
/* A lateral de destaques é complementar: 2 chamadas no máximo, mais visuais. */
.fe-lead:not(.fe-lead-single){grid-template-columns:minmax(0,2.05fr) minmax(320px,.72fr)}
.fe-side-news{display:flex;flex-direction:column;justify-content:stretch}
.fe-side-news article{flex:1;min-height:0;grid-template-columns:128px minmax(0,1fr);gap:14px;padding:14px 16px}
.fe-side-news .fe-thumb{height:88px}
.fe-side-news h3{font-size:15px;line-height:1.22;margin:6px 0}
.fe-side-news small{font-size:10px}

/* Dropdown um pouco mais limpo e com maior separação entre grupos. */
.fe-submenu{width:250px;padding:8px;background:#090d11;border-color:#303740;box-shadow:0 20px 50px rgba(0,0,0,.52)}
.fe-submenu a{padding:12px 13px!important;border-bottom:1px solid rgba(255,255,255,.045);border-radius:4px}
.fe-submenu a:last-child{border-bottom:0}
.fe-submenu a:hover,.fe-submenu a:focus{background:#151b21;color:#ff3043!important;padding-left:16px!important}

/* Com apenas uma matéria, aproveita a largura em formato horizontal. */
.fe-editorial-grid.fe-count-1,
.fe-latest-grid.fe-count-1{grid-template-columns:minmax(0,820px)!important;max-width:820px!important}
.fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
.fe-latest-grid.fe-count-1 .fe-home-news-card.has-image-card{
  display:grid;grid-template-columns:minmax(260px,370px) minmax(0,1fr);grid-template-rows:auto 1fr;
  min-height:190px;max-width:820px
}
.fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card .fe-card-photo,
.fe-latest-grid.fe-count-1 .fe-home-news-card.has-image-card .fe-card-photo{
  grid-column:1;grid-row:1/3;height:100%!important;min-height:190px;border-bottom:0;border-right:1px solid #22282e
}
.fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card>span,
.fe-latest-grid.fe-count-1 .fe-home-news-card.has-image-card>span{grid-column:2;align-self:end;margin:20px 20px 6px}
.fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card>h3,
.fe-latest-grid.fe-count-1 .fe-home-news-card.has-image-card>h3{grid-column:2;margin:0 20px 20px;font-size:19px;line-height:1.25}
.fe-editorial-grid.fe-count-1 .fe-home-news-card.no-image-card,
.fe-latest-grid.fe-count-1 .fe-home-news-card.no-image-card{max-width:620px!important}

@media(max-width:1050px){
  .fe-lead:not(.fe-lead-single){grid-template-columns:minmax(0,1.7fr) minmax(285px,.75fr)}
  .fe-side-news article{grid-template-columns:105px minmax(0,1fr);padding:12px}
  .fe-side-news .fe-thumb{height:76px}
  .fe-side-news h3{font-size:13px}
}
@media(max-width:900px){
  .fe-lead:not(.fe-lead-single){grid-template-columns:1fr}
  .fe-side-news{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid #252a30}
  .fe-side-news article{display:grid;grid-template-columns:110px minmax(0,1fr)}
}
@media(max-width:680px){
  .fe-editorial-grid.fe-count-1,.fe-latest-grid.fe-count-1{grid-template-columns:1fr!important;max-width:none!important}
  .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
  .fe-latest-grid.fe-count-1 .fe-home-news-card.has-image-card{display:block;min-height:0;max-width:none}
  .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card .fe-card-photo,
  .fe-latest-grid.fe-count-1 .fe-home-news-card.has-image-card .fe-card-photo{height:205px!important;min-height:0;border-right:0;border-bottom:1px solid #22282e}
  .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card>span,
  .fe-latest-grid.fe-count-1 .fe-home-news-card.has-image-card>span{display:inline-block;margin:12px 14px 0}
  .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card>h3,
  .fe-latest-grid.fe-count-1 .fe-home-news-card.has-image-card>h3{margin:7px 14px 18px;font-size:15px}
  .fe-side-news{grid-template-columns:1fr}
}

/* =====================================================
   v1.8.2 — DESTAQUE + CLASSIFICAÇÕES NO PRIMEIRO PAINEL
   ===================================================== */
.fe-top-dashboard{
  display:grid;grid-template-columns:minmax(0,3fr) minmax(300px,1fr);
  align-items:stretch;background:#07090c;border-bottom:1px solid #252a30;
}
.fe-top-dashboard .fe-lead{min-width:0;border-bottom:0}
.fe-top-dashboard .fe-lead.fe-lead-single{grid-template-columns:1fr}
.fe-top-dashboard .fe-feature-media{min-height:395px}
.fe-top-standings{
  min-width:0;padding:18px;background:#090d11;border-left:1px solid #252a30;
  display:flex;flex-direction:column;gap:14px;
}
.fe-top-standings-title{display:flex;align-items:center;gap:10px;padding:2px 2px 10px;border-bottom:1px solid #262c33}
.fe-top-standings-title>span{color:#fff;font-size:17px}
.fe-top-standings-title small{display:block;color:var(--fe-red);font-size:9px;font-weight:950;letter-spacing:1.25px;margin-bottom:2px}
.fe-top-standings-title h2{margin:0;color:#fff;font-size:17px;letter-spacing:.3px}
.fe-top-standings-list{display:grid;grid-template-columns:1fr;gap:9px;flex:1}
.fe-standing-quick{
  position:relative;display:grid;grid-template-columns:50px minmax(0,1fr) 18px;align-items:center;gap:10px;
  min-height:68px;padding:9px 11px;background:#0d1217;border:1px solid #2a3037;border-left:3px solid #69717b;
  border-radius:6px;text-decoration:none!important;transition:transform .15s ease,background .15s ease,border-color .15s ease;
}
.fe-standing-quick:hover{transform:translateX(3px);background:#121820;border-color:#424b55}
.fe-standing-quick.blue{border-left-color:#08aeef}.fe-standing-quick.red{border-left-color:#ef233c}.fe-standing-quick.gold{border-left-color:#c7951a}.fe-standing-quick.green{border-left-color:#2db86f}
.fe-standing-logo{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:#080b0f;border-radius:5px}
.fe-standing-logo img{max-width:42px;max-height:42px;object-fit:contain}
.fe-standing-copy{min-width:0}.fe-standing-copy strong{display:block;color:#fff;font-size:13px;line-height:1.15}.fe-standing-copy small{display:block;color:#8f99a5;font-size:9px;line-height:1.2;margin-top:4px}
.fe-standing-quick>b{color:#fff;font-size:23px;text-align:right}
/* Classificações saíram de Últimas Notícias; a faixa agora usa toda a largura. */
.fe-bottom{display:block!important}.fe-bottom>div{width:100%;min-width:0}.fe-bottom .fe-latest-grid{max-width:none}
@media(max-width:1100px){
 .fe-top-dashboard{grid-template-columns:minmax(0,2.2fr) minmax(285px,.9fr)}
 .fe-top-standings{padding:14px}.fe-standing-quick{grid-template-columns:42px minmax(0,1fr) 15px;min-height:62px;padding:7px 9px}.fe-standing-logo{width:38px;height:38px}.fe-standing-logo img{max-width:35px;max-height:35px}
}
@media(max-width:850px){
 .fe-top-dashboard{display:block}.fe-top-standings{border-left:0;border-top:1px solid #252a30;padding:15px 14px 17px}.fe-top-standings-list{display:flex;overflow-x:auto;gap:10px;padding-bottom:4px;scroll-snap-type:x proximity}.fe-standing-quick{flex:0 0 245px;scroll-snap-align:start}
}

/* v1.8.4 — fallback visual para matérias do carrossel sem imagem destacada */
.fe-feature-media-fallback{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 42%, rgba(237,28,36,.18), transparent 32%),
    linear-gradient(135deg,#111820 0%,#080b0f 56%,#050607 100%) !important;
}
.fe-feature-media-fallback::before{
  content:"";
  position:absolute;
  right:7%;
  top:50%;
  width:min(31%,260px);
  aspect-ratio:1/1;
  transform:translateY(-50%);
  background-image:var(--fe-fallback-logo);
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  opacity:.20;
  filter:grayscale(.15);
}
.fe-feature-media-fallback::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.08) 55%,rgba(0,0,0,.48) 100%);
  pointer-events:none;
}
.fe-feature-media-fallback .fe-tag,
.fe-feature-media-fallback .fe-feature-copy,
.fe-feature-media-fallback .fe-feature-fallback-brand{position:absolute;z-index:2}
.fe-feature-fallback-brand{
  right:8%;
  top:50%;
  transform:translateY(-50%);
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.08em;
  opacity:.78;
}
.fe-feature-fallback-brand span{display:block;font-size:14px;font-weight:700;color:#9ba7b5}
.fe-feature-fallback-brand strong{display:block;font-size:25px;line-height:1;color:#fff}
.fe-feature-fallback-brand small{display:block;margin-top:8px;font-size:8px;color:#ed1c24;font-weight:800}
@media(max-width:700px){
  .fe-feature-media-fallback::before{right:2%;width:46%;opacity:.14}
  .fe-feature-fallback-brand{display:none}
}


/* v1.8.5 — navegação do carrossel fora da imagem + autoplay contínuo */
@media(min-width:901px){
  .fe-feature-carousel{
    padding-bottom:42px!important;
    background:#090d11;
  }
  .fe-feature-slides,
  .fe-feature-slide .fe-feature-media{
    height:353px!important;
    min-height:353px!important;
  }
  .fe-feature-slide .fe-feature-copy{
    padding:52px 34px 22px 10px!important;
  }
  .fe-feature-copy h1{
    max-width:760px!important;
  }
  .fe-feature-arrow{
    top:auto!important;
    bottom:6px!important;
    transform:none!important;
    width:34px!important;
    height:30px!important;
    border-radius:4px!important;
    font-size:23px!important;
    background:#0d1217!important;
    border-color:#303842!important;
  }
  .fe-feature-prev{left:12px!important}
  .fe-feature-next{right:12px!important}
  .fe-feature-dots{
    left:50%!important;
    right:auto!important;
    bottom:16px!important;
    transform:translateX(-50%)!important;
  }
}

@media(min-width:601px) and (max-width:900px){
  .fe-feature-carousel{padding-bottom:40px!important;background:#090d11}
  .fe-feature-slides,
  .fe-feature-slide .fe-feature-media{
    height:370px!important;
    min-height:370px!important;
  }
  .fe-feature-arrow{
    top:auto!important;
    bottom:5px!important;
    transform:none!important;
    width:34px!important;
    height:30px!important;
    font-size:22px!important;
  }
  .fe-feature-prev{left:10px!important}
  .fe-feature-next{right:10px!important}
  .fe-feature-dots{left:50%!important;right:auto!important;bottom:15px!important;transform:translateX(-50%)!important}
}

@media(max-width:600px){
  .fe-feature-carousel{padding-bottom:38px!important;background:#090d11}
  .fe-feature-slides,
  .fe-feature-slide .fe-feature-media{
    height:350px!important;
    min-height:350px!important;
  }
  .fe-feature-arrow{
    top:auto!important;
    bottom:4px!important;
    transform:none!important;
    width:32px!important;
    height:29px!important;
    font-size:21px!important;
  }
  .fe-feature-prev{left:8px!important}
  .fe-feature-next{right:8px!important}
  .fe-feature-dots{left:50%!important;right:auto!important;bottom:14px!important;transform:translateX(-50%)!important}
}


/* =====================================================
   v1.8.6 — FECHAMENTO VISUAL DA HOME
   Gradiente suave + agenda compacta + menu sticky
   ===================================================== */
/* O escurecimento passa a desaparecer suavemente pela foto, sem uma faixa vertical dura. */
.fe-feature-slide .fe-feature-media:not(.fe-feature-media-fallback){
  position:relative;
  background-blend-mode:normal;
}
.fe-feature-slide .fe-feature-media:not(.fe-feature-media-fallback)::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:linear-gradient(90deg,
    rgba(0,0,0,.82) 0%,
    rgba(0,0,0,.70) 24%,
    rgba(0,0,0,.42) 48%,
    rgba(0,0,0,.14) 72%,
    rgba(0,0,0,.03) 100%);
}
.fe-feature-slide .fe-feature-media>.fe-tag,
.fe-feature-slide .fe-feature-media>.fe-feature-copy{position:absolute;z-index:2}
.fe-feature-slide .fe-feature-copy{left:0;right:0;bottom:0;padding-left:24px!important}
.fe-feature-slide .fe-feature-copy h1{max-width:720px!important}

/* Menu acompanha a leitura, mas fica mais enxuto depois que a página começa a rolar. */
.fe-header-v180{
  position:sticky!important;
  top:0;
  z-index:1000;
  transition:min-height .2s ease,padding .2s ease,box-shadow .2s ease;
  box-shadow:0 1px 0 rgba(255,255,255,.03);
}
body.admin-bar .fe-header-v180{top:32px}
.fe-header-v180 .fe-brand-logo{transition:width .2s ease,height .2s ease}
@media(min-width:821px){
  .fe-header-v180{min-height:82px;padding-top:6px;padding-bottom:6px}
  .fe-header-v180 .fe-brand-logo{width:64px;height:64px}
  .fe-nav-v180,.fe-nav-v180 .fe-nav-item,.fe-nav-v180 .fe-nav-item>a{min-height:66px}
}

/* Agenda mais compacta: continua legível, mas deixa de dominar a home. */
.fe-games-heading{padding-top:16px;padding-bottom:2px}
.fe-games-section .fe-scorebar{min-height:184px;padding:18px 12px 12px;gap:9px}
.fe-games-section .fe-score-track{min-height:146px;padding-top:13px;gap:9px}
.fe-games-section .fe-score-day{min-height:132px;padding-top:24px}
.fe-games-section .fe-score-card{height:104px;flex-basis:218px;width:218px;padding:9px}
.fe-games-section .fe-score-card .league{top:8px;left:9px;font-size:8px}
.fe-games-section .fe-score-card .status{top:7px;right:9px;font-size:12px}
.fe-games-section .fe-score-card .teams{height:74px;margin-top:17px;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)}
.fe-games-section .fe-score-card img{width:40px;height:40px}
.fe-games-section .fe-score-card .club{font-size:8px;min-height:22px}
.fe-games-section .fe-score-card .score{font-size:19px}
.fe-games-section .fe-score-arrow{flex-basis:50px;width:50px;height:116px;font-size:34px}

@media(max-width:782px){body.admin-bar .fe-header-v180{top:46px}}
@media(max-width:820px){
  .fe-header-v180{position:relative!important;top:auto!important}
  .fe-feature-slide .fe-feature-copy{padding-left:18px!important}
  .fe-games-section .fe-scorebar{min-height:170px;padding-left:8px;padding-right:8px}
  .fe-games-section .fe-score-arrow{flex-basis:38px;width:38px;height:104px}
}

/* v1.8.8 — Home por editorias: duas últimas notícias em destaque editorial */
.fe-latest-grid.fe-count-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.fe-latest-grid.fe-count-2 .fe-home-news-card{width:100%;max-width:none;}
@media (max-width:760px){
  .fe-latest-grid.fe-count-2{grid-template-columns:1fr;}
}

/* =====================================================
   v1.8.9 — EDITORIAS EM CARDS VERTICAIS
   Últimas Notícias mantém o layout próprio da v1.8.8.
   ===================================================== */
.fe-editorial-section .fe-editorial-grid,
.fe-editorial-section .fe-editorial-grid.fe-count-1,
.fe-editorial-section .fe-editorial-grid.fe-count-2,
.fe-editorial-section .fe-editorial-grid.fe-count-3{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  max-width:none!important;
  align-items:stretch;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
.fe-editorial-section .fe-editorial-grid.fe-count-2 .fe-home-news-card.has-image-card,
.fe-editorial-section .fe-editorial-grid.fe-count-3 .fe-home-news-card.has-image-card{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:none!important;
  min-height:0!important;
  height:100%!important;
  grid-template-columns:none!important;
  grid-template-rows:none!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card .fe-card-photo{
  display:flex!important;
  grid-column:auto!important;
  grid-row:auto!important;
  width:100%!important;
  height:210px!important;
  min-height:210px!important;
  border-right:0!important;
  border-bottom:1px solid #22282e!important;
  background-size:cover!important;
  background-position:center!important;
  align-items:center;
  justify-content:center;
}
/* Fallback visual para editorias sem imagem, mantendo a mesma proporção dos cards com foto. */
.fe-editorial-section .fe-editorial-grid .fe-home-news-card.no-image-card .fe-card-photo{
  color:#758195!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  background:
    radial-gradient(circle at 22% 20%,rgba(238,29,48,.13),transparent 38%),
    linear-gradient(135deg,#11161b 0%,#0b0f13 58%,#10151a 100%)!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card>span,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card>span{
  grid-column:auto!important;
  align-self:flex-start!important;
  display:inline-block!important;
  margin:12px 14px 0!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card>h3,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card>h3{
  grid-column:auto!important;
  margin:7px 14px 18px!important;
  font-size:15px!important;
  line-height:1.3!important;
}
@media(max-width:980px){
  .fe-editorial-section .fe-editorial-grid,
  .fe-editorial-section .fe-editorial-grid.fe-count-1,
  .fe-editorial-section .fe-editorial-grid.fe-count-2,
  .fe-editorial-section .fe-editorial-grid.fe-count-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .fe-editorial-section .fe-editorial-grid,
  .fe-editorial-section .fe-editorial-grid.fe-count-1,
  .fe-editorial-section .fe-editorial-grid.fe-count-2,
  .fe-editorial-section .fe-editorial-grid.fe-count-3{grid-template-columns:1fr!important}
  .fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo,
  .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card .fe-card-photo{height:205px!important;min-height:205px!important}
}


/* =====================================================
   v1.8.10 — FECHAMENTO DA HOME
   Últimas Notícias sem imagem mais compactas +
   espaçamento consistente entre editorias.
   ===================================================== */
/* Em Últimas Notícias, cards sem foto não precisam simular a altura de um card visual. */
.fe-latest-grid .fe-home-news-card.no-image-card{
  min-height:112px!important;
  height:auto!important;
  justify-content:center!important;
}
.fe-latest-grid .fe-home-news-card.no-image-card .fe-card-photo{
  padding:10px 14px 2px!important;
  line-height:1.15!important;
}
.fe-latest-grid .fe-home-news-card.no-image-card>span{
  margin:7px 14px 0!important;
}
.fe-latest-grid .fe-home-news-card.no-image-card>h3{
  margin:6px 14px 13px!important;
  line-height:1.25!important;
}

/* Ritmo vertical único entre as editorias da home. */
.fe-editorial-sections{
  padding-top:26px!important;
}
.fe-editorial-section,
.fe-editorial-section:has(.fe-count-1),
.fe-editorial-section:has(.fe-count-2),
.fe-editorial-section:has(.fe-count-3){
  margin-bottom:28px!important;
}
.fe-editorial-section .fe-section-title{
  margin-bottom:14px!important;
}
.fe-editorial-section .fe-editorial-grid{
  margin-top:0!important;
}

@media(max-width:760px){
  .fe-latest-grid .fe-home-news-card.no-image-card{min-height:104px!important}
  .fe-editorial-section,
  .fe-editorial-section:has(.fe-count-1),
  .fe-editorial-section:has(.fe-count-2),
  .fe-editorial-section:has(.fe-count-3){margin-bottom:22px!important}
}

/* v1.9.0 — página interna de competição / Paulista 2026 */
.fe-competition-global-header{
  position:sticky;top:0;z-index:110;background:#070a0d;border-bottom:1px solid #222932;
}
.admin-bar .fe-competition-global-header{top:32px}
.fe-comp-hero{
  border-bottom:1px solid #27303a;
  background:radial-gradient(circle at 82% 20%,rgba(0,174,239,.16),transparent 28%),linear-gradient(120deg,#070a0e 0%,#0a1118 58%,#07131b 100%);
}
.fe-comp-hero-inner{width:min(1450px,calc(100% - 40px));margin:0 auto;padding:28px 0 0}
.fe-comp-breadcrumb{display:inline-flex;margin-bottom:20px;color:#8e99a4!important;font-size:9px;font-weight:950;letter-spacing:.12em}
.fe-comp-breadcrumb:after{content:' / COMPETIÇÕES';color:#56616c;margin-left:7px}
.fe-comp-hero-main{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:24px;align-items:center;padding-bottom:26px}
.fe-comp-hero-logo{width:112px;height:112px;display:grid;place-items:center;padding:8px;border:1px solid #2e3943;border-radius:13px;background:#080b0f;box-shadow:0 16px 40px rgba(0,0,0,.22)}
.fe-comp-hero-logo img{max-width:96px;max-height:96px;object-fit:contain}
.fe-comp-hero-logo span{font-size:42px;font-weight:950}
.fe-comp-hero-copy small{display:block;color:var(--fe-blue);font-size:9px;font-weight:950;letter-spacing:.12em}
.fe-comp-hero-copy h1{margin:5px 0 5px;font-size:40px;line-height:1}
.fe-comp-hero-copy p{margin:0;color:#a4adb6;font-size:13px}
.fe-comp-anchor-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.fe-comp-anchor-nav a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #303944;border-radius:5px;background:#0a0f14;color:#dce2e8!important;font-size:9px;font-weight:950;text-transform:uppercase}
.fe-comp-anchor-nav a:hover{border-color:var(--fe-blue)}
.fe-comp-hero-actions{display:grid;justify-items:end;gap:10px}
.fe-comp-official{display:inline-flex;align-items:center;min-height:40px;padding:0 15px;border:1px solid var(--fe-blue);border-radius:5px;background:rgba(0,174,239,.06);font-size:10px;font-weight:950}
.fe-comp-season{color:#7f8a94;font-size:9px;font-weight:950;letter-spacing:.1em}
.fe-comp-overview{display:grid;grid-template-columns:1.1fr .8fr .6fr 1.5fr;border-top:1px solid #24303a;background:rgba(5,8,11,.46)}
.fe-comp-overview>div{padding:15px 20px;border-right:1px solid #24303a}
.fe-comp-overview>div:last-child{border-right:0}
.fe-comp-overview span,.fe-comp-overview strong{display:block}
.fe-comp-overview span{color:#71808d;font-size:8px;font-weight:950;letter-spacing:.08em}
.fe-comp-overview strong{margin-top:5px;font-size:12px}
.fe-competition-page[data-competition="paulista"] .fe-mini-main{padding-top:28px}
.fe-competition-page[data-competition="paulista"] .fe-franca-spotlight{box-shadow:0 18px 50px rgba(0,0,0,.16)}
.fe-competition-page[data-competition="paulista"] .fe-mini-classification{margin-top:34px}
.fe-competition-page[data-competition="paulista"] .fe-mini-two{margin-top:34px}
.fe-competition-page[data-competition="paulista"] .fe-paulista-news{margin-top:38px}
.fe-competition-page[data-competition="paulista"] .fe-news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.fe-competition-page[data-competition="paulista"] .fe-news-thumb{height:180px}
.fe-competition-page[data-competition="paulista"] .fe-news-card>strong{font-size:15px}
@media(max-width:1050px){
  .fe-comp-hero-main{grid-template-columns:96px 1fr}.fe-comp-hero-actions{grid-column:1/-1;display:flex;justify-content:flex-start;align-items:center}
  .fe-comp-hero-logo{width:96px;height:96px}.fe-comp-hero-logo img{max-width:82px;max-height:82px}
  .fe-comp-overview{grid-template-columns:repeat(2,1fr)}.fe-comp-overview>div:nth-child(2){border-right:0}.fe-comp-overview>div:nth-child(-n+2){border-bottom:1px solid #24303a}
}
@media(max-width:782px){.admin-bar .fe-competition-global-header{top:46px}}
@media(max-width:760px){
  .fe-competition-global-header{position:relative;top:auto}.admin-bar .fe-competition-global-header{top:auto}
  .fe-comp-hero-inner{width:calc(100% - 28px);padding-top:20px}
  .fe-comp-hero-main{grid-template-columns:78px 1fr;gap:15px}.fe-comp-hero-logo{width:78px;height:78px}.fe-comp-hero-logo img{max-width:68px;max-height:68px}
  .fe-comp-hero-copy h1{font-size:29px}.fe-comp-hero-copy p{font-size:11px}
  .fe-comp-anchor-nav{grid-column:1/-1}.fe-comp-hero-actions{grid-column:1/-1}
  .fe-comp-overview{grid-template-columns:1fr 1fr}.fe-comp-overview>div{padding:13px 14px}
  .fe-competition-page[data-competition="paulista"] .fe-news-grid{grid-template-columns:1fr}
}

/* v1.9.1 — acabamento da página Paulista 2026 */
html{scroll-behavior:smooth}
.fe-competition-page #classificacao,.fe-competition-page #proximos,.fe-competition-page #resultados,.fe-competition-page #noticias{scroll-margin-top:105px}
.fe-mini-section-title-action{display:flex!important;align-items:center;justify-content:space-between;gap:18px}
.fe-mini-section-title-action>div{display:flex;align-items:center;gap:9px}
.fe-mini-section-title-action>a{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border:1px solid #34404b;color:#fff!important;font-size:8px;font-weight:950;letter-spacing:.04em}
.fe-mini-section-title-action>a:hover{border-color:var(--fe-blue);color:var(--fe-blue)!important}

/* mini placares do painel SESI Franca */
.fe-franca-mini-score{min-height:48px;display:flex;align-items:center;gap:9px;overflow:hidden}
.fe-franca-mini-team{display:flex;align-items:center;gap:6px;min-width:0}
.fe-franca-mini-team img{width:28px;height:28px;object-fit:contain;flex:0 0 28px}
.fe-franca-mini-team b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fe-franca-mini-center{display:grid;place-items:center;min-width:50px;text-align:center}
.fe-franca-mini-center strong{font-size:14px;line-height:1;white-space:nowrap}
.fe-franca-mini-center small{margin-top:4px;color:#89939d;font-size:7px;font-weight:950;white-space:nowrap}
.fe-franca-mini-score.is-next .fe-franca-mini-center strong{font-size:11px;color:#fff}

/* cards de jogos/resultados mais esportivos e consistentes */
.fe-competition-page[data-competition="paulista"] .fe-mini-games{display:grid;gap:10px}
.fe-competition-page[data-competition="paulista"] .fe-mini-game{background:linear-gradient(135deg,#0b1015,#090d11);border-color:#2b3540}
.fe-competition-page[data-competition="paulista"] .fe-mini-game:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.18)}
.fe-competition-page[data-competition="paulista"] .fe-mini-game-teams img{width:44px;height:44px;object-fit:contain}
.fe-competition-page[data-competition="paulista"] .fe-mini-game-teams strong{font-size:11px}

/* Notícias adaptativas: 1 horizontal, 2 colunas, 3+ grade */
.fe-competition-page[data-competition="paulista"] .fe-news-grid.fe-news-count-1{grid-template-columns:minmax(0,820px)}
.fe-competition-page[data-competition="paulista"] .fe-news-grid.fe-news-count-1 .fe-news-card{display:grid;grid-template-columns:minmax(280px,52%) 1fr;min-height:220px}
.fe-competition-page[data-competition="paulista"] .fe-news-grid.fe-news-count-1 .fe-news-thumb{height:100%;min-height:220px}
.fe-competition-page[data-competition="paulista"] .fe-news-grid.fe-news-count-1 .fe-news-card-copy{display:flex;flex-direction:column;justify-content:center;padding:20px}
.fe-competition-page[data-competition="paulista"] .fe-news-grid.fe-news-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.fe-competition-page[data-competition="paulista"] .fe-news-card-copy>small,.fe-competition-page[data-competition="paulista"] .fe-news-card-copy>strong,.fe-competition-page[data-competition="paulista"] .fe-news-card-copy>time{display:block;margin-left:14px;margin-right:14px}
.fe-competition-page[data-competition="paulista"] .fe-news-card-copy>small{margin-top:12px;color:var(--fe-blue);font-size:9px;font-weight:950}
.fe-competition-page[data-competition="paulista"] .fe-news-card-copy>strong{margin-top:6px;font-size:15px;line-height:1.3}
.fe-competition-page[data-competition="paulista"] .fe-news-card-copy>time{margin-top:10px;margin-bottom:14px;color:#7f8994;font-size:9px}
.fe-competition-page[data-competition="paulista"] .fe-news-grid.fe-news-count-1 .fe-news-card-copy>*{margin-left:0;margin-right:0}

@media(max-width:760px){
 .fe-competition-page #classificacao,.fe-competition-page #proximos,.fe-competition-page #resultados,.fe-competition-page #noticias{scroll-margin-top:20px}
 .fe-franca-bottom{display:block;overflow:visible}
 .fe-franca-game{min-width:0}
 .fe-franca-mini-score{justify-content:space-between}
 .fe-competition-page[data-competition="paulista"] .fe-news-grid.fe-news-count-1,.fe-competition-page[data-competition="paulista"] .fe-news-grid.fe-news-count-2{grid-template-columns:1fr}
 .fe-competition-page[data-competition="paulista"] .fe-news-grid.fe-news-count-1 .fe-news-card{display:block;min-height:0}
 .fe-competition-page[data-competition="paulista"] .fe-news-grid.fe-news-count-1 .fe-news-thumb{height:190px;min-height:0}
 .fe-mini-section-title-action{align-items:flex-end}
}


/* v1.9.2 — refinamento dos mini-placares do SESI Franca */
.fe-competition-page[data-competition="paulista"] .fe-franca-mini-score{
  min-height:58px;
  gap:14px;
  padding:3px 2px;
}
.fe-competition-page[data-competition="paulista"] .fe-franca-mini-team{
  gap:9px;
  flex:1 1 0;
}
.fe-competition-page[data-competition="paulista"] .fe-franca-mini-team:last-child{
  justify-content:flex-end;
  text-align:right;
}
.fe-competition-page[data-competition="paulista"] .fe-franca-mini-team img{
  width:38px;
  height:38px;
  flex:0 0 38px;
}
.fe-competition-page[data-competition="paulista"] .fe-franca-mini-team b{
  font-size:11px;
  line-height:1.15;
}
.fe-competition-page[data-competition="paulista"] .fe-franca-mini-center{
  min-width:72px;
  padding:0 7px;
  border-left:1px solid rgba(255,255,255,.07);
  border-right:1px solid rgba(255,255,255,.07);
}
.fe-competition-page[data-competition="paulista"] .fe-franca-mini-center strong{
  font-size:16px;
  letter-spacing:.01em;
}
.fe-competition-page[data-competition="paulista"] .fe-franca-mini-center small{
  margin-top:5px;
  font-size:8px;
  letter-spacing:.06em;
}
.fe-competition-page[data-competition="paulista"] .fe-franca-mini-score.is-next .fe-franca-mini-center strong{
  font-size:13px;
}
@media(max-width:760px){
  .fe-competition-page[data-competition="paulista"] .fe-franca-mini-score{gap:8px;min-height:52px}
  .fe-competition-page[data-competition="paulista"] .fe-franca-mini-team{gap:6px}
  .fe-competition-page[data-competition="paulista"] .fe-franca-mini-team img{width:32px;height:32px;flex-basis:32px}
  .fe-competition-page[data-competition="paulista"] .fe-franca-mini-team b{font-size:9px}
  .fe-competition-page[data-competition="paulista"] .fe-franca-mini-center{min-width:58px;padding:0 5px}
  .fe-competition-page[data-competition="paulista"] .fe-franca-mini-center strong{font-size:14px}
}

/* v1.9.3 — fechamento da página Paulista 2026 */
.fe-games-title-row{display:flex!important;align-items:center;justify-content:space-between;gap:16px}
.fe-games-title-row>div:first-child{display:flex;align-items:center;gap:9px}
.fe-paulista-game-filters{display:flex;gap:6px}
.fe-paulista-game-filters button{appearance:none;border:1px solid #34404b;background:#0b1015;color:#8d98a4;padding:7px 10px;font:900 8px/1 inherit;letter-spacing:.05em;cursor:pointer}
.fe-paulista-game-filters button:hover,.fe-paulista-game-filters button.is-active{border-color:var(--fe-blue);color:#fff;background:rgba(0,183,255,.10)}
.fe-competition-page[data-competition="paulista"] .fe-mini-game{padding:10px 14px;min-height:112px}
.fe-competition-page[data-competition="paulista"] .fe-mini-game-meta{margin-bottom:5px}
.fe-competition-page[data-competition="paulista"] .fe-mini-game-teams{min-height:66px}
.fe-competition-page[data-competition="paulista"] .fe-mini-game-teams img{width:40px;height:40px}
.fe-competition-page[data-competition="paulista"] .fe-mini-game.is-franca-game{border-color:rgba(255,31,48,.62);box-shadow:inset 3px 0 0 #ff1f30}
.fe-competition-page[data-competition="paulista"] .fe-mini-game.is-franca-game:hover{border-color:#ff1f30}
.fe-competition-page[data-competition="paulista"] .fe-paulista-news{margin-top:22px!important;padding-top:0!important}
.fe-competition-page[data-competition="paulista"] .fe-mini-two{margin-bottom:0!important}
.fe-mini-game[hidden],.fe-competition-date-group[hidden]{display:none!important}
@media(max-width:760px){
 .fe-games-title-row{align-items:flex-start;flex-direction:column}
 .fe-paulista-game-filters{width:100%}.fe-paulista-game-filters button{flex:1}
 .fe-competition-page[data-competition="paulista"] .fe-mini-game{min-height:104px;padding:9px 11px}
 .fe-competition-page[data-competition="paulista"] .fe-mini-game-teams img{width:36px;height:36px}
 .fe-competition-page[data-competition="paulista"] .fe-paulista-news{margin-top:16px!important}
}
/* v1.9.4 — navegação por rodadas do Paulista */
.fe-round-tabs{display:flex;gap:8px;overflow-x:auto;padding:0 0 12px;margin:-2px 0 8px;scrollbar-width:thin}
.fe-round-tabs[hidden]{display:none!important}.fe-round-tabs button{flex:0 0 auto;border:1px solid rgba(255,255,255,.12);background:#151515;color:#cfcfcf;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:900;letter-spacing:.04em;cursor:pointer}.fe-round-tabs button:hover,.fe-round-tabs button.is-active{background:#b5121b;border-color:#b5121b;color:#fff}
@media(max-width:700px){.fe-round-tabs{margin-left:-2px;margin-right:-2px}.fe-round-tabs button{padding:8px 11px}}

/* v1.10.0 — página editorial Liga Forjax */
.fe-competition-page[data-competition="forjax"] .fe-comp-hero{background:linear-gradient(115deg,#0a0d10 0%,#12171c 56%,#2b0b10 100%)}
.fe-forjax-overview{border-top-color:rgba(239,35,60,.22)}
.fe-forjax-game-filters{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.fe-forjax-game-filters button{border:1px solid #303840;background:#11171d;color:#aeb8c1;border-radius:7px;padding:8px 11px;font-size:9px;font-weight:950;cursor:pointer}
.fe-forjax-game-filters button.is-active{background:var(--fe-red);border-color:var(--fe-red);color:#fff}
.fe-forjax-news{margin-top:26px}
@media(max-width:760px){.fe-forjax-game-filters{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;width:100%;padding-bottom:3px}.fe-forjax-game-filters button{white-space:nowrap}.fe-games-title-row{align-items:flex-start;flex-direction:column;gap:10px}}


/* v1.11.0 — Liga Master */
.fe-comp-hero-master{background:linear-gradient(105deg,#0b1117 0%,#10151b 58%,#2a2010 100%)}
.fe-comp-hero-master .fe-comp-hero-copy small,.fe-comp-hero-master .fe-comp-season{color:#d8ad52}
.fe-master-overview{border-top-color:#6f5725}
.fe-master-live-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border:1px solid #2d343d;background:#101419;margin-bottom:0}
.fe-master-live-head strong{display:block;font-size:16px}.fe-master-live-head p{margin:6px 0 0;color:#9db0c5;font-size:12px}
.fe-master-live-head a{border:1px solid #b98c2d;color:#fff;padding:12px 16px;text-decoration:none;font-weight:800;font-size:11px}
.fe-master-standings{border:1px solid #2d343d;border-top:0;background:#0d1115}
.fe-master-table tr:hover{background:#15191f}
.fe-master-table .fe-fpb-team img{width:40px;height:40px;object-fit:contain}
.fe-master-news{margin-top:34px}
@media(max-width:760px){.fe-master-live-head{align-items:flex-start;flex-direction:column}.fe-master-live-head a{width:100%;text-align:center}.fe-master-overview{grid-template-columns:1fr 1fr}}


/* v1.11.1 — Liga Master: pré-temporada compacta + filtros por equipe */
.fe-master-preseason{padding:18px 20px;background:#0d1115}
.fe-master-preseason-copy{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:14px}
.fe-master-preseason-copy strong{font-size:15px;color:#fff}.fe-master-preseason-copy span{font-size:11px;color:#8fa2b5}
.fe-master-team-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.fe-master-team-chip{min-height:74px;border:1px solid #29313a;background:#11161b;display:flex;align-items:center;gap:10px;padding:10px 12px}
.fe-master-team-chip img{width:46px;height:46px;object-fit:contain;flex:0 0 auto}
.fe-master-team-chip strong{font-size:12px;line-height:1.2;color:#fff}
.fe-master-game-filters{display:flex;gap:7px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.fe-master-game-filters button{appearance:none;border:1px solid #34404b;background:#10161c;color:#aab9c8;padding:8px 11px;font:800 10px/1 inherit;cursor:pointer;text-transform:uppercase}
.fe-master-game-filters button:hover{border-color:#b98c2d;color:#fff}.fe-master-game-filters button.is-active{background:#b98c2d;border-color:#b98c2d;color:#07090b}
.fe-competition-page[data-competition="master"] .fe-mini-game{min-height:108px}
.fe-competition-page[data-competition="master"] .fe-mini-game:hover{border-color:#b98c2d}
@media(max-width:1000px){.fe-master-team-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.fe-master-preseason-copy{align-items:flex-start;flex-direction:column;gap:5px}.fe-master-team-grid{grid-template-columns:1fr 1fr}.fe-master-game-filters{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.fe-master-game-filters button{white-space:nowrap}}
@media(max-width:430px){.fe-master-team-grid{grid-template-columns:1fr}}

/* v1.11.3 — Liga Master: refinamento com fonte oficial */
.fe-games-title-row-master{align-items:flex-start;gap:18px}
.fe-games-title-row-master>div:first-child{flex:0 0 auto;min-width:230px}
.fe-master-game-filters{display:flex!important;flex-wrap:nowrap!important;gap:8px;overflow-x:auto;overflow-y:hidden;max-width:100%;padding-bottom:4px;scrollbar-width:thin}
.fe-master-game-filters button{flex:0 0 auto;white-space:nowrap}
.fe-master-table tbody tr:first-child{background:linear-gradient(90deg,rgba(194,145,32,.16),rgba(194,145,32,.04))}
.fe-master-table tbody tr:first-child td:first-child{border-left:3px solid #c29120}
.fe-master-result-date{margin-bottom:14px}
.fe-master-result-date .fe-competition-date-title{margin:4px 0 8px}
.fe-master-result-date .fe-mini-game{margin-bottom:8px}
@media (max-width:900px){
  .fe-games-title-row-master{display:block}
  .fe-games-title-row-master>div:first-child{min-width:0;margin-bottom:10px}
  .fe-master-game-filters{width:100%}
}


/* v1.14.0 — Central de Notícias */
.fe-news-hub-main{padding:30px 34px 60px;max-width:1440px;margin:0 auto;width:100%}
.fe-news-hub-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:18px 0 24px;border-bottom:1px solid #252a31;margin-bottom:22px}
.fe-news-hub-head>div:first-child>span{color:#ff263c;font-size:11px;font-weight:900;letter-spacing:1.8px}
.fe-news-hub-head h1{font-size:42px;line-height:1;margin:7px 0 8px;letter-spacing:-1.5px}
.fe-news-hub-head p{margin:0;color:#9da5ae;font-size:14px}
.fe-news-hub-count{display:flex;align-items:baseline;gap:8px;color:#7f8892}.fe-news-hub-count strong{font-size:28px;color:#fff}.fe-news-hub-count span{font-size:12px;text-transform:uppercase;letter-spacing:.8px}
.fe-news-hub-feature{margin-bottom:28px;border:1px solid #272d34;border-radius:12px;overflow:hidden;background:#121419}
.fe-news-hub-feature-media{display:block;min-height:430px;position:relative;background:#14171b center/cover no-repeat}
.fe-news-hub-feature-copy{position:absolute;left:0;bottom:0;width:min(650px,70%);padding:42px;color:#fff;z-index:2}
.fe-news-hub-feature-copy>span{display:inline-block;color:#ff3448;font-size:11px;font-weight:900;letter-spacing:1.1px;margin-right:10px}
.fe-news-hub-feature-copy>small{color:#9da5ae;font-size:11px}.fe-news-hub-feature-copy h2{font-size:35px;line-height:1.08;margin:11px 0 12px;letter-spacing:-.8px}
.fe-news-hub-feature-copy p{color:#c7ccd2;font-size:14px;line-height:1.55;max-width:570px;margin:0 0 20px}.fe-news-hub-feature-copy>b{font-size:11px;letter-spacing:.8px}
.fe-news-hub-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:30px;font-weight:300;color:#7d848c;background:radial-gradient(circle at 75% 45%,#272b31 0,#15181c 40%,#0d0f12 74%)}.fe-news-hub-fallback b{color:#d01f31}
.fe-news-filter{display:flex;gap:8px;overflow:auto;padding:0 0 14px;margin-bottom:10px;scrollbar-width:none}.fe-news-filter::-webkit-scrollbar{display:none}
.fe-news-filter button{white-space:nowrap;border:1px solid #31363d;background:#181b20;color:#aeb5bd;border-radius:999px;padding:9px 14px;font-size:11px;font-weight:900;letter-spacing:.5px;cursor:pointer}.fe-news-filter button:hover,.fe-news-filter button.is-active{background:#d82035;border-color:#d82035;color:#fff}
.fe-news-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.fe-news-hub-card{border:1px solid #252b32;background:#14171b;border-radius:10px;overflow:hidden;transition:transform .18s ease,border-color .18s ease}.fe-news-hub-card:hover{transform:translateY(-2px);border-color:#3b424a}
.fe-news-hub-card-media{display:flex;height:205px;align-items:center;justify-content:center;background:#1b1f24 center/cover no-repeat;color:#89919a;font-size:18px}.fe-news-hub-card-media.has-image{font-size:0}.fe-news-hub-card-media span b{color:#d62034}
.fe-news-hub-card-copy{padding:15px 16px 18px}.fe-news-hub-card-copy>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.fe-news-hub-card-copy span{color:#ff3146;font-size:10px;font-weight:900;letter-spacing:.7px}.fe-news-hub-card-copy small{color:#747d87;font-size:10px}
.fe-news-hub-card-copy h2{font-size:17px;line-height:1.25;margin:9px 0 8px}.fe-news-hub-card-copy h2 a:hover{color:#ff3046}.fe-news-hub-card-copy p{margin:0;color:#919aa4;font-size:12px;line-height:1.5}
.fe-news-hub-card[hidden]{display:none!important}.fe-news-hub-card.fe-feature-duplicate{display:none}
.fe-news-load-more{display:block;margin:26px auto 0;border:1px solid #343a42;background:#181b20;color:#fff;border-radius:7px;padding:11px 22px;font-size:11px;font-weight:900;letter-spacing:.7px;cursor:pointer}.fe-news-load-more:hover{border-color:#d82035;color:#ff4053}.fe-news-load-more[hidden]{display:none}
.fe-news-empty{border:1px dashed #303640;border-radius:8px;padding:30px;text-align:center;color:#8d96a0}
@media(max-width:900px){.fe-news-hub-main{padding:22px 18px 45px}.fe-news-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fe-news-hub-feature-media{min-height:380px}.fe-news-hub-feature-copy{width:82%;padding:30px}.fe-news-hub-feature-copy h2{font-size:29px}}
@media(max-width:640px){.fe-news-hub-main{padding:16px 12px 38px}.fe-news-hub-head{align-items:flex-start}.fe-news-hub-head h1{font-size:32px}.fe-news-hub-count{display:none}.fe-news-hub-feature-media{min-height:360px}.fe-news-hub-feature-copy{width:100%;padding:24px 20px}.fe-news-hub-feature-copy h2{font-size:26px}.fe-news-hub-feature-copy p{font-size:13px}.fe-news-hub-grid{grid-template-columns:1fr}.fe-news-hub-card-media{height:210px}}


/* v1.14.1 — refinamento editorial da Central de Notícias */
.fe-news-hub-main{max-width:1580px;padding-left:28px;padding-right:28px}
.fe-news-hub-feature:not(:has(.has-image)) .fe-news-hub-feature-media{min-height:330px}
.fe-news-hub-feature-media:not(.has-image){background:#111419}
.fe-news-hub-fallback{background:linear-gradient(135deg,#111419 0%,#1b2026 55%,#111419 100%)}
.fe-news-placeholder-mark{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:.9;letter-spacing:-1px;opacity:.82}
.fe-news-placeholder-mark span{font-size:25px;font-weight:300;color:#b7bdc5}.fe-news-placeholder-mark b{font-size:29px;color:#ef263c}.fe-news-placeholder-mark small{margin-top:13px;font-size:9px;letter-spacing:3px;color:#707983;font-weight:900}
.fe-news-hub-card-media:not(.has-image){height:180px;background:linear-gradient(135deg,#15191e,#20252b)}
.fe-news-card-placeholder{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#c7ccd2!important}
.fe-news-card-placeholder i{display:grid;place-items:center;width:46px;height:46px;border:1px solid #3a424b;border-radius:50%;font-style:normal;font-size:13px;font-weight:950;color:#ff3046;margin-bottom:5px}
.fe-news-card-placeholder>span{font-size:15px;color:#c7ccd2}.fe-news-card-placeholder>span b{color:#ef263c}.fe-news-card-placeholder small{font-size:8px;letter-spacing:2px;color:#707983;font-weight:900}
.fe-news-hub-grid{gap:20px}
@media(min-width:1280px){.fe-news-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fe-news-hub-feature-copy{width:min(720px,62%)}}
@media(max-width:640px){.fe-news-hub-main{padding-left:12px;padding-right:12px}.fe-news-hub-feature:not(:has(.has-image)) .fe-news-hub-feature-media{min-height:300px}.fe-news-hub-card-media:not(.has-image){height:175px}}

/* v1.14.2 — Central de Notícias: placar + filtros adaptativos */
.fe-news-scoreboard{margin:0 0 26px;border:1px solid #252b32;border-radius:10px;background:#0d1014;overflow:hidden}
.fe-news-scoreboard-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px 4px}
.fe-news-scoreboard-heading>div{display:flex;align-items:baseline;gap:10px}.fe-news-scoreboard-heading span{color:#ff263c;font-size:9px;font-weight:950;letter-spacing:1.4px}.fe-news-scoreboard-heading h2{margin:0;font-size:15px;letter-spacing:.3px}.fe-news-scoreboard-heading a{font-size:9px;font-weight:900;color:#aeb5bd;border:1px solid #303740;padding:7px 10px;border-radius:5px}.fe-news-scoreboard-heading a:hover{color:#fff;border-color:#d82035}
.fe-news-scoreboard .fe-scorebar{border:0;background:transparent;min-height:150px;padding:10px 10px 12px;gap:8px}.fe-news-scoreboard .fe-score-comp .fe-score-card{height:98px}.fe-news-scoreboard .fe-score-day{min-width:min(920px,calc(100vw - 120px))}
.fe-news-hub-grid.is-filtered.visible-count-1{grid-template-columns:minmax(0,920px)}
.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card{display:grid;grid-template-columns:minmax(340px,48%) 1fr;min-height:285px}
.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-media{height:100%;min-height:285px}
.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-copy{padding:26px 28px;display:flex;flex-direction:column;justify-content:center}
.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-copy h2{font-size:25px;line-height:1.15}
.fe-news-hub-grid.is-filtered.visible-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.fe-news-hub-grid.is-filtered.visible-count-3,.fe-news-hub-grid.is-filtered.visible-count-many{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card{grid-template-columns:1fr}.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-media{min-height:230px;height:230px}.fe-news-hub-grid.is-filtered.visible-count-2,.fe-news-hub-grid.is-filtered.visible-count-3,.fe-news-hub-grid.is-filtered.visible-count-many{grid-template-columns:repeat(2,minmax(0,1fr))}.fe-news-scoreboard .fe-score-day{min-width:780px}}
@media(max-width:640px){.fe-news-scoreboard{margin-bottom:20px}.fe-news-scoreboard-heading{padding:13px 12px 2px}.fe-news-scoreboard-heading h2{font-size:13px}.fe-news-scoreboard-heading a{display:none}.fe-news-scoreboard .fe-scorebar{min-height:132px;padding-left:5px;padding-right:5px}.fe-news-hub-grid.is-filtered.visible-count-1,.fe-news-hub-grid.is-filtered.visible-count-2,.fe-news-hub-grid.is-filtered.visible-count-3,.fe-news-hub-grid.is-filtered.visible-count-many{grid-template-columns:1fr}.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-copy h2{font-size:20px}.fe-news-scoreboard .fe-score-day{min-width:690px}}

/* v1.14.3 — Central de Notícias: grade filtrada ocupa toda a largura e o destaque volta como card */
.fe-news-hub-grid.is-filtered .fe-news-hub-card.fe-feature-duplicate{display:block}
.fe-news-hub-grid.is-filtered.visible-count-1{grid-template-columns:minmax(0,1fr);width:100%}
.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card{display:grid;grid-template-columns:minmax(360px,46%) minmax(0,1fr);width:100%;min-height:300px}
.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card.fe-feature-duplicate{display:grid}
.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-media{height:100%;min-height:300px}
.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-copy{padding:30px 34px;display:flex;flex-direction:column;justify-content:center}
.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-copy h2{font-size:28px;line-height:1.16}
.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-copy p{font-size:14px;max-width:720px}
.fe-news-hub-grid.is-filtered.visible-count-2{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
.fe-news-hub-grid.is-filtered.visible-count-3,.fe-news-hub-grid.is-filtered.visible-count-many{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}
@media(max-width:900px){.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card,.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card.fe-feature-duplicate{grid-template-columns:1fr}.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-media{height:240px;min-height:240px}}
@media(max-width:640px){.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-copy{padding:20px}.fe-news-hub-grid.is-filtered.visible-count-1 .fe-news-hub-card-copy h2{font-size:21px}}


/* v1.14.4 — acabamento da Central de Notícias */
/* Em filtros com duas matérias, os cards mantêm a mesma altura visual. */
.fe-news-hub-grid.is-filtered.visible-count-2{align-items:stretch}
.fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card{display:flex;flex-direction:column;min-height:340px;height:100%}
.fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card-media{height:190px;min-height:190px;flex:0 0 190px}
.fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card.no-image-card .fe-news-hub-card-media,
.fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card-media:not(.has-image){height:150px;min-height:150px;flex-basis:150px}
.fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card-copy{display:flex;flex-direction:column;flex:1}
.fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card-copy p{margin-bottom:0}
/* Placeholder sem foto mais discreto, sem dominar o card. */
.fe-news-hub-grid.is-filtered .fe-news-hub-card-media:not(.has-image) .fe-news-card-placeholder i{width:38px;height:38px;font-size:11px}
.fe-news-hub-grid.is-filtered .fe-news-hub-card-media:not(.has-image) .fe-news-card-placeholder>span{font-size:14px}
.fe-news-hub-grid.is-filtered .fe-news-hub-card-media:not(.has-image) .fe-news-card-placeholder small{font-size:7px;letter-spacing:1.7px}
@media(max-width:900px){
 .fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card{min-height:0}
 .fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card-media,
 .fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card-media:not(.has-image){height:185px;min-height:185px;flex-basis:185px}
}
@media(max-width:640px){
 .fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card-media,
 .fe-news-hub-grid.is-filtered.visible-count-2 .fe-news-hub-card-media:not(.has-image){height:200px;min-height:200px;flex-basis:200px}
}

/* v1.15.0 — página editorial de notícia */
body.fe-news-single{background:#050708!important;color:#fff}
body.fe-news-single .fe-article-v150{background:#050708;min-height:100vh}
.fe-article-site-header{position:sticky;top:0;z-index:80;border-bottom:1px solid #252b31;background:rgba(6,8,10,.96);backdrop-filter:blur(12px)}
body.admin-bar .fe-article-site-header{top:32px}
.fe-article-page{width:min(1340px,calc(100% - 40px));margin:0 auto;padding:28px 0 70px}
.fe-article-breadcrumb{display:flex;align-items:center;gap:9px;margin:0 0 36px;color:#64717d;font-size:10px;font-weight:900;letter-spacing:.08em}
.fe-article-breadcrumb a{color:#8c98a3;text-decoration:none}.fe-article-breadcrumb a:hover{color:#fff}.fe-article-breadcrumb b{color:#ef233c}.fe-article-breadcrumb span{opacity:.5}
.fe-article-v150-main{max-width:none!important;width:100%;margin:0!important}
.fe-article-head-v150{max-width:1080px!important;margin:0 auto 32px!important;text-align:left}
.fe-article-kicker{display:flex;align-items:center;gap:12px;margin-bottom:16px}.fe-article-kicker span{color:#ef233c;font-size:11px;font-weight:1000;letter-spacing:.12em}.fe-article-kicker small{color:#697682;font-size:10px;font-weight:800}
.fe-article-head-v150 h1{max-width:1080px!important;font-size:clamp(42px,5.4vw,76px)!important;line-height:.99!important;letter-spacing:-.035em!important}
.fe-article-head-v150 .fe-article-deck{max-width:900px!important;margin-top:20px;color:#aeb8c2;font-size:20px;line-height:1.48}
.fe-article-byline{display:flex;align-items:center;gap:11px;margin-top:24px;padding-top:18px;border-top:1px solid #20262c}
.fe-article-author-mark{display:grid;place-items:center;width:38px;height:38px;border:1px solid #343c44;border-radius:50%;color:#ef233c;font-size:10px;font-weight:1000}
.fe-article-byline>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.fe-article-byline strong{font-size:12px}.fe-article-byline span{color:#73808b;font-size:10px}
.fe-article-share{display:flex;gap:7px;margin-left:auto}.fe-article-share a,.fe-article-share button,.fe-article-side-share a,.fe-article-side-share button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #303841;border-radius:7px;background:#0c1115;color:#fff;font:900 10px/1 inherit;text-decoration:none;cursor:pointer}.fe-article-share a:hover,.fe-article-share button:hover,.fe-article-side-share a:hover,.fe-article-side-share button:hover{border-color:#ef233c;color:#ef233c}
.fe-article-cover-v150{max-width:1200px!important;margin:0 auto 40px!important;border-radius:12px!important;border-color:#242b31!important}.fe-article-cover-v150 img{aspect-ratio:16/9;max-height:675px!important}.fe-article-cover-v150 figcaption{padding:10px 14px!important;color:#75818b!important}
.fe-article-no-cover{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;height:320px;margin:0 auto 40px;border:1px solid #252c33;border-radius:12px;background:radial-gradient(circle at 60% 45%,rgba(239,35,60,.08),transparent 35%),linear-gradient(135deg,#13181e,#0a0d10);color:#8e98a1}.fe-article-no-cover span{font-size:27px}.fe-article-no-cover strong{margin-top:-5px;color:#ef233c;font-size:35px}.fe-article-no-cover small{margin-top:8px;font-size:9px;letter-spacing:.28em}
.fe-article-reading-layout{display:grid;grid-template-columns:58px minmax(0,800px) minmax(190px,240px);justify-content:center;gap:34px;align-items:start}
.fe-article-side-share{position:sticky;top:150px;display:flex;flex-direction:column;align-items:center;gap:8px}.fe-article-side-share>span{margin-bottom:4px;color:#697682;font-size:8px;font-weight:1000;letter-spacing:.12em;writing-mode:vertical-rl;transform:rotate(180deg)}
.fe-article-content-v150{max-width:800px!important;margin:0!important;color:#dfe5ea!important;font-size:19px!important;line-height:1.78!important}.fe-article-content-v150>p:first-child::first-letter{float:left;margin:7px 9px 0 0;color:#ef233c;font-size:64px;font-weight:1000;line-height:.72}.fe-article-content-v150 p{margin-bottom:26px}.fe-article-content-v150 h2{margin-top:48px;font-size:30px}.fe-article-content-v150 h3{margin-top:36px;font-size:23px}.fe-article-content-v150 ul,.fe-article-content-v150 ol{margin:0 0 28px;padding-left:24px}.fe-article-content-v150 li{margin:8px 0}.fe-article-content-v150 img{max-width:100%;height:auto;border-radius:10px}.fe-article-content-v150 figure{margin:34px 0}.fe-article-content-v150 figcaption{margin-top:8px;color:#78848f;font-size:11px}.fe-article-content-v150 table{width:100%;margin:30px 0;border-collapse:collapse;font-size:14px}.fe-article-content-v150 th,.fe-article-content-v150 td{padding:12px;border-bottom:1px solid #293038;text-align:left}.fe-article-content-v150 th{color:#fff;background:#0e1317}.fe-article-content-v150 iframe{max-width:100%}
.fe-article-context{position:sticky;top:150px}.fe-article-context-card{padding:18px;border:1px solid #283038;border-top:2px solid #ef233c;border-radius:8px;background:#0b0f13}.fe-article-context-card span{display:block;color:#6e7a85;font-size:8px;font-weight:1000;letter-spacing:.14em}.fe-article-context-card strong{display:block;margin:8px 0 18px;font-size:14px}.fe-article-context-card a{color:#fff;text-decoration:none;font-size:9px;font-weight:1000}.fe-article-context-card a:hover{color:#ef233c}
.fe-article-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:48px;padding-top:22px;border-top:1px solid #232a31}.fe-article-tags>span{display:flex;align-items:center;margin-right:3px;color:#65727d;font-size:8px;font-weight:1000;letter-spacing:.12em}.fe-article-tags a{padding:7px 10px;border:1px solid #2d353d;border-radius:999px;color:#aab4bd!important;text-decoration:none;font-size:9px!important}.fe-article-tags a:hover{border-color:#ef233c;color:#fff!important}
.fe-article-related-v150{max-width:1200px!important;margin:80px auto 0!important;padding-top:34px!important}.fe-article-related-v150 .fe-section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px!important}.fe-article-related-v150 .fe-section-title span{display:block;margin-bottom:5px;color:#ef233c;font-size:8px;font-weight:1000;letter-spacing:.14em}.fe-article-related-v150 .fe-section-title h2{margin:0;font-size:24px}.fe-article-related-v150 .fe-section-title>a{color:#fff;text-decoration:none;font-size:9px;font-weight:1000}.fe-article-related-v150 .fe-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px}.fe-related-card{border:1px solid #273039!important;border-radius:9px!important;background:#0c1014!important}.fe-related-card .fe-card-photo{height:190px!important}.fe-related-card-copy{padding:14px}.fe-related-card-copy>span{color:#ef233c;font-size:8px;font-weight:1000}.fe-related-card-copy>small{float:right;color:#68747f;font-size:8px}.fe-related-card-copy h3{clear:both;margin:9px 0 0;font-size:15px;line-height:1.25}.fe-related-card-copy h3 a{color:#fff;text-decoration:none}
.fe-article-footer{max-width:none!important;margin-top:0!important}
@media(max-width:1050px){.fe-article-reading-layout{grid-template-columns:44px minmax(0,760px);gap:22px}.fe-article-context{display:none}.fe-article-page{width:min(100% - 28px,1100px)}}
@media(max-width:760px){body.admin-bar .fe-article-site-header{top:46px}.fe-article-page{width:calc(100% - 24px);padding-top:18px}.fe-article-breadcrumb{margin-bottom:24px;overflow:hidden;white-space:nowrap}.fe-article-head-v150 h1{font-size:38px!important;line-height:1.02!important}.fe-article-head-v150 .fe-article-deck{font-size:16px}.fe-article-byline{align-items:flex-start;flex-wrap:wrap}.fe-article-share-top{width:100%;margin:6px 0 0}.fe-article-reading-layout{display:block}.fe-article-side-share{display:none}.fe-article-content-v150{font-size:16.5px!important;line-height:1.72!important}.fe-article-content-v150>p:first-child::first-letter{font-size:52px}.fe-article-cover-v150{margin-bottom:28px!important}.fe-article-no-cover{height:210px;margin-bottom:28px}.fe-article-related-v150{margin-top:55px!important}.fe-article-related-v150 .fe-news-grid{grid-template-columns:1fr!important}.fe-related-card .fe-card-photo{height:210px!important}.fe-article-related-v150 .fe-section-title h2{font-size:20px}.fe-article-related-v150 .fe-section-title>a{font-size:8px}}


/* v1.15.1 — fechamento editorial da notícia */
.fe-article-page{padding-top:24px}
.fe-article-breadcrumb{max-width:1080px;margin:24px auto 44px!important;padding:0;}
.fe-article-head-v150 .fe-article-deck{
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
  max-width:880px!important;margin-top:18px!important;font-size:18px!important;line-height:1.48!important;
}
/* Compartilhamento fica apenas no cabeçalho da matéria. */
.fe-article-side-share{display:none!important}
.fe-article-reading-layout{
  grid-template-columns:minmax(0,880px) minmax(200px,240px)!important;
  justify-content:center;gap:38px!important;
}
.fe-article-content-v150{max-width:880px!important;font-size:18.5px!important;line-height:1.76!important;font-weight:400!important}
.fe-article-content-v150 p,.fe-article-content-v150 li{font-weight:400!important}
.fe-article-content-v150 strong,.fe-article-content-v150 b{font-weight:700!important;color:#fff}
.fe-article-content-v150>p:first-child::first-letter{font-size:50px!important;line-height:.78!important;margin:7px 8px 0 0!important}
.fe-article-competition-link{margin-top:34px;padding-top:22px;border-top:1px solid #232a31}
.fe-article-competition-link>span{display:block;margin-bottom:10px;color:#66737e;font-size:8px;font-weight:1000;letter-spacing:.14em}
.fe-article-competition-link>a{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border:1px solid var(--fe-comp-accent,#ef233c);border-left:3px solid var(--fe-comp-accent,#ef233c);border-radius:6px;background:#0b0f13;color:#fff!important;text-decoration:none;font-size:10px!important;font-weight:1000;letter-spacing:.03em}
.fe-article-competition-link>a:hover{background:color-mix(in srgb,var(--fe-comp-accent,#ef233c) 14%,#0b0f13)}
@media(max-width:1050px){
 .fe-article-breadcrumb{max-width:900px;margin-top:20px!important;margin-bottom:38px!important}
 .fe-article-reading-layout{grid-template-columns:minmax(0,820px)!important;gap:0!important}
 .fe-article-content-v150{max-width:820px!important}
}
@media(max-width:760px){
 .fe-article-page{padding-top:12px!important}
 .fe-article-breadcrumb{margin:18px 0 30px!important;max-width:none}
 .fe-article-head-v150 .fe-article-deck{-webkit-line-clamp:3;font-size:16px!important}
 .fe-article-content-v150{font-size:16.5px!important}
 .fe-article-content-v150>p:first-child::first-letter{font-size:44px!important}
}

/* v1.15.2 — acabamento final da página individual de notícia */
/* Coluna principal ligeiramente mais ampla, preservando a caixa de Editoria. */
.fe-article-reading-layout{
  grid-template-columns:minmax(0,950px) minmax(200px,240px)!important;
  gap:36px!important;
}
.fe-article-content-v150{max-width:950px!important}
/* Capitular mais discreta: detalhe editorial sem competir com o texto. */
.fe-article-content-v150>p:first-child::first-letter{
  font-size:42px!important;
  line-height:.82!important;
  margin:5px 7px 0 0!important;
}
@media(max-width:1180px){
  .fe-article-reading-layout{grid-template-columns:minmax(0,870px) minmax(190px,220px)!important;gap:30px!important}
  .fe-article-content-v150{max-width:870px!important}
}
@media(max-width:1050px){
  .fe-article-reading-layout{grid-template-columns:minmax(0,840px)!important;gap:0!important}
  .fe-article-content-v150{max-width:840px!important}
}
@media(max-width:760px){
  .fe-article-content-v150>p:first-child::first-letter{font-size:38px!important;line-height:.84!important;margin:4px 6px 0 0!important}
}

/* =====================================================
   v1.16.0 — PÁGINAS EDITORIAIS / CATEGORIAS
   ===================================================== */
.fe-category-main{width:min(1360px,calc(100% - 64px));margin:0 auto;padding:18px 0 86px}
.fe-category-breadcrumb{display:flex;align-items:center;gap:10px;color:#77818d;font-size:11px;font-weight:800;letter-spacing:.12em;margin:0 0 42px;text-transform:uppercase}
.fe-category-breadcrumb b{color:var(--fe-cat-accent)}
.fe-category-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;border-bottom:1px solid var(--fe-line);padding:0 0 28px;margin-bottom:30px}
.fe-category-head>div:first-child>span,.fe-category-toolbar>div>span{display:block;color:var(--fe-cat-accent);font-size:11px;font-weight:900;letter-spacing:.16em;margin-bottom:8px}
.fe-category-head h1{font-size:48px;line-height:.98;margin:0 0 10px;letter-spacing:-.045em}.fe-category-head p{margin:0;color:#aeb6c0;font-size:16px}
.fe-category-count{display:flex;align-items:baseline;gap:8px;padding-bottom:5px}.fe-category-count strong{font-size:32px}.fe-category-count span{font-size:11px;color:#87919c;letter-spacing:.12em}
.fe-category-feature{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.75fr);min-height:430px;background:#0d1116;border:1px solid #2a3037;border-radius:12px;overflow:hidden;margin-bottom:42px}
.fe-category-feature-image{display:grid;place-items:center;background:#151a20 center/cover no-repeat;min-height:430px}.fe-category-feature-copy{padding:54px 48px;display:flex;flex-direction:column;justify-content:center}.fe-category-feature-copy>span{color:var(--fe-cat-accent);font-size:11px;font-weight:900;letter-spacing:.14em}.fe-category-feature-copy>small{color:#7e8994;font-size:11px;margin:8px 0 18px}.fe-category-feature-copy h2{font-size:36px;line-height:1.06;letter-spacing:-.035em;margin:0 0 16px}.fe-category-feature-copy p{color:#aeb6c0;font-size:15px;line-height:1.65;margin:0 0 24px}.fe-category-read,.fe-category-card-link{font-size:11px;font-weight:900;letter-spacing:.06em}.fe-category-read{color:var(--fe-cat-accent)!important}
.fe-category-toolbar{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid var(--fe-line);padding-bottom:16px;margin-bottom:22px}.fe-category-toolbar h2{margin:0;font-size:26px}.fe-category-toolbar>a{border:1px solid #424a53;border-radius:6px;padding:11px 14px;font-size:10px;font-weight:900}
.fe-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.fe-category-card{background:#0d1116;border:1px solid #293038;border-radius:10px;overflow:hidden}.fe-category-card-image{height:220px;display:grid;place-items:center;background:#171c22 center/cover no-repeat}.fe-category-card-copy{padding:20px 20px 22px}.fe-category-card-copy>div{display:flex;justify-content:space-between;gap:12px}.fe-category-card-copy>div span{color:var(--fe-cat-accent);font-size:9px;font-weight:900}.fe-category-card-copy>div small{color:#75808b;font-size:9px}.fe-category-card-copy h3{font-size:20px;line-height:1.15;margin:13px 0 9px}.fe-category-card-copy p{font-size:13px;line-height:1.55;color:#9da6b0;margin:0 0 18px}.fe-category-card-link{color:#fff!important}
@media(max-width:900px){.fe-category-main{width:min(100% - 32px,1360px)}.fe-category-feature{grid-template-columns:1fr}.fe-category-feature-image{min-height:330px}.fe-category-feature-copy{padding:32px}.fe-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.fe-category-main{width:calc(100% - 24px);padding-top:12px}.fe-category-breadcrumb{margin-bottom:28px}.fe-category-head{align-items:flex-start}.fe-category-head h1{font-size:36px}.fe-category-head p{font-size:14px}.fe-category-count{display:none}.fe-category-feature{min-height:0}.fe-category-feature-image{min-height:240px}.fe-category-feature-copy{padding:24px}.fe-category-feature-copy h2{font-size:28px}.fe-category-toolbar{align-items:flex-start;gap:15px}.fe-category-toolbar>a{white-space:nowrap}.fe-category-grid{grid-template-columns:1fr}.fe-category-card-image{height:210px}}

/* v1.16.2 — acabamento das páginas editoriais */
.fe-category-competition-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(90deg,rgba(0,174,239,.08),rgba(13,17,22,.86));border:1px solid #2a3440;border-left:3px solid #00aeef;border-radius:9px;padding:16px 18px;margin:-6px 0 24px}
.fe-category-competition-title{display:flex;flex-direction:column;gap:3px;min-width:0}.fe-category-competition-title span{font-size:8px;font-weight:900;letter-spacing:.16em;color:#7690a2}.fe-category-competition-title strong{font-size:14px;letter-spacing:.02em;color:#fff}
.fe-category-competition-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fe-category-competition-links a{border:1px solid #334250;border-radius:5px;padding:9px 11px;font-size:9px;font-weight:900;letter-spacing:.04em;color:#dbe6ef!important}.fe-category-competition-links a:hover{border-color:#00aeef;color:#fff!important}
.fe-category-grid:has(.fe-category-card:only-child){grid-template-columns:minmax(0,420px)}
@media(max-width:900px){.fe-category-competition-strip{align-items:flex-start;flex-direction:column}.fe-category-competition-links{width:100%}}
@media(max-width:620px){.fe-category-competition-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.fe-category-competition-links a{text-align:center;padding:9px 5px;font-size:8px}.fe-category-grid:has(.fe-category-card:only-child){grid-template-columns:1fr}}


/* v1.16.3 — acabamento editorial: contexto antes das notícias */
.fe-category-feature + .fe-category-competition-strip{margin-top:-14px;margin-bottom:30px}
.fe-category-competition-strip + .fe-category-toolbar{margin-top:0}
.fe-category-competition-strip-amador{border-left-color:#ef2029;background:linear-gradient(90deg,rgba(239,32,41,.07),rgba(13,17,22,.86))}
.fe-category-competition-strip-amador .fe-category-competition-links a:hover{border-color:#ef2029}
.fe-category-grid:has(.fe-category-card:only-child){margin-bottom:-28px}
@media(max-width:620px){.fe-category-feature + .fe-category-competition-strip{margin-top:-18px;margin-bottom:24px}.fe-category-grid:has(.fe-category-card:only-child){margin-bottom:0}.fe-category-competition-strip-amador .fe-category-competition-links{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* v1.17.0 — Paulistão A3 2026 / Francana */
.fe-a3-main{max-width:1240px;margin:0 auto;padding:28px 28px 70px}.fe-a3-hero{margin-top:28px;background:linear-gradient(135deg,#17191d,#24272d);border:1px solid #343840;border-radius:18px;padding:38px;display:flex;justify-content:space-between;gap:30px;align-items:end}.fe-a3-hero span,.fe-a3-title span{font-size:12px;font-weight:900;letter-spacing:.14em;color:#ef2029}.fe-a3-hero h1{font-size:48px;line-height:1;margin:10px 0;color:#fff}.fe-a3-hero p{max-width:680px;color:#c9cbd0;margin:0}.fe-a3-hero aside{display:grid;text-align:right}.fe-a3-hero aside strong{font-size:42px;color:#fff}.fe-a3-hero aside span{color:#aaa}.fe-a3-hero aside b{color:#fff;margin-top:8px}.fe-a3-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 32px}.fe-a3-tabs a,.fe-a3-rounds a{background:#fff;border:1px solid #ddd;color:#17191d;border-radius:999px;padding:10px 16px;font-size:12px;font-weight:900;text-decoration:none}.fe-a3-tabs a:hover,.fe-a3-rounds a:hover{background:#17191d;color:#fff}.fe-a3-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:38px}.fe-a3-overview article{background:#fff;border:1px solid #e3e3e3;border-radius:14px;padding:22px;display:grid;gap:6px}.fe-a3-overview span{font-size:11px;font-weight:900;color:#ef2029}.fe-a3-overview strong{font-size:22px}.fe-a3-overview small{color:#666}.fe-a3-section{margin:42px 0}.fe-a3-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.fe-a3-title h2{margin:5px 0 0;font-size:26px}.fe-a3-title small{color:#777}.fe-a3-title>a{font-size:12px;font-weight:900;color:#ef2029;text-decoration:none}.fe-a3-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.fe-a3-team-grid>div{background:#fff;border:1px solid #e4e4e4;border-radius:10px;padding:12px 14px;display:grid;grid-template-columns:34px 1fr auto;align-items:center}.fe-a3-team-grid b{color:#999}.fe-a3-team-grid span{font-weight:800}.fe-a3-team-grid em{font-style:normal;font-size:10px;background:#e9f7ee;color:#16763b;border-radius:999px;padding:5px 8px}.fe-a3-team-grid em.down{background:#fdebec;color:#b22028}.fe-a3-team-grid .is-francana{border-color:#ef2029;box-shadow:0 0 0 1px #ef2029 inset}.fe-a3-rounds{display:flex;gap:8px;flex-wrap:wrap}.fe-a3-games{display:grid;gap:9px}.fe-a3-games article{background:#fff;border:1px solid #e3e3e3;border-radius:12px;padding:14px 18px;display:grid;grid-template-columns:110px 1fr;align-items:center}.fe-a3-games article>div:first-child{display:grid}.fe-a3-games article>div:first-child span{font-size:11px;font-weight:900;color:#ef2029}.fe-a3-games small{color:#777}.fe-a3-match{display:grid;grid-template-columns:1fr 100px 1fr;align-items:center;gap:15px}.fe-a3-match strong:last-child{text-align:right}.fe-a3-match b{text-align:center;font-size:20px}.fe-a3-match i{font-style:normal;color:#aaa;font-size:13px}.fe-a3-note{font-size:12px;color:#777;margin-top:14px}.fe-category-competition-strip-francana{border-left-color:#ef2029}
@media(max-width:760px){.fe-a3-main{padding:20px 16px 50px}.fe-a3-hero{padding:25px;display:block}.fe-a3-hero h1{font-size:36px}.fe-a3-hero aside{margin-top:20px;text-align:left}.fe-a3-overview,.fe-a3-team-grid{grid-template-columns:1fr}.fe-a3-title{align-items:start;flex-direction:column}.fe-a3-games article{grid-template-columns:1fr;gap:10px}.fe-a3-match{grid-template-columns:1fr 70px 1fr;font-size:13px}}

/* v1.17.1 — acabamento Paulistão A3 / Francana */
.fe-a3-hero{align-items:center;background:linear-gradient(135deg,#11151a,#1b2027)}
.fe-a3-identity{display:flex;align-items:center;gap:28px;min-width:0}
.fe-a3-identity>img{width:250px;max-width:32vw;aspect-ratio:2/1;object-fit:cover;border-radius:12px;box-shadow:0 12px 34px rgba(0,0,0,.28)}
.fe-a3-overview article,.fe-a3-team-grid>div,.fe-a3-games article{background:#11161c;border-color:#29323c;color:#f5f7fa}
.fe-a3-overview strong,.fe-a3-team-grid span,.fe-a3-games strong,.fe-a3-games b{color:#f5f7fa}
.fe-a3-overview small,.fe-a3-games small,.fe-a3-note{color:#9eabb9}
.fe-a3-team-grid b{color:#7e8b99}
.fe-a3-team-grid .is-francana{background:#17191e;border-color:#ef2029;box-shadow:inset 4px 0 0 #ef2029}
.fe-a3-tabs a,.fe-a3-rounds a{background:#11161c;border-color:#303945;color:#f5f7fa}
.fe-a3-tabs a:hover,.fe-a3-rounds a:hover{background:#ef2029;border-color:#ef2029;color:#fff}
.fe-a3-games article{min-height:70px}
.fe-a3-match i{color:#6f7c89}
.fe-a3-strip-title{display:flex!important;align-items:center;gap:12px}
.fe-a3-strip-title>img{width:78px;height:40px;object-fit:cover;border-radius:5px;flex:0 0 auto}
.fe-a3-strip-title>span{display:grid;gap:3px}
.fe-a3-strip-title>span small{font-size:9px;letter-spacing:.14em;color:#8290a0}
.fe-a3-strip-title>span strong{font-size:12px}
@media(max-width:760px){.fe-a3-identity{display:block}.fe-a3-identity>img{width:100%;max-width:100%;margin-bottom:20px}.fe-a3-strip-title>img{width:62px;height:32px}}


/* v1.18.1 — cinco competições em uma linha + temporada desacoplada */
@media (min-width:1101px){
  .fe-competition-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
  .fe-competition-card{grid-template-columns:58px minmax(0,1fr) 16px;gap:10px;padding:12px;min-height:98px}
  .fe-competition-logo{width:54px;height:54px}
  .fe-competition-logo img{max-width:50px;max-height:50px}
  .fe-competition-copy strong{font-size:12px;line-height:1.15}
}
.fe-competition-copy em{display:block;margin-top:5px;color:#7f8a95;font-style:normal;font-size:8px;font-weight:900;letter-spacing:.08em}
.fe-competition-card.orange{border-bottom:3px solid #ef6b2e}
@media (max-width:1100px) and (min-width:701px){.fe-competition-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* v1.19.0 — Central de Competições + Paulistão A3 completo */
.fe-competitions-hub-main{max-width:1280px;margin:0 auto;padding:34px 28px 72px}.fe-competitions-hub-head{display:flex;justify-content:space-between;gap:28px;align-items:end;padding:34px 0 28px;border-bottom:1px solid #26303a}.fe-competitions-hub-head>div>span,.fe-competitions-history>span{font-size:11px;font-weight:900;letter-spacing:.16em;color:#ef2029}.fe-competitions-hub-head h1{font-size:46px;line-height:1;margin:8px 0 10px}.fe-competitions-hub-head p{max-width:760px;color:#9eabb9;margin:0}.fe-competitions-hub-head>strong{font-size:38px;display:grid;text-align:right}.fe-competitions-hub-head>strong small{font-size:10px;letter-spacing:.14em;color:#8190a0}.fe-competitions-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.fe-competition-hub-card{--accent:#ef2029;background:#10151b;border:1px solid #2a343e;border-top:3px solid var(--accent);border-radius:16px;min-height:220px;padding:24px;display:grid;grid-template-columns:130px 1fr;gap:22px;align-items:center}.fe-competition-hub-card.blue{--accent:#10baf3}.fe-competition-hub-card.red{--accent:#ef2029}.fe-competition-hub-card.gold{--accent:#dba925}.fe-competition-hub-card.green{--accent:#26c66f}.fe-competition-hub-card.orange{--accent:#ff7a19}.fe-competition-hub-logo{height:130px;border-radius:13px;background:#090d11;display:flex;align-items:center;justify-content:center;padding:14px}.fe-competition-hub-logo img{max-width:100%;max-height:100%;object-fit:contain}.fe-competition-hub-copy>span{font-size:10px;font-weight:900;letter-spacing:.13em;color:var(--accent)}.fe-competition-hub-copy h2{font-size:27px;margin:8px 0}.fe-competition-hub-copy p{color:#93a0ae;margin:0 0 22px}.fe-competition-hub-copy p strong{color:#fff}.fe-competition-hub-actions{display:flex;gap:8px;flex-wrap:wrap}.fe-competition-hub-actions a{border:1px solid #394550;border-radius:8px;padding:10px 12px;color:#f5f7fa;text-decoration:none;font-size:10px;font-weight:900}.fe-competition-hub-actions a.primary{border-color:var(--accent);color:#fff}.fe-competitions-history{margin-top:32px;border:1px solid #27323c;border-radius:14px;padding:22px;background:#0d1217}.fe-competitions-history h2{margin:6px 0 7px}.fe-competitions-history p{color:#8f9dab;margin:0}.fe-a3-table-wrap{overflow:auto;border:1px solid #27323c;border-radius:14px;background:#0e1318}.fe-a3-table{width:100%;border-collapse:collapse;min-width:850px}.fe-a3-table th{font-size:10px;letter-spacing:.11em;color:#8190a0;text-align:center;padding:13px 10px;border-bottom:1px solid #29343e}.fe-a3-table th:nth-child(2){text-align:left}.fe-a3-table td{padding:13px 10px;border-bottom:1px solid #222c35;text-align:center;color:#e9edf1}.fe-a3-table td:nth-child(2){text-align:left;display:flex;align-items:center;gap:11px}.fe-a3-table tbody tr:last-child td{border-bottom:0}.fe-a3-table tr.is-francana{background:linear-gradient(90deg,rgba(239,32,41,.14),transparent)}.fe-a3-table tr.is-francana td:first-child{box-shadow:inset 3px 0 #ef2029}.fe-a3-table td:first-child em{display:block;font-style:normal;font-size:8px;color:#29ce78;margin-top:3px}.fe-a3-table td:first-child em.down{color:#ff4c55}.fe-a3-table .v,.fe-a3-table .pos{color:#28d67d}.fe-a3-table .d,.fe-a3-table .neg{color:#ff4b55}.fe-a3-team-badge{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#1a232b;border:1px solid #34414c;color:#dfe6eb;font-size:9px;font-weight:900}.fe-a3-knockout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fe-a3-knockout article{background:#10161c;border:1px solid #29333d;border-radius:12px;padding:16px;display:grid;gap:7px}.fe-a3-knockout article:last-child{grid-column:1/-1;border-color:#ff7a19;background:linear-gradient(90deg,rgba(255,122,25,.12),#10161c)}.fe-a3-knockout span{font-size:9px;font-weight:900;letter-spacing:.13em;color:#ff7a19}.fe-a3-knockout strong{font-size:14px}.fe-a3-knockout small{color:#92a0ad}.fe-a3-francana-summary{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:16px}.fe-a3-francana-summary>div{background:#10161c;border:1px solid #29343e;border-radius:10px;padding:13px;display:grid;gap:4px}.fe-a3-francana-summary span{font-size:8px;font-weight:900;letter-spacing:.1em;color:#8190a0}.fe-a3-francana-summary b{font-size:18px}.fe-a3-francana-summary b.neg{color:#ff4b55}.fe-a3-round-filter button{background:#11161c;border:1px solid #303945;color:#f5f7fa;border-radius:999px;padding:9px 13px;font-size:10px;font-weight:900;cursor:pointer}.fe-a3-round-filter button:hover,.fe-a3-round-filter button.is-active{background:#ef2029;border-color:#ef2029}.fe-a3-result{display:inline-flex;margin-top:6px;width:24px;height:20px;align-items:center;justify-content:center;border-radius:5px;font-size:9px;font-style:normal;font-weight:900}.fe-a3-result-v{background:#087b45;color:#fff}.fe-a3-result-e{background:#b57a16;color:#fff}.fe-a3-result-d{background:#a9242d;color:#fff}
@media(max-width:900px){.fe-competitions-hub-grid{grid-template-columns:1fr}.fe-a3-francana-summary{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.fe-competitions-hub-main{padding:22px 16px 50px}.fe-competitions-hub-head{align-items:start}.fe-competitions-hub-head h1{font-size:36px}.fe-competition-hub-card{grid-template-columns:88px 1fr;padding:16px;min-height:170px}.fe-competition-hub-logo{height:88px}.fe-competition-hub-copy h2{font-size:21px}.fe-a3-knockout{grid-template-columns:1fr}.fe-a3-knockout article:last-child{grid-column:auto}.fe-a3-francana-summary{grid-template-columns:repeat(2,1fr)}}

/* v1.19.1 — acabamento visual Paulistão A3 2026 (somente apresentação) */
.fe-a3-page{--a3-orange:#ff7a19;--a3-orange-2:#ff4d21;--a3-panel:#0f151b;--a3-panel-2:#131a21;--a3-line:#29343e;--a3-muted:#93a0ad}
.fe-a3-page .fe-a3-main{max-width:1280px;margin:0 auto;padding:24px 28px 78px}
.fe-a3-page .fe-category-breadcrumb{margin:8px 0 18px;color:#73808c}
.fe-a3-page .fe-category-breadcrumb b{color:#c9d1d8}
.fe-a3-page .fe-a3-hero{position:relative;overflow:hidden;min-height:236px;padding:28px 32px;border:1px solid #303943;border-radius:18px;background:radial-gradient(circle at 12% 18%,rgba(255,122,25,.18),transparent 32%),linear-gradient(120deg,#10161c 0%,#161c23 60%,#1b160f 100%);box-shadow:0 18px 50px rgba(0,0,0,.22)}
.fe-a3-page .fe-a3-hero:after{content:"";position:absolute;right:-100px;top:-140px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,25,.12),transparent 66%);pointer-events:none}
.fe-a3-page .fe-a3-identity{gap:26px;position:relative;z-index:1}
.fe-a3-page .fe-a3-logo-frame{width:252px;height:146px;flex:0 0 252px;padding:0;border-radius:15px;overflow:hidden;background:#ff7a19;box-shadow:0 12px 30px rgba(255,92,22,.13)}
.fe-a3-page .fe-a3-logo-frame img{width:100%;height:100%;object-fit:cover;display:block}
.fe-a3-page .fe-a3-hero-copy>span{font-size:11px;font-weight:950;letter-spacing:.14em;color:#ff6c35}.fe-a3-page .fe-a3-hero-copy>span i{font-style:normal;color:#707a85;margin:0 6px}
.fe-a3-page .fe-a3-hero h1{margin:10px 0 7px;font-size:49px;line-height:.98;letter-spacing:-.035em;color:#fff}.fe-a3-page .fe-a3-hero h1 em{font-style:normal;color:#ff7a19}
.fe-a3-page .fe-a3-hero p{max-width:680px;margin:0;color:#b8c1ca;font-size:15px;line-height:1.55}
.fe-a3-hero-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.fe-a3-hero-tags b{font-size:9px;letter-spacing:.1em;padding:7px 9px;border-radius:6px;background:rgba(255,122,25,.08);border:1px solid rgba(255,122,25,.3);color:#ffc099}
.fe-a3-page .fe-a3-hero aside{position:relative;z-index:1;display:flex;gap:10px;align-self:stretch;align-items:center}.fe-a3-page .fe-a3-hero aside>div{min-width:112px;padding:18px 14px;border-radius:13px;background:rgba(6,10,14,.36);border:1px solid rgba(255,255,255,.08);display:grid;text-align:center;gap:3px}.fe-a3-page .fe-a3-hero aside strong{font-size:34px;color:#fff;line-height:1}.fe-a3-page .fe-a3-hero aside span{font-size:9px;letter-spacing:.14em;font-weight:900;color:#9ca8b4}
.fe-a3-page .fe-a3-tabs{position:sticky;top:0;z-index:20;margin:18px 0 30px;padding:7px;display:inline-flex;background:#0a0f13;border:1px solid #25303a;border-radius:12px;box-shadow:0 10px 28px rgba(0,0,0,.18)}
.fe-a3-page .fe-a3-tabs a{border:0;background:transparent!important;color:#aab4be;padding:10px 16px;border-radius:8px}.fe-a3-page .fe-a3-tabs a:hover,.fe-a3-page .fe-a3-tabs a.is-active{background:linear-gradient(135deg,#ff7a19,#ff4f25)!important;color:#fff;box-shadow:0 6px 16px rgba(255,92,24,.18)}
.fe-a3-page .fe-a3-overview{gap:12px;margin-bottom:44px}.fe-a3-page .fe-a3-overview article{position:relative;overflow:hidden;padding:19px 20px;border-radius:13px;background:linear-gradient(145deg,#12191f,#0f151a);border:1px solid #29343e}.fe-a3-page .fe-a3-overview article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#ff7a19}.fe-a3-page .fe-a3-overview span{color:#ff7640}.fe-a3-page .fe-a3-overview strong{font-size:21px;letter-spacing:-.02em}.fe-a3-page .fe-a3-overview small{color:#93a0ad;line-height:1.45}
.fe-a3-page .fe-a3-section{scroll-margin-top:82px;margin:48px 0}.fe-a3-page .fe-a3-title{padding-bottom:13px;border-bottom:1px solid #25303a;margin-bottom:15px}.fe-a3-page .fe-a3-title>div>span{color:#ff6d37;font-size:10px;font-weight:950;letter-spacing:.15em}.fe-a3-page .fe-a3-title h2{font-size:27px;letter-spacing:-.02em}.fe-a3-page .fe-a3-title small{color:#7f8d9a}
.fe-a3-page .fe-a3-table-wrap{border-radius:13px;border-color:#2b3741;background:#0c1116;box-shadow:0 14px 32px rgba(0,0,0,.14)}.fe-a3-page .fe-a3-table th{background:#0f161c;padding:14px 10px}.fe-a3-page .fe-a3-table td{padding:14px 10px}.fe-a3-page .fe-a3-table tbody tr{transition:background .18s}.fe-a3-page .fe-a3-table tbody tr:hover{background:#131b22}.fe-a3-page .fe-a3-table tbody tr:nth-child(-n+8) td:first-child{border-left:2px solid rgba(42,207,122,.45)}.fe-a3-page .fe-a3-table tbody tr:nth-last-child(-n+2) td:first-child{border-left:2px solid rgba(255,75,85,.55)}.fe-a3-page .fe-a3-table tr.is-francana{background:linear-gradient(90deg,rgba(255,122,25,.17),rgba(255,122,25,.025) 62%,transparent)}.fe-a3-page .fe-a3-table tr.is-francana td:first-child{box-shadow:inset 4px 0 #ff7a19}.fe-a3-page .fe-a3-team-badge{background:#17212a;border-color:#35424d}
.fe-a3-page .fe-a3-knockout{position:relative;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.fe-a3-page .fe-a3-knockout article{position:relative;padding:17px 18px;background:linear-gradient(145deg,#11181e,#0e1419);border-color:#2a3540}.fe-a3-page .fe-a3-knockout article:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:2px;background:#ff7a19}.fe-a3-page .fe-a3-knockout span{color:#ff7a19}.fe-a3-page .fe-a3-knockout strong{font-size:15px;line-height:1.35}.fe-a3-page .fe-a3-knockout article:last-child{border-color:#b6521b;background:linear-gradient(110deg,rgba(255,122,25,.14),#11181e 45%)}
.fe-a3-page .fe-a3-francana{padding:25px;border:1px solid #2d3741;border-radius:16px;background:radial-gradient(circle at 100% 0,rgba(255,122,25,.07),transparent 30%),#0d1318}.fe-a3-page .fe-a3-francana .fe-a3-title{margin-top:0}.fe-a3-page .fe-a3-francana-summary{gap:9px}.fe-a3-page .fe-a3-francana-summary>div{min-height:72px;justify-content:center;background:#11181e;border-color:#2a3540}.fe-a3-page .fe-a3-francana-summary span{color:#7f8d9a}.fe-a3-page .fe-a3-francana-summary b{font-size:20px}.fe-a3-page .fe-a3-round-filter{margin:17px 0}.fe-a3-page .fe-a3-round-filter button{border-radius:8px;padding:9px 12px}.fe-a3-page .fe-a3-round-filter button:hover,.fe-a3-page .fe-a3-round-filter button.is-active{background:#ff7a19;border-color:#ff7a19}
.fe-a3-page .fe-a3-games{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.fe-a3-page .fe-a3-games article{grid-template-columns:88px 1fr;min-height:100px;padding:15px 16px;border-radius:12px;background:linear-gradient(145deg,#11181e,#0e1419);border-color:#293641}.fe-a3-page .fe-a3-games article>div:first-child{gap:2px;align-content:center}.fe-a3-page .fe-a3-games article>div:first-child span{color:#ff7240}.fe-a3-page .fe-a3-result{margin-top:5px}.fe-a3-page .fe-a3-match{grid-template-columns:minmax(0,1fr) 86px minmax(0,1fr);gap:10px}.fe-a3-page .fe-a3-match strong{font-size:13px;line-height:1.25}.fe-a3-page .fe-a3-match b{font-size:23px;letter-spacing:-.025em}.fe-a3-page .fe-a3-note{padding-top:12px;border-top:1px solid #26313a}
@media(max-width:980px){.fe-a3-page .fe-a3-hero{display:block}.fe-a3-page .fe-a3-hero aside{margin-top:20px;justify-content:flex-start}.fe-a3-page .fe-a3-games{grid-template-columns:1fr}.fe-a3-page .fe-a3-logo-frame{width:220px;flex-basis:220px}}
@media(max-width:760px){.fe-a3-page .fe-a3-main{padding:18px 14px 52px}.fe-a3-page .fe-a3-hero{padding:20px;border-radius:14px}.fe-a3-page .fe-a3-identity{display:block}.fe-a3-page .fe-a3-logo-frame{width:100%;height:auto;aspect-ratio:2/1;margin-bottom:19px}.fe-a3-page .fe-a3-hero h1{font-size:38px}.fe-a3-page .fe-a3-hero aside{display:grid;grid-template-columns:1fr 1fr}.fe-a3-page .fe-a3-hero aside>div{min-width:0}.fe-a3-page .fe-a3-tabs{position:static;display:flex;width:100%;overflow:auto;white-space:nowrap}.fe-a3-page .fe-a3-tabs a{flex:0 0 auto}.fe-a3-page .fe-a3-francana{padding:16px}.fe-a3-page .fe-a3-match{grid-template-columns:1fr 64px 1fr}.fe-a3-page .fe-a3-match b{font-size:19px}}

/* v1.19.2 — escudos reais Paulistão A3 */
.fe-a3-page .fe-a3-team-badge{overflow:hidden;background:#0b1116;padding:2px;flex:0 0 30px}
.fe-a3-page .fe-a3-team-badge img{width:100%;height:100%;object-fit:contain;display:block}
.fe-a3-page .fe-a3-team-badge i{display:none;width:100%;height:100%;align-items:center;justify-content:center;font-style:normal;font-size:8px}
.fe-a3-page .fe-a3-match-team{display:flex;align-items:center;gap:9px;min-width:0}
.fe-a3-page .fe-a3-match-team img{width:34px;height:34px;object-fit:contain;flex:0 0 34px}
.fe-a3-page .fe-a3-match-team span{min-width:0}
.fe-a3-page .fe-a3-match-team.is-away{justify-content:flex-end;text-align:right;flex-direction:row-reverse}
@media(max-width:760px){.fe-a3-page .fe-a3-match-team{gap:5px}.fe-a3-page .fe-a3-match-team img{width:26px;height:26px;flex-basis:26px}}

/* v1.19.3 — Rio Branco local + escudos no mata-mata */
.fe-a3-page .fe-a3-ko-line{display:flex;align-items:center;gap:5px;flex-wrap:wrap;color:#eef3f7}
.fe-a3-page .fe-a3-ko-line-main{font-size:14px;font-weight:800}
.fe-a3-page .fe-a3-ko-line-second{font-size:12px;color:#93a3b2}
.fe-a3-page .fe-a3-ko-team{display:inline-flex;align-items:center;gap:6px;vertical-align:middle}
.fe-a3-page .fe-a3-ko-team b{font:inherit;color:inherit}
.fe-a3-page .fe-a3-ko-badge{width:23px;height:23px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 23px;background:#0b1116;border:1px solid #35424d;border-radius:50%;padding:2px;overflow:hidden}
.fe-a3-page .fe-a3-ko-badge img{width:100%;height:100%;object-fit:contain;display:block}
.fe-a3-page .fe-a3-knockout article:last-child .fe-a3-ko-badge{border-color:rgba(255,122,25,.55)}
@media(max-width:760px){.fe-a3-page .fe-a3-ko-line-main{font-size:13px}.fe-a3-page .fe-a3-ko-badge{width:21px;height:21px;flex-basis:21px}}


/* v1.19.4 — A3: classificação alinhada + mata-mata refinado */
.fe-a3-page .fe-a3-table{table-layout:fixed;min-width:900px}
.fe-a3-page .fe-a3-table th,.fe-a3-page .fe-a3-table td{box-sizing:border-box;vertical-align:middle}
.fe-a3-page .fe-a3-table th:nth-child(1),.fe-a3-page .fe-a3-table td:nth-child(1){width:78px;text-align:center;padding-left:12px;padding-right:12px}
.fe-a3-page .fe-a3-table th:nth-child(2),.fe-a3-page .fe-a3-table td:nth-child(2){width:38%;min-width:300px;text-align:left}
.fe-a3-page .fe-a3-table th:nth-child(n+3),.fe-a3-page .fe-a3-table td:nth-child(n+3){width:7.2%;text-align:center;padding-left:8px;padding-right:8px}
.fe-a3-page .fe-a3-table td:nth-child(2){display:table-cell}
.fe-a3-page .fe-a3-table td:nth-child(2)>.fe-a3-team-badge,.fe-a3-page .fe-a3-table td:nth-child(2)>strong{vertical-align:middle}
.fe-a3-page .fe-a3-table td:nth-child(2)>.fe-a3-team-badge{margin-right:12px}
.fe-a3-page .fe-a3-team-badge{width:34px;height:34px;border-radius:50%;padding:3px;overflow:hidden}
.fe-a3-page .fe-a3-team-badge img{width:100%;height:100%;object-fit:contain;display:block}
.fe-a3-page .fe-a3-team-badge i{width:100%;height:100%;align-items:center;justify-content:center;font-style:normal}
.fe-a3-page .fe-a3-table td:nth-child(2)>strong{display:inline-block;max-width:calc(100% - 54px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}
.fe-a3-page .fe-a3-table thead th{height:44px;vertical-align:middle}
.fe-a3-page .fe-a3-table tbody td{height:56px}
.fe-a3-page .fe-a3-table td:first-child b{font-size:15px;line-height:1}
.fe-a3-page .fe-a3-table td:first-child em{line-height:1;margin-top:5px}

.fe-a3-page .fe-a3-knockout{gap:10px}
.fe-a3-page .fe-a3-knockout article{min-height:92px;padding:14px 16px;gap:8px;border-radius:11px}
.fe-a3-page .fe-a3-knockout article>span{font-size:9px;letter-spacing:.12em;line-height:1}
.fe-a3-page .fe-a3-ko-line{gap:7px;min-height:26px}
.fe-a3-page .fe-a3-ko-line-main{font-size:15px;font-weight:900;color:#fff}
.fe-a3-page .fe-a3-ko-line-second{font-size:12.5px;color:#a9b6c3}
.fe-a3-page .fe-a3-ko-badge{width:27px;height:27px;flex:0 0 27px;padding:2px;background:#0a0f14;border-color:#3b4854}
.fe-a3-page .fe-a3-ko-team{gap:7px}
.fe-a3-page .fe-a3-ko-team b{font-weight:800}
.fe-a3-page .fe-a3-knockout article:last-child{min-height:98px}

@media(max-width:900px){
 .fe-a3-page .fe-a3-table th:nth-child(2),.fe-a3-page .fe-a3-table td:nth-child(2){width:34%;min-width:260px}
 .fe-a3-page .fe-a3-table th:nth-child(n+3),.fe-a3-page .fe-a3-table td:nth-child(n+3){width:7.5%}
}
@media(max-width:620px){
 .fe-a3-page .fe-a3-table{min-width:820px}
 .fe-a3-page .fe-a3-table th:nth-child(1),.fe-a3-page .fe-a3-table td:nth-child(1){width:68px}
 .fe-a3-page .fe-a3-table th:nth-child(2),.fe-a3-page .fe-a3-table td:nth-child(2){width:260px;min-width:260px}
 .fe-a3-page .fe-a3-team-badge{width:31px;height:31px}
 .fe-a3-page .fe-a3-knockout{grid-template-columns:1fr}
 .fe-a3-page .fe-a3-knockout article{min-height:auto}
}
\n\n/* v1.19.5 — destaque da Francana no topo do Paulistão A3 */
.fe-a3-page .fe-a3-city-team{margin:0 0 28px;border:1px solid #7b2227;border-top:3px solid #ef2029;border-radius:15px;overflow:hidden;background:radial-gradient(circle at 100% 0,rgba(239,32,41,.10),transparent 31%),linear-gradient(145deg,#0e1419,#11161c);box-shadow:0 14px 34px rgba(0,0,0,.16)}
.fe-a3-page .fe-a3-city-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:21px 24px 18px;border-bottom:1px solid #29323b}
.fe-a3-page .fe-a3-city-head span{font-size:10px;font-weight:950;letter-spacing:.14em;color:#ef2029}.fe-a3-page .fe-a3-city-head h2{margin:6px 0 5px;font-size:24px;letter-spacing:-.02em}.fe-a3-page .fe-a3-city-head p{margin:0;color:#92a0ad;font-size:13px}
.fe-a3-page .fe-a3-city-head>a{flex:0 0 auto;padding:10px 13px;border:1px solid #ef2029;border-radius:7px;color:#fff;text-decoration:none;font-size:10px;font-weight:900}.fe-a3-page .fe-a3-city-head>a:hover{background:#ef2029}
.fe-a3-page .fe-a3-city-stats{display:grid;grid-template-columns:minmax(230px,1.75fr) repeat(9,minmax(72px,.72fr));min-height:112px}
.fe-a3-page .fe-a3-city-stats>div{border-right:1px solid #29323b;display:flex;align-items:center;justify-content:center}.fe-a3-page .fe-a3-city-stats>div:last-child{border-right:0}
.fe-a3-page .fe-a3-city-club{justify-content:flex-start!important;gap:14px;padding:15px 20px}.fe-a3-page .fe-a3-city-club img{width:64px;height:64px;object-fit:contain;flex:0 0 64px}.fe-a3-page .fe-a3-city-club>div{display:grid;gap:2px}.fe-a3-page .fe-a3-city-club strong{font-size:18px}.fe-a3-page .fe-a3-city-club span{color:#a9b4bf;font-size:12px}.fe-a3-page .fe-a3-city-club small{color:#6f7e8d;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.fe-a3-page .fe-a3-city-metric{flex-direction:column;gap:7px;text-align:center;padding:12px 7px}.fe-a3-page .fe-a3-city-metric strong{font-size:23px;line-height:1;color:#f6f8fa}.fe-a3-page .fe-a3-city-metric strong.positive{color:#27d27c}.fe-a3-page .fe-a3-city-metric strong.negative{color:#ff4b55}.fe-a3-page .fe-a3-city-metric span{font-size:8px;font-weight:900;letter-spacing:.09em;color:#8190a0}
.fe-a3-page .fe-a3-city-bottom{display:grid;grid-template-columns:1fr 1.35fr 1fr;border-top:1px solid #29323b;min-height:92px}.fe-a3-page .fe-a3-city-bottom>div{padding:15px 20px;border-right:1px solid #29323b}.fe-a3-page .fe-a3-city-bottom>div:last-child{border-right:0}.fe-a3-page .fe-a3-city-bottom span{display:block;font-size:8px;font-weight:900;letter-spacing:.12em;color:#8190a0;margin-bottom:9px}
.fe-a3-page .fe-a3-city-form>div{display:flex;gap:6px}.fe-a3-page .fe-a3-city-form b{width:27px;height:27px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px}.fe-a3-page .fe-a3-city-form .win{background:#087b45}.fe-a3-page .fe-a3-city-form .loss{background:#a9242d}
.fe-a3-page .fe-a3-city-last>div{display:grid;grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);align-items:center;gap:8px}.fe-a3-page .fe-a3-city-last>div>b{text-align:center;font-size:20px}.fe-a3-page .fe-a3-city-last>div>b i{font-style:normal;color:#8794a0;font-size:12px}.fe-a3-page .fe-a3-city-last small,.fe-a3-page .fe-a3-city-status small{color:#7f8d99;font-size:10px}.fe-a3-page .fe-a3-city-team-name{display:flex;align-items:center;gap:7px;font-size:12px}.fe-a3-page .fe-a3-city-team-name img{width:30px;height:30px;object-fit:contain}.fe-a3-page .fe-a3-city-team-name.is-right{justify-content:flex-end;text-align:right}
.fe-a3-page .fe-a3-city-status{display:grid;align-content:center}.fe-a3-page .fe-a3-city-status strong{font-size:18px;color:#ff7a19;margin-bottom:4px}
@media(max-width:1160px){.fe-a3-page .fe-a3-city-stats{grid-template-columns:minmax(220px,1.6fr) repeat(5,1fr)}.fe-a3-page .fe-a3-city-stats>div:nth-child(7){border-left:1px solid #29323b}.fe-a3-page .fe-a3-city-stats>div:nth-child(n+7){border-top:1px solid #29323b}.fe-a3-page .fe-a3-city-stats>div:nth-child(6),.fe-a3-page .fe-a3-city-stats>div:last-child{border-right:0}}
@media(max-width:780px){.fe-a3-page .fe-a3-city-head{align-items:flex-start;padding:18px;}.fe-a3-page .fe-a3-city-head h2{font-size:21px}.fe-a3-page .fe-a3-city-stats{grid-template-columns:repeat(2,1fr)}.fe-a3-page .fe-a3-city-club{grid-column:1/-1}.fe-a3-page .fe-a3-city-stats>div{min-height:76px;border-top:1px solid #29323b}.fe-a3-page .fe-a3-city-club{border-top:0}.fe-a3-page .fe-a3-city-stats>div:nth-child(odd):not(.fe-a3-city-club){border-right:0}.fe-a3-page .fe-a3-city-stats>div:nth-child(even){border-right:1px solid #29323b}.fe-a3-page .fe-a3-city-bottom{grid-template-columns:1fr}.fe-a3-page .fe-a3-city-bottom>div{border-right:0;border-bottom:1px solid #29323b}.fe-a3-page .fe-a3-city-bottom>div:last-child{border-bottom:0}}
@media(max-width:520px){.fe-a3-page .fe-a3-city-head{display:grid}.fe-a3-page .fe-a3-city-head>a{justify-self:start}.fe-a3-page .fe-a3-city-club img{width:54px;height:54px;flex-basis:54px}.fe-a3-page .fe-a3-city-metric strong{font-size:21px}}

/* v1.19.6 — reforço do layout do painel Francana */
.fe-a3-page .fe-a3-city-team,.fe-a3-page .fe-a3-city-team *{box-sizing:border-box}
.fe-a3-page .fe-a3-city-team{width:100%;display:block}
.fe-a3-page .fe-a3-city-head{width:100%}
.fe-a3-page .fe-a3-city-stats{width:100%}
.fe-a3-page .fe-a3-city-bottom{width:100%}
@media (min-width:1161px){.fe-a3-page .fe-a3-city-stats{grid-template-columns:minmax(245px,1.8fr) repeat(9,minmax(70px,.72fr))}.fe-a3-page .fe-a3-city-metric{min-width:0}}

/* v1.19.7 — acabamento final do painel Francana / A3 */
.fe-a3-page .fe-a3-city-team{margin-bottom:42px;border-top-width:4px;box-shadow:0 16px 38px rgba(0,0,0,.18)}
.fe-a3-page .fe-a3-city-team + .fe-a3-overview{margin-top:0}
.fe-a3-page .fe-a3-overview{padding-top:0}
.fe-a3-page .fe-a3-city-head{padding-top:23px;padding-bottom:20px}
@media(max-width:780px){.fe-a3-page .fe-a3-city-team{margin-bottom:32px}}

/* v1.19.8 — painel Francana espelhado no SESI Franca + editorias sempre visíveis */
.fe-a3-page .fe-a3-franca-spotlight{margin:0 0 34px;border-top:3px solid #ef2636}
.fe-a3-page .fe-a3-franca-spotlight .fe-franca-summary{grid-template-columns:260px 1fr}
.fe-a3-page .fe-a3-franca-spotlight .fe-a3-franca-kpis{grid-template-columns:repeat(9,1fr)}
.fe-a3-page .fe-a3-franca-spotlight .fe-a3-franca-kpis>div{min-width:0}
.fe-a3-page .fe-a3-franca-spotlight .fe-franca-team-logo img{max-width:66px;max-height:66px}
.fe-a3-page .fe-a3-franca-spotlight .fe-franca-live-label{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.fe-a3-page .fe-a3-franca-spotlight .fe-franca-mini-team:last-child{justify-content:flex-end;text-align:right}
.fe-a3-page .fe-a3-franca-spotlight .fe-a3-season-closed .fe-franca-mini-center strong{color:#ff7a19}
.fe-editorial-empty{border:1px solid #272d34;border-radius:10px;padding:20px;color:#8794a0;background:#0e1318;font-size:12px}
@media(max-width:1180px){
  .fe-a3-page .fe-a3-franca-spotlight .fe-franca-summary{grid-template-columns:1fr}
  .fe-a3-page .fe-a3-franca-spotlight .fe-franca-team{border-right:0;border-bottom:1px solid #272d34}
  .fe-a3-page .fe-a3-franca-spotlight .fe-a3-franca-kpis{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .fe-a3-page .fe-a3-franca-spotlight .fe-a3-franca-kpis{grid-template-columns:repeat(2,1fr)}
}
\n\n/* =====================================================
   v1.19.9 — Home editorial responsiva por quantidade
   1 matéria = destaque horizontal / 2 = duas colunas / 3 = três colunas
   ===================================================== */
.fe-editorial-section .fe-editorial-grid.fe-count-1{grid-template-columns:1fr!important}
.fe-editorial-section .fe-editorial-grid.fe-count-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.fe-editorial-section .fe-editorial-grid.fe-count-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card{
  display:grid!important;
  grid-template-columns:minmax(360px,48%) minmax(0,1fr)!important;
  grid-template-rows:auto auto 1fr!important;
  min-height:260px!important;
  height:auto!important;
  overflow:hidden!important;
}
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card .fe-card-photo{
  grid-column:1!important;
  grid-row:1/4!important;
  width:100%!important;
  height:100%!important;
  min-height:260px!important;
  border-right:1px solid #22282e!important;
  border-bottom:0!important;
}
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card>span{
  grid-column:2!important;
  grid-row:1!important;
  align-self:end!important;
  justify-self:start!important;
  margin:28px 26px 0!important;
}
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card>h3{
  grid-column:2!important;
  grid-row:2!important;
  align-self:start!important;
  margin:12px 26px 0!important;
  font-size:22px!important;
  line-height:1.2!important;
}
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-editorial-excerpt{
  grid-column:2!important;
  grid-row:3!important;
  margin:13px 26px 28px!important;
  color:#9aa7b4!important;
  font-size:13px!important;
  line-height:1.55!important;
  max-width:680px;
}
.fe-editorial-section .fe-editorial-grid:not(.fe-count-1) .fe-editorial-excerpt{display:none!important}
@media(max-width:980px){
 .fe-editorial-section .fe-editorial-grid.fe-count-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card{grid-template-columns:minmax(300px,44%) minmax(0,1fr)!important}
}
@media(max-width:700px){
 .fe-editorial-section .fe-editorial-grid.fe-count-1,
 .fe-editorial-section .fe-editorial-grid.fe-count-2,
 .fe-editorial-section .fe-editorial-grid.fe-count-3{grid-template-columns:1fr!important}
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card{display:flex!important;flex-direction:column!important;min-height:0!important}
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card .fe-card-photo{width:100%!important;height:205px!important;min-height:205px!important;border-right:0!important;border-bottom:1px solid #22282e!important}
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card>span{margin:12px 14px 0!important}
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card>h3{margin:8px 14px 0!important;font-size:17px!important}
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-editorial-excerpt{margin:9px 14px 17px!important;font-size:12px!important}
}

/* =====================================================
   v1.19.10 — CARROSSEL HOME COMPACTO
   Remove a faixa vazia sob o destaque e posiciona a navegacao sobre a midia.
   ===================================================== */
.fe-feature-carousel{
  padding-bottom:0!important;
  background:#090d11;
}
.fe-feature-arrow{
  top:50%!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  width:36px!important;
  height:44px!important;
  border-radius:5px!important;
  background:rgba(9,13,17,.78)!important;
  border-color:#303842!important;
  font-size:25px!important;
}
.fe-feature-prev{left:10px!important}
.fe-feature-next{right:10px!important}
.fe-feature-dots{
  left:50%!important;
  right:auto!important;
  bottom:12px!important;
  transform:translateX(-50%)!important;
}
/* A grade nao reserva mais altura adicional para controles fora do slide. */
.fe-lead,
.fe-lead.fe-lead-single{align-items:stretch!important}
/* Quando houver somente um destaque, o PHP ja nao imprime setas/bolinhas. */
@media(max-width:600px){
  .fe-feature-arrow{width:32px!important;height:40px!important;font-size:22px!important}
  .fe-feature-prev{left:7px!important}.fe-feature-next{right:7px!important}
  .fe-feature-dots{bottom:10px!important}
}


/* =====================================================
   v1.19.11 — CARROSSEL HOME SEM FAIXA VAZIA
   O destaque acompanha a altura do painel de classificacoes e os controles
   ficam fora da area de titulo/texto.
   ===================================================== */
@media(min-width:901px){
  .fe-top-dashboard{align-items:stretch!important}
  .fe-top-dashboard .fe-lead{height:100%!important;align-self:stretch!important}
  .fe-top-dashboard .fe-feature-carousel,
  .fe-top-dashboard .fe-feature-slides,
  .fe-top-dashboard .fe-feature-slide,
  .fe-top-dashboard .fe-feature-slide .fe-feature-media{
    height:100%!important;
    min-height:440px!important;
  }
  .fe-top-dashboard .fe-feature-carousel{position:relative!important;padding-bottom:0!important}
  .fe-top-dashboard .fe-feature-slides{position:absolute!important;inset:0!important}
  .fe-top-dashboard .fe-feature-slide .fe-feature-copy{
    padding:82px 105px 28px 18px!important;
  }
  .fe-top-dashboard .fe-feature-arrow{
    top:16px!important;
    bottom:auto!important;
    transform:none!important;
    width:34px!important;
    height:34px!important;
    font-size:23px!important;
    background:rgba(9,13,17,.9)!important;
  }
  .fe-top-dashboard .fe-feature-prev{left:auto!important;right:54px!important}
  .fe-top-dashboard .fe-feature-next{right:14px!important}
  .fe-top-dashboard .fe-feature-dots{
    left:50%!important;right:auto!important;bottom:14px!important;
    transform:translateX(-50%)!important;
  }
}
@media(min-width:601px) and (max-width:900px){
  .fe-feature-carousel{padding-bottom:0!important}
  .fe-feature-slides,.fe-feature-slide .fe-feature-media{height:390px!important;min-height:390px!important}
  .fe-feature-slide .fe-feature-copy{padding:72px 80px 26px 18px!important}
  .fe-feature-arrow{top:14px!important;bottom:auto!important;transform:none!important;width:32px!important;height:32px!important}
  .fe-feature-prev{left:auto!important;right:50px!important}.fe-feature-next{right:12px!important}
  .fe-feature-dots{bottom:12px!important}
}
@media(max-width:600px){
  .fe-feature-carousel{padding-bottom:0!important}
  .fe-feature-slides,.fe-feature-slide .fe-feature-media{height:350px!important;min-height:350px!important}
  .fe-feature-slide .fe-feature-copy{padding:70px 60px 24px 16px!important}
  .fe-feature-arrow{top:12px!important;bottom:auto!important;transform:none!important;width:30px!important;height:30px!important}
  .fe-feature-prev{left:auto!important;right:47px!important}.fe-feature-next{right:11px!important}
  .fe-feature-dots{bottom:10px!important}
}

/* =====================================================
   v1.19.12 — CONTROLES DO CARROSSEL NO RODAPÉ
   Setas agrupadas no canto inferior direito, fora da área do título,
   mantendo os indicadores centralizados sobre o destaque.
   ===================================================== */
@media(min-width:901px){
  .fe-top-dashboard .fe-feature-arrow{
    top:auto!important;
    bottom:12px!important;
    transform:none!important;
    width:34px!important;
    height:34px!important;
    font-size:23px!important;
    background:rgba(9,13,17,.92)!important;
    border-color:#3a4149!important;
  }
  .fe-top-dashboard .fe-feature-prev{
    left:auto!important;
    right:56px!important;
  }
  .fe-top-dashboard .fe-feature-next{
    left:auto!important;
    right:14px!important;
  }
  .fe-top-dashboard .fe-feature-dots{
    left:50%!important;
    right:auto!important;
    bottom:19px!important;
    transform:translateX(-50%)!important;
  }
  .fe-top-dashboard .fe-feature-slide .fe-feature-copy{
    padding-right:28px!important;
    padding-bottom:62px!important;
  }
}
@media(min-width:601px) and (max-width:900px){
  .fe-feature-arrow{
    top:auto!important;
    bottom:10px!important;
    transform:none!important;
  }
  .fe-feature-prev{left:auto!important;right:52px!important}
  .fe-feature-next{left:auto!important;right:12px!important}
  .fe-feature-dots{left:50%!important;right:auto!important;bottom:17px!important;transform:translateX(-50%)!important}
  .fe-feature-slide .fe-feature-copy{padding-right:18px!important;padding-bottom:58px!important}
}
@media(max-width:600px){
  .fe-feature-arrow{
    top:auto!important;
    bottom:9px!important;
    transform:none!important;
  }
  .fe-feature-prev{left:auto!important;right:49px!important}
  .fe-feature-next{left:auto!important;right:11px!important}
  .fe-feature-dots{left:50%!important;right:auto!important;bottom:16px!important;transform:translateX(-50%)!important}
  .fe-feature-slide .fe-feature-copy{padding-right:16px!important;padding-bottom:54px!important}
}


/* =====================================================
   v1.19.13 — TIPOGRAFIA RESPONSIVA DO TÍTULO DO CARROSSEL
   Reduz títulos médios/longos sem alterar altura, setas ou indicadores.
   ===================================================== */
@media(min-width:901px){
  .fe-top-dashboard .fe-feature-copy h1.fe-title-short{
    font-size:clamp(30px,2.55vw,42px)!important;
    line-height:1.02!important;
    max-width:760px!important;
  }
  .fe-top-dashboard .fe-feature-copy h1.fe-title-medium{
    font-size:clamp(27px,2.15vw,36px)!important;
    line-height:1.04!important;
    max-width:820px!important;
  }
  .fe-top-dashboard .fe-feature-copy h1.fe-title-long{
    font-size:clamp(24px,1.85vw,32px)!important;
    line-height:1.06!important;
    max-width:860px!important;
  }
}
@media(min-width:601px) and (max-width:900px){
  .fe-feature-copy h1.fe-title-short{font-size:31px!important;line-height:1.04!important}
  .fe-feature-copy h1.fe-title-medium{font-size:27px!important;line-height:1.05!important}
  .fe-feature-copy h1.fe-title-long{font-size:24px!important;line-height:1.07!important}
}
@media(max-width:600px){
  .fe-feature-copy h1.fe-title-short{font-size:27px!important;line-height:1.05!important}
  .fe-feature-copy h1.fe-title-medium{font-size:24px!important;line-height:1.06!important}
  .fe-feature-copy h1.fe-title-long{font-size:21px!important;line-height:1.08!important}
}

/* =====================================================
   v1.19.14 — HEADER COMPACTO + INSTAGRAM / YOUTUBE
   ===================================================== */
.fe-header-v180{
  grid-template-columns:78px minmax(0,1fr) minmax(270px,340px)!important;
  min-height:72px!important;
  padding:4px 22px!important;
  gap:18px!important;
}
.fe-header-v180 .fe-brand-logo{width:58px!important;height:58px!important}
.fe-nav-v180,
.fe-nav-v180 .fe-nav-item,
.fe-nav-v180 .fe-nav-item>a{min-height:62px!important}
.fe-header-v180 .fe-header-tools{gap:12px!important}
.fe-header-v180 .fe-search{height:42px!important;max-width:210px!important}
.fe-header-v180 .fe-search input{height:40px!important}
.fe-header-v180 .fe-social{display:flex;align-items:center;gap:7px;font-size:0}
.fe-social-icon{
  width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid #303740;border-radius:7px;background:#0d1116;color:#f4f6f8;
  transition:border-color .18s ease,color .18s ease,background .18s ease,transform .18s ease;
}
.fe-social-icon:hover{border-color:var(--fe-red);color:var(--fe-red);background:#12171d;transform:translateY(-1px)}
.fe-social-icon svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.8}
.fe-social-icon .fe-social-dot{fill:currentColor;stroke:none}
.fe-social-icon .fe-social-play{fill:currentColor;stroke:none}
@media(max-width:1100px) and (min-width:821px){
  .fe-header-v180{grid-template-columns:70px minmax(0,1fr) minmax(110px,150px)!important;padding-left:16px!important;padding-right:16px!important;gap:12px!important}
  .fe-header-v180 .fe-search{display:none!important}
  .fe-nav-v180{gap:clamp(12px,1.5vw,24px)!important}
  .fe-nav-v180 .fe-nav-item>a{font-size:12px!important}
}
@media(max-width:820px){
  .fe-header-v180{min-height:68px!important;padding:5px 12px!important}
  .fe-header-v180 .fe-brand-logo{width:54px!important;height:54px!important}
}

/* =====================================================
   v1.19.15 — LINKS SOCIAIS CONFIGURÁVEIS NO PAINEL
   ===================================================== */
.fe-header-v180 .fe-header-tools{gap:14px!important}
.fe-header-v180 .fe-search{max-width:190px!important}
.fe-social-icon{width:36px!important;height:36px!important;text-decoration:none!important}
.fe-social-icon svg{width:20px!important;height:20px!important}
@media(max-width:1100px) and (min-width:821px){
  .fe-header-v180 .fe-header-tools{gap:10px!important}
}

/* v1.20.0 — Campeonato Paulista como modelo-base de basquete */
.fe-competition-page[data-competition="paulista"] .fe-comp-hero{border-bottom:1px solid #25303a;background:radial-gradient(circle at 80% 15%,rgba(25,112,210,.14),transparent 34%),linear-gradient(180deg,#101820 0%,#090d11 100%)}
.fe-competition-page[data-competition="paulista"] .fe-comp-hero-logo{min-width:118px;min-height:118px;padding:12px;background:#fff;border-radius:12px;box-shadow:0 12px 34px rgba(0,0,0,.28)}
.fe-competition-page[data-competition="paulista"] .fe-comp-hero-logo img{max-width:94px;max-height:94px;object-fit:contain}
.fe-competition-page[data-competition="paulista"] .fe-comp-anchor-nav a:first-child{border-color:#2b78c5;background:#10243a}
.fe-competition-page[data-competition="paulista"] .fe-franca-spotlight{margin-top:26px;border-top:3px solid #ef2636}
.fe-competition-page[data-competition="paulista"] .fe-paulista-table-card{border-top:2px solid #2379c9}
@media(max-width:760px){.fe-competition-page[data-competition="paulista"] .fe-comp-hero-logo{min-width:88px;min-height:88px}.fe-competition-page[data-competition="paulista"] .fe-comp-hero-logo img{max-width:70px;max-height:70px}}

/* v1.20.1 — abas do hub do Campeonato Paulista */
.fe-competition-page[data-competition="paulista"] .fe-comp-anchor-nav a.is-active{
  border-color:#20a8ff;
  background:#0d2c45;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(32,168,255,.16);
}
.fe-competition-page[data-competition="paulista"] [data-fe-comp-section][hidden]{display:none!important}
.fe-competition-page[data-competition="paulista"] [data-fe-comp-split].is-single{
  grid-template-columns:minmax(0,1fr)!important;
}
.fe-competition-page[data-competition="paulista"] [data-fe-comp-split].is-single > section:not([hidden]){
  width:100%;
  max-width:none;
}
.fe-competition-page[data-competition="paulista"].is-filtered-view .fe-mini-main{
  padding-top:30px;
}
@media (max-width:760px){
  .fe-competition-page[data-competition="paulista"] .fe-comp-anchor-nav{
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
    padding-bottom:3px;
  }
  .fe-competition-page[data-competition="paulista"] .fe-comp-anchor-nav::-webkit-scrollbar{display:none}
  .fe-competition-page[data-competition="paulista"] .fe-comp-anchor-nav a{white-space:nowrap}
}


/* v1.21.0 — navegação em hub para todas as competições */
.fe-competition-page.is-filtered-view .fe-mini-main,
.fe-a3-page.is-filtered-view .fe-a3-main{scroll-margin-top:96px}
.fe-competition-page [data-fe-comp-section][hidden],
.fe-a3-page [data-fe-a3-section][hidden]{display:none!important}
.fe-mini-two.is-single{grid-template-columns:minmax(0,1fr)!important}
.fe-mini-two.is-single>section{width:100%}
.fe-comp-anchor-nav a.is-active,
.fe-a3-tabs a.is-active{box-shadow:0 8px 24px rgba(0,0,0,.18)}
@media(max-width:760px){
  .fe-comp-anchor-nav,.fe-a3-tabs{overflow-x:auto;white-space:nowrap;scrollbar-width:none}
  .fe-comp-anchor-nav::-webkit-scrollbar,.fe-a3-tabs::-webkit-scrollbar{display:none}
}

/* v1.23.0 — Competições dinâmicas / NBB */
.fe-generic-competition .fe-comp-hero{background:linear-gradient(135deg,#151922,#0d0f13 65%)}
.fe-generic-competition[data-competition="nbb"] .fe-comp-hero{background:linear-gradient(135deg,#0f2547,#10141b 68%)}
.fe-generic-competition .fe-comp-hero-logo span{display:flex;align-items:center;justify-content:center;width:86px;height:86px;border-radius:18px;background:#202631;border:1px solid rgba(255,255,255,.13);font-weight:900;font-size:24px;color:#fff}
.fe-generic-status{display:flex;align-items:center;justify-content:space-between;gap:22px;margin:24px 0;padding:22px 26px;border:1px solid #2b313a;border-left:4px solid #2c7be5;background:#161a20;border-radius:10px}
.fe-generic-status small{font-size:11px;font-weight:800;letter-spacing:.1em;color:#7caeff}.fe-generic-status h2{margin:4px 0 8px;color:#fff}.fe-generic-status p{margin:0;color:#aeb5c0;max-width:780px;line-height:1.55}.fe-generic-status>strong{font-size:38px;color:#fff;display:flex;flex-direction:column;align-items:center;line-height:1}.fe-generic-status>strong small{margin-top:6px;color:#88919c}
.fe-generic-preseason{padding:18px 22px;color:#afb6c0;background:#111419;border-top:1px solid #252a31;line-height:1.55}
.fe-generic-sync-note{margin:22px 0;padding:12px 15px;border:1px solid #282d35;border-radius:8px;background:#111419;color:#7f8894;font-size:12px}
.fe-generic-competition .fe-score-card{border:1px solid #2a3038;background:#15191f;border-radius:8px;padding:14px}.fe-generic-competition .fe-score-match{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.fe-generic-competition .fe-score-match strong:last-child{text-align:right}.fe-generic-competition .fe-score-match b{font-size:18px;color:#fff}.fe-generic-competition .fe-score-meta{font-size:11px;color:#7f8996;margin-bottom:8px}
@media(max-width:800px){.fe-generic-status{align-items:flex-start}.fe-generic-status>strong{font-size:28px}.fe-generic-competition .fe-score-match{grid-template-columns:1fr}.fe-generic-competition .fe-score-match strong:last-child{text-align:left}}
.fe-competition-logo-fallback{display:flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:16px;background:#20252d;border:1px solid #343a45;color:#fff;font-weight:900;font-size:18px}


/* v1.24.0 — sincronização LNB / NBB */
.fe-generic-team{display:flex;align-items:center;gap:10px}.fe-generic-team img{width:34px;height:34px;object-fit:contain}.fe-generic-standings tr.is-franca{background:linear-gradient(90deg,rgba(239,32,41,.14),rgba(239,32,41,.03))}.fe-generic-game-team{display:flex!important;align-items:center;gap:8px;min-width:0}.fe-generic-game-team.is-away{justify-content:flex-end;text-align:right}.fe-generic-game-team img{width:38px;height:38px;object-fit:contain;flex:0 0 auto}.fe-score-meta{display:flex;justify-content:space-between;gap:10px}.fe-score-meta small{color:#7891aa;text-transform:uppercase}.fe-score-venue{padding:7px 12px 10px;color:#7891aa;font-size:11px;border-top:1px solid #1f2b35;margin-top:8px}@media(max-width:720px){.fe-generic-game-team img{width:30px;height:30px}.fe-generic-team img{width:28px;height:28px}}


/* v1.24.2 — NBB 2025/26: campanha do Franca + playoffs */
.fe-nbb-city-grid{display:grid;grid-template-columns:1.8fr repeat(8,1fr);border-top:1px solid #26313b;border-bottom:1px solid #26313b;background:#0d1217}.fe-nbb-city-team{display:flex;align-items:center;gap:14px;padding:20px}.fe-nbb-city-team img{width:64px;height:64px;object-fit:contain}.fe-nbb-city-team strong{display:block;font-size:17px}.fe-nbb-city-team small,.fe-nbb-kpi small,.fe-nbb-city-bottom small{display:block;color:#88a0b8;font-size:9px;font-weight:800;letter-spacing:.08em;margin-top:5px}.fe-nbb-kpi{display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid #26313b;padding:18px 8px;min-width:0}.fe-nbb-kpi b{font-size:24px}.fe-nbb-kpi.is-win b{color:#22d77a}.fe-nbb-kpi.is-loss b{color:#ff3d50}.fe-nbb-city-bottom{display:grid;grid-template-columns:1.1fr 1.8fr 1.1fr;background:#0b1015}.fe-nbb-city-bottom>div{padding:16px 20px;border-right:1px solid #26313b}.fe-nbb-city-bottom>div:last-child{border-right:0}.fe-nbb-form{display:flex;gap:6px;margin-top:9px}.fe-nbb-form span{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;border-radius:5px;color:#fff;font-weight:900;font-size:11px}.fe-nbb-form .is-win{background:#07994f}.fe-nbb-form .is-loss{background:#c92838}.fe-nbb-last strong{display:block;margin-top:8px;font-size:15px}.fe-nbb-last strong b{font-size:20px;margin:0 8px}.fe-nbb-last span,.fe-nbb-ended span{display:block;color:#8fa5b8;font-size:11px;margin-top:5px}.fe-nbb-ended strong{display:block;color:#ff8a24;font-size:18px;margin-top:8px}.fe-nbb-playoffs{margin-top:30px}.fe-nbb-playoffs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fe-nbb-series{border:1px solid #2b3742;border-radius:10px;background:#0d1319;padding:14px}.fe-nbb-series.is-final{grid-column:1/-1;border-color:#ff6a1a;background:linear-gradient(90deg,#17110f,#0d1319)}.fe-nbb-series>small{color:#ff6a1a;font-weight:900;font-size:10px;letter-spacing:.08em}.fe-nbb-series-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.fe-nbb-series-line span{display:flex;align-items:center;gap:9px;min-width:0}.fe-nbb-series-line img{width:28px;height:28px;object-fit:contain}.fe-nbb-series-line b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fe-nbb-series-line strong{font-size:22px}.fe-nbb-series p{margin:9px 0 0;color:#8298aa;font-size:10px}.fe-generic-competition[data-competition="nbb"] .fe-comp-overview strong{font-variant-numeric:tabular-nums}@media(max-width:1100px){.fe-nbb-city-grid{grid-template-columns:1.6fr repeat(4,1fr)}.fe-nbb-kpi:nth-of-type(n+6){border-top:1px solid #26313b}.fe-nbb-city-bottom{grid-template-columns:1fr}}@media(max-width:760px){.fe-nbb-city-grid{grid-template-columns:1fr 1fr}.fe-nbb-city-team{grid-column:1/-1}.fe-nbb-kpi{border-top:1px solid #26313b}.fe-nbb-playoffs-grid{grid-template-columns:1fr}.fe-nbb-series.is-final{grid-column:auto}}

/* v1.24.3 — NBB encerrado: resultados em largura total */
.fe-nbb-results-full{margin-top:30px}
.fe-nbb-results-full .fe-mini-games{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.fe-nbb-results-full .fe-score-card{margin:0}
.fe-nbb-results-note{font-size:11px;color:#86a2bd;text-transform:uppercase;letter-spacing:.08em;margin:-8px 0 14px 2px}
@media(max-width:850px){.fe-nbb-results-full .fe-mini-games{grid-template-columns:1fr}}


/* v1.24.4 — chaveamento NBB por fases */
.fe-nbb-playoffs{margin-top:34px}
.fe-nbb-bracket{display:grid;grid-template-columns:minmax(260px,1.45fr) minmax(250px,1.2fr) minmax(240px,1fr) minmax(260px,1.05fr);gap:14px;align-items:stretch;overflow-x:auto;padding:2px 2px 12px;scrollbar-width:thin}
.fe-nbb-bracket-stage{min-width:0;display:flex;flex-direction:column;border-top:2px solid #283542;padding-top:10px}
.fe-nbb-bracket-stage>header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 2px 10px;text-transform:uppercase}
.fe-nbb-bracket-stage>header span{font-size:12px;font-weight:950;letter-spacing:.08em;color:#ff6a1a}
.fe-nbb-bracket-stage>header small{font-size:9px;color:#7f96aa;font-weight:800;letter-spacing:.05em}
.fe-nbb-bracket-stage-list{display:flex;flex-direction:column;justify-content:space-around;gap:10px;flex:1}
.fe-nbb-bracket .fe-nbb-series{position:relative;border:1px solid #2b3742;border-radius:9px;background:#0d1319;padding:12px 13px;min-height:94px;box-shadow:0 7px 22px rgba(0,0,0,.12)}
.fe-nbb-bracket .fe-nbb-series:after{content:"";position:absolute;right:-15px;top:50%;width:14px;border-top:1px solid #344554;opacity:.75}
.fe-nbb-bracket-stage:last-child .fe-nbb-series:after,.fe-nbb-stage-final .fe-nbb-series:after{display:none}
.fe-nbb-bracket .fe-nbb-series.is-final{border-color:#ff6a1a;background:linear-gradient(100deg,rgba(255,106,26,.13),#0d1319 56%);box-shadow:0 0 0 1px rgba(255,106,26,.06) inset}
.fe-nbb-bracket .fe-nbb-series-line{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:5px 0}
.fe-nbb-bracket .fe-nbb-series-line+ .fe-nbb-series-line{border-top:1px solid rgba(67,84,99,.55)}
.fe-nbb-bracket .fe-nbb-series-line span{display:flex;align-items:center;gap:8px;min-width:0}
.fe-nbb-bracket .fe-nbb-series-line img{width:25px;height:25px;object-fit:contain;flex:none}
.fe-nbb-bracket .fe-nbb-series-line b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fe-nbb-bracket .fe-nbb-series-line strong{font-size:20px;line-height:1;font-variant-numeric:tabular-nums}
.fe-nbb-bracket .fe-nbb-series-line.is-winner b,.fe-nbb-bracket .fe-nbb-series-line.is-winner strong{color:#fff}
.fe-nbb-bracket .fe-nbb-series-line:not(.is-winner){opacity:.72}
.fe-nbb-bracket .fe-nbb-series p{margin:6px 0 0;color:#8298aa;font-size:9px}
.fe-nbb-stage-final{border-top-color:#ff6a1a}
.fe-nbb-stage-final>header span{color:#ff8a24}
@media(max-width:1180px){.fe-nbb-bracket{grid-template-columns:repeat(4,minmax(245px,1fr));padding-bottom:14px}.fe-nbb-bracket .fe-nbb-series:after{display:none}}
@media(max-width:760px){.fe-nbb-bracket{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x proximity}.fe-nbb-bracket-stage{min-width:84vw;scroll-snap-align:start}.fe-nbb-bracket .fe-nbb-series{min-height:auto}}
/* v1.25.0 — template visual padrão das competições */
.fe-standard-competition .fe-comp-hero{background:linear-gradient(115deg,var(--fe-comp-header,#0c1723),#081018 72%);border-top:1px solid color-mix(in srgb,var(--fe-comp-primary) 45%,transparent)}
.fe-standard-competition .fe-comp-hero-copy>small,.fe-standard-competition .fe-comp-breadcrumb{color:var(--fe-comp-primary,#16b9ff)}
.fe-standard-competition .fe-comp-anchor-nav a.is-active,.fe-standard-competition .fe-comp-anchor-nav a:hover{border-color:var(--fe-comp-primary,#16b9ff);color:var(--fe-comp-highlight,#fff)}
.fe-standard-competition .fe-comp-official{border-color:var(--fe-comp-primary,#16b9ff);color:var(--fe-comp-highlight,#fff)}
.fe-standard-competition .fe-comp-overview-standard{grid-template-columns:repeat(6,minmax(0,1fr))}
.fe-standard-competition .fe-comp-overview-standard>div{position:relative;min-height:74px}
.fe-standard-competition .fe-comp-overview-standard>div:before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:var(--fe-comp-primary);transition:.2s}
.fe-standard-competition .fe-comp-overview-standard>div:hover:before{height:100%}
.fe-standard-competition .fe-comp-overview-standard strong{font-size:16px}
.fe-standard-competition .fe-generic-status{border-left-color:var(--fe-comp-primary,#16b9ff)}
.fe-standard-competition .fe-mini-section-title span,.fe-standard-competition .fe-mini-section-title h2{color:var(--fe-comp-highlight,#fff)}
.fe-standard-competition .fe-franca-spotlight{border-top-color:var(--fe-comp-secondary,#ff1744)}
@media(max-width:1050px){.fe-standard-competition .fe-comp-overview-standard{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.fe-standard-competition .fe-comp-overview-standard{grid-template-columns:repeat(2,1fr)}}

/* v1.25.1 — template universal inspirado no Paulistão A3 */
.fe-standard-competition .fe-comp-hero-universal{background:#050708!important;border:0!important;padding:0 0 22px}
.fe-standard-competition .fe-comp-hero-universal .fe-comp-hero-inner{width:min(1240px,calc(100% - 40px));padding-top:12px}
.fe-standard-competition .fe-comp-hero-universal .fe-comp-breadcrumb{display:block;margin:0 0 26px;font-size:9px;font-weight:950;letter-spacing:.16em;color:#7d91a6!important;text-decoration:none}
.fe-comp-hero-card{position:relative;overflow:hidden;border:1px solid #303943;border-radius:18px;background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--fe-comp-primary) 18%,transparent),transparent 32%),linear-gradient(120deg,var(--fe-comp-header,#10161c) 0%,#161c23 60%,color-mix(in srgb,var(--fe-comp-primary) 10%,#12100d) 100%);box-shadow:0 18px 50px rgba(0,0,0,.22)}
.fe-comp-hero-card:after{content:"";position:absolute;right:-100px;top:-140px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--fe-comp-primary) 13%,transparent),transparent 66%);pointer-events:none}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-main{position:relative;z-index:1;grid-template-columns:254px minmax(0,1fr) auto;gap:26px;align-items:center;padding:28px 32px}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-logo{width:254px;height:154px;border-radius:15px;background:linear-gradient(135deg,color-mix(in srgb,var(--fe-comp-primary) 82%,#ff9b20),color-mix(in srgb,var(--fe-comp-secondary) 75%,#ff314f));border:1px solid color-mix(in srgb,var(--fe-comp-primary) 65%,#fff);box-shadow:none}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-logo img{max-width:205px;max-height:126px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.18))}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-copy small{color:var(--fe-comp-primary)!important;font-size:11px;letter-spacing:.14em;font-weight:950}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-copy h1{margin:9px 0 7px;font-size:46px;line-height:.98;letter-spacing:-.035em;color:#fff}.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-copy h1 em{font-style:normal;color:var(--fe-comp-primary)}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-copy p{max-width:650px;color:#b8c1ca;font-size:14px;line-height:1.5}
.fe-comp-hero-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:17px}.fe-comp-hero-tags b,.fe-comp-hero-tags a{font-size:9px;letter-spacing:.09em;font-weight:900;padding:7px 10px;border-radius:6px;background:color-mix(in srgb,var(--fe-comp-primary) 8%,transparent);border:1px solid color-mix(in srgb,var(--fe-comp-primary) 35%,transparent);color:color-mix(in srgb,var(--fe-comp-primary) 45%,#fff);text-decoration:none}
.fe-comp-hero-stats{display:flex;gap:10px;align-items:center}.fe-comp-hero-stats>div{min-width:112px;padding:19px 14px;border-radius:13px;background:rgba(6,10,14,.42);border:1px solid rgba(255,255,255,.08);display:grid;text-align:center;gap:5px}.fe-comp-hero-stats strong{font-size:34px;line-height:1;color:#fff}.fe-comp-hero-stats span{font-size:9px;letter-spacing:.14em;font-weight:950;color:#9ca8b4}
.fe-standard-competition .fe-comp-anchor-nav-universal{display:flex;width:max-content;max-width:100%;overflow:auto;gap:7px;margin:18px 0 0;padding:7px;border:1px solid #29343e;border-radius:12px;background:#0a0f14}.fe-standard-competition .fe-comp-anchor-nav-universal a{flex:0 0 auto;border:0!important;border-radius:8px;padding:12px 17px;color:#b9c5d1;text-transform:uppercase;font-size:10px;font-weight:950;letter-spacing:.03em}.fe-standard-competition .fe-comp-anchor-nav-universal a.is-active,.fe-standard-competition .fe-comp-anchor-nav-universal a:hover{background:var(--fe-comp-primary);color:#fff!important}
.fe-standard-competition .fe-mini-main{padding-top:22px}
@media(max-width:1050px){.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-main{grid-template-columns:190px 1fr}.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-logo{width:190px;height:130px}.fe-comp-hero-stats{grid-column:1/-1;justify-content:flex-start}.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-copy h1{font-size:39px}}
@media(max-width:700px){.fe-standard-competition .fe-comp-hero-universal .fe-comp-hero-inner{width:calc(100% - 28px)}.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-main{display:block;padding:20px}.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-logo{width:100%;height:135px;margin-bottom:18px}.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-copy h1{font-size:34px}.fe-comp-hero-stats{margin-top:18px;display:grid;grid-template-columns:1fr 1fr}.fe-comp-hero-stats>div{min-width:0}.fe-standard-competition .fe-comp-anchor-nav-universal{width:100%}}


/* v1.25.2 — acabamento universal + chaveamento vertical responsivo */
.fe-standard-competition .fe-generic-standings{
  border:1px solid #29343e;border-radius:12px;overflow:hidden;background:#0a0f14;
  box-shadow:0 12px 32px rgba(0,0,0,.12);margin-top:10px
}
.fe-standard-competition .fe-generic-standings table{margin:0}
.fe-standard-competition .fe-generic-standings thead{background:#0f151b}
.fe-standard-competition .fe-generic-standings tr:last-child td{border-bottom:0}
.fe-standard-competition .fe-score-card{border-color:#29343e;transition:border-color .18s ease,transform .18s ease}
.fe-standard-competition .fe-score-card:hover{border-color:color-mix(in srgb,var(--fe-comp-primary) 52%,#29343e);transform:translateY(-1px)}

/* O chaveamento passa a ser vertical: fases empilhadas, séries em grade dentro de cada fase. */
.fe-nbb-bracket{
  display:flex!important;flex-direction:column!important;gap:22px!important;
  overflow:visible!important;padding:0!important
}
.fe-nbb-bracket-stage{
  position:relative;min-width:0!important;width:100%;display:block!important;
  border-top:2px solid color-mix(in srgb,var(--fe-comp-primary,#ff6a1a) 50%,#283542)!important;
  padding-top:11px!important
}
.fe-nbb-bracket-stage:not(:last-child){padding-bottom:24px}
.fe-nbb-bracket-stage:not(:last-child):after{
  content:"↓";position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);
  width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:#0a0f14;border:1px solid #31404d;color:var(--fe-comp-primary,#ff6a1a);
  font-size:15px;font-weight:950;z-index:2
}
.fe-nbb-bracket-stage>header{margin:0 2px 12px!important}
.fe-nbb-bracket-stage>header span{color:var(--fe-comp-primary,#ff6a1a)!important;font-size:13px!important}
.fe-nbb-bracket-stage-list{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px!important;justify-content:initial!important
}
.fe-nbb-stage-semifinal .fe-nbb-bracket-stage-list{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px;margin-inline:auto;width:100%}
.fe-nbb-stage-final .fe-nbb-bracket-stage-list{grid-template-columns:1fr;max-width:760px;margin-inline:auto;width:100%}
.fe-nbb-bracket .fe-nbb-series{min-height:auto!important;padding:13px 14px!important}
.fe-nbb-bracket .fe-nbb-series:after{display:none!important}
.fe-nbb-bracket .fe-nbb-series.is-franca-path{
  border-color:color-mix(in srgb,var(--fe-comp-primary,#ff6a1a) 60%,#2b3742);
  box-shadow:inset 3px 0 0 var(--fe-comp-primary,#ff6a1a),0 8px 22px rgba(0,0,0,.14)
}
.fe-nbb-bracket .fe-nbb-series.is-franca-winner{
  background:linear-gradient(100deg,color-mix(in srgb,var(--fe-comp-primary,#ff6a1a) 12%,#0d1319),#0d1319 62%)
}
.fe-nbb-bracket .fe-nbb-series.is-final{
  border-color:var(--fe-comp-primary,#ff6a1a)!important;
  background:linear-gradient(100deg,color-mix(in srgb,var(--fe-comp-primary,#ff6a1a) 15%,#0d1319),#0d1319 62%)!important
}
.fe-nbb-stage-final{border-top-color:var(--fe-comp-primary,#ff6a1a)!important}
.fe-nbb-stage-final>header span{color:var(--fe-comp-primary,#ff6a1a)!important}

@media(max-width:760px){
  .fe-nbb-bracket{display:flex!important;overflow:visible!important;scroll-snap-type:none!important;gap:18px!important}
  .fe-nbb-bracket-stage{min-width:0!important;width:100%!important;scroll-snap-align:none!important;padding-bottom:20px}
  .fe-nbb-bracket-stage-list,.fe-nbb-stage-semifinal .fe-nbb-bracket-stage-list,.fe-nbb-stage-final .fe-nbb-bracket-stage-list{
    grid-template-columns:1fr!important;max-width:none!important;gap:8px!important
  }
  .fe-nbb-bracket .fe-nbb-series-line b{font-size:12px}
  .fe-nbb-bracket .fe-nbb-series-line strong{font-size:19px}
  .fe-nbb-bracket .fe-nbb-series-line img{width:26px;height:26px}
  .fe-nbb-bracket-stage:not(:last-child):after{bottom:-7px}
}

/* ==========================================================
 * v1.26.0 — TEMPLATE-MESTRE DE COMPETIÇÕES
 * O Paulistão A3 é a referência visual oficial do portal.
 * Todas as rotas /competicoes/{slug}/{temporada}/ herdam este padrão.
 * A identidade (cores/logos) continua vindo do painel administrativo.
 * ========================================================== */
.fe-standard-competition .fe-comp-hero-universal .fe-comp-hero-inner,
.fe-standard-competition .fe-mini-main{width:min(1224px,calc(100% - 40px));max-width:1224px;margin-left:auto;margin-right:auto}
.fe-standard-competition .fe-comp-hero-universal .fe-comp-hero-inner{padding-top:0}
.fe-standard-competition .fe-comp-hero-universal .fe-comp-breadcrumb{margin:0 0 28px;padding-top:0}
.fe-standard-competition .fe-comp-hero-card{border-radius:18px;overflow:hidden}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-main{min-height:234px;padding:32px;grid-template-columns:254px minmax(0,1fr) auto;gap:26px}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-logo{height:154px;border-radius:15px}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-copy h1{font-size:48px}
.fe-standard-competition .fe-comp-hero-stats{gap:12px}
.fe-standard-competition .fe-comp-hero-stats>div{min-width:112px;min-height:90px;border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(5,8,10,.52);border:1px solid rgba(255,255,255,.07)}
.fe-standard-competition .fe-comp-hero-stats strong{font-size:34px;line-height:1}
.fe-standard-competition .fe-comp-hero-stats span{margin-top:8px;font-size:9px;letter-spacing:.15em;font-weight:900}
.fe-standard-competition .fe-comp-anchor-nav-universal{margin-top:18px;margin-bottom:0}
.fe-standard-competition .fe-mini-main{padding-left:0;padding-right:0;padding-top:10px}
@media(max-width:700px){
 .fe-standard-competition .fe-comp-hero-universal .fe-comp-hero-inner,.fe-standard-competition .fe-mini-main{width:calc(100% - 28px)}
 .fe-standard-competition .fe-comp-hero-card .fe-comp-hero-main{min-height:0;padding:20px}
 .fe-standard-competition .fe-comp-hero-card .fe-comp-hero-copy h1{font-size:34px}
 .fe-standard-competition .fe-comp-hero-stats>div{min-height:78px}
}
\n
/* =====================================================
   v1.27.0 — A3 como template-mestre universal
   Mesma geometria do Paulistão A3 para toda competição.
   A identidade (cores/logos/dados) continua dinâmica.
   ===================================================== */
.fe-standard-competition .fe-comp-hero-universal{
  width:min(1240px,calc(100% - 56px));
  margin:0 auto;
  padding:28px 0 0!important;
  background:transparent!important;
  border:0!important;
}
.fe-standard-competition .fe-comp-hero-universal .fe-comp-hero-inner{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;
}
.fe-standard-competition .fe-comp-hero-universal .fe-comp-breadcrumb{
  display:block;margin:0 0 28px!important;padding:0!important;
  color:#77818d!important;font-size:11px!important;font-weight:800!important;
  letter-spacing:.12em!important;text-transform:uppercase;text-decoration:none;
}
.fe-standard-competition .fe-comp-hero-card{
  margin:0!important;border-radius:18px!important;overflow:hidden;
  border:1px solid color-mix(in srgb,var(--fe-comp-primary) 25%,#343840)!important;
  background:linear-gradient(135deg,#11151a 0%,#171c22 58%,color-mix(in srgb,var(--fe-comp-primary) 17%,#171c22) 100%)!important;
}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-main{
  min-height:234px!important;padding:38px 32px!important;
  grid-template-columns:254px minmax(0,1fr) auto!important;gap:26px!important;align-items:center!important;
}
.fe-standard-competition .fe-comp-hero-card .fe-comp-hero-logo{
  width:254px!important;height:154px!important;border-radius:15px!important;
}
.fe-standard-competition .fe-comp-anchor-nav-universal{
  margin:18px 0 32px!important;width:max-content!important;max-width:100%!important;
}
.fe-standard-competition .fe-mini-main{
  width:min(1240px,calc(100% - 56px))!important;max-width:1240px!important;
  margin:0 auto!important;padding:0 0 70px!important;
}
@media(max-width:1050px){
 .fe-standard-competition .fe-comp-hero-card .fe-comp-hero-main{grid-template-columns:190px 1fr!important;padding:30px!important}
 .fe-standard-competition .fe-comp-hero-card .fe-comp-hero-logo{width:190px!important;height:130px!important}
 .fe-standard-competition .fe-comp-hero-stats{grid-column:1/-1!important;justify-content:flex-start!important}
}
@media(max-width:760px){
 .fe-standard-competition .fe-comp-hero-universal,.fe-standard-competition .fe-mini-main{width:calc(100% - 32px)!important}
 .fe-standard-competition .fe-comp-hero-universal{padding-top:20px!important}
 .fe-standard-competition .fe-comp-hero-universal .fe-comp-breadcrumb{margin-bottom:28px!important;font-size:10px!important;line-height:1.5}
 .fe-standard-competition .fe-comp-hero-card .fe-comp-hero-main{display:block!important;padding:25px!important}
 .fe-standard-competition .fe-comp-hero-card .fe-comp-hero-logo{width:100%!important;height:135px!important;margin-bottom:20px!important}
 .fe-standard-competition .fe-comp-anchor-nav-universal{width:100%!important;margin-bottom:32px!important}
 .fe-standard-competition .fe-mini-main{padding-bottom:50px!important}
}

/* =====================================================
   v1.28.0 — Paulistão A3 como estrutura universal real
   Mesma coluna, breadcrumb, hero, menu e espaçamentos em
   Paulista, NBB, Forjax, Master, Inter Basket Cup e novas.
   ===================================================== */
.fe-standard-competition .fe-comp-master-head,
.fe-standard-competition .fe-mini-main{
  width:min(1240px,calc(100% - 56px))!important;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box;
}
.fe-standard-competition .fe-comp-master-head{padding:28px 0 0!important}
.fe-standard-competition .fe-comp-master-breadcrumb{
  margin:0 0 28px!important;
  min-height:14px;
  display:flex!important;
  align-items:center;
  gap:9px;
  color:#738396;
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.fe-standard-competition .fe-comp-master-breadcrumb a{color:#738396;text-decoration:none}
.fe-standard-competition .fe-comp-master-breadcrumb b{color:#dce4eb}
.fe-standard-competition .fe-comp-master-breadcrumb span{color:#4e5c68}

.fe-standard-competition .fe-universal-competition-hero{
  margin:0!important;
  min-height:234px;
  padding:38px 32px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:30px!important;
  border:1px solid color-mix(in srgb,var(--fe-comp-primary) 24%,#343840)!important;
  border-radius:18px!important;
  overflow:hidden;
  position:relative;
  background:
    radial-gradient(circle at 96% 10%,color-mix(in srgb,var(--fe-comp-primary) 13%,transparent),transparent 30%),
    linear-gradient(135deg,#11151a 0%,#181d23 62%,color-mix(in srgb,var(--fe-comp-primary) 11%,#181d23) 100%)!important;
  box-shadow:0 18px 46px rgba(0,0,0,.17);
}
.fe-standard-competition .fe-universal-competition-hero .fe-a3-identity{display:flex;align-items:center;gap:28px;min-width:0}
.fe-standard-competition .fe-universal-logo-frame{
  width:252px!important;height:146px!important;flex:0 0 252px!important;
  padding:16px!important;border-radius:15px!important;overflow:hidden;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,color-mix(in srgb,var(--fe-comp-primary) 72%,#ff9f2d),color-mix(in srgb,var(--fe-comp-secondary) 72%,#ff344f))!important;
  border:1px solid color-mix(in srgb,var(--fe-comp-primary) 50%,rgba(255,255,255,.18));
  box-shadow:0 12px 30px color-mix(in srgb,var(--fe-comp-primary) 14%,transparent)!important;
  box-sizing:border-box;
}
.fe-standard-competition .fe-universal-logo-frame img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block}
.fe-standard-competition .fe-universal-logo-fallback{font-size:42px!important;color:#fff!important;letter-spacing:.04em!important}
.fe-standard-competition .fe-universal-competition-hero .fe-a3-hero-copy>span{color:var(--fe-comp-primary)!important}
.fe-standard-competition .fe-universal-competition-hero .fe-a3-hero-copy>span i{color:#84909b;font-style:normal;margin:0 5px}
.fe-standard-competition .fe-universal-competition-hero h1{font-size:48px!important;line-height:1!important;margin:10px 0!important;color:#fff!important;letter-spacing:-.035em}
.fe-standard-competition .fe-universal-competition-hero h1 em{font-style:normal;color:var(--fe-comp-primary)!important}
.fe-standard-competition .fe-universal-competition-hero p{max-width:680px!important;color:#c9cbd0!important;margin:0!important}
.fe-standard-competition .fe-universal-competition-hero .fe-a3-hero-tags b,
.fe-standard-competition .fe-universal-competition-hero .fe-a3-hero-tags a{
  background:color-mix(in srgb,var(--fe-comp-primary) 8%,transparent)!important;
  border:1px solid color-mix(in srgb,var(--fe-comp-primary) 32%,transparent)!important;
  color:color-mix(in srgb,var(--fe-comp-primary) 42%,#fff)!important;
  text-decoration:none;
  font-size:9px;letter-spacing:.1em;padding:7px 9px;border-radius:6px;font-weight:900;
}
.fe-standard-competition .fe-universal-competition-hero aside{position:relative;z-index:1;display:flex!important;gap:10px!important;align-self:stretch!important;align-items:center!important;text-align:center!important}
.fe-standard-competition .fe-universal-competition-hero aside>div{min-width:112px;padding:18px 14px;border-radius:13px;background:rgba(6,10,14,.42);border:1px solid rgba(255,255,255,.08);display:grid;text-align:center;gap:3px}
.fe-standard-competition .fe-universal-competition-hero aside strong{font-size:34px!important;color:#fff!important;line-height:1!important}
.fe-standard-competition .fe-universal-competition-hero aside span{font-size:9px!important;letter-spacing:.14em!important;font-weight:900!important;color:#9ca8b4!important}

/* O menu é literalmente o mesmo componente visual usado pelo A3. */
.fe-standard-competition .fe-universal-tabs{
  display:flex!important;
  width:max-content!important;
  max-width:100%!important;
  gap:8px!important;
  flex-wrap:nowrap!important;
  overflow-x:auto!important;
  scrollbar-width:none;
  margin:18px 0 32px!important;
  padding:7px!important;
  border:1px solid #29343e!important;
  border-radius:12px!important;
  background:#0a0f14!important;
  white-space:nowrap;
}
.fe-standard-competition .fe-universal-tabs::-webkit-scrollbar{display:none}
.fe-standard-competition .fe-universal-tabs a{
  flex:0 0 auto!important;
  padding:12px 17px!important;
  border:0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:#b9c5d1!important;
  text-decoration:none!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
}
.fe-standard-competition .fe-universal-tabs a.is-active,
.fe-standard-competition .fe-universal-tabs a:hover{
  background:var(--fe-comp-primary)!important;
  color:#fff!important;
}
.fe-standard-competition .fe-mini-main{padding:0 0 70px!important}

/* O bloco Time da Cidade começa e termina na mesma coluna do hero do A3. */
.fe-standard-competition .fe-franca-spotlight{width:100%;box-sizing:border-box;margin-top:0}

@media(max-width:980px){
  .fe-standard-competition .fe-universal-competition-hero{display:block!important;padding:28px!important}
  .fe-standard-competition .fe-universal-competition-hero aside{margin-top:22px!important;justify-content:flex-start!important;align-self:auto!important}
  .fe-standard-competition .fe-universal-logo-frame{width:220px!important;flex-basis:220px!important}
}
@media(max-width:760px){
  .fe-standard-competition .fe-comp-master-head,.fe-standard-competition .fe-mini-main{width:calc(100% - 28px)!important}
  .fe-standard-competition .fe-comp-master-head{padding-top:18px!important}
  .fe-standard-competition .fe-comp-master-breadcrumb{margin-bottom:20px!important;font-size:9px!important;gap:6px;overflow:hidden;white-space:nowrap}
  .fe-standard-competition .fe-universal-competition-hero{padding:20px!important;border-radius:14px!important}
  .fe-standard-competition .fe-universal-competition-hero .fe-a3-identity{display:block!important}
  .fe-standard-competition .fe-universal-logo-frame{width:100%!important;height:auto!important;aspect-ratio:2/1!important;max-width:none!important;margin-bottom:19px!important}
  .fe-standard-competition .fe-universal-competition-hero h1{font-size:38px!important}
  .fe-standard-competition .fe-universal-competition-hero aside{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
  .fe-standard-competition .fe-universal-competition-hero aside>div{min-width:0!important}
  .fe-standard-competition .fe-universal-tabs{width:100%!important;margin-bottom:32px!important;box-sizing:border-box}
  .fe-standard-competition .fe-mini-main{padding-bottom:50px!important}
}

/* v1.28.1 — Competições vinculadas às editorias de clubes */
.fe-club-competitions{
  margin:24px 0 30px;
  padding:0;
}
.fe-club-competitions-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  padding-bottom:10px;
  margin-bottom:14px;
  border-bottom:1px solid #30363d;
}
.fe-club-competitions-head span{
  display:block;
  color:var(--fe-cat-accent,#ef2029);
  font-size:9px;
  font-weight:950;
  letter-spacing:.14em;
}
.fe-club-competitions-head h2{
  margin:4px 0 0;
  font-size:20px;
  line-height:1.05;
}
.fe-club-competitions .fe-club-competitions-grid{
  grid-template-columns:repeat(auto-fit,minmax(250px,320px));
  justify-content:start;
}
.fe-club-competitions .fe-competition-card{
  width:100%;
  min-height:104px;
}
@media(max-width:700px){
  .fe-club-competitions .fe-club-competitions-grid{grid-template-columns:1fr}
  .fe-club-competitions-head h2{font-size:18px}
}

/* v1.28.3 - cards de jogos LNB clicáveis */
a.fe-score-card-linked{display:block;color:inherit;text-decoration:none;cursor:pointer;transition:border-color .18s ease,transform .18s ease,background .18s ease}a.fe-score-card-linked:hover{border-color:var(--fe-comp-primary,#16b9ff);transform:translateY(-1px);background:#111a23}a.fe-score-card-linked:focus-visible{outline:2px solid var(--fe-comp-primary,#16b9ff);outline-offset:2px}

/* v1.28.5 — corrige definitivamente o layout dos resultados do NBB */
.fe-nbb-results-full .fe-mini-games{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%!important;
  align-items:stretch!important;
}
.fe-nbb-results-full .fe-mini-games > .fe-score-card,
.fe-nbb-results-full .fe-mini-games > a.fe-score-card-linked{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  min-height:118px!important;
  height:auto!important;
  box-sizing:border-box!important;
  margin:0!important;
  flex:none!important;
}
.fe-nbb-results-full .fe-score-match{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  gap:14px!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
}
.fe-nbb-results-full .fe-generic-game-team{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  min-width:0!important;
}
.fe-nbb-results-full .fe-generic-game-team.is-away{
  justify-content:flex-end!important;
  text-align:right!important;
}
.fe-nbb-results-full .fe-generic-game-team span{
  display:block!important;
  min-width:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere;
  line-height:1.15!important;
}
.fe-nbb-results-full .fe-score-match > b{
  white-space:nowrap!important;
  min-width:max-content!important;
  font-size:21px!important;
}
@media(max-width:850px){
  .fe-nbb-results-full .fe-mini-games{grid-template-columns:1fr!important;}
}
@media(max-width:560px){
  .fe-nbb-results-full .fe-mini-games > .fe-score-card,
  .fe-nbb-results-full .fe-mini-games > a.fe-score-card-linked{
    min-height:108px!important;
    padding:12px!important;
  }
  .fe-nbb-results-full .fe-score-match{gap:8px!important;}
  .fe-nbb-results-full .fe-generic-game-team img{width:32px!important;height:32px!important;}
  .fe-nbb-results-full .fe-score-match > b{font-size:18px!important;}
}

/* v1.28.6 — resultados do NBB no mesmo padrão visual do Campeonato Paulista */
.fe-nbb-results-full .fe-nbb-paulista-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;align-items:start}
.fe-nbb-results-full .fe-nbb-date-group{min-width:0;margin:0}
.fe-nbb-results-full .fe-competition-date-title{margin:0 0 8px}
.fe-nbb-results-full .fe-competition-date-title span:first-child{background:var(--fe-comp-primary,#16b9ff)}
.fe-nbb-results-full .fe-nbb-paulista-game{display:block;background:linear-gradient(135deg,#0b1015,#090d11);border:1px solid #2b3540;border-radius:8px;padding:10px 14px;min-height:112px;color:inherit;text-decoration:none;margin-bottom:10px;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.fe-nbb-results-full .fe-nbb-paulista-game:hover{border-color:var(--fe-comp-primary,#16b9ff);transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.18)}
.fe-nbb-results-full .fe-nbb-paulista-game .fe-mini-game-meta{margin-bottom:5px}
.fe-nbb-results-full .fe-nbb-paulista-game .fe-mini-game-meta b{color:var(--fe-comp-primary,#16b9ff)}
.fe-nbb-results-full .fe-nbb-paulista-game .fe-mini-game-teams{min-height:66px;grid-template-columns:minmax(0,1fr) 92px minmax(0,1fr)}
.fe-nbb-results-full .fe-nbb-paulista-game .fe-mini-game-teams img{width:40px;height:40px;object-fit:contain}
.fe-nbb-results-full .fe-nbb-paulista-game .fe-mini-game-teams strong{font-size:11px}
.fe-nbb-results-full .fe-nbb-paulista-game .fe-mini-score{font-size:26px;font-weight:950;white-space:nowrap;font-style:normal}
.fe-nbb-results-full .fe-nbb-paulista-game.is-franca-game{border-color:rgba(255,31,48,.62);box-shadow:inset 3px 0 0 #ff1f30}
.fe-nbb-results-full .fe-nbb-paulista-game.is-franca-game:hover{border-color:#ff1f30}
@media(max-width:850px){.fe-nbb-results-full .fe-nbb-paulista-results{grid-template-columns:1fr}.fe-nbb-results-full .fe-nbb-paulista-game{min-height:104px;padding:9px 11px}.fe-nbb-results-full .fe-nbb-paulista-game .fe-mini-game-teams{grid-template-columns:minmax(0,1fr) 76px minmax(0,1fr)}.fe-nbb-results-full .fe-nbb-paulista-game .fe-mini-score{font-size:22px}.fe-nbb-results-full .fe-nbb-paulista-game .fe-mini-game-teams img{width:36px;height:36px}}

/* =====================================================
   v1.28.7 — HOME COMPACTA POR EDITORIAS
   Sesi Franca, Basquete Amador e Francana passam a dividir
   a mesma faixa. Editorias sem conteúdo não são renderizadas.
   ===================================================== */
.fe-editorial-sections{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;
  gap:22px!important;
  align-items:start!important;
  padding:28px 28px 8px!important;
}
.fe-editorial-sections:empty{display:none!important}
.fe-editorial-section{
  min-width:0!important;
  margin:0!important;
}
.fe-editorial-section .fe-section-title{
  margin-bottom:12px!important;
}
.fe-editorial-section .fe-editorial-grid,
.fe-editorial-section .fe-editorial-grid.fe-count-1,
.fe-editorial-section .fe-editorial-grid.fe-count-2,
.fe-editorial-section .fe-editorial-grid.fe-count-3{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  max-width:none!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
.fe-editorial-section .fe-editorial-grid.fe-count-2 .fe-home-news-card.has-image-card,
.fe-editorial-section .fe-editorial-grid.fe-count-3 .fe-home-news-card.has-image-card{
  display:grid!important;
  grid-template-columns:145px minmax(0,1fr)!important;
  grid-template-rows:auto 1fr!important;
  min-height:112px!important;
  height:auto!important;
  overflow:hidden!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card .fe-card-photo{
  grid-column:1!important;
  grid-row:1 / 3!important;
  width:145px!important;
  height:100%!important;
  min-height:112px!important;
  border-right:1px solid #22282e!important;
  border-bottom:0!important;
  background-size:cover!important;
  background-position:center!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card>span,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card>span{
  grid-column:2!important;
  grid-row:1!important;
  align-self:end!important;
  margin:13px 14px 4px!important;
  width:max-content!important;
  max-width:calc(100% - 28px)!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card>h3,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card>h3{
  grid-column:2!important;
  grid-row:2!important;
  margin:2px 14px 14px!important;
  font-size:14px!important;
  line-height:1.28!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card.no-image-card .fe-card-photo{
  min-height:112px!important;
}
.fe-editorial-excerpt{display:none!important}
@media(max-width:1100px){
  .fe-editorial-sections{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .fe-editorial-sections{grid-template-columns:1fr!important;padding:22px 14px 6px!important;gap:20px!important}
}
@media(max-width:480px){
  .fe-editorial-section .fe-editorial-grid .fe-home-news-card,
  .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
  .fe-editorial-section .fe-editorial-grid.fe-count-2 .fe-home-news-card.has-image-card,
  .fe-editorial-section .fe-editorial-grid.fe-count-3 .fe-home-news-card.has-image-card{
    grid-template-columns:112px minmax(0,1fr)!important;
    min-height:104px!important;
  }
  .fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo,
  .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card .fe-card-photo{
    width:112px!important;min-height:104px!important;
  }
  .fe-editorial-section .fe-editorial-grid .fe-home-news-card>h3,
  .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card>h3{font-size:13px!important}
}


/* =====================================================
   v1.28.8 — refinamento final das editorias da Home
   Cards mais presentes, imagem 38%, data e até 3 itens empilhados.
   ===================================================== */
.fe-editorial-section .fe-editorial-grid .fe-home-news-card,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
.fe-editorial-section .fe-editorial-grid.fe-count-2 .fe-home-news-card.has-image-card,
.fe-editorial-section .fe-editorial-grid.fe-count-3 .fe-home-news-card.has-image-card{
  grid-template-columns:minmax(170px,38%) minmax(0,1fr)!important;
  grid-template-rows:auto 1fr auto!important;
  min-height:150px!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card .fe-card-photo{
  grid-column:1!important;grid-row:1 / 4!important;width:100%!important;height:100%!important;min-height:150px!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card>span{grid-column:2!important;grid-row:1!important;margin:15px 16px 5px!important}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card>h3{grid-column:2!important;grid-row:2!important;margin:3px 16px 7px!important;font-size:17px!important;line-height:1.25!important;font-weight:800!important}
.fe-editorial-date{grid-column:2;grid-row:3;display:block;margin:0 16px 14px;color:#8190a0;font-size:11px;font-weight:700;letter-spacing:.03em}
@media(max-width:760px){
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-2 .fe-home-news-card.has-image-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-3 .fe-home-news-card.has-image-card{grid-template-columns:minmax(135px,36%) minmax(0,1fr)!important;min-height:132px!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo{min-height:132px!important}
}
@media(max-width:480px){
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-2 .fe-home-news-card.has-image-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-3 .fe-home-news-card.has-image-card{grid-template-columns:118px minmax(0,1fr)!important;min-height:118px!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo{min-height:118px!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card>span{margin:11px 12px 4px!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card>h3{margin:2px 12px 5px!important;font-size:15px!important;line-height:1.25!important}
 .fe-editorial-date{margin:0 12px 10px;font-size:10px}
}

/* v1.28.9 — tipografia das editorias da Home */


/* v1.28.10 — cards editoriais com maior presença visual */
.fe-editorial-section .fe-section-head h2{font-size:19px!important;line-height:1.15!important;font-weight:800!important}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
.fe-editorial-section .fe-editorial-grid.fe-count-2 .fe-home-news-card.has-image-card,
.fe-editorial-section .fe-editorial-grid.fe-count-3 .fe-home-news-card.has-image-card{
  grid-template-columns:minmax(220px,40%) minmax(0,1fr)!important;
  grid-template-rows:auto 1fr auto!important;
  min-height:165px!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo,
.fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card .fe-card-photo{
  min-height:165px!important;height:100%!important;object-fit:cover!important;
}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card>span{margin:18px 20px 5px!important}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card>h3{
  margin:4px 20px 8px!important;font-size:20px!important;line-height:1.22!important;font-weight:800!important;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.fe-editorial-section .fe-editorial-date{margin:0 20px 17px!important;font-size:12px!important;line-height:1.2!important}
@media(max-width:980px){
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-2 .fe-home-news-card.has-image-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-3 .fe-home-news-card.has-image-card{grid-template-columns:minmax(180px,38%) minmax(0,1fr)!important;min-height:150px!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo{min-height:150px!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card>h3{font-size:18px!important}
}
@media(max-width:760px){
 .fe-editorial-section .fe-section-head h2{font-size:18px!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-2 .fe-home-news-card.has-image-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-3 .fe-home-news-card.has-image-card{grid-template-columns:minmax(150px,38%) minmax(0,1fr)!important;min-height:140px!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo{min-height:140px!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card>span{margin:13px 14px 4px!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card>h3{margin:3px 14px 6px!important;font-size:17px!important}
 .fe-editorial-section .fe-editorial-date{margin:0 14px 12px!important;font-size:11px!important}
}
@media(max-width:480px){
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-1 .fe-home-news-card.has-image-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-2 .fe-home-news-card.has-image-card,
 .fe-editorial-section .fe-editorial-grid.fe-count-3 .fe-home-news-card.has-image-card{display:flex!important;flex-direction:column!important;min-height:0!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo{width:100%!important;height:190px!important;min-height:190px!important;border-right:0!important;border-bottom:1px solid #22282e!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card>h3{font-size:18px!important;margin:4px 14px 7px!important}
 .fe-editorial-section .fe-editorial-date{margin:0 14px 14px!important}
}

/* v1.29.4 — BCL Americas: resultados no mesmo padrão visual das demais competições */
.fe-bcla-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;align-items:stretch}
.fe-bcla-result-card{display:block;background:linear-gradient(135deg,#0b1015,#090d11);border:1px solid #2b3540;border-radius:8px;padding:10px 14px;min-height:112px;color:inherit;text-decoration:none;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.fe-bcla-result-card:hover{border-color:var(--fe-comp-primary,#16b9ff);transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.18)}
.fe-bcla-result-card .fe-mini-game-meta{margin-bottom:5px}
.fe-bcla-result-card .fe-mini-game-meta b{color:var(--fe-comp-primary,#16b9ff)}
.fe-bcla-result-card .fe-mini-game-teams{min-height:66px;grid-template-columns:minmax(0,1fr) 100px minmax(0,1fr)}
.fe-bcla-result-card .fe-mini-game-teams img{width:40px;height:40px;object-fit:contain}
.fe-bcla-result-card .fe-mini-game-teams strong{font-size:11px;line-height:1.15;text-align:center}
.fe-bcla-result-card .fe-mini-score{font-size:26px;font-weight:950;white-space:nowrap;font-style:normal}
.fe-bcla-result-card.is-franca-game{border-color:rgba(255,31,48,.62);box-shadow:inset 3px 0 0 #ff1f30}
.fe-bcla-result-card.is-franca-game:hover{border-color:#ff1f30}
.fe-bcla-stage{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#86a2bd;margin:-1px 0 4px}
@media(max-width:850px){.fe-bcla-results-grid{grid-template-columns:1fr}.fe-bcla-result-card{min-height:104px;padding:9px 11px}.fe-bcla-result-card .fe-mini-game-teams{grid-template-columns:minmax(0,1fr) 80px minmax(0,1fr)}.fe-bcla-result-card .fe-mini-score{font-size:22px}.fe-bcla-result-card .fe-mini-game-teams img{width:36px;height:36px}}


/* v1.29.5 — BCL: cards de resultados alinhados ao padrão dos demais campeonatos */
.fe-bcla-result-card{min-height:104px;padding:9px 13px}
.fe-bcla-result-card .fe-mini-game-meta{margin-bottom:2px}
.fe-bcla-result-card .fe-bcla-stage{font-size:9px;line-height:1.2;margin:0 0 2px;color:#8ca6bf;text-transform:none;letter-spacing:0}
.fe-bcla-result-card .fe-mini-game-teams{min-height:58px;grid-template-columns:minmax(0,1fr) 112px minmax(0,1fr);gap:10px}
.fe-bcla-result-card .fe-bcla-team{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0}
.fe-bcla-result-card .fe-bcla-team.is-away{flex-direction:row-reverse}
.fe-bcla-result-card .fe-bcla-team img{width:38px;height:38px;flex:0 0 38px;object-fit:contain}
.fe-bcla-result-card .fe-bcla-team strong{font-size:11px;line-height:1.15;white-space:normal;text-align:center}
.fe-bcla-result-card .fe-mini-score{font-size:27px;letter-spacing:.01em}
@media(max-width:850px){.fe-bcla-result-card .fe-mini-game-teams{grid-template-columns:minmax(0,1fr) 88px minmax(0,1fr);gap:6px}.fe-bcla-result-card .fe-bcla-team{gap:5px}.fe-bcla-result-card .fe-bcla-team img{width:32px;height:32px;flex-basis:32px}.fe-bcla-result-card .fe-bcla-team strong{font-size:10px}.fe-bcla-result-card .fe-mini-score{font-size:22px}}

/* v1.30.0 — BCL Americas: fase de grupos completa */
.fe-bcla-group-phase-section{margin-top:24px}
.fe-bcla-group-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 16px}
.fe-bcla-group-tabs button{border:1px solid #263646;background:#0c131a;color:#aebfd0;padding:10px 18px;border-radius:6px;font-weight:800;font-size:12px;letter-spacing:.04em;cursor:pointer}
.fe-bcla-group-tabs button:hover,.fe-bcla-group-tabs button.is-active{background:#12aeea;color:#fff;border-color:#12aeea}
.fe-bcla-group-panel{border:1px solid #1f2d39;background:#070c11;border-radius:10px;padding:16px;margin-bottom:18px}
.fe-bcla-group-panel[hidden]{display:none!important}
.fe-bcla-group-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:12px}
.fe-bcla-group-heading small{display:block;color:#7f9bb0;font-weight:700;font-size:10px;letter-spacing:.08em}
.fe-bcla-group-heading h3{margin:3px 0 0;color:#fff;font-size:20px}
.fe-bcla-group-heading>span{font-size:10px;font-weight:800;color:#10c981;border:1px solid #1f5f4c;padding:6px 9px;border-radius:5px}
.fe-bcla-qualified{display:block;margin-top:3px;color:#10c981;font-size:8px;font-weight:900;letter-spacing:.05em}
.fe-bcla-group-games-title{margin:18px 0 10px;color:#fff;font-size:12px;font-weight:900;letter-spacing:.04em}
.fe-bcla-group-panel .fe-bcla-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.fe-bcla-group-panel .fe-bcla-result-card{min-height:104px}
.fe-bcla-final-section{margin-top:26px}
@media(max-width:760px){.fe-bcla-group-tabs{display:grid;grid-template-columns:repeat(2,1fr)}.fe-bcla-group-tabs button{width:100%}.fe-bcla-group-panel{padding:12px}.fe-bcla-group-panel .fe-bcla-results-grid{grid-template-columns:1fr}.fe-bcla-group-heading{align-items:flex-start;flex-direction:column}}

/* v1.30.1 — BCL: navegação de grupos e playoffs refinada */
.fe-bcla-group-tabs.fe-forjax-series-tabs,
.fe-bcla-playoff-tabs.fe-forjax-series-tabs{
  display:flex;gap:8px;padding:12px 14px;margin:14px 0 16px;
  background:#0b0f13;border:1px solid #252b31;border-radius:8px;overflow-x:auto;flex-wrap:nowrap
}
.fe-bcla-group-tabs.fe-forjax-series-tabs button,
.fe-bcla-playoff-tabs.fe-forjax-series-tabs button{
  flex:0 0 auto;border:1px solid #303840;background:#141a20;color:#aeb8c1;border-radius:7px;
  padding:9px 14px;font-size:10px;font-weight:950;letter-spacing:.04em;cursor:pointer
}
.fe-bcla-group-tabs.fe-forjax-series-tabs button:hover,
.fe-bcla-playoff-tabs.fe-forjax-series-tabs button:hover{border-color:#12aeea;color:#fff}
.fe-bcla-group-tabs.fe-forjax-series-tabs button.is-active,
.fe-bcla-playoff-tabs.fe-forjax-series-tabs button.is-active{background:#12aeea;border-color:#12aeea;color:#fff}
.fe-bcla-group-heading{align-items:center}
.fe-bcla-group-heading h3{margin:0}
.fe-bcla-group-table tr.is-qualified:not(.is-franca) td{background:rgba(16,201,129,.035)}
.fe-bcla-group-table tr.is-qualified td:first-child{box-shadow:inset 3px 0 0 #10c981}
.fe-bcla-group-table tr.is-franca td:first-child{box-shadow:inset 3px 0 0 #ff3046}
.fe-bcla-qualified{display:inline-flex!important;margin:0 0 0 9px!important;padding:3px 6px;border:1px solid rgba(16,201,129,.45);border-radius:4px;background:rgba(16,201,129,.08);vertical-align:middle}
.fe-bcla-playoff-panel[hidden]{display:none!important}
.fe-bcla-playoff-panel .fe-bcla-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
@media(max-width:760px){
  .fe-bcla-group-tabs.fe-forjax-series-tabs,.fe-bcla-playoff-tabs.fe-forjax-series-tabs{display:flex;padding:10px;overflow-x:auto}
  .fe-bcla-group-tabs.fe-forjax-series-tabs button,.fe-bcla-playoff-tabs.fe-forjax-series-tabs button{width:auto;white-space:nowrap}
  .fe-bcla-playoff-panel .fe-bcla-results-grid{grid-template-columns:1fr}
}


/* v1.30.2 - logos BCL Americas */
.fe-bcla-table-team{display:flex;align-items:center;gap:10px;min-width:0}
.fe-bcla-table-team>img{width:34px;height:34px;flex:0 0 34px;object-fit:contain;border-radius:4px}
.fe-bcla-table-team>span{display:flex;flex-direction:column;gap:2px;min-width:0}
.fe-bcla-final-standings .fe-generic-team img{width:34px;height:34px;object-fit:contain;flex:0 0 34px}
.fe-bcla-result-card .fe-bcla-team img{background:rgba(255,255,255,.03);border-radius:6px;padding:2px}
.fe-nbb-series-team img,.fe-nbb-playoffs img{object-fit:contain}
@media(max-width:850px){.fe-bcla-table-team>img,.fe-bcla-final-standings .fe-generic-team img{width:28px;height:28px;flex-basis:28px}}
\n\n/* v1.30.3 - BCL: distribuição fixa dos times + logo UdeC local */\n.fe-bcla-result-card .fe-mini-game-teams{\n  grid-template-columns:minmax(0,2fr) minmax(108px,1fr) minmax(0,2fr)!important;\n  column-gap:14px!important;\n  align-items:center;\n}\n.fe-bcla-result-card .fe-bcla-team{\n  width:100%;min-width:0;gap:8px!important;\n}\n.fe-bcla-result-card .fe-bcla-team:not(.is-away){justify-content:flex-end!important;}\n.fe-bcla-result-card .fe-bcla-team.is-away{justify-content:flex-start!important;}\n.fe-bcla-result-card .fe-bcla-team strong{\n  min-width:0;max-width:calc(100% - 48px);overflow-wrap:anywhere;word-break:normal;\n  font-size:10px;line-height:1.15;\n}\n.fe-bcla-result-card .fe-mini-score{\n  display:flex;align-items:center;justify-content:center;min-width:108px;\n  text-align:center;font-size:27px!important;line-height:1;white-space:nowrap;\n}\n.fe-bcla-result-card .fe-bcla-team img{\n  width:36px!important;height:36px!important;flex:0 0 36px!important;object-fit:contain;\n}\n@media(max-width:850px){\n  .fe-bcla-result-card .fe-mini-game-teams{grid-template-columns:minmax(0,2fr) minmax(88px,1fr) minmax(0,2fr)!important;column-gap:8px!important}\n  .fe-bcla-result-card .fe-bcla-team img{width:30px!important;height:30px!important;flex-basis:30px!important}\n  .fe-bcla-result-card .fe-bcla-team strong{max-width:calc(100% - 38px);font-size:9px}\n  .fe-bcla-result-card .fe-mini-score{min-width:88px;font-size:22px!important}\n}\n
/* v1.30.5 — faixa de competições da Home sempre em uma linha no desktop */
@media (min-width:1101px){
  .fe-competitions > .fe-competition-grid{
    grid-template-columns:repeat(var(--fe-home-comp-count,7),minmax(0,1fr));
    gap:8px;
  }
  .fe-competitions > .fe-competition-grid .fe-competition-card{
    min-width:0;
    min-height:84px;
    grid-template-columns:42px minmax(0,1fr) 12px;
    gap:7px;
    padding:9px 8px;
    border-radius:8px;
  }
  .fe-competitions > .fe-competition-grid .fe-competition-logo{
    width:40px;
    height:40px;
    padding:4px;
  }
  .fe-competitions > .fe-competition-grid .fe-competition-logo img{
    width:100%;
    height:100%;
    max-width:36px!important;
    max-height:36px!important;
    object-fit:contain;
  }
  .fe-competitions > .fe-competition-grid .fe-competition-copy strong{
    font-size:11px;
    line-height:1.12;
    white-space:normal;
  }
  .fe-competitions > .fe-competition-grid .fe-competition-copy small{
    margin-top:3px;
    font-size:7.5px;
    line-height:1.15;
  }
  .fe-competitions > .fe-competition-grid .fe-competition-copy em{
    margin-top:4px;
    font-size:6.7px;
    line-height:1.1;
    letter-spacing:.05em;
  }
  .fe-competitions > .fe-competition-grid .fe-competition-card>b{
    font-size:20px;
    line-height:1;
  }

  /* 8–9 competições: compacta um pouco mais, sem quebrar a linha. */
  .fe-competitions > .fe-competition-grid-dense .fe-competition-card{
    grid-template-columns:36px minmax(0,1fr) 10px;
    gap:5px;
    padding:8px 6px;
    min-height:80px;
  }
  .fe-competitions > .fe-competition-grid-dense .fe-competition-logo{width:34px;height:34px}
  .fe-competitions > .fe-competition-grid-dense .fe-competition-logo img{max-width:31px!important;max-height:31px!important}
  .fe-competitions > .fe-competition-grid-dense .fe-competition-copy strong{font-size:10px}
  .fe-competitions > .fe-competition-grid-dense .fe-competition-copy small{font-size:6.8px}
  .fe-competitions > .fe-competition-grid-dense .fe-competition-copy em{font-size:6.2px}

  /* 10+ competições: preserva logo e nome; informações secundárias somem para manter legibilidade. */
  .fe-competitions > .fe-competition-grid-ultra .fe-competition-card{
    grid-template-columns:32px minmax(0,1fr) 9px;
    gap:4px;
    padding:7px 5px;
    min-height:72px;
  }
  .fe-competitions > .fe-competition-grid-ultra .fe-competition-logo{width:30px;height:30px}
  .fe-competitions > .fe-competition-grid-ultra .fe-competition-logo img{max-width:27px!important;max-height:27px!important}
  .fe-competitions > .fe-competition-grid-ultra .fe-competition-copy strong{font-size:9px;line-height:1.08}
  .fe-competitions > .fe-competition-grid-ultra .fe-competition-copy small,
  .fe-competitions > .fe-competition-grid-ultra .fe-competition-copy em{display:none}
  .fe-competitions > .fe-competition-grid-ultra .fe-competition-card>b{font-size:16px}
}
\n\n/* v1.30.6 — correção definitiva: quantidade real de competições = quantidade de colunas no desktop */
@media (min-width:1101px){
  .fe-site .fe-competitions .fe-competition-grid{display:grid!important;grid-auto-flow:row!important;gap:8px!important}
  .fe-site .fe-competitions .fe-competition-grid-count-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-8{grid-template-columns:repeat(8,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-9{grid-template-columns:repeat(9,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-10{grid-template-columns:repeat(10,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}
  .fe-site .fe-competitions .fe-competition-grid-count-6 .fe-competition-card,
  .fe-site .fe-competitions .fe-competition-grid-count-7 .fe-competition-card{
    grid-template-columns:38px minmax(0,1fr) 10px!important;gap:6px!important;padding:8px 7px!important;min-height:82px!important
  }
  .fe-site .fe-competitions .fe-competition-grid-count-6 .fe-competition-logo,
  .fe-site .fe-competitions .fe-competition-grid-count-7 .fe-competition-logo{width:36px!important;height:36px!important;padding:3px!important}
  .fe-site .fe-competitions .fe-competition-grid-count-6 .fe-competition-logo img,
  .fe-site .fe-competitions .fe-competition-grid-count-7 .fe-competition-logo img{max-width:32px!important;max-height:32px!important}
  .fe-site .fe-competitions .fe-competition-grid-count-6 .fe-competition-copy strong,
  .fe-site .fe-competitions .fe-competition-grid-count-7 .fe-competition-copy strong{font-size:10px!important;line-height:1.1!important}
  .fe-site .fe-competitions .fe-competition-grid-count-6 .fe-competition-copy small,
  .fe-site .fe-competitions .fe-competition-grid-count-7 .fe-competition-copy small{font-size:6.7px!important;line-height:1.1!important;margin-top:3px!important}
  .fe-site .fe-competitions .fe-competition-grid-count-6 .fe-competition-copy em,
  .fe-site .fe-competitions .fe-competition-grid-count-7 .fe-competition-copy em{font-size:6px!important;margin-top:4px!important;letter-spacing:.04em!important}
  .fe-site .fe-competitions .fe-competition-grid-count-6 .fe-competition-card>b,
  .fe-site .fe-competitions .fe-competition-grid-count-7 .fe-competition-card>b{font-size:18px!important}
}


/* v1.30.7 — Home: competições em uma linha com logo acima e título abaixo */
@media (min-width:1101px){
  .fe-site .fe-competitions .fe-competition-grid{
    display:grid!important;
    grid-auto-flow:row!important;
    gap:8px!important;
  }
  .fe-site .fe-competitions .fe-competition-card{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:6px!important;
    min-width:0!important;
    min-height:118px!important;
    padding:10px 6px 9px!important;
    overflow:hidden!important;
  }
  .fe-site .fe-competitions .fe-competition-logo{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 auto!important;
    padding:4px!important;
  }
  .fe-site .fe-competitions .fe-competition-logo img{
    max-width:40px!important;
    max-height:40px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
  }
  .fe-site .fe-competitions .fe-competition-copy{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-width:0!important;
    width:100%!important;
    overflow:hidden!important;
  }
  .fe-site .fe-competitions .fe-competition-copy strong{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    max-width:100%!important;
    font-size:10.5px!important;
    line-height:1.12!important;
    text-align:center!important;
    white-space:normal!important;
  }
  .fe-site .fe-competitions .fe-competition-copy small{
    display:none!important;
  }
  .fe-site .fe-competitions .fe-competition-copy em{
    display:block!important;
    margin-top:5px!important;
    font-size:6.5px!important;
    line-height:1!important;
    letter-spacing:.05em!important;
    text-align:center!important;
    white-space:nowrap!important;
  }
  .fe-site .fe-competitions .fe-competition-card>b{
    display:none!important;
  }
  .fe-site .fe-competitions .fe-competition-grid-count-8 .fe-competition-card,
  .fe-site .fe-competitions .fe-competition-grid-count-9 .fe-competition-card{
    min-height:110px!important;
    padding-left:4px!important;
    padding-right:4px!important;
  }
  .fe-site .fe-competitions .fe-competition-grid-count-8 .fe-competition-logo,
  .fe-site .fe-competitions .fe-competition-grid-count-9 .fe-competition-logo{
    width:40px!important;height:40px!important;min-width:40px!important;
  }
  .fe-site .fe-competitions .fe-competition-grid-count-8 .fe-competition-logo img,
  .fe-site .fe-competitions .fe-competition-grid-count-9 .fe-competition-logo img{
    max-width:35px!important;max-height:35px!important;
  }
  .fe-site .fe-competitions .fe-competition-grid-count-8 .fe-competition-copy strong,
  .fe-site .fe-competitions .fe-competition-grid-count-9 .fe-competition-copy strong{
    font-size:9.5px!important;
  }
}


/* v1.30.8 — Home: competições sempre em UMA linha no desktop.
   Flex substitui o grid apenas nesta faixa para não depender de classes/contagem em cache. */
@media (min-width:1101px){
  .fe-site .fe-competitions > .fe-competition-grid{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    width:100%!important;
    gap:8px!important;
    grid-template-columns:none!important;
  }
  .fe-site .fe-competitions > .fe-competition-grid > .fe-competition-card{
    flex:1 1 0!important;
    width:0!important;
    min-width:0!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }
  /* Quanto mais cards, menor a arte, sem criar segunda linha. */
  .fe-site .fe-competitions > .fe-competition-grid-count-7 > .fe-competition-card,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 > .fe-competition-card,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 > .fe-competition-card{
    min-height:108px!important;
    padding:8px 4px!important;
  }
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-logo,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-logo,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-logo{
    width:40px!important;height:40px!important;min-width:40px!important;
  }
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-logo img,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-logo img,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-logo img{
    max-width:35px!important;max-height:35px!important;
  }
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-copy strong,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-copy strong,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-copy strong{
    font-size:9px!important;line-height:1.1!important;
  }
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-copy em,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-copy em,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-copy em{
    font-size:5.8px!important;
  }
}


/* v1.30.9 — Home: logos da faixa de competições +20% no desktop.
   40px -> 48px no contêiner; 35px -> 42px na imagem. Mantém uma única linha. */
@media (min-width:1101px){
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-logo,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-logo,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-logo{
    width:48px!important;height:48px!important;min-width:48px!important;
  }
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-logo img,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-logo img,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-logo img{
    max-width:42px!important;max-height:42px!important;
  }
}

/* v1.31.0 — refinamento da faixa de competições da Home */
.fe-site .fe-competitions-head{align-items:flex-end!important}
.fe-site .fe-competition-filters{display:flex;gap:6px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.fe-site .fe-competition-filters button{appearance:none;border:1px solid #2d3944;background:#0c1218;color:#9fb0c0;border-radius:5px;padding:7px 10px;font-size:9px;font-weight:900;letter-spacing:.08em;cursor:pointer;transition:.18s ease}
.fe-site .fe-competition-filters button:hover{border-color:#607080;color:#fff}
.fe-site .fe-competition-filters button.is-active{background:#ef233c;border-color:#ef233c;color:#fff}
.fe-site .fe-competition-card{transition:transform .18s ease,border-color .18s ease,background-color .18s ease!important}
.fe-site .fe-competition-card:hover{transform:translateY(-2px);border-color:#52616e!important;background:#111820!important}
.fe-site .fe-competition-card[hidden]{display:none!important}
@media (min-width:1101px){
  .fe-site .fe-competitions > .fe-competition-grid.is-filtered > .fe-competition-card{width:auto!important;max-width:220px!important;min-width:150px!important;flex:1 1 180px!important}
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-copy strong,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-copy strong,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-copy strong{font-size:9.55px!important;line-height:1.15!important}
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-copy em,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-copy em,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-copy em{font-size:6.3px!important;color:#9fb0c0!important;letter-spacing:.055em!important;margin-top:5px!important}
  .fe-site .fe-competitions .fe-competition-copy{gap:1px!important}
  /* Arquivos visualmente menores por possuírem respiro interno. */
  .fe-site .fe-competition-card.fe-comp-bcla .fe-competition-logo img{transform:scale(1.14)}
  .fe-site .fe-competition-card.fe-comp-a3 .fe-competition-logo img{transform:scale(1.14)}
}
@media (max-width:1100px){
  .fe-site .fe-competitions-head{align-items:flex-start!important;gap:12px}
  .fe-site .fe-competition-filters{justify-content:flex-start}
}


/* v1.31.1 — acabamento final da faixa de competições da Home */
@media (min-width:1101px){
  /* título e filtros na mesma linha visual */
  .fe-site .fe-competitions-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
  }
  .fe-site .fe-competition-filters{
    align-self:center!important;
    margin-top:14px!important;
  }

  /* logos +15% sobre a v1.31.0, sem alterar largura/altura dos cards */
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-logo,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-logo,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-logo{
    width:55px!important;height:55px!important;min-width:55px!important;
  }
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-logo img,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-logo img,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-logo img{
    max-width:48px!important;max-height:48px!important;
  }

  /* tipografia um pouco mais presente */
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-copy strong,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-copy strong,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-copy strong{
    font-size:10.2px!important;line-height:1.16!important;
  }
  .fe-site .fe-competitions > .fe-competition-grid-count-7 .fe-competition-copy em,
  .fe-site .fe-competitions > .fe-competition-grid-count-8 .fe-competition-copy em,
  .fe-site .fe-competitions > .fe-competition-grid-count-9 .fe-competition-copy em{
    font-size:6.8px!important;color:#b3c0cc!important;font-weight:800!important;
  }
}

/* v1.31.2 — Mobile: evita duplicidade entre Classificações do destaque e Competições */
@media (max-width:850px){
  .fe-top-standings#classificacoes{
    display:none!important;
  }
}

/* v1.31.3 — Home: limpeza visual da faixa Jogos e Resultados */
.fe-games-section .fe-scorebar{
  background:#060708;
  border-top:1px solid #181d22;
  border-bottom:1px solid #1d2329;
  padding:16px 10px 12px;
  gap:8px;
}
.fe-games-section .fe-score-arrow{
  flex:0 0 38px;
  width:38px;
  height:96px;
  border:1px solid #2b3239;
  border-radius:8px;
  background:#0a0d10;
  color:#aeb6bf;
  font-size:29px;
  box-shadow:none;
  transition:border-color .16s ease,color .16s ease,background .16s ease;
}
.fe-games-section .fe-score-arrow:hover{
  border-color:#515b66;
  color:#fff;
  background:#0e1216;
}
.fe-games-section .fe-score-track{
  min-height:138px;
  padding:12px 2px 6px;
  gap:10px;
}
.fe-games-section .fe-score-day{
  min-height:126px;
  padding:23px 7px 7px;
  border:1px solid #252b31;
  border-radius:10px;
  background:#080a0c;
}
.fe-games-section .fe-score-day-title{
  left:10px;
  right:10px;
  gap:8px;
}
.fe-games-section .fe-score-day-title span{
  height:1px;
  background:#3b434b;
}
.fe-games-section .fe-score-day-title strong{
  padding:0 8px;
  background:#060708;
  font-size:11px;
  line-height:20px;
  letter-spacing:.015em;
}
.fe-games-section .fe-score-day-inner{gap:8px}
.fe-games-section .fe-score-comp{
  padding:20px 6px 6px;
  border:0;
  border-left:3px solid #7f1722;
  border-radius:7px;
  background:#0a0c0f;
  box-shadow:inset 0 0 0 1px #20262c;
}
.fe-games-section .fe-score-comp-master{border-left-color:var(--fe-gold)}
.fe-games-section .fe-score-comp-paulista{border-left-color:var(--fe-blue)}
.fe-games-section .fe-score-comp-title{
  top:6px;
  left:8px;
  right:8px;
  gap:6px;
}
.fe-games-section .fe-score-comp-title span{height:1px;opacity:.65}
.fe-games-section .fe-score-comp-title strong{font-size:8px;letter-spacing:.045em}
.fe-games-section .fe-score-comp-games{gap:7px}
.fe-games-section .fe-score-card{
  flex-basis:210px;
  width:210px;
  height:100px;
  padding:8px;
  border:1px solid #292f35;
  border-radius:7px;
  background:#0e1115;
  box-shadow:none;
}
.fe-games-section .fe-score-card:hover{
  border-color:#4a535d;
  background:#11151a;
}
.fe-games-section .fe-score-card .league{top:7px;left:8px;font-size:7px;opacity:.72}
.fe-games-section .fe-score-card .status{top:6px;right:8px;font-size:11px}
.fe-games-section .fe-score-card .teams{
  height:70px;
  margin-top:16px;
  grid-template-columns:minmax(0,1fr) 25px minmax(0,1fr);
  gap:5px;
}
.fe-games-section .fe-score-card img{width:37px;height:37px;margin-bottom:2px}
.fe-games-section .fe-score-card .club{font-size:8px;min-height:20px;line-height:1.08}
.fe-games-section .fe-score-card .score{font-size:18px}

@media(max-width:820px){
  .fe-games-section .fe-scorebar{padding:14px 6px 10px;gap:6px}
  .fe-games-section .fe-score-arrow{flex-basis:32px;width:32px;height:88px;font-size:25px}
  .fe-games-section .fe-score-card{flex-basis:196px;width:196px;height:96px}
  .fe-games-section .fe-score-card img{width:34px;height:34px}
}

/* v1.33.0 — Patrocinadores / parceiros */
.fe-sponsors{max-width:1180px;margin:28px auto 24px;padding:0 20px;box-sizing:border-box}.fe-sponsors-head{display:flex;align-items:flex-end;gap:12px;margin:0 0 12px}.fe-sponsors-head:before{content:"";width:4px;height:38px;border-radius:4px;background:#ef233c;flex:0 0 4px}.fe-sponsors-head span{display:none}.fe-sponsors-head h2{margin:0;color:#fff;font-size:16px;line-height:1.1;letter-spacing:.06em;text-transform:uppercase}.fe-sponsors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px}.fe-sponsor-card{min-height:88px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#151b23,#10151c);border-radius:10px;padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;text-decoration:none!important;color:#fff!important;box-sizing:border-box;transition:transform .18s ease,border-color .18s ease,background .18s ease}.fe-sponsor-card:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.22);background:linear-gradient(180deg,#1a212b,#121820)}.fe-sponsor-card img{display:block;max-width:118px;max-height:48px;width:auto;height:auto;object-fit:contain}.fe-sponsor-card>span{font-size:10px;font-weight:700;color:#aeb8c5;line-height:1.2}.fe-sponsor-cta{border:1px dashed rgba(239,35,60,.65);background:linear-gradient(135deg,rgba(239,35,60,.12),rgba(15,20,27,.95));min-height:88px}.fe-sponsor-cta span{color:#ff536a;font-size:10px;font-weight:900;letter-spacing:.12em}.fe-sponsor-cta strong{font-size:13px;line-height:1.15;color:#fff}.fe-sponsor-cta small{font-size:10px;color:#8f9baa}.fe-sponsors-grid.is-empty{grid-template-columns:minmax(260px,420px);justify-content:center}.fe-sponsors-grid.is-empty .fe-sponsor-cta{min-height:102px}
@media(max-width:700px){.fe-sponsors{margin:22px auto 18px;padding:0 14px}.fe-sponsors-head h2{font-size:14px}.fe-sponsors-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.fe-sponsor-card{min-height:80px;padding:10px}.fe-sponsor-card img{max-width:98px;max-height:42px}.fe-sponsors-grid.is-empty{grid-template-columns:1fr}}

/* v1.34.0 — patrocínios por contexto + página de contato */
.fe-sponsors{position:relative}.fe-competition-page>.fe-sponsors,.fe-standard-competition>.fe-sponsors{margin-top:18px;margin-bottom:18px}.fe-category-main>.fe-sponsors,.fe-news-hub-main>.fe-sponsors,.fe-competitions-hub-main>.fe-sponsors,.fe-article-page>.fe-sponsors,.fe-contact-main>.fe-sponsors{padding-left:0;padding-right:0;max-width:none}.fe-contact-main{max-width:1180px;margin:0 auto;padding:28px 20px 56px}.fe-contact-hero{display:flex;justify-content:space-between;gap:28px;align-items:stretch;background:linear-gradient(135deg,#111821,#0b0f14);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:34px;margin:18px 0 22px}.fe-contact-hero>div{max-width:760px}.fe-contact-hero span,.fe-contact-form-copy>span,.fe-contact-channels article>span{display:block;color:#ef233c;font-size:11px;font-weight:900;letter-spacing:.14em}.fe-contact-hero h1{margin:8px 0 10px;color:#fff;font-size:clamp(30px,4vw,52px);line-height:1}.fe-contact-hero p{margin:0;color:#aeb7c4;font-size:16px;line-height:1.6}.fe-contact-hero aside{min-width:230px;border-left:2px solid #ef233c;padding-left:22px;display:flex;flex-direction:column;justify-content:center}.fe-contact-hero aside strong{color:#fff;font-size:15px}.fe-contact-hero aside span{margin-top:8px;color:#8d98a7;letter-spacing:0;font-weight:600}.fe-contact-channels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 24px}.fe-contact-channels article{background:#11171f;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:22px}.fe-contact-channels h2{color:#fff;font-size:18px;margin:7px 0}.fe-contact-channels p{color:#929dac;font-size:13px;line-height:1.55;margin:0 0 12px}.fe-contact-channels a{color:#fff;text-decoration:none;font-size:11px;font-weight:900;border-bottom:1px solid #ef233c;padding-bottom:3px}.fe-contact-form-section{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.4fr);gap:28px;background:#0d1218;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px;margin-top:24px}.fe-contact-form-copy h2{color:#fff;font-size:28px;margin:7px 0 10px}.fe-contact-form-copy p{color:#929dac;line-height:1.55}.fe-contact-form{display:flex;flex-direction:column;gap:14px}.fe-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fe-contact-form label{color:#cbd3dc;font-size:11px;font-weight:800;letter-spacing:.04em}.fe-contact-form input,.fe-contact-form select,.fe-contact-form textarea{display:block;width:100%;box-sizing:border-box;margin-top:6px;background:#151c25;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;padding:12px;font:inherit}.fe-contact-form input:focus,.fe-contact-form select:focus,.fe-contact-form textarea:focus{outline:none;border-color:#ef233c}.fe-contact-form button{align-self:flex-start;background:#ef233c;color:#fff;border:0;border-radius:7px;padding:13px 20px;font-weight:900;cursor:pointer}.fe-contact-success,.fe-contact-error{margin-top:14px;padding:11px 12px;border-radius:7px;font-size:13px}.fe-contact-success{background:rgba(35,180,110,.12);color:#6ee7ad;border:1px solid rgba(35,180,110,.3)}.fe-contact-error{background:rgba(239,35,60,.1);color:#ff7587;border:1px solid rgba(239,35,60,.3)}.fe-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:800px){.fe-contact-main{padding:18px 14px 38px}.fe-contact-hero{padding:24px;display:block}.fe-contact-hero aside{margin-top:24px;padding-top:18px;padding-left:0;border-left:0;border-top:2px solid #ef233c}.fe-contact-channels{grid-template-columns:1fr}.fe-contact-form-section{grid-template-columns:1fr;padding:20px}.fe-contact-grid{grid-template-columns:1fr}.fe-contact-main>.fe-sponsors{margin:20px 0}}

/* v1.34.1 — acabamento comercial e posicionamento premium */
.fe-sponsors{margin-top:18px;margin-bottom:18px}
.fe-sponsors-head{margin-bottom:9px;align-items:center}
.fe-sponsors-head:before{height:30px}
.fe-sponsors-grid{gap:9px}
.fe-sponsor-card{min-height:76px;padding:10px 14px}
.fe-sponsor-card img{max-height:44px}
.fe-sponsor-cta{min-height:76px;flex-direction:row;flex-wrap:wrap;column-gap:10px;row-gap:3px;padding:12px 20px}
.fe-sponsor-cta span{flex:0 0 100%;font-size:9px}
.fe-sponsor-cta strong{font-size:14px}
.fe-sponsor-cta small{font-size:10px}
.fe-sponsors-grid.is-empty{grid-template-columns:minmax(420px,640px)}
.fe-sponsors-grid.is-empty .fe-sponsor-cta{min-height:82px}
.fe-sponsors--home{margin-top:16px;margin-bottom:16px}
.fe-sponsors--news_hub{margin:16px 0 18px}
.fe-sponsors--contact{margin:16px 0 18px}
.fe-sponsors--competition{margin-top:16px!important;margin-bottom:18px!important}
.fe-mini-main>.fe-sponsors--competition,.fe-a3-main>.fe-sponsors--competition{padding-left:0;padding-right:0;max-width:none}
.fe-sponsors--home .fe-sponsors-head,.fe-sponsors--news_hub .fe-sponsors-head,.fe-sponsors--contact .fe-sponsors-head{margin-bottom:8px}
@media(max-width:700px){
  .fe-sponsors{margin-top:14px;margin-bottom:14px}
  .fe-sponsors-grid.is-empty{grid-template-columns:1fr}
  .fe-sponsor-cta{min-height:74px;flex-direction:column;gap:4px;padding:11px 12px}
  .fe-sponsor-cta span{flex:auto}
  .fe-sponsor-cta strong{font-size:12px}
  .fe-sponsors-head:before{height:26px}
}


/* v1.34.2 — consistência dos patrocinadores nas páginas de competição */
.fe-standard-competition .fe-mini-main>.fe-sponsors--competition{
  max-width:none;
  width:100%;
  padding-left:0;
  padding-right:0;
  margin-top:18px!important;
  margin-bottom:22px!important;
}
.fe-standard-competition .fe-mini-main>.fe-sponsors--competition+.fe-mini-classification{margin-top:0}
.fe-standard-competition .fe-sponsors-grid.is-empty{grid-template-columns:minmax(420px,640px);justify-content:center}
@media(max-width:700px){
 .fe-standard-competition .fe-mini-main>.fe-sponsors--competition{margin-top:14px!important;margin-bottom:18px!important}
 .fe-standard-competition .fe-sponsors-grid.is-empty{grid-template-columns:1fr}
}

/* v1.35.0 — Franca Esportes TV / integração YouTube */
.fe-home-videos,.fe-videos-main{width:min(100%,1320px);margin-left:auto;margin-right:auto}
.fe-home-videos{margin-top:28px;margin-bottom:34px}
.fe-videos-main{padding:0 22px 36px}
.fe-videos-hero{margin:28px 0 24px;padding:28px 30px;border:1px solid #26313d;border-radius:14px;background:linear-gradient(110deg,#111821,#15191f 58%,#301315);display:flex;align-items:center;justify-content:space-between;gap:24px}
.fe-videos-hero span,.fe-videos-feed .fe-section-title span{font-size:10px;font-weight:900;letter-spacing:1.5px;color:#ff2c3f}
.fe-videos-hero h1{font-size:38px;line-height:1;margin:8px 0 10px;color:#fff}
.fe-videos-hero p{margin:0;color:#aebbd0;max-width:720px}
.fe-videos-hero>a{flex:none;padding:12px 16px;border:1px solid #ff2c3f;border-radius:5px;color:#fff;font-size:11px;font-weight:900;text-decoration:none}
.fe-youtube-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.fe-youtube-grid-home{grid-template-columns:repeat(4,minmax(0,1fr))}
.fe-youtube-card{overflow:hidden;border:1px solid #26313d;border-radius:9px;background:#10161d}
.fe-youtube-thumb{position:relative;display:block;aspect-ratio:16/9;background-size:cover;background-position:center;text-decoration:none}
.fe-youtube-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.55))}
.fe-youtube-play{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:46px;height:34px;border-radius:9px;background:#f21f32;color:#fff;display:grid;place-items:center;font-size:15px;padding-left:2px;box-shadow:0 5px 18px rgba(0,0,0,.35)}
.fe-youtube-thumb b{position:absolute;z-index:3;left:10px;top:10px;padding:5px 7px;border-radius:4px;background:#f21f32;color:#fff;font-size:9px;letter-spacing:.8px}.fe-youtube-thumb b.is-upcoming{background:#151b23;border:1px solid #526071}
.fe-youtube-copy{padding:13px 14px 15px}.fe-youtube-copy>span{font-size:8px;font-weight:900;letter-spacing:1px;color:#f22a3e}.fe-youtube-copy h3{font-size:15px;line-height:1.25;margin:6px 0 9px}.fe-youtube-copy h3 a{color:#fff;text-decoration:none}.fe-youtube-copy small{color:#8190a4;font-size:9px}
.fe-youtube-empty{padding:24px;border:1px dashed #35404d;border-radius:8px;text-align:center;color:#8998ab}
@media(max-width:980px){.fe-youtube-grid,.fe-youtube-grid-home{grid-template-columns:repeat(2,minmax(0,1fr))}.fe-videos-hero{align-items:flex-start;flex-direction:column}.fe-videos-hero h1{font-size:30px}}
@media(max-width:620px){.fe-videos-main{padding:0 14px 28px}.fe-home-videos{padding:0 14px}.fe-youtube-grid,.fe-youtube-grid-home{grid-template-columns:1fr}.fe-videos-hero{padding:20px}.fe-videos-hero h1{font-size:26px}.fe-videos-hero>a{width:100%;text-align:center}}

/* v1.36.0 — Home editorial premium / layout de portal robusto */
.fe-portal-page{background:#050608}
.fe-portal-main{background:#050608}
.fe-top-dashboard,.fe-games-section,.fe-competition-strip,.fe-sponsors--home,.fe-bottom,.fe-editorial-sections,.fe-home-videos{position:relative}
.fe-games-section,.fe-competition-strip,.fe-sponsors--home,.fe-bottom,.fe-editorial-sections,.fe-home-videos{border-top:1px solid #1b222a}
.fe-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;border-bottom:1px solid #202831;padding-bottom:10px}
.fe-section-title h2{position:relative;margin:0;padding-left:14px;font-size:18px;letter-spacing:.02em}
.fe-section-title h2:before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:3px;background:#ef233c;border-radius:4px}
.fe-section-title a{font-size:10px;font-weight:900;letter-spacing:.06em;border:1px solid #323b45;border-radius:4px;padding:7px 10px;color:#fff;text-decoration:none}
.fe-section-title a:hover{border-color:#ef233c;color:#fff}

/* Hero mais editorial: foto forte e coluna lateral sóbria */
.fe-top-dashboard{gap:0;background:#080b0f;border-bottom:1px solid #222a32}
.fe-top-dashboard .fe-lead{background:#06080b}
.fe-top-dashboard .fe-feature-media{min-height:430px}
.fe-top-dashboard .fe-feature-copy{max-width:670px}
.fe-top-dashboard .fe-feature-copy h1{font-size:clamp(28px,3vw,46px);line-height:1.03;text-shadow:0 2px 18px #000}
.fe-top-dashboard .fe-feature-copy p{font-size:14px;max-width:620px;color:#d3d8df}
.fe-top-standings{background:#0b1016;border-left:1px solid #252d36}
.fe-standing-quick{background:#0f151c;border-color:#29323c}
.fe-standing-quick:hover{background:#131b24;transform:translateX(2px)}

/* Últimas notícias em composição 1 destaque + 4 cards */
.fe-bottom{padding-top:28px!important;padding-bottom:6px!important;background:#050608}
.fe-latest-grid.fe-count-5{display:grid!important;grid-template-columns:minmax(0,1.55fr) repeat(2,minmax(0,.72fr))!important;grid-template-rows:repeat(2,minmax(190px,1fr));gap:12px!important;max-width:none!important}
.fe-latest-grid.fe-count-5 .fe-home-news-card{border:1px solid #252d36;border-radius:9px;background:#0d1218;min-width:0;overflow:hidden;position:relative}
.fe-latest-grid.fe-count-5 .fe-latest-lead{grid-row:1 / span 2;display:flex;flex-direction:column}
.fe-latest-grid.fe-count-5 .fe-latest-lead .fe-card-photo{height:320px!important;min-height:320px!important;border-bottom:1px solid #222a32}
.fe-latest-grid.fe-count-5 .fe-latest-lead h3{font-size:24px!important;line-height:1.12;margin:7px 16px 7px!important}
.fe-latest-grid.fe-count-5 .fe-latest-lead p{margin:0 16px 18px;color:#9ea9b7;font-size:12px;line-height:1.45}
.fe-latest-grid.fe-count-5 .fe-latest-small{display:grid;grid-template-columns:42% minmax(0,1fr);grid-template-rows:auto auto 1fr;min-height:190px}
.fe-latest-grid.fe-count-5 .fe-latest-small .fe-card-photo{grid-row:1 / span 3;height:100%!important;min-height:190px!important;border-right:1px solid #222a32;border-bottom:0!important}
.fe-latest-grid.fe-count-5 .fe-latest-small .fe-latest-meta{grid-column:2;margin:14px 14px 0}
.fe-latest-grid.fe-count-5 .fe-latest-small h3{grid-column:2;margin:8px 14px 14px!important;font-size:15px!important;line-height:1.25}
.fe-latest-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:12px 14px 0}
.fe-latest-meta span{color:#ef233c;font-size:8px;font-weight:900;letter-spacing:.08em}
.fe-latest-meta small{color:#798698;font-size:8px}

/* Editorias em 3 colunas, estilo redação */
.fe-editorial-sections{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding-top:28px!important;background:#050608}
.fe-editorial-section{margin:0!important;padding:0!important;border:1px solid #242c35;border-radius:10px;background:#0b1016;overflow:hidden}
.fe-editorial-section .fe-editorial-header{padding:13px 14px!important;margin:0!important;border-bottom:1px solid #252d36}
.fe-editorial-section .fe-editorial-header h2{font-size:15px!important}
.fe-editorial-section .fe-editorial-grid{display:block!important;padding:0!important}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card{border:0!important;border-radius:0!important;border-bottom:1px solid #202831!important;background:transparent!important;min-height:0!important}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card:last-child{border-bottom:0!important}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo{height:165px!important;min-height:165px!important}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card>span{margin:10px 12px 0!important}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card>h3{margin:7px 12px 14px!important;font-size:14px!important;line-height:1.25!important}

/* YouTube como faixa de streaming */
.fe-home-videos{padding-top:30px!important;padding-bottom:36px!important;margin-top:28px!important}
.fe-youtube-grid-home{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.fe-youtube-card{background:#0b1016;border-color:#252e38;transition:transform .18s ease,border-color .18s ease}
.fe-youtube-card:hover{transform:translateY(-3px);border-color:#ef233c}
.fe-youtube-thumb{border-radius:8px 8px 0 0}
.fe-youtube-copy h3{font-size:13px}

/* Mais contraste sem abandonar a identidade escura */
.fe-games-section{background:#080b0f}
.fe-competition-strip{background:#050608}
.fe-sponsors--home{background:#07090c}

@media(max-width:1050px){
  .fe-latest-grid.fe-count-5{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-rows:auto!important}
  .fe-latest-grid.fe-count-5 .fe-latest-lead{grid-column:1 / -1;grid-row:auto}
  .fe-latest-grid.fe-count-5 .fe-latest-lead .fe-card-photo{height:300px!important;min-height:300px!important}
  .fe-editorial-sections{grid-template-columns:1fr!important}
  .fe-editorial-section .fe-editorial-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:720px){
  .fe-top-dashboard .fe-feature-media{min-height:390px}
  .fe-latest-grid.fe-count-5{grid-template-columns:1fr!important}
  .fe-latest-grid.fe-count-5 .fe-latest-lead .fe-card-photo{height:230px!important;min-height:230px!important}
  .fe-latest-grid.fe-count-5 .fe-latest-lead h3{font-size:20px!important}
  .fe-latest-grid.fe-count-5 .fe-latest-small{display:block;min-height:0}
  .fe-latest-grid.fe-count-5 .fe-latest-small .fe-card-photo{height:190px!important;min-height:190px!important;border-right:0;border-bottom:1px solid #222a32!important}
  .fe-latest-grid.fe-count-5 .fe-latest-small .fe-latest-meta{margin:10px 12px 0}
  .fe-latest-grid.fe-count-5 .fe-latest-small h3{margin:7px 12px 14px!important}
  .fe-editorial-section .fe-editorial-grid{grid-template-columns:1fr!important}
  .fe-youtube-grid-home{grid-template-columns:1fr!important}
}

/* v1.37.0 — refinamento editorial da Home */
/* Conteúdo jornalístico ganha prioridade; patrocinadores entram depois das editorias. */
.fe-bottom{padding-top:24px!important}
.fe-editorial-sections{padding-top:22px!important}
.fe-sponsors--home{margin-top:24px!important;margin-bottom:6px!important;padding-top:20px!important;padding-bottom:18px!important}
.fe-sponsors--home .fe-sponsors-head{margin-bottom:8px!important}
.fe-sponsors--home .fe-sponsors-head:before{height:26px!important}
.fe-sponsors--home .fe-sponsors-head h2{font-size:14px!important}
.fe-sponsors--home .fe-sponsor-card{min-height:68px!important}
.fe-sponsors--home .fe-sponsors-grid.is-empty .fe-sponsor-cta{min-height:70px!important}

/* TV: um vídeo principal + três chamadas, como uma editoria de streaming. */
.fe-home-videos{margin-top:8px!important;padding-top:28px!important}
.fe-youtube-grid-home{display:grid!important;grid-template-columns:minmax(0,1.55fr) repeat(3,minmax(0,.78fr))!important;gap:12px!important;align-items:stretch}
.fe-youtube-grid-home .fe-youtube-card{min-width:0}
.fe-youtube-grid-home .fe-youtube-lead{grid-row:span 1;border-color:#343f4b}
.fe-youtube-grid-home .fe-youtube-lead .fe-youtube-copy{padding:16px 17px 18px}
.fe-youtube-grid-home .fe-youtube-lead .fe-youtube-copy h3{font-size:17px;line-height:1.22}
.fe-youtube-grid-home .fe-youtube-lead .fe-youtube-play{width:54px;height:40px;font-size:18px}
.fe-youtube-grid-home .fe-youtube-card:not(.fe-youtube-lead) .fe-youtube-copy{padding:11px 12px 13px}
.fe-youtube-grid-home .fe-youtube-card:not(.fe-youtube-lead) .fe-youtube-copy h3{font-size:12px;line-height:1.25}
.fe-youtube-card.is-live{border-color:#ef233c!important;box-shadow:0 0 0 1px rgba(239,35,60,.12)}
.fe-youtube-card.is-live .fe-youtube-thumb b{animation:feLivePulse 1.8s ease-in-out infinite}
@keyframes feLivePulse{0%,100%{opacity:1}50%{opacity:.7}}

/* Editorias mais compactas e alinhadas entre si. */
.fe-editorial-section{box-shadow:0 8px 26px rgba(0,0,0,.12)}
.fe-editorial-section .fe-editorial-header{min-height:46px;box-sizing:border-box}
.fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo{height:150px!important;min-height:150px!important}

@media(max-width:1050px){
 .fe-youtube-grid-home{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .fe-youtube-grid-home .fe-youtube-lead{grid-column:1 / -1}
 .fe-youtube-grid-home .fe-youtube-lead .fe-youtube-thumb{aspect-ratio:21/9}
}
@media(max-width:720px){
 .fe-sponsors--home{margin-top:18px!important;padding-top:16px!important}
 .fe-youtube-grid-home{grid-template-columns:1fr!important}
 .fe-youtube-grid-home .fe-youtube-lead{grid-column:auto}
 .fe-youtube-grid-home .fe-youtube-lead .fe-youtube-thumb{aspect-ratio:16/9}
 .fe-youtube-grid-home .fe-youtube-lead .fe-youtube-copy h3{font-size:15px}
}

/* v1.38.0 — acabamento final da Home / portal editorial */
.fe-portal-main,.fe-main{background:#050608}
.fe-bottom,.fe-editorial-sections,.fe-sponsors--home,.fe-home-videos{width:min(calc(100% - 48px),1320px);margin-left:auto!important;margin-right:auto!important;box-sizing:border-box}
.fe-bottom{padding-left:0!important;padding-right:0!important}
.fe-editorial-sections{margin-top:10px!important}
.fe-editorial-section .fe-section-title{margin:0!important;padding:12px 14px!important;min-height:48px;box-sizing:border-box}
.fe-editorial-section .fe-section-title h2{font-size:15px!important}
.fe-editorial-section .fe-section-title a{padding:6px 9px!important}
.fe-editorial-section .fe-editorial-date{display:block;margin:0 12px 13px;color:#758294;font-size:9px}
.fe-sponsors--home{border:1px solid #1d242c!important;border-radius:8px;padding:14px 18px!important;background:#080b0f!important}
.fe-sponsors--home .fe-sponsors-head span{display:none}
.fe-sponsors--home .fe-sponsors-head h2{font-size:13px!important;letter-spacing:.025em}
.fe-home-videos{border-top:1px solid #202831!important;margin-top:24px!important;padding-top:24px!important}
.fe-youtube-grid-home .fe-youtube-lead{box-shadow:0 10px 30px rgba(0,0,0,.24)}
.fe-youtube-grid-home .fe-youtube-lead .fe-youtube-thumb{aspect-ratio:16/9}
.fe-youtube-grid-home .fe-youtube-card:not(.fe-youtube-lead) .fe-youtube-thumb{aspect-ratio:16/9}
.fe-youtube-copy small{color:#718093}
.fe-portal-footer-v138{max-width:none!important;margin-top:46px!important;padding:38px max(28px,calc((100vw - 1320px)/2)) 18px!important;display:grid!important;grid-template-columns:1.35fr .8fr 1fr 1fr!important;gap:34px!important;background:#080b0f!important;border-top:1px solid #252d36!important;align-items:start!important}
.fe-footer-brand{display:flex;gap:14px;align-items:flex-start}.fe-footer-brand img{width:58px;height:58px;object-fit:contain}.fe-footer-brand strong{display:block;color:#fff;font-size:16px;letter-spacing:.03em;margin:5px 0 7px}.fe-footer-brand span{color:#8d99a8;font-size:12px;line-height:1.5}
.fe-footer-col{display:flex;flex-direction:column;gap:7px}.fe-footer-col b{color:#ef233c;font-size:10px;letter-spacing:.1em;margin-bottom:5px}.fe-footer-col a,.fe-footer-col>span{color:#9ca7b5!important;text-decoration:none;font-size:11px}.fe-footer-col a:hover{color:#fff!important}.fe-footer-contact .fe-social-icons{margin-top:8px}.fe-footer-bottom{grid-column:1/-1;border-top:1px solid #1d252e;padding-top:14px;margin-top:8px;display:flex;justify-content:space-between;color:#657181;font-size:10px}
@media(max-width:900px){.fe-portal-footer-v138{grid-template-columns:1fr 1fr!important}.fe-footer-brand{grid-column:1/-1}.fe-footer-bottom{grid-column:1/-1}.fe-bottom,.fe-editorial-sections,.fe-sponsors--home,.fe-home-videos{width:min(calc(100% - 28px),1320px)}}
@media(max-width:600px){.fe-portal-footer-v138{grid-template-columns:1fr!important;padding:28px 18px 16px!important;gap:24px!important}.fe-footer-brand,.fe-footer-bottom{grid-column:auto}.fe-footer-bottom{flex-direction:column;gap:5px}.fe-bottom,.fe-editorial-sections,.fe-sponsors--home,.fe-home-videos{width:calc(100% - 24px)}}

/* v1.39.0 — player YouTube dentro do portal (lazy modal) */
.fe-youtube-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:24px}
.fe-youtube-modal.is-open{display:flex}
.fe-youtube-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.86);backdrop-filter:blur(5px)}
.fe-youtube-modal-dialog{position:relative;z-index:2;width:min(1120px,94vw);max-height:92vh;background:#090d12;border:1px solid #2a3440;border-radius:12px;box-shadow:0 30px 90px rgba(0,0,0,.7);overflow:hidden}
.fe-youtube-modal-player{position:relative;width:100%;aspect-ratio:16/9;background:#000}
.fe-youtube-modal-player iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.fe-youtube-modal-close{position:absolute;right:12px;top:12px;z-index:5;width:40px;height:40px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:rgba(7,10,14,.9);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.fe-youtube-modal-close:hover{background:#ef233c;border-color:#ef233c}
.fe-youtube-modal-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px 17px;border-top:1px solid #202936}
.fe-youtube-modal-meta span{display:block;color:#ef233c;font-size:9px;font-weight:900;letter-spacing:1px;margin-bottom:5px}
.fe-youtube-modal-meta h3{margin:0;color:#fff;font-size:16px;line-height:1.3}
.fe-youtube-modal-meta>a{flex:0 0 auto;border:1px solid #3b4756;border-radius:6px;padding:10px 12px;color:#fff;text-decoration:none;font-size:10px;font-weight:900;letter-spacing:.5px}
.fe-youtube-modal-meta>a:hover{border-color:#ef233c;color:#ef233c}
body.fe-youtube-modal-open{overflow:hidden}
.fe-youtube-open{cursor:pointer}
@media(max-width:620px){.fe-youtube-modal{padding:10px}.fe-youtube-modal-dialog{width:100%;max-height:95vh}.fe-youtube-modal-meta{align-items:flex-start;flex-direction:column}.fe-youtube-modal-meta>a{width:100%;text-align:center}.fe-youtube-modal-close{right:8px;top:8px;width:36px;height:36px}}

/* v1.40.0 — status editorial do player */
.fe-youtube-modal-kicker{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}
.fe-youtube-modal-kicker>span{margin:0!important}
.fe-youtube-modal-status{display:inline-flex!important;align-items:center;margin:0!important;padding:4px 7px;border:1px solid #3b4756;border-radius:4px;color:#aeb8c5!important;font-size:9px!important;font-weight:900;letter-spacing:.8px;line-height:1}
.fe-youtube-modal-status.is-live{color:#fff!important;background:#ef233c;border-color:#ef233c;animation:feLivePulse 1.5s ease-in-out infinite}
.fe-youtube-modal-status.is-upcoming{color:#fff!important;background:#202936;border-color:#536274}
@keyframes feLivePulse{50%{opacity:.72}}
\n\n/* v1.41.0 — fechamento da Home: hierarquia, mobile, rodapé e acabamento */
.fe-latest-grid.fe-count-5{gap:14px!important}
.fe-latest-grid.fe-count-5 .fe-latest-lead{border-color:#303945!important;box-shadow:0 14px 38px rgba(0,0,0,.28)}
.fe-latest-grid.fe-count-5 .fe-latest-lead h3{font-size:22px!important;line-height:1.16!important}
.fe-latest-grid.fe-count-5 .fe-latest-lead p{color:#9aa7b6!important;line-height:1.55!important}
.fe-latest-grid.fe-count-5 .fe-latest-small{transition:transform .18s ease,border-color .18s ease}
.fe-latest-grid.fe-count-5 .fe-latest-small:hover{transform:translateY(-2px);border-color:#394553!important}
.fe-editorial-sections{gap:14px!important}
.fe-editorial-section{border-color:#242d36!important;background:#080b0f!important}
.fe-editorial-section .fe-section-title{border-bottom:1px solid #222b34!important}
.fe-footer-commercial{display:inline-flex!important;align-items:center;width:max-content;margin:5px 0 3px;padding:8px 10px;border:1px solid #ef233c;border-radius:5px;color:#fff!important;font-size:9px!important;font-weight:900;letter-spacing:.65px;background:rgba(239,35,60,.07)}
.fe-footer-commercial:hover{background:#ef233c!important;color:#fff!important}
.fe-portal-footer-v138{box-shadow:0 -18px 50px rgba(0,0,0,.18)}

/* O portal passa a respirar melhor em telas intermediárias sem quebrar a agenda. */
@media(max-width:1180px){
 .fe-bottom,.fe-editorial-sections,.fe-sponsors--home,.fe-home-videos{width:min(calc(100% - 32px),1320px)}
 .fe-youtube-grid-home{grid-template-columns:1.35fr repeat(3,minmax(0,.8fr))!important}
}
@media(max-width:900px){
 .fe-youtube-grid-home{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .fe-youtube-grid-home .fe-youtube-lead{grid-column:1/-1!important}
 .fe-editorial-section .fe-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .fe-portal-footer-v138{padding-top:30px!important}
}
@media(max-width:620px){
 .fe-bottom,.fe-editorial-sections,.fe-sponsors--home,.fe-home-videos{width:calc(100% - 20px)!important}
 .fe-bottom{padding-top:18px!important}
 .fe-section-title{align-items:center!important;gap:10px}
 .fe-section-title h2{font-size:14px!important}
 .fe-section-title a{white-space:nowrap}
 .fe-latest-grid.fe-count-5 .fe-latest-lead .fe-card-photo{height:210px!important;min-height:210px!important}
 .fe-latest-grid.fe-count-5 .fe-latest-lead h3{font-size:19px!important;line-height:1.2!important}
 .fe-latest-grid.fe-count-5 .fe-latest-lead p{font-size:12px!important}
 .fe-latest-grid.fe-count-5 .fe-latest-small .fe-card-photo{height:175px!important;min-height:175px!important}
 .fe-editorial-sections{gap:12px!important}
 .fe-editorial-section .fe-editorial-grid{grid-template-columns:1fr!important}
 .fe-editorial-section .fe-editorial-grid .fe-home-news-card .fe-card-photo{height:190px!important;min-height:190px!important}
 .fe-sponsors--home{padding:12px!important}
 .fe-sponsors--home .fe-sponsor-card,.fe-sponsors--home .fe-sponsor-cta{min-height:62px!important}
 .fe-home-videos{padding-top:20px!important;margin-top:20px!important}
 .fe-youtube-grid-home{gap:10px!important}
 .fe-youtube-grid-home .fe-youtube-card:not(.fe-youtube-lead) .fe-youtube-copy h3{font-size:13px!important}
 .fe-portal-footer-v138{margin-top:34px!important}
}

/* v1.41.6 — contraste da tarja de categoria em Últimas Notícias */
.fe-latest-grid .fe-latest-meta > span{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:22px;
  padding:0 10px;
  border-radius:0;
  background:#ef233c;
  color:#fff!important;
  font-size:8px;
  font-weight:900;
  line-height:22px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
