.categories-page{min-height:80vh;background:#fff;padding-bottom:4rem}.page-header{background:var(--gradient-banner);padding:3rem 0;margin-bottom:3rem;border-bottom:1px solid var(--glass-border)}.page-title{font-size:2.5rem;color:var(--text-primary);margin-bottom:.5rem;font-weight:800}.page-subtitle{color:var(--text-secondary);font-size:1.1rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.category-card-large{display:flex;background:#fff;border:1px solid #e1e4e8;border-radius:8px;padding:1.5rem;text-decoration:none;transition:all .2s ease;position:relative;align-items:flex-start;gap:1.5rem}.category-card-large:hover{border-color:var(--primary);box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.cat-icon-wrapper{background:#f0f7ff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cat-icon{font-size:2rem}.cat-content{flex:1 1}.cat-title{font-size:1.25rem;font-weight:700;color:#1f2633;margin-bottom:.25rem}.cat-count{font-size:.85rem;color:var(--primary);font-weight:600}.cat-count,.cat-count-empty{display:block;margin-bottom:1rem}.cat-count-empty{color:#9ca3af!important}.subcategories-list{display:flex;flex-wrap:wrap;gap:.5rem}.sub-tag{font-size:.75rem;color:#5f6472;background:#f4f6f8;padding:.25rem .75rem;border-radius:100px;transition:background .2s}.sub-tag:hover{background:#e1e4e8;color:#1f2633}.sub-tag.more{background:transparent;color:var(--primary);padding-left:0}.cat-arrow{position:absolute;top:1.5rem;right:1.5rem;color:var(--primary);opacity:0;transition:opacity .2s,transform .2s}.category-card-large:hover .cat-arrow{opacity:1;transform:translateX(5px)}@media (max-width:768px){.categories-grid{grid-template-columns:1fr}}