.lw-devices-menu-item {
  width: calc(100% - 12px);
  min-height: 52px;
  margin: 6px;
  border: 1px solid rgba(125, 211, 252, .28);
  border-radius: 15px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #f4fbff !important;
  background:
    radial-gradient(circle at 18% 16%, rgba(103, 232, 249, .24), transparent 28%),
    linear-gradient(135deg, rgba(7, 20, 38, .98), rgba(3, 12, 27, .96)) !important;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, .24),
    0 0 0 1px rgba(14, 165, 233, .08),
    inset 0 1px 0 rgba(255, 255, 255, .10);
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.lw-devices-menu-item:hover {
  border-color: rgba(103, 232, 249, .58);
  background:
    radial-gradient(circle at 18% 16%, rgba(103, 232, 249, .34), transparent 30%),
    linear-gradient(135deg, rgba(8, 32, 58, .98), rgba(3, 16, 34, .98)) !important;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, .30),
    0 0 24px rgba(14, 165, 233, .26),
    inset 0 1px 0 rgba(255, 255, 255, .14);
  transform: translateY(-1px);
}
.lw-devices-menu-item i {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  color: #022033;
  background: linear-gradient(135deg, #a5f3fc, #22d3ee 48%, #0ea5e9);
  box-shadow:
    0 0 22px rgba(34, 211, 238, .55),
    inset 0 1px 0 rgba(255, 255, 255, .48);
  font-size: 16px;
  font-style: normal;
  font-weight: 950;
}
.lw-devices-menu-item span {
  color: #ffffff !important;
  text-shadow: 0 1px 8px rgba(14, 165, 233, .36);
}
.lw-devices-shell {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 12%, rgba(14, 165, 233, .12), transparent 28%),
    rgba(2, 8, 23, .78);
  backdrop-filter: blur(13px) saturate(120%);
  perspective: 1200px;
}
.lw-devices-shell.is-open {
  display: flex;
}
.lw-devices-panel {
  position: relative;
  width: min(960px, 96vw);
  max-height: min(780px, 92vh);
  overflow: hidden;
  border-radius: 24px;
  color: #eaf6ff;
  background:
    radial-gradient(circle at 16% 0%, rgba(103, 232, 249, .22), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(37, 99, 235, .18), transparent 34%),
    linear-gradient(180deg, rgba(8, 28, 52, .98), rgba(2, 8, 23, .985));
  border: 1px solid rgba(125, 211, 252, .36);
  box-shadow:
    0 38px 110px rgba(0, 0, 0, .64),
    0 0 52px rgba(14, 165, 233, .22),
    inset 0 1px 0 rgba(255, 255, 255, .10),
    inset 0 -1px 0 rgba(14, 165, 233, .10);
  transform: rotateX(2deg) translateY(0);
}
.lw-devices-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255,255,255,.18), transparent 20%, transparent 74%, rgba(103,232,249,.14)),
    linear-gradient(90deg, rgba(103,232,249,.45), transparent 22%, transparent 78%, rgba(14,165,233,.36));
  opacity: .34;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.lw-devices-head {
  position: relative;
  min-height: 98px;
  padding: 24px 26px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(180deg, rgba(8, 34, 62, .72), rgba(7, 20, 38, .36));
  border-bottom: 1px solid rgba(125, 211, 252, .20);
}
.lw-devices-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.lw-devices-title-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #022033;
  background: linear-gradient(135deg, #cffafe 0%, #67e8f9 36%, #0ea5e9 100%);
  box-shadow:
    0 18px 34px rgba(14, 165, 233, .34),
    0 0 30px rgba(103, 232, 249, .44),
    inset 0 1px 0 rgba(255, 255, 255, .54);
  font-weight: 950;
  transform: translateZ(18px);
}
.lw-devices-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(14, 165, 233, .22);
}
.lw-devices-title p {
  margin: 5px 0 0;
  color: #b8d7ee;
  font-size: 12px;
  font-weight: 760;
}
.lw-devices-close {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #eaf6ff;
  background: rgba(15, 23, 42, .68);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  cursor: pointer;
}
.lw-devices-close:hover {
  color: #fff;
  border-color: rgba(125, 211, 252, .48);
  background: rgba(14, 165, 233, .18);
  box-shadow: 0 0 20px rgba(14,165,233,.20), inset 0 1px 0 rgba(255,255,255,.12);
}
.lw-devices-body {
  position: relative;
  padding: 18px;
  overflow: auto;
  max-height: calc(min(780px, 92vh) - 99px);
}
.lw-devices-state {
  padding: 28px;
  border-radius: 20px;
  color: #c7f4ff;
  background: linear-gradient(180deg, rgba(15, 23, 42, .70), rgba(7, 20, 38, .80));
  border: 1px solid rgba(125, 211, 252, .20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  text-align: center;
  font-weight: 820;
}
.lw-devices-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.lw-device-card {
  position: relative;
  min-height: 176px;
  padding: 17px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 0%, rgba(14, 165, 233, .18), transparent 32%),
    linear-gradient(180deg, rgba(15, 23, 42, .78), rgba(7, 20, 38, .88));
  border: 1px solid rgba(125, 211, 252, .20);
  box-shadow:
    0 18px 42px rgba(0,0,0,.22),
    0 0 22px rgba(14,165,233,.08),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.lw-device-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 19px;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.035);
}
.lw-device-card.is-revoked {
  opacity: .60;
}
.lw-device-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.lw-device-name {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 930;
}
.lw-device-meta {
  margin: 10px 0 0;
  color: #a9c5df;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.38;
}
.lw-device-badge {
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  color: #e2fbff;
  font-size: 11px;
  font-weight: 950;
  background: rgba(14, 165, 233, .20);
  border: 1px solid rgba(103, 232, 249, .28);
  box-shadow: 0 0 18px rgba(14,165,233,.12);
}
.lw-device-badge.is-trusted {
  color: #bbf7d0;
  background: rgba(34, 197, 94, .18);
  border-color: rgba(74, 222, 128, .30);
}
.lw-device-badge.is-revoked {
  color: #fecaca;
  background: rgba(239, 68, 68, .15);
  border-color: rgba(248, 113, 113, .30);
}
.lw-device-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lw-device-action {
  min-height: 40px;
  border: 1px solid rgba(125, 211, 252, .24);
  border-radius: 13px;
  padding: 0 15px;
  color: #effbff;
  background: linear-gradient(180deg, rgba(14, 165, 233, .16), rgba(14, 165, 233, .08));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
  font-size: 12px;
  font-weight: 950;
  cursor: pointer;
}
.lw-device-action:hover {
  border-color: rgba(103,232,249,.42);
  background: linear-gradient(180deg, rgba(14, 165, 233, .24), rgba(14, 165, 233, .12));
  box-shadow: 0 0 18px rgba(14,165,233,.14), inset 0 1px 0 rgba(255,255,255,.10);
}
.lw-device-action.is-danger {
  border-color: rgba(248, 113, 113, .30);
  background: linear-gradient(180deg, rgba(239, 68, 68, .16), rgba(127, 29, 29, .16));
}
@media (max-width: 760px) {
  .lw-devices-shell { align-items: flex-end; padding: 0; }
  .lw-devices-panel { width: 100vw; max-height: 92vh; border-radius: 24px 24px 0 0; transform: none; }
  .lw-devices-head { padding: 18px 16px 14px; }
  .lw-devices-grid { grid-template-columns: 1fr; }
}
/* V3 - Acceso premium desde panel maestro */
.lw-devices-launcher-entry {
  position: fixed;
  top: 84px;
  right: 18px;
  z-index: 2147482400;
  min-height: 52px;
  border: 1px solid rgba(125, 211, 252, .36);
  border-radius: 18px;
  padding: 0 16px 0 12px;
  display: none;
  align-items: center;
  gap: 12px;
  color: #f4fbff;
  background:
    radial-gradient(circle at 16% 18%, rgba(103, 232, 249, .30), transparent 32%),
    linear-gradient(135deg, rgba(7, 20, 38, .96), rgba(2, 8, 23, .94));
  box-shadow:
    0 20px 46px rgba(0, 0, 0, .36),
    0 0 34px rgba(14, 165, 233, .22),
    inset 0 1px 0 rgba(255, 255, 255, .12);
  font-family: inherit;
  font-weight: 950;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.lw-devices-launcher-entry.is-visible {
  display: inline-flex;
}
.lw-devices-launcher-entry:hover {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, .62);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, .42),
    0 0 44px rgba(14, 165, 233, .32),
    inset 0 1px 0 rgba(255, 255, 255, .16);
}
.lw-devices-launcher-entry i {
  width: 34px;
  height: 34px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #022033;
  background: linear-gradient(135deg, #cffafe, #67e8f9 44%, #0ea5e9);
  box-shadow: 0 0 24px rgba(34, 211, 238, .52), inset 0 1px 0 rgba(255,255,255,.56);
  font-style: normal;
  font-size: 16px;
}
.lw-devices-launcher-entry span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
  white-space: nowrap;
}
.lw-devices-launcher-entry strong {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0;
}
.lw-devices-launcher-entry small {
  margin-top: 4px;
  color: #9fe8ff;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}
@media (max-width: 760px) {
  .lw-devices-launcher-entry {
    top: auto;
    right: 12px;
    bottom: 18px;
    min-height: 48px;
    border-radius: 16px;
    padding-right: 13px;
  }
  .lw-devices-launcher-entry small {
    display: none;
  }
}
/* V4 - Panel maestro: Mis dispositivos dentro del menu de sesion */
.lw-devices-launcher-entry,
.lw-devices-launcher-entry.is-visible {
  display: none !important;
}
.lw-launcher-session-menu {
  position: fixed;
  z-index: 2147483000;
  min-width: 226px;
  padding: 8px;
  border: 1px solid rgba(103, 232, 249, .36);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 0%, rgba(34, 211, 238, .24), transparent 38%),
    linear-gradient(145deg, rgba(6, 18, 34, .98), rgba(2, 8, 23, .96));
  box-shadow:
    0 22px 56px rgba(0, 0, 0, .46),
    0 0 34px rgba(14, 165, 233, .26),
    inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  transform-origin: top right;
}
.lw-launcher-session-menu[hidden] {
  display: none !important;
}
.lw-launcher-session-menu button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #f5fbff;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.lw-launcher-session-menu button:hover {
  background: linear-gradient(135deg, rgba(14, 165, 233, .24), rgba(34, 211, 238, .10));
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, .22);
}
.lw-launcher-session-menu i {
  width: 30px;
  height: 30px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #042033;
  background: linear-gradient(135deg, #d9fbff, #67e8f9 48%, #0ea5e9);
  box-shadow: 0 0 20px rgba(34, 211, 238, .48), inset 0 1px 0 rgba(255,255,255,.58);
  font-style: normal;
  font-size: 15px;
  font-weight: 950;
}
.lw-launcher-session-menu .lw-logout i {
  color: #ffe8e8;
  background: linear-gradient(135deg, rgba(244, 63, 94, .72), rgba(127, 29, 29, .88));
}
/* V5 - Panel maestro: desplegable desde flecha de sesion */
.lw-devices-launcher-entry,
.lw-devices-launcher-entry.is-visible {
  display: none !important;
}
.lw-launcher-session-menu {
  position: fixed;
  z-index: 2147483000;
  min-width: 226px;
  padding: 8px;
  border: 1px solid rgba(103, 232, 249, .38);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 0%, rgba(34, 211, 238, .24), transparent 38%),
    linear-gradient(145deg, rgba(6, 18, 34, .98), rgba(2, 8, 23, .96));
  box-shadow:
    0 22px 56px rgba(0, 0, 0, .46),
    0 0 34px rgba(14, 165, 233, .26),
    inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  transform-origin: top right;
}
.lw-launcher-session-menu[hidden] {
  display: none !important;
}
.lw-launcher-session-menu button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #f5fbff;
  background: transparent;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.lw-launcher-session-menu button:hover {
  background: linear-gradient(135deg, rgba(14, 165, 233, .24), rgba(34, 211, 238, .10));
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, .22);
}
.lw-launcher-session-menu i {
  width: 30px;
  height: 30px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #042033;
  background: linear-gradient(135deg, #d9fbff, #67e8f9 48%, #0ea5e9);
  box-shadow: 0 0 20px rgba(34, 211, 238, .48), inset 0 1px 0 rgba(255,255,255,.58);
  font-style: normal;
  font-size: 15px;
  font-weight: 950;
}
.lw-launcher-session-menu .lw-logout i {
  color: #ffe8e8;
  background: linear-gradient(135deg, rgba(244, 63, 94, .72), rgba(127, 29, 29, .88));
}
/* V6 - Restauracion premium del modal Mis dispositivos */
.lw-devices-modal,
.lw-devices-panel {
  position: relative;
  width: min(920px, 92vw) !important;
  max-height: min(760px, 88vh) !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  color: #eaf6ff !important;
  background:
    radial-gradient(circle at 24% 0%, rgba(34, 211, 238, .18), transparent 34%),
    radial-gradient(circle at 84% 110%, rgba(59, 130, 246, .16), transparent 36%),
    linear-gradient(145deg, rgba(5, 17, 34, .98), rgba(2, 8, 23, .97)) !important;
  border: 1px solid rgba(125, 211, 252, .34) !important;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .55),
    0 0 46px rgba(14, 165, 233, .24),
    inset 0 1px 0 rgba(255,255,255,.12) !important;
  transform: translateZ(0) rotateX(.01deg) !important;
}
.lw-devices-head {
  min-height: 96px !important;
  padding: 26px 84px 22px 26px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  border-bottom: 1px solid rgba(125, 211, 252, .22) !important;
  background: linear-gradient(180deg, rgba(14, 165, 233, .12), rgba(2, 8, 23, 0)) !important;
}
.lw-devices-mark {
  width: 46px !important;
  height: 46px !important;
  border-radius: 15px !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  color: #032033 !important;
  background: linear-gradient(135deg, #cffafe, #67e8f9 46%, #0ea5e9) !important;
  box-shadow: 0 0 28px rgba(34, 211, 238, .55), inset 0 1px 0 rgba(255,255,255,.58) !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}
.lw-devices-head h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 23px !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  text-shadow: 0 2px 18px rgba(14, 165, 233, .34) !important;
}
.lw-devices-head p {
  margin: 8px 0 0 !important;
  color: #b7d7e9 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}
.lw-devices-close {
  position: absolute !important;
  top: 28px !important;
  right: 26px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(148, 163, 184, .28) !important;
  color: #ffffff !important;
  background: rgba(15, 23, 42, .74) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 18px rgba(14, 165, 233, .10) !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}
.lw-devices-close:hover {
  border-color: rgba(103, 232, 249, .56) !important;
  background: rgba(8, 31, 52, .92) !important;
  box-shadow: 0 0 24px rgba(14, 165, 233, .24), inset 0 1px 0 rgba(255,255,255,.12) !important;
}
.lw-devices-body,
.lw-devices-list {
  max-height: calc(88vh - 118px) !important;
  overflow: auto !important;
  padding: 18px !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !important;
  gap: 16px !important;
}
.lw-device-card {
  position: relative !important;
  min-height: 146px !important;
  border-radius: 18px !important;
  padding: 20px 18px 16px !important;
  border: 1px solid rgba(125, 211, 252, .24) !important;
  background:
    radial-gradient(circle at 14% 8%, rgba(14, 165, 233, .18), transparent 30%),
    linear-gradient(145deg, rgba(8, 24, 45, .95), rgba(3, 12, 28, .94)) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}
.lw-device-card h3 {
  margin: 0 94px 16px 0 !important;
  color: #f8fcff !important;
  font-size: 16px !important;
  font-weight: 950 !important;
}
.lw-device-card p {
  margin: 0 0 18px !important;
  color: #b7cde2 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 760 !important;
}
.lw-device-status {
  position: absolute !important;
  top: 18px !important;
  right: 16px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  color: #dff9ff !important;
  background: rgba(14, 165, 233, .18) !important;
  border: 1px solid rgba(103, 232, 249, .32) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
}
.lw-device-status.trusted {
  color: #bbf7d0 !important;
  background: rgba(34, 197, 94, .14) !important;
  border-color: rgba(74, 222, 128, .34) !important;
}
.lw-device-status.revoked {
  color: #fecdd3 !important;
  background: rgba(244, 63, 94, .14) !important;
  border-color: rgba(251, 113, 133, .34) !important;
}
.lw-device-card footer {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}
.lw-device-card button,
.lw-device-action {
  min-height: 38px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(125, 211, 252, .30) !important;
  padding: 0 14px !important;
  color: #eafcff !important;
  background: linear-gradient(135deg, rgba(14, 165, 233, .25), rgba(8, 47, 73, .50)) !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}
.lw-device-card button:hover,
.lw-device-action:hover {
  border-color: rgba(103, 232, 249, .58) !important;
  box-shadow: 0 0 22px rgba(14, 165, 233, .22) !important;
}
.lw-device-card button.danger,
.lw-device-action.danger {
  color: #ffe4e6 !important;
  border-color: rgba(251, 113, 133, .28) !important;
  background: linear-gradient(135deg, rgba(190, 18, 60, .22), rgba(76, 5, 25, .52)) !important;
}
.lw-devices-loading,
.lw-devices-empty {
  color: #dff6ff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}
@media (max-width: 760px) {
  .lw-devices-modal,
  .lw-devices-panel {
    width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 28px) !important;
    border-radius: 18px !important;
  }
  .lw-devices-head {
    padding: 22px 72px 18px 18px !important;
  }
  .lw-devices-body,
  .lw-devices-list {
    grid-template-columns: 1fr !important;
    padding: 14px !important;
  }
}
/* V8 - Cierre X y menu de sesion responsive */
.lw-devices-shell[hidden] {
  display: none !important;
}
.lw-devices-close {
  pointer-events: auto !important;
  z-index: 5 !important;
}
.lw-launcher-session-menu {
  width: min(244px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  box-sizing: border-box !important;
}
.lw-launcher-session-menu button {
  white-space: nowrap !important;
  overflow: hidden !important;
}
.lw-launcher-session-menu button span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
@media (max-width: 760px) {
  .lw-launcher-session-menu {
    min-width: 214px !important;
    width: min(232px, calc(100vw - 24px)) !important;
    padding: 7px !important;
    border-radius: 15px !important;
  }
  .lw-launcher-session-menu button {
    min-height: 42px !important;
    padding: 0 10px !important;
    gap: 10px !important;
    font-size: 12px !important;
  }
  .lw-launcher-session-menu i {
    width: 28px !important;
    height: 28px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
  }
}
/* V9 - Menu del launcher solo desde flecha superior */
.lw-launcher-session-menu {
  pointer-events: auto !important;
}
