.lsm-ai-booking{
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:16px;
  margin:0 auto 18px;
  max-width:880px;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
}
.lsm-ai-booking h3{
  margin-top:0;
  margin-bottom:6px;
  font-size:1.35rem;
  color:#1f2937;
}
.lsm-ai-booking p{
  margin-top:0;
  color:#4b5563;
}
.lsm-ai-booking label{display:block;font-weight:600;color:#374151;margin:12px 0 6px;}
.lsm-ai-booking textarea,
.lsm-ai-booking select,
.lsm-ai-booking input[type="file"]{
  width:100%;
  box-sizing:border-box;
  padding:10px 12px;
  border:1px solid #d1d5db;
  border-radius:10px;
  background:#fff;
  color:#111827;
}
.lsm-ai-booking textarea{min-height:140px;}
.lsm-ai-separator{margin:12px 0;text-align:center;font-weight:700;color:#9ca3af;}
.lsm-ai-result{margin-top:14px;}
.lsm-ai-status{padding:10px 12px;border-radius:10px;font-weight:600;display:flex;align-items:center;gap:6px;}
.lsm-ai-status--info{background:#eff6ff;color:#1d4ed8;}
.lsm-ai-status--error{background:#fef2f2;color:#b91c1c;}
.lsm-ai-env-status{margin:10px 0;}
.lsm-ai-status__dots{display:inline-flex;gap:4px;margin-left:2px;}
.lsm-ai-status__dot{width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.25;animation:lsm-ai-dot 1s ease-in-out infinite;}
.lsm-ai-status__dot:nth-child(2){animation-delay:.15s;}
.lsm-ai-status__dot:nth-child(3){animation-delay:.3s;}
.lsm-ai-status__dot:last-child{margin-right:-2px;}
@keyframes lsm-ai-dot{0%,100%{opacity:.25;transform:translateY(0);}50%{opacity:1;transform:translateY(-2px);}}
.lsm-ai-model-note{margin-top:8px;margin-bottom:0;color:#6b7280;font-size:.9rem;}
.lsm-ai-debug{margin-top:12px;padding:10px;border:1px dashed #d1d5db;border-radius:10px;background:#f9fafb;}
.lsm-ai-debug__title{font-weight:700;margin:0 0 6px;color:#374151;}
.lsm-ai-debug__list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;}
.lsm-ai-debug__item{color:#1f2937;}
.lsm-ai-debug__label{font-weight:600;}
.lsm-ai-debug__details{margin:4px 0 0;background:#111827;color:#e5e7eb;padding:8px;border-radius:8px;font-size:12px;overflow-x:auto;}
.lsm-ai-server-feedback{margin-top:12px;padding:10px;border:1px dashed #cbd5f5;border-radius:10px;background:#f8fafc;}
.lsm-ai-server-feedback__title{margin:0 0 6px;font-weight:700;color:#1f2937;}
.lsm-ai-server-feedback__body{margin:0;font-size:12px;color:#111827;white-space:pre-wrap;word-break:break-word;}
.lsm-agent-field{display:flex;flex-direction:column;gap:6px;}
.lsm-agent-row{display:flex;align-items:center;gap:8px;}
.lsm-agent-add{white-space:nowrap;}
.lsm-agent-status{margin:0;font-size:.95rem;color:#6b7280;min-height:1.1em;}
.lsm-agent-status--success{color:#166534;}
.lsm-agent-status--error{color:#b91c1c;}
.lsm-ai-file-row{width:100%;}
.lsm-ai-file-row .lsm-ai-file{width:100%;max-width:100%;min-width:0;}
.lsm-ai-preview{display:grid;grid-template-columns:1fr 2fr;gap:6px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;}
.lsm-ai-preview__title{font-weight:700;margin-bottom:8px;color:#374151;}
.lsm-ai-preview dt{margin:0;color:#6b7280;font-weight:700;}
.lsm-ai-preview dd{margin:0;color:#111827;}
.lsm-ai-carousel{position:relative;}
.lsm-ai-carousel__slide{background:transparent;}
.lsm-ai-carousel__controls{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;}
.lsm-ai-carousel__button{flex:0 0 auto;}
.lsm-ai-carousel__status{flex:1;text-align:center;font-weight:700;color:#475569;}
.lsm-ai-tabs{display:flex;gap:8px;margin:12px 0;}
.lsm-ai-tab{flex:1;border:1px solid #d1d5db;background:#fff;border-radius:10px;padding:10px 12px;font-weight:700;color:#1f2937;cursor:pointer;}
.lsm-ai-tab.is-active{background:#0f172a;color:#f8fafc;border-color:#0f172a;}
.lsm-ai-panel{display:none;border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin-top:6px;background:#fff;}
.lsm-ai-panel.is-active{display:block;}
.lsm-ai-step-note{margin:0 0 8px;font-weight:600;color:#0f172a;}
.lsm-ai-step-actions{display:flex;gap:8px;margin:10px 0;}
.lsm-ai-pdf-preview{margin-top:8px;padding:10px;border-radius:10px;background:#f9fafb;border:1px dashed #d1d5db;}
.lsm-ai-pdf-text{margin:8px 0 0;background:#0f172a;color:#e5e7eb;padding:10px;border-radius:8px;font-size:12px;line-height:1.45;white-space:pre-wrap;}
.lsm-ai--test .lsm-ai-submit{width:100%;}
.lsm-ai--test .lsm-ai-status{margin-top:8px;}

@media (max-width:768px){
  .lsm-ai-booking{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    box-sizing:border-box;
  }
  .lsm-ai-preview{grid-template-columns:1fr;}
}
