/* RENZHIWANG_V11_BRAND_BEGIN */
:root {
  --rzw-brand-ink: #102a43;
  --rzw-brand-blue: #1f5f99;
  --rzw-brand-cyan: #22c1a7;
  --rzw-brand-green: #147a64;
  --rzw-brand-bg: #f5f8fb;
  --rzw-brand-line: #dbe5ee;
}
.rzw-brand {
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
}
.rzw-brand-mark {
  width: 40px;
  height: 40px;
  display: inline-flex;
}
.rzw-brand-mark img {
  width: 40px;
  height: 40px;
  display: block;
}
.rzw-brand-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.rzw-tool-preview {
  aspect-ratio: 8 / 5;
  margin: 16px 0 14px;
  overflow: hidden;
  border: 1px solid var(--rzw-brand-line);
  border-radius: 8px;
  background: #eef4f7;
}
.rzw-tool-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.rzw-tool-card,
.rzw-tools-card,
.rzw-question-card,
.rzw-faq-list details,
.rzw-stage32-section,
.rzw-stage32-result,
.rzw-money-section,
.rzw-seven-section,
.rzw-decision-section,
.rzw-risk-section,
.rzw-review-section {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
.rzw-tool-card:hover,
.rzw-tools-card:hover,
.rzw-question-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(16, 42, 67, .10);
}
.rzw-v11-tool-context,
.rzw-about-page .rzw-about-panel {
  border: 1px solid var(--rzw-brand-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 42, 67, .06);
}
.rzw-v11-tool-context {
  max-width: 1120px;
  margin: 18px auto;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.rzw-v11-tool-context h2 {
  margin: 0 0 12px;
  color: var(--rzw-brand-ink);
  font-size: 22px;
  line-height: 1.35;
}
.rzw-v11-tool-context ul {
  margin: 0;
  padding-left: 20px;
}
.rzw-v11-tool-context li,
.rzw-v11-tool-context p {
  color: #5d6678;
  line-height: 1.8;
}
.rzw-v11-data-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--rzw-brand-line);
}
.rzw-about-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 18px 64px;
  color: var(--rzw-brand-ink);
}
.rzw-about-page h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.18;
}
.rzw-about-lead {
  max-width: 850px;
  color: #5d6678;
  font-size: 18px;
  line-height: 1.85;
}
.rzw-about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.rzw-about-panel {
  padding: 24px;
}
.rzw-about-panel h2 {
  margin: 0 0 12px;
  font-size: 22px;
}
.rzw-about-panel p,
.rzw-about-panel li {
  color: #5d6678;
  line-height: 1.8;
}
.rzw-about-panel ul,
.rzw-about-panel ol {
  margin: 0;
  padding-left: 20px;
}
@media (max-width: 860px) {
  .rzw-v11-tool-context,
  .rzw-about-grid {
    grid-template-columns: 1fr;
  }
  .rzw-about-page h1 {
    font-size: 32px;
  }
}
@media (max-width: 620px) {
  .rzw-brand {
    grid-template-columns: 36px minmax(0, 1fr);
  }
  .rzw-brand-mark,
  .rzw-brand-mark img {
    width: 36px;
    height: 36px;
  }
}
/* RENZHIWANG_V11_BRAND_END */


/* RENZHIWANG_STAGE77_MICROINTERACTIONS_BEGIN */
[data-rzw-tool-id] .rzw-btn,
[data-rzw-tool-id] button,
[data-rzw-tool-id] .rzw-pack-links a,
.rzw-btn,
.rzw-tool-link {
  min-height: 44px;
  border-radius: 8px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
[data-rzw-tool-id] .rzw-btn:hover,
[data-rzw-tool-id] button:hover,
[data-rzw-tool-id] .rzw-pack-links a:hover,
.rzw-btn:hover,
.rzw-tool-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(16, 42, 67, .10);
}
[data-rzw-tool-id] input:focus,
[data-rzw-tool-id] select:focus,
[data-rzw-tool-id] textarea:focus,
[data-rzw-tool-id] button:focus,
[data-rzw-tool-id] a:focus {
  outline: 3px solid rgba(34, 193, 167, .28);
  outline-offset: 2px;
}
[data-rzw-tool-id] input,
[data-rzw-tool-id] select,
[data-rzw-tool-id] textarea {
  border-radius: 8px;
}
[data-rzw-tool-id] [class*="result"],
[data-rzw-tool-id] [class*="score"] {
  box-shadow: 0 10px 28px rgba(16, 42, 67, .05);
}
[data-rzw-tool-id] input[type="range"] {
  min-height: 44px;
}
@media (max-width: 640px) {
  [data-rzw-tool-id] .rzw-action-row,
  [data-rzw-tool-id] .rzw-hero-actions {
    gap: 12px;
  }
  [data-rzw-tool-id] button,
  [data-rzw-tool-id] .rzw-btn,
  [data-rzw-tool-id] .rzw-pack-links a {
    width: 100%;
  }
}
/* RENZHIWANG_STAGE77_MICROINTERACTIONS_END */
