/* RVA Luna Landing — isolated/responsive styles */
.rva-luna-shell{
  width:100% !important;
  max-width:960px !important;
  margin:32px auto !important;
  padding:0 18px !important;
  box-sizing:border-box !important;
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  color:#392d36 !important;
}
.rva-luna-shell *,
.rva-luna-shell *::before,
.rva-luna-shell *::after{box-sizing:border-box !important}
.rva-luna-card{display:flex!important;flex-direction:column!important;width:100%!important;max-width:960px!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0 auto!important;overflow:visible!important;border:1px solid rgba(83,62,77,.13)!important;border-radius:26px!important;background:#fffdfb!important;box-shadow:0 18px 55px rgba(65,62,77,.11)!important}
.rva-luna-top{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  width:100% !important;
  padding:16px 20px !important;
  background:linear-gradient(135deg,#f1e4d8 0%,#ead9d0 100%) !important;
  border-bottom:1px solid rgba(83,62,77,.10) !important;
}
.rva-luna-identity{display:flex !important;align-items:center !important;gap:12px !important;min-width:0 !important}
.rva-luna-avatar-wrap{position:relative !important;width:54px !important;height:54px !important;min-width:54px !important;max-width:54px !important;flex:0 0 54px !important;overflow:hidden !important;border-radius:50% !important}
.rva-luna-avatar{
  display:block !important;
  width:54px !important;
  height:54px !important;
  min-width:54px !important;
  min-height:54px !important;
  max-width:54px !important;
  max-height:54px !important;
  object-fit:cover !important;
  border-radius:50% !important;
}
.rva-luna-online{
  position:absolute !important;right:0 !important;bottom:1px !important;
  width:11px !important;height:11px !important;min-width:11px !important;min-height:11px !important;
  max-width:11px !important;max-height:11px !important;
  border-radius:50% !important;background:#6b8769 !important;border:2px solid #fffdfb !important;
}
.rva-luna-title{min-width:0 !important}
.rva-luna-name{font-size:20px !important;font-weight:700 !important;line-height:1.05 !important;color:#45333f !important}
.rva-luna-subtitle{margin-top:4px !important;font-size:13px !important;color:#725c69 !important;font-weight:500 !important}
.rva-luna-new{
  flex:0 0 auto !important;
  border:1px solid rgba(69,51,63,.18) !important;
  background:rgba(255,255,255,.55) !important;
  color:#513e4a !important;
  border-radius:999px !important;
  padding:9px 14px !important;
  font:600 12px/1.1 "DM Sans",system-ui,sans-serif !important;
  cursor:pointer !important;
}
.rva-luna-chat{display:block!important;width:100%!important;height:300px!important;min-height:300px!important;max-height:300px!important;flex:0 0 300px!important;overflow-y:auto!important;overflow-x:hidden!important;padding:16px 20px!important;background:#fffdfb!important}
.rva-luna-msg{display:flex !important;gap:10px !important;margin:0 0 18px !important;align-items:flex-end !important;width:100% !important}
.rva-luna-msg--user{justify-content:flex-end !important}
.rva-luna-msg-avatar{
  display:block !important;width:34px !important;height:34px !important;
  min-width:34px !important;max-width:34px !important;min-height:34px !important;max-height:34px !important;
  flex:0 0 34px !important;object-fit:cover !important;border-radius:50% !important;
}
.rva-luna-bubble{
  display:block !important;
  width:auto !important;
  max-width:min(720px,82%) !important;
  margin:0 !important;
  padding:14px 17px !important;
  border-radius:19px 19px 19px 5px !important;
  background:#fff !important;
  border:1px solid rgba(83,62,77,.10) !important;
  box-shadow:0 5px 18px rgba(65,45,58,.055) !important;
  font-size:18px !important;
  line-height:1.58 !important;
  color:#40343c !important;
}
.rva-luna-msg--user .rva-luna-bubble{
  border-radius:19px 19px 5px 19px !important;
  background:#e8d8d2 !important;border-color:transparent !important;
}
.rva-luna-bubble p{margin:0 0 9px !important}.rva-luna-bubble p:last-child{margin-bottom:0 !important}
.rva-luna-bubble a{color:#76516d !important;text-decoration:underline !important}
.rva-luna-suggestions{display:flex !important;flex-wrap:wrap !important;gap:8px !important;margin-top:14px !important}
.rva-luna-suggestions button{
  appearance:none !important;
  border:1px solid #d8c4c9 !important;
  background:#fff9f7 !important;color:#624957 !important;
  border-radius:999px !important;padding:8px 11px !important;
  font:600 14px/1.2 "DM Sans",system-ui,sans-serif !important;
  cursor:pointer !important;
}
.rva-luna-form{display:block!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;flex:none!important;overflow:visible!important;padding:10px 16px 12px!important;background:#fff!important;border-top:1px solid rgba(83,62,77,.09)!important}
.rva-luna-input-row{display:flex !important;gap:10px !important;align-items:flex-end !important;width:100% !important}
.rva-luna-input-row textarea{
  display:block !important;flex:1 1 auto !important;width:100% !important;min-width:0 !important;
  min-height:52px !important;max-height:140px !important;resize:vertical !important;
  border:1px solid #d8cdd0 !important;border-radius:17px !important;padding:13px 15px !important;
  font:16px/1.45 "DM Sans",system-ui,sans-serif !important;color:#392d36 !important;
  background:#fff !important;outline:none !important;
}
.rva-luna-send{
  flex:0 0 auto !important;
  border:0 !important;border-radius:16px !important;
  padding:14px 18px !important;background:#62475d !important;color:#fff !important;
  font:700 14px/1.1 "DM Sans",system-ui,sans-serif !important;
  cursor:pointer !important;min-height:52px !important;
}
.rva-luna-note{
  margin:8px 2px 0 !important;font-size:12px !important;line-height:1.4 !important;color:#887b82 !important
}
.rva-luna-typing{display:flex !important;gap:5px !important;align-items:center !important;padding:15px 18px !important}
.rva-luna-typing span{width:6px !important;height:6px !important;border-radius:50% !important;background:#9d8791 !important;animation:rva-luna-bounce 1.1s infinite ease-in-out !important}
.rva-luna-typing span:nth-child(2){animation-delay:.15s !important}.rva-luna-typing span:nth-child(3){animation-delay:.3s !important}
@keyframes rva-luna-bounce{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}

@media (max-width:700px){
  .rva-luna-shell{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
  }
  .rva-luna-card{
    width:100% !important;
    max-width:none !important;
    border-radius:0 !important;
    border-left:0 !important;border-right:0 !important;
    box-shadow:none !important;
  }
  .rva-luna-top{padding:13px 14px !important;gap:10px !important}
  .rva-luna-avatar-wrap,.rva-luna-avatar{width:48px !important;height:48px !important;min-width:48px !important;max-width:48px !important;min-height:48px !important;max-height:48px !important}
  .rva-luna-name{font-size:18px !important}
  .rva-luna-subtitle{font-size:12px !important}
  .rva-luna-new{padding:8px 10px !important;font-size:11px !important}
  .rva-luna-chat{
    width:100% !important;
    height:calc(100vh - 195px) !important;
    max-height:none !important;
    min-height:360px !important;
    padding:18px 12px !important;
  }
  .rva-luna-msg{gap:8px !important;margin-bottom:14px !important}
  .rva-luna-msg-avatar{width:30px !important;height:30px !important;min-width:30px !important;max-width:30px !important;min-height:30px !important;max-height:30px !important}
  .rva-luna-bubble{max-width:88% !important;font-size:18px !important;padding:12px 14px !important}
  .rva-luna-suggestions{flex-direction:column !important;align-items:stretch !important}
  .rva-luna-suggestions button{text-align:left !important;width:100% !important}
  .rva-luna-form{padding:10px !important}
  .rva-luna-input-row{gap:7px !important}
  .rva-luna-input-row textarea{min-height:50px !important;font-size:15px !important}
  .rva-luna-send{min-height:50px !important;padding:12px 14px !important}
}

/* 1.4.3 definitive mobile/card sizing */
@media(max-width:700px){
 .rva-luna-card{height:auto!important;min-height:0!important;max-height:none!important}
 .rva-luna-hero{display:flex!important;align-items:center!important;gap:18px!important;padding:14px 20px!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;background:linear-gradient(135deg,#ffe4c4 0%,#fff1dd 100%)!important;border-bottom:1px solid rgba(79,40,89,.08)!important}
 .rva-luna-chat{height:260px!important;min-height:260px!important;max-height:260px!important;flex:0 0 260px!important}
 .rva-luna-form{height:78px!important;min-height:78px!important;max-height:78px!important;flex:0 0 78px!important}
}

/* 1.4.4 — only message viewport is bounded; card/hero/form never clip */
.rva-luna-card{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}
.rva-luna-hero{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}
.rva-luna-chat{height:300px!important;min-height:300px!important;max-height:300px!important;overflow-y:auto!important;overflow-x:hidden!important}
.rva-luna-form{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}
