.SimpleChat_Bubble__tiRke{position:fixed;right:24px;bottom:24px;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;background:var(--v3-coral);display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px rgba(255,127,106,.22),0 12px 34px rgba(255,98,72,.55);z-index:60;transition:transform .2s ease,box-shadow .2s ease}.SimpleChat_Bubble__tiRke:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 0 0 6px rgba(255,127,106,.28),0 14px 38px rgba(255,98,72,.65)}.SimpleChat_Bubble__tiRke img{border-radius:50%}.SimpleChat_Panel__TY6LF{position:fixed;right:24px;bottom:96px;width:360px;max-width:calc(100vw - 32px);height:480px;max-height:calc(100vh - 140px);background:var(--v3-navy);border:1px solid rgba(255,127,106,.35);border-radius:20px;box-shadow:0 0 60px rgba(255,98,72,.35),0 40px 90px rgba(0,0,0,.45);display:flex;flex-direction:column;overflow:hidden;z-index:59;opacity:0;transform:translateY(16px) scale(.98);pointer-events:none;transition:all .2s ease}.SimpleChat_Panel__TY6LF.SimpleChat_open__TAZs9{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.SimpleChat_Header__rBFrf{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.1);background:var(--v3-navy2)}.SimpleChat_Header__rBFrf img{border-radius:50%;flex-shrink:0}.SimpleChat_Title__RgME3{color:#fff;font-weight:800;font-size:.92rem}.SimpleChat_Subtitle__SsRiw{color:rgba(255,255,255,.5);font-size:.76rem}.SimpleChat_Close__6E8R1{margin-left:auto;background:none;border:none;color:rgba(255,255,255,.6);font-size:1.4rem;line-height:1;cursor:pointer;padding:4px 8px}.SimpleChat_Close__6E8R1:hover{color:#fff}.SimpleChat_History___o95_{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.SimpleChat_Msg__INUCZ{max-width:85%;padding:10px 14px;border-radius:14px;font-size:.88rem;line-height:1.4;word-break:break-word}.SimpleChat_Msg__INUCZ a{color:var(--v3-coral)}.SimpleChat_Assistant__Y6wAz{align-self:flex-start;background:rgba(255,255,255,.08);color:rgba(255,255,255,.92);border-bottom-left-radius:4px}.SimpleChat_User___fVm5{align-self:flex-end;background:var(--v3-coral);color:var(--v3-navy);font-weight:600;border-bottom-right-radius:4px}.SimpleChat_Loading__sNwEZ{display:flex;gap:4px;align-items:center;padding:14px}.SimpleChat_Loading__sNwEZ span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.5);animation:SimpleChat_bounce__u52gm 1s ease-in-out infinite}.SimpleChat_Loading__sNwEZ span:nth-child(2){animation-delay:.15s}.SimpleChat_Loading__sNwEZ span:nth-child(3){animation-delay:.3s}@keyframes SimpleChat_bounce__u52gm{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-4px);opacity:1}}.SimpleChat_InputRow__u1VSp{display:flex;gap:8px;padding:12px;border-top:1px solid rgba(255,255,255,.1);background:var(--v3-navy2)}.SimpleChat_Input__1tyU0{flex:1;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:100px;padding:10px 16px;color:#fff;font-size:.88rem}.SimpleChat_Input__1tyU0::placeholder{color:rgba(255,255,255,.4)}.SimpleChat_Input__1tyU0:focus{outline:none;border-color:var(--v3-coral)}.SimpleChat_Send__96Z8E{background:var(--v3-coral);color:var(--v3-navy);border:none;border-radius:100px;padding:0 18px;font-weight:700;font-size:.84rem;cursor:pointer}.SimpleChat_Send__96Z8E:disabled{opacity:.4;cursor:not-allowed}@media (max-width:480px){.SimpleChat_Panel__TY6LF{right:16px;left:16px;width:auto;bottom:90px}.SimpleChat_Bubble__tiRke{right:16px;bottom:16px}}