body.page-template-page-renzhiwang-home,
body.home {
  background: #f3f6fb;
  color: #101828;
}

body.page-template-page-renzhiwang-home .rzw-site-header,
body.home .rzw-site-header {
  display: none;
}

body.page-template-page-renzhiwang-home .rzw-public-container,
body.home .rzw-public-container,
body.page-template-page-renzhiwang-home .tb-container,
body.home .tb-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #f3f6fb;
}

.rzw-home-v2 {
  --v2-blue: #2f5eea;
  --v2-blue-2: #4b72f5;
  --v2-green: #18b984;
  --v2-red: #ef4444;
  --v2-amber: #f59e0b;
  --v2-purple: #7c3aed;
  --v2-ink: #101828;
  --v2-muted: #667085;
  --v2-line: #d9e2ef;
  --v2-panel: #ffffff;
  --v2-soft: #edf4ff;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 0%, rgba(47, 94, 234, 0.12), transparent 30%),
    linear-gradient(180deg, #f7faff 0%, #eef3fa 100%);
  color: var(--v2-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-x: clip;
}

.rzw-home-v2 *,
.rzw-home-v2 *::before,
.rzw-home-v2 *::after {
  box-sizing: border-box;
}

.rzw-home-v2 a {
  color: inherit;
  text-decoration: none;
}

.rzw-v2-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 250px minmax(260px, 470px) minmax(0, 1fr) 40px;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 14px 34px;
  background: rgba(255, 255, 255, 0.93);
  border-top: 6px solid var(--v2-blue);
  border-bottom: 1px solid var(--v2-line);
  box-shadow: 0 10px 28px rgba(31, 41, 55, 0.08);
  backdrop-filter: blur(18px);
}

.rzw-v2-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.rzw-v2-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
  color: #101828;
}

.rzw-v2-logo span:first-child {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--v2-blue);
  color: #fff;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(47, 94, 234, 0.28);
}

.rzw-v2-logo strong {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.rzw-v2-logo em {
  display: inline-block;
  margin-left: 2px;
  color: var(--v2-muted);
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.rzw-v2-search {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  min-width: 0;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #f6f8fc;
}

.rzw-v2-search span {
  width: 18px;
  height: 18px;
  margin-left: 20px;
  border: 2px solid #98a2b3;
  border-radius: 50%;
}

.rzw-v2-search span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  margin-top: 13px;
  margin-left: 12px;
  transform: rotate(45deg);
  background: #98a2b3;
  border-radius: 2px;
}

.rzw-v2-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 18px 0 12px;
  color: var(--v2-ink);
  font-size: 16px;
}

.rzw-v2-search input::placeholder {
  color: #98a2b3;
}

.rzw-v2-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.rzw-v2-nav a {
  color: #475467;
  font-size: 15px;
  font-weight: 700;
}

.rzw-v2-nav a:hover {
  color: var(--v2-blue);
}

.rzw-v2-nav .rzw-v2-nav-cta,
.rzw-v2-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 8px;
  background: var(--v2-blue);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(47, 94, 234, 0.22);
}

.rzw-v2-nav .rzw-v2-nav-cta:hover,
.rzw-v2-primary:hover {
  background: #244fd0;
  color: #fff;
}

.rzw-v2-secondary,
.rzw-v2-dark-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  background: #fff;
  color: #182230;
  font-weight: 900;
}

.rzw-v2-user-chip,
.rzw-v2-menu-button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #edf4ff;
  color: var(--v2-blue);
  font-weight: 900;
}

.rzw-v2-menu-button {
  display: none;
  cursor: pointer;
}

.rzw-v2-menu-button span {
  width: 18px;
  height: 2px;
  margin: 2px 0;
  border-radius: 2px;
  background: #101828;
}

.rzw-v2-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  width: min(1540px, calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.rzw-v2-sidebar,
.rzw-v2-hero,
.rzw-v2-board,
.rzw-v2-quick-card,
.rzw-v2-distribution,
.rzw-v2-heatmap,
.rzw-v2-tool-group,
.rzw-v2-question-panel,
.rzw-v2-scenario-panel,
.rzw-v2-bottom-cta {
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 50px rgba(31, 41, 55, 0.08);
}

.rzw-v2-sidebar {
  position: sticky;
  top: 114px;
  align-self: start;
  min-height: calc(100vh - 142px);
  padding: 30px 20px 22px;
}

.rzw-v2-sidebar h2,
.rzw-v2-side-questions h3 {
  margin: 0 0 16px;
  color: var(--v2-ink);
  font-size: 24px;
  line-height: 1.15;
}

.rzw-v2-side-nav {
  display: grid;
  gap: 12px;
}

.rzw-v2-side-nav a,
.rzw-v2-drawer-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 8px;
  color: #667085;
  font-weight: 800;
}

.rzw-v2-side-nav a:first-child,
.rzw-v2-side-nav a:nth-child(2),
.rzw-v2-drawer-list a:nth-child(2) {
  background: var(--v2-soft);
  color: var(--v2-blue);
}

.rzw-v2-side-nav span,
.rzw-v2-drawer-list span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #edf4ff;
  color: var(--v2-blue);
  font-size: 13px;
  font-weight: 900;
}

.rzw-v2-side-questions {
  margin-top: 64px;
}

.rzw-v2-side-questions ol,
.rzw-v2-drawer-questions ol {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding-left: 22px;
}

.rzw-v2-side-questions li,
.rzw-v2-drawer-questions li {
  color: #667085;
  font-size: 15px;
  line-height: 1.35;
}

.rzw-v2-side-questions li::marker,
.rzw-v2-drawer-questions li::marker {
  color: var(--v2-blue);
  font-weight: 900;
}

.rzw-v2-dark-button {
  width: 100%;
  background: #101828;
  color: #fff;
  border-color: #101828;
}

.rzw-v2-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
  min-width: 0;
}

.rzw-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 232px;
  gap: 24px;
  min-height: 260px;
  padding: 36px;
  overflow: hidden;
}

.rzw-v2-pill {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #edf4ff;
  color: var(--v2-blue);
  font-size: 15px;
  font-weight: 800;
}

.rzw-v2-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--v2-ink);
  font-size: clamp(34px, 3.3vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 950;
}

.rzw-v2-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #667085;
  font-size: 20px;
  line-height: 1.55;
}

.rzw-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.rzw-v2-principles {
  align-self: center;
  padding: 26px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #f8fbff;
}

.rzw-v2-principles h2,
.rzw-v2-board h2,
.rzw-v2-quick h2,
.rzw-v2-section-head h2,
.rzw-v2-question-panel h2,
.rzw-v2-scenario-panel h2,
.rzw-v2-bottom-cta h2 {
  margin: 0;
  color: var(--v2-ink);
  font-size: 28px;
  line-height: 1.2;
}

.rzw-v2-principles ul {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.rzw-v2-principles li {
  position: relative;
  padding-left: 18px;
  color: #344054;
  font-size: 17px;
  font-weight: 800;
}

.rzw-v2-principles li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--v2-green);
}

.rzw-v2-board {
  padding: 32px;
}

.rzw-v2-board h2 {
  font-size: 24px;
}

.rzw-v2-board > div:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.rzw-v2-board > div:first-child::after {
  content: "今日";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ecfdf3;
  color: #087443;
  font-size: 13px;
  font-weight: 900;
}

.rzw-v2-board p,
.rzw-v2-section-head p {
  margin: 4px 0 0;
  color: #667085;
  font-size: 16px;
}

.rzw-v2-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.rzw-v2-board-grid a {
  position: relative;
  min-height: 74px;
  padding: 16px 18px 16px 58px;
  border-radius: 8px;
  border: 1px solid var(--v2-line);
  background: #edf4ff;
}

.rzw-v2-board-grid a em {
  position: absolute;
  left: 16px;
  top: 17px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(47, 94, 234, 0.13);
  color: var(--v2-blue);
  font-style: normal;
  font-size: 13px;
  font-weight: 950;
}

.rzw-v2-board-grid a:nth-child(2) {
  background: #fff1f2;
}

.rzw-v2-board-grid a:nth-child(2) em {
  background: rgba(239, 68, 68, 0.12);
  color: var(--v2-red);
}

.rzw-v2-board-grid a:nth-child(3) {
  background: #ecfdf3;
}

.rzw-v2-board-grid a:nth-child(3) em {
  background: rgba(24, 185, 132, 0.12);
  color: var(--v2-green);
}

.rzw-v2-board-grid a:nth-child(4) {
  background: #fff8e6;
}

.rzw-v2-board-grid a:nth-child(4) em {
  background: rgba(245, 158, 11, 0.14);
  color: var(--v2-amber);
}

.rzw-v2-board-grid strong {
  display: block;
  color: var(--v2-ink);
  font-size: 18px;
  line-height: 1.2;
}

.rzw-v2-board-grid span {
  display: block;
  margin-top: 5px;
  color: #667085;
  font-size: 13px;
}

.rzw-v2-tabs,
.rzw-v2-quick,
.rzw-v2-center,
.rzw-v2-tools,
.rzw-v2-split,
.rzw-v2-bottom-cta {
  grid-column: 1 / -1;
}

.rzw-v2-tabs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  max-width: 100%;
  padding: 2px 0 4px;
}

.rzw-v2-tabs a {
  flex: 0 0 auto;
  min-width: 88px;
  padding: 12px 20px;
  text-align: center;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #fff;
  color: #667085;
  font-weight: 800;
}

.rzw-v2-tabs a.is-active {
  color: #fff;
  background: var(--v2-blue);
  border-color: var(--v2-blue);
}

.rzw-v2-quick h2,
.rzw-v2-center,
.rzw-v2-tools,
.rzw-v2-split,
.rzw-v2-bottom-cta {
  margin-top: 8px;
}

.rzw-v2-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 18px;
}

.rzw-v2-quick-card {
  position: relative;
  min-height: 170px;
  padding: 28px 28px 74px;
}

.rzw-v2-quick-card > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  background: var(--v2-blue);
}

.rzw-v2-quick-card.is-red > span {
  background: var(--v2-red);
}

.rzw-v2-quick-card.is-green > span {
  background: var(--v2-green);
}

.rzw-v2-quick-card.is-purple > span {
  background: var(--v2-purple);
}

.rzw-v2-quick-card h3 {
  margin: 18px 0 8px;
  color: var(--v2-ink);
  font-size: 24px;
  line-height: 1.1;
}

.rzw-v2-quick-card strong {
  display: block;
  color: #182230;
  font-size: 17px;
}

.rzw-v2-quick-card p {
  margin: 8px 0 0;
  color: #667085;
  line-height: 1.45;
}

.rzw-v2-card-button {
  position: absolute;
  left: 28px;
  bottom: 20px;
  display: inline-flex;
  min-width: 120px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--v2-blue);
  font-weight: 900;
}

.is-red .rzw-v2-card-button {
  background: var(--v2-red);
}

.is-green .rzw-v2-card-button {
  background: var(--v2-green);
}

.is-purple .rzw-v2-card-button {
  background: var(--v2-purple);
}

.rzw-v2-section-head,
.rzw-v2-card-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.rzw-v2-section-head > a {
  flex: 0 0 auto;
  color: var(--v2-blue);
  font-weight: 900;
}

.rzw-v2-center-grid,
.rzw-v2-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 32px;
  margin-top: 18px;
  min-width: 0;
}

.rzw-v2-center-grid > *,
.rzw-v2-tool-groups > *,
.rzw-v2-split > * {
  min-width: 0;
  max-width: 100%;
}

.rzw-v2-distribution,
.rzw-v2-heatmap,
.rzw-v2-question-panel,
.rzw-v2-scenario-panel {
  padding: 34px 38px;
}

.rzw-v2-distribution h3,
.rzw-v2-heatmap h3 {
  margin: 0;
  color: var(--v2-ink);
  font-size: 24px;
}

.rzw-v2-bars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 22px;
  min-height: 210px;
  margin-top: 26px;
  border-bottom: 2px solid #e5ebf5;
  max-width: 100%;
}

.rzw-v2-bar {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #667085;
  text-align: center;
  font-size: 13px;
}

.rzw-v2-bar b {
  color: var(--v2-green);
}

.rzw-v2-bar span {
  width: 54px;
  min-height: 42px;
  border-radius: 8px 8px 0 0;
  background: var(--v2-green);
}

.rzw-v2-bar.is-amber span {
  background: var(--v2-amber);
}

.rzw-v2-bar.is-red span {
  background: var(--v2-red);
}

.rzw-v2-bar.is-red b {
  color: var(--v2-red);
}

.rzw-v2-bar.is-amber b {
  color: var(--v2-amber);
}

.rzw-v2-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rzw-v2-chip-row span {
  padding: 8px 12px;
  border-radius: 8px;
  background: #ecfdf3;
  color: #087443;
  font-weight: 800;
}

.rzw-v2-chip-row span:nth-child(2) {
  background: #fff1f2;
  color: #c01048;
}

.rzw-v2-chip-row span:nth-child(3) {
  background: #fff8e6;
  color: #b54708;
}

.rzw-v2-heat-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.8fr 0.55fr;
  grid-auto-rows: 92px;
  gap: 12px;
  margin-top: 28px;
}

.rzw-v2-heat-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--v2-green);
}

.rzw-v2-heat-cell.is-red {
  background: var(--v2-red);
}

.rzw-v2-heat-cell.is-amber {
  background: var(--v2-amber);
}

.rzw-v2-heat-cell.is-wide {
  grid-row: span 1;
}

.rzw-v2-heat-cell strong {
  font-size: 17px;
  line-height: 1.2;
}

.rzw-v2-heat-cell span {
  margin-top: 6px;
  font-size: 13px;
  opacity: 0.92;
}

.rzw-v2-tool-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 18px;
}

.rzw-v2-tool-group {
  padding: 28px;
}

.rzw-v2-tool-group h3 {
  margin: 0;
  color: var(--v2-ink);
  font-size: 24px;
}

.rzw-v2-tool-group p {
  margin: 8px 0 18px;
  color: #667085;
}

.rzw-v2-tool-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #f8fbff;
}

.rzw-v2-tool-card + .rzw-v2-tool-card {
  margin-top: 12px;
}

.rzw-v2-tool-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--v2-blue);
  font-size: 13px;
  font-weight: 900;
}

.rzw-v2-tool-card strong {
  display: block;
  grid-column: 2;
  color: #182230;
  font-size: 17px;
}

.rzw-v2-tool-card em {
  display: block;
  grid-column: 2;
  margin-top: 4px;
  color: #667085;
  font-style: normal;
  line-height: 1.35;
}

.rzw-v2-tool-card b {
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-self: end;
  color: #182230;
  font-size: 13px;
  white-space: nowrap;
}

.rzw-v2-question-panel ol {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.rzw-v2-question-panel li a,
.rzw-v2-scenario-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  background: #f8fbff;
  color: #182230;
  font-weight: 800;
}

.rzw-v2-question-panel li span {
  color: var(--v2-blue);
  font-weight: 950;
}

.rzw-v2-scenario-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.rzw-v2-scenario-card {
  align-items: flex-start;
  justify-content: flex-start;
}

.rzw-v2-scenario-card strong {
  display: block;
  color: #182230;
  font-size: 17px;
}

.rzw-v2-scenario-card span {
  display: block;
  margin-top: 5px;
  color: #667085;
  line-height: 1.35;
}

.rzw-v2-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 40px;
  background: linear-gradient(135deg, #101828 0%, #1d2939 100%);
}

.rzw-v2-bottom-cta h2,
.rzw-v2-bottom-cta p {
  color: #fff;
}

.rzw-v2-bottom-cta p {
  margin: 8px 0 0;
  color: #d0d5dd;
}

.rzw-v2-bottom-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rzw-v2-drawer,
.rzw-v2-drawer-backdrop {
  display: none;
}

@media (max-width: 1180px) {
  .rzw-v2-topbar {
    grid-template-columns: auto minmax(0, 1fr) 44px;
    gap: 12px;
    min-height: 70px;
    padding: 12px 18px;
  }

  .rzw-v2-menu-button {
    display: grid;
  }

  .rzw-v2-logo strong {
    font-size: 22px;
  }

  .rzw-v2-logo em,
  .rzw-v2-nav {
    display: none;
  }

  .rzw-v2-search {
    height: 40px;
  }

  .rzw-v2-search input {
    font-size: 14px;
  }

  .rzw-v2-layout {
    display: block;
    width: min(100% - 28px, 760px);
    padding-top: 18px;
  }

  .rzw-v2-sidebar {
    display: none;
  }

  .rzw-v2-main {
    display: block;
  }

  .rzw-v2-hero,
  .rzw-v2-board,
  .rzw-v2-quick,
  .rzw-v2-center,
  .rzw-v2-tools,
  .rzw-v2-split,
  .rzw-v2-bottom-cta {
    margin-top: 16px;
  }

  .rzw-v2-hero {
    display: block;
    min-height: 0;
    padding: 24px;
  }

  .rzw-v2-board {
    border-color: rgba(47, 94, 234, 0.18);
  }

  .rzw-v2-hero h1 {
    font-size: 28px;
  }

  .rzw-v2-hero p {
    font-size: 16px;
    line-height: 1.5;
  }

  .rzw-v2-principles {
    margin-top: 22px;
    padding: 18px;
  }

  .rzw-v2-principles h2,
  .rzw-v2-board h2,
  .rzw-v2-quick h2,
  .rzw-v2-section-head h2,
  .rzw-v2-question-panel h2,
  .rzw-v2-scenario-panel h2,
  .rzw-v2-bottom-cta h2 {
    font-size: 22px;
  }

  .rzw-v2-board,
  .rzw-v2-distribution,
  .rzw-v2-heatmap,
  .rzw-v2-tool-group,
  .rzw-v2-question-panel,
  .rzw-v2-scenario-panel,
  .rzw-v2-bottom-cta {
    width: 100%;
    padding: 22px;
  }

  .rzw-v2-quick-grid,
  .rzw-v2-tool-groups,
  .rzw-v2-center-grid,
  .rzw-v2-split {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rzw-v2-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rzw-v2-quick-card {
    min-height: 152px;
    padding: 20px 18px 62px;
  }

  .rzw-v2-card-button {
    left: 18px;
    bottom: 16px;
  }

  .rzw-v2-bars {
    gap: 12px;
    min-height: 170px;
  }

  .rzw-v2-bar span {
    width: 42px;
  }

  .rzw-v2-heat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 86px;
  }

  .rzw-v2-bottom-cta {
    display: block;
  }

  .rzw-v2-bottom-cta > div:last-child {
    margin-top: 18px;
  }

  .rzw-v2-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    background: rgba(16, 24, 40, 0.36);
    backdrop-filter: blur(4px);
  }

  .rzw-v2-drawer-backdrop[hidden] {
    display: none;
  }

  .rzw-v2-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: min(84vw, 330px);
    padding: 28px 26px;
    background:
      linear-gradient(180deg, rgba(237, 244, 255, 0.82) 0%, rgba(255, 255, 255, 1) 42%),
      #fff;
    transform: translateX(-105%);
    transition: transform 0.22s ease;
    box-shadow: 18px 0 50px rgba(16, 24, 40, 0.2);
  }

  .rzw-v2-drawer.is-open {
    transform: translateX(0);
  }

  .rzw-v2-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .rzw-v2-drawer-head strong {
    color: var(--v2-ink);
    font-size: 22px;
  }

  .rzw-v2-drawer-head button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f2f4f7;
    color: #101828;
    font-size: 24px;
    cursor: pointer;
  }

  .rzw-v2-drawer-list {
    display: grid;
    gap: 6px;
  }

  .rzw-v2-drawer-list a {
    border: 1px solid transparent;
  }

  .rzw-v2-drawer-list a:nth-child(2) {
    border-color: rgba(47, 94, 234, 0.16);
  }

  .rzw-v2-drawer-list a::after {
    content: "›";
    margin-left: auto;
    color: #98a2b3;
  }

  .rzw-v2-drawer-questions {
    margin-top: 28px;
  }

  .rzw-v2-drawer-questions h3 {
    margin: 0 0 12px;
    color: var(--v2-ink);
    font-size: 18px;
  }

  .rzw-v2-drawer-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    background: var(--v2-blue);
    color: #fff;
    font-weight: 900;
  }
}

@media (max-width: 620px) {
  .rzw-v2-topbar {
    grid-template-columns: 40px minmax(72px, auto) minmax(0, 1fr) 34px;
    padding: 10px 12px;
  }

  .rzw-v2-logo span:first-child {
    display: none;
  }

  .rzw-v2-logo strong {
    font-size: 19px;
  }

  .rzw-v2-user-chip {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .rzw-v2-search span {
    margin-left: 12px;
  }

  .rzw-v2-search input {
    padding-right: 10px;
  }

  .rzw-v2-search input::placeholder {
    font-size: 12px;
  }

  .rzw-v2-layout {
    width: calc(100% - 24px);
  }

  .rzw-v2-hero h1 {
    font-size: 25px;
  }

  .rzw-v2-pill {
    margin-bottom: 14px;
  }

  .rzw-v2-hero,
  .rzw-v2-board,
  .rzw-v2-distribution,
  .rzw-v2-heatmap,
  .rzw-v2-tool-group,
  .rzw-v2-question-panel,
  .rzw-v2-scenario-panel,
  .rzw-v2-bottom-cta {
    padding: 18px;
  }

  .rzw-v2-board-grid a {
    min-height: 64px;
  }

  .rzw-v2-actions,
  .rzw-v2-bottom-cta > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rzw-v2-primary,
  .rzw-v2-secondary {
    width: 100%;
  }

  .rzw-v2-board-grid,
  .rzw-v2-quick-grid {
    grid-template-columns: 1fr;
  }

  .rzw-v2-quick-card {
    min-height: 136px;
  }

  .rzw-v2-section-head {
    display: block;
  }

  .rzw-v2-section-head > a {
    display: inline-flex;
    margin-top: 10px;
  }

  .rzw-v2-bars {
    overflow-x: auto;
    grid-template-columns: repeat(5, 72px);
    padding-bottom: 2px;
  }

  .rzw-v2-heat-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .rzw-v2-heat-cell {
    min-height: 76px;
  }

  .rzw-v2-tool-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rzw-v2-tool-card strong,
  .rzw-v2-tool-card em,
  .rzw-v2-tool-card b {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}
