#alex-launcher{position:fixed;right:24px;bottom:24px;width:auto!important;margin:0!important;padding:10px 16px 10px 10px!important;display:grid;grid-template-columns:42px auto;grid-template-rows:auto auto;column-gap:10px;align-items:center;text-align:left;border:1px solid #ffffff26!important;border-radius:16px!important;background:#dc2626!important;color:#fff!important;box-shadow:0 14px 38px #0007;z-index:30;cursor:pointer}
#alex-launcher>span{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fff;color:#dc2626;font-size:23px;font-weight:900}
#alex-launcher strong,#alex-launcher small{display:block}
#alex-launcher strong{font-size:14px}
#alex-launcher small{font-size:11px;color:#fee2e2}
.alex-chat{position:fixed;right:24px;bottom:24px;width:min(420px,calc(100vw - 32px));height:min(610px,calc(100vh - 48px));height:min(610px,calc(100dvh - 48px));display:grid;grid-template-rows:68px minmax(0,1fr) 62px;border:1px solid #ffffff24;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 24px 70px #0009;z-index:40}
.alex-chat[hidden]{display:none}
.alex-chat header{display:flex;align-items:center;gap:9px;padding:11px 14px;background:#17191b;color:#fff}
.alex-avatar{display:grid;place-items:center;width:43px;height:43px;border-radius:13px;background:#dc2626;font-weight:900}
.alex-chat header>div:nth-child(2){flex:1}
.alex-chat header strong,.alex-chat header small{display:block}
.alex-chat header small{margin-top:3px;color:#c8cdd2;font-size:11px}
.alex-chat header small i{display:inline-block;width:7px;height:7px;margin-right:4px;border-radius:50%;background:#22c55e}
.alex-chat header button{height:36px;padding:0;border:1px solid #ffffff2e;border-radius:10px;background:#ffffff12;color:#fff;cursor:pointer}
#alex-reset{width:auto;padding:0 9px;font-size:11px;white-space:nowrap}
#alex-close{width:36px;font-size:24px}
.alex-messages{min-height:0;padding:17px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#f3f4f5}
.alex-message{width:fit-content;max-width:82%;margin-bottom:10px;padding:10px 13px;border:1px solid #dfe2e5;border-radius:14px;background:#fff;color:#25282b;font-size:14px;line-height:1.42;white-space:pre-wrap}
.alex-message.user{margin-left:auto;border-color:#dc2626;background:#dc2626;color:#fff}
.alex-message.typing{color:#777}
.alex-form{display:flex!important;width:auto!important;margin:0!important;padding:0!important;border-radius:0!important;background:#fff!important;text-align:left!important;border-top:1px solid #dfe2e5}
.alex-form input{flex:1;width:auto!important;min-width:0;margin:0!important;padding:0 15px!important;border:0!important;border-radius:0!important;outline:0;font-size:16px!important}
.alex-form button{width:88px!important;margin:0!important;border-radius:0!important}
@media(max-width:600px),(max-width:950px) and (max-height:600px){
  #alex-launcher{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom))}
  .alex-chat{inset:0;width:100%;height:100vh;height:100dvh;max-width:none;max-height:none;border:0;border-radius:0;grid-template-rows:auto minmax(0,1fr) auto;box-shadow:none}
  .alex-chat header{min-height:68px;padding:calc(10px + env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) 10px max(12px,env(safe-area-inset-left))}
  .alex-chat header>div:nth-child(2){min-width:0}
  .alex-chat header strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .alex-messages{padding:14px max(12px,env(safe-area-inset-right)) 14px max(12px,env(safe-area-inset-left))}
  .alex-message{max-width:88%;font-size:15px}
  .alex-form{min-height:62px;padding-right:env(safe-area-inset-right)!important;padding-bottom:env(safe-area-inset-bottom)!important;padding-left:env(safe-area-inset-left)!important}
  .alex-form input,.alex-form button{min-height:62px!important}
  #alex-reset{padding:0 7px;font-size:10px}
}
@media(max-width:360px){.alex-avatar{width:38px;height:38px}.alex-chat header{gap:6px}.alex-chat header small{display:none}#alex-reset{max-width:72px;white-space:normal;line-height:1.05}}
.quick-replies{display:flex;flex-wrap:wrap;gap:7px;margin:2px 0 12px}.quick-replies button{border:1px solid #dc2626;border-radius:999px;padding:8px 11px;background:#fff;color:#b91c1c;font-size:13px;font-weight:800;cursor:pointer}.quick-replies button:hover{background:#fff1f1}.quick-replies button.selected{background:#b91c1c;color:#fff;box-shadow:0 0 0 2px #fecaca}.quick-replies button.continue{background:#111827;border-color:#111827;color:#fff}.quick-replies button:disabled{opacity:.45;cursor:not-allowed}
