/* LUUPIGO WEB meta-webview-guard-web-20260616 */
html.luupigo-web-meta-webview .luupigo-webview-guard {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 2147483000;
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(135deg, rgba(12,18,32,.96), rgba(5,12,24,.96));
  color: #fff;
  box-shadow: 0 18px 54px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.14);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.luupigo-webview-guard[hidden] {
  display: none !important;
}

.luupigo-webview-guard__top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.luupigo-webview-guard__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 25%, #67e8f9, #2563eb 55%, #111827);
  box-shadow: 0 10px 24px rgba(37,99,235,.36);
  font-size: 22px;
}

.luupigo-webview-guard h2 {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.18;
  letter-spacing: 0;
}

.luupigo-webview-guard p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.35;
}

.luupigo-webview-guard__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 12px;
}

.luupigo-webview-guard button,
.luupigo-webview-guard a {
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}

.luupigo-webview-guard__primary {
  background: linear-gradient(135deg, #22c55e, #06b6d4);
  color: #04111d;
}

.luupigo-webview-guard__secondary {
  background: rgba(255,255,255,.1);
  color: #fff;
}

.luupigo-webview-guard__ghost {
  grid-column: 1 / -1;
  background: transparent;
  color: rgba(255,255,255,.68);
  min-height: 34px !important;
}

@media (min-width: 720px) {
  html.luupigo-web-meta-webview .luupigo-webview-guard {
    left: auto;
    right: 24px;
    bottom: 24px;
    width: 420px;
  }
}