body {
  margin: 0;
  min-height: 100vh;
  background-color: #fdfdfd;
}

.top-logo {
  display: block;
  width: 30%;
  height: auto;
  margin: 4% auto 0;
}

.description-of-fees {
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.5px;
  word-spacing: 4px;

}

.intro-text {
  width: 80%;
  margin: 3rem auto;
  color: #314259;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 1.0rem;
  line-height: 1.7;
}

.time-limit {
  width: 80%;
  box-sizing: border-box;
  margin: 0 auto 4%;
  padding: 0.75rem;
  border-radius: 6px;
  background-color: #ff4747;
  color: #ffffff;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.exploit-box {
  width: 80%;
  margin: 0 auto 4%;
  overflow: hidden;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(49, 66, 89, 0.08);
  color: #314259;
  font-family: Arial, sans-serif;
  text-align: center;
}

.exploit-title {
  margin: 0;
  padding: 1rem;
  background-color: #3d4b62;
  color: #ffffff;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.exploit-content {
  padding: 3rem 2.5rem 2.5rem;
}

.wallet-label,
.amount-label {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

.wallet-input {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 3rem;
  padding: 0.9rem 1rem;
  border: 1px solid #b8c5d5;
  border-radius: 4px;
  color: #314259;
  font-size: 1.25rem;
  text-align: center;
}

.wallet-error {
  margin: -2.25rem 0 2rem;
  color: #dc3545;
  font-size: 0.95rem;
  font-weight: 700;
}

.amount-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 16px;
  margin: 0;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    #ff9200 0%,
    #ff9200 var(--slider-progress, 0%),
    #d8e0e8 var(--slider-progress, 0%),
    #d8e0e8 100%
  );
  cursor: pointer;
}

.amount-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: url("assets/icons/bitcoin.png") center / contain no-repeat;
  box-shadow: 0 3px 10px rgba(49, 66, 89, 0.35);
  cursor: grab;
}

.amount-slider::-moz-range-track {
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    #ff9200 0%,
    #ff9200 var(--slider-progress, 0%),
    #d8e0e8 var(--slider-progress, 0%),
    #d8e0e8 100%
  );
}

.amount-slider::-moz-range-thumb {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: url("assets/icons/bitcoin.png") center / contain no-repeat;
  box-shadow: 0 3px 10px rgba(49, 66, 89, 0.35);
  cursor: grab;
}

.amount-slider:active::-webkit-slider-thumb,
.amount-slider:active::-moz-range-thumb {
  cursor: grabbing;
}

.amount-value {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.amount-note {
  margin: 2rem 0 1.5rem;
  font-size: 1rem;
}

.bitcoin-button {
  padding: 1rem 1.75rem;
  border: 0;
  border-radius: 5px;
  background-color: #ff9200;
  color: #ffffff;
  font-size: 1.25rem;
  cursor: pointer;
}

.bitcoin-button:hover {
  background-color: #e88300;
}

.exploit-content[hidden],
.exploit-progress[hidden],
.exploit-completion[hidden],
.exploit-timeout[hidden] {
  display: none;
}

.exploit-progress {
  padding: 3rem 2.5rem;
}

.progress-message {
  margin: 0 0 1.75rem;
  min-height: 6rem;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 5px;
  background-color: #20242b;
  color: #f5f7fa;
  font-family: Consolas, monospace;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.progress-track {
  width: 100%;
  height: 28px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #dce4eb;
}

.progress-fill {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #75bf25, #9bd63b);
  transition: width 0.1s linear;
}

.progress-percentage {
  margin: 0.75rem 0 0;
  color: #657389;
  font-weight: 700;
}

.exploit-completion {
  padding: 3rem 2.5rem;
  text-align: center;
}

.success-tick, .qr-code {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 1.75rem;
}

.success-heading {
  margin: 0;
  color: #000000;
max-width: 100%;
    overflow-x: auto;
    font-size: 1.25rem;
    font-weight: 400;
    white-space: nowrap;
}

.success-message {
  margin: 2rem 0 0;
  font-size: 1.2rem;
}

.completion-summary,
.my-wallet-address {
  margin: 2rem 0 0;
  max-width: 100%;
  overflow-x: visible;
  font-size: 1.25rem;
  font-weight: 400;
  white-space: normal;
  overflow-wrap: anywhere;
}

.completed-wallet {
  color: #000000;
  font-family: Consolas, monospace;
  font-weight: 400;
}

.work-success-button {
  display: block;
  margin: 1.5rem auto 0;
  padding: 0.9rem 1.6rem;
  border: 0;
  border-radius: 5px;
  background-color: #ff9200;
  color: #ffffff;
  font-size: 1.05rem;
  cursor: pointer;
}

.work-success-button:hover {
  background-color: #e88300;
}

.work-success-message {
  margin: 1.5rem 0 0;
  color: #009b0a;
  font-size: 1rem;
  font-weight: 700;
}

.work-success-message[hidden] {
  display: none;
}

.exploit-timeout {
  padding: 3rem 2.5rem;
  text-align: center;
}

.timeout-message {
  margin: 0 0 1.25rem;
  color: #314259;
  font-size: 1.45rem;
}

.timeout-timer {
  margin: 0;
  color: #ff4747;
  font-size: 1.75rem;
  font-weight: 700;
}

.claims-box {
  width: 80%;
  margin: 0 auto 4%;
  overflow: hidden;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(49, 66, 89, 0.08);
  color: #314259;
  font-family: Arial, sans-serif;
}

.claims-heading {
  padding: 1rem;
  background-color: #3d4b62;
  color: #ffffff;
  text-align: center;
}

.claims-heading h2 {
  margin: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.demo-badge {
  display: inline-block;
  margin-top: 0.45rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background-color: #fff1cf;
  color: #7a5100;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.claims-list {
  display: grid;
  gap: 0.85rem;
  padding: 2rem;
}

.claim-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-size: 1rem;
  opacity: 0;
  animation: claim-slide-up 0.55s ease-out forwards;
}

@keyframes claim-slide-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.claim-row.claim-row--leaving {
  animation: claim-slide-out 0.5s ease-in forwards;
}

@keyframes claim-slide-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-28px);
  }
}

.claim-wallet {
  max-width: 55%;
  overflow: hidden;
  padding: 0.45rem 0.65rem;
  border-radius: 4px;
  background-color: #d9edff;
  color: #145b92;
  font-family: Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.claim-amount {
  padding: 0.4rem 0.65rem;
  border-radius: 4px;
  background-color: #35b94b;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}

.claim-time {
  color: #657389;
  white-space: nowrap;
}

.live-chat-box {
  width: 80%;
  margin: 0 auto 4%;
  overflow: hidden;
  border: 1px solid #d7dee8;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(49, 66, 89, 0.08);
  font-family: Arial, sans-serif;
}

.live-chat-heading {
  padding: 0.9rem;
  background-color: #3d4b62;
  color: #ffffff;
  text-align: center;
}

.live-chat-heading h2 {
  margin: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
}


.chat-log {
  min-height: 260px;
  max-height: 360px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 1.5rem;
  background-color: #20242b;
  color: #f5f7fa;
  font-family: Consolas, monospace;
}

.chat-line {
  margin: 0 0 0.75rem;
  line-height: 1.45;
  opacity: 0;
  animation: chat-slide-up 0.45s ease-out forwards;
}

@keyframes chat-slide-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chat-line.chat-line--leaving {
  animation: chat-slide-out 0.4s ease-in forwards;
}

@keyframes chat-slide-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-22px);
  }
}

.chat-time {
  color: #aeb8c5;
}

.chat-user {
  color: #ffb23f;
  font-weight: 700;
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(130px, 0.35fr) minmax(180px, 1fr) auto;
  gap: 0.75rem;
  padding: 1rem;
}

.chat-form input {
  min-width: 0;
  padding: 0.8rem;
  border: 1px solid #c5cfdb;
  border-radius: 4px;
  font-size: 1rem;
}

.chat-form button {
  padding: 0.8rem 1.3rem;
  border: 0;
  border-radius: 4px;
  background-color: #ff9200;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}

.wallet-guide {
  width: 80%;
  margin: 0 auto 4%;
  color: rgba(49, 66, 89, 0.42);
  font-family: Arial, sans-serif;
  text-align: left;
}

.wallet-guide h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.wallet-guide p {
  max-width: 1050px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.50;
}

.wallet-guide a {
  color: rgba(0, 112, 204, 0.72);
  font-weight: 700;
  text-decoration: none;
}

.wallet-guide a:hover {
  text-decoration: underline;
}



@media (max-width: 700px) {
  .exploit-content {
    padding: 2rem 1.25rem;
  }

  .wallet-label,
  .amount-label {
    font-size: 1.3rem;
  }

  .wallet-input {
    font-size: 1rem;
  }

  .success-heading,
  .completion-summary,
  .my-wallet-address {
    overflow-x: visible;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .claims-list {
    padding: 1.25rem;
  }

  .claim-row {
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .claim-wallet {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .chat-form {
    grid-template-columns: 1fr;
  }

  .chat-log {
    min-height: 220px;
    padding: 1rem;
    font-size: 0.9rem;
  }

  .wallet-guide h2 {
    font-size: 1.55rem;
  }

  .wallet-guide p {
    font-size: 1rem;
    line-height: 1.65;
  }
}

.site-footer {
  padding: 1.5rem 10%;
  background-color: transparent;
  color: #314259;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  .claim-row {
    opacity: 1;
    animation: none;
  }

  .chat-line {
    opacity: 1;
    animation: none;
  }

  .chat-line.chat-line--leaving {
    animation: none;
  }
}
