.vcomp-gate {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.vcomp-gate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.85);
}
.vcomp-gate__panel {
  position: relative;
  width: min(92vw, 640px);
  background: linear-gradient(180deg, #151515 0%, #0c0c0c 100%);
  color: #f6edd8;
  border: 1px solid rgba(200,169,106,.35);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
.vcomp-gate__eyebrow {
  color: #c8a96a;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  margin: 0 0 8px;
}
.vcomp-gate__notice {
  color: rgba(246,237,216,.82);
  font-size: 14px;
}
.vcomp-gate__checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0;
}
.vcomp-gate__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.vcomp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(200,169,106,.4);
}
.vcomp-button--primary {
  background: #c8a96a;
  color: #111;
}
.vcomp-button--secondary {
  background: transparent;
  color: #f6edd8;
}
.vcomp-footer-notice {
  width: 100%;
  text-align: center;
  padding: 12px 16px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #111;
  color: #e6d2a0;
  border-top: 1px solid rgba(200,169,106,.2);
}
