.alchemy-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 1rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(51, 255, 167, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(51, 255, 167, 0.1), var(--surface) 62%);
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.4;
  text-decoration: none;
}
.alchemy-banner strong {
  color: var(--accent);
  font-weight: 750;
}
.alchemy-banner:hover,
.alchemy-banner:focus,
.alchemy-banner:active,
.alchemy-banner:hover strong,
.alchemy-banner:focus strong,
.alchemy-banner:active strong {
  text-decoration: none;
}

.alchemy-guide-copy {
  color: var(--text-muted);
  line-height: 1.7;
}
.alchemy-guide-copy p,
.alchemy-guide-copy ul,
.alchemy-guide-copy ol,
.alchemy-guide-copy .alchemy-guide-table-wrap,
.alchemy-guide-copy .alchemy-guide-fold,
.alchemy-guide-copy .alchemy-guide-note {
  margin: 0.75rem 0 0;
}
.alchemy-guide-copy > :first-child {
  margin-top: 0;
}
.alchemy-guide-copy h3 {
  margin: 1.15rem 0 0.55rem;
  color: var(--text);
  font-size: var(--text-h3);
  line-height: 1.35;
}
.alchemy-guide-copy h3:first-child {
  margin-top: 0;
}
.alchemy-guide-copy ul,
.alchemy-guide-copy ol {
  padding-left: 1.2rem;
}
.alchemy-guide-copy li + li {
  margin-top: 0.28rem;
}
.alchemy-guide-copy a {
  color: var(--accent);
  font-weight: 650;
  text-decoration: none;
}
.alchemy-guide-copy a:hover,
.alchemy-guide-copy a:focus,
.alchemy-guide-copy a:active,
.alchemy-guide-copy a:visited {
  color: var(--accent);
  text-decoration: none;
}

.alchemy-ic {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 0.18rem 0 0;
  vertical-align: -0.28em;
  object-fit: contain;
}

.alchemy-grade {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  vertical-align: 0.08em;
}
.alchemy-grade--d { background: #7a5c45; }
.alchemy-grade--c { background: #6f7f8a; }
.alchemy-grade--b { background: #4a4e8c; }
.alchemy-grade--a { background: #b8862a; }
.alchemy-grade--m { background: #2f8f93; }

.alchemy-guide-note {
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(51, 255, 167, 0.06);
  color: var(--text);
}
.alchemy-guide-steps {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}
.alchemy-guide-steps li {
  padding: 0.75rem 0.85rem 0.75rem 1.05rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.02);
}
.alchemy-guide-steps h3 {
  margin: 0 0 0.28rem;
  color: var(--text);
  font-size: 0.98rem;
}
.alchemy-guide-steps p {
  margin: 0;
}

.alchemy-guide-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.alchemy-guide-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 28rem;
  font-size: 0.86rem;
}
.alchemy-guide-table th,
.alchemy-guide-table td {
  padding: 0.5rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
  color: var(--text);
}
.alchemy-guide-table th {
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 750;
  white-space: nowrap;
}
.alchemy-guide-table tbody tr:last-child td {
  border-bottom: 0;
}

.alchemy-guide-fold {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.02);
}
.alchemy-guide-fold + .alchemy-guide-fold {
  margin-top: 0.45rem;
}
.alchemy-guide-fold > summary {
  cursor: pointer;
  padding: 0.7rem 0.85rem;
  color: var(--text);
  font-weight: 750;
}
.alchemy-guide-fold[open] > summary {
  border-bottom: 1px solid var(--border);
}
.alchemy-guide-fold .alchemy-guide-table-wrap {
  margin: 0;
  border: 0;
  border-radius: 0;
}

.alchemy-guide-spots {
  display: grid;
  gap: 0.85rem;
}
.alchemy-guide-spot h3 {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.45rem;
}
.alchemy-guide-spot__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 14rem), 1fr));
  gap: 0.4rem;
}
.alchemy-guide-spot__grid a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--border);
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 650;
}
.alchemy-guide-copy .alchemy-guide-spot__grid a:visited {
  color: var(--text);
}
.alchemy-guide-spot__grid a:hover,
.alchemy-guide-spot__grid a:focus,
.alchemy-guide-spot__grid a:active {
  border-color: rgba(51, 255, 167, 0.45);
  color: var(--accent);
  text-decoration: none;
}

.alchemy-guide-faq details {
  border-top: 1px solid var(--border);
  padding: 0.55rem 0;
}
.alchemy-guide-faq summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 750;
}
.alchemy-guide-faq p {
  margin: 0.4rem 0 0;
}

.alchemy-guide-catalog-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(51, 255, 167, 0.35);
  border-radius: var(--radius);
  background: rgba(51, 255, 167, 0.08);
  color: var(--text);
  text-decoration: none;
  font-weight: 750;
}
.alchemy-guide-catalog-link:hover,
.alchemy-guide-catalog-link:focus,
.alchemy-guide-catalog-link:active {
  color: var(--accent);
  text-decoration: none;
}
