#main #temporada_anual header { display: flex;align-items: center;justify-content: space-between;padding: 16px 24px;background: linear-gradient(90deg, #0b1220, #1e40af);border-bottom: 1px solid rgba(255,255,255,0.1); }
#main #temporada_anual header h1 {font-size: 20px;margin: 0;}
#main #temporada_anual .badge {background: #1e40af;padding: 6px 12px;border-radius: 999px;font-size: 12px;}
#main #temporada_anual .container { padding: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap:5px;  border-top:2px solid #000; } 
#main #temporada_anual .card_box {  padding: 18px 14px;border: 1px solid rgba(255,255,255,0.05); position: relative; overflow: hidden; }


#main #temporada_anual h2 {font-size: 20px;text-transform: uppercase;color: #000;margin-bottom: 12px;letter-spacing: 1px;}
#main #temporada_anual .stats-grid {display: grid;grid-template-columns: repeat(6, 1fr);gap: 10px;}
#main #temporada_anual .stat {background: #ededed;border-radius: 10px;padding: 10px;text-align: center; grid-column: span 2;}
#main #temporada_anual .stat span {font-size: 16px;color: #000;}
#main #temporada_anual .stat strong {display: block;font-size: 18px;margin-top: 4px;color: #000;}
#main #temporada_anual .highlight {font-size: 40px;font-weight: bold;text-align: center;color: #3b82f6;}
#main #temporada_anual .mini-bar {height: 8px;background: #020617;border-radius: 10px;overflow: hidden;margin-top: 10px;}
#main #temporada_anual .mini-bar div {height: 100%;background: #3b82f6;}
#main #temporada_anual canvas {max-height: 220px;}

#main #temporada_anual .stat.vitoria strong { color:#3b82f6; }
#main #temporada_anual .stat.empate strong { color:#eab308; }
#main #temporada_anual .stat.derrota strong { color:#ef4444; }


div.info_temporada{ background:#eee; padding:5px 10px; font-size:14px; line-height:20px; height:128px; }
div.info_temporada h4{ font-weight:bold; margin-bottom:3px; }
div.info_temporada span.cartao{ width:8px; opacity:0.8; height:12px; display:inline-block; text-indent:-9999px; overflow:hidden; border:1px solid #888; position:relative; top:2px; }
div.info_temporada span.cartao.amarelo{ background:#ff0; margin-left:2px;}
div.info_temporada span.cartao.vermelho{ background:#f00; margin-left:3px;}

ul#jogadores_lista.anual li h3{ padding-left:8px; }
#main #jogadores_tipo_container.mobile ul#jogadores_lista.anual li.posicao,
#main #jogadores_tipo_container.desktop ul#jogadores_lista.anual li.posicao{ clear: left; width:100%;}

div#descritivo_temporada{ background:#f2f2f2; padding:15px; font-size: 15px; line-height: 22px;}
div#descritivo_temporada p{ font-size: 15px; line-height: 22px; margin-bottom:15px; }
div#descritivo_temporada p:last-child{ margin-bottom:0; }
div#descritivo_temporada p a{ color:#000; text-decoration:underline; }
div#descritivo_temporada p a:hover{ text-decoration:none; }


#main article figure.imagem_intext.imagem_article.elenco_imagem{ margin-bottom:0; }

/* desktop */
#main #jogadores_tipo_container.desktop #temporada_anual .container{ width:941px; }
#main #jogadores_tipo_container.desktop #temporada_anual #visao_geral{ padding:30px 10px; }
#main #jogadores_tipo_container.desktop #temporada_anual .stat { padding: 10px; }
#main #jogadores_tipo_container.desktop ul#jogadores_lista.anual li { width:190px; }
#main #jogadores_tipo_container.desktop ul#jogadores_lista.anual li img{ width:190px; height:190px; }

/* mobile */
#main #jogadores_tipo_container.mobile #temporada_anual #visao_geral { padding:15px; }
#main #jogadores_tipo_container.mobile #temporada_anual .stat { padding: 10px 5px; }
#main #jogadores_tipo_container.mobile ul#jogadores_lista.anual li.pbmt {  clear:left; width:100%; margin:0; }
#main #jogadores_tipo_container.mobile ul#jogadores_lista.anual li { width:48%; margin: 0 2% 10px 0; }
#main #jogadores_tipo_container.mobile ul#jogadores_lista.anual li h3 { background: #ffdc4f; text-transform: uppercase; height: 26px; line-height: 26px; vertical-align: middle; overflow: hidden; }
#main #jogadores_tipo_container.mobile ul#jogadores_lista.anual li img{ width:100%; display:block; }
#main #jogadores_tipo_container.mobile ul#jogadores_lista.anual li:nth-of-type(3n + 1){ clear:none; }

html.template_jogadores figure.imagem_article{ margin-bottom:0; }
html.template_jogadores div.filtro_temporada { border: 1px solid #bbb; padding: 10px;    background: #f2f2f2;    text-align: right;    margin-bottom: 0; }
html.template_jogadores figure.imagem_intext figcaption{ background:#000; color:#fff; bottom:1px; left:1px;     border: 0;   padding: 4px 6px; }