/* Staking detail — dark theme (matches home) */
.bm-stake-detail-page {
  background: #09090b;
  color: #fafafa;
  min-height: 100vh;
}

.bm-stake-detail-main {
  padding-top: 5.5rem;
}

.bm-stake-detail-shell {
  max-width: 520px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 4rem;
}

.bm-stake-detail-back {
  display: inline-block;
  color: #a1a1aa;
  font-size: 0.9375rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: color 0.15s;
}

.bm-stake-detail-back:hover {
  color: #c6ff00;
}

.bm-stake-detail-title {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  line-height: 1.15;
  color: #fafafa;
}

.bm-stake-detail-subtitle {
  color: #d4d4d8;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.75rem;
}

.bm-stake-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.bm-stake-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #52525b;
  background: #27272a;
  text-decoration: none;
  color: #fafafa;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  transition: border-color 0.15s, background 0.15s;
}

.bm-stake-tab img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.bm-stake-tab--active {
  border-color: #c6ff00;
  background: rgba(198, 255, 0, 0.12);
}

.bm-stake-tab-apy {
  color: #a1a1aa;
  font-size: 0.75rem;
}

.bm-stake-card-lite {
  background: rgba(39, 39, 42, 0.9);
  border: 1px solid #52525b;
  border-radius: 12px;
  padding: 1.25rem 1.35rem;
  margin-bottom: 1rem;
}

.bm-stake-card-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a1a1aa;
  margin-bottom: 0.75rem;
}

.bm-stake-amount-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.bm-stake-amount-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 2.5rem;
  font-weight: 600;
  background: transparent;
  color: #fafafa;
  min-width: 0;
  padding: 0;
}

.bm-stake-amount-suffix {
  font-size: 1.125rem;
  font-weight: 600;
  color: #a1a1aa;
}

.bm-stake-min-line {
  font-size: 0.8125rem;
  color: #a1a1aa;
  margin-top: 0.5rem;
}

.bm-stake-reward-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.9375rem;
  padding: 0.35rem 0;
  color: #e4e4e7;
}

.bm-stake-reward-line span:last-child {
  font-weight: 500;
}

.bm-stake-divider {
  border: none;
  border-top: 1px solid #52525b;
  margin: 1rem 0;
}

.bm-stake-network-tag {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f87171;
  text-transform: none;
  letter-spacing: 0;
}

.bm-stake-address-block {
  background: #18181b;
  border-radius: 8px;
  padding: 0.85rem 1rem;
  margin-top: 0.5rem;
  border: 1px solid #3f3f46;
}

.bm-stake-address-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.bm-stake-address-text {
  flex: 1;
  font-size: 0.8125rem;
  word-break: break-all;
  color: #fafafa;
  line-height: 1.4;
}

.bm-stake-copy-btn {
  flex-shrink: 0;
  padding: 0.4rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 600;
  border: 1px solid #c6ff00;
  border-radius: 6px;
  background: transparent;
  color: #c6ff00;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.bm-stake-copy-btn:hover {
  background: #c6ff00;
  color: #09090b;
}

.bm-stake-cost-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  color: #e4e4e7;
}

.bm-stake-cost-label {
  color: #a1a1aa;
  font-size: 0.8125rem;
}

.bm-stake-wallet-hint {
  font-size: 0.8125rem;
  color: #a1a1aa;
  margin: 0.75rem 0;
  line-height: 1.45;
}

.bm-stake-generate-wallet {
  width: 100%;
  padding: 0.85rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid #c6ff00;
  border-radius: 999px;
  background: transparent;
  color: #c6ff00;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.bm-stake-generate-wallet:hover:not(:disabled) {
  background: #c6ff00;
  color: #09090b;
}

.bm-stake-generate-wallet:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.bm-stake-notice-title {
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 0.35rem;
  color: #fafafa;
}

.bm-stake-notice-intro {
  font-size: 0.8125rem;
  color: #a1a1aa;
  margin-bottom: 0.5rem;
}

.bm-stake-notice-list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #d4d4d8;
}

.bm-stake-notice-list li {
  margin-bottom: 0.35rem;
}

.bm-stake-notice-list .bm-danger {
  color: #f87171;
}

.bm-stake-submit {
  width: 100%;
  margin-top: 1.25rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 999px;
  background: #c6ff00;
  color: #09090b;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
}

.bm-stake-submit:hover:not(:disabled) {
  background: #d4ff33;
}

.bm-stake-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.bm-stake-activity {
  margin-top: 2.5rem;
}

.bm-stake-activity-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.bm-stake-activity-title {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #fafafa;
}

.bm-stake-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #4ade80;
}

.bm-stake-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  animation: bm-pulse 1.5s ease infinite;
}

@keyframes bm-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

.bm-stake-table-head,
.bm-stake-table-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr 1fr;
  gap: 0.5rem;
  font-size: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #3f3f46;
  color: #d4d4d8;
}

.bm-stake-table-head {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a1a1aa;
}

.bm-stake-amount-cell {
  font-weight: 600;
  color: #fafafa;
}

.bm-stake-status-badge {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  background: rgba(74, 222, 128, 0.15);
  color: #4ade80;
  font-size: 0.6875rem;
  font-weight: 600;
}

@media (max-width: 640px) {
  .bm-stake-detail-title {
    font-size: 1.75rem;
  }
  .bm-stake-amount-input {
    font-size: 2rem;
  }
  .bm-stake-detail-main {
    padding-top: 5rem;
  }
}
