/* Consortium Vault v0.55.2 – Real Install Routing Fix */

.cv-admin-app-launcher {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 9997;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  border-radius: 999px;
  padding: 9px 13px 9px 9px;
  border: 1px solid rgba(212,175,55,0.34);
  background: rgba(7,7,7,0.92);
  color: #f5f1e8 !important;
  text-decoration: none !important;
  box-shadow: 0 18px 55px rgba(0,0,0,0.45);
  backdrop-filter: blur(16px);
  font-family: Arial, Helvetica, sans-serif;
}

.cv-admin-app-launcher-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f2d675, #d4af37 55%, #8f6f16);
  color: #080808;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: -0.06em;
}

.cv-admin-app-launcher-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.1;
}

.cv-admin-app-launcher-text strong {
  font-size: 12px;
  font-weight: 1000;
  color: #f5f1e8;
}

.cv-admin-app-launcher-text span {
  font-size: 10px;
  color: rgba(245,241,232,0.62);
}

.cv-pwa-install-helper {
  border: 1px solid rgba(212,175,55,0.24);
  background: rgba(212,175,55,0.06);
  color: rgba(245,241,232,0.78);
  border-radius: 18px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 12px;
}

.cv-pwa-install-helper strong {
  color: #f2d675;
}

@media (max-width: 560px) {
  .cv-admin-app-launcher {
    left: 10px;
    bottom: 10px;
    max-width: calc(100vw - 20px);
  }
}
