.bot-dialog{box-sizing:border-box;width:min(420px,calc(100% - 24px));max-height:calc(100dvh - 32px);overflow:auto;border:0;border-radius:20px;padding:24px;background:white;color:#18264b;font:16px/1.5 system-ui,sans-serif;box-shadow:0 18px 80px #15255444}
.bot-dialog::backdrop{background:#14203a88}
.bot-dialog h2{font-size:22px;line-height:1.3;margin:0 0 12px}
.bot-dialog button{margin:16px 12px 0 0;border:1px solid #2948c6;border-radius:10px;padding:10px 16px;background:white;color:#2948c6;font:inherit;cursor:pointer}
.bot-dialog button:focus-visible{outline:3px solid #2948c6;outline-offset:3px}
@media(max-width:360px){.bot-dialog{padding:16px}}
