/* RIL Manager – Styles ECL Tennis - v4.1 */
.ril-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; }
.ril-table th, .ril-table td { border-bottom: 1px solid #eee; padding: 12px 10px; text-align: left; vertical-align: middle; }
.ril-table th { background-color: #f9f9f9; color: #777; font-size: 11px; text-transform: uppercase; font-weight: 600; }

.ril-highlight { background-color: #e3f2fd; font-weight: bold; }
.ril-score { font-family: "Courier New", Courier, monospace; font-weight: bold; font-size: 14px; }
.ril-date { font-size: 13px; color: #555; }

/* Status Badges */
.ril-status { display: inline-block; padding: 4px 10px; border-radius: 4px; color: #fff; font-weight: bold; font-size: 11px; min-width: 15px; text-align: center; text-shadow: 0 1px 1px rgba(0,0,0,0.1); }
.ril-status-w { background-color: #27ae60; } /* Vert Victoire */
.ril-status-l { background-color: #c0392b; } /* Rouge Défaite */
.ril-status-n { background-color: #95a5a6; } /* Gris Nul */

/* Action Button */
.ril-btn-detail { color: #fff; background-color: #3498db; text-decoration: none; font-size: 12px; font-weight: 500; padding: 6px 12px; border-radius: 4px; transition: background 0.2s; }
.ril-btn-detail:hover { background-color: #2980b9; opacity: 1; }

.ril-refresh-btn { background: #ff9800; color: #fff; border: none; padding: 10px 20px; border-radius: 4px; cursor: pointer; font-weight: bold; }
.ril-refresh-btn:hover { background: #e68a00; }

.ril-captain { color: #c0392b; font-weight: bold; }
