.lw-device-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: #eaf6ff;
  background:
    radial-gradient(circle at 50% 10%, rgba(14, 165, 233, .16), transparent 30%),
    rgba(2, 8, 23, .86);
  backdrop-filter: blur(14px) saturate(122%);
}
.lw-device-gate.is-open { display: flex; }
.lw-device-gate-card {
  width: min(640px, 94vw);
  border-radius: 26px;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 0%, rgba(103, 232, 249, .22), transparent 34%),
    linear-gradient(180deg, rgba(8, 28, 52, .98), rgba(2, 8, 23, .99));
  border: 1px solid rgba(125, 211, 252, .38);
  box-shadow:
    0 40px 110px rgba(0, 0, 0, .66),
    0 0 58px rgba(14, 165, 233, .24),
    inset 0 1px 0 rgba(255, 255, 255, .10);
  text-align: center;
}
.lw-device-gate-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  color: #022033;
  background: linear-gradient(135deg, #cffafe, #67e8f9 44%, #0ea5e9);
  box-shadow: 0 0 34px rgba(34, 211, 238, .48), inset 0 1px 0 rgba(255,255,255,.54);
  font-size: 28px;
  font-weight: 950;
}
.lw-device-gate h1 {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0;
}
.lw-device-gate p {
  margin: 12px auto 0;
  max-width: 520px;
  color: #b8d7ee;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}
.lw-device-gate-details {
  margin-top: 20px;
  padding: 14px;
  border-radius: 18px;
  color: #dffaff;
  background: rgba(15, 23, 42, .62);
  border: 1px solid rgba(125, 211, 252, .18);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.6;
}
.lw-device-gate-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.lw-device-gate-btn {
  min-height: 42px;
  border: 1px solid rgba(125, 211, 252, .28);
  border-radius: 14px;
  padding: 0 18px;
  color: #effbff;
  background: linear-gradient(180deg, rgba(14, 165, 233, .18), rgba(14, 165, 233, .10));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}
.lw-device-gate-btn:hover {
  border-color: rgba(103,232,249,.48);
  box-shadow: 0 0 22px rgba(14,165,233,.18), inset 0 1px 0 rgba(255,255,255,.12);
}
.lw-device-gate-btn.is-muted {
  border-color: rgba(148, 163, 184, .18);
  background: rgba(15, 23, 42, .72);
}
