/* Shared Amazon seller tools — CloudSpects /tools/ */
.amz-tools-page { padding-bottom: 3rem; background: #f8fafc; min-height: 70vh; color: #0f172a; }
.amz-tools-hero {
  padding: 2.25rem 0 1.35rem;
  text-align: center;
  background: linear-gradient(145deg, #f0fdfa 0%, #ffffff 55%, #ecfeff 100%);
  border-bottom: 1px solid #e2e8f0;
}
.amz-tools-hero .eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0e7490;
  font-family: 'Space Grotesk', sans-serif;
}
.amz-tools-hero h1 {
  margin: 0 0 0.5rem;
  color: #0f172a;
  font-size: clamp(1.45rem, 3.8vw, 2rem);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.amz-tools-hero p {
  margin: 0 auto;
  max-width: 40rem;
  color: #64748b;
  line-height: 1.6;
  font-size: 0.98rem;
}
.amz-tools-wrap { max-width: 960px; margin: 0 auto; padding: 1.5rem 1rem 0; }
.amz-tools-grid { display: grid; gap: 1.25rem; }
@media (min-width: 768px) {
  .amz-tools-grid { grid-template-columns: 1.05fr 0.95fr; align-items: start; }
}
.amz-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.2rem 1.35rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
}
.amz-card h2 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  font-family: 'Space Grotesk', sans-serif;
}
.amz-field { margin-bottom: 0.9rem; }
.amz-field label {
  display: block;
  font-size: 0.84rem;
  font-weight: 500;
  color: #334155;
  margin-bottom: 0.3rem;
}
.amz-field input,
.amz-field select {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 0.98rem;
  background: #f8fafc;
  color: #0f172a;
}
.amz-field input:focus,
.amz-field select:focus {
  outline: 2px solid #67e8f9;
  border-color: #06b6d4;
  background: #fff;
}
.amz-field small { display: block; margin-top: 0.22rem; color: #94a3b8; font-size: 0.74rem; line-height: 1.4; }
.amz-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
@media (max-width: 520px) { .amz-row-2 { grid-template-columns: 1fr; } }
.amz-results {
  background: linear-gradient(145deg, #0f172a, #1e293b);
  color: #e2e8f0;
  border: none;
  position: sticky;
  top: 1rem;
}
.amz-results h2 { color: #67e8f9; }
.amz-stat {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}
.amz-stat:last-of-type { border-bottom: none; }
.amz-stat span { color: #94a3b8; font-size: 0.84rem; }
.amz-stat strong {
  color: #f8fafc;
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
  font-family: 'JetBrains Mono', 'Space Grotesk', monospace;
}
.amz-stat--hi strong { color: #22d3ee; font-size: 1.55rem; }
.amz-stat--ok strong { color: #34d399; }
.amz-stat--bad strong { color: #fbbf24; }
.amz-note { margin-top: 0.9rem; font-size: 0.78rem; color: #94a3b8; line-height: 1.5; }
.amz-disclaimer {
  max-width: 960px;
  margin: 1.25rem auto 0;
  padding: 0 1rem;
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.55;
}
.amz-related {
  max-width: 960px;
  margin: 1.75rem auto 0;
  padding: 0 1rem;
}
.amz-related h3 {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: #0f172a;
  font-family: 'Space Grotesk', sans-serif;
}
.amz-related-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.amz-related a {
  display: block;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: #0e7490;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
}
.amz-related a:hover { border-color: #67e8f9; background: #f0fdfa; }
.amz-cta { text-align: center; margin: 1.75rem auto 0; max-width: 960px; padding: 0 1rem; }
.amz-cta .btn {
  display: inline-block;
  background: linear-gradient(45deg, #22d3ee, #06b6d4);
  color: #0f172a;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif;
}
.amz-cta .btn-outline {
  margin-left: 0.5rem;
  background: transparent;
  color: #0e7490;
  border: 2px solid #22d3ee;
}
.amz-hub-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 960px;
  margin: 1.5rem auto;
  padding: 0 1rem;
}
.amz-hub-card {
  display: block;
  padding: 1.25rem 1.35rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s, transform 0.15s;
}
.amz-hub-card:hover { border-color: #67e8f9; transform: translateY(-2px); }
.amz-hub-card .tag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0e7490;
  margin-bottom: 0.35rem;
}
.amz-hub-card h2 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  font-family: 'Space Grotesk', sans-serif;
  color: #0f172a;
}
.amz-hub-card p { margin: 0; font-size: 0.88rem; color: #64748b; line-height: 1.5; }
.amz-section-label {
  margin: 1rem 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}
