.chat{padding-bottom:5rem}.chat__row{--loba-gutter-x:6rem;flex-wrap:nowrap}.chat__sidebar-col{flex-shrink:0;align-self:flex-start;position:-webkit-sticky;position:sticky;top:0}.chat__sidebar{flex-direction:column;align-items:center;gap:2.75rem;width:12.4375rem;padding-top:.625rem;display:flex}.chat__queen-badge{background:#45498f;border:5px solid #efe7d4;border-radius:100%;flex-shrink:0;width:12.4375rem;height:12.4375rem;overflow:hidden}.chat__queen-badge-img{object-fit:contain;width:100%;height:100%;margin:0 auto}.chat__greeting{color:#fff;margin:0;font-size:3.5rem;font-weight:500;line-height:1.2}.chat__main-col{min-width:0}.chat__messages{flex-direction:column;align-items:stretch;gap:1rem;width:100%;min-height:0;margin-bottom:2rem;display:flex}.chat__msg{width:100%}.chat__msg--user{padding-left:7.25rem}.chat__msg--ai{padding-left:0;padding-right:7.25rem}.chat__msg--loading{margin-bottom:2rem}.chat__bubble--user{color:#292929;background:#fff;border-radius:.5rem;padding:2.5rem 1.5rem;font-size:2rem;font-weight:400;line-height:1.5}.chat__bubble--ai{background:#f0f0f0;border-radius:.5rem;align-items:flex-start;gap:1.5rem;padding:1.5rem 5.375rem 1.5rem 1.5rem;display:flex;position:relative}.chat__bubble-text{color:#292929;flex:1;margin:0;font-size:2rem;font-weight:400;line-height:1.5}.chat__bubble--loading{align-items:center}.chat__loading-dots{align-items:center;gap:.5rem;padding:.25rem 0;display:flex}.chat__loading-dots span{opacity:.35;background:#292929;border-radius:50%;width:.75rem;height:.75rem;animation:1.2s ease-in-out infinite loading-dot;display:block}.chat__loading-dots span:first-child{animation-delay:0s}.chat__loading-dots span:nth-child(2){animation-delay:.2s}.chat__loading-dots span:nth-child(3){animation-delay:.4s}.chat__queen-sm{background:#45498f;border:5px solid #efe7d4;border-radius:100%;flex-shrink:0;grid-template-rows:max-content;grid-template-columns:max-content;place-items:start;width:6.25rem;height:6.25rem;display:inline-grid;overflow:hidden}.chat__queen-sm-img{object-fit:contain;width:100%;max-width:5.625rem;margin:0 auto}.chat__queen-amarelo-sm{grid-area:1/1;width:6.25rem;height:6.25rem;position:relative}.chat__queen-amarelo-sm img{object-fit:contain;width:110.7%;height:110.7%;position:absolute;top:-5.35%;bottom:-5.35%;left:-5.35%;right:-5.35%}.chat__queen-img-sm-wrap{grid-area:1/1;grid-template-rows:max-content;grid-template-columns:max-content;place-items:start;display:inline-grid;position:relative}.chat__queen-img-sm{object-fit:contain;width:6.25rem;height:5.9375rem}.chat__btn-play{cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.875rem;height:2.875rem;padding:.25rem;transition:opacity .2s,background .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.chat__btn-play:hover{opacity:1}.chat__btn-play.is-speaking{opacity:1;background:rgba(21,101,192,.18)}.chat__btn-play img{width:2.375rem;height:2.375rem;display:block}.chat__input{background:#fff;border-radius:1.5rem;align-items:flex-end;gap:2rem;width:calc(100% - 92px);margin:0 2.875rem;padding:2.5rem;display:flex;box-shadow:0 .25rem 1.5rem rgba(0,0,0,.15)}.chat__input-edit-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;display:flex}.chat__input-edit{opacity:.7;flex-shrink:0;width:2.5rem;height:2.5rem;display:block}.chat__input-edit:hover{opacity:1}.chat__input-textarea{resize:none;color:#292929;background:0 0;border:none;outline:none;flex:1;min-width:0;min-height:3rem;max-height:12.5rem;padding:0;font-family:inherit;font-size:2rem;line-height:1.5;overflow-y:hidden}.chat__input-textarea::placeholder{color:#b0b0b0}.chat__input-buttons{align-items:center;gap:1.25rem;display:flex}.chat__input-send{cursor:pointer;opacity:0;visibility:hidden;background:#1c274c;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.625rem;height:3.625rem;padding:0;transition:opacity .2s;display:flex}.chat__input-send svg{margin-left:-6px}.chat__input-send:hover{opacity:.75}.chat__input-send:disabled{opacity:.5;cursor:wait}.chat__input-send.visible{opacity:1;visibility:visible}.chat__input-mic{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:background .2s;display:flex}.chat__input-mic img{width:2.5rem;height:2.5rem;display:block}.chat__input-mic.is-listening{background:rgba(198,40,40,.12);animation:1s infinite pulse-mic}.chat__input-mic:disabled{opacity:.5;cursor:wait}.chat__input-mic-stop{background:#e3e3e3;border:1px solid #b8b8b8;border-radius:1rem;align-items:center;gap:.5rem;padding:1rem;display:flex}.chat__input-mic-stop span{color:#292929;text-transform:uppercase;font-size:2rem}@keyframes pulse-mic{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes loading-dot{0%,80%,to{opacity:.35;transform:scale(1)}40%{opacity:1;transform:scale(1.4)}}@media (orientation:portrait){.chat{max-width:calc(100% - 48px);padding:3.75rem 1.5rem}.chat__row{--loba-gutter-x:0;flex-flow:column wrap}.chat__sidebar-col{justify-content:center;width:100%;margin-bottom:3rem;display:flex;position:static}.chat__sidebar{flex-direction:row;gap:2.75rem;width:auto;margin:0 auto;padding-top:0}.chat__queen-badge{width:13.75rem;height:13.75rem}.chat__greeting{text-align:center;font-size:3.5rem}.chat__main-col{width:100%}.chat__messages{gap:1.25rem;margin-bottom:1.5rem}.chat__msg--user{padding-left:5rem}.chat__bubble--user{padding:1.75rem 1.5rem;font-size:1.75rem}.chat__bubble--ai{gap:1.25rem;padding:1.25rem 4.5rem 1.25rem 1.25rem}.chat__bubble-text{font-size:1.75rem}.chat__queen-sm,.chat__queen-amarelo-sm,.chat__queen-img-sm{width:5rem;height:5rem}.chat__btn-play{width:2.5rem;height:2.5rem;top:1.25rem;right:1.25rem}.chat__btn-play img{width:2rem;height:2rem}.chat__input{border-radius:1.25rem;gap:1.25rem;width:100%;margin:0;padding:1.75rem}.chat__input-textarea{min-height:2.5rem;font-size:1.75rem}.chat__input-edit-btn,.chat__input-edit,.chat__input-mic,.chat__input-mic img{width:2.25rem;height:2.25rem}}
