.listing { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.listing .listing-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: 2px; color: #e2e8f0; margin-bottom: 24px; }
.listing .casino-row { background: #1a2332; border-radius: 12px; margin-bottom: 12px; outline: 1px solid rgba(148,163,184,0.08); transition: background 200ms ease; overflow: hidden; }
.listing .casino-row:hover { background: #1e2a3a; }
.listing .casino-row:nth-of-type(-n+3) { outline: 2px solid rgba(0, 229, 255, 0.5); background: linear-gradient(135deg, #1a2332 0%, #162030 100%); box-shadow: 0 0 28px rgba(0, 229, 255, 0.1), 0 0 8px rgba(0, 229, 255, 0.06), inset 0 0 2px rgba(0, 229, 255, 0.12); }
.listing .casino-row:nth-of-type(-n+3):hover { background: linear-gradient(135deg, #1e2a3a 0%, #1a2536 100%); box-shadow: 0 0 40px rgba(0, 229, 255, 0.16), 0 0 12px rgba(0, 229, 255, 0.1), inset 0 0 3px rgba(0, 229, 255, 0.18); }
.listing .casino-row:nth-of-type(1) { outline: 2px solid rgba(245, 158, 11, 0.55); box-shadow: 0 0 28px rgba(245, 158, 11, 0.12), 0 0 8px rgba(245, 158, 11, 0.08), inset 0 0 2px rgba(245, 158, 11, 0.15); }
.listing .casino-row:nth-of-type(1):hover { box-shadow: 0 0 40px rgba(245, 158, 11, 0.18), 0 0 12px rgba(245, 158, 11, 0.12), inset 0 0 3px rgba(245, 158, 11, 0.2); }
.listing .casino-row:nth-of-type(3) { outline: 2px solid rgba(205, 127, 50, 0.5); box-shadow: 0 0 28px rgba(205, 127, 50, 0.1), 0 0 8px rgba(205, 127, 50, 0.06), inset 0 0 2px rgba(205, 127, 50, 0.12); }
.listing .casino-row:nth-of-type(3):hover { box-shadow: 0 0 40px rgba(205, 127, 50, 0.16), 0 0 12px rgba(205, 127, 50, 0.1), inset 0 0 3px rgba(205, 127, 50, 0.18); }
.listing .casino-row .casino-row-main { display: grid; grid-template-columns: 2fr 2fr auto 1.5fr; align-items: center; gap: 24px; padding: 20px 24px; }
.listing .casino-row.unverified { opacity: 0.7; }
.listing .casino-row .casino-row-identity { display: flex; align-items: center; gap: 12px; }
.listing .casino-row .casino-row-rank { font-weight: 800; font-size: 14px; color: #8b9bb5; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 8px; background: rgba(100, 116, 139, 0.08); }
.listing .casino-row:nth-of-type(-n+5) .casino-row-rank { font-size: 16px; width: 36px; height: 36px; }
.listing .casino-row:nth-of-type(1) .casino-row-rank { color: #0a0f1a; background: #f59e0b; box-shadow: 0 0 16px rgba(245, 158, 11, 0.3); }
.listing .casino-row:nth-of-type(2) .casino-row-rank { color: #0a0f1a; background: #c0c8d4; box-shadow: 0 0 12px rgba(192, 200, 212, 0.2); }
.listing .casino-row:nth-of-type(3) .casino-row-rank { color: #0a0f1a; background: #cd7f32; box-shadow: 0 0 12px rgba(205, 127, 50, 0.2); }
.listing .casino-row:nth-of-type(4) .casino-row-rank { color: #e2e8f0; background: rgba(0, 229, 255, 0.12); border: 1px solid rgba(0, 229, 255, 0.2); }
.listing .casino-row:nth-of-type(5) .casino-row-rank { color: #e2e8f0; background: rgba(0, 229, 255, 0.08); border: 1px solid rgba(0, 229, 255, 0.15); }
.listing .casino-row .casino-row-logo { width: 48px; height: 48px; background: #ffffff; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; font-size: 10px; color: #0a0f1a; flex-shrink: 0; overflow: hidden; }
.listing .casino-row .casino-row-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.listing .casino-row .casino-row-name { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 700; font-size: 16px; color: #e2e8f0; }
.listing .casino-row .casino-row-stars { display: flex; gap: 1px; margin-top: 3px; }
.listing .casino-row .casino-row-bonus-label { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #8b9bb5; margin-bottom: 2px; display: block; }
.listing .casino-row .casino-row-bonus-value { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 700; font-size: 17px; color: #00e5ff; }
.listing .casino-row .casino-row-features { display: flex; gap: 12px; }
.listing .casino-row .feature-icon { width: 36px; min-width: 36px; height: 36px; padding: 0 8px; background: #111827; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 10px; font-weight: 700; color: #7dd8e8; }
.listing .casino-row .cta-row { display: inline-block; padding: 12px 24px; background: #34d399; color: #0a0f1a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; text-align: center; text-decoration: none; border-radius: 8px; transition: transform 150ms ease; white-space: nowrap; }
.listing .casino-row .cta-row:hover { transform: scale(1.03); }
.listing .casino-row .cta-coming-soon { display: inline-block; padding: 12px 24px; background: #243044; color: #8b9bb5; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; text-align: center; border-radius: 8px; white-space: nowrap; cursor: default; }
.listing .casino-row .row-disclaimer { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 11px; color: #8b9bb5; margin-top: 12px; }
.listing .casino-row .casino-row-tagline { font-size: 12px; color: #7dd8e8; font-weight: 500; margin-top: 2px; }
.listing .casino-row .casino-row-action { display: flex; flex-direction: column; align-items: center; }
.listing .casino-row .casino-row-toggle { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; cursor: pointer; margin-top: 8px; transition: transform 300ms ease; }
.listing .casino-row .casino-row-toggle:hover { opacity: 0.8; }
.listing .casino-row .casino-row-toggle.open { transform: rotate(180deg); }
.listing .casino-row .casino-row-expand { display: none; padding: 0 24px 24px; border-top: 1px solid rgba(148, 163, 184, 0.06); }
.listing .casino-row .casino-row-expand.open { display: block; }
.listing .casino-row .casino-row-expand-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 16px; padding-top: 20px; margin-bottom: 16px; }
.listing .casino-row .expand-item { display: flex; flex-direction: column; gap: 4px; }
.listing .casino-row .expand-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #8b9bb5; }
.listing .casino-row .expand-value { font-size: 14px; font-weight: 600; color: #e2e8f0; }
.listing .casino-row .casino-row-description { font-size: 14px; color: #94a3b8; line-height: 1.6; margin-bottom: 16px; }
.listing .casino-row .casino-row-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 0; }
.listing .casino-row .proscons-col-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; }
.listing .casino-row .proscons-col-title.pros-title { color: #34d399; }
.listing .casino-row .proscons-col-title.cons-title { color: #f59e0b; }
.listing .casino-row .proscons-list { list-style: none; padding: 0; margin: 0; }
.listing .casino-row .proscons-list li { font-size: 13px; color: #94a3b8; line-height: 1.5; padding: 4px 0 4px 20px; position: relative; }
.listing .casino-row .proscons-list.pros-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: #34d399; }
.listing .casino-row .proscons-list.cons-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: #f59e0b; }
@media (max-width: 767px) {
  .listing .casino-row .casino-row-main { grid-template-columns: 1fr; gap: 16px; }
  .listing .casino-row .casino-row-features { display: none; }
  .listing .casino-row .cta-row, .listing .casino-row .cta-coming-soon { width: 100%; display: block; text-align: center; }
  .listing .casino-row .casino-row-toggle { align-self: center; }
  .listing .casino-row .cta-row, .listing .casino-row .cta-coming-soon { width: 100%; }
  .listing .casino-row .casino-row-expand-grid { grid-template-columns: 1fr 1fr; }
  .listing .casino-row .casino-row-proscons { grid-template-columns: 1fr; }
}