.dj-lara-widget {
  --dj-lara-cyan: #27d7ff;
  --dj-lara-blue: #2a7fff;
  --dj-lara-violet: #8c52ff;
  --dj-lara-pink: #ff4fd8;
  --dj-lara-green: #3fff77;
  --dj-lara-bg: rgba(8, 12, 24, 0.92);
  --dj-lara-panel: rgba(10, 14, 28, 0.96);
  --dj-lara-panel-soft: rgba(255, 255, 255, 0.06);
  --dj-lara-line: rgba(255, 255, 255, 0.09);
  --dj-lara-text: #f4f7ff;
  --dj-lara-muted: #8f9ab8;
  position: fixed;
  right: 18px;
  bottom: 42px;
  z-index: 100140;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: 'Montserrat', sans-serif;
  pointer-events: none;
}

.dj-lara-widget * {
  box-sizing: border-box;
}

.dj-lara-widget button,
.dj-lara-widget input {
  font: inherit;
}

.dj-lara-widget button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  text-transform: none !important;
}

.dj-lara-launcher,
.dj-lara-panel {
  pointer-events: auto;
}

.dj-lara-launcher {
  position: relative;
  width: 66px;
  height: 66px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dj-lara-text);
  background: linear-gradient(145deg, rgba(39, 215, 255, 0.95), rgba(140, 82, 255, 0.92));
  box-shadow: 0 16px 36px rgba(10, 14, 28, 0.55), 0 0 24px rgba(39, 215, 255, 0.35);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease, opacity 0.22s ease, visibility 0.22s ease;
  overflow: visible;
  animation: djLaraLauncherPulse 1.8s ease-in-out infinite;
}

.dj-lara-launcher::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  border: 2px solid rgba(63, 255, 119, 0.46);
  box-shadow: 0 0 0 1px rgba(39, 215, 255, 0.18), 0 0 22px rgba(63, 255, 119, 0.24);
  opacity: 0;
  pointer-events: none;
  animation: djLaraLauncherRing 1.8s ease-out infinite;
}

.dj-lara-launcher:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 44px rgba(10, 14, 28, 0.62), 0 0 28px rgba(39, 215, 255, 0.46);
  filter: saturate(1.08);
}

.dj-lara-launcher:focus-visible,
.dj-lara-close:focus-visible,
.dj-lara-quick-card:focus-visible,
.dj-lara-emoji-toggle:focus-visible,
.dj-lara-emoji-option:focus-visible,
.dj-lara-send:focus-visible,
.dj-lara-input:focus-visible {
  outline: 2px solid rgba(39, 215, 255, 0.88);
  outline-offset: 2px;
}

.dj-lara-launcher-glow {
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(39, 215, 255, 0.36), transparent 68%);
  filter: blur(10px);
  opacity: 0.72;
  z-index: 0;
  animation: djLaraLauncherGlowPulse 1.8s ease-in-out infinite;
}

@keyframes djLaraLauncherPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 16px 36px rgba(10, 14, 28, 0.55), 0 0 24px rgba(39, 215, 255, 0.35), 0 0 0 0 rgba(63, 255, 119, 0.18);
  }
  50% {
    transform: scale(1.11);
    box-shadow: 0 20px 42px rgba(10, 14, 28, 0.64), 0 0 38px rgba(63, 255, 119, 0.56), 0 0 0 10px rgba(63, 255, 119, 0.08);
  }
}

@keyframes djLaraLauncherGlowPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes djLaraLauncherRing {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  24% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform: scale(1.22);
  }
}

.dj-lara-launcher-icon,
.dj-lara-launcher-dot,
.dj-lara-launcher-pill {
  position: relative;
  z-index: 1;
}

.dj-lara-launcher-icon {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: block;
  background-image: linear-gradient(180deg, rgba(6, 14, 26, 0.08), rgba(6, 14, 26, 0.18)), url('/hq.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.1);
  overflow: hidden;
}

.dj-lara-launcher-icon i {
  display: none;
}

.dj-lara-launcher-dot {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8f9ab8;
  box-shadow: 0 0 0 4px rgba(143, 154, 184, 0.14), 0 0 10px rgba(143, 154, 184, 0.28);
  transition: background 0.22s ease, box-shadow 0.22s ease;
}

.dj-lara-launcher-pill {
  display: none !important;
  position: absolute;
  right: 78px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(10, 14, 28, 0.92);
  border: 1px solid rgba(143, 154, 184, 0.22);
  color: #dbe8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(6, 8, 18, 0.36), 0 0 12px rgba(143, 154, 184, 0.12);
  transition: border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

@keyframes djLaraBreath {
  0%,
  100% {
    box-shadow: 0 12px 30px rgba(6, 8, 18, 0.36), 0 0 10px rgba(63, 255, 119, 0.14);
    filter: saturate(0.98);
  }
  50% {
    box-shadow: 0 12px 30px rgba(6, 8, 18, 0.36), 0 0 24px rgba(63, 255, 119, 0.34);
    filter: saturate(1.08);
  }
}

.dj-lara-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: min(94vw, 438px);
  height: min(92vh, 756px);
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(8, 12, 24, 0.96) 0%, rgba(8, 12, 24, 0.9) 100%);
  border: 1px solid rgba(39, 215, 255, 0.16);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(140, 82, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform-origin: bottom right;
  transform: translateY(18px) scale(0.96);
  opacity: 0;
  visibility: hidden;
  transition: bottom 0.28s ease, transform 0.28s ease, opacity 0.28s ease, visibility 0.28s ease;
}

.dj-lara-widget.is-open .dj-lara-panel {
  bottom: 0;
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
}
.dj-lara-widget.is-open .dj-lara-launcher {
  transform: translateY(8px) scale(0.78);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: none;
}

.dj-lara-panel-border {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(39, 215, 255, 0.28), rgba(140, 82, 255, 0.24), rgba(255, 79, 216, 0.22));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.dj-lara-header {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background:
    radial-gradient(circle at top left, rgba(39, 215, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
}

.dj-lara-header-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.dj-lara-avatar-wrap {
  position: relative;
  flex: 0 0 auto;
}

.dj-lara-avatar {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: transparent;
  background-image: linear-gradient(180deg, rgba(6, 14, 26, 0.08), rgba(6, 14, 26, 0.18)), url('/hq.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 10px 28px rgba(39, 215, 255, 0.18);
  overflow: hidden;
}

.dj-lara-avatar i {
  display: none;
}

.dj-lara-online-dot {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8f9ab8;
  border: 2px solid rgba(8, 12, 24, 0.96);
  box-shadow: 0 0 0 4px rgba(143, 154, 184, 0.14), 0 0 12px rgba(143, 154, 184, 0.38);
  transition: background 0.22s ease, box-shadow 0.22s ease;
}

.dj-lara-widget.is-bot-active .dj-lara-launcher-dot,
.dj-lara-widget.is-bot-active .dj-lara-online-dot {
  background: var(--dj-lara-green);
  box-shadow: 0 0 0 4px rgba(63, 255, 119, 0.18), 0 0 16px rgba(63, 255, 119, 0.72);
}

.dj-lara-widget.is-bot-active .dj-lara-launcher-pill {
  background: rgba(7, 20, 16, 0.9);
  border-color: rgba(63, 255, 119, 0.34);
  color: #7bff9f;
  text-shadow: 0 0 12px rgba(63, 255, 119, 0.4);
  box-shadow: 0 12px 30px rgba(6, 8, 18, 0.36), 0 0 18px rgba(63, 255, 119, 0.18);
  animation: djLaraBreath 2.6s ease-in-out infinite;
}

.dj-lara-widget.is-bot-inactive .dj-lara-launcher-dot,
.dj-lara-widget.is-bot-inactive .dj-lara-online-dot {
  background: #ff8a5b;
  box-shadow: 0 0 0 4px rgba(255, 138, 91, 0.16), 0 0 16px rgba(255, 138, 91, 0.52);
}

.dj-lara-widget.is-bot-inactive .dj-lara-launcher-pill {
  background: rgba(24, 12, 10, 0.94);
  border-color: rgba(255, 138, 91, 0.28);
  color: #ffd0c2;
  box-shadow: 0 12px 30px rgba(6, 8, 18, 0.36), 0 0 14px rgba(255, 138, 91, 0.14);
}

.dj-lara-widget.is-bot-inactive .dj-lara-identity span {
  color: #ffb29a;
}

.dj-lara-widget.is-bot-checking .dj-lara-identity span {
  color: #c5cee7;
}

.dj-lara-identity {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dj-lara-identity strong {
  color: #7bff9f;
  font-family: 'Rajdhani', sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-shadow: 0 0 14px rgba(63, 255, 119, 0.28);
  animation: djLaraBreath 2.8s ease-in-out infinite;
}

.dj-lara-identity span {
  color: var(--dj-lara-muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dj-lara-close {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  margin-left: auto;
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dj-lara-text);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.dj-lara-close:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.dj-lara-body {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 18px 12px;
}

.dj-lara-quick-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 10px;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(39, 215, 255, 0.1);
}

.dj-lara-quick-grid::-webkit-scrollbar {
  display: none;
}

.dj-lara-quick-card {
  position: relative;
  min-height: 0;
  width: auto;
  flex: 0 0 auto;
  padding: 0 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #dbe8ff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.18s ease, color 0.18s ease, text-shadow 0.18s ease;
}

.dj-lara-quick-card:hover {
  transform: scale(1.06);
  color: #7bff9f;
  text-shadow: 0 0 14px rgba(63, 255, 119, 0.24);
  box-shadow: none;
}

.dj-lara-quick-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: linear-gradient(90deg, rgba(39, 215, 255, 0), rgba(39, 215, 255, 0.7), rgba(63, 255, 119, 0.7), rgba(39, 215, 255, 0));
  opacity: 0.55;
  transform: scaleX(0.6);
  transform-origin: center;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.dj-lara-quick-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.dj-lara-quick-icon {
  display: none;
}

.dj-lara-quick-text {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.dj-lara-messages {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(39, 215, 255, 0.22) transparent;
}

.dj-lara-messages::-webkit-scrollbar {
  width: 6px;
}

.dj-lara-messages::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(39, 215, 255, 0.4), rgba(140, 82, 255, 0.42));
  border-radius: 999px;
}

.dj-lara-row {
  display: flex;
}

.dj-lara-row.bot {
  justify-content: flex-start;
}

.dj-lara-row.user {
  justify-content: flex-end;
}

.dj-lara-bubble {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.dj-lara-bubble.bot {
  color: #f5f7ff;
  background: linear-gradient(180deg, rgba(73, 39, 122, 0.92), rgba(24, 18, 54, 0.94));
  border-top-left-radius: 8px;
  border: 1px solid rgba(162, 101, 255, 0.18);
}

.dj-lara-bubble.user {
  color: #04111d;
  background: linear-gradient(180deg, rgba(132, 238, 255, 0.96), rgba(39, 215, 255, 0.92));
  border-top-right-radius: 8px;
  border: 1px solid rgba(255,255,255,0.22);
}

.dj-lara-time {
  margin-top: 6px;
  font-size: 11px;
  opacity: 0.7;
}

.dj-lara-typing {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.dj-lara-typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.78);
  animation: djLaraTyping 1s infinite ease-in-out;
}

.dj-lara-typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.dj-lara-typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes djLaraTyping {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.45;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.dj-lara-form {
  position: relative;
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.04));
}

.dj-lara-emoji-picker {
  position: absolute;
  right: 16px;
  bottom: calc(100% + 10px);
  width: min(280px, calc(100% - 32px));
  max-height: 220px;
  overflow-y: auto;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  border-radius: 18px;
  background: rgba(18, 22, 34, 0.98);
  border: 1px solid rgba(39, 215, 255, 0.16);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.42), 0 0 18px rgba(39, 215, 255, 0.14);
  z-index: 8;
}

.dj-lara-emoji-picker[hidden] {
  display: none;
}

.dj-lara-emoji-option,
.dj-lara-emoji-toggle {
  border: 0;
  cursor: pointer;
}

.dj-lara-emoji-option {
  width: 100%;
  min-height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.dj-lara-emoji-option:hover {
  transform: translateY(-1px) scale(1.04);
  background: rgba(39, 215, 255, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.dj-lara-input-shell {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.dj-lara-input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  color: var(--dj-lara-text);
  font-size: 14px;
}

.dj-lara-input::placeholder {
  color: #9aa4c3;
}

.dj-lara-input:focus {
  outline: none;
}

.dj-lara-emoji-toggle {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffd86b;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.dj-lara-emoji-toggle:hover {
  transform: translateY(-1px);
  background: rgba(255, 216, 107, 0.12);
  box-shadow: 0 10px 22px rgba(255, 216, 107, 0.12);
}

.dj-lara-emoji-toggle.is-open {
  background: rgba(255, 216, 107, 0.16);
  box-shadow: 0 0 0 1px rgba(255, 216, 107, 0.2);
}

.dj-lara-send {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, var(--dj-lara-cyan), var(--dj-lara-blue));
  box-shadow: 0 10px 24px rgba(39, 215, 255, 0.28);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.dj-lara-send:hover {
  transform: translateY(-1px);
  filter: saturate(1.08);
  box-shadow: 0 14px 28px rgba(39, 215, 255, 0.34);
}

.dj-lara-send:disabled {
  opacity: 0.65;
  cursor: wait;
  box-shadow: none;
}

.dj-lara-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 2px;
}

.dj-lara-inline-action,
.dj-lara-request-item,
.dj-lara-request-more {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #f4f7ff;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.dj-lara-inline-action {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.dj-lara-inline-action:hover,
.dj-lara-request-item:hover,
.dj-lara-request-more:hover {
  transform: translateY(-1px);
  border-color: rgba(39, 215, 255, 0.35);
  background: rgba(39, 215, 255, 0.08);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
}

.dj-lara-request-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dj-lara-request-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  text-align: left;
}

.dj-lara-request-item.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.dj-lara-request-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.dj-lara-request-copy strong {
  font-size: 13px;
  line-height: 1.35;
}

.dj-lara-request-copy small {
  color: #9aa4c3;
  font-size: 11px;
  line-height: 1.35;
}

.dj-lara-request-cta {
  flex: 0 0 auto;
  color: #84eeff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dj-lara-request-more {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
}

.dj-lara-bubble-actions {
  max-width: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.dj-lara-inline-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.dj-lara-inline-quick {
  position: relative;
  border: 0;
  background: transparent;
  color: #dbe8ff;
  padding: 0 0 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  text-align: left;
  cursor: pointer;
}

.dj-lara-inline-quick::after {
  content: '';
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(39, 215, 255, 0), rgba(39, 215, 255, 0.68), rgba(63, 255, 119, 0.68), rgba(39, 215, 255, 0));
  opacity: 0.72;
}

.dj-lara-inline-quick-icon {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  color: #84eeff;
  background: rgba(39, 215, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  font-size: 12px;
}

.dj-lara-inline-quick-label {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
  text-wrap: balance;
}
@media (max-width: 640px) {
  .dj-lara-widget {
    left: auto;
    right: 4px;
    bottom: 6px;
    width: auto;
    max-width: calc(100vw - 8px);
    align-items: flex-end;
  }

  .dj-lara-launcher {
    width: 60px;
    height: 60px;
  }

  .dj-lara-launcher-pill {
    display: none;
  }

  .dj-lara-panel {
    right: 0;
    width: calc(100vw - 8px);
    max-width: none;
    height: calc(100vh - 20px);
    height: calc(100dvh - 20px);
    max-height: none;
    border-radius: 20px;
    bottom: 74px;
  }

  .dj-lara-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 12px;
    padding: 16px 16px 14px;
  }

  .dj-lara-header-main {
    min-width: 0;
    gap: 10px;
  }

  .dj-lara-close {
    margin-left: 0;
    justify-self: end;
    align-self: start;
  }

  .dj-lara-identity strong {
    font-size: 22px;
  }

  .dj-lara-body {
    padding: 14px 14px 10px;
    gap: 10px;
  }

  .dj-lara-widget.is-mobile-inline-actions .dj-lara-quick-grid {
    display: none !important;
  }

  .dj-lara-widget.is-mobile-inline-actions .dj-lara-messages {
    padding-top: 0;
    scroll-padding-top: 72px;
  }

  .dj-lara-widget.is-mobile-inline-actions .dj-lara-row[data-inline-quick-actions] {
    position: sticky;
    top: 0;
    z-index: 5;
    padding-top: 2px;
  }

  .dj-lara-widget.is-mobile-inline-actions .dj-lara-bubble-actions {
    padding: 8px 0 8px;
    background: linear-gradient(180deg, rgba(7, 12, 24, 0.98) 0%, rgba(7, 12, 24, 0.9) 68%, rgba(7, 12, 24, 0) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .dj-lara-widget.is-mobile-inline-actions .dj-lara-inline-quick-grid {
    gap: 8px 10px;
  }

  .dj-lara-widget.is-mobile-inline-actions .dj-lara-inline-quick {
    gap: 5px;
    padding: 0 0 6px;
  }

  .dj-lara-widget.is-mobile-inline-actions .dj-lara-inline-quick-icon {
    width: 22px;
    height: 22px;
    border-radius: 8px;
    font-size: 11px;
  }

  .dj-lara-widget.is-mobile-inline-actions .dj-lara-inline-quick-label {
    font-size: 10.8px;
  }

  .dj-lara-bubble {
    max-width: 94%;
    font-size: 13px;
  }

  .dj-lara-form {
    padding: 12px 14px 14px;
  }

  .dj-lara-emoji-picker {
    right: 14px;
    width: min(260px, calc(100% - 28px));
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dj-lara-choice-grid {
    grid-template-columns: 1fr;
  }

  .dj-lara-request-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .dj-lara-request-cta {
    align-self: flex-start;
  }
}


