html.brolly-investor-gate-pending,
html.brolly-investor-gate-pending body,
body.brolly-investor-gate-open {
  background: #0a0e1a !important;
  background-color: #0a0e1a !important;
}

html.brolly-investor-gate-pending body > :not(.brolly-global-investor-gate-overlay),
body.brolly-investor-gate-open > :not(.brolly-global-investor-gate-overlay) {
  visibility: hidden !important;
  pointer-events: none !important;
}

body.brolly-investor-gate-open {
  overflow: hidden !important;
}

.brolly-global-investor-gate-overlay,
.brolly-global-investor-gate-overlay * {
  box-sizing: border-box;
}

.brolly-global-investor-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  overflow-y: auto;
  background: rgba(10, 14, 26, 0.76);
  opacity: 1;
  transition: opacity 180ms ease;
}

.brolly-global-investor-gate-overlay.is-closing {
  opacity: 0;
}

.brolly-global-investor-gate-modal {
  width: min(640px, 100%);
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 26px 30px;
  overflow-y: auto;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  color: #1f2937;
  font-family: Inter, "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.brolly-global-investor-gate-logo {
  display: block;
  width: auto;
  height: 21px;
  margin: 0 auto 14px;
}

.brolly-global-investor-gate-eyebrow {
  margin: 0 0 6px;
  color: #047857;
  font-size: 10.5px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
}

.brolly-global-investor-gate-title {
  margin: 0;
  color: #111827;
  font-size: clamp(23px, 3vw, 27px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-align: center;
}

.brolly-global-investor-gate-body {
  margin: 13px 0 0;
  color: #4b5563;
  font-size: 14.25px;
  line-height: 1.48;
  text-align: left;
}

.brolly-global-investor-gate-intro {
  margin: 13px 0 5px;
  color: #374151;
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 800;
}

.brolly-global-investor-gate-list {
  margin: 0;
  padding-left: 19px;
  color: #374151;
  font-size: 14px;
  line-height: 1.38;
}

.brolly-global-investor-gate-list li {
  margin: 4px 0;
}

.brolly-global-investor-gate-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 13px;
  padding: 11px 12px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background: #f9fafb;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  cursor: pointer;
}

.brolly-global-investor-gate-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #10b981;
}

.brolly-global-investor-gate-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 12px;
  margin-top: 13px;
}

.brolly-global-investor-gate-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 800 14px/1.25 Inter, "Work Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
  cursor: pointer;
}

.brolly-global-investor-gate-button-primary {
  border-color: #10b981;
  background: #10b981;
  color: #ffffff;
}

.brolly-global-investor-gate-button-secondary {
  border-color: #d1d5db;
  background: #ffffff;
  color: #1f2937;
}

.brolly-global-investor-gate-button-primary:disabled,
.brolly-global-investor-gate-button-primary[aria-disabled="true"] {
  opacity: 0.48;
  cursor: not-allowed;
}

.brolly-global-investor-gate-button:focus-visible,
.brolly-global-investor-gate-check:focus-within,
.brolly-global-investor-gate-modal:focus-visible {
  outline: 3px solid rgba(16, 185, 129, 0.35);
  outline-offset: 3px;
}

.brolly-global-investor-gate-locked {
  margin: 18px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 560px) {
  .brolly-global-investor-gate-overlay {
    align-items: center;
    padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));
  }

  .brolly-global-investor-gate-modal {
    padding: 18px;
    border-radius: 16px;
  }

  .brolly-global-investor-gate-logo {
    height: 18px;
    margin-bottom: 8px;
  }

  .brolly-global-investor-gate-eyebrow {
    margin-bottom: 4px;
    font-size: 10px;
  }

  .brolly-global-investor-gate-title {
    font-size: 21px;
  }

  .brolly-global-investor-gate-body {
    margin-top: 8px;
    font-size: 13.2px;
    line-height: 1.34;
  }

  .brolly-global-investor-gate-intro {
    margin: 8px 0 4px;
    font-size: 13px;
    line-height: 1.3;
  }

  .brolly-global-investor-gate-list {
    padding-left: 17px;
    font-size: 12.8px;
    line-height: 1.28;
  }

  .brolly-global-investor-gate-list li {
    margin: 2px 0;
  }

  .brolly-global-investor-gate-check {
    margin-top: 8px;
    padding: 9px 10px;
    font-size: 13px;
  }

  .brolly-global-investor-gate-actions {
    gap: 10px;
    margin-top: 10px;
  }

  .brolly-global-investor-gate-button {
    min-height: 48px;
    padding-inline: 10px;
    border-radius: 14px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brolly-global-investor-gate-overlay {
    transition: none;
  }
}
