/**
 * Unsupported browser gate — Chrome, Brave, and Safari only.
 * Loaded on all public pages; inert unless html.orby-unsupported-browser is set by boot JS.
 */

html.orby-unsupported-browser,
html.orby-unsupported-browser body {
  overflow: hidden !important;
  background: #080808 !important;
}

html.orby-unsupported-browser .workspace,
html.orby-unsupported-browser .dropzone,
html.orby-unsupported-browser #app,
html.orby-unsupported-browser .orby-marketing-scroll-nav,
html.orby-unsupported-browser .orby-marketing,
html.orby-unsupported-browser #orby-marketing,
html.orby-unsupported-browser .legal-doc,
html.orby-unsupported-browser .orby-sr,
html.orby-unsupported-browser #orbyMobile,
html.orby-unsupported-browser .orby-mobile-gate {
  visibility: hidden !important;
  pointer-events: none !important;
}

.orby-unsupported-browser-gate {
  position: fixed;
  inset: 0;
  z-index: 100060;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: max(1.38rem, env(safe-area-inset-top, 0px)) 1.25rem
    max(1.38rem, env(safe-area-inset-bottom, 0px));
  background: #080808;
  color: #f5f5f5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.orby-unsupported-browser-gate__panel {
  box-sizing: border-box;
  width: min(100%, 26rem);
  padding: 1.85rem 1.5rem;
  border: 1px solid color-mix(in srgb, #c4ff00 22%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, #141414 92%, #080808);
  text-align: center;
  box-shadow: 0 20px 60px color-mix(in srgb, #080808 55%, transparent);
}

.orby-unsupported-browser-gate__title {
  margin: 0 0 0.9rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #ff80e2;
}

.orby-unsupported-browser-gate__body {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #f0f0f0;
}

.orby-unsupported-browser-gate__body strong {
  color: #c4ff00;
  font-weight: 700;
}

html.orby-browser-gate-open {
  overflow: hidden;
}
