/* Operator Conversion Table */
.operators { padding: 0 0 16px; position: relative; }
.operators .operators-header { margin-bottom: 12px; }
.operators .table-updated { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); margin-top: 24px; margin-bottom: 12px; padding: 4px 10px; border: 1px solid rgba(212, 168, 83, 0.2); border-radius: 3px; background: rgba(212, 168, 83, 0.05); }
.operators .operators-title { font-size: 26px; font-weight: 800; margin-bottom: 8px; }
.operators .operators-subtitle { font-size: 15px; color: rgba(255, 255, 255, 0.6); margin-bottom: 0; }
.operators .affiliate-disclosure { background: rgba(212, 168, 83, 0.08); border: 1px solid rgba(212, 168, 83, 0.2); border-radius: 4px; padding: 12px 16px; margin-bottom: 24px; font-size: 13px; line-height: 20px; color: rgba(255, 255, 255, 0.7); }
.operators .affiliate-disclosure .disclosure-label { font-weight: 700; color: #d4a853; margin-right: 4px; }
/* Filters bar */
.operators .table-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; align-items: center; }
.operators .filter-search { flex: 1 1 200px; padding: 10px 14px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; color: #ffffff; font-size: 14px; outline: none; transition: border-color 0.2s ease; }
.operators .filter-search::placeholder { color: rgba(255, 255, 255, 0.4); }
.operators .filter-search:focus { border-color: #d4a853; }
.operators .filter-select { padding: 10px 14px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; color: #ffffff; font-size: 14px; outline: none; cursor: pointer; appearance: none; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23d4a853" d="M6 8L0 0h12z"/></svg>'); background-repeat: no-repeat; background-position: right 12px center; padding-right: 32px; transition: border-color 0.2s ease; }
.operators .filter-select:focus { border-color: #d4a853; }
.operators .filter-select option { background: #0d1f17; color: #ffffff; }
/* Operator cards */
.operators .operator-list { display: flex; flex-direction: column; gap: 8px; }
.operators .operator-card { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 6px; padding: 12px; transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; position: relative; overflow: hidden; }
.operators .operator-card::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: #c41e3a; opacity: 0; transition: opacity 0.3s ease; }
.operators .operator-card:hover { border-color: rgba(212, 168, 83, 0.25); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); transform: translateY(-2px); }
.operators .operator-card:hover::before { opacity: 1; }
.operators .operator-card.featured { border-color: rgba(212, 168, 83, 0.2); }
.operators .operator-card.featured::after { content: ""; position: absolute; top: 12px; right: 12px; width: 8px; height: 8px; background: #d4a853; border-radius: 50%; }
.operators .operator-card-inner { display: grid; grid-template-columns: 80px 1fr; gap: 10px; align-items: center; }
.operators .operator-logo { display: flex; align-items: center; justify-content: center; background: #ffffff; border-radius: 4px; padding: 8px; height: 44px; width: 80px; }
.operators .operator-logo img { max-height: 28px; max-width: 64px; object-fit: contain; }
.operators .operator-info { flex: 1; }
.operators .operator-name { font-size: 18px; font-weight: 700; margin-bottom: 4px; color: #ffffff; }
.operators .operator-bonus { font-size: 14px; font-weight: 600; color: #d4a853; margin-bottom: 2px; }
.operators .operator-detail { font-size: 12px; color: rgba(255, 255, 255, 0.6); margin-bottom: 6px; line-height: 18px; }
.operators .operator-tags { display: none; }
.operators .operator-tag { display: inline-block; padding: 2px 8px; background: rgba(212, 168, 83, 0.1); border: 1px solid rgba(212, 168, 83, 0.2); border-radius: 12px; font-size: 10px; font-weight: 600; color: #d4a853; text-transform: uppercase; letter-spacing: 0.5px; }
.operators .operator-stats { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.operators .operator-stat { display: flex; flex-direction: column; }
.operators .operator-stat-label { font-size: 9px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); }
.operators .operator-stat-value { font-size: 13px; font-weight: 700; color: #ffffff; }
.operators .operator-cta { display: inline-block; padding: 10px 20px; background: #c41e3a; color: #ffffff; font-size: 13px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; border-radius: 4px; text-decoration: none; text-align: center; transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 2px 8px rgba(196, 30, 58, 0.3); white-space: nowrap; }
.operators .operator-cta:hover { background: #d4253f; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(196, 30, 58, 0.4); color: #ffffff; }
.operators .operator-cta-desktop { display: none; }
.operators .operator-cta-mobile { display: block; width: 100%; text-align: center; margin-top: 8px; }
.operators .operator-terms { font-size: 10px; line-height: 15px; color: rgba(255, 255, 255, 0.4); margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.operators .operator-empty { text-align: center; padding: 48px 16px; color: rgba(255, 255, 255, 0.5); font-size: 15px; }
.operators .last-updated { text-align: center; margin-top: 24px; font-size: 12px; color: rgba(255, 255, 255, 0.35); }
@media (min-width: 768px) {
  .operators .operator-list { gap: 12px; }
  .operators .operator-card { padding: 20px; }
  .operators .operator-card-inner { grid-template-columns: 120px 1fr auto; gap: 20px; }
  .operators .operator-logo { width: 120px; height: 56px; padding: 12px; }
  .operators .operator-logo img { max-height: 32px; max-width: 96px; }
  .operators .operator-bonus { font-size: 15px; }
  .operators .operator-detail { font-size: 13px; line-height: 20px; }
  .operators .operator-tags { display: flex; }
  .operators .operator-cta-desktop { display: inline-block; align-self: center; padding: 12px 28px; font-size: 14px; }
  .operators .operator-cta-mobile { display: none; }
  .operators .operator-terms { font-size: 11px; }
  .operators .table-filters { flex-wrap: nowrap; }
}
@media (min-width: 1024px) {
  .operators { padding: 64px 0; }
  .operators .operator-card-inner { grid-template-columns: 140px 1fr auto; gap: 28px; }
}
