/* ClutchHub v188 — ClutchBot yalnızca sayfa içinde görünür. */
.clutchbot-widget {
  display: none !important;
}

.home-v3-bot-intro,
.home-v3-bot-card,
.profile-px-bot {
  display: none !important;
}

.inline-clutchbot-v188 {
  --bot-orange: #ff4b16;
  position: relative;
  display: grid;
  grid-template-columns: 142px minmax(280px, 1fr) minmax(310px, .82fr);
  gap: 22px;
  align-items: center;
  width: 100%;
  margin: 18px 0 24px;
  padding: 20px 24px;
  overflow: hidden;
  border: 1px solid #d7e2ef;
  border-radius: 3px;
  background:
    linear-gradient(135deg, transparent 0 17px, #fff 18px) top left,
    linear-gradient(-45deg, transparent 0 17px, #fff 18px) bottom right,
    #fff;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  box-shadow: 0 12px 30px rgba(20, 43, 72, .08);
  color: #0e203d;
}

.inline-clutchbot-v188::before,
.inline-clutchbot-v188::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.inline-clutchbot-v188::before {
  inset: 8px;
  border: 1px solid rgba(165, 187, 211, .34);
  clip-path: polygon(0 0, 21% 0, 22% 3px, 77% 3px, 78% 0, 100% 0, 100% 100%, 82% 100%, 81% calc(100% - 3px), 19% calc(100% - 3px), 18% 100%, 0 100%);
}

.inline-clutchbot-v188::after {
  left: 0;
  top: 21px;
  width: 4px;
  height: 48px;
  background: var(--bot-orange);
  box-shadow: calc(100vw - 5px) calc(100% + 33px) 0 var(--bot-orange);
}

.inline-clutchbot-visual,
.inline-clutchbot-copy,
.inline-clutchbot-tools {
  position: relative;
  z-index: 1;
}

.inline-clutchbot-visual {
  height: 134px;
  display: grid;
  place-items: center;
  border-right: 1px solid #e0e8f1;
  background: radial-gradient(circle at center, rgba(255, 91, 26, .10), transparent 66%);
}

.inline-clutchbot-visual img {
  width: 126px;
  height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 10px 12px rgba(24, 48, 78, .16));
}

.inline-clutchbot-live {
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 7px;
  border: 1px solid #ffd3c2;
  border-radius: 4px;
  background: #fff8f4;
  color: #d93d0b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.inline-clutchbot-live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #12b76a;
  box-shadow: 0 0 0 3px rgba(18, 183, 106, .12);
}

.inline-clutchbot-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--bot-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
}

.inline-clutchbot-copy h2 {
  margin: 0 0 7px;
  font-size: clamp(20px, 1.7vw, 27px);
  line-height: 1.12;
  color: #0b1c39;
}

.inline-clutchbot-copy p {
  max-width: 700px;
  min-height: 48px;
  margin: 0;
  color: #4e617d;
  font-size: 15px;
  line-height: 1.58;
}

.inline-clutchbot-copy p strong {
  color: #0c213f;
}

.inline-clutchbot-answer.is-loading {
  opacity: .7;
}

.inline-clutchbot-answer.is-error {
  color: #a52d19;
}

.inline-clutchbot-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #e8440e;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.inline-clutchbot-tools {
  padding-left: 21px;
  border-left: 1px solid #e0e8f1;
}

.inline-clutchbot-tools > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  color: #687b95;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.inline-clutchbot-refresh {
  border: 0;
  background: transparent;
  color: #ff4b16;
  font: inherit;
  cursor: pointer;
}

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

.inline-clutchbot-command {
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid #d6e1ed;
  border-radius: 5px;
  background: #fff;
  color: #152b49;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.inline-clutchbot-command:hover,
.inline-clutchbot-command:focus-visible {
  border-color: #ff7442;
  color: #e6400d;
  outline: 0;
  transform: translateY(-1px);
  box-shadow: 0 7px 15px rgba(255, 75, 22, .10);
}

.inline-clutchbot-command.is-active {
  border-color: #ff4b16;
  background: #fff7f2;
  color: #d83b0a;
}

@media (max-width: 1050px) {
  .inline-clutchbot-v188 {
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .inline-clutchbot-tools {
    grid-column: 1 / -1;
    padding: 14px 0 0;
    border-top: 1px solid #e0e8f1;
    border-left: 0;
  }
}

@media (max-width: 650px) {
  .inline-clutchbot-v188 {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    margin: 12px 0 18px;
    padding: 16px 14px;
  }

  .inline-clutchbot-visual {
    height: 100px;
  }

  .inline-clutchbot-visual img {
    width: 80px;
    height: 96px;
  }

  .inline-clutchbot-live {
    top: -3px;
    left: -5px;
    font-size: 9px;
  }

  .inline-clutchbot-copy h2 {
    font-size: 18px;
  }

  .inline-clutchbot-copy p {
    min-height: 0;
    font-size: 13px;
  }

  .inline-clutchbot-commands {
    grid-template-columns: 1fr;
  }
}
