/* Herald · LIFX — app tweaks. Base in glass-core.css. */

.lx-connect {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
  padding: 16px 10px;
}
.lx-h {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.2px;
  color: var(--text-primary);
}
.lx-p {
  font-size: 14px;
  line-height: 1.45;
  color: var(--text-secondary);
  max-width: 440px;
}
.lx-p.lx-dim {
  font-size: 12.5px;
  color: var(--text-muted);
}
.lx-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #ff8a3d, #e0218a);
  border: 0;
  border-radius: 980px;
  box-shadow: 0 10px 26px rgba(224, 33, 138, 0.3);
}
.lx-btn.ghost {
  color: var(--text-secondary);
  background: var(--frost-1);
  border: 1px solid var(--frost-border);
  box-shadow: none;
  min-height: 46px;
  font-size: 14px;
}
.lx-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--focus-ring), 0 12px 28px rgba(224, 33, 138, 0.4);
  transform: translateY(-1px);
}
.lx-btn.ghost:focus {
  border-color: var(--focus-ring);
  color: var(--text-primary);
}
.row-icon.lx-on { color: #ffce75; }
.row.lx-off { opacity: 0.6; }
.lx-pill {
  flex-shrink: 0;
  align-self: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 5px 11px;
  border-radius: 980px;
  color: var(--text-muted);
  border: 1px solid var(--line);
}
.lx-pill.on {
  color: #2a1500;
  background: linear-gradient(135deg, #ffd45e, #ff8a3d);
  border-color: transparent;
}
