.aq-install-prompt {
  position: fixed;
  right: 22px;
  bottom: 72px;
  z-index: 2147482500;
  width: min(410px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid rgba(126, 202, 229, .28);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(8, 23, 38, .97), rgba(4, 10, 20, .98)),
    #06111f;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .56), 0 0 50px rgba(72, 218, 250, .07);
  backdrop-filter: blur(24px) saturate(128%);
  -webkit-backdrop-filter: blur(24px) saturate(128%);
  color: #f4f9ff;
  transform: translateY(22px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, transform .35s ease, visibility .35s ease;
}

.aq-install-prompt.is-visible { transform: translateY(0); opacity: 1; visibility: visible; }
.aq-install-prompt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at 14% 0%, rgba(88, 229, 250, .12), transparent 36%);
}
.aq-install-head { position: relative; display: grid; grid-template-columns: 48px 1fr auto; gap: 12px; align-items: center; }
.aq-install-icon { width: 48px; height: 48px; border-radius: 15px; box-shadow: 0 12px 32px rgba(51, 183, 235, .2); }
.aq-install-head span { display: block; color: #64e7fa; font-size: 8px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.aq-install-head strong { display: block; margin-top: 5px; font: 700 15px/1.2 Sora, Manrope, sans-serif; }
.aq-install-close { width: 34px; height: 34px; border: 1px solid rgba(151, 190, 216, .2); border-radius: 11px; background: rgba(255, 255, 255, .025); color: #8fa4b7; cursor: pointer; }
.aq-install-copy { position: relative; margin: 15px 0 16px; color: #93a7b8; font-size: 12px; line-height: 1.65; }
.aq-install-trust { position: relative; display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 15px; }
.aq-install-trust span { padding: 6px 8px; border: 1px solid rgba(137, 187, 215, .13); border-radius: 999px; color: #88a1b4; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aq-install-actions { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; gap: 9px; }
.aq-install-actions button { min-height: 43px; border: 1px solid rgba(139, 184, 211, .25); border-radius: 12px; background: rgba(8, 20, 34, .92); color: #e9f7ff; font-size: 11px; font-weight: 800; cursor: pointer; }
.aq-install-actions .primary { border-color: transparent; background: linear-gradient(110deg, #69e8fa, #a195ff); color: #03111a; }
.aq-install-help { position: relative; display: none; margin: 12px 0 0; padding: 11px 12px; border-left: 2px solid #66e6f9; background: rgba(75, 215, 246, .055); color: #a9bdcb; font-size: 10px; line-height: 1.55; }
.aq-install-help.is-visible { display: block; }

body.avenqora-app-mode { min-height: 100vh; min-height: 100dvh; background: #020711; }
body.avenqora-app-mode #cookieBanner { display: none !important; }
.aq-app-launch {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(24px, 5vw, 64px);
  background:
    radial-gradient(circle at 16% 12%, rgba(55, 217, 248, .12), transparent 30%),
    radial-gradient(circle at 84% 84%, rgba(137, 118, 255, .11), transparent 32%),
    linear-gradient(150deg, #020711, #050914 56%, #030714);
}
.aq-app-launch::before {
  content: "";
  position: absolute;
  inset: -20%;
  opacity: .34;
  background-image: linear-gradient(rgba(110, 218, 241, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(110, 218, 241, .045) 1px, transparent 1px);
  background-size: 58px 58px;
  transform: perspective(900px) rotateX(65deg) translateY(25%);
  transform-origin: center;
  pointer-events: none;
}
.aq-app-launch-card {
  position: relative;
  z-index: 1;
  width: min(1060px, 100%);
  overflow: hidden;
  border: 1px solid rgba(131, 184, 215, .2);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(7, 20, 34, .96), rgba(3, 9, 18, .96));
  box-shadow: 0 45px 140px rgba(0, 0, 0, .52);
}
.aq-app-launch-top { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 18px 22px; border-bottom: 1px solid rgba(137, 180, 207, .13); }
.aq-app-brand { display: flex; gap: 11px; align-items: center; font: 800 14px/1 Sora, Manrope, sans-serif; letter-spacing: .18em; }
.aq-app-brand img { width: 38px; height: 38px; border-radius: 12px; }
.aq-app-private { display: inline-flex; gap: 7px; align-items: center; color: #85a0b4; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.aq-app-private::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #60e9bd; box-shadow: 0 0 12px rgba(96, 233, 189, .7); }
.aq-app-launch-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); }
.aq-app-launch-copy { padding: clamp(32px, 6vw, 72px); border-right: 1px solid rgba(137, 180, 207, .13); }
.aq-app-kicker { display: inline-flex; color: #65e8fa; font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.aq-app-launch h1 { max-width: 610px; margin: 17px 0 20px; color: #f5f9ff; font: 730 clamp(42px, 6vw, 76px)/.96 Sora, Manrope, sans-serif; letter-spacing: -.06em; }
.aq-app-launch-copy > p { max-width: 600px; margin: 0; color: #91a4b6; font-size: 13px; line-height: 1.75; }
.aq-app-boundary { display: grid; gap: 7px; margin-top: 28px; padding: 15px 17px; border-left: 2px solid #67e7fa; background: rgba(73, 214, 245, .05); color: #93a9ba; font-size: 11px; line-height: 1.55; }
.aq-app-boundary strong { color: #dff8ff; }
.aq-app-access { display: grid; align-content: center; gap: 12px; padding: clamp(26px, 5vw, 54px); }
.aq-app-access-card { width: 100%; padding: 20px; border: 1px solid rgba(139, 187, 215, .18); border-radius: 18px; background: linear-gradient(145deg, rgba(11, 28, 46, .8), rgba(5, 13, 25, .82)); color: inherit; text-align: left; cursor: pointer; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.aq-app-access-card:hover,.aq-app-access-card:focus-visible { transform: translateY(-3px); border-color: rgba(102, 231, 249, .48); background: rgba(10, 29, 47, .95); outline: none; }
.aq-app-access-card span { display: block; color: #66e7fa; font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.aq-app-access-card strong { display: block; margin: 11px 0 7px; font: 700 17px/1.2 Sora, Manrope, sans-serif; }
.aq-app-access-card small { display: block; color: #8297aa; font-size: 10px; line-height: 1.55; }
.aq-app-access-card.owner { border-style: dashed; }
.aq-app-browser { justify-self: start; margin-top: 6px; border: 0; background: transparent; color: #8ba1b3; font-size: 10px; font-weight: 750; cursor: pointer; }
.aq-app-login { width: min(620px, 100%); padding: clamp(26px, 5vw, 48px); }
.aq-app-login h1 { font-size: clamp(38px, 7vw, 62px); }
.aq-app-login .form-grid { margin-top: 26px; }
.aq-app-login-note { margin-top: 17px; color: #73899c; font-size: 10px; line-height: 1.6; }

@media (max-width: 820px) {
  .aq-app-launch-grid { grid-template-columns: 1fr; }
  .aq-app-launch-copy { border-right: 0; border-bottom: 1px solid rgba(137, 180, 207, .13); }
  .aq-app-launch h1 { max-width: 660px; }
}

@media (max-width: 560px) {
  .aq-install-prompt { right: 12px; bottom: 64px; width: calc(100vw - 24px); padding: 15px; border-radius: 18px; }
  .aq-install-actions { grid-template-columns: 1fr; }
  .aq-app-launch { padding: 12px; place-items: start center; }
  .aq-app-launch-card { margin-top: 10px; border-radius: 22px; }
  .aq-app-launch-top { align-items: flex-start; padding: 15px; }
  .aq-app-private { max-width: 120px; text-align: right; line-height: 1.5; }
  .aq-app-launch-copy,.aq-app-access { padding: 26px 20px; }
  .aq-app-launch h1 { font-size: clamp(39px, 13vw, 56px); }
}

@media (prefers-reduced-motion: reduce) {
  .aq-install-prompt,.aq-app-access-card { transition: none !important; }
  .aq-app-launch::before { transform: none; }
}

@supports not (backdrop-filter: blur(1px)) {
  .aq-install-prompt { background: #071421; }
}
