
/* ETG Search Preferences Gate v0.6.4.3 */
.etg-search-wrapper[data-etg-pref-widget="1"]{position:relative!important;}
.etg-pref-topbar{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;margin:0 0 10px!important;padding:0 4px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;}
.etg-pref-group{display:flex!important;align-items:center!important;gap:6px!important;}
.etg-pref-group>span{display:block!important;font-size:11px!important;line-height:1!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#667085!important;}
.etg-pref-pill,.etg-pref-change{appearance:none!important;border:1px solid #d6e1f0!important;border-radius:9px!important;background:#fff!important;color:#175cd3!important;font-size:12px!important;font-weight:800!important;line-height:1!important;padding:9px 11px!important;cursor:pointer!important;box-shadow:none!important;}
.etg-pref-pill.is-active{background:#146bff!important;color:#fff!important;border-color:#146bff!important;}
.etg-pref-currency,.etg-pref-modal-currency{height:36px!important;min-width:110px!important;border:1px solid #d6e1f0!important;border-radius:9px!important;background:#fff!important;color:#172b4d!important;font-size:13px!important;font-weight:650!important;padding:0 12px!important;outline:none!important;}
.etg-pref-change{color:#344563!important;background:#f8fbff!important;}
.etg-search-wrapper.etg-pref-locked .etg-pro-card{filter:blur(4px)!important;opacity:.55!important;pointer-events:none!important;user-select:none!important;}
.etg-pref-gate{display:none!important;position:absolute!important;inset:30px 0 auto 0!important;z-index:999!important;align-items:flex-start!important;justify-content:center!important;padding:20px!important;}
.etg-search-wrapper.etg-pref-locked .etg-pref-gate{display:flex!important;}
.etg-pref-modal{width:min(560px,calc(100vw - 32px))!important;background:#fff!important;border:1px solid rgba(26,94,255,.18)!important;border-radius:24px!important;box-shadow:0 30px 80px rgba(10,32,75,.28)!important;padding:24px!important;color:#172b4d!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;}
.etg-pref-badge{display:inline-flex!important;background:#eef4ff!important;color:#175cd3!important;border-radius:999px!important;padding:6px 10px!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.06em!important;margin-bottom:12px!important;}
.etg-pref-modal h2{font-size:24px!important;font-weight:850!important;line-height:1.15!important;margin:0 0 8px!important;color:#101828!important;}
.etg-pref-modal p{font-size:14px!important;line-height:1.55!important;margin:0 0 18px!important;color:#667085!important;}
.etg-pref-modal-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;margin-bottom:18px!important;}
.etg-pref-modal-label{display:block!important;font-size:12px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.07em!important;color:#667085!important;margin-bottom:8px!important;}
.etg-pref-modal-pills{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
.etg-pref-modal-pill{appearance:none!important;border:1px solid #d6e1f0!important;border-radius:12px!important;background:#fff!important;color:#344563!important;font-size:14px!important;font-weight:800!important;padding:12px 10px!important;cursor:pointer!important;}
.etg-pref-modal-pill.is-active{background:#146bff!important;border-color:#146bff!important;color:#fff!important;}
.etg-pref-modal-currency{width:100%!important;height:44px!important;font-size:15px!important;border-radius:12px!important;}
.etg-pref-continue{width:100%!important;border:0!important;border-radius:14px!important;background:linear-gradient(135deg,#7c4dff,#8b5cf6)!important;color:#fff!important;font-size:15px!important;font-weight:850!important;padding:15px 18px!important;cursor:pointer!important;box-shadow:0 12px 24px rgba(124,77,255,.28)!important;}
@media(max-width:640px){.etg-pref-topbar{justify-content:flex-start!important;flex-wrap:wrap!important}.etg-pref-modal-grid{grid-template-columns:1fr!important}.etg-pref-gate{inset:20px 0 auto 0!important;padding:12px!important}.etg-pref-modal{border-radius:20px!important;padding:20px!important}}

/* v0.6.4.4: preference gate removed; search is never locked. */
.etg-search-wrapper.etg-pref-locked .etg-pro-card{filter:none!important;opacity:1!important;pointer-events:auto!important;user-select:auto!important;}
.etg-pref-gate,.etg-pref-modal{display:none!important;}
.etg-pref-change{display:none!important;}

/* ETG v0.6.4.6 — mobile preference topbar polish */
@media (max-width:767px){
  .etg-pref-topbar{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    max-width:none!important;
  }
  .etg-pref-group{
    flex:1 1 150px!important;
    justify-content:space-between!important;
  }
  .etg-pref-currency{
    min-width:92px!important;
  }
}
