.category-header{z-index:20;border-bottom:1px solid var(--color-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;position:sticky;top:0}.category-header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;min-height:4.75rem;display:grid}.category-brand{color:var(--color-ink);align-items:center;gap:.6rem;font-size:1.35rem;font-weight:850;display:inline-flex}.category-brand span{color:#fff;background:var(--color-primary);border-radius:.45rem;place-items:center;width:3rem;height:2.25rem;font-size:.95rem;display:grid}.category-main-nav{justify-content:center;gap:clamp(1.25rem,3vw,2.7rem);display:flex}.category-main-nav a{color:#27322e;font-size:.94rem;font-weight:700}.category-main-nav a:hover,.category-main-nav a.active{color:var(--color-primary)}.category-page{background:#f9faf9;min-height:calc(100vh - 4.75rem);padding:1.35rem 0 3rem}.category-breadcrumb{color:var(--color-muted);gap:.65rem;margin-bottom:1.55rem;font-size:.9rem;display:flex}.category-breadcrumb a{color:#34423c}.category-hero{grid-template-columns:220px 1fr;align-items:center;gap:2.6rem;margin-bottom:1.8rem;display:grid}.category-hero>img{object-fit:cover;background:#e8efe9;border-radius:.75rem;width:220px;height:142px}.category-hero h1{margin:.25rem 0 .55rem;font-size:clamp(2rem,3.2vw,2.75rem);font-weight:850}.category-hero-copy>p:not(.section-kicker){color:#44514b;margin:0}.category-summary{color:#53615b;flex-wrap:wrap;gap:1.75rem;margin-top:1.15rem;font-size:.9rem;display:flex}.category-summary strong{color:inherit}.category-toolbar{border:1px solid var(--color-line);background:#fff;border-radius:.8rem;align-items:center;gap:1rem;margin-bottom:1.35rem;padding:1rem;display:flex;box-shadow:0 8px 26px #17211d0e}.category-search{flex:28rem}.category-toolbar .form-control,.category-toolbar .form-select,.category-toolbar .btn{border-radius:.5rem;min-height:44px}.category-filter-group{gap:.75rem;display:flex}.category-filter-group label:first-child .form-select{width:150px}.category-filter-group label:nth-child(2) .form-select{width:125px}.category-filter-group label:nth-child(3) .form-select{width:160px}.category-results-heading{justify-content:space-between;align-items:end;gap:1rem;margin:1.6rem 0 1rem;display:flex}.category-results-heading h2{margin:.15rem 0 0;font-size:1.65rem;font-weight:850}.category-results-heading p:last-child{color:var(--color-muted);margin:0;font-size:.88rem}.category-course-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem;display:grid}.category-course-card{border:1px solid var(--color-line);background:#fff;border-radius:.8rem;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:0 8px 26px #17211d13}.category-course-media{aspect-ratio:1.75;background:#edf3ee;display:block;overflow:hidden}.category-course-media img{object-fit:cover;width:100%;height:100%;transition:transform .22s}.category-course-card:hover .category-course-media img{transform:scale(1.025)}.category-course-content{flex-direction:column;flex:1;padding:.95rem;display:flex}.category-course-teacher{min-height:2rem;color:var(--color-primary);align-items:center;gap:.55rem;margin-top:-.25rem;font-size:.78rem;font-weight:800;display:flex}.category-course-teacher img{object-fit:cover;background:#e8efe9;border:2px solid #fff;border-radius:50%;width:2rem;height:2rem}.category-course-card h3{min-height:2.65em;margin:.5rem 0;font-size:1.03rem;font-weight:850;line-height:1.32}.category-course-card h3 a{color:var(--color-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.category-course-meta{color:var(--color-muted);justify-content:space-between;gap:.45rem;font-size:.78rem;display:flex}.category-course-meta span:last-child{color:#89610e}.category-course-price{margin:.8rem 0 .9rem;font-size:1.08rem}.category-course-actions{grid-template-columns:1fr 1.25fr;gap:.65rem;margin-top:auto;display:grid}.category-course-actions .btn{border-radius:.45rem;place-items:center;min-height:40px;font-size:.75rem;display:grid}.category-pagination{justify-content:center;gap:.6rem;margin:1.8rem 0;display:flex}.category-pagination .btn{border-radius:.5rem;min-width:42px}.category-all-courses{border:1px solid var(--color-line);background:#fff;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.4rem;display:flex}.category-all-courses div{flex-direction:column;gap:.2rem;display:flex}.category-all-courses span{color:var(--color-muted);font-size:.88rem}.category-empty{border:1px solid var(--color-line);text-align:center;background:#fff;border-radius:.8rem;grid-column:1/-1;padding:3rem 1.5rem}.category-empty h3{min-height:0}.category-state{border:1px solid var(--color-line);text-align:center;box-shadow:var(--shadow-card);background:#fff;border-radius:.8rem;padding:clamp(1.5rem,5vw,3.5rem)}@media (width<=1199.98px){.category-course-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-toolbar{flex-direction:column;align-items:stretch}.category-search{flex:none}.category-filter-group label{flex:1}.category-filter-group .form-select{width:100%!important}}@media (width<=991.98px){.category-main-nav{display:none}.category-header-inner{grid-template-columns:1fr auto}.category-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-hero{grid-template-columns:180px 1fr;gap:1.5rem}.category-hero>img{width:180px;height:126px}.category-filter-group{grid-template-columns:repeat(2,1fr);display:grid}}@media (width<=575.98px){.category-page{padding-top:1rem}.category-breadcrumb{margin-bottom:1rem}.category-hero{grid-template-columns:100px 1fr;align-items:start;gap:1rem}.category-hero>img{width:100px;height:100px}.category-hero h1{font-size:1.7rem}.category-hero-copy>p:not(.section-kicker){-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.88rem;display:-webkit-box;overflow:hidden}.category-summary{grid-column:1/-1;gap:.65rem 1rem;font-size:.78rem}.category-toolbar{padding:.75rem}.category-filter-group{grid-template-columns:1fr 1fr}.category-filter-group label:first-child{grid-column:1/-1}.category-course-grid{grid-template-columns:1fr;gap:1rem}.category-course-card{grid-template-columns:128px 1fr;display:grid}.category-course-media{aspect-ratio:auto;height:100%;min-height:210px}.category-course-content{padding:.75rem}.category-course-teacher{min-height:1.5rem}.category-course-teacher img{display:none}.category-course-card h3{min-height:0;margin:.35rem 0}.category-course-meta{flex-wrap:wrap}.category-course-price{margin:.55rem 0}.category-course-actions{grid-template-columns:1fr;gap:.4rem}.category-course-actions .btn{min-height:36px}.category-results-heading{flex-direction:column;align-items:start}.category-all-courses{flex-direction:column;align-items:stretch}.category-pagination{flex-wrap:wrap}.category-login{padding-inline:1rem}}@media (prefers-reduced-motion:reduce){.category-course-media img{transition:none}.category-course-card:hover .category-course-media img{transform:none}}
