#ttai-modal-wrap { display: none; }
#ttai-modal-wrap.open { display: block; }

.ttai-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.ttai-modal {
  width: 520px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.30);
  position: relative;
  overflow: hidden;
}

.ttai-close {
  position: absolute;
  right: 12px;
  top: 10px;
  border: none;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.ttai-body {
  display: flex;
  gap: 14px;
  padding: 16px;
}

.ttai-img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.03);
}

.ttai-title {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 6px;
}

.ttai-price { margin-bottom: 8px; }

.ttai-reason {
  opacity: 0.8;
  font-size: 13px;
  margin-bottom: 12px;
}

.ttai-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
