.assistant-121 {
  --a-ink: #111111;
  --a-white: #ffffff;
  --a-neutral: #74706c;
  --a-line: #ece8e2;
  --a-bg: #faf8f4;
  --a-soft: #f5f2ed;
  --a-green: #0f6e63;
  --a-red: #a32929;
  --a-display: "Playfair Display", Georgia, serif;
  --a-body: "Hanken Grotesk", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --a-ease: cubic-bezier(.22, 1, .36, 1);
  color: var(--a-ink);
  font-family: var(--a-body);
}
.assistant-121, .assistant-121 * { box-sizing: border-box; }
.assistant-121-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 2147483000;
  display: inline-flex; align-items: center; gap: 10px;
  border: 0; border-radius: 999px; padding: 14px 20px;
  background: var(--a-ink); color: var(--a-white); box-shadow: 0 10px 30px rgba(0,0,0,.26);
  font: 600 14px/1.2 var(--a-body); cursor: pointer;
}
.assistant-121-listing .assistant-121-fab { z-index: 80; }
.assistant-121-fab[hidden] { display: none; }
.assistant-121-spark { width: 9px; height: 9px; border-radius: 50%; background: #6fd79e; }
.assistant-121-tip {
  position: fixed; right: 22px; bottom: 80px; z-index: 2147483001;
  max-width: min(264px, calc(100vw - 44px)); padding: 11px 34px 11px 14px;
  border-radius: 12px; background: var(--a-ink); color: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.24); font-size: 13px; line-height: 1.4;
}
.assistant-121-listing .assistant-121-tip { z-index: 81; }
.assistant-121-tip[hidden] { display: none; }
.assistant-121-tip::after { content: ""; position: absolute; right: 36px; bottom: -6px; width: 13px; height: 13px; border-radius: 2px; background: var(--a-ink); transform: rotate(45deg); }
.assistant-121-tip-x { position: absolute; top: 5px; right: 8px; border: 0; background: none; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1; cursor: pointer; }
.assistant-121-chat {
  position: fixed; right: 22px; bottom: 22px; z-index: 2147483002;
  width: min(380px, calc(100vw - 32px)); height: min(560px, calc(100vh - 60px));
  display: none; flex-direction: column; overflow: hidden;
  border: 1px solid var(--a-line); border-radius: 18px; background: var(--a-white);
  box-shadow: 0 24px 70px rgba(0,0,0,.26); color: var(--a-ink);
}
.assistant-121-listing .assistant-121-chat { z-index: 90; }
.assistant-121-chat.open { display: flex; animation: assistant121-rise .22s var(--a-ease) both; }
.assistant-121-chat.booking-open { width: min(720px, calc(100vw - 32px)); height: min(680px, calc(100vh - 44px)); }
.assistant-121-hd { padding: 14px 16px; border-bottom: 1px solid var(--a-line); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.assistant-121-title { font-family: var(--a-display); font-size: 16px; font-weight: 600; }
.assistant-121-sub { color: var(--a-neutral); font-size: 11.5px; }
.assistant-121-close { border: 0; background: none; color: var(--a-neutral); font-size: 22px; line-height: 1; cursor: pointer; }
.assistant-121-body { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; background: var(--a-bg); }
.assistant-121 .msg { max-width: 88%; padding: 11px 14px; border-radius: 14px; font-size: 14px; line-height: 1.5; }
.assistant-121 .msg.bot { align-self: flex-start; border: 1px solid var(--a-line); border-bottom-left-radius: 4px; background: var(--a-white); }
.assistant-121 .msg.me { align-self: flex-end; border-bottom-right-radius: 4px; background: var(--a-ink); color: var(--a-white); }
.assistant-121 .msg .note { margin-top: 6px; color: var(--a-neutral); font-size: 11px; }
.assistant-121 .msg.chips { display: flex; flex-direction: row; flex-wrap: wrap; gap: 7px; max-width: 100%; padding: 0; border: 0; background: none; }
.assistant-121 .msg.chips button { border: 1px solid var(--a-line); border-radius: 999px; padding: 8px 13px; background: var(--a-white); color: var(--a-green); font: 600 12.5px/1.2 var(--a-body); cursor: pointer; }
.assistant-121 .msg.chips button:hover { border-color: var(--a-green); }
.assistant-121-input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--a-line); background: #fff; }
.assistant-121-input input { flex: 1; min-width: 0; border: 1px solid var(--a-line); border-radius: 10px; padding: 11px 13px; outline: 0; font: 14px var(--a-body); }
.assistant-121-input input:focus { border-color: var(--a-ink); }
.assistant-121-input button { width: 42px; border: 0; border-radius: 10px; background: var(--a-ink); color: #fff; font-size: 16px; cursor: pointer; }
.assistant-121-ai-flag { padding: 7px; color: var(--a-neutral); font-size: 10.5px; line-height: 1.35; text-align: center; }
.assistant-121-ai-flag a { color: var(--a-ink); text-decoration: underline; text-underline-offset: 2px; }
.assistant-121-gate { position: absolute; inset: 0; z-index: 5; display: none; flex-direction: column; justify-content: center; overflow-y: auto; padding: 24px; background: rgba(255,255,255,.97); }
.assistant-121-gate.show { display: flex; }
.assistant-121-gate h3 { margin: 0 0 4px; font: 600 20px/1.2 var(--a-display); }
.assistant-121-gate p { margin: 0 0 14px; color: var(--a-neutral); font-size: 13px; }
.assistant-121-gate > input { width: 100%; margin-bottom: 9px; border: 1px solid var(--a-line); border-radius: 10px; padding: 12px; font: 14px var(--a-body); }
.assistant-121-gate label { display: flex; align-items: flex-start; gap: 8px; margin: 3px 0 8px; color: #343230; font-size: 12.5px; line-height: 1.45; }
.assistant-121-gate label input { width: auto; margin: 3px 0 0; }
.assistant-121-gate-submit { width: 100%; border: 1px solid var(--a-ink); border-radius: 10px; padding: 13px; background: var(--a-ink); color: #fff; font: 600 14px var(--a-body); cursor: pointer; }
.assistant-121-gate-later { display: block; margin: 8px auto 0; border: 0; background: none; color: var(--a-neutral); font: 13px var(--a-body); text-decoration: underline; cursor: pointer; }
.assistant-121-gate-later[hidden] { display: none; }
.assistant-121-terms { margin-top: 8px; color: var(--a-neutral); font-size: 10.5px; }
.assistant-121-terms a, .assistant-121-gate-alt button { color: var(--a-ink); text-decoration: underline; }
.assistant-121-gate-status { min-height: 18px; margin-top: 6px; color: var(--a-neutral); font-size: 12.5px; }
.assistant-121-gate-status.error { color: var(--a-red); }
.assistant-121-gate-alt { margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--a-line); color: var(--a-neutral); font-size: 12px; }
.assistant-121-gate-alt button { border: 0; padding: 0; background: none; font: 12px var(--a-body); cursor: pointer; }
.assistant-121-booking-overlay, .assistant-121 .booking-overlay { position: absolute; inset: 0; z-index: 6; display: flex; flex-direction: column; background: var(--a-white); }
.assistant-121 .booking-hd { min-height: 58px; padding: 10px 14px; border-bottom: 1px solid var(--a-line); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.assistant-121 .booking-back { border: 0; padding: 8px 4px; background: none; color: var(--a-ink); font: 700 14px var(--a-body); cursor: pointer; }
.assistant-121 .booking-full { color: var(--a-ink); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.assistant-121 .booking-frame-wrap { position: relative; flex: 1; min-height: 0; background: #fff; }
.assistant-121 .booking-frame { width: 100%; height: 100%; border: 0; background: #fff; }
.assistant-121 .booking-loading { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: #fff; color: var(--a-neutral); font-size: 13px; pointer-events: none; }
.assistant-121 .simchat { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.assistant-121 .simchat-card { display: flex; align-items: stretch; gap: 10px; overflow: hidden; border: 1px solid var(--a-line); border-radius: 12px; background: var(--a-white); color: var(--a-ink); text-decoration: none; }
.assistant-121 .simchat-card:hover { box-shadow: 0 6px 18px rgba(17,17,17,.08); }
.assistant-121 .simchat-ph { flex: 0 0 84px; width: 84px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--a-soft); color: var(--a-neutral); font-size: 11px; }
.assistant-121 .simchat-ph img { width: 100%; height: 100%; object-fit: cover; }
.assistant-121 .simchat-b { flex: 1; min-width: 0; display: block; padding: 9px 10px 9px 0; }
.assistant-121 .simchat-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px 6px; }
.assistant-121 .simchat-pr { font-size: 14px; font-weight: 700; }
.assistant-121 .simchat-ad { display: block; overflow: hidden; margin-top: 1px; color: var(--a-ink); font-size: 12.5px; text-overflow: ellipsis; white-space: nowrap; }
.assistant-121 .simchat-mt { display: block; margin-top: 2px; color: var(--a-neutral); font-size: 11.5px; }
.assistant-121 .simchat-chip { flex: 0 0 auto; margin-left: auto; border-radius: 999px; padding: 3px 6px; background: var(--a-soft); color: var(--a-neutral); font-size: 9.5px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; white-space: nowrap; }
.assistant-121 .simchat-chip.active { background: #e7f5ec; color: #137a43; }
.assistant-121 .simchat-chip.pending { background: #fff4e5; color: #a15c00; }
.assistant-121 .simchat-chip.sold { background: #f0eefb; color: #5b4bc4; }
.assistant-121 .simchat-all { display: block; margin-top: 8px; font-size: 13px; text-decoration: underline; }
@keyframes assistant121-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes assistant121-nudge { 0%,100% { transform: none; } 22% { transform: translateY(-4px); } 44% { transform: none; } }
@keyframes assistant121-tip-rise { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .assistant-121-fab.nudge { animation: assistant121-nudge 1.5s var(--a-ease) 3; }
  .assistant-121-tip.in { animation: assistant121-tip-rise .26s var(--a-ease) both; }
}
@media (max-width: 720px) {
  .assistant-121-chat.booking-open { width: min(380px, calc(100vw - 32px)); height: min(560px, calc(100vh - 60px)); }
}
