.operators { padding: 32px 0; }
.operators .operators-intro { font-size: 14px; color: #6b7f99; margin-bottom: 20px; }
.operators .operators-meta { margin-bottom: 20px; }
.operators .operators-filters { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.operators .operators-search { width: 100%; padding: 10px 14px; font-size: 14px; background: rgba(29, 53, 87, 0.6); border: 1px solid rgba(69, 123, 157, 0.3); border-radius: 6px; color: #e0e0e0; outline: none; transition: border-color 0.2s; }
.operators .operators-search:focus { border-color: #A8DADC; }
.operators .operators-search::placeholder { color: #6b7f99; }
.operators .operators-filter-row { display: flex; flex-wrap: wrap; gap: 6px; }
.operators .operators-filter-btn { display: inline-block; padding: 6px 14px; font-size: 13px; font-weight: 600; color: #c0c8d4; background: rgba(29, 53, 87, 0.6); border: 1px solid rgba(69, 123, 157, 0.3); border-radius: 20px; cursor: pointer; transition: all 0.2s; user-select: none; }
.operators .operators-filter-btn:hover { border-color: #A8DADC; color: #A8DADC; }
.operators .operators-filter-btn.active { background: #457B9D; border-color: #457B9D; color: #ffffff; }
.operators .operator-entry { background: rgba(29, 53, 87, 0.4); border: 1px solid rgba(69, 123, 157, 0.2); border-radius: 10px; margin-bottom: 12px; padding: 16px; transition: border-color 0.3s, transform 0.2s; }
.operators .operator-entry:hover { border-color: rgba(168, 218, 220, 0.4); }
.operators .operator-entry.top-3 { border-color: rgba(230, 57, 70, 0.4); background: rgba(29, 53, 87, 0.6); }
.operators .row-main { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; }
.operators .row-rank { font-size: 18px; font-weight: 800; color: #457B9D; text-align: center; }
.operators .operator-entry.top-3 .row-rank { color: #E63946; }
.operators .row-body { display: grid; grid-template-columns: 1fr; gap: 12px; }
.operators .row-brand { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; min-width: 0; }
.operators .row-logo { width: 100px; height: 50px; border-radius: 8px; object-fit: contain; background: #ffffff; padding: 6px 10px; flex-shrink: 0; }
.operators .row-name { font-size: 16px; font-weight: 700; color: #ffffff; }
.operators .row-stars { display: flex; gap: 2px; }
.operators .row-star { width: 14px; height: 14px; }
.operators .row-star-filled { fill: #E63946; }
.operators .row-star-empty { fill: #2a3f5f; }
.operators .row-rating-score { font-size: 12px; font-weight: 700; color: #A8DADC; }
.operators .row-bonus { padding: 12px; background: rgba(69, 123, 157, 0.15); border-radius: 6px; text-align: center; }
.operators .row-bonus-title { font-size: 12px; font-weight: 600; color: #A8DADC; text-transform: uppercase; letter-spacing: 0.5px; }
.operators .row-bonus-value { font-size: 24px; font-weight: 800; color: #ffffff; line-height: 1.2; }
.operators .row-bonus-sub { font-size: 13px; color: #c0c8d4; }
.operators .row-action { display: flex; flex-direction: column; gap: 8px; align-items: center; }
.operators .row-cta { display: inline-block; width: 100%; padding: 12px 24px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; text-align: center; color: #ffffff; background: #E63946; border-radius: 6px; transition: background 0.2s, transform 0.15s; }
.operators .row-cta:hover { background: #c5303c; transform: translateY(-1px); color: #ffffff; }
.operators .row-review { font-size: 13px; font-weight: 600; color: #A8DADC; transition: color 0.2s; }
.operators .row-review:hover { color: #ffffff; }
.operators .row-tcs { font-size: 11px; color: #6b7f99; line-height: 1.5; margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(69, 123, 157, 0.15); }
.operators .operators-modified { font-size: 12px; color: #6b7f99; margin-top: 16px; text-align: center; }
.operators .no-results { text-align: center; padding: 40px 20px; color: #6b7f99; font-size: 16px; }
@media (min-width: 768px) {
  .operators .operators-search { width: 260px; }
  .operators .operators-filters { flex-wrap: nowrap; }
  .operators .row-main { grid-template-columns: 40px 1fr; }
  .operators .row-body { grid-template-columns: 1fr 1fr auto; align-items: center; }
  .operators .row-logo { width: 110px; height: 55px; padding: 8px 12px; }
  .operators .row-bonus { text-align: center; }
  .operators .row-action { flex-direction: row; gap: 12px; }
  .operators .row-cta { width: auto; min-width: 140px; }
}
@media (min-width: 1024px) {
  .operators .operator-entry { padding: 20px 24px; }
  .operators .row-main { grid-template-columns: 48px 1fr; gap: 16px; }
  .operators .row-logo { width: 120px; height: 60px; padding: 8px 14px; border-radius: 10px; }
  .operators .row-rank { font-size: 22px; }
  .operators .row-bonus-value { font-size: 28px; }
}
