body.category-audio{--tint:#dfe7ff}body.category-presentations{--tint:#eee5ff}body.category-web{--tint:#fff1d7}body.category-maker{--tint:#e5efe7}body.category-digital{--tint:#e8ecff}body.category-games{--tint:#e0efe8}
.category-page .wrap{width:min(calc(100% - 24px),1180px);padding-bottom:42px}
.category-page .hero{grid-template-columns:1.3fr .7fr;padding-bottom:30px}
.category-page .grid{display:grid;grid-template-columns:repeat(2,1fr);border-left:2px solid var(--ink);border-top:2px solid var(--ink);margin-top:24px}
.category-page .card{padding:20px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);min-height:230px;background:var(--white)}
.category-page .card.featured{background:var(--tint)}
.category-page .card h2{font-size:2rem;letter-spacing:-.045em;margin:8px 0 10px}
.category-page .card p{line-height:1.55;color:#403b35}
.category-page .soon{display:inline-block;border:1px solid var(--ink);padding:5px 7px;margin-top:10px;font:700 10px "Courier New",monospace;text-transform:uppercase}
.category-page .foot{border-top:2px solid var(--ink);margin-top:28px;padding-top:16px}
.category-games .card{min-height:260px;display:flex;flex-direction:column}
.category-games .card.featured{background:#e0efe8}
.category-games .card.new{background:#dff2f6}
.category-games .card.compare{background:#fff1d7}
.category-games .actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:auto;padding-top:16px}
.category-games .open-note{margin-top:18px;border-left:8px solid var(--blue);background:#e8ecff;padding:13px 15px;font-size:.94rem}
.category-games .open-tag{display:inline-block;margin-top:8px;padding:4px 6px;background:var(--ink);color:var(--paper);font:700 9px "Courier New",monospace;text-transform:uppercase}
.category-games .soon{margin-top:auto;align-self:flex-start}
@media(max-width:760px){.category-page .grid{grid-template-columns:1fr}}
