/* Landing hero carousel — inline UI previews (static, non-interactive) */

:root {
  --lp-ink-border: rgba(120, 130, 170, 0.35);
  --lp-ink-muted: #8b9bb8;
  --lp-ink-txt: #e9efff;
  --lp-ink-danger: #ff5c7c;
  --lp-ink-warning: #ffb84d;
  --lp-ink-success: #34d399;
  --lp-cal-free-bg: rgba(138, 92, 255, 0.35);
  --lp-cal-free-border: rgba(138, 92, 255, 0.7);
  --lp-cal-busy-bg: rgba(255, 92, 124, 0.3);
  --lp-cal-busy-border: rgba(255, 92, 124, 0.7);
  --lp-cal-break-bg: rgba(255, 184, 77, 0.3);
  --lp-cal-break-border: rgba(255, 184, 77, 0.7);
}

.hero-preview-live {
  pointer-events: none;
  user-select: none;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 16 / 12;
  position: relative;
  background: linear-gradient(180deg, rgba(21, 24, 33, 0.95), rgba(14, 16, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-preview-live--dashboard {
  aspect-ratio: 16 / 17;
}

.hero-preview-live--day-overview {
  aspect-ratio: 16 / 24;
}

.hero-preview-live--chat {
  aspect-ratio: 16 / 28;
}

.hero-preview-live--calendar {
  aspect-ratio: 16 / 19;
}

.hero-preview-live--booking {
  aspect-ratio: 16 / 16;
}

.hero-preview-live--push {
  aspect-ratio: 16 / 14;
}

.hero-preview-live--finance {
  aspect-ratio: 16 / 22;
}

.hero-preview-live--features {
  aspect-ratio: 16 / 12;
}

.hero-preview-band .hero-preview-live {
  width: 100%;
  max-width: 100%;
  max-height: min(580px, 62vh);
  margin-inline: auto;
  overflow: hidden;
}

.hero-preview-band .hero-preview-live--finance {
  max-height: min(620px, 66vh);
}

.hero-preview-band .hero-preview-live--chat {
  aspect-ratio: auto;
  max-height: none;
  height: auto;
  overflow: visible;
}

.hero-preview-band .hero-preview-live--chat .hero-preview-live__inner,
.hero-preview-band .hero-preview-live--chat .lp-msg-chat-panel,
.hero-preview-band .hero-preview-live--chat .lp-msg-container {
  height: auto;
  max-height: none;
  overflow: visible;
}

.hero-preview-band .hero-preview-live--chat .lp-chat-stream {
  flex: none;
  overflow: visible;
  max-height: none;
}

.hero-preview-live a,
.hero-preview-live button,
.hero-preview-live input,
.hero-preview-live select,
.hero-preview-live textarea {
  pointer-events: none;
  cursor: default;
}

.hero-preview-live__inner {
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(0.45rem, 2vw, 0.85rem);
  box-sizing: border-box;
}

.hero-preview-live .lp-dashboard,
.hero-preview-live .lp-day-overview,
.hero-preview-live .lp-cal-wrap,
.hero-preview-live .lp-msg-chat-panel,
.hero-preview-live .lp-push-preview,
.hero-preview-live .lp-features-preview,
.hero-preview-live .lp-fin-wrap {
  flex: 1;
  min-height: 0;
}

/* —— Dashboard (uses artist_dashboard.css) —— */
.lp-dashboard .ad-wrap {
  max-width: none;
  padding: 0;
  margin: 0;
}

.lp-dashboard .ad-hero {
  margin-bottom: 0.65rem;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
}

.lp-dashboard .ad-avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.lp-dashboard .ad-hero h1 {
  font-size: 1.05rem;
}

.lp-dashboard .ad-hero-sub {
  font-size: 0.72rem;
}

.lp-dashboard .ad-pill {
  font-size: 0.58rem;
  padding: 0.22rem 0.5rem;
}

.lp-dashboard .ad-actions {
  margin-bottom: 0.55rem;
  gap: 0.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: visible;
}

.lp-dashboard .ad-action {
  min-height: 56px;
  padding: 0.45rem 0.3rem;
  border-radius: 14px;
  flex: unset;
}

.lp-dashboard .ad-action-icon {
  font-size: 1rem;
}

.lp-dashboard .ad-action-label {
  font-size: 0.62rem;
}

.lp-dashboard .ad-kpis {
  gap: 0.4rem;
}

.lp-dashboard .ad-kpi {
  padding: 0.45rem 0.35rem;
  border-radius: 12px;
}

.lp-dashboard .ad-kpi-val {
  font-size: 1rem;
}

.lp-dashboard .ad-kpi-lbl {
  font-size: 0.58rem;
}

.hero-preview-live--dashboard .lp-dashboard .ad-hero {
  margin-bottom: 0.45rem;
  padding: 0.65rem 0.75rem;
}

.hero-preview-live--dashboard .lp-dashboard .ad-kpis {
  gap: 0.3rem;
}

/* —— Day overview preview (dashboard-fidelity: today-* + dash-booking-overview) —— */
.hero-preview-live--day-overview .hero-preview-live__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hero-preview-live--day-overview .lp-day-overview {
  flex: 1;
  min-height: 0;
  display: flex;
  gap: 0.35rem;
  align-items: stretch;
  color: var(--lp-ink-txt);
}

/* Timeline (ported from dashboard.css, scaled) */
.hero-preview-live--day-overview .lp-day-cal {
  flex: 0 0 38%;
  max-width: 38%;
  min-width: 0;
  height: 100%;
  --today-header-h: 20;
  --today-hour-h: 13;
  --lp-day-cal-scroll-offset: calc(8 * var(--today-hour-h) * 1px);
}

.hero-preview-live--day-overview .today-calendar-wrapper,
.hero-preview-live--day-overview .lp-day-cal-viewport {
  display: flex;
  gap: 0;
  width: 100%;
  min-width: 0;
  height: 100%;
  max-height: 100%;
  position: relative;
  border: 1px solid rgba(138, 92, 255, 0.35);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(16, 24, 42, 0.75), rgba(22, 30, 50, 0.65));
  backdrop-filter: blur(12px) saturate(125%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-preview-live--day-overview .today-time-column,
.hero-preview-live--day-overview .today-day-column {
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}

.hero-preview-live--day-overview .today-time-column {
  width: 28px;
  flex-shrink: 0;
  border-right: 1px solid rgba(138, 92, 255, 0.2);
  background: rgba(16, 20, 32, 0.5);
}

.hero-preview-live--day-overview .lp-day-cal-scroll {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.hero-preview-live--day-overview .lp-day-cal-body {
  transform: translateY(calc(-1 * var(--lp-day-cal-scroll-offset)));
}

.hero-preview-live--day-overview .lp-day-cal-body--slots {
  position: relative;
}

.hero-preview-live--day-overview .today-time-header,
.hero-preview-live--day-overview .today-day-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: calc(var(--today-header-h) * 1px);
  min-height: calc(var(--today-header-h) * 1px);
  max-height: calc(var(--today-header-h) * 1px);
  border-bottom: 1px solid rgba(138, 92, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #a8b4d0;
  font-size: 0.52rem;
  box-sizing: border-box;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(138, 92, 255, 0.08);
}

.hero-preview-live--day-overview .today-time-slot,
.hero-preview-live--day-overview .today-hour-slot {
  height: calc(var(--today-hour-h) * 1px);
  min-height: calc(var(--today-hour-h) * 1px);
  max-height: calc(var(--today-hour-h) * 1px);
  border-bottom: 1px solid rgba(138, 92, 255, 0.12);
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.hero-preview-live--day-overview .today-time-slot {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}

.hero-preview-live--day-overview .today-time-label {
  font-size: 0.48rem;
  color: #8a95b5;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

.hero-preview-live--day-overview .today-time-slot.current-hour {
  background: rgba(138, 92, 255, 0.1);
}

.hero-preview-live--day-overview .today-time-slot.current-hour .today-time-label {
  color: #8a5cf6;
  font-weight: 800;
  text-shadow: 0 0 6px rgba(138, 92, 255, 0.5);
}

.hero-preview-live--day-overview .today-day-column {
  flex: 1;
  position: relative;
  background: rgba(12, 18, 30, 0.3);
}

.hero-preview-live--day-overview .today-slot-item {
  position: absolute;
  left: 2px;
  right: 2px;
  padding: 2px 4px;
  font-size: 0.48rem;
  border-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  z-index: 10;
  line-height: 1.3;
  box-sizing: border-box;
}

.hero-preview-live--day-overview .today-slot-item.busy {
  background: rgba(218, 59, 1, 0.12);
  border-left: 3px solid rgba(218, 59, 1, 0.6);
  color: #da3b01;
}

.hero-preview-live--day-overview .lp-day-slot-lisa {
  top: calc(14 * var(--today-hour-h) * 1px);
  height: calc(3 * var(--today-hour-h) * 1px);
}

.hero-preview-live--day-overview .today-time-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(233, 76, 90, 0.95), transparent);
  z-index: 100;
  pointer-events: none;
  box-shadow: 0 0 8px rgba(233, 76, 90, 0.8), 0 0 12px rgba(233, 76, 90, 0.5);
  margin: 0;
  padding: 0;
}

.hero-preview-live--day-overview .today-time-indicator::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -3px;
  width: 8px;
  height: 8px;
  background: rgba(233, 76, 90, 0.95);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(233, 76, 90, 0.9), 0 0 12px rgba(233, 76, 90, 0.6);
  border: 2px solid rgba(16, 24, 42, 0.8);
}

.hero-preview-live--day-overview .today-time-indicator-label {
  position: absolute;
  right: 4px;
  top: -16px;
  background: linear-gradient(135deg, rgba(233, 76, 90, 0.95), rgba(218, 59, 1, 0.95));
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.48rem;
  font-weight: 700;
  white-space: nowrap;
  z-index: 101;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 0 4px rgba(233, 76, 90, 0.6);
  letter-spacing: 0.02em;
}

.hero-preview-live--day-overview .lp-day-now-indicator {
  top: calc((14 * 60 + 28) / 60 * var(--today-hour-h) * 1px);
}

/* Booking overview (ported from dashboard.css, compact) */
.hero-preview-live--day-overview .lp-day-booking {
  flex: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  padding: 0.3rem 0.28rem 0.2rem;
  border-radius: 10px;
  border: 1px solid rgba(88, 100, 145, 0.32);
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(138, 92, 255, 0.1), transparent 52%),
    linear-gradient(165deg, rgba(14, 18, 32, 0.72), rgba(8, 10, 18, 0.55));
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.hero-preview-live--day-overview .dash-booking-overview-title {
  font-size: clamp(0.56rem, 1.45vw, 0.64rem);
  font-weight: 850;
  letter-spacing: 0.02em;
  margin: 0 0 0.28rem;
  padding: 0.3rem 0.4rem;
  border-radius: 8px;
  border: 1px solid rgba(88, 100, 145, 0.38);
  background: linear-gradient(148deg, rgba(20, 26, 44, 0.94), rgba(12, 16, 28, 0.9));
  color: #e8e2ff;
  line-height: 1.2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.hero-preview-live--day-overview .k.dash-toggle--preview {
  --cat-accent: rgba(129, 140, 248, 0.88);
  --cat-accent-soft: color-mix(in srgb, var(--cat-accent) 22%, transparent);
  --cat-accent-mid: color-mix(in srgb, var(--cat-accent) 55%, #1a2038);
  --cat-accent-deep: color-mix(in srgb, var(--cat-accent) 38%, #0c101c);
  position: relative;
  background: linear-gradient(165deg, rgba(27, 35, 56, 0.95), rgba(21, 28, 42, 0.92), rgba(16, 22, 36, 0.95));
  border: 1px solid rgba(78, 90, 128, 0.42);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.22rem;
  box-shadow:
    inset 3px 0 0 0 var(--cat-accent),
    0 0 0 1px color-mix(in srgb, var(--cat-accent) 12%, transparent),
    0 4px 14px rgba(4, 8, 18, 0.45);
}

.hero-preview-live--day-overview .k.dash-toggle--preview[data-category="termin_angefragt"] { --cat-accent: #f87171; }
.hero-preview-live--day-overview .k.dash-toggle--preview[data-category="preisvorschlag_offen"] { --cat-accent: #fbbf24; }
.hero-preview-live--day-overview .k.dash-toggle--preview[data-category="terminvorschlag_offen"] { --cat-accent: #8a5cff; }
.hero-preview-live--day-overview .k.dash-toggle--preview[data-category="anzahlung_offen"] { --cat-accent: #f59e0b; }
.hero-preview-live--day-overview .k.dash-toggle--preview[data-category="anzahlung_wartet"] { --cat-accent: #fcd34d; }
.hero-preview-live--day-overview .k.dash-toggle--preview[data-category="bestaetigte_termine"] { --cat-accent: #4ade80; }
.hero-preview-live--day-overview .k.dash-toggle--preview[data-category="verschiebung_angefragt"] { --cat-accent: #fb923c; }
.hero-preview-live--day-overview .k.dash-toggle--preview[data-category="erstattung_offen"] { --cat-accent: #fb7185; }
.hero-preview-live--day-overview .k.dash-toggle--preview[data-category="storno_erledigt"] { --cat-accent: #94a3b8; }
.hero-preview-live--day-overview .k.dash-toggle--preview[data-category="erledigte_termine"] { --cat-accent: #64748b; }

.hero-preview-live--day-overview .k.dash-toggle--preview.dash-toggle--empty {
  opacity: 0.72;
}

.hero-preview-live--day-overview .k.dash-toggle--preview .kh {
  padding: 0.22rem 0.28rem;
}

.hero-preview-live--day-overview .row-head {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: space-between;
}

.hero-preview-live--day-overview .h-left {
  display: flex;
  gap: 0.28rem;
  align-items: center;
  min-width: 0;
  flex: 1;
}

.hero-preview-live--day-overview .h-right {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  flex-shrink: 0;
}

.hero-preview-live--day-overview .dash-cat-avatar {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--cat-accent) 65%, rgba(255, 255, 255, 0.15));
  background: linear-gradient(145deg, var(--cat-accent-mid) 0%, var(--cat-accent-deep) 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35), 0 0 8px color-mix(in srgb, var(--cat-accent) 25%, transparent);
}

.hero-preview-live--day-overview .dash-cat-avatar i {
  font-size: 0.52rem;
  color: #fff;
}

.hero-preview-live--day-overview .who {
  min-width: 0;
  line-height: 1.2;
}

.hero-preview-live--day-overview .who .name {
  font-size: clamp(0.5rem, 1.25vw, 0.58rem);
  font-weight: 700;
  color: var(--lp-ink-txt);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-preview-live--day-overview .who .muted {
  font-size: clamp(0.44rem, 1.1vw, 0.5rem);
  color: var(--lp-ink-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-preview-live--day-overview .dash-cat-chip {
  min-width: 14px;
  padding: 0.08rem 0.28rem;
  border-radius: 999px;
  font-size: 0.46rem;
  font-weight: 700;
  text-align: center;
  background: rgba(26, 31, 48, 0.9);
  border: 1px solid rgba(40, 50, 74, 0.8);
  color: #cbd6ef;
}

.hero-preview-live--day-overview .chev {
  width: 14px;
  height: 14px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.46rem;
  color: rgba(138, 92, 255, 0.7);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(10, 14, 26, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* —— Calendar preview (real calendar-grid + slot-item) —— */
.lp-cal-wrap {
  color: var(--lp-ink-txt);
}

.lp-cal-sync {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
  padding: 0.35rem 0.45rem 0.35rem 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(138, 92, 255, 0.45);
  background: linear-gradient(135deg, rgba(138, 92, 255, 0.14), rgba(52, 211, 153, 0.08));
  box-shadow: 0 0 12px rgba(138, 92, 255, 0.12);
}

.lp-cal-sync-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(138, 92, 255, 0.25);
  color: #c4b5fd;
  font-size: 0.72rem;
}

.lp-cal-sync-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.25;
}

.lp-cal-sync-title {
  font-size: clamp(0.62rem, 1.6vw, 0.68rem);
  font-weight: 700;
  color: #f3f0ff;
}

.lp-cal-sync-sub {
  font-size: clamp(0.52rem, 1.35vw, 0.58rem);
  font-weight: 500;
  color: rgba(196, 181, 253, 0.85);
}

.lp-cal-sync-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: clamp(0.5rem, 1.2vw, 0.56rem);
  font-weight: 600;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  background: rgba(52, 211, 153, 0.18);
  border: 1px solid rgba(52, 211, 153, 0.35);
  color: #bbf7d0;
}

.lp-cal-sync-badge .bi {
  font-size: 0.65em;
}

.lp-cal-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
  padding: 0 0.1rem;
}

.lp-cal-title {
  font-size: clamp(0.72rem, 2vw, 0.82rem);
  font-weight: 700;
}

.lp-cal-nav {
  font-size: clamp(0.6rem, 1.6vw, 0.68rem);
  color: var(--lp-ink-muted);
}

.lp-cal-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.lp-cal-scroll::-webkit-scrollbar {
  display: none;
}

.lp-cal-grid.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--lp-ink-border);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.015);
  grid-auto-rows: auto minmax(36px, auto);
  box-sizing: border-box;
}

.hero-preview-live--calendar .lp-cal-grid.calendar-grid {
  grid-auto-rows: auto repeat(5, minmax(34px, auto));
}

.lp-cal-grid .calendar-day-header {
  text-align: center;
  padding: 0.35rem 0.2rem;
  font-weight: 700;
  color: var(--lp-ink-muted);
  font-size: clamp(0.52rem, 1.4vw, 0.62rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, rgba(138, 92, 255, 0.05), transparent);
  border-right: 1px solid rgba(120, 130, 170, 0.12);
  border-bottom: 2px solid var(--lp-ink-border);
  box-sizing: border-box;
}

.lp-cal-grid .calendar-day-header:last-child {
  border-right: none;
}

.lp-cal-grid .calendar-day-cell {
  min-height: 36px;
  background: rgba(255, 255, 255, 0.02);
  border-right: 1px solid rgba(120, 130, 170, 0.1);
  border-bottom: 1px solid rgba(120, 130, 170, 0.1);
  padding: 3px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
}

.lp-cal-grid .calendar-day-cell.lp-cal-empty {
  background: rgba(255, 255, 255, 0.008);
  opacity: 0.45;
}

.lp-cal-grid .calendar-day-cell:last-child {
  border-right: none;
}

.lp-cal-grid .calendar-day-cell.today {
  background: rgba(138, 92, 255, 0.06);
  border-left: 2px solid #8a5cff;
}

.lp-cal-grid .calendar-day-number {
  font-weight: 600;
  font-size: clamp(0.58rem, 1.5vw, 0.68rem);
  color: var(--lp-ink-txt);
  margin: 0 0 3px;
  line-height: 1.2;
  flex-shrink: 0;
}

.lp-cal-grid .calendar-day-cell.today .calendar-day-number {
  color: #8a5cff;
  font-weight: 700;
}

.lp-cal-grid .calendar-day-slots {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
  min-height: 0;
}

.lp-cal-grid .slot-item {
  font-size: clamp(0.48rem, 1.25vw, 0.58rem);
  padding: 2px 3px;
  margin: 0;
  border-radius: 3px;
  background: rgba(138, 92, 255, 0.1);
  border-left: 2px solid rgba(138, 92, 255, 0.5);
  color: #c4b5fd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  flex-shrink: 0;
  line-height: 1.25;
  width: 100%;
  box-sizing: border-box;
  min-height: 14px;
}

.lp-cal-grid .slot-item.busy {
  background: rgba(255, 92, 124, 0.1);
  border-left-color: rgba(255, 92, 124, 0.5);
  color: var(--lp-ink-danger);
}

.lp-cal-grid .slot-item.break-slot {
  background: rgba(255, 184, 77, 0.15);
  border-left-color: rgba(255, 184, 77, 0.7);
  color: var(--lp-ink-warning);
  font-weight: 600;
}

.lp-cal-grid .slot-item.break-slot::before {
  content: "⏸ ";
  font-size: 0.85em;
}

.lp-cal-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.85rem;
  margin-top: 0.35rem;
  font-size: clamp(0.52rem, 1.3vw, 0.6rem);
  color: var(--lp-ink-muted);
}

.lp-cal-legend-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 0.2em;
  vertical-align: middle;
}

.lp-cal-legend-dot--free {
  background: #8a5cff;
}

.lp-cal-legend-dot--break {
  background: var(--lp-ink-warning);
}

.lp-cal-legend-dot--busy {
  background: var(--lp-ink-danger);
}

/* —— Chat preview (real msg-bubble + chat-actions) —— */
.hero-preview-live--chat .hero-preview-live__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hero-preview-live--chat .lp-msg-chat-panel {
  height: 100%;
  flex: 1;
  min-height: 0;
}

.lp-msg-chat-panel {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  background: rgba(18, 20, 27, 0.95);
  color: var(--lp-ink-txt);
  max-height: 100%;
}

.lp-msg-chat-panel .header-line {
  flex-shrink: 0;
  padding: 0.45rem 0.55rem !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, #1a1b23, #181920);
}

.lp-msg-chat-panel .h-names {
  font-size: clamp(0.72rem, 2vw, 0.82rem) !important;
  font-weight: 700;
  margin-bottom: 0 !important;
  line-height: 1.25;
}

.lp-msg-chat-panel .h-sub {
  font-size: clamp(0.58rem, 1.5vw, 0.65rem) !important;
  line-height: 1.3;
  color: var(--lp-ink-muted) !important;
}

.lp-chat-avatar-header {
  width: 28px !important;
  height: 28px !important;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.7rem;
  color: #fff;
  background: linear-gradient(135deg, rgba(138, 92, 255, 0.4), rgba(29, 209, 161, 0.25));
  border: 2px solid rgba(138, 92, 255, 0.35);
  box-shadow: 0 0 8px rgba(138, 92, 255, 0.25);
}

.lp-msg-container {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
}

.hero-preview-live--chat .lp-msg-container {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.lp-chat-stream {
  padding: 0.45rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background:
    radial-gradient(ellipse 80% 50% at 20% 20%, rgba(99, 102, 241, 0.12), transparent 50%),
    linear-gradient(180deg, #12141a 0%, #151821 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-preview-live--chat .lp-chat-stream {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
  gap: 0.28rem;
}

.hero-preview-live--chat .lp-chat-inputbar {
  flex-shrink: 0;
}

/* —— Shared chat input bar (preview) —— */
.lp-chatbar {
  background: linear-gradient(180deg, #1a1b23, #151620);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  padding: 6px 8px;
}

.lp-chatbar .chatbar-row {
  display: flex;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: center;
}

.lp-chatbar .chatbar-row .form-control {
  flex: 1 1 0;
  min-width: 0;
  min-height: 34px;
  max-height: 34px;
  padding: 0.35rem 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: var(--lp-ink-muted);
  font-size: clamp(0.58rem, 1.4vw, 0.68rem);
  line-height: 1.3;
  resize: none;
}

.lp-chatbar .file-attach-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 32px;
  min-height: 32px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 0.85rem;
}

.lp-chatbar .voice-attach-btn {
  color: #fbbf24;
}

.lp-chatbar .chatbar-row .btn-success {
  flex-shrink: 0;
  min-height: 32px;
  min-width: 32px;
  padding: 0 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, #10b981, #059669);
  border: none;
  box-shadow: 0 2px 10px rgba(16, 185, 129, 0.3);
  font-size: 0.85rem;
}

.hero-preview-live--chat .lp-chat-actions-footer {
  margin-top: 0.2rem;
}

.hero-preview-live--booking .lp-booking-actions-footer {
  margin-top: 0.35rem;
}

.lp-msg-chat-panel .msg-bubble {
  border-radius: 1rem;
  padding: 0.45rem 0.6rem;
  margin-bottom: 0;
  max-width: min(88%, 400px);
  word-break: break-word;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: clamp(0.62rem, 1.6vw, 0.72rem);
  line-height: 1.35;
}

.lp-msg-chat-panel .from-artist {
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 35%, #7c3aed 100%);
  color: #fff;
  margin-left: auto;
  box-shadow: 0 4px 16px rgba(79, 70, 229, 0.35);
}

.lp-msg-chat-panel .from-customer {
  background: linear-gradient(135deg, #b45309 0%, #d97706 40%, #f59e0b 100%);
  color: #fff;
  margin-right: auto;
  box-shadow: 0 4px 16px rgba(217, 119, 6, 0.3);
}

.lp-msg-chat-panel .from-system,
.lp-msg-chat-panel .message-system {
  background: linear-gradient(135deg, #2b2e3a 0%, #3a3d4a 50%, #4a4d5a 100%);
  color: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 3px solid #e94c5a;
  margin-left: auto;
  margin-right: auto;
  max-width: min(85%, 360px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  font-size: clamp(0.58rem, 1.45vw, 0.68rem);
  text-align: center;
  padding: 0.38rem 0.5rem;
}

.lp-msg-chat-panel .from-system.has-appt-card,
.lp-msg-chat-panel .message-system.has-appt-card {
  max-width: min(96%, 460px);
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  padding: 0.35rem 0.45rem;
}

.lp-msg-chat-panel .lp-appt-card {
  background: linear-gradient(145deg, rgba(99, 102, 241, 0.1), rgba(139, 92, 246, 0.14), rgba(168, 85, 247, 0.08));
  border: 1px solid rgba(139, 92, 246, 0.28);
  border-radius: 10px;
  padding: 0.5rem 0.55rem;
  margin-top: 0.25rem;
  position: relative;
  overflow: hidden;
}

.lp-msg-chat-panel .lp-appt-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.lp-msg-chat-panel .lp-appt-header {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.4rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.lp-msg-chat-panel .lp-appt-icon-wrap {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(168, 85, 247, 0.25));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  flex-shrink: 0;
  border: 1px solid rgba(139, 92, 246, 0.3);
}

.lp-msg-chat-panel .lp-appt-title {
  font-weight: 700;
  font-size: clamp(0.64rem, 1.6vw, 0.74rem);
  background: linear-gradient(135deg, #c4b5fd, #818cf8, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-msg-chat-panel .lp-appt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.28rem;
  position: relative;
}

.lp-msg-chat-panel .lp-appt-item {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  padding: 0.28rem 0.38rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-msg-chat-panel .lp-appt-item.lp-appt-full {
  grid-column: 1 / -1;
}

.lp-msg-chat-panel .lp-appt-label {
  font-size: 0.62em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 2px;
  font-weight: 600;
}

.lp-msg-chat-panel .lp-appt-value {
  font-weight: 600;
  color: #fff;
  font-size: 0.88em;
  line-height: 1.3;
  word-break: break-word;
}

.lp-msg-chat-panel .msg-sender-name {
  font-weight: 600;
  margin-bottom: 2px;
  opacity: 0.95;
  font-size: 0.9em;
}

.lp-msg-chat-panel .offer-banner {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.15), rgba(234, 179, 8, 0.08));
  border: 1px solid rgba(234, 179, 8, 0.3);
  border-radius: 8px;
  padding: 0.28rem 0.4rem;
  margin-top: 0.3rem;
  font-size: 0.85em;
}

.hero-preview-live--chat #lp-chat-actions-field {
  max-width: 100%;
  margin: 0;
  padding: 4px 4px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-preview-live--chat .chat-actions-mobile-trigger {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.2), rgba(245, 158, 11, 0.15));
  border: 1px solid rgba(234, 179, 8, 0.4);
  margin: 0 auto 4px;
  flex-shrink: 0;
}

.hero-preview-live--chat .chat-actions-mobile-trigger i {
  font-size: 0.85rem;
}

.hero-preview-live--chat #lp-chat-actions-field[data-action-required="true"] .chat-actions-mobile-trigger {
  animation: actionsPulse 2s ease-in-out infinite;
}

.hero-preview-live--chat #lp-chat-actions-field .chat-actions-expandable {
  max-height: none;
  opacity: 1;
  overflow: visible;
  margin: 0;
  padding: 0;
}

.hero-preview-live--chat .lp-chat-actions-footer .chat-actions-content {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin-inline: auto;
}

.hero-preview-live--chat .lp-chat-actions-footer .chat-actions-content .btn {
  font-size: clamp(0.62rem, 1.5vw, 0.72rem);
  padding: 0.22rem 0.55rem;
  white-space: nowrap;
  width: auto;
}

/* —— Booking preview (chat story + status + pulsing blitz + action) —— */
.hero-preview-live--booking .hero-preview-live__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lp-booking.chat-inputbar-preview {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.1rem 0;
}

.hero-preview-live--booking .lp-booking-stream {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  padding: 0.4rem 0.45rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(ellipse 80% 50% at 20% 20%, rgba(99, 102, 241, 0.12), transparent 50%),
    linear-gradient(180deg, #12141a 0%, #151821 100%);
}

.hero-preview-live--booking .lp-booking-stream .msg-bubble {
  border-radius: 0.85rem;
  padding: 0.35rem 0.5rem;
  margin-bottom: 0;
  max-width: min(90%, 380px);
  word-break: break-word;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: clamp(0.58rem, 1.45vw, 0.68rem);
  line-height: 1.3;
}

.hero-preview-live--booking .lp-booking-stream .from-artist {
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 35%, #7c3aed 100%);
  color: #fff;
  margin-left: auto;
  box-shadow: 0 4px 16px rgba(79, 70, 229, 0.35);
}

.hero-preview-live--booking .lp-booking-stream .from-customer {
  background: linear-gradient(135deg, #b45309 0%, #d97706 40%, #f59e0b 100%);
  color: #fff;
  margin-right: auto;
  box-shadow: 0 4px 16px rgba(217, 119, 6, 0.3);
}

.hero-preview-live--booking .lp-booking-stream .msg-sender-name {
  font-weight: 600;
  margin-bottom: 2px;
  opacity: 0.95;
  font-size: 0.88em;
}

.hero-preview-live--booking .lp-booking-stream .offer-banner {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.15), rgba(234, 179, 8, 0.08));
  border: 1px solid rgba(234, 179, 8, 0.3);
  border-radius: 6px;
  padding: 0.22rem 0.35rem;
  margin-top: 0.25rem;
  font-size: 0.82em;
}

.hero-preview-live--booking .chat-status-divider {
  flex-shrink: 0;
  margin: 0;
  padding: 7px 10px 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  background: linear-gradient(165deg, rgba(26, 29, 42, 0.94), rgba(16, 18, 26, 0.94));
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.hero-preview-live--booking .chat-status-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-bottom: 0;
}

.hero-preview-live--booking .chat-status-divider-stage {
  font-size: clamp(0.58rem, 1.5vw, 0.66rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #ddd6fe;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.22), rgba(139, 92, 246, 0.14));
  border: 1px solid rgba(129, 140, 248, 0.45);
  border-radius: 999px;
  padding: 0.1rem 0.42rem 0.11rem;
  white-space: nowrap;
  box-shadow: 0 1px 10px rgba(99, 102, 241, 0.2);
}

.hero-preview-live--booking .chat-status-divider-text {
  flex: 1 1 auto;
  min-width: 0;
  color: #9aa3b5;
  font-size: clamp(0.58rem, 1.5vw, 0.7rem);
  line-height: 1.3;
  opacity: 0.95;
}

.hero-preview-live--booking .lp-chatbar {
  flex-shrink: 0;
}

.hero-preview-live--booking #lp-booking-actions-field {
  max-width: 100%;
  margin: 0;
  padding: 6px 4px 2px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-preview-live--booking .chat-actions-mobile-trigger {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.2), rgba(245, 158, 11, 0.15));
  border: 1px solid rgba(234, 179, 8, 0.4);
  margin: 0 auto 8px;
  flex-shrink: 0;
}

.hero-preview-live--booking .chat-actions-mobile-trigger i {
  font-size: 1.15rem;
}

.hero-preview-live--booking #lp-booking-actions-field[data-action-required="true"] .chat-actions-mobile-trigger {
  animation: actionsPulse 2s ease-in-out infinite;
}

@keyframes actionsPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(234, 179, 8, 0.5);
  }
  50% {
    box-shadow: 0 0 0 14px rgba(234, 179, 8, 0);
  }
}

.hero-preview-live--booking #lp-booking-actions-field .chat-actions-expandable {
  max-height: none;
  opacity: 1;
  overflow: visible;
  margin: 0;
  padding: 0;
}

.hero-preview-live--booking .chat-actions-content {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  width: 100%;
}

.hero-preview-live--booking .chat-actions-content .btn {
  font-size: clamp(0.62rem, 1.5vw, 0.72rem);
  padding: 0.3rem 0.65rem;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .hero-preview-live--booking #lp-booking-actions-field[data-action-required="true"] .chat-actions-mobile-trigger,
  .hero-preview-live--chat #lp-chat-actions-field[data-action-required="true"] .chat-actions-mobile-trigger {
    animation: none;
  }
}

/* —— Push notifications preview —— */
.lp-push-preview {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: var(--lp-ink-txt);
}

.lp-push-header {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.lp-push-header > .bi-bell {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(138, 92, 255, 0.2);
  color: #b89aff;
  font-size: 0.9rem;
}

.lp-push-title {
  font-size: clamp(0.72rem, 1.8vw, 0.82rem);
  font-weight: 700;
  line-height: 1.25;
}

.lp-push-sub {
  font-size: clamp(0.58rem, 1.4vw, 0.66rem);
  color: var(--lp-ink-muted);
  line-height: 1.3;
  margin-top: 0.1rem;
}

.lp-push-badge {
  flex-shrink: 0;
  margin-left: auto;
  font-size: clamp(0.52rem, 1.2vw, 0.6rem);
  font-weight: 600;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(138, 92, 255, 0.18);
  border: 1px solid rgba(138, 92, 255, 0.35);
  color: #c4b5fd;
}

.lp-push-master {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(138, 92, 255, 0.14), rgba(59, 130, 246, 0.08));
  border: 1px solid rgba(138, 92, 255, 0.28);
  font-size: clamp(0.62rem, 1.5vw, 0.72rem);
  font-weight: 600;
}

.lp-push-toggle {
  position: relative;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.45);
  flex-shrink: 0;
}

.lp-push-toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}

.lp-push-toggle.is-on {
  background: #22c55e;
}

.lp-push-toggle.is-on::after {
  transform: translateX(16px);
}

.lp-push-prefs {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.lp-push-pref-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  padding: 0.35rem 0.45rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: clamp(0.58rem, 1.4vw, 0.66rem);
}

.lp-push-pref-row .form-check-input {
  width: 0.85rem;
  height: 0.85rem;
  margin: 0;
  flex-shrink: 0;
  pointer-events: none;
}

.lp-push-pref-label {
  flex: 1;
  min-width: 0;
  color: rgba(233, 239, 255, 0.92);
}

.lp-push-pref-badge {
  flex-shrink: 0;
  font-size: 0.55rem;
  font-weight: 600;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
}

.lp-push-pref-badge.is-on {
  background: rgba(34, 197, 94, 0.35);
  border-color: rgba(34, 197, 94, 0.5);
  color: #bbf7d0;
}

/* —— Finance preview (artist_finance KPI grid) —— */
.lp-fin-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  color: var(--lp-ink-txt);
  overflow-y: auto;
}

.lp-fin-header {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: clamp(0.68rem, 1.7vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.lp-fin-header .bi-cash-stack {
  color: #34d399;
  font-size: 0.95rem;
}

.lp-fin-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0.28rem 0.38rem;
  border-radius: 8px;
  border: 1px solid rgba(120, 130, 170, 0.22);
  background: linear-gradient(160deg, rgba(12, 18, 32, 0.82), rgba(18, 28, 48, 0.72));
  font-size: clamp(0.5rem, 1.25vw, 0.58rem);
  color: var(--lp-ink-muted);
}

.lp-fin-filter .bi-funnel {
  color: #a5b4fc;
  font-size: 0.65rem;
}

.lp-fin-filter-sep {
  opacity: 0.5;
}

.lp-fin-vat-hint {
  margin: 0;
  font-size: clamp(0.46rem, 1.15vw, 0.52rem);
  color: var(--lp-ink-muted);
  line-height: 1.3;
}

.lp-fin-vat-hint .bi-calculator {
  margin-right: 0.2rem;
  color: #c4b5fd;
}

.hero-preview-live--finance .lp-fin-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.2rem;
  flex: 0 0 auto;
  align-content: start;
}

.hero-preview-live--finance .kpi-card {
  background: linear-gradient(160deg, rgba(12, 18, 32, 0.82), rgba(18, 28, 48, 0.72));
  border: 1px solid rgba(120, 130, 170, 0.28);
  border-radius: 10px;
  padding: 0.26rem 0.3rem;
  position: relative;
  overflow: hidden;
  min-width: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), 0 0 8px rgba(138, 92, 255, 0.08);
}

.hero-preview-live--finance .kpi-card::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  opacity: 0.12;
  pointer-events: none;
}

.hero-preview-live--finance .kpi-card.kpi-income::before { background: #34d399; }
.hero-preview-live--finance .kpi-card.kpi-pending::before { background: #ffb84d; }
.hero-preview-live--finance .kpi-card.kpi-margin::before { background: #4db6ff; }
.hero-preview-live--finance .kpi-card.kpi-material::before { background: #ff5c7c; }
.hero-preview-live--finance .kpi-card.kpi-purchase::before { background: #e67e22; }
.hero-preview-live--finance .kpi-card.kpi-fixed::before { background: #e74c3c; }

.hero-preview-live--finance .kpi-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.15rem;
  margin-bottom: 0.15rem;
}

.hero-preview-live--finance .kpi-label {
  font-size: clamp(0.44rem, 1.1vw, 0.52rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 0.15rem;
  min-width: 0;
  line-height: 1.2;
}

.hero-preview-live--finance .kpi-label .bi {
  flex-shrink: 0;
  font-size: 0.65em;
}

.hero-preview-live--finance .kpi-card.kpi-income .kpi-label .bi { color: #34d399; }
.hero-preview-live--finance .kpi-card.kpi-pending .kpi-label .bi { color: #ffb84d; }
.hero-preview-live--finance .kpi-card.kpi-margin .kpi-label .bi { color: #4db6ff; }
.hero-preview-live--finance .kpi-card.kpi-material .kpi-label .bi { color: #ff5c7c; }
.hero-preview-live--finance .kpi-card.kpi-purchase .kpi-label .bi { color: #e67e22; }
.hero-preview-live--finance .kpi-card.kpi-fixed .kpi-label .bi { color: #e74c3c; }

.hero-preview-live--finance .kpi-badge {
  flex-shrink: 0;
  font-size: 0.42rem;
  padding: 0.08rem 0.28rem;
  border-radius: 999px;
  font-weight: 600;
  white-space: nowrap;
}

.hero-preview-live--finance .kpi-badge-green {
  background: rgba(52, 211, 153, 0.2);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.3);
}

.hero-preview-live--finance .kpi-badge-yellow {
  background: rgba(255, 184, 77, 0.2);
  color: #ffb84d;
  border: 1px solid rgba(255, 184, 77, 0.3);
}

.hero-preview-live--finance .kpi-badge-red {
  background: rgba(255, 92, 124, 0.2);
  color: #ff5c7c;
  border: 1px solid rgba(255, 92, 124, 0.3);
}

.hero-preview-live--finance .kpi-badge-blue {
  background: rgba(77, 182, 255, 0.2);
  color: #4db6ff;
  border: 1px solid rgba(77, 182, 255, 0.3);
}

.hero-preview-live--finance .kpi-badge-orange {
  background: rgba(230, 126, 34, 0.2);
  color: #e67e22;
  border: 1px solid rgba(230, 126, 34, 0.3);
}

.hero-preview-live--finance .kpi-value {
  font-size: clamp(0.62rem, 1.55vw, 0.72rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.08rem;
  line-height: 1.15;
}

.hero-preview-live--finance .val-green { color: #34d399; }
.hero-preview-live--finance .val-yellow { color: #ffb84d; }
.hero-preview-live--finance .val-red { color: #ff5c7c; }
.hero-preview-live--finance .val-orange { color: #e67e22; }

.hero-preview-live--finance .kpi-sub {
  font-size: clamp(0.42rem, 1.05vw, 0.48rem);
  color: var(--lp-ink-muted);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-preview-live--finance .kpi-sub .bi {
  margin-right: 0.15rem;
}

.hero-preview-live--finance .lp-fin-section {
  flex: 0 0 auto;
  border: 1px solid rgba(120, 130, 170, 0.22);
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(12, 18, 32, 0.72), rgba(18, 28, 48, 0.62));
  overflow: hidden;
}

.hero-preview-live--finance .lp-fin-section-head {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem 0.38rem;
  font-size: clamp(0.52rem, 1.3vw, 0.58rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(120, 130, 170, 0.18);
}

.hero-preview-live--finance .lp-fin-section-head .bi {
  color: #8a5cff;
  font-size: 0.72rem;
}

.hero-preview-live--finance .lp-fin-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hero-preview-live--finance .lp-fin-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: clamp(0.48rem, 1.15vw, 0.54rem);
}

.hero-preview-live--finance .lp-fin-table th {
  padding: 0.22rem 0.32rem;
  text-align: left;
  font-weight: 700;
  color: var(--lp-ink-muted);
  border-bottom: 1px solid rgba(120, 130, 170, 0.22);
  white-space: nowrap;
}

.hero-preview-live--finance .lp-fin-table td {
  padding: 0.22rem 0.32rem;
  border-bottom: 1px solid rgba(120, 130, 170, 0.12);
  color: rgba(233, 239, 255, 0.88);
  vertical-align: middle;
}

.hero-preview-live--finance .lp-fin-table tbody tr:last-child td {
  border-bottom: none;
}

.hero-preview-live--finance .lp-fin-table .col-price {
  text-align: right;
  white-space: nowrap;
}

.hero-preview-live--finance .lp-fin-table .col-date {
  white-space: nowrap;
}

.hero-preview-live--finance .ref-badge {
  font-family: monospace;
  font-weight: 700;
  font-size: 0.48rem;
  padding: 0.12rem 0.28rem;
  border-radius: 5px;
  display: inline-block;
}

.hero-preview-live--finance .ref-badge-warning {
  background: rgba(255, 184, 77, 0.2);
  color: #ffb84d;
  border: 1px solid rgba(255, 184, 77, 0.25);
}

.hero-preview-live--finance .ref-badge-success {
  background: rgba(52, 211, 153, 0.2);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.25);
}

.hero-preview-live--finance .ref-badge-muted {
  background: rgba(120, 130, 170, 0.12);
  color: var(--lp-ink-muted);
  border: 1px solid rgba(120, 130, 170, 0.15);
}

.hero-preview-live--finance .status-badge {
  font-size: 0.46rem;
  padding: 0.12rem 0.28rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.hero-preview-live--finance .status-offen {
  background: rgba(255, 184, 77, 0.15);
  color: #ffb84d;
  border: 1px solid rgba(255, 184, 77, 0.25);
}

.hero-preview-live--finance .status-erledigt {
  background: rgba(52, 211, 153, 0.15);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.25);
}

.hero-preview-live--finance .val-green {
  color: #34d399;
  font-weight: 700;
}

.hero-preview-live--finance .val-muted {
  color: var(--lp-ink-muted);
}

/* —— More features preview (bento) —— */
.lp-features-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  height: 100%;
  padding: 0.35rem;
  border-radius: 10px;
  background: linear-gradient(160deg, rgba(18, 22, 38, 0.92), rgba(12, 16, 28, 0.88));
  border: 1px solid rgba(138, 92, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(0, 0, 0, 0.35);
  color: var(--lp-ink-txt);
}

.lp-features-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.4rem;
}

.lp-features-header {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  min-width: 0;
}

.lp-features-header > .bi-grid-3x3-gap {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(138, 92, 255, 0.2);
  color: #b89aff;
  font-size: 0.9rem;
}

.lp-features-title {
  font-size: clamp(0.72rem, 1.8vw, 0.82rem);
  font-weight: 700;
  line-height: 1.25;
}

.lp-features-sub {
  font-size: clamp(0.58rem, 1.4vw, 0.66rem);
  color: var(--lp-ink-muted);
  line-height: 1.3;
  margin-top: 0.1rem;
}

.lp-features-badge {
  flex-shrink: 0;
  font-size: clamp(0.5rem, 1.15vw, 0.58rem);
  font-weight: 700;
  padding: 0.18rem 0.42rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(138, 92, 255, 0.22), rgba(233, 76, 90, 0.12));
  border: 1px solid rgba(138, 92, 255, 0.38);
  color: #d4c4ff;
  white-space: nowrap;
}

.lp-features-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.28rem;
  flex: 1;
  min-height: 0;
  align-content: center;
}

.lp-feature-tile {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  min-width: 0;
  padding: 0.32rem 0.38rem;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(138, 92, 255, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}

.lp-feature-tile--featured {
  grid-column: span 2;
  padding: 0.38rem 0.45rem;
  background: linear-gradient(135deg, rgba(138, 92, 255, 0.12), rgba(59, 130, 246, 0.06));
  border-color: rgba(138, 92, 255, 0.35);
  box-shadow: 0 4px 14px rgba(138, 92, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.lp-feature-tile__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 0.62rem;
}

.lp-feature-tile__icon--purple {
  background: rgba(138, 92, 255, 0.22);
  color: #c4b5fd;
  border: 1px solid rgba(138, 92, 255, 0.35);
}

.lp-feature-tile__icon--green {
  background: rgba(52, 211, 153, 0.18);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, 0.3);
}

.lp-feature-tile__icon--blue {
  background: rgba(77, 182, 255, 0.18);
  color: #4db6ff;
  border: 1px solid rgba(77, 182, 255, 0.3);
}

.lp-feature-tile__icon--orange {
  background: rgba(255, 184, 77, 0.18);
  color: #ffb84d;
  border: 1px solid rgba(255, 184, 77, 0.3);
}

.lp-feature-tile__icon--pink {
  background: rgba(255, 92, 124, 0.18);
  color: #ff5c7c;
  border: 1px solid rgba(255, 92, 124, 0.3);
}

.lp-feature-tile__icon--teal {
  background: rgba(45, 212, 191, 0.18);
  color: #2dd4bf;
  border: 1px solid rgba(45, 212, 191, 0.3);
}

.lp-feature-tile__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.2;
}

.lp-feature-tile__label {
  font-size: clamp(0.54rem, 1.3vw, 0.62rem);
  font-weight: 700;
  color: rgba(233, 239, 255, 0.95);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lp-feature-tile__sub {
  font-size: clamp(0.46rem, 1.1vw, 0.52rem);
  font-weight: 600;
  color: var(--lp-ink-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lp-features-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.28rem 0.4rem;
  padding-top: 0.15rem;
  border-top: 1px solid rgba(138, 92, 255, 0.15);
}

.lp-features-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  font-size: clamp(0.48rem, 1.1vw, 0.54rem);
  font-weight: 600;
  color: rgba(207, 214, 230, 0.82);
  padding: 0.18rem 0.38rem;
  border-radius: 999px;
  background: rgba(138, 92, 255, 0.08);
  border: 1px solid rgba(138, 92, 255, 0.18);
  white-space: nowrap;
}

.lp-features-stat .bi {
  font-size: 0.72em;
  color: #b89aff;
  opacity: 0.95;
}

/* —— Desktop preview band —— */
@media (min-width: 992px) {
  .hero-preview-live--dashboard {
    aspect-ratio: 16 / 16;
  }

  .hero-preview-live--day-overview {
    aspect-ratio: 16 / 20;
  }

  .hero-preview-band .hero-preview-live--chat {
    aspect-ratio: auto;
  }

  .hero-preview-live--calendar {
    aspect-ratio: 16 / 18;
  }

  .hero-preview-live--booking {
    aspect-ratio: 16 / 16;
  }

  .hero-preview-live--push {
    aspect-ratio: 16 / 14;
  }

  .hero-preview-live--finance {
    aspect-ratio: 16 / 18;
  }

  .hero-preview-live--features {
    aspect-ratio: 16 / 11;
  }
}

/* —— Wide preview band (840px carousel) —— */
@media (min-width: 720px) {
  .hero-preview-band .lp-features-bento {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-preview-band .lp-feature-tile--featured {
    grid-column: span 2;
  }

  .hero-preview-band .lp-dashboard .ad-kpi {
    padding: 0.5rem 0.4rem;
  }

  .hero-preview-band .lp-dashboard .ad-kpi-val {
    font-size: 1.05rem;
  }

  .hero-preview-band .lp-push-pref-row {
    padding: 0.4rem 0.65rem;
  }

  .hero-preview-band .lp-cal-grid.calendar-grid {
    grid-auto-rows: auto repeat(5, minmax(38px, auto));
  }

  .hero-preview-band .lp-cal-grid .calendar-day-cell {
    min-height: 38px;
  }

  .hero-preview-band .lp-msg-chat-panel .h-names {
    font-size: clamp(0.78rem, 2vw, 0.88rem) !important;
  }

  .hero-preview-band .lp-msg-chat-panel .msg-bubble {
    font-size: clamp(0.66rem, 1.7vw, 0.76rem);
  }

  .hero-preview-band .hero-preview-live--day-overview .k.dash-toggle--preview {
    padding: 0.32rem 0.38rem;
  }
}

/* —— Mobile —— */
@media (max-width: 575.98px) {
  .hero-preview-band .hero-preview-live {
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    height: auto;
    max-height: min(560px, 68vh);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hero-preview-band .hero-preview-live--finance {
    max-height: min(600px, 72vh);
  }

  .lp-msg-chat-panel .from-system.has-appt-card,
  .lp-msg-chat-panel .message-system.has-appt-card {
    max-width: 100%;
    text-align: left;
    padding: 0.3rem 0.38rem;
  }

  .lp-msg-chat-panel .has-appt-card .msg-sender-name {
    display: none;
  }

  .lp-msg-chat-panel .lp-appt-card {
    padding: 0.38rem 0.42rem;
    margin-top: 0;
  }

  .lp-msg-chat-panel .lp-appt-header {
    margin-bottom: 0.3rem;
    padding-bottom: 0.28rem;
    gap: 0.35rem;
  }

  .lp-msg-chat-panel .lp-appt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.22rem;
  }

  .lp-msg-chat-panel .lp-appt-item {
    padding: 0.2rem 0.28rem;
    text-align: left;
  }

  .lp-msg-chat-panel .lp-appt-item.lp-appt-full {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    gap: 0.3rem 0.45rem;
    align-items: baseline;
  }

  .lp-msg-chat-panel .lp-appt-item.lp-appt-full .lp-appt-label {
    margin-bottom: 0;
    white-space: nowrap;
  }

  .lp-msg-chat-panel .lp-appt-label {
    font-size: 0.52em;
    text-align: left;
  }

  .lp-msg-chat-panel .lp-appt-value {
    font-size: 0.8em;
    text-align: left;
  }

  .hero-preview-band .hero-preview-live__inner {
    padding: clamp(0.35rem, 2.5vw, 0.55rem);
  }

  .hero-preview-band .lp-features-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-preview-band .lp-feature-tile--featured {
    grid-column: span 2;
  }

  .hero-preview-band .hero-preview-live--dashboard .ad-hero {
    padding: 0.5rem 0.6rem;
    margin-bottom: 0.35rem;
  }

  .hero-preview-band .hero-preview-live--dashboard .ad-action {
    min-height: 48px;
    padding: 0.35rem 0.25rem;
  }

  .hero-preview-band .hero-preview-live--dashboard .ad-kpi {
    padding: 0.35rem 0.28rem;
  }

  .hero-preview-band .hero-preview-live--dashboard .ad-kpi-val {
    font-size: 0.9rem;
  }

  .hero-preview-band .lp-fin-vat-hint {
    display: none;
  }

  .hero-preview-live--finance .lp-fin-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-cal-sync {
    margin-bottom: 0.25rem;
    padding: 0.28rem 0.38rem 0.28rem 0.35rem;
  }

  .lp-cal-toolbar {
    margin-bottom: 0.25rem;
  }

  .lp-cal-legend {
    margin-top: 0.25rem;
    gap: 0.4rem 0.65rem;
  }

  .lp-cal-grid.calendar-grid {
    grid-auto-rows: auto repeat(5, minmax(40px, auto));
    min-width: 320px;
  }

  .lp-cal-grid .calendar-day-cell {
    min-height: 40px;
  }

  .lp-cal-grid .slot-item {
    font-size: 0.54rem;
    min-height: 14px;
    padding: 2px 3px;
  }

  .lp-msg-chat-panel .msg-bubble {
    max-width: 92%;
    font-size: 0.62rem;
    padding: 0.4rem 0.5rem;
  }

  .hero-preview-live--chat .lp-chat-actions-footer .chat-actions-content {
    flex-direction: column;
    align-items: center;
  }

  .hero-preview-live--chat .lp-chat-actions-footer .chat-actions-content .btn {
    width: auto;
    max-width: 92%;
    margin-inline: auto;
    text-align: center;
    justify-content: center;
  }

  .lp-dashboard .ad-actions {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 359.98px) {
  .hero-preview-band .hero-preview-live--calendar {
    aspect-ratio: auto;
  }

  .lp-cal-scroll {
    margin: 0 -0.15rem;
    padding-bottom: 0.15rem;
  }

  .lp-cal-grid.calendar-grid {
    min-width: 340px;
  }
}
