.pato-guide{position:fixed;right:22px;bottom:22px;z-index:1050;font-family:inherit;color:#f7f3ff}
.pato-guide__toggle{border:1px solid #b59adb;border-radius:999px;background:#563681;color:white;padding:13px 20px;box-shadow:0 8px 30px #0006;cursor:pointer;font-weight:700}
.pato-guide__panel{position:absolute;right:0;bottom:65px;width:min(380px,calc(100vw - 28px));height:min(540px,calc(100dvh - 110px));background:#21182f;border:1px solid #75539f;border-radius:20px;box-shadow:0 15px 55px #0009;display:flex;flex-direction:column;overflow:hidden}
.pato-guide__panel[hidden]{display:none}
.pato-guide__head{display:flex;align-items:center;justify-content:space-between;padding:17px 19px;background:#302143;border-bottom:1px solid #5b4673}
.pato-guide__head strong{display:block;font-size:17px;color:#fff}
.pato-guide__head small{display:block;color:#d4c5e7;font-size:12px}
.pato-guide__close{background:transparent;border:0;color:#fff;font-size:24px;cursor:pointer}
.pato-guide__messages{flex:1;min-height:0;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:12px}
.pato-guide__bubble{max-width:95%;padding:12px 14px;border-radius:14px;background:#392a4e;border:1px solid #59436f;overflow-wrap:anywhere}
.pato-guide__bubble--user{align-self:flex-end;background:#6c4b98;color:white}
.pato-guide__bubble--assistant{align-self:flex-start}
.pato-guide__bubble p{margin:0;color:inherit;font-size:14px;line-height:1.55}
.pato-guide__links{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
.pato-guide__links a,.pato-guide__suggestions button{color:#f4eaff;background:#48315f;border:1px solid #9274b8;border-radius:20px;padding:6px 11px;text-decoration:none;font-size:12px;cursor:pointer}
.pato-guide__suggestions{display:flex;gap:7px;flex-wrap:wrap;padding:8px 13px}
.pato-guide__form{display:flex;gap:8px;padding:12px;border-top:1px solid #5b4673;background:#2b203a}
.pato-guide__form input{flex:1;min-width:0;background:#171120!important;color:#fff!important;border:1px solid #8467a6!important;border-radius:10px;padding:11px;font-size:14px}
.pato-guide__form input::placeholder{color:#c5b7d6}
.pato-guide__form button{border:0;border-radius:10px;padding:10px 14px;background:#8866bc;color:white;cursor:pointer}
.pato-guide__form button:disabled{opacity:.5;cursor:wait}
@media(max-width:480px){.pato-guide{right:14px;bottom:14px}.pato-guide__panel{bottom:62px}}
@media(prefers-reduced-motion:reduce){.pato-guide *{scroll-behavior:auto!important}}