/* ClutchHub v184 — ClutchBot oyun asistanı */
.clutchbot-assistant-deck {
  margin: 0 14px 12px;
  padding: 11px;
  border: 1px solid #dce6f0;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 83, 24, .055), transparent 48%),
    #fff;
  box-shadow: 0 8px 22px rgba(20, 42, 72, .07);
  position: relative;
  overflow: hidden;
}

.clutchbot-assistant-deck::before,
.clutchbot-assistant-deck::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.clutchbot-assistant-deck::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid #ff4f16;
  border-left: 2px solid #ff4f16;
}

.clutchbot-assistant-deck::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid #ff4f16;
  border-bottom: 2px solid #ff4f16;
}

.clutchbot-assistant-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.clutchbot-assistant-head strong {
  color: #0d1d38;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .055em;
}

.clutchbot-assistant-live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #05884e;
  font-size: 9px;
  font-weight: 900;
}

.clutchbot-assistant-live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #14b86b;
  box-shadow: 0 0 0 3px rgba(20, 184, 107, .12);
}

.clutchbot-assistant-deck > p {
  margin: 0 0 9px;
  color: #687992;
  font-size: 10px;
  line-height: 1.4;
}

.clutchbot-assistant-commands {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.clutchbot-assistant-command {
  min-width: 0;
  min-height: 38px;
  padding: 7px 8px;
  border: 1px solid #dce5ef;
  border-radius: 9px;
  background: #fbfdff;
  color: #172943;
  display: flex;
  align-items: center;
  gap: 7px;
  text-align: left;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.clutchbot-assistant-command:hover,
.clutchbot-assistant-command:focus-visible {
  border-color: #ff7241;
  background: #fff6f2;
  outline: 0;
  transform: translateY(-1px);
}

.clutchbot-assistant-command span {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  color: #ff4f16;
  background: #fff0e9;
  font-size: 13px;
}

.clutchbot-assistant-message {
  margin: 4px 14px 10px;
  padding: 10px 11px;
  border: 1px solid #dae5ef;
  border-left: 3px solid #ff4f16;
  border-radius: 4px 12px 12px 12px;
  background: #fff;
  color: #20314b;
  font-size: 11px;
  line-height: 1.5;
  box-shadow: 0 6px 16px rgba(20, 42, 72, .06);
}

.clutchbot-assistant-message.is-loading {
  color: #708098;
}

.clutchbot-assistant-message.is-error {
  border-left-color: #d92929;
  color: #9a2020;
  background: #fff8f8;
}

.clutchbot-assistant-message strong {
  display: block;
  margin-bottom: 3px;
  color: #0e1e39;
  font-size: 11px;
}

.clutchbot-assistant-list {
  display: grid;
  gap: 6px;
  margin-top: 7px;
}

.clutchbot-assistant-result {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 38px;
  padding: 7px 8px;
  border: 1px solid #e1e8f0;
  border-radius: 9px;
  background: #f9fbfd;
  color: #172943;
  text-decoration: none;
}

.clutchbot-assistant-result:hover {
  border-color: #ff8056;
  background: #fff7f3;
}

.clutchbot-assistant-result img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 8px;
  object-fit: cover;
}

.clutchbot-assistant-result span {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.clutchbot-assistant-result b,
.clutchbot-assistant-result small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clutchbot-assistant-result b {
  font-size: 10px;
}

.clutchbot-assistant-result small {
  color: #708098;
  font-size: 9px;
}

.clutchbot-assistant-action {
  margin-top: 8px;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #ff5a22;
  border-radius: 8px;
  background: #ff551c;
  color: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}

.clutchbot-assistant-action.secondary {
  background: #fff;
  color: #e84510;
}

@media (max-width: 700px) {
  .clutchbot-assistant-deck {
    margin-inline: 10px;
  }

  .clutchbot-assistant-command {
    min-height: 36px;
  }
}
