.planned-art{height:205px;display:flex;align-items:center;justify-content:space-between;padding:28px;background:linear-gradient(135deg,var(--raised),var(--bg));color:var(--muted);font:24px var(--mono)}
.planned-art span:last-child{font-size:80px;color:var(--line)}
.planned-card:hover{border-color:var(--line)}
.dungeon-route{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.guide-section>ul a{color:var(--accent);text-decoration:underline}
.site-header nav{flex-wrap:wrap;height:auto;min-height:35px}
@media(max-width:600px){.dungeon-route{grid-template-columns:1fr!important}.site-header nav{gap:18px}.guide-sections{height:auto}.raid-hero h1{font-size:38px}}
/* Dungeon-only palette: a subtle indigo shift from the raid graphite. */
:root{--bg:#14131c;--surface:#1c1b27;--raised:#272535;--line:#3d394e;--muted:#ada9bc}
