.fsrs-campeoes {
	font-family: sans-serif;
	max-width: 960px;
	margin: 20px auto;
}

.fsrs-campeoes-header {
	background: #000;
	padding: 20px 24px;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.fsrs-campeoes-title {
	margin: 0;
	color: #fbdc07;
	text-transform: uppercase;
	font-size: 1.35rem;
	letter-spacing: 0.04em;
}

.fsrs-campeoes-evento {
	margin: 8px 0 0;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
}

.fsrs-campeoes-table-wrap {
	overflow-x: auto;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 10px 10px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.fsrs-campeoes-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 520px;
}

.fsrs-campeoes-table th {
	background: #f1f1f1;
	padding: 14px 16px;
	text-align: left;
	border-bottom: 2px solid #ddd;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.fsrs-campeoes-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}

.fsrs-campeoes-table tbody tr:last-child td {
	border-bottom: none;
}

.fsrs-campeoes-cat {
	font-weight: 700;
	color: #222;
	min-width: 160px;
}

.fsrs-campeoes-nome {
	font-weight: 600;
	color: #333;
}

.fsrs-campeoes-nome--ouro::before {
	content: "🏆 ";
}

.fsrs-campeoes-nome--prata::before {
	content: "🥈 ";
}

.fsrs-campeoes-placar {
	font-weight: 500;
	color: #666;
	font-size: 0.9em;
}

.fsrs-campeoes-pendente {
	color: #999;
	font-weight: 500;
	font-style: italic;
}

.fsrs-campeoes-badge {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #fff3cd;
	color: #856404;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: middle;
}

.fsrs-campeoes-row--pendente {
	background: #fcfcfc;
}

.fsrs-campeoes-empty,
.fsrs-campeoes--vazio,
.fsrs-campeoes--aviso {
	padding: 28px 20px;
	text-align: center;
	border-radius: 10px;
	border: 1px dashed #ccc;
	background: #f9f9f9;
	color: #666;
}

.fsrs-campeoes--aviso {
	background: #fff3cd;
	border-color: #f0d78c;
	color: #856404;
}

@media (max-width: 640px) {
	.fsrs-campeoes-title {
		font-size: 1.1rem;
	}

	.fsrs-campeoes-table th,
	.fsrs-campeoes-table td {
		padding: 12px;
		font-size: 0.92rem;
	}
}
