:root {
  color-scheme: dark;
  --tmb-black: #050505;
  --tmb-panel: #171720;
  --tmb-gold: #e8bd63;
  --tmb-red: #c91f2e;
  --tmb-white: #ffffff;
}

* {
  box-sizing: border-box;
}

body.tmb-offline {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 70% 20%, rgba(232, 189, 99, .18), transparent 28%),
    linear-gradient(135deg, #050505, #11121a 55%, #050505);
  color: var(--tmb-white);
  font-family: Montserrat, Arial, sans-serif;
}

.tmb-offline-card {
  width: min(100%, 560px);
  padding: clamp(28px, 6vw, 56px);
  border: 1px solid rgba(232, 189, 99, .45);
  border-radius: 16px;
  background: rgba(23, 23, 32, .92);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .48);
}

.tmb-eyebrow {
  margin: 0 0 12px;
  color: var(--tmb-gold);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tmb-offline-card h1 {
  margin: 0;
  color: var(--tmb-white);
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(42px, 9vw, 74px);
  line-height: .9;
  text-transform: uppercase;
}

.tmb-offline-card p:not(.tmb-eyebrow) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.6;
}

.tmb-offline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 22px;
  border-radius: 8px;
  background: var(--tmb-gold);
  color: #050505;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.tmb-pwa-install-button.is-installed {
  opacity: .72;
  cursor: default;
}

#tmb-pwa-install-prompt.awb-off-canvas-wrap {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  width: 100vw !important;
  height: 100vh !important;
  min-height: 100vh !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 18px !important;
  background: rgba(0, 0, 0, .72) !important;
  overflow: auto !important;
}

#tmb-pwa-install-prompt.awb-show {
  display: flex !important;
}

#tmb-pwa-install-prompt .awb-off-canvas {
  position: relative !important;
  width: min(520px, calc(100vw - 32px)) !important;
  max-height: calc(100vh - 36px) !important;
  overflow: auto !important;
  padding: 34px 30px 30px !important;
  border: 1px solid rgba(232, 189, 99, .55) !important;
  border-radius: 18px !important;
  background: rgba(17, 17, 24, .98) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .58) !important;
}

#tmb-pwa-install-prompt .awb-off-canvas-inner,
#tmb-pwa-install-prompt .off-canvas-content,
#tmb-pwa-install-prompt .fusion-fullwidth,
#tmb-pwa-install-prompt .fusion-builder-row,
#tmb-pwa-install-prompt .fusion-layout-column,
#tmb-pwa-install-prompt .fusion-column-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#tmb-pwa-install-prompt .off-canvas-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 2 !important;
  width: 34px !important;
  height: 34px !important;
  border: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

#tmb-pwa-install-prompt .off-canvas-close:hover {
  color: #e8bd63 !important;
}

body.tmb-pwa-modal-open .tmb-ai-widget,
body.tmb-pwa-modal-open .tmb-ai-launcher,
body.tmb-pwa-modal-open .tmb-ai-panel {
  z-index: 2147482000 !important;
}

.tmb-pwa-offcanvas-card {
  text-align: center;
}

.tmb-pwa-offcanvas-card img {
  display: block;
  width: min(34vw, 132px);
  max-width: 132px;
  height: auto;
  margin: 0 auto 18px;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .36);
}

.tmb-pwa-offcanvas-card h2 {
  margin: 0;
  color: #e8bd63;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: .95;
  text-transform: uppercase;
}

.tmb-pwa-offcanvas-card p {
  margin: 14px auto 0;
  max-width: 420px;
  color: rgba(255, 255, 255, .84);
  font-size: 17px;
  line-height: 1.55;
}

.tmb-pwa-offcanvas-card .tmb-pwa-install-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 24px;
  padding: 0 24px;
  border-radius: 8px;
  background: #e8bd63;
  color: #050505;
  font-family: Oswald, Impact, sans-serif;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.tmb-pwa-offcanvas-card .tmb-pwa-install-note {
  max-width: 360px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.45;
}
