*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; line-height: 26px; color: #333333; background-color: #ffffff; }
.wrapper { width: 100%; overflow-x: hidden; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3, h4, h5, h6 { color: #1a1a2e; line-height: 1.3; margin-top: 0; }
h1 { font-size: 28px; font-weight: 800; margin-bottom: 20px; }
h2 { font-size: 24px; font-weight: 700; margin-bottom: 16px; }
h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
p { margin-top: 0; margin-bottom: 16px; }
a { color: #2563eb; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #3b82f6; }
ul { padding-left: 20px; margin-top: 0; margin-bottom: 16px; }
li { margin-bottom: 8px; }
img { max-width: 100%; height: auto; display: block; }
.cookie-consent { position: fixed; bottom: 0; left: 0; right: 0; background-color: #ffffff; padding: 16px 0; z-index: 1000; border-top: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06); }
.cookie-consent .cookie-consent-inner { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.cookie-consent .cookie-consent-text { font-size: 13px; line-height: 20px; color: #666666; margin: 0; }
.cookie-consent .cookie-consent-text a { color: #2563eb; }
.cookie-consent .cookie-consent-actions { display: flex; gap: 8px; }
.cookie-consent .cookie-consent-btn { display: inline-block; padding: 8px 20px; font-size: 13px; font-weight: 700; border-radius: 6px; border: none; cursor: pointer; transition: background-color 0.2s ease; }
.cookie-consent .cookie-consent-btn.accept { background-color: #2563eb; color: #ffffff; }
.cookie-consent .cookie-consent-btn.accept:hover { background-color: #1d4ed8; }
.cookie-consent .cookie-consent-btn.decline { background-color: rgba(0, 0, 0, 0.06); color: #666666; }
.cookie-consent .cookie-consent-btn.decline:hover { background-color: rgba(0, 0, 0, 0.10); }
.affiliate-disclosure { background-color: rgba(245, 158, 11, 0.08); border: 1px solid rgba(245, 158, 11, 0.3); border-radius: 8px; padding: 16px 20px; margin-bottom: 24px; }
.affiliate-disclosure .affiliate-disclosure-title { font-size: 13px; font-weight: 700; color: #f59e0b; margin: 0 0 4px 0; text-transform: uppercase; letter-spacing: 1px; }
.affiliate-disclosure .affiliate-disclosure-text { font-size: 13px; line-height: 20px; color: #666666; margin: 0; }
.faq-section { padding: 40px 0; }
.faq-section .faq-heading { margin-bottom: 24px; }
.faq-section .faq-list { list-style: none; padding: 0; margin: 0; }
.faq-section .faq-item { border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.faq-section .faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 0; background: none; border: none; cursor: pointer; text-align: left; font-size: 16px; font-weight: 600; color: #1a1a2e; font-family: inherit; }
.faq-section .faq-question::after { content: "+"; font-size: 20px; font-weight: 700; color: #2563eb; flex-shrink: 0; margin-left: 16px; transition: transform 0.2s ease; }
.faq-section .faq-item.active .faq-question::after { content: "-"; }
.faq-section .faq-answer { display: none; padding: 0 0 16px 0; }
.faq-section .faq-item.active .faq-answer { display: block; }
.faq-section .faq-answer p { font-size: 15px; line-height: 26px; color: #555555; margin: 0; }
.page-nav { background-color: #f1f3f5; border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.page-nav .page-nav-list { display: flex; list-style: none; padding: 0; margin: 0; gap: 0; white-space: nowrap; }
.page-nav .page-nav-link { display: block; padding: 12px 16px; font-size: 13px; font-weight: 600; color: #666666; transition: color 0.2s ease, border-color 0.2s ease; border-bottom: 2px solid transparent; }
.page-nav .page-nav-link:hover { color: #1a1a2e; }
.page-nav .page-nav-link.active { color: #2563eb; border-bottom-color: #2563eb; }
.affiliate-disclosure { padding: 12px 0; }
.affiliate-disclosure .disclosure-box { background-color: rgba(245, 158, 11, 0.06); border: 1px solid rgba(245, 158, 11, 0.2); border-radius: 8px; padding: 14px 20px; }
.affiliate-disclosure .disclosure-text { font-size: 12px; line-height: 20px; color: #777777; margin: 0; }
.affiliate-disclosure .disclosure-text strong { color: #f59e0b; }
.compliance-section { background-color: #f1f3f5; padding: 32px 0; border-top: 1px solid rgba(0, 0, 0, 0.06); }
.compliance-section .compliance-header { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.compliance-section .compliance-icon { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background-color: #2563eb; color: #ffffff; border-radius: 50%; font-size: 14px; }
.compliance-section .compliance-title { font-size: 16px; font-weight: 700; color: #1a1a2e; }
.compliance-section .compliance-logos { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-bottom: 16px; }
.compliance-section .compliance-logo { height: 36px; width: auto; opacity: 0.7; transition: opacity 0.2s ease; }
.compliance-section .compliance-logo:hover { opacity: 1; }
.compliance-section .compliance-info { font-size: 13px; line-height: 22px; color: #777777; }
.compliance-section .compliance-info p { margin: 0 0 4px 0; }
.compliance-section .compliance-info a { color: #2563eb; }
.operators-loading { text-align: center; padding: 40px 0; color: #999999; font-size: 14px; }
.operators-controls { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.operators-controls .operator-search-input { width: 100%; padding: 10px 16px; background-color: #f8f9fa; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 8px; color: #333333; font-size: 14px; font-family: inherit; outline: none; }
.operators-controls .operator-search-input:focus { border-color: #2563eb; }
.operators-sort { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.operators-sort .sort-label { font-size: 12px; font-weight: 600; color: #888888; text-transform: uppercase; letter-spacing: 1px; }
.operators-sort .sort-option { padding: 6px 14px; font-size: 12px; font-weight: 600; color: #666666; background-color: rgba(0, 0, 0, 0.04); border: 1px solid rgba(0, 0, 0, 0.10); border-radius: 20px; cursor: pointer; transition: all 0.2s ease; }
.operators-sort .sort-option:hover { border-color: #2563eb; color: #1a1a2e; }
.operators-sort .sort-option.active { background-color: #2563eb; border-color: #2563eb; color: #ffffff; }
.last-modified-stamp { text-align: center; font-size: 12px; color: #999999; margin-top: 12px; }
.no-results { text-align: center; padding: 40px 0; color: #999999; font-size: 15px; }
.faq-list { list-style: none; padding: 0; margin: 0; }
.faq-item { border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.faq-question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 0; background: none; border: none; cursor: pointer; text-align: left; font-size: 16px; font-weight: 600; color: #1a1a2e; font-family: inherit; }
.faq-answer { padding: 0 0 16px 0; }
.faq-answer p { font-size: 15px; line-height: 26px; color: #555555; }
.footer-compliance { padding: 24px 0; border-top: 1px solid rgba(0, 0, 0, 0.08); }
.footer-compliance .compliance-text { font-size: 12px; line-height: 20px; color: #888888; margin: 0 0 12px 0; }
.footer-compliance .compliance-logos { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.footer-compliance .compliance-logo { height: 32px; width: auto; opacity: 0.6; transition: opacity 0.2s ease; }
.footer-compliance .compliance-logo:hover { opacity: 1; }
@media (min-width: 768px) {
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }
  h3 { font-size: 22px; }
  .cookie-consent .cookie-consent-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .faq-section { padding: 60px 0; }
  .faq-section .faq-question { font-size: 17px; }
}
@media (min-width: 1024px) {
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  h3 { font-size: 24px; }
  .faq-section { padding: 80px 0; }
}
