:root{
  --ghv-consent-cyan:#18c7f3;
  --ghv-consent-blue:#2877ff;
  --ghv-consent-purple:#7b4dff;
  --ghv-consent-ink:#111827;
  --ghv-consent-muted:#667085;
}
.ghv-consent-lock{overflow:hidden!important;}
.ghv-consent-overlay{
  position:fixed;
  inset:0;
  z-index:2147483600;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(3,7,18,.60);
  -webkit-backdrop-filter:blur(2px);
  backdrop-filter:blur(2px);
}
.ghv-consent-overlay.is-open{display:flex;}
.ghv-consent-dialog{
  width:min(620px,100%);
  max-height:min(760px,calc(100vh - 36px));
  overflow:auto;
  color:var(--ghv-consent-ink);
  background:#f8faff;
  border:1px solid rgba(255,255,255,.8);
  border-radius:22px;
  box-shadow:0 30px 90px rgba(0,0,0,.42);
  font-family:inherit;
}
.ghv-consent-dialog *{box-sizing:border-box;}
.ghv-consent-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:22px 24px 14px;
}
.ghv-consent-brand{display:flex;align-items:center;gap:11px;min-width:0;}
.ghv-consent-brand img{width:42px;height:42px;object-fit:contain;border-radius:11px;flex:0 0 auto;}
.ghv-consent-brand strong{display:block;font-size:21px;line-height:1.1;font-weight:900;letter-spacing:-.02em;color:#101828;}
.ghv-consent-brand span{display:block;margin-top:3px;font-size:12px;color:#7b8497;}
.ghv-consent-close{
  display:none;
  width:36px;
  height:36px;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:50%;
  background:#e9edf7;
  color:#344054;
  font-size:22px;
  cursor:pointer;
}
.ghv-consent-overlay.has-choice .ghv-consent-close{display:flex;}
.ghv-consent-main{padding:4px 24px 24px;}
.ghv-consent-title{margin:0 0 10px;font-size:25px;line-height:1.2;font-weight:900;letter-spacing:-.025em;color:#101828;}
.ghv-consent-copy{margin:0;color:#566074;font-size:14px;line-height:1.62;}
.ghv-consent-copy a,.ghv-consent-legal a{color:#365cf5;text-decoration:none;font-weight:750;}
.ghv-consent-copy a:hover,.ghv-consent-legal a:hover{text-decoration:underline;}
.ghv-consent-actions{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:21px;}
.ghv-consent-btn{
  min-height:46px;
  border-radius:999px;
  padding:11px 17px;
  border:1px solid transparent;
  font:800 14px/1.1 inherit;
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.ghv-consent-btn:hover{transform:translateY(-1px);}
.ghv-consent-btn:focus-visible,.ghv-consent-close:focus-visible,.ghv-consent-switch input:focus-visible+span{
  outline:3px solid rgba(40,119,255,.26);
  outline-offset:2px;
}
.ghv-consent-btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--ghv-consent-cyan),var(--ghv-consent-blue) 56%,var(--ghv-consent-purple));
  box-shadow:0 10px 24px rgba(42,105,255,.24);
}
.ghv-consent-btn-reject{
  color:#1f3a65;
  background:#e6efff;
  border-color:#c9dcff;
  box-shadow:0 8px 20px rgba(54,92,155,.10);
}
.ghv-consent-btn-manage{
  color:#5d3fe0;
  background:#eeeaff;
  border-color:#ded5ff;
}
.ghv-consent-legal{margin:16px 0 0;text-align:center;color:#7a8497;font-size:11.5px;line-height:1.5;}
.ghv-consent-settings{display:none;margin-top:18px;}
.ghv-consent-settings.is-open{display:block;}
.ghv-consent-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:11px;}
.ghv-consent-settings-head h3{margin:0;font-size:18px;font-weight:900;color:#101828;}
.ghv-consent-settings-head p{margin:4px 0 0;color:#697386;font-size:12.5px;line-height:1.45;}
.ghv-consent-list{display:grid;gap:10px;}
.ghv-consent-row{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:16px;
  padding:14px 15px;
  background:#fff;
  border:1px solid #e6eaf2;
  border-radius:14px;
}
.ghv-consent-row strong{display:block;font-size:14px;font-weight:850;color:#1d2939;}
.ghv-consent-row p{margin:4px 0 0;font-size:12px;line-height:1.45;color:#667085;}
.ghv-consent-always{font-size:11px;font-weight:850;color:#197a50;background:#e5f8ef;border-radius:999px;padding:6px 9px;white-space:nowrap;}
.ghv-consent-switch{position:relative;display:inline-flex;width:48px;height:28px;flex:0 0 auto;}
.ghv-consent-switch input{position:absolute;opacity:0;pointer-events:none;}
.ghv-consent-switch span{position:absolute;inset:0;border-radius:999px;background:#cfd6e2;cursor:pointer;transition:.2s ease;}
.ghv-consent-switch span:after{content:'';position:absolute;width:22px;height:22px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.18);transition:.2s ease;}
.ghv-consent-switch input:checked+span{background:linear-gradient(135deg,var(--ghv-consent-blue),var(--ghv-consent-purple));}
.ghv-consent-switch input:checked+span:after{transform:translateX(20px);}
.ghv-consent-settings-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;}
.ghv-consent-settings-actions .ghv-consent-btn{border-radius:13px;}
.ghv-privacy-link{
  appearance:none;
  border:0;
  padding:0;
  background:transparent;
  color:var(--zon-muted-color,#777);
  font:inherit;
  font-size:12px;
  cursor:pointer;
  text-transform:capitalize;
}
.ghv-privacy-link:hover{text-decoration:underline;color:var(--zon-common-text-color,#ddd);}
@media (max-width:640px){
  .ghv-consent-overlay{
    padding:clamp(12px,4vw,18px);
    align-items:center;
    justify-content:center;
  }
  .ghv-consent-dialog{
    width:min(94vw,560px);
    max-width:560px;
    max-height:min(86vh,760px);
    border-radius:22px;
    margin:auto;
  }
  .ghv-consent-top{padding:18px 18px 12px;}
  .ghv-consent-main{padding:2px 18px 18px;}
  .ghv-consent-title{font-size:22px;}
  .ghv-consent-settings-actions{grid-template-columns:1fr;}
  .ghv-consent-row{gap:10px;padding:13px;}
}
@media (prefers-reduced-motion:reduce){
  .ghv-consent-btn,.ghv-consent-switch span,.ghv-consent-switch span:after{transition:none!important;}
}

/* GameHubVerse privacy consent v1.9.1 - primary button visibility hardening */
.ghv-consent-dialog .ghv-consent-btn-primary,
.ghv-consent-dialog .ghv-consent-btn-primary:hover,
.ghv-consent-dialog .ghv-consent-btn-primary:focus,
.ghv-consent-dialog .ghv-consent-btn-primary:focus-visible,
.ghv-consent-dialog .ghv-consent-btn-primary:active{
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  background-color:#2877ff!important;
  background-image:linear-gradient(135deg,#18c7f3 0%,#2877ff 56%,#7b4dff 100%)!important;
  border-color:transparent!important;
  opacity:1!important;
  filter:none!important;
  text-shadow:0 1px 2px rgba(0,0,0,.22)!important;
}


/* GameHubVerse privacy consent v1.9.2 - centered mobile layout and balanced visuals */
.ghv-consent-dialog{
  width:min(620px,calc(100vw - 40px));
}
.ghv-consent-copy{
  color:#5b6578;
}
.ghv-consent-btn{
  font-weight:800;
}
.ghv-consent-btn-reject{
  color:#243b63;
  background:#f1f5ff;
  border-color:#cfdcff;
  box-shadow:0 8px 18px rgba(32,72,130,.08);
}
.ghv-consent-btn-reject:hover{
  background:#e8f0ff;
}
.ghv-consent-btn-manage{
  color:#5a42da;
  background:#f6f2ff;
  border-color:#ddd3ff;
}
.ghv-consent-legal{
  color:#778196;
}
@media (max-width:480px){
  .ghv-consent-dialog{
    width:min(94vw,520px);
    max-height:min(84vh,760px);
    border-radius:20px;
  }
  .ghv-consent-brand strong{
    font-size:20px;
  }
  .ghv-consent-brand span{
    font-size:11.5px;
  }
  .ghv-consent-title{
    font-size:20px;
  }
  .ghv-consent-copy{
    font-size:13.5px;
    line-height:1.58;
  }
  .ghv-consent-btn{
    min-height:44px;
    padding:10px 15px;
  }
}
@media (max-height:760px) and (max-width:640px){
  .ghv-consent-overlay{
    align-items:center;
  }
  .ghv-consent-dialog{
    max-height:calc(100vh - 20px);
  }
}


/* GameHubVerse privacy manager v1.9.3 */
.ghv-consent-overlay.is-managing .ghv-consent-actions{display:none;}
.ghv-consent-overlay.is-managing .ghv-consent-settings{margin-top:20px;}
.ghv-consent-overlay.is-managing .ghv-consent-legal{margin-top:14px;}
.ghv-consent-actions .ghv-consent-btn-manage{order:1;}
.ghv-consent-actions .ghv-consent-btn-primary{order:2;}
.ghv-consent-settings-actions .ghv-consent-btn-reject{
  background:#fff;
  border-color:#a993ff;
  color:#6747e8;
  box-shadow:none;
}
.ghv-consent-settings-actions .ghv-consent-btn-reject:hover{background:#f8f5ff;}
@media (max-width:480px){
  .ghv-consent-actions{grid-template-columns:1fr 1fr;}
  .ghv-consent-actions .ghv-consent-btn{font-size:13px;padding-left:10px;padding-right:10px;}
  .ghv-consent-settings-actions{grid-template-columns:1fr 1fr;}
  .ghv-consent-settings-actions .ghv-consent-btn{font-size:13px;padding-left:9px;padding-right:9px;}
}
@media (max-width:360px){
  .ghv-consent-actions,.ghv-consent-settings-actions{grid-template-columns:1fr;}
}

/* GameHubVerse privacy consent v2.1 - restored original two-button first screen */
.ghv-consent-actions{grid-template-columns:1fr 1fr;}
.ghv-consent-actions .ghv-consent-btn-manage{order:1;}
.ghv-consent-actions .ghv-consent-btn-primary{order:2;}
@media (max-width:480px){
  .ghv-consent-actions{grid-template-columns:1fr 1fr;}
}
@media (max-width:360px){
  .ghv-consent-actions{grid-template-columns:1fr;}
  .ghv-consent-actions .ghv-consent-btn{width:100%;}
}
