.cat-layout{align-items:flex-start;gap:2rem;min-height:80vh;padding:2rem 0;display:flex}.cat-sidebar{background:#fff;border:1px solid #f0f0f0;border-radius:1.25rem;flex-shrink:0;width:260px;position:sticky;top:1.5rem;overflow:hidden;box-shadow:0 2px 12px #0000000d}.cat-sidebar--desktop{display:none}@media (min-width:768px){.cat-sidebar--desktop{display:block}}.cat-sidebar__header{color:#18181b;border-bottom:1px solid #f0f0f0;align-items:center;gap:.6rem;padding:1.1rem 1.25rem .9rem;font-size:.95rem;font-weight:800;display:flex}.cat-sidebar__header-icon{color:#ff6b6b;background:#fff5f5;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.cat-sidebar__inner{flex-direction:column;gap:1.25rem;padding:1rem 1.25rem;display:flex}.cat-sidebar__actions{border-top:1px solid #f4f4f5;padding-top:.5rem}.cat-filter-group{flex-direction:column;gap:.6rem;display:flex}.cat-filter-group+.cat-filter-group{border-top:1px solid #f0f0f0;padding-top:1.25rem}.cat-filter-group__title{text-transform:uppercase;letter-spacing:.1em;color:#a1a1aa;font-size:.78rem;font-weight:800}.cat-chip-row{flex-wrap:wrap;gap:.4rem;display:flex}.cat-chip{color:#3f3f46;cursor:pointer;white-space:nowrap;background:#f4f4f5;border:1.5px solid #e4e4e7;border-radius:999px;align-items:center;gap:.3rem;padding:.35rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s;display:flex}.cat-chip__check{font-size:.72rem;line-height:1}.cat-chip:hover{color:#ff6b6b;background:#fff5f5;border-color:#ff6b6b}.cat-chip--active{color:#fff;background:#ff6b6b;border-color:#ff6b6b}.cat-chip--active:hover{color:#fff;background:#fa5252;border-color:#fa5252}.cat-select-wrap{flex-direction:column;gap:.35rem;display:flex}.cat-select-label{text-transform:uppercase;letter-spacing:.1em;color:#a1a1aa;font-size:.78rem;font-weight:800}.cat-select{color:#3f3f46;appearance:none;background:#fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right .75rem center no-repeat;border:1.5px solid #e4e4e7;border-radius:.6rem;outline:none;width:100%;padding:.5rem 2rem .5rem .75rem;font-size:.85rem;font-weight:600;transition:border-color .15s}.cat-select:focus{border-color:#ff6b6b}.cat-filter-badge{color:#fff;text-align:center;background:#ff6b6b;border-radius:999px;min-width:1.3rem;margin-left:auto;padding:.1rem .5rem;font-size:.72rem;font-weight:800}.cat-btn-clear{color:#ff6b6b;cursor:pointer;background:0 0;border:1.5px solid #ff6b6b;border-radius:.75rem;width:100%;padding:.6rem;font-size:.85rem;font-weight:700;transition:all .15s}.cat-btn-clear:hover{color:#fff;background:#ff6b6b}.cat-main{flex-direction:column;flex:1;gap:1.25rem;min-width:0;display:flex}.cat-main__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.cat-main__kicker{text-transform:uppercase;letter-spacing:.18em;color:#ff6b6b;margin-bottom:.2rem;font-size:.72rem;font-weight:800}.cat-main__title{color:#18181b;font-size:1.75rem;font-weight:900;line-height:1.1}@media (min-width:768px){.cat-main__title{font-size:2.25rem}}.cat-main__subtitle{color:#71717a;margin-top:.35rem;font-size:.9rem;font-weight:500}.cat-search-wrap{position:relative}.cat-search{background:#f4f4f5;border:2px solid #0000;border-radius:1rem;align-items:center;gap:.5rem;padding:.7rem 1rem;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.cat-search:focus-within{background:#fff;border-color:#ff6b6b;box-shadow:0 0 0 4px #ff6b6b1f}.cat-search__icon{color:#a1a1aa;flex-shrink:0;font-size:20px;transition:color .2s}.cat-search:focus-within .cat-search__icon{color:#ff6b6b}.cat-search__input{color:#18181b;background:0 0;border:none;outline:none;flex:1;font-size:.95rem;font-weight:500}.cat-search__input::placeholder{color:#a1a1aa;font-weight:400}.cat-search__clear{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.1rem .3rem;font-size:.9rem;transition:color .15s,background .15s}.cat-search__clear:hover{color:#ff6b6b;background:#fff5f5}.cat-suggestions{z-index:50;background:#fff;border:1.5px solid #e4e4e7;border-radius:1rem;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 8px 30px #0000001a}.cat-suggestion-item{cursor:pointer;border-radius:.65rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .85rem;transition:background .15s;display:flex}.cat-suggestion-item:hover{background:#fff5f5}.cat-suggestion-item__photo{background:#f4f4f5;border-radius:.5rem;flex-shrink:0;width:38px;height:38px;position:relative;overflow:hidden}.cat-suggestion-item__photo img{object-fit:cover}.cat-suggestion-item__main{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.cat-suggestion-item__name{color:#18181b;font-size:.9rem;font-weight:700}.cat-suggestion-item__raza{color:#a1a1aa;font-size:.8rem;font-weight:500}.cat-suggestion-item__shelter{color:#ff6b6b;white-space:nowrap;font-size:.75rem;font-weight:600}.cat-results-header{justify-content:space-between;align-items:center;display:none}@media (min-width:768px){.cat-results-header{display:flex}}.cat-results-count{color:#71717a;font-size:.88rem;font-weight:700}.cat-results-count--desktop{display:none}@media (min-width:768px){.cat-results-count--desktop{display:block}}.cat-clear-inline{color:#ff6b6b;cursor:pointer;background:0 0;border:none;font-size:.82rem;font-weight:700;transition:opacity .15s}.cat-clear-inline:hover{opacity:.75}.cat-mobile-filter-row{justify-content:space-between;align-items:center;display:flex}@media (min-width:768px){.cat-mobile-filter-row{display:none}}.cat-mobile-filter-btn{color:#3f3f46;cursor:pointer;background:#fff;border:1.5px solid #e4e4e7;border-radius:999px;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.88rem;font-weight:700;transition:border-color .15s;display:flex;box-shadow:0 1px 4px #0000000d}.cat-mobile-filter-btn:hover{color:#ff6b6b;border-color:#ff6b6b}.cat-drawer-overlay{z-index:100;background:#00000059;align-items:flex-end;display:flex;position:fixed;inset:0}.cat-drawer{background:#fff;border-radius:1.5rem 1.5rem 0 0;width:100%;max-height:85vh;padding-bottom:2rem;animation:.25s slideUp;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cat-drawer__header{z-index:1;background:#fff;border-bottom:1px solid #f4f4f5;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;display:flex;position:sticky;top:0}.cat-drawer__close{cursor:pointer;color:#71717a;background:#f4f4f5;border:none;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.85rem;transition:background .15s;display:flex}.cat-drawer__close:hover{color:#ff6b6b;background:#ffe4e4}.cat-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:500px){.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.cat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.cat-empty{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:.5rem;padding:4rem 2rem;display:flex}.cat-empty__icon{font-size:3rem}.cat-empty__text{color:#3f3f46;font-size:1.1rem;font-weight:700}.cat-empty__sub{color:#a1a1aa;font-size:.9rem}.cat-dog-frame{background-image:url(/assets/ui/back.jpg);background-repeat:repeat;background-size:180px;border-radius:1.25rem;height:100%;padding:10px;text-decoration:none;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s;display:block;box-shadow:0 6px 20px #00000012}.cat-dog-frame:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 16px 35px #0000001f}.cat-dog-panel{background:#fff;border:1px solid #0000000a;border-radius:.9rem;flex-direction:column;height:100%;display:flex;overflow:hidden}.cat-dog-media{flex-shrink:0;width:100%;height:180px;position:relative}.cat-dog-photo{background:#f4f4f5;border-radius:.65rem;position:absolute;inset:10px;overflow:hidden}.cat-dog-photo__img{object-fit:cover;object-position:center}.cat-dog-body{flex-direction:column;flex:1;gap:.3rem;padding:1rem;display:flex;position:relative}.cat-dog-badge{text-transform:uppercase;letter-spacing:.08em;ring-width:1px;border-radius:999px;align-items:center;padding:.2rem .65rem;font-size:.67rem;font-weight:800;display:inline-flex;position:absolute;top:.85rem;right:.85rem}.cat-dog-name{color:#18181b;padding-right:70px;font-size:1.1rem;font-weight:900;line-height:1.2}.cat-dog-breed{color:#71717a;font-size:.8rem;font-weight:600}.cat-dog-shelter{color:#ff6b6b;font-size:.75rem;font-weight:600}.cat-dog-desc{color:#52525b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.1rem;font-size:.78rem;line-height:1.45;display:-webkit-box;overflow:hidden}.cat-dog-infoList{border-top:1px solid #f4f4f5;gap:.3rem;margin-top:.5rem;padding-top:.6rem;display:grid}.cat-dog-info{align-items:center;gap:.45rem;font-size:.78rem;display:flex}.cat-dog-info__icon{text-align:center;color:#ff6b6b;flex-shrink:0;width:1.25rem;font-size:18px!important}.cat-dog-info__label{color:#a1a1aa;width:4rem;font-weight:500}.cat-dog-info__value{color:#3f3f46;font-weight:600}.cat-dog-cta{text-align:center;color:#fff;background:#ff6b6b;border-radius:999px;margin-top:.75rem;padding:.6rem;font-size:.85rem;font-weight:800;transition:background .2s;display:block}.cat-dog-cta:hover{background:#fa5252}.cat-pagination{justify-content:center;gap:.4rem;padding:1.5rem 0 2rem;display:flex}.cat-page-btn{color:#3f3f46;cursor:pointer;background:#fff;border:1.5px solid #e4e4e7;border-radius:.65rem;justify-content:center;align-items:center;min-width:2.4rem;height:2.4rem;font-size:.88rem;font-weight:700;transition:all .15s;display:flex}.cat-page-btn:hover{color:#ff6b6b;border-color:#ff6b6b}.cat-page-btn--active{color:#fff;background:#ff6b6b;border-color:#ff6b6b}.cat-page-btn--active:hover{color:#fff;background:#fa5252;border-color:#fa5252}.cat-page-btn--disabled{opacity:.45;cursor:default;pointer-events:none}.cat-page-ellipsis{color:#a1a1aa;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;min-width:2.4rem;height:2.4rem;font-size:.88rem;display:flex}
