.hexdl-prompt {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 93px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 10px;
  border-radius: 16px;
  direction: rtl;
  background: #14141459;
  border: 1px solid #ffffff1f;
  box-shadow: 0 10px 30px #00000059;
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
}
.hexdl-prompt__mid {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}
.hexdl-prompt__icon{width:34px;height:34px;border-radius:10px;flex:0 0 auto}
.hexdl-prompt__txt{min-width:0}
.hexdl-prompt__title {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hexdl-prompt__sub {
  color: rgb(255 255 255 / .7);
  font-size: 10px;
  margin-top: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hexdl-prompt__left{flex:0 0 auto}
.hexdl-prompt__btn{appearance:none;border:0;border-radius:12px;padding:10px 12px;background:#fcd535;color:#111;font-weight:800;font-size:13px;cursor:pointer}
.hexdl-prompt__close {
  appearance: none;
  border: 0;
  background: #fff0;
  color: rgb(255 255 255 / .75);
  font-size: 20px;
  line-height: 1.2;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 10px;
}
.hexdl-prompt-modal{position:fixed;inset:0;z-index:999999;display:none;direction:rtl}
.hexdl-prompt-modal.is-open{display:block}
.hexdl-prompt-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.hexdl-prompt-modal__sheet{position:absolute;left:12px;right:12px;bottom:12px;border-radius:18px;background:#151515;border:1px solid rgba(255,255,255,.10);box-shadow:0 16px 60px rgba(0,0,0,.55);max-height:70vh;overflow:auto}
.hexdl-prompt-modal__head{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 10px;border-bottom:1px solid rgba(255,255,255,.06)}
.hexdl-prompt-modal__title{color:#fff;font-weight:900;font-size:14px}
.hexdl-prompt-modal__close{appearance:none;border:0;background:transparent;color:rgba(255,255,255,.75);font-size:20px;cursor:pointer}
.hexdl-prompt-modal__text{padding:12px 14px 0;color:rgba(255,255,255,.75);font-size:12px;line-height:1.8}
.hexdl-prompt-modal__images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px}
.hexdl-prompt-modal__images img{width:100%;height:auto;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#0b0b0b}
.hexdl-prompt-modal__empty{grid-column:1/-1;color:rgba(255,255,255,.65);font-size:12px;text-align:center;padding:18px 0}
.hexdl-prompt-modal__cta{padding:0 14px 14px}
.hexdl-prompt-modal__btn{display:flex;align-items:center;justify-content:center;width:100%;border-radius:14px;padding:12px 14px;background:#fcd535;color:#111;font-weight:900;text-decoration:none}

html.hexdl-modal-open, html.hexdl-modal-open body{overflow:hidden}

@media (max-width:420px){
  .hexdl-prompt {
    left: 10px;
    right: 10px;
    bottom: 92px;
  }
  .hexdl-prompt-modal__images{grid-template-columns:repeat(3,minmax(0,1fr))}
}
