/* La Lune Azteque Booking System - Frontend */
#laz-reservation .lla-booking-form,
.lla-booking-form{
  width:100%;
  font-family:'Poppins',sans-serif;
  color:#111;
}
.lla-booking-form *, .lla-booking-form *::before, .lla-booking-form *::after{box-sizing:border-box;}
.lla-booking-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 22px;}
.lla-booking-progress span{padding:10px 8px;border-radius:999px;background:rgba(17,17,17,.08);color:#111;text-align:center;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.5px;}
.lla-booking-progress span.is-active{background:#ff5538;color:#fff;}
.lla-booking-step{display:none;animation:llaFade .25s ease both;}
.lla-booking-step.is-active{display:block;}
.lla-booking-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.lla-booking-form label{display:block;margin:0 0 8px;color:#111;font-weight:900;}
.lla-booking-form p{margin:0 0 16px;}
.lla-booking-form input[type="text"],.lla-booking-form input[type="email"],.lla-booking-form input[type="tel"],.lla-booking-form input[type="date"],.lla-booking-form input[type="time"],.lla-booking-form input[type="number"],.lla-booking-form select,.lla-booking-form textarea{width:100%;border:2px solid rgba(17,17,17,.12);border-radius:16px;background:#fff;color:#111;padding:14px 16px;font-family:'Poppins',sans-serif;font-size:.95rem;font-weight:500;outline:none;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease;}
.lla-booking-form textarea{min-height:110px;resize:vertical;}
.lla-booking-form input:focus,.lla-booking-form select:focus,.lla-booking-form textarea:focus{border-color:#ff5538;box-shadow:0 0 0 4px rgba(255,85,56,.15);}
.lla-consent{display:flex!important;gap:10px;align-items:flex-start;margin-top:10px;font-size:.9rem;line-height:1.5;font-weight:700!important;}
.lla-consent input{margin-top:4px;}
.lla-booking-actions{display:flex;gap:12px;margin-top:22px;}
.lla-booking-actions button,.lla-button{display:inline-flex;justify-content:center;align-items:center;border:none;border-radius:999px;padding:14px 22px;background:#111;color:#fff!important;font-family:'Poppins',sans-serif;font-size:.9rem;font-weight:900;letter-spacing:.7px;text-transform:uppercase;text-decoration:none!important;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;}
.lla-booking-actions button:hover,.lla-button:hover{transform:translateY(-3px);background:#ff5538;box-shadow:0 14px 35px rgba(255,85,56,.35);}
.lla-booking-back{background:#ffd436!important;color:#111!important;}
.lla-booking-next,.lla-booking-submit{flex:1;}
.lla-booking-response{margin-top:16px;font-weight:800;line-height:1.5;}
.lla-booking-response.is-success,.lla-booking-alert{padding:14px 16px;border-radius:16px;background:#5ee6df;color:#111;font-weight:900;}
.lla-booking-response.is-error{padding:14px 16px;border-radius:16px;background:#ffe1dc;color:#ad1d0f;font-weight:900;}
.lla-party-warning{margin-top:14px;background:#111;color:#fff;}
.lla-slot-message{margin-top:12px;background:#ffd436;color:#111;}
.lla-booking-client-card{padding:28px;border-radius:28px;background:#fff;color:#111;box-shadow:0 24px 70px rgba(0,0,0,.16);font-family:'Poppins',sans-serif;}
.lla-booking-client-card h3{margin:8px 0 18px;font-family:'Anton',sans-serif;font-size:2.2rem;letter-spacing:1px;}
.lla-booking-status{display:inline-flex;padding:8px 14px;border-radius:999px;background:#ffd436;color:#111;font-weight:900;text-transform:uppercase;font-size:.78rem;}
.lla-client-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px;}
.lla-small{font-size:.85rem;opacity:.78;margin-top:18px;}
@keyframes llaFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
html[data-theme="dark"] #laz-reservation .lla-booking-form,html[data-theme="dark"] .lla-booking-form{color:#f5f5f5;}
html[data-theme="dark"] .lla-booking-progress span{background:#111;color:#f5f5f5;border:1px solid #252525;}
html[data-theme="dark"] .lla-booking-progress span.is-active{background:#d4a017;color:#050505;border-color:#d4a017;}
html[data-theme="dark"] .lla-booking-form label{color:#f5f5f5;}
html[data-theme="dark"] .lla-booking-form input[type="text"],html[data-theme="dark"] .lla-booking-form input[type="email"],html[data-theme="dark"] .lla-booking-form input[type="tel"],html[data-theme="dark"] .lla-booking-form input[type="date"],html[data-theme="dark"] .lla-booking-form input[type="time"],html[data-theme="dark"] .lla-booking-form input[type="number"],html[data-theme="dark"] .lla-booking-form select,html[data-theme="dark"] .lla-booking-form textarea{background:#050505;color:#fff;border-color:#252525;}
html[data-theme="dark"] .lla-booking-form input:focus,html[data-theme="dark"] .lla-booking-form select:focus,html[data-theme="dark"] .lla-booking-form textarea:focus{border-color:#d4a017;box-shadow:0 0 0 4px rgba(212,160,23,.16);}
html[data-theme="dark"] .lla-booking-actions button,html[data-theme="dark"] .lla-button{background:#d4a017;color:#050505!important;}
html[data-theme="dark"] .lla-booking-actions button:hover,html[data-theme="dark"] .lla-button:hover{background:#fff;color:#050505!important;box-shadow:0 14px 35px rgba(212,160,23,.22);}
html[data-theme="dark"] .lla-booking-back{background:#111!important;color:#fff!important;border:1px solid #252525;}
html[data-theme="dark"] .lla-booking-response.is-success,html[data-theme="dark"] .lla-booking-alert{background:#d4a017;color:#050505;}
html[data-theme="dark"] .lla-booking-response.is-error{background:#2b0f0a;color:#ffb3a5;border:1px solid #572014;}
html[data-theme="dark"] .lla-party-warning{background:#050505;color:#fff;border:1px solid #252525;}
html[data-theme="dark"] .lla-booking-client-card{background:#0e0e0e;color:#f5f5f5;border:1px solid #1f1f1f;box-shadow:0 24px 70px rgba(0,0,0,.6);}
html[data-theme="dark"] .lla-booking-status{background:#d4a017;color:#050505;}
@media(max-width:680px){.lla-booking-progress{grid-template-columns:1fr 1fr}.lla-booking-row{grid-template-columns:1fr}.lla-booking-actions{flex-direction:column}.lla-booking-actions button{width:100%}}

/* =========================================================
   V1.1 FIXES: forced layout, real buttons, date picker, client editing
========================================================= */
#laz-reservation .lla-booking-form,
.lla-booking-form{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
}
#laz-reservation .lla-booking-progress,
.lla-booking-progress{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:8px !important;
  margin:0 0 22px !important;
}
#laz-reservation .lla-booking-progress span,
.lla-booking-progress span{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:36px !important;
  padding:10px 8px !important;
  border-radius:999px !important;
  background:rgba(17,17,17,.08) !important;
  color:#111 !important;
  text-align:center !important;
  font-size:.74rem !important;
  font-weight:900 !important;
  line-height:1.1 !important;
  text-transform:uppercase !important;
  letter-spacing:.5px !important;
}
#laz-reservation .lla-booking-progress span.is-active,
.lla-booking-progress span.is-active{
  background:#ff5538 !important;
  color:#fff !important;
}
#laz-reservation .lla-booking-step,
.lla-booking-step{
  display:none !important;
}
#laz-reservation .lla-booking-step.is-active,
.lla-booking-step.is-active{
  display:block !important;
}
#laz-reservation [hidden],
.lla-booking-form [hidden],
.lla-booking-client-card [hidden]{
  display:none !important;
}
#laz-reservation .lla-booking-actions,
.lla-booking-actions{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin-top:22px !important;
}
#laz-reservation .lla-booking-actions button,
#laz-reservation .lla-button,
.lla-booking-actions button,
.lla-button,
#laz-reservation .lla-manage-link,
.lla-manage-link{
  -webkit-appearance:none !important;
  appearance:none !important;
  display:inline-flex !important;
  justify-content:center !important;
  align-items:center !important;
  min-height:50px !important;
  border:0 !important;
  border-radius:999px !important;
  padding:14px 24px !important;
  background:#111 !important;
  color:#fff !important;
  font-family:'Poppins',sans-serif !important;
  font-size:.9rem !important;
  font-weight:900 !important;
  letter-spacing:.7px !important;
  line-height:1 !important;
  text-transform:uppercase !important;
  text-decoration:none !important;
  cursor:pointer !important;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease !important;
}
#laz-reservation .lla-booking-actions button:hover,
#laz-reservation .lla-button:hover,
.lla-booking-actions button:hover,
.lla-button:hover,
#laz-reservation .lla-manage-link:hover,
.lla-manage-link:hover{
  transform:translateY(-3px) !important;
  background:#ff5538 !important;
  color:#fff !important;
  box-shadow:0 14px 35px rgba(255,85,56,.35) !important;
}
#laz-reservation .lla-booking-next,
#laz-reservation .lla-booking-submit,
.lla-booking-next,
.lla-booking-submit{
  flex:1 1 auto !important;
  background:#111 !important;
  color:#fff !important;
}
#laz-reservation .lla-booking-back,
.lla-booking-back{
  flex:0 0 auto !important;
  background:#ffd436 !important;
  color:#111 !important;
}
#laz-reservation .lla-booking-cancel-reservation,
.lla-booking-cancel-reservation{
  background:#ffe1dc !important;
  color:#ad1d0f !important;
}
#laz-reservation .lla-date-control,
.lla-date-control{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  width:100% !important;
}
#laz-reservation .lla-date-control input[type="date"],
.lla-date-control input[type="date"]{
  width:100% !important;
  padding-right:58px !important;
  cursor:pointer !important;
}
#laz-reservation .lla-date-open,
.lla-date-open{
  position:absolute !important;
  right:9px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:40px !important;
  height:40px !important;
  min-height:40px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:50% !important;
  background:#ffd436 !important;
  color:#111 !important;
  font-size:1rem !important;
  cursor:pointer !important;
  box-shadow:none !important;
}
#laz-reservation .lla-date-open:hover,
.lla-date-open:hover{
  background:#ff5538 !important;
  color:#fff !important;
  transform:translateY(-50%) scale(1.04) !important;
}
.lla-booking-client-card form{
  margin-top:18px;
}
.lla-booking-client-card h4{
  margin:22px 0 14px;
  font-family:'Anton',sans-serif;
  font-size:2rem;
  line-height:1;
  letter-spacing:1px;
  text-transform:uppercase;
}
.lla-client-divider{
  margin:26px 0 0;
  border:0;
  border-top:1px solid rgba(17,17,17,.12);
}
.lla-booking-client-card label{
  display:block;
  margin:0 0 8px;
  font-weight:900;
}
.lla-booking-client-card p{
  margin:0 0 16px;
}
.lla-booking-client-card input[type="text"],
.lla-booking-client-card input[type="email"],
.lla-booking-client-card input[type="tel"],
.lla-booking-client-card input[type="date"],
.lla-booking-client-card select,
.lla-booking-client-card textarea{
  width:100%;
  border:2px solid rgba(17,17,17,.12);
  border-radius:16px;
  background:#fff;
  color:#111;
  padding:14px 16px;
  font-family:'Poppins',sans-serif;
  font-size:.95rem;
  font-weight:500;
  outline:none;
}
.lla-booking-client-card textarea{min-height:100px;resize:vertical;}
.lla-booking-client-card input:focus,
.lla-booking-client-card select:focus,
.lla-booking-client-card textarea:focus{border-color:#ff5538;box-shadow:0 0 0 4px rgba(255,85,56,.15);}
html[data-theme="dark"] #laz-reservation .lla-booking-progress span,
html[data-theme="dark"] .lla-booking-progress span{
  background:#111 !important;
  color:#f5f5f5 !important;
  border:1px solid #252525 !important;
}
html[data-theme="dark"] #laz-reservation .lla-booking-progress span.is-active,
html[data-theme="dark"] .lla-booking-progress span.is-active{
  background:#d4a017 !important;
  color:#050505 !important;
  border-color:#d4a017 !important;
}
html[data-theme="dark"] #laz-reservation .lla-booking-actions button,
html[data-theme="dark"] #laz-reservation .lla-button,
html[data-theme="dark"] .lla-booking-actions button,
html[data-theme="dark"] .lla-button,
html[data-theme="dark"] #laz-reservation .lla-manage-link,
html[data-theme="dark"] .lla-manage-link{
  background:#d4a017 !important;
  color:#050505 !important;
}
html[data-theme="dark"] #laz-reservation .lla-booking-back,
html[data-theme="dark"] .lla-booking-back{
  background:#111 !important;
  color:#fff !important;
  border:1px solid #252525 !important;
}
html[data-theme="dark"] #laz-reservation .lla-booking-cancel-reservation,
html[data-theme="dark"] .lla-booking-cancel-reservation{
  background:#2b0f0a !important;
  color:#ffb3a5 !important;
  border:1px solid #572014 !important;
}
html[data-theme="dark"] #laz-reservation .lla-date-open,
html[data-theme="dark"] .lla-date-open{
  background:#d4a017 !important;
  color:#050505 !important;
}
html[data-theme="dark"] .lla-client-divider{border-top-color:#252525;}
html[data-theme="dark"] .lla-booking-client-card label{color:#f5f5f5;}
html[data-theme="dark"] .lla-booking-client-card input[type="text"],
html[data-theme="dark"] .lla-booking-client-card input[type="email"],
html[data-theme="dark"] .lla-booking-client-card input[type="tel"],
html[data-theme="dark"] .lla-booking-client-card input[type="date"],
html[data-theme="dark"] .lla-booking-client-card select,
html[data-theme="dark"] .lla-booking-client-card textarea{
  background:#050505;
  color:#fff;
  border-color:#252525;
}
html[data-theme="dark"] .lla-booking-client-card input:focus,
html[data-theme="dark"] .lla-booking-client-card select:focus,
html[data-theme="dark"] .lla-booking-client-card textarea:focus{border-color:#d4a017;box-shadow:0 0 0 4px rgba(212,160,23,.16);}
@media(max-width:680px){
  #laz-reservation .lla-booking-progress,.lla-booking-progress{grid-template-columns:1fr 1fr !important;}
  #laz-reservation .lla-booking-actions,.lla-booking-actions{flex-direction:column !important;}
  #laz-reservation .lla-booking-actions button,.lla-booking-actions button{width:100% !important;}
}

/* =========================================================
   RESERVATION CHATBOT V1.5
========================================================= */
.lla-chatbot-widget{
  --lla-chat-red:#ff5538;
  --lla-chat-orange:#ff8a25;
  --lla-chat-yellow:#ffd436;
  --lla-chat-dark:#111;
  --lla-chat-card:#fff;
  --lla-chat-text:#111;
  --lla-chat-muted:#666;
  --lla-chat-border:rgba(17,17,17,.12);
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:999999;
  font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--lla-chat-text);
}
.lla-chatbot-widget *{box-sizing:border-box}
.lla-chatbot-bubble{
  display:flex;
  align-items:center;
  gap:10px;
  border:0;
  border-radius:999px;
  padding:14px 18px;
  background:linear-gradient(135deg,var(--lla-chat-red),var(--lla-chat-orange));
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 18px 45px rgba(0,0,0,.25);
  transition:transform .22s ease,box-shadow .22s ease;
}
.lla-chatbot-bubble:hover{transform:translateY(-3px);box-shadow:0 24px 60px rgba(0,0,0,.30)}
.lla-chatbot-bubble-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111;border-radius:50%}
.lla-chatbot-panel{
  position:absolute;
  right:0;
  bottom:70px;
  width:min(410px,calc(100vw - 28px));
  height:min(640px,calc(100vh - 110px));
  background:var(--lla-chat-card);
  border:1px solid var(--lla-chat-border);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 28px 80px rgba(0,0,0,.32);
  display:flex;
  flex-direction:column;
}
.lla-chatbot-panel[hidden]{display:none!important}
.lla-chatbot-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px;
  background:linear-gradient(135deg,var(--lla-chat-red),var(--lla-chat-orange));
  color:#fff;
}
.lla-chatbot-header strong{display:block;font-size:1rem;line-height:1.2}
.lla-chatbot-header span{display:block;font-size:.82rem;opacity:.9;margin-top:2px}
.lla-chatbot-close{
  width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:26px;line-height:1;cursor:pointer;
}
.lla-chatbot-messages{
  flex:1;
  overflow:auto;
  padding:18px;
  background:linear-gradient(180deg,rgba(255,85,56,.06),transparent 28%);
}
.lla-chatbot-message{
  width:max-content;
  max-width:86%;
  margin:0 0 12px;
  padding:12px 14px;
  border-radius:18px;
  font-size:.94rem;
  line-height:1.45;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  word-break:break-word;
}
.lla-chatbot-message.bot{background:#fff;color:#111;border:1px solid rgba(17,17,17,.08);border-bottom-left-radius:6px}
.lla-chatbot-message.user{margin-left:auto;background:#111;color:#fff;border-bottom-right-radius:6px}
.lla-chatbot-link{display:inline-flex;margin-top:8px;margin-right:8px;padding:9px 12px;border-radius:999px;background:#111;color:#fff!important;text-decoration:none;font-weight:800;font-size:.84rem}
.lla-chatbot-quick{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:10px 14px 4px;
  background:var(--lla-chat-card);
}
.lla-chatbot-chip{
  border:1px solid rgba(255,85,56,.22);
  border-radius:999px;
  padding:9px 12px;
  background:#fff;
  color:#111;
  font-weight:800;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,color .18s ease;
}
.lla-chatbot-chip:hover{transform:translateY(-2px);background:var(--lla-chat-red);color:#fff}
.lla-chatbot-inputbar{
  display:flex;
  gap:10px;
  padding:14px;
  border-top:1px solid var(--lla-chat-border);
  background:var(--lla-chat-card);
}
.lla-chatbot-inputbar[hidden]{display:none!important}
.lla-chatbot-input{
  flex:1;
  min-width:0;
  height:48px;
  border:2px solid rgba(17,17,17,.12);
  border-radius:999px;
  padding:0 16px;
  font:inherit;
  outline:none;
  background:#fff;
  color:#111;
}
.lla-chatbot-input:focus{border-color:var(--lla-chat-red);box-shadow:0 0 0 4px rgba(255,85,56,.14)}
.lla-chatbot-send{
  width:48px;height:48px;border:0;border-radius:50%;background:#111;color:#fff;font-weight:900;cursor:pointer;
}
html[data-theme="dark"] .lla-chatbot-widget{
  --lla-chat-red:#d4a017;
  --lla-chat-orange:#9f7611;
  --lla-chat-yellow:#d4a017;
  --lla-chat-dark:#050505;
  --lla-chat-card:#0e0e0e;
  --lla-chat-text:#f5f5f5;
  --lla-chat-muted:#bdbdbd;
  --lla-chat-border:#242424;
}
html[data-theme="dark"] .lla-chatbot-panel{background:#0e0e0e;border-color:#252525;box-shadow:0 28px 80px rgba(0,0,0,.7)}
html[data-theme="dark"] .lla-chatbot-header{background:linear-gradient(135deg,#111,#050505);border-bottom:1px solid #2a2a2a;color:#d4a017}
html[data-theme="dark"] .lla-chatbot-close{background:#1d1d1d;color:#fff}
html[data-theme="dark"] .lla-chatbot-messages{background:#050505}
html[data-theme="dark"] .lla-chatbot-message.bot{background:#111;color:#f5f5f5;border-color:#252525}
html[data-theme="dark"] .lla-chatbot-message.user{background:#d4a017;color:#050505}
html[data-theme="dark"] .lla-chatbot-chip{background:#111;color:#f5f5f5;border-color:#2a2a2a}
html[data-theme="dark"] .lla-chatbot-chip:hover{background:#d4a017;color:#050505}
html[data-theme="dark"] .lla-chatbot-inputbar{background:#0e0e0e;border-color:#242424}
html[data-theme="dark"] .lla-chatbot-input{background:#050505;color:#fff;border-color:#292929}
html[data-theme="dark"] .lla-chatbot-input:focus{border-color:#d4a017;box-shadow:0 0 0 4px rgba(212,160,23,.16)}
html[data-theme="dark"] .lla-chatbot-send,html[data-theme="dark"] .lla-chatbot-link{background:#d4a017;color:#050505!important}
@media(max-width:680px){
  .lla-chatbot-widget{right:14px;bottom:14px}
  .lla-chatbot-widget.is-open{inset:0;right:0;bottom:0}
  .lla-chatbot-widget.is-open .lla-chatbot-bubble{display:none}
  .lla-chatbot-panel{position:fixed;inset:0;width:100vw;height:100dvh;max-height:none;border-radius:0;border:0}
  .lla-chatbot-header{padding:18px 16px;padding-top:max(18px,env(safe-area-inset-top))}
  .lla-chatbot-messages{padding:16px}
  .lla-chatbot-message{max-width:90%;font-size:.95rem}
  .lla-chatbot-quick{padding:10px 12px 6px;max-height:160px;overflow:auto}
  .lla-chatbot-chip{padding:10px 12px}
  .lla-chatbot-inputbar{padding:12px;padding-bottom:max(12px,env(safe-area-inset-bottom))}
}

/* =========================================================
   RESERVATION CHATBOT V1.6 RESPONSIVE / MODERN PATCH
========================================================= */
html.lla-chatbot-open{overflow:hidden!important;}
.lla-chatbot-widget{
  --lla-chat-radius:30px;
}
.lla-chatbot-panel{
  border-radius:var(--lla-chat-radius)!important;
  backdrop-filter:blur(14px);
  transform-origin:bottom right;
  animation:llaChatPanelIn .24s ease both;
}
.lla-chatbot-header{
  min-height:76px;
  position:relative;
  overflow:hidden;
}
.lla-chatbot-header::after{
  content:"";
  position:absolute;
  inset:auto -20% -60% 30%;
  height:120px;
  background:radial-gradient(circle,rgba(255,255,255,.22),transparent 62%);
  pointer-events:none;
}
.lla-chatbot-message{
  animation:llaChatMsgIn .22s ease both;
}
.lla-chatbot-message.bot{
  background:rgba(255,255,255,.96)!important;
}
.lla-chatbot-message.user{
  background:linear-gradient(135deg,#111,#2a2a2a)!important;
  color:#fff!important;
}
.lla-chatbot-typing,
.lla-chatbot-inline-loading{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  min-width:54px;
}
.lla-chatbot-typing span,
.lla-chatbot-inline-loading span{
  width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.36;animation:llaChatTyping 1s infinite ease-in-out;
}
.lla-chatbot-typing span:nth-child(2),
.lla-chatbot-inline-loading span:nth-child(2){animation-delay:.14s;}
.lla-chatbot-typing span:nth-child(3),
.lla-chatbot-inline-loading span:nth-child(3){animation-delay:.28s;}
.lla-chatbot-inputbar{
  align-items:center!important;
  background:rgba(255,255,255,.98)!important;
}
.lla-chatbot-choice-mode .lla-chatbot-inputbar{
  display:none!important;
}
.lla-chatbot-input,
.lla-chatbot-input[type="text"],
.lla-chatbot-input[type="email"],
.lla-chatbot-input[type="tel"],
.lla-chatbot-input[type="date"]{
  display:block!important;
  min-height:48px!important;
  background:#ffffff!important;
  color:#111111!important;
  -webkit-text-fill-color:#111111!important;
  caret-color:#ff5538!important;
  opacity:1!important;
  visibility:visible!important;
  text-shadow:none!important;
  font-size:16px!important;
  line-height:48px!important;
  border-color:rgba(17,17,17,.16)!important;
}
.lla-chatbot-input::placeholder{
  color:#777!important;
  -webkit-text-fill-color:#777!important;
  opacity:1!important;
}
.lla-chatbot-send{
  flex:0 0 48px!important;
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease!important;
}
.lla-chatbot-send:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.18);}
.lla-chatbot-quick{
  max-height:220px;
  overflow:auto;
  scrollbar-width:thin;
}
.lla-chatbot-chip{
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}
.lla-chat-time-chip{min-width:92px;}
.lla-chat-submit-chip{
  background:#111!important;
  color:#fff!important;
  border-color:#111!important;
}
.lla-chat-review{
  display:grid;
  gap:6px;
  margin-top:8px;
}
.lla-chat-review span{
  display:block;
  padding:6px 8px;
  border-radius:10px;
  background:rgba(255,85,56,.08);
  color:inherit;
}
.lla-chatbot-quick-calendar{
  display:block!important;
  padding:12px 14px 14px!important;
  max-height:none!important;
  overflow:visible!important;
}
.lla-chat-calendar{
  width:100%;
  border:1px solid rgba(17,17,17,.10);
  border-radius:22px;
  padding:12px;
  background:linear-gradient(180deg,#fff,#fff7f2);
  box-shadow:0 16px 40px rgba(0,0,0,.10);
}
.lla-chat-calendar-head{
  display:grid;
  grid-template-columns:42px 1fr 42px;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
}
.lla-chat-calendar-head strong{
  text-align:center;
  font-size:.94rem;
  font-weight:900;
  text-transform:capitalize;
  color:#111;
}
.lla-chat-calendar-head button{
  width:40px;height:40px;border:0;border-radius:50%;
  background:#111;color:#fff;font-size:24px;line-height:1;cursor:pointer;
  transition:transform .18s ease, background .18s ease;
}
.lla-chat-calendar-head button:hover{transform:translateY(-2px);background:#ff5538;}
.lla-chat-calendar-week,
.lla-chat-calendar-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:6px;
}
.lla-chat-calendar-week{margin-bottom:7px;}
.lla-chat-calendar-week span{
  text-align:center;
  font-size:.64rem;
  font-weight:900;
  color:#777;
  text-transform:uppercase;
}
.lla-cal-day,
.lla-cal-empty{
  aspect-ratio:1/1;
  min-height:36px;
}
.lla-cal-day{
  border:1px solid rgba(17,17,17,.10);
  border-radius:14px;
  background:#fff;
  color:#111;
  font-weight:900;
  cursor:pointer;
  transition:transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
}
.lla-cal-day:hover:not(:disabled){transform:translateY(-2px);background:#ff5538;color:#fff;border-color:#ff5538;}
.lla-cal-day.is-today{border-color:#ffd436;box-shadow:inset 0 0 0 2px #ffd436;}
.lla-cal-day.is-selected{background:#111;color:#fff;border-color:#111;}
.lla-cal-day.is-disabled{opacity:.28;cursor:not-allowed;background:#f2f2f2;}
@keyframes llaChatPanelIn{from{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes llaChatMsgIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@keyframes llaChatTyping{0%,80%,100%{transform:translateY(0);opacity:.28}40%{transform:translateY(-4px);opacity:.85}}

html[data-theme="dark"] .lla-chatbot-panel{background:#0e0e0e!important;}
html[data-theme="dark"] .lla-chatbot-message.bot{background:#111!important;color:#f5f5f5!important;border-color:#252525!important;}
html[data-theme="dark"] .lla-chatbot-message.user{background:linear-gradient(135deg,#d4a017,#b8860b)!important;color:#050505!important;}
html[data-theme="dark"] .lla-chatbot-inputbar{background:#0e0e0e!important;border-color:#242424!important;}
html[data-theme="dark"] .lla-chatbot-input,
html[data-theme="dark"] .lla-chatbot-input[type="text"],
html[data-theme="dark"] .lla-chatbot-input[type="email"],
html[data-theme="dark"] .lla-chatbot-input[type="tel"],
html[data-theme="dark"] .lla-chatbot-input[type="date"]{
  background:#050505!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  caret-color:#d4a017!important;
  border-color:#2a2a2a!important;
}
html[data-theme="dark"] .lla-chatbot-input::placeholder{color:#a8a8a8!important;-webkit-text-fill-color:#a8a8a8!important;}
html[data-theme="dark"] .lla-chat-calendar{
  background:linear-gradient(180deg,#111,#080808)!important;
  border-color:#282828!important;
  box-shadow:0 16px 45px rgba(0,0,0,.50)!important;
}
html[data-theme="dark"] .lla-chat-calendar-head strong{color:#f5f5f5!important;}
html[data-theme="dark"] .lla-chat-calendar-head button{background:#d4a017!important;color:#050505!important;}
html[data-theme="dark"] .lla-chat-calendar-week span{color:#aaa!important;}
html[data-theme="dark"] .lla-cal-day{background:#050505!important;color:#f5f5f5!important;border-color:#2a2a2a!important;}
html[data-theme="dark"] .lla-cal-day:hover:not(:disabled),
html[data-theme="dark"] .lla-cal-day.is-selected{background:#d4a017!important;color:#050505!important;border-color:#d4a017!important;}
html[data-theme="dark"] .lla-cal-day.is-today{box-shadow:inset 0 0 0 2px #d4a017!important;}
html[data-theme="dark"] .lla-cal-day.is-disabled{background:#111!important;color:#777!important;}
html[data-theme="dark"] .lla-chat-review span{background:rgba(212,160,23,.12)!important;}

@media(max-width:680px){
  .lla-chatbot-widget{right:12px!important;bottom:12px!important;}
  .lla-chatbot-widget.is-open{inset:0!important;width:100vw!important;height:100svh!important;}
  .lla-chatbot-panel{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100svh!important;
    max-height:100svh!important;
    border-radius:0!important;
    border:0!important;
    transform:none!important;
  }
  .lla-chatbot-header{flex:0 0 auto!important;padding:16px!important;padding-top:max(16px,env(safe-area-inset-top))!important;}
  .lla-chatbot-messages{flex:1 1 auto!important;padding:16px!important;min-height:0!important;}
  .lla-chatbot-quick{flex:0 0 auto!important;max-height:36svh!important;overflow:auto!important;}
  .lla-chatbot-quick-calendar{max-height:48svh!important;overflow:auto!important;padding:10px!important;}
  .lla-chat-calendar{border-radius:18px!important;padding:10px!important;}
  .lla-chat-calendar-head{grid-template-columns:38px 1fr 38px!important;}
  .lla-chat-calendar-head button{width:36px!important;height:36px!important;}
  .lla-chat-calendar-grid,.lla-chat-calendar-week{gap:4px!important;}
  .lla-cal-day,.lla-cal-empty{min-height:34px!important;border-radius:11px!important;font-size:.86rem!important;}
  .lla-chatbot-inputbar{flex:0 0 auto!important;padding:10px!important;padding-bottom:max(10px,env(safe-area-inset-bottom))!important;}
  .lla-chatbot-input{height:50px!important;line-height:50px!important;font-size:16px!important;}
  .lla-chatbot-send{width:50px!important;height:50px!important;flex-basis:50px!important;}
}
@media(max-width:380px){
  .lla-chatbot-message{max-width:94%!important;font-size:.9rem!important;}
  .lla-chatbot-chip{padding:8px 10px!important;font-size:.84rem!important;}
  .lla-cal-day,.lla-cal-empty{min-height:30px!important;border-radius:9px!important;font-size:.78rem!important;}
}
