.Character_categoryContainer__CVj_b{padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto}.Character_pageTitle__eZR1g{font-size:3rem;font-weight:700;margin-bottom:3rem;text-align:center}.Character_categoryGrid__jmjw3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:2rem;gap:2rem;width:100%}.Character_categoryCard__ACGvO{background:var(--blue);border:1px solid var(--border-color);border-radius:1.25rem;padding:2rem;text-align:center;box-shadow:var(--shadow-soft);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.Character_categoryCard__ACGvO:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.Character_categoryIcon__sAQjm{width:80px;height:80px;object-fit:contain;margin-bottom:1.5rem}.Character_categoryName__1Oj_G{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.Character_categoryDesc__iBaB5{font-size:.95rem;color:var(--text-secondary);line-height:1.4}