.acgfav-topic-v9,
.acgfav-topic-v9 * {
  box-sizing: border-box;
}

.acgfav-topic-v9 {
  --v9-ink: #1f2633;
  --v9-text: #394354;
  --v9-muted: #6a7483;
  --v9-line: #dfe5ee;
  --v9-soft: #f5f7fa;
  --v9-panel: #ffffff;
  --v9-blue: #245fc6;
  --v9-teal: #0e7f86;
  --v9-green: #187455;
  --v9-rose: #ad3e62;
  --v9-amber: #8f6417;
  max-width: 1180px;
  margin: 22px auto 58px;
  padding: 0 16px 48px;
  color: var(--v9-text);
  font-size: 15px;
  line-height: 1.68;
  overflow-x: hidden;
}

.acgfav-topic-v9 h1,
.acgfav-topic-v9 h2,
.acgfav-topic-v9 h3,
.acgfav-topic-v9 h4,
.acgfav-topic-v9 p {
  margin: 0;
}

.acgfav-topic-v9 a {
  color: inherit;
  text-decoration: none;
}

.acgfav-topic-v9 a:focus-visible {
  outline: 3px solid rgba(36, 95, 198, .28);
  outline-offset: 3px;
  border-radius: 8px;
}

.acgfav-topic-v9 .v9-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--v9-line);
  border-radius: 8px;
  background: #f7f9fc;
  box-shadow: 0 14px 34px rgba(26, 38, 55, .08);
}

.acgfav-topic-v9 .v9-hero-main,
.acgfav-topic-v9 .v9-hero-choice {
  min-width: 0;
}

.acgfav-topic-v9 .v9-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 13px;
  padding: 5px 10px;
  border: 1px solid rgba(36, 95, 198, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--v9-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.acgfav-topic-v9 .v9-kicker:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--v9-blue);
}

.acgfav-topic-v9 h1 {
  max-width: 690px;
  color: var(--v9-ink);
  font-size: 40px;
  line-height: 1.16;
  letter-spacing: 0;
}

.acgfav-topic-v9 .v9-lead {
  max-width: 720px;
  margin-top: 14px;
  color: #354153;
  font-size: 17px;
}

.acgfav-topic-v9 .v9-trust {
  max-width: 720px;
  margin-top: 10px;
  color: var(--v9-muted);
  font-size: 14px;
}

.acgfav-topic-v9 .v9-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.acgfav-topic-v9 .v9-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  max-width: 100%;
  padding: 9px 14px;
  border: 1px solid rgba(36, 95, 198, .2);
  border-radius: 8px;
  background: #fff;
  color: var(--v9-ink);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background-color .16s ease;
}

.acgfav-topic-v9 .v9-button.primary {
  border-color: var(--v9-blue);
  background: var(--v9-blue);
  color: #fff;
  box-shadow: 0 10px 22px rgba(36, 95, 198, .2);
}

.acgfav-topic-v9 .v9-hero-choice {
  padding: 18px;
  border: 1px solid rgba(14, 127, 134, .22);
  border-radius: 8px;
  background: #fff;
}

.acgfav-topic-v9 .v9-choice-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}

.acgfav-topic-v9 .v9-choice-title h2 {
  color: var(--v9-ink);
  font-size: 18px;
  line-height: 1.35;
}

.acgfav-topic-v9 .v9-choice-title span {
  flex: none;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e8f7f7;
  color: var(--v9-teal);
  font-size: 12px;
  font-weight: 800;
}

.acgfav-topic-v9 .v9-choice-list {
  display: grid;
  gap: 10px;
}

.acgfav-topic-v9 .v9-choice {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--v9-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.acgfav-topic-v9 .v9-choice i,
.acgfav-topic-v9 .v9-rank,
.acgfav-topic-v9 .v9-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.acgfav-topic-v9 .v9-choice i {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--v9-blue);
  font-size: 17px;
}

.acgfav-topic-v9 .v9-choice strong {
  display: block;
  color: var(--v9-ink);
  font-size: 15px;
  line-height: 1.3;
}

.acgfav-topic-v9 .v9-choice span {
  display: block;
  margin-top: 4px;
  color: var(--v9-muted);
  font-size: 13px;
}

.acgfav-topic-v9 .v9-section {
  margin-top: 30px;
}

.acgfav-topic-v9 .v9-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 16px;
}

.acgfav-topic-v9 .v9-section-kicker {
  margin-bottom: 6px;
  color: var(--v9-blue);
  font-size: 13px;
  font-weight: 900;
}

.acgfav-topic-v9 h2 {
  color: var(--v9-ink);
  font-size: 24px;
  line-height: 1.28;
  letter-spacing: 0;
}

.acgfav-topic-v9 .v9-section-head > p {
  max-width: 600px;
  color: var(--v9-muted);
}

.acgfav-topic-v9 .v9-starter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.acgfav-topic-v9 .v9-starter,
.acgfav-topic-v9 .v9-flow-step,
.acgfav-topic-v9 .v9-tool-row,
.acgfav-topic-v9 .v9-standard,
.acgfav-topic-v9 .v9-next-link {
  min-width: 0;
  border: 1px solid var(--v9-line);
  border-radius: 8px;
  background: var(--v9-panel);
}

.acgfav-topic-v9 .v9-starter {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 16px;
}

.acgfav-topic-v9 .v9-rank {
  width: 34px;
  height: 28px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--v9-blue);
  font-size: 12px;
  font-weight: 900;
}

.acgfav-topic-v9 .v9-starter h3,
.acgfav-topic-v9 .v9-flow-step h3,
.acgfav-topic-v9 .v9-standard h3 {
  color: var(--v9-ink);
  font-size: 17px;
  line-height: 1.35;
}

.acgfav-topic-v9 .v9-starter p,
.acgfav-topic-v9 .v9-flow-step p,
.acgfav-topic-v9 .v9-standard p,
.acgfav-topic-v9 .v9-standard li {
  color: var(--v9-muted);
  font-size: 13px;
}

.acgfav-topic-v9 .v9-starter p,
.acgfav-topic-v9 .v9-flow-step p,
.acgfav-topic-v9 .v9-standard p {
  margin-top: 8px;
}

.acgfav-topic-v9 .v9-pick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.acgfav-topic-v9 .v9-pill {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 5px 9px;
  border: 1px solid rgba(36, 95, 198, .18);
  border-radius: 999px;
  background: #eef4ff;
  color: var(--v9-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.acgfav-topic-v9 .v9-starter .v9-card-link {
  margin-top: auto;
  padding-top: 13px;
}

.acgfav-topic-v9 .v9-card-link,
.acgfav-topic-v9 .v9-flow-step a,
.acgfav-topic-v9 .v9-tool-row a,
.acgfav-topic-v9 .v9-next-link {
  color: var(--v9-blue);
  font-weight: 800;
}

.acgfav-topic-v9 .v9-card-link:after,
.acgfav-topic-v9 .v9-flow-step a:after,
.acgfav-topic-v9 .v9-tool-row a:after,
.acgfav-topic-v9 .v9-next-link:after {
  content: ">";
  margin-left: 6px;
}

.acgfav-topic-v9 .v9-route {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  align-items: stretch;
}

.acgfav-topic-v9 .v9-route-lead {
  padding: 22px;
  border: 1px solid var(--v9-line);
  border-radius: 8px;
  background: #fff;
}

.acgfav-topic-v9 .v9-route-lead h3 {
  color: var(--v9-ink);
  font-size: 21px;
  line-height: 1.32;
}

.acgfav-topic-v9 .v9-route-lead p {
  margin-top: 10px;
  color: var(--v9-muted);
}

.acgfav-topic-v9 .v9-task-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.acgfav-topic-v9 .v9-task-link {
  display: block;
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--v9-line);
  border-radius: 8px;
  background: #fff;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.acgfav-topic-v9 .v9-task-link strong {
  display: block;
  color: var(--v9-ink);
  font-size: 15px;
  line-height: 1.3;
}

.acgfav-topic-v9 .v9-task-link span {
  display: block;
  margin-top: 5px;
  color: var(--v9-muted);
  font-size: 12px;
}

.acgfav-topic-v9 .v9-flow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.acgfav-topic-v9 .v9-flow-step {
  padding: 14px;
}

.acgfav-topic-v9 .v9-step-no {
  min-width: 30px;
  height: 24px;
  margin-bottom: 9px;
  border-radius: 999px;
  background: #f0f7f3;
  color: var(--v9-green);
  font-size: 12px;
  font-weight: 900;
}

.acgfav-topic-v9 .v9-flow-step a {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
}

.acgfav-topic-v9 .v9-library {
  display: grid;
  gap: 18px;
}

.acgfav-topic-v9 .v9-category {
  padding-top: 18px;
  border-top: 1px solid var(--v9-line);
}

.acgfav-topic-v9 .v9-category:first-child {
  padding-top: 0;
  border-top: 0;
}

.acgfav-topic-v9 .v9-category-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.acgfav-topic-v9 .v9-category-title h3 {
  color: var(--v9-ink);
  font-size: 18px;
  line-height: 1.35;
}

.acgfav-topic-v9 .v9-category-title span {
  color: var(--v9-muted);
  font-size: 13px;
  text-align: right;
}

.acgfav-topic-v9 .v9-tool-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.acgfav-topic-v9 .v9-tool-row {
  display: grid;
  grid-template-columns: minmax(126px, .52fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 13px;
}

.acgfav-topic-v9 .v9-tool-row h4 {
  color: var(--v9-ink);
  font-size: 16px;
  line-height: 1.32;
}

.acgfav-topic-v9 .v9-tool-row p {
  color: var(--v9-muted);
  font-size: 13px;
}

.acgfav-topic-v9 .v9-tool-row p strong {
  color: #303a48;
}

.acgfav-topic-v9 .v9-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.acgfav-topic-v9 .v9-tag {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef4ff;
  color: var(--v9-blue);
  font-size: 12px;
  line-height: 1.25;
}

.acgfav-topic-v9 .v9-tag.green {
  background: #eaf7ef;
  color: var(--v9-green);
}

.acgfav-topic-v9 .v9-tag.rose {
  background: #fff0f4;
  color: var(--v9-rose);
}

.acgfav-topic-v9 .v9-tag.amber {
  background: #fff6e6;
  color: var(--v9-amber);
}

.acgfav-topic-v9 .v9-tag.teal {
  background: #e8f7f7;
  color: var(--v9-teal);
}

.acgfav-topic-v9 .v9-standards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.acgfav-topic-v9 .v9-standard {
  padding: 15px;
}

.acgfav-topic-v9 .v9-standard ul {
  display: grid;
  gap: 6px;
  margin: 10px 0 0;
  padding-left: 18px;
}

.acgfav-topic-v9 .v9-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.acgfav-topic-v9 .v9-next-link {
  display: block;
  min-height: 72px;
  padding: 14px;
  color: var(--v9-ink);
}

.acgfav-topic-v9 .v9-next-link span {
  display: block;
  margin-top: 4px;
  color: var(--v9-muted);
  font-size: 13px;
  font-weight: 400;
}

.acgfav-topic-v9 .v9-button:hover,
.acgfav-topic-v9 .v9-choice:hover,
.acgfav-topic-v9 .v9-starter:hover,
.acgfav-topic-v9 .v9-task-link:hover,
.acgfav-topic-v9 .v9-tool-row:hover,
.acgfav-topic-v9 .v9-next-link:hover {
  transform: translateY(-2px);
  border-color: rgba(36, 95, 198, .28);
  box-shadow: 0 12px 26px rgba(26, 38, 55, .10);
}

@media (max-width: 1120px) {
  .acgfav-topic-v9 .v9-starter-grid,
  .acgfav-topic-v9 .v9-standards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .acgfav-topic-v9 .v9-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .acgfav-topic-v9 .v9-tool-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .acgfav-topic-v9 .v9-hero,
  .acgfav-topic-v9 .v9-route {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .acgfav-topic-v9 {
    width: 100%;
    max-width: 100%;
    margin: 14px auto 42px;
    padding: 0 14px 36px;
    font-size: 14px;
    overflow-x: clip;
  }

  .acgfav-topic-v9 .v9-hero {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 16px 14px;
    border-radius: 8px;
  }

  .acgfav-topic-v9 .v9-hero-choice {
    margin-top: 16px;
    padding: 14px;
  }

  .acgfav-topic-v9 h1 {
    font-size: 28px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .acgfav-topic-v9 h2 {
    font-size: 21px;
  }

  .acgfav-topic-v9 .v9-lead {
    font-size: 15px;
  }

  .acgfav-topic-v9 .v9-kicker,
  .acgfav-topic-v9 .v9-lead,
  .acgfav-topic-v9 .v9-trust,
  .acgfav-topic-v9 .v9-button,
  .acgfav-topic-v9 .v9-choice,
  .acgfav-topic-v9 .v9-starter,
  .acgfav-topic-v9 .v9-task-link,
  .acgfav-topic-v9 .v9-flow-step,
  .acgfav-topic-v9 .v9-tool-row,
  .acgfav-topic-v9 .v9-standard,
  .acgfav-topic-v9 .v9-next-link {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .acgfav-topic-v9 .v9-hero-actions,
  .acgfav-topic-v9 .v9-section-head,
  .acgfav-topic-v9 .v9-category-title {
    display: block;
  }

  .acgfav-topic-v9 .v9-button {
    display: flex;
    width: 100%;
    margin-top: 9px;
  }

  .acgfav-topic-v9 .v9-section-head > p,
  .acgfav-topic-v9 .v9-category-title span {
    display: block;
    margin-top: 7px;
    text-align: left;
  }

  .acgfav-topic-v9 .v9-starter-grid,
  .acgfav-topic-v9 .v9-task-grid,
  .acgfav-topic-v9 .v9-flow,
  .acgfav-topic-v9 .v9-standards-grid,
  .acgfav-topic-v9 .v9-next-grid {
    grid-template-columns: 1fr;
  }

  .acgfav-topic-v9 .v9-starter {
    min-height: 0;
  }

  .acgfav-topic-v9 .v9-route-lead {
    padding: 16px;
  }

  .acgfav-topic-v9 .v9-tool-row {
    grid-template-columns: 1fr;
  }
}
