.witch-spell-band{height:auto;min-height:91px;padding:14px 0;box-sizing:border-box}
.witch-spell-band .wrap{min-height:63px}
.witch-spell-band h1{font-size:clamp(25px,3.2vw,38px);line-height:1.15;overflow-wrap:anywhere}
.witch-spell-tools{display:flex;gap:8px;margin:0 0 14px}
.witch-spell-tools input{flex:1;min-width:0;padding:11px 12px;border:1px solid #b8cbd6;font:15px Arial,sans-serif}
.witch-spell-tools button,.witch-spell-clear{min-height:42px;padding:8px 14px;border:1px solid #245d82;background:#245d82;color:#fff;font:700 13px Arial,sans-serif;cursor:pointer}
.witch-spell-topic{margin:0 0 15px}
.witch-spell-topic label,.witch-spell-filter-heading{display:block;margin:0 0 7px;color:#263e4d;font:700 13px/1.4 Arial,sans-serif}
.witch-spell-topic select{width:min(100%,440px);min-height:44px;padding:9px 12px;border:1px solid #b8cbd6;background:#fff;color:#263e4d;font:15px Arial,sans-serif}
.witch-spell-alphabet{margin:8px 0 18px}
.witch-spell-alphabet button{min-width:31px;min-height:38px;cursor:pointer}
.witch-spell-list-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}
.witch-spell-list-heading h2{margin:0 0 12px}
.witch-spell-clear{background:#fff;color:#245d82}
.witch-spell-clear:disabled{opacity:.48;cursor:default}
.witch-spell-count{font-size:13px;color:#526775;margin:0 0 12px}
.witch-spell-results li[hidden]{display:none}
.witch-spell-results strong,.witch-spell-results span{display:block}
.witch-spell-results strong{line-height:1.3}
.witch-spell-results span{line-height:1.5}
.witch-spell-article{max-width:none}
.witch-spell-figure{margin:18px 0 24px}
.witch-spell-figure img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.witch-spell-figure figcaption{font-size:12px;line-height:1.45;color:#60727c;margin-top:7px}
.witch-spell-steps{display:grid;gap:14px;list-style:none;padding:0;margin:24px 0 28px;counter-reset:spell}
.witch-spell-steps li{counter-increment:spell;display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:start;padding:18px 20px;border:1px solid #d8c9e3;border-radius:12px;background:linear-gradient(125deg,#f7f2fa,#fff 72%);box-shadow:0 5px 18px rgba(55,31,72,.06)}
.witch-spell-steps li:before{content:counter(spell,decimal-leading-zero);display:grid;place-items:center;width:42px;height:42px;border:1px solid #8f6aa8;border-radius:50%;background:#674483;color:#fff;font:700 15px/1 Arial,sans-serif;box-shadow:0 3px 9px rgba(63,35,82,.16)}
.witch-spell-steps h2{font-size:20px;line-height:1.25;margin:1px 0 7px;color:#3a2548}
.witch-spell-steps p{margin:0;line-height:1.62;color:#403a44}
.witch-spell-slot{height:0;overflow:hidden}
.witch-spell-topic select:focus-visible,.witch-spell-clear:focus-visible,.witch-spell-alphabet button:focus-visible{outline:3px solid #e0ad4c;outline-offset:2px}
@media(max-width:700px){.witch-spell-band{min-height:80px}.witch-spell-band .wrap{min-height:52px}.witch-spell-tools{align-items:stretch}.witch-spell-results{grid-template-columns:1fr}.witch-spell-steps{gap:11px}.witch-spell-steps li{grid-template-columns:38px minmax(0,1fr);gap:11px;padding:15px 14px}.witch-spell-steps li:before{width:34px;height:34px;font-size:13px}.witch-spell-steps h2{font-size:18px}}

/* Detail pages use the Witchcraft review's warm paper and centered editorial layout. */
body.witch-spell-review {
  --spell-paper: #fbf8f1;
  --spell-ink: #252027;
  --spell-muted: #6d636e;
  --spell-plum: #51345d;
  min-height: 100vh;
  color: var(--spell-ink);
  background: radial-gradient(circle at 82% 3%, rgb(111 71 121 / 10%), transparent 30rem), var(--spell-paper);
}

body.witch-spell-review .site-header.static-header,
body.witch-spell-review .site-footer {
  color: #f4ead9;
  background: #17121b;
  border-color: #5e486f;
}
body.witch-spell-review .site-header .wordmark,
body.witch-spell-review .site-header .wordmark-accent,
body.witch-spell-review .site-header .header-search,
body.witch-spell-review .site-footer .footer-brand,
body.witch-spell-review .site-footer a { color: #f4ead9; }
body.witch-spell-review .site-header .wordmark-sun { color: #e1bf7b; }
body.witch-spell-review .site-header .publisher-nav-group summary { color: #f4ead9; }
body.witch-spell-review .site-header .publisher-nav-group[open] summary,
body.witch-spell-review .site-header .publisher-nav-group summary:hover,
body.witch-spell-review .site-header .header-search:hover { color: #e1bf7b; }
body.witch-spell-review .site-header .publisher-nav-panel {
  border-color: #cbbdcf;
  background: #fffdf9;
  box-shadow: 0 12px 25px rgb(24 15 29 / 25%);
}
body.witch-spell-review .site-header .publisher-nav-panel a { color: #43294e; }
body.witch-spell-review .site-header .publisher-nav-panel a:hover {
  color: #24172b;
  background: #f1eaf2;
}
body.witch-spell-review .site-footer p,
body.witch-spell-review .site-footer .footer-bottom { color: #cfc0d0; }
body.witch-spell-review .site-footer .footer-bottom { border-color: #5e486f; }
body.witch-spell-review .site-footer a:hover { color: #e1bf7b; }

body.witch-spell-review .witch-spell-review-main {
  width: min(100% - 2rem, 74rem);
  margin-inline: auto;
  padding-block: 1rem 4.5rem;
}
body.witch-spell-review .witch-spell-breadcrumbs {
  margin: 0 0 1.4rem;
  color: var(--spell-muted);
  font-size: .82rem;
  line-height: 1.55;
}
body.witch-spell-review .witch-spell-breadcrumbs a,
body.witch-spell-review .witch-spell-related a { color: var(--spell-plum); text-underline-offset: .2em; }
body.witch-spell-review .witch-spell-article {
  width: 100%;
  max-width: 54rem;
  margin-inline: auto;
  padding: 0;
  color: var(--spell-ink);
}
body.witch-spell-review .witch-spell-cluster {
  margin: 0 0 .65rem;
  color: var(--spell-plum);
  font: 800 .75rem/1.35 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.witch-spell-review .witch-spell-intro h1 {
  margin: 0;
  color: #253b4c;
  font: 500 clamp(2.25rem, 6vw, 4.8rem)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
body.witch-spell-review .witch-spell-intro .intro-copy {
  max-width: none;
  margin: 1.25rem 0 1.75rem;
  color: #4e444f;
  font: clamp(1.15rem, 2.6vw, 1.5rem)/1.55 Georgia, "Times New Roman", serif;
}
body.witch-spell-review .witch-spell-article > .app-invite { margin: 1.6rem 0 2rem; }
body.witch-spell-review .witch-spell-figure {
  margin: 2rem 0 2.5rem;
  border: 1px solid #dfd5df;
  background: #efe7dc;
}
body.witch-spell-review .witch-spell-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 42rem;
  aspect-ratio: auto;
  object-fit: cover;
}
body.witch-spell-review .witch-spell-figure figcaption {
  margin: 0;
  padding: .75rem .9rem;
  color: var(--spell-muted);
  font: .78rem/1.45 Inter, ui-sans-serif, system-ui, sans-serif;
}

body.witch-spell-review .witch-spell-working {
  overflow: hidden;
  margin: 2.6rem 0;
  border: 1px solid #b9a3bf;
  border-radius: .45rem;
  color: #35243c;
  background: #f5eff5;
  box-shadow: 0 1.1rem 2.5rem rgb(36 24 44 / 10%);
}
body.witch-spell-review .witch-spell-working__header {
  position: relative;
  overflow: hidden;
  padding: 1.45rem clamp(1.15rem, 4vw, 2rem) 1.6rem;
  color: #fff7e8;
  background: radial-gradient(circle at 90% 20%, rgb(223 189 120 / 17%), transparent 13rem), linear-gradient(125deg, #1d1725, #24182c 55%, #35233e);
}
body.witch-spell-review .witch-spell-working__header::after {
  content: "✦";
  position: absolute;
  top: 50%;
  right: clamp(1rem, 4vw, 2rem);
  color: rgb(223 189 120 / 22%);
  font: 400 clamp(3.5rem, 10vw, 6.8rem)/1 Georgia, serif;
  transform: translateY(-50%);
  pointer-events: none;
}
body.witch-spell-review .witch-spell-working__kicker {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #dfbd78;
  font: 800 .69rem/1.35 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}
body.witch-spell-review .witch-spell-working__header h2 {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: .45rem 0 0;
  color: #fff7e8;
  font: 500 clamp(1.65rem, 4vw, 2.45rem)/1.08 Georgia, "Times New Roman", serif;
  text-wrap: balance;
}
body.witch-spell-review .witch-spell-working__time {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: .9rem 0 0;
  padding: .35rem .7rem;
  border: 1px solid rgb(223 189 120 / 48%);
  border-radius: 999px;
  color: #f1d7a5;
  background: rgb(255 255 255 / 5%);
  font: 700 .7rem/1.3 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body.witch-spell-review .witch-spell-working__benefit {
  padding: 1rem clamp(1.15rem, 4vw, 2rem) 1.08rem;
  border-bottom: 1px solid #bca6c2;
  background: #eee4ef;
}
body.witch-spell-review .witch-spell-working__benefit span {
  color: #674673;
  font: 800 .65rem/1.35 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body.witch-spell-review .witch-spell-working__benefit p {
  margin: .38rem 0 0;
  color: #34243a;
  font: 600 .96rem/1.55 Georgia, "Times New Roman", serif;
}
body.witch-spell-review .witch-spell-steps {
  position: relative;
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 1.45rem clamp(1.15rem, 4vw, 2rem);
  list-style: none;
}
body.witch-spell-review .witch-spell-steps::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: calc(clamp(1.15rem, 4vw, 2rem) + 1.35rem);
  width: 1px;
  background: linear-gradient(#94779d, #d6c5da);
}
body.witch-spell-review .witch-spell-steps li {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
body.witch-spell-review .witch-spell-steps li::before { display: none; }
body.witch-spell-review .witch-spell-steps li > span {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #8b6b94;
  border-radius: 50%;
  color: #fff7e8;
  background: #24182c;
  box-shadow: 0 0 0 .32rem #f5eff5;
  font: 800 .68rem/1 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .08em;
}
body.witch-spell-review .witch-spell-steps li > div {
  min-width: 0;
  padding: 1rem 1.15rem 1.05rem;
  border: 1px solid #d6c8d9;
  border-radius: .35rem;
  background: #fffdf9;
  box-shadow: 0 .35rem 1rem rgb(36 24 44 / 6%);
}
body.witch-spell-review .witch-spell-steps h3 {
  margin: 0 0 .42rem;
  color: #35243c;
  font: 600 1.22rem/1.2 Georgia, "Times New Roman", serif;
}
body.witch-spell-review .witch-spell-steps p {
  margin: 0;
  color: #5c515d;
  font: .94rem/1.62 Inter, ui-sans-serif, system-ui, sans-serif;
}
body.witch-spell-review .witch-spell-working__aftermath {
  display: grid;
  grid-template-columns: minmax(6.8rem, .25fr) minmax(0, 1fr);
  gap: 1rem clamp(1rem, 3vw, 1.6rem);
  padding: 1.25rem clamp(1.15rem, 4vw, 2rem);
  border-top: 1px solid #bca6c2;
  background: linear-gradient(120deg, #e8ddea, #f0e7ef);
}
body.witch-spell-review .witch-spell-working__label {
  margin: 0;
  padding-top: .28rem;
  color: #674673;
  font: 800 .69rem/1.35 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}
body.witch-spell-review .witch-spell-working__aftermath > div p {
  margin: 0 0 .85rem;
  color: #493e4a;
  font: 1rem/1.68 Georgia, "Times New Roman", serif;
}
body.witch-spell-review .witch-spell-working__aftermath > div p:last-child { margin-bottom: 0; }

body.witch-spell-review .witch-spell-article > .witch-spell-benefit {
  max-width: none;
  margin: 2.6rem 0;
}
body.witch-spell-review .witch-spell-related { margin-top: 2.6rem; }
body.witch-spell-review .witch-spell-related h2 {
  margin: 0 0 .85rem;
  color: #253b4c;
  font: 500 clamp(1.55rem, 3vw, 2.15rem)/1.12 Georgia, "Times New Roman", serif;
}
body.witch-spell-review .witch-spell-related ul { padding-left: 1.25rem; }
body.witch-spell-review .witch-spell-related li { margin: .55rem 0; line-height: 1.55; }

@media (max-width: 1250px) {
  body.witch-spell-review .static-header .static-publisher-menu {
    color: #f4ead9;
    background: #17121b;
    border-color: #5e486f;
  }
  body.witch-spell-review .static-publisher-menu nav {
    color: #43294e;
    background: #fffdf9;
    border-color: #cbbdcf;
  }
  body.witch-spell-review .static-publisher-menu-group strong { color: #43294e; }
  body.witch-spell-review .static-publisher-menu-group a { color: #51345d; }
}
@media (max-width: 680px) {
  body.witch-spell-review .witch-spell-working__aftermath { grid-template-columns: 1fr; gap: .45rem; }
  body.witch-spell-review .witch-spell-steps { padding-inline: 1rem; }
  body.witch-spell-review .witch-spell-steps::before { left: 2.18rem; }
  body.witch-spell-review .witch-spell-steps li { grid-template-columns: 2.35rem minmax(0, 1fr); gap: .72rem; }
  body.witch-spell-review .witch-spell-steps li > span {
    width: 2.35rem;
    height: 2.35rem;
    box-shadow: 0 0 0 .24rem #f5eff5;
  }
  body.witch-spell-review .witch-spell-steps li > div { padding: .9rem .95rem; }
  body.witch-spell-review .witch-spell-steps h3 { font-size: 1.12rem; }
}
