.category-box{--aae-cb-radius:14px;--aae-cb-border:rgba(16,24,40,.1);--aae-cb-shadow:0 10px 30px rgba(16,24,40,.08);--aae-cb-gap:24px;--aae-cb-image-ratio:1/1;--aae-cb-content-padding:14px;--aae-cb-title-size:16px;--aae-cb-count-size:13px;--aae-cb-focus:rgba(59,130,246,.85);position:relative;width:100%}.category-box__empty{text-align:center;padding:40px 20px;color:#475467;background:#f9fafb;border:1px solid rgba(16,24,40,.06);border-radius:12px}.category-box__grid{display:grid;gap:var(--aae-cb-gap);grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.category-box__item{position:relative;height:100%}.category-box__inner{position:relative;display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid var(--aae-cb-border);border-radius:var(--aae-cb-radius);overflow:clip;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.category-box__link{position:absolute;inset:0;z-index:3;border-radius:inherit;text-decoration:none}.category-box__link:focus-visible{outline:3px solid var(--aae-cb-focus);outline-offset:3px}.category-box__item:hover .category-box__inner{box-shadow:var(--aae-cb-shadow);border-color:rgba(16,24,40,.16)}.category-box__image-wrapper{position:relative}.category-box__image{position:relative;width:100%;line-height:0;background:#f2f4f7;aspect-ratio:var(--aae-cb-image-ratio);overflow:hidden}.category-box__image img{display:block;width:100%;height:100%;object-fit:cover}.category-box__image--placeholder{display:grid;place-items:center;min-height:72px;padding:12px}.category-box__image--placeholder img,.category-box__image--placeholder svg{max-width:100%;max-height:100%;opacity:.45}.category-box__image--placeholder img{width:100%;height:100%;object-fit:contain}.category-box__image--placeholder svg{width:64px;height:64px}.category-box__overlay{position:absolute;inset:0;pointer-events:none;background:rgba(0,0,0,.35);opacity:1;transition:opacity .25s ease}.category-box__content{position:relative;z-index:2;padding:var(--aae-cb-content-padding)}.category-box__title{margin:0;font-size:var(--aae-cb-title-size);font-weight:600;line-height:1.25;letter-spacing:-.01em;color:#101828}.category-box__title a{color:inherit;text-decoration:none}.category-box__title a:focus-visible{outline:2px solid var(--aae-cb-focus);outline-offset:2px;border-radius:6px}.category-box__title{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-box__count{display:inline-block;margin-top:6px;font-size:var(--aae-cb-count-size);line-height:1.2;color:#475467}.category-box--content-overlay .category-box__content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:18px;color:#fff}.category-box--content-overlay .category-box__title,.category-box--content-overlay .category-box__title a,.category-box--content-overlay .category-box__count{color:#fff}.category-box--overlay-bottom .category-box__content{justify-content:flex-end}.category-box--overlay-top .category-box__content{justify-content:flex-start}.category-box--content-inside .category-box__content{position:absolute;left:0;right:0;bottom:0;padding:18px;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,0))}.category-box--content-inside .category-box__title,.category-box--content-inside .category-box__title a,.category-box--content-inside .category-box__count{color:#fff}.category-box--content-side .category-box__inner{flex-direction:row}.category-box--content-side .category-box__image-wrapper{flex:0 0 42%;max-width:42%}.category-box--content-side .category-box__image{aspect-ratio:4/3;height:100%}.category-box--content-side .category-box__content{flex:1;display:flex;flex-direction:column;justify-content:center}.category-box--side-image-right .category-box__inner{flex-direction:row-reverse}.category-box--layout-list .category-box__grid{display:grid;grid-template-columns:1fr;gap:16px}.category-box--layout-list .category-box__inner{flex-direction:row}.category-box--layout-list .category-box__image-wrapper{flex:0 0 160px;max-width:160px}.category-box--layout-list .category-box__image{aspect-ratio:1/1}.category-box--layout-masonry .category-box__grid{display:block;column-count:4;column-gap:var(--aae-cb-gap)}.category-box--layout-masonry .category-box__item{break-inside:avoid;margin-bottom:var(--aae-cb-gap)}.category-box--equal-height-yes .category-box__item,.category-box--equal-height-yes .category-box__inner{height:100%}.category-box--carousel .category-box__carousel-wrapper{position:relative;overflow:hidden}.category-box--carousel .category-box__carousel{display:flex;align-items:stretch;will-change:transform;transition:transform .5s ease;touch-action:pan-y}.category-box--carousel .category-box__slide{flex:0 0 auto;max-width:100%;box-sizing:border-box}.category-box__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;cursor:pointer;border:1px solid rgba(16,24,40,.12);background:rgba(255,255,255,.92);color:#101828;box-shadow:0 6px 18px rgba(16,24,40,.12);transition:transform .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease}.category-box__arrow:hover{background:#fff;border-color:rgba(16,24,40,.18);transform:translateY(-50%) scale(1.02)}.category-box__arrow:disabled{opacity:.35;cursor:not-allowed}.category-box__arrow--prev{left:10px}.category-box__arrow--next{right:10px}.category-box__arrow svg{width:1em;height:1em;fill:currentColor}.category-box__dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.category-box__dot{width:8px;height:8px;border-radius:999px;border:0;padding:0;background:rgba(16,24,40,.18);cursor:pointer;transition:transform .2s ease,background-color .2s ease}.category-box__dot:hover,.category-box__dot--active{background:rgba(16,24,40,.55);transform:scale(1.15)}.category-box__dot:focus-visible,.category-box__arrow:focus-visible{outline:3px solid var(--aae-cb-focus);outline-offset:3px}@media (max-width:1024px){.category-box{--aae-cb-gap:18px}.category-box__arrow--prev{left:8px}.category-box__arrow--next{right:8px}.category-box--layout-masonry .category-box__grid{column-count:3}}@media (max-width:767px){.category-box{--aae-cb-gap:14px;--aae-cb-content-padding:12px;--aae-cb-title-size:14px;--aae-cb-count-size:12px}.category-box--content-side .category-box__inner{flex-direction:column}.category-box--content-side .category-box__image-wrapper{flex:none;max-width:100%;width:100%}.category-box--layout-list .category-box__image-wrapper{flex:0 0 100px;max-width:100px}.category-box--layout-masonry .category-box__grid{column-count:2}}@media (max-width:480px){.category-box__grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.category-box--item-hover-scale-up .category-box__item:hover{transform:scale(1.02)}.category-box--item-hover-scale-down .category-box__item:hover{transform:scale(.98)}.category-box--item-hover-move-up .category-box__item:hover{transform:translateY(-4px)}.category-box--item-hover-move-down .category-box__item:hover{transform:translateY(4px)}.category-box--item-hover-rotate .category-box__item:hover{transform:rotate(.6deg)}@media (prefers-reduced-motion:reduce){.category-box__inner,.category-box__overlay,.category-box__arrow,.category-box--carousel .category-box__carousel,.category-box__dot{transition:none !important}}[dir=rtl] .category-box--side-image-right .category-box__inner{flex-direction:row}[dir=rtl] .category-box--content-side .category-box__inner{flex-direction:row-reverse}