
/* WWCFAM ONE OPTIONAL AGREEMENT - no forced audio */
#wwcfamOneAgreementGate{
  position:fixed!important;inset:0!important;z-index:2147483647!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  padding:14px!important;background:rgba(0,0,0,.88)!important;color:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
}
#wwcfamOneAgreementGate[hidden]{display:none!important}
.wwc-oa-card{
  width:min(900px,calc(100vw - 20px))!important;max-height:calc(100dvh - 20px)!important;
  display:grid!important;grid-template-rows:auto 1fr auto!important;overflow:hidden!important;
  border:1px solid rgba(35,244,255,.42)!important;border-radius:24px!important;
  background:linear-gradient(145deg,rgba(3,11,24,.98),rgba(18,7,44,.98))!important;
  box-shadow:0 28px 90px rgba(0,0,0,.70),0 0 44px rgba(35,244,255,.15)!important;
}
.wwc-oa-head{padding:16px!important;border-bottom:1px solid rgba(255,255,255,.10)!important}
.wwc-oa-head h1{margin:0!important;font-size:clamp(1.4rem,4vw,2.4rem)!important;line-height:1!important}
.wwc-oa-head p{margin:8px 0 0!important;color:#dff8ff!important;font-weight:900!important;line-height:1.35!important}
.wwc-oa-text{padding:16px!important;overflow:auto!important;white-space:pre-wrap!important;line-height:1.45!important;font-weight:800!important;color:#f4fbff!important}
.wwc-oa-actions{padding:12px!important;border-top:1px solid rgba(255,255,255,.10)!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important}
.wwc-oa-btn{min-height:44px!important;border:0!important;border-radius:999px!important;padding:0 16px!important;cursor:pointer!important;font:1000 14px/1 Arial,Helvetica,sans-serif!important;background:linear-gradient(135deg,#23f4ff,#72ff55)!important;color:#03140d!important}
.wwc-oa-btn.secondary{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.15)!important}
.wwc-oa-note{color:#ffeeb2!important;font-weight:900!important;font-size:12px!important}
@media(max-width:720px){
  #wwcfamOneAgreementGate{padding:8px!important}
  .wwc-oa-card{width:100%!important;max-height:calc(100dvh - 12px)!important;border-radius:18px!important}
  .wwc-oa-actions{display:grid!important;grid-template-columns:1fr!important}
  .wwc-oa-btn{width:100%!important}
}
