.bot-choice-popup{position:fixed;inset:0;z-index:100100;display:none;align-items:flex-end;justify-content:center;box-sizing:border-box;font-family:Montserrat,Arial,sans-serif}.bot-choice-popup[hidden]{display:none!important}.bot-choice-popup.is-open{display:flex}.bot-choice-popup__backdrop{position:absolute;inset:0;background:rgba(15,19,27,.58);backdrop-filter:blur(2px)}.bot-choice-popup__dialog{position:relative;z-index:1;width:min(100%,560px);max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);box-sizing:border-box;padding:24px 24px 30px;overflow-y:auto;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -12px 40px rgba(0,0,0,.2);animation:bot-choice-popup-slide-up .25s ease;-webkit-overflow-scrolling:touch}.bot-choice-popup__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.bot-choice-popup__title{margin:0;color:#0f131b;font-size:22px;font-weight:700;line-height:1.25}.bot-choice-popup__hint{margin:8px 0 0;color:#6b7280;font-size:15px;line-height:1.4}.bot-choice-popup__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;width:40px;height:40px;margin:-7px -7px 0 0;padding:0;appearance:none;border:0;border-radius:12px;background:0 0;color:#6b7280;font:inherit;font-size:30px;line-height:1;cursor:pointer;transition:color .15s ease,background-color .15s ease}.bot-choice-popup__close:focus-visible,.bot-choice-popup__close:hover{outline:0;background:#f3f4f6;color:#0f131b}.bot-choice-popup__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bot-choice-popup__option{display:flex;align-items:center;gap:14px;min-height:84px;box-sizing:border-box;padding:14px 18px;border:1px solid #e5e7eb;border-radius:18px;background:#f7f8fa;color:#0f131b;text-decoration:none;transition:border-color .15s ease,background-color .15s ease,transform .15s ease,box-shadow .15s ease}.bot-choice-popup__option:focus-visible,.bot-choice-popup__option:hover{outline:0;border-color:#d92532;background:#fff;box-shadow:0 8px 22px rgba(15,19,27,.08)}.bot-choice-popup__option:active{transform:scale(.98)}.bot-choice-popup__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 54px;width:54px;height:54px}.bot-choice-popup__icon img{display:block;width:54px;height:54px;object-fit:contain}.bot-choice-popup__label{font-size:17px;font-weight:700;line-height:1.2}body.bot-choice-popup-open{overflow:hidden}@keyframes bot-choice-popup-slide-up{from{opacity:0;transform:translateY(24%)}to{opacity:1;transform:translateY(0)}}@media (max-width:575.98px){.bot-choice-popup__dialog{padding:21px 18px max(24px,env(safe-area-inset-bottom));border-radius:20px 20px 0 0}.bot-choice-popup__header{margin-bottom:18px}.bot-choice-popup__title{font-size:19px}.bot-choice-popup__hint{margin-top:6px;font-size:14px}.bot-choice-popup__options{grid-template-columns:1fr;gap:10px}.bot-choice-popup__option{min-height:72px;padding:10px 16px}.bot-choice-popup__icon,.bot-choice-popup__icon img{width:48px;height:48px}.bot-choice-popup__icon{flex-basis:48px}}@media (prefers-reduced-motion:reduce){.bot-choice-popup__dialog{animation:none}.bot-choice-popup__close,.bot-choice-popup__option{transition:none}}