.ios-install-invite-dialog,
.ios-app-store-dialog {
  padding: 0;
  border: 0;
  background: transparent;
  color: #101010;
}

.ios-install-invite-dialog::backdrop,
.ios-app-store-dialog::backdrop {
  background: rgba(0, 0, 0, .7);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ios-install-invite-dialog {
  width: min(390px, calc(100vw - 28px));
  max-width: calc(100vw - 28px);
  border-radius: 28px;
}

.ios-install-invite-card {
  position: relative;
  overflow: hidden;
  padding: 30px 24px calc(22px + env(safe-area-inset-bottom));
  border: 1px solid rgba(230, 194, 99, .35);
  border-radius: 28px;
  background: radial-gradient(circle at 50% -10%, rgba(229, 188, 79, .24), transparent 40%), linear-gradient(155deg, #1c1a16, #070707 60%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .75);
  color: #f8f4eb;
  text-align: center;
}

.ios-store-close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e9e9ee;
  color: #5b5b62;
  font: 500 26px/1 -apple-system, BlinkMacSystemFont, "SF Pro Display", Arial, sans-serif;
  cursor: pointer;
}

.ios-install-invite-card > .ios-store-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.ios-install-invite-logo {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 16px;
  border: 1px solid rgba(239, 204, 109, .45);
  border-radius: 23px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .55);
  object-fit: cover;
}

.ios-store-eyebrow {
  margin: 0 0 8px;
  color: #dcb957;
  font: 800 10px/1.2 -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
  letter-spacing: 1.7px;
}

.ios-install-invite-card h2 {
  margin: 0;
  color: #fff;
  font: 800 clamp(25px, 7vw, 33px)/1.08 -apple-system, BlinkMacSystemFont, "SF Pro Display", Arial, sans-serif;
  letter-spacing: -.8px;
}

.ios-install-invite-card > p:not(.ios-store-eyebrow) {
  margin: 13px auto 22px;
  color: #bdb9b0;
  font: 500 14px/1.48 -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
}

.ios-store-primary,
.ios-app-store-install {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(110deg, #efcf73, #c78e22);
  color: #080808;
  font: 800 13px/1 -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
  letter-spacing: .45px;
  cursor: pointer;
}

.ios-install-invite-card > .ios-store-primary {
  width: 100%;
  min-height: 49px;
}

#androidInstallInviteDialog .ios-store-primary { display: flex; align-items: center; justify-content: center; padding: 15px; text-align: center; text-decoration: none; box-sizing: border-box; }
#androidInstallInviteDialog .ios-install-invite-card > p { font-size: 15px; line-height: 1.5; }
#androidInstallLater { min-height: 44px; border: 0; background: transparent; color: #d6ad5d; font-size: 16px; }

.ios-install-never {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 17px;
  color: #d2cec5;
  font: 500 13px/1.2 -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
}

.ios-install-never input {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: #d2a43a;
}

.ios-store-later {
  margin-top: 12px;
  padding: 7px 14px;
  border: 0;
  background: transparent;
  color: #9e9a91;
  font: 650 12px/1 -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
}

.ios-app-store-dialog {
  inset: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0;
  box-sizing: border-box;
}

.ios-app-store-page {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f7f7f9;
  color: #151518;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
}

.ios-app-store-nav {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: calc(58px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) 16px 0;
  border-bottom: 1px solid #dedee3;
  background: rgba(249, 249, 251, .94);
}

.ios-app-store-nav strong {
  overflow: hidden;
  font-size: 17px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ios-app-store-nav span {
  color: #797980;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .8px;
}

.ios-app-store-main {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 26px 20px 100px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.ios-app-store-hero {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.ios-app-store-hero > img {
  width: 118px;
  height: 118px;
  border: 1px solid #d4d4d9;
  border-radius: 27px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
  object-fit: cover;
}

.ios-app-store-hero h2 {
  margin: 0;
  font-size: clamp(28px, 8vw, 42px);
  letter-spacing: -1.3px;
}

.ios-app-store-hero div > p:not(.ios-store-eyebrow) {
  margin: 5px 0 14px;
  color: #717177;
  font-size: 14px;
}

.ios-app-store-install {
  min-width: 112px;
  min-height: 36px;
  padding: 0 20px;
  background: #087bf0;
  color: #fff;
}

.ios-app-store-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 25px 0;
  padding: 17px 0;
  border-top: 1px solid #d8d8dd;
  border-bottom: 1px solid #d8d8dd;
}

.ios-app-store-facts div {
  min-width: 0;
  padding: 0 12px;
  text-align: center;
}

.ios-app-store-facts div + div { border-left: 1px solid #d8d8dd; }
.ios-app-store-facts small,
.ios-app-store-facts strong { display: block; }
.ios-app-store-facts small { color: #919197; font-size: 9px; font-weight: 750; letter-spacing: .6px; }
.ios-app-store-facts strong { margin-top: 5px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }

.ios-app-store-section { margin-top: 28px; }
.ios-app-store-section h3 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.5px; }

.ios-app-store-shots {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(245px, 72%);
  gap: 13px;
  overflow-x: auto;
  padding: 0 2px 9px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ios-app-store-shots::-webkit-scrollbar { display: none; }
.ios-app-store-shots figure { margin: 0; scroll-snap-align: start; }
.ios-app-store-shots img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #d7d7dc;
  border-radius: 18px;
  background: #111;
  object-fit: cover;
}
.ios-app-store-shots figcaption { padding: 8px 3px 0; color: #66666c; font-size: 12px; font-weight: 650; }

.ios-app-store-description {
  padding-top: 24px;
  border-top: 1px solid #d8d8dd;
}
.ios-app-store-description p,
.ios-app-store-description li { color: #55555b; font-size: 14px; line-height: 1.55; }
.ios-app-store-description ul { margin: 12px 0 0; padding-left: 21px; }
.ios-app-store-note { margin: 28px 0 0; padding: 14px; border-radius: 13px; background: #ebebef; color: #6c6c72; font-size: 11px; line-height: 1.45; }

.ios-app-store-footer {
  padding: 11px 18px calc(11px + env(safe-area-inset-bottom));
  border-top: 1px solid #dedee3;
  background: rgba(249, 249, 251, .96);
}
.ios-app-store-footer .ios-store-primary { display: block; width: min(520px, 100%); min-height: 48px; margin: 0 auto; }

@media (max-width: 430px) {
  .ios-app-store-main { padding: 21px 17px 90px; }
  .ios-app-store-hero { grid-template-columns: 96px minmax(0, 1fr); gap: 15px; }
  .ios-app-store-hero > img { width: 96px; height: 96px; border-radius: 23px; }
  .ios-app-store-hero h2 { font-size: 29px; }
  .ios-app-store-shots { grid-auto-columns: 84%; }
}

@media (orientation: landscape) and (max-height: 520px) {
  .ios-install-invite-dialog { width: min(680px, calc(100vw - 24px)); }
  .ios-install-invite-card { display: grid; grid-template-columns: 104px minmax(0, 1fr); column-gap: 19px; padding: 18px 24px; text-align: left; }
  .ios-install-invite-logo { grid-row: 1 / 6; width: 100px; height: 100px; margin: 0; align-self: center; }
  .ios-install-invite-card > p:not(.ios-store-eyebrow) { margin: 6px 0 10px; font-size: 12px; }
  .ios-install-invite-card > .ios-store-primary { min-height: 42px; }
  .ios-install-never { justify-content: flex-start; margin-top: 9px; }
  .ios-store-later { margin: 2px 0 0; text-align: left; }
  .ios-app-store-main { width: min(920px, 100%); padding-top: 18px; }
  .ios-app-store-hero { grid-template-columns: 88px minmax(0, 1fr); }
  .ios-app-store-hero > img { width: 88px; height: 88px; border-radius: 21px; }
  .ios-app-store-facts { margin: 15px 0; padding: 11px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ios-install-invite-dialog *, .ios-app-store-dialog * { scroll-behavior: auto !important; }
}

/* Hoja nativa de instalación: conserva visible la ficha y acerca los pasos a los controles del navegador. */
.ios-install-sheet-dialog.access-dialog {
  inset: auto 0 0;
  width: min(600px, 100vw);
  max-width: 100vw;
  max-height: min(690px, calc(100dvh - 8px));
  margin: auto auto 0;
  overflow: auto;
  border: 0;
  border-radius: 30px 30px 0 0;
  background: #fff;
  color: #111;
  box-shadow: 0 -14px 55px rgba(0, 0, 0, .24);
  outline: none;
}

.ios-install-sheet-dialog.access-dialog::backdrop {
  background: rgba(0, 0, 0, .34);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.ios-install-sheet.access-form {
  padding: 25px 28px calc(28px + env(safe-area-inset-bottom));
  background: #fff;
  color: #111;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif;
}

.ios-install-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 21px;
}

.ios-install-sheet-header h2,
.ios-install-sheet.access-form h2 {
  margin: 0;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.35px;
}

.ios-install-sheet-header .dialog-close {
  position: static;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #67676c;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}

.ios-install-app-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid #ceced3;
  border-radius: 5px;
  background: #fff;
}

.ios-install-sheet .ios-install-logo {
  width: 76px;
  height: 76px;
  margin: 0;
  border: 1px solid #d5d5da;
  border-radius: 17px;
  box-shadow: none;
  object-fit: cover;
}

.ios-install-app-card span,
.ios-install-app-card strong,
.ios-install-app-card small {
  display: block;
}

.ios-install-app-card strong {
  color: #111;
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -.3px;
}

.ios-install-app-card small {
  margin-top: 5px;
  color: #85858a;
  font-size: 15px;
}

.ios-install-sheet-intro,
.ios-install-sheet .ios-safari-share-cue,
.ios-install-sheet .ios-browser-share-pointer,
.ios-install-sheet .ios-install-status,
.ios-install-sheet .ios-install-done {
  display: none !important;
}

.ios-install-sheet .ios-install-steps {
  display: grid;
  gap: 21px;
  margin: 30px 8px 0;
  color: #111;
  text-align: left;
}

.ios-install-sheet .ios-install-steps article {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto;
  align-items: start;
  gap: 7px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ios-install-sheet .ios-install-steps article > b {
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}

.ios-install-sheet .ios-install-steps strong {
  color: #111;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.45;
}

.ios-install-sheet .ios-install-steps strong em {
  font-style: normal;
  font-weight: 750;
}

.ios-install-sheet .ios-install-steps small {
  display: none;
}

.ios-install-sheet .ios-install-steps article > i {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  margin-top: -3px;
  border: 2px solid #111;
  border-radius: 4px;
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.ios-install-sheet .ios-install-step-icon {
  width: 32px;
  height: 32px;
  margin-top: -4px;
  overflow: visible;
  fill: none;
  stroke: #111;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.ios-install-sheet .ios-install-steps article > img {
  width: 34px;
  height: 34px;
  margin-top: -5px;
  border: 1px solid #d2d2d6;
  border-radius: 8px;
  object-fit: cover;
}

@media (max-width: 430px) {
  .ios-install-sheet.access-form {
    padding: 22px 22px calc(24px + env(safe-area-inset-bottom));
  }

  .ios-install-app-card {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 16px;
    padding: 17px 18px;
  }

  .ios-install-sheet .ios-install-logo {
    width: 66px;
    height: 66px;
    border-radius: 15px;
  }

  .ios-install-sheet .ios-install-steps {
    gap: 19px;
    margin: 26px 4px 0;
  }
}

@media (orientation: landscape) and (max-height: 520px) {
  .ios-install-sheet-dialog.access-dialog {
    width: min(720px, 100vw);
    max-height: calc(100dvh - 4px);
  }

  .ios-install-sheet.access-form {
    display: block;
    padding: 14px 22px calc(14px + env(safe-area-inset-bottom));
  }

  .ios-install-sheet-header { margin-bottom: 10px; }
  .ios-install-sheet-header h2, .ios-install-sheet.access-form h2 { font-size: 19px; }
  .ios-install-sheet-header .dialog-close { width: 31px; height: 31px; font-size: 30px; }
  .ios-install-app-card { grid-template-columns: 52px minmax(0, 1fr); gap: 12px; padding: 10px 13px; }
  .ios-install-sheet .ios-install-logo { width: 52px; height: 52px; border-radius: 12px; }
  .ios-install-app-card strong { font-size: 17px; }
  .ios-install-app-card small { margin-top: 2px; font-size: 13px; }
  .ios-install-sheet .ios-install-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 15px 0 0; }
  .ios-install-sheet .ios-install-steps article { grid-template-columns: 22px minmax(0, 1fr); gap: 5px; }
  .ios-install-sheet .ios-install-steps article > i,
  .ios-install-sheet .ios-install-step-icon,
  .ios-install-sheet .ios-install-steps article > img { display: none; }
  .ios-install-sheet .ios-install-steps strong,
  .ios-install-sheet .ios-install-steps article > b { font-size: 13px; }
}
/* BLACK EYE INSTALL HUB: GENERATED START */
html.be-install-hub-open,html.be-install-hub-open body{overflow:hidden!important}
html.be-install-hub-enabled #installAppleButton{display:none!important}
html.be-web-header-favorites #mainNav [data-view="favorites"]{display:none!important}
html.be-install-hub-enabled .topbar{flex-wrap:wrap}
html.be-install-hub-enabled .top-actions{max-width:100%}
#webFavoritesButton,#webInstallAppButton{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border:1px solid #d4b15732;border-radius:13px;background:#151515;color:#e9d199;cursor:pointer;padding:9px}
#webFavoritesButton svg,#webInstallAppButton svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#webFavoritesButton.is-current svg{fill:currentColor}
#webFavoritesButton:focus-visible,#webInstallAppButton:focus-visible{outline:2px solid #f0cf7b;outline-offset:3px}
@media(max-width:760px){html.be-install-hub-enabled .top-actions{gap:6px}#webFavoritesButton,#webInstallAppButton{flex:0 0 38px;width:38px;height:40px;padding:8px}html.be-install-hub-enabled .top-actions .search{min-width:42px;padding:9px 6px}}
#installAppHubButton svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}
#beInstallHub{--bih-gold:#f0cf7b;--bih-muted:#b7b4ad;color:#faf7ef;background:#0d0e0f;border:1px solid #7e683c;border-radius:24px;box-shadow:0 30px 100px #000c;width:calc(100% - 32px);max-width:1080px;height:calc(100% - 32px);height:calc(100dvh - 32px);max-height:850px;inset:0;margin:auto;padding:0;overflow:hidden;font:16px/1.5 system-ui,-apple-system,sans-serif;box-sizing:border-box;text-align:left}
#beInstallHub:not([open]){display:none!important}
#beInstallHub[open]{display:flex!important;flex-direction:column}
#beInstallHub::backdrop{background:#000c}
#beInstallHub *{box-sizing:border-box}
#beInstallHub [hidden]{display:none!important}
#beInstallHub button,#beInstallHub a{font:inherit;cursor:pointer;text-transform:none;letter-spacing:normal;touch-action:manipulation}
#beInstallHub button{color:inherit}
#beInstallHub a{color:var(--bih-gold)}
#beInstallHub svg{width:24px;height:24px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
#beInstallHub button:focus-visible,#beInstallHub a:focus-visible,#beInstallHub summary:focus-visible,#beInstallHub input:focus-visible{outline:3px solid #fff!important;outline-offset:3px!important;box-shadow:none!important}
#beInstallHub .bih-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;border-bottom:1px solid #ffffff12;flex:0 0 auto;background:#101112}
#beInstallHub .bih-header>span{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:750;letter-spacing:.15em;color:#e3d3ae}
#beInstallHub .bih-header img{object-fit:contain}
#beInstallHub .bih-header button{display:grid;place-items:center;border:1px solid #ffffff30;border-radius:50%;width:40px;height:40px;background:#ffffff08;padding:0}
#beInstallHub .bih-content{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:28px;scrollbar-color:#9b7a3f #141414;scrollbar-width:thin}
#beInstallHub .bih-content:focus{outline:none!important;box-shadow:none!important}
#beInstallHub h2,#beInstallHub h3,#beInstallHub p,#beInstallHub figure{margin:0}
#beInstallHub h2,#beInstallHub h3{font-family:system-ui,-apple-system,sans-serif!important;text-transform:none!important;font-weight:750}
#beInstallHub .bih-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:26px;align-items:center}
#beInstallHub .bih-kicker{font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--bih-gold);margin-bottom:9px}
#beInstallHub h2{font-size:clamp(27px,3.5vw,42px);line-height:1.08;letter-spacing:-.04em;text-wrap:balance;color:#fff}
#beInstallHub .bih-lead{margin:15px 0;color:#d7d5ce;font-size:16px;line-height:1.55}
#beInstallHub .bih-recommend{display:flex;gap:10px;align-items:center;margin:17px 0}
#beInstallHub .bih-recommend>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid #b9914666;border-radius:12px;color:var(--bih-gold)}
#beInstallHub small{display:block;font-size:12px;letter-spacing:.03em;color:var(--bih-muted)}
#beInstallHub .bih-recommend strong{font-size:17px}
#beInstallHub .bih-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
#beInstallHub .bih-primary,#beInstallHub .bih-secondary{display:inline-flex;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:11px 17px;border:1px solid #e8c16b55;border-radius:12px;text-decoration:none;font-size:14px;font-weight:750;line-height:1.35;white-space:normal}
#beInstallHub .bih-primary{background:linear-gradient(110deg,#f7df9c,#d0a148);color:#191406;box-shadow:0 6px 26px #d1a04b20}
#beInstallHub .bih-secondary{background:#1e1c17;color:#f2d795}
#beInstallHub .bih-text-link{background:none;border:0;padding:4px 0;color:var(--bih-gold);font-size:14px;text-underline-offset:4px;text-decoration:underline}
#beInstallHub .bih-caption{font-size:13px;color:var(--bih-muted);margin-top:12px;line-height:1.5}
#beInstallHub .bih-preview{background:#070809;border:1px solid #f0cf7b40;padding:6px;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px #0008}
#beInstallHub .bih-preview>img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;border-radius:10px}
#beInstallHub .bih-preview figcaption{display:flex;align-items:center;gap:12px;padding:14px 10px;font-size:14px;color:#e9d69d}
#beInstallHub .bih-preview figcaption img{object-fit:contain;flex:0 0 auto}
#beInstallHub .bih-devices{margin-top:28px;scroll-margin-top:10px}
#beInstallHub .bih-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:13px}
#beInstallHub h3{font-size:21px;letter-spacing:-.02em}
#beInstallHub .bih-section-title>span{font-size:13px;color:var(--bih-muted)}
#beInstallHub .bih-device-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
#beInstallHub .bih-device{display:flex;align-items:center;gap:12px;min-width:0;padding:13px;border:1px solid #ffffff1c;border-radius:12px;background:linear-gradient(120deg,#20201e,#141516);text-align:left}
#beInstallHub .bih-device>svg:first-child{color:var(--bih-gold)}
#beInstallHub .bih-device>svg:last-child{width:16px;height:16px;margin-left:auto;color:#9f957e}
#beInstallHub .bih-device span{min-width:0}
#beInstallHub .bih-device strong{font-size:14px;display:block}
#beInstallHub .bih-device:hover,#beInstallHub .bih-browser-choice button[aria-pressed=true]{border-color:#dabb6a;background:#302819}
#beInstallHub .bih-download-strip{margin-top:20px;display:flex;gap:16px;align-items:center;flex-wrap:wrap;padding:17px 20px;background:#181611;border:1px solid #bea26040;border-radius:14px}
#beInstallHub .bih-download-strip strong{display:block;font-size:30px;letter-spacing:.08em;font-variant-numeric:tabular-nums;line-height:1.2;color:var(--bih-gold)}
#beInstallHub .bih-direct{margin-left:auto;min-width:0}
#beInstallHub .bih-direct a{overflow-wrap:anywhere;font-size:14px}
#beInstallHub .bih-footer{display:flex;align-items:center;gap:14px;padding:12px 24px;border-top:1px solid #ffffff1c;flex:0 0 auto;background:#101112}
#beInstallHub .bih-footer label{display:flex;align-items:center;gap:9px;font-size:14px;color:#c8c5bd;cursor:pointer}
#beInstallHub .bih-footer input{width:18px;height:18px;accent-color:#e5bf66;flex:0 0 auto}
#beInstallHub .bih-footer>[role=status]{font-size:12px;min-width:0;overflow-wrap:anywhere;color:var(--bih-gold)}
#beInstallHub .bih-footer>button{margin-left:auto;flex:0 0 auto}
#beInstallHub .bih-manual-heading{display:flex;align-items:center;gap:16px;margin:22px 0}
#beInstallHub .bih-manual-heading>svg{width:45px;height:45px;color:var(--bih-gold)}
#beInstallHub .bih-manual-grid{display:grid;grid-template-columns:minmax(0,1fr) 265px;gap:28px;align-items:start}
#beInstallHub .bih-steps{list-style:none;counter-reset:steps;margin:16px 0;padding:0}
#beInstallHub .bih-steps li{counter-increment:steps;display:flex;align-items:flex-start;gap:15px;padding:0 0 23px;position:relative}
#beInstallHub .bih-steps li:before{content:counter(steps);display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border-radius:10px;background:#e2bc651a;border:1px solid #d0af6344;color:var(--bih-gold);font-weight:750}
#beInstallHub .bih-steps strong{font-size:17px;color:#fff}
#beInstallHub .bih-steps p{color:#cbc8bf;font-size:15px;margin-top:5px;overflow-wrap:anywhere}
#beInstallHub .bih-steps strong svg{margin-right:4px;color:#f2d68f}
#beInstallHub .bih-note{padding:14px 16px;border-left:2px solid #d6b36a;background:#a9843410;border-radius:0 10px 10px 0;font-size:14px;color:#d0cab9;margin:8px 0 13px}
#beInstallHub .bih-manual-aside{border:1px solid #bca36240;border-radius:18px;padding:22px;background:#181713;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;min-width:0}
#beInstallHub .bih-app-logo{border:1px solid #ffffff22;border-radius:20px;object-fit:contain}
#beInstallHub .bih-manual-aside>p,#beInstallHub .bih-updates p{font-size:14px;color:var(--bih-muted);line-height:1.5}
#beInstallHub .bih-updates{border-top:1px solid #ffffff20;padding-top:14px;text-align:left}
#beInstallHub .bih-updates strong{font-size:15px;color:var(--bih-gold)}
#beInstallHub .bih-code strong{display:block;font-size:32px;letter-spacing:.08em;color:var(--bih-gold);margin:2px 0 12px}
#beInstallHub .bih-browser-choice{display:flex;gap:8px}
#beInstallHub .bih-browser-choice button{padding:9px 20px;border:1px solid #ffffff22;border-radius:10px;background:#171717;font-size:14px}
#beInstallHub .bih-details{border:1px solid #ffffff22;border-radius:12px;margin:10px 0;padding:14px 16px;font-size:14px}
#beInstallHub .bih-details summary{cursor:pointer;color:var(--bih-gold);font-weight:650}
#beInstallHub .bih-details p{margin:12px 0;color:#c8c5bd}
#beInstallHub .bih-guide-image img{display:block;width:min(100%,450px);height:auto;margin:16px auto 0;border-radius:12px}
#beInstallHub .dialog-scroll-assist{position:absolute!important;left:auto!important;top:auto!important;right:18px!important;bottom:80px!important;width:42px!important;height:42px!important;border:1px solid #c5a258!important;border-radius:50%!important;background:#171713!important;color:#f0cf7b!important;z-index:5}
#beInstallHub .bih-device-grid small{font-size:14px;letter-spacing:0}
@media(max-width:750px){#beInstallHub .bih-hero{grid-template-columns:1fr}.bih-preview{display:none}#beInstallHub .bih-device-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#beInstallHub .bih-manual-grid{grid-template-columns:1fr}#beInstallHub .bih-manual-aside{padding:18px}#beInstallHub .bih-direct{margin-left:0}#beInstallHub .bih-section-title{align-items:flex-start;flex-direction:column;gap:2px}}
@media(max-width:480px){#beInstallHub{width:calc(100% - 12px);height:calc(100% - 12px);height:calc(100dvh - 12px);max-height:none;border-radius:18px}#beInstallHub .bih-header{padding:9px 15px}#beInstallHub .bih-content{padding:20px 16px}#beInstallHub .bih-device{padding:11px 9px;gap:8px}#beInstallHub .bih-device>svg:last-child{display:none}#beInstallHub .bih-device>svg{width:20px;height:20px}#beInstallHub .bih-device small{font-size:12px}#beInstallHub .bih-footer{padding:10px 14px;gap:9px;flex-wrap:wrap}#beInstallHub .bih-footer>[role=status]:not(:empty){order:3;flex-basis:100%}#beInstallHub .bih-footer label{font-size:13px}#beInstallHub .bih-primary{width:100%}#beInstallHub .bih-download-strip{padding:14px;gap:12px}#beInstallHub .bih-hero h2{font-size:32px}}
@media(max-height:500px) and (min-width:751px){#beInstallHub{height:calc(100% - 12px);max-height:none}#beInstallHub .bih-header,#beInstallHub .bih-footer{padding:7px 20px}#beInstallHub .bih-content{padding:18px 24px}#beInstallHub .bih-hero h2{font-size:29px}}
@media(prefers-reduced-motion:reduce){#beInstallHub *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
#beInstallHub .bih-tutorials{margin:18px 0 24px}
#beInstallHub .bih-tutorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}
#beInstallHub .bih-tutorial{min-width:0;border:1px solid #d8b56b45;border-radius:14px;background:#141516;overflow:hidden}
#beInstallHub .bih-tutorial figcaption{padding:14px 16px;min-height:82px}
#beInstallHub .bih-tutorial figcaption strong{display:block;font-size:16px;line-height:1.35}
#beInstallHub .bih-tutorial video{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#000}
#beInstallHub .bih-tutorial video:focus-visible{outline:3px solid #f0cf7b;outline-offset:-3px}
#beInstallHub .bih-tutorial-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px}
#beInstallHub .bih-tutorial-actions .bih-secondary{font-size:13px;padding:8px 12px}
#beInstallHub .bih-tutorial-actions a{font-size:13px}
#beInstallHub [data-tutorial-status]:not(:empty){padding:0 12px 12px}
body.bih-standalone{margin:0;background:#08090b;color:#fff;font-family:system-ui,-apple-system,sans-serif}
body.bih-standalone #beInstallHub{position:relative;width:100%;max-width:1120px;height:auto;max-height:none;border-radius:0;overflow:visible;box-shadow:none}
body.bih-standalone #beInstallHub .bih-content{overflow:visible}
body.bih-standalone #beInstallHub .bih-header{position:sticky;top:0;z-index:3}
@media(max-width:650px){#beInstallHub .bih-tutorial-grid{grid-template-columns:minmax(0,1fr)}#beInstallHub .bih-tutorial figcaption{min-height:0}}

/* BLACK EYE INSTALL HUB: GENERATED END */
