.dogs-page{color:#2c3e50;background-color:#fff;padding-top:60px}.dogs-filter{background:linear-gradient(135deg,#667eea,#764ba2);padding:24px 20px;z-index:100}.dogs-filter__header{text-align:center;margin-bottom:24px;max-width:600px;margin-left:auto;margin-right:auto}.dogs-filter__title{font-size:22px;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.3}.dogs-filter__subtitle{font-size:14px;color:#ffffffd9;margin:0}.dogs-filter__container{max-width:1200px;margin:0 auto}.dogs-filter__row{display:flex;flex-direction:column;gap:12px}.dogs-filter__group{display:flex;flex-direction:column;gap:6px}.dogs-filter__label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#fff}.dogs-filter__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#fff3;border-radius:6px;flex-shrink:0}.dogs-filter__icon svg{width:14px;height:14px;color:#fff}.dogs-filter__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.dogs-filter__tags:empty{display:none;margin-bottom:0}.dogs-filter__tag{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;color:#667eea;background-color:#f0f3ff;border:1px solid #d5dcff;border-radius:16px;animation:tagAppear .2s ease}@keyframes tagAppear{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.dogs-filter__tag-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background-color:#667eea;border:none;border-radius:50%;cursor:pointer;transition:all .15s ease;padding:0}.dogs-filter__tag-remove:hover{background-color:#5568d3;transform:scale(1.1)}.dogs-filter__tag-remove svg{width:8px;height:8px;color:#fff}.dogs-filter__input-wrap{position:relative}.dogs-filter__input{width:100%;padding:12px 14px;font-size:15px;font-family:inherit;color:#2c3e50;background-color:#fff;border:2px solid transparent;border-radius:10px;outline:none;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;box-sizing:border-box}.dogs-filter__input::placeholder{color:#95a5a6}.dogs-filter__input:focus{border-color:#667eea;background-color:#fff;box-shadow:0 0 0 3px #667eea1a}.dogs-filter__station-selected{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;background-color:#fff;border-radius:10px;font-size:15px;color:#2c3e50;font-weight:500;box-shadow:0 2px 8px #0000001a}.dogs-filter__suggestions{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 16px #0000001f;margin-top:4px;z-index:200}.dogs-filter__suggestion{display:block;width:100%;text-align:left;padding:10px 14px;font-size:14px;font-family:inherit;color:#2c3e50;background:none;border:none;cursor:pointer;transition:background-color .15s ease}.dogs-filter__suggestion:hover{background-color:#f0f3ff}.dogs-filter__suggestion:first-child{border-radius:10px 10px 0 0}.dogs-filter__suggestion:last-child{border-radius:0 0 10px 10px}.dogs-filter__suggestion:only-child{border-radius:10px}.dogs-filter__suggestion strong{color:#667eea}.dogs-filter__option--variety{padding-left:1.5rem}.dogs-filter__option-parent{display:block;font-size:11px;color:#7f8c8d;margin-top:1px}.dogs-filter__toggle{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;font-family:inherit;color:#fff;background-color:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:6px;cursor:pointer;transition:all .2s ease}.dogs-filter__toggle:hover{background-color:#ffffff40;border-color:#ffffff80}.dogs-filter__toggle svg{width:18px;height:18px}.dogs-filter__toggle--active{background-color:#fff;border-color:#fff;color:#667eea}.dogs-filter__toggle--active svg{color:#667eea}.dogs-filter__extended{display:none;flex-direction:column;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}.dogs-filter__extended--open{display:flex}.dogs-filter__gender{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dogs-filter__gender-label{font-size:13px;font-weight:600;color:#fff}.dogs-filter__gender-btn{display:flex;align-items:center;gap:8px;padding:10px 14px;background-color:#ffffff1a;border:2px solid transparent;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;font-family:inherit;color:#fff;transition:all .2s ease}.dogs-filter__gender-btn:hover{background-color:#fff3;border-color:#ffffff4d}.dogs-filter__gender-btn--active{background-color:#fff3;border-color:#ffffff80}.dogs-filter__gender-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.dogs-filter__gender-icon svg{width:18px;height:18px}.dogs-filter__gender-icon--male svg{color:#60a5fa}.dogs-filter__gender-btn--male.dogs-filter__gender-btn--active .dogs-filter__gender-icon--male svg{color:#3b82f6}.dogs-filter__gender-icon--female svg{color:#f472b6}.dogs-filter__gender-btn--female.dogs-filter__gender-btn--active .dogs-filter__gender-icon--female svg{color:#ec4899}.dogs-filter__checkboxes{display:flex;flex-direction:column;gap:10px}.dogs-filter__checkbox{display:flex;align-items:center;gap:12px;padding:12px 14px;background-color:#ffffff1a;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease}.dogs-filter__checkbox:hover{background-color:#fff3;border-color:#ffffff4d}.dogs-filter__checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.dogs-filter__checkbox-mark{flex-shrink:0;width:22px;height:22px;background-color:#ffffffe6;border:2px solid rgba(255,255,255,.5);border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.dogs-filter__checkbox-mark:after{content:"";width:5px;height:9px;border:solid #667eea;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) scale(0);transition:transform .15s ease;margin-top:-2px}.dogs-filter__checkbox input[type=checkbox]:checked+.dogs-filter__checkbox-mark{background:#fff;border-color:#fff}.dogs-filter__checkbox input[type=checkbox]:checked+.dogs-filter__checkbox-mark:after{transform:rotate(45deg) scale(1)}.dogs-filter__checkbox:has(input[type=checkbox]:checked){background-color:#fff3;border-color:#ffffff80}.dogs-filter__checkbox-text{font-size:14px;font-weight:500;color:#fff}.dogs-filter__actions{display:flex;gap:12px}.dogs-filter__clear{flex:1;padding:12px 16px;font-size:14px;font-weight:600;font-family:inherit;color:#ffffffe6;background-color:#ffffff26;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.dogs-filter__clear:hover{background-color:#ffffff40}.dogs-filter__submit{flex:2;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:15px;font-weight:700;font-family:inherit;color:#4c1d95;background:#ffdc62;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.dogs-filter__submit:hover{transform:translateY(-2px);background:#f5d24a;box-shadow:0 4px 12px #ffdc6280}.dogs-filter__submit svg{width:18px;height:18px}.dogs-results{padding:20px 12px 40px;background-color:#f8f9fa;min-height:60vh}.dogs-results__container{max-width:1200px;margin:0 auto}.dogs-results__bar{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.dogs-results__count{font-size:13px;color:#7f8c8d;margin:0;text-align:center}.dogs-results__count strong{color:#2c3e50}.dogs-results__sort{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:nowrap}.dogs-results__sort-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:500;font-family:inherit;color:#7f8c8d;background-color:#fff;border:1.5px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.dogs-results__sort-btn svg{width:12px;height:12px;flex-shrink:0;transition:all .2s ease}.dogs-results__sort-btn:hover{border-color:#667eea;color:#667eea;background-color:#f8f9ff}.dogs-results__sort-btn:hover svg{color:#667eea}.dogs-results__sort-btn--active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;box-shadow:0 2px 8px #667eea4d}.dogs-results__sort-btn--active svg{color:#fff}.dogs-results__sort-btn--active:hover{background:linear-gradient(135deg,#5a6fd6,#6a4292);color:#fff;border-color:transparent}.dogs-results__sort-btn--active:hover svg{color:#fff}.dogs-results__sort-btn--disabled{opacity:.5;cursor:not-allowed}.dogs-grid{display:grid;grid-template-columns:1fr;gap:16px;transition:opacity .2s ease}.dogs-grid--loading{opacity:.5;pointer-events:none}.dog-card{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease;text-decoration:none;color:inherit}.dog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.dog-card__image{height:160px;background-size:cover;background-position:center;position:relative;background-color:#e2e8f0}.dog-card__badges{position:absolute;top:8px;left:8px;display:flex;flex-wrap:wrap;gap:4px}.dog-card__badge{padding:3px 8px;border-radius:10px;font-size:10px;font-weight:600;line-height:1;color:#fff}.dog-card__badge--male{background:linear-gradient(135deg,#3b82f6,#2563eb)}.dog-card__badge--female{background:linear-gradient(135deg,#ec4899,#db2777)}.dog-card__badge--stud{background:linear-gradient(135deg,#f59e0b,#d97706)}.dog-card__badge--available{background:linear-gradient(135deg,#10b981,#059669)}.dog-card__badge--champion{background:linear-gradient(135deg,#eab308,#ca8a04)}.dog-card__content{padding:10px;display:flex;flex-direction:column;flex:1}.dog-card__title{font-size:14px;font-weight:700;color:#2c3e50;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dog-card__breed{font-size:12px;color:#667eea;font-weight:500;margin:0 0 6px}.dog-card__meta{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;margin-bottom:6px;flex-wrap:wrap}.dog-card__variety-tag{display:inline-block;font-size:10px;font-weight:600;color:#764ba2;background:#764ba21a;border-radius:4px;padding:1px 6px;text-transform:capitalize;white-space:nowrap}.dog-card__age{display:flex;align-items:center;gap:4px}.dog-card__age svg{width:12px;height:12px;flex-shrink:0;color:#9ca3af}.dog-card__color{color:#9ca3af}.dog-card__kennel{display:flex;align-items:center;gap:5px;font-size:11px;color:#667eea;font-weight:500;margin-bottom:6px}.dog-card__kennel svg{width:12px;height:12px;flex-shrink:0;color:#9ca3af}.dog-card__location{display:flex;align-items:center;gap:4px;font-size:11px;color:#7f8c8d;margin-top:auto;margin-bottom:8px}.dog-card__flag{width:16px;height:12px;object-fit:cover;border-radius:2px;flex-shrink:0}.dog-card__country{color:#2c3e50;font-weight:600}.dog-card__place{color:#7f8c8d}.dog-card__button{display:block;width:100%;margin-top:auto;padding:10px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;text-decoration:none;border-radius:6px;font-size:11px;font-weight:600;transition:all .3s ease}.dog-card:hover .dog-card__button{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.dog-card--memoriam .dog-card__img{filter:grayscale(100%)}.dog-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden}.dog-card__media.has-watermark:after{content:"";position:absolute;right:8px;bottom:8px;width:80px;height:46px;background:url(/images/logo-white.png) no-repeat right bottom;background-size:contain;opacity:.5;pointer-events:none;z-index:2}.dog-card__img{width:100%;height:100%;object-fit:cover;display:block}.dog-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e0e3e6,#c0c3c6)}.dog-card__media .dog-card__badges{position:absolute;bottom:.5rem;left:.5rem;right:.5rem;top:auto;display:flex;flex-wrap:wrap;gap:.3rem}.dog-card__price{position:absolute;top:.5rem;right:.5rem;background:#000000b8;color:#fff;font-size:.85rem;font-weight:700;padding:.3rem .6rem;border-radius:6px;line-height:1}.dog-card__badge{font-size:.7rem;font-weight:700;padding:.25rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;color:#fff;line-height:1}.dog-card__badge--quality-breeding{background:linear-gradient(135deg,#667eea,#764ba2)}.dog-card__badge--quality-promise{background:linear-gradient(135deg,#a855f7,#6d28d9)}.dog-card__badge--quality-pet{background:linear-gradient(135deg,#6b7280,#4b5563)}.dog-card__badge--availability-available{background:linear-gradient(135deg,#10b981,#047857)}.dog-card__badge--availability-reserved{background:linear-gradient(135deg,#ec4899,#be185d)}.dog-card__badge--availability-sold{background:linear-gradient(135deg,#ef4444,#b91c1c)}.dog-card__badge--availability-retired{background:linear-gradient(135deg,#f97316,#c2410c)}.dog-card__badge--availability-unavailable{background:linear-gradient(135deg,#6b7280,#374151)}.dog-card__badge--memoriam{background:linear-gradient(135deg,#374151,#111827)}.dog-card__body{padding:.875rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.dog-card__header{display:flex;align-items:center;gap:.5rem}.dog-card__sex-icon{width:18px;height:18px;flex-shrink:0}.dog-card__name{font-size:1.1rem;font-weight:700;color:#2c3e50;margin:0;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dog-card__memoriam-date{color:#374151;font-weight:600}.dogs-results__empty{text-align:center;padding:60px 20px}.dogs-results__empty svg{width:48px;height:48px;color:#d1d5db;margin-bottom:16px}.dogs-results__empty p{font-size:16px;color:#6b7280;margin-bottom:20px}.dogs-results__empty-btn{padding:10px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.dogs-results__empty-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.dogs-results__pagination{margin-top:32px;display:flex;justify-content:center}.dogs-results__pagination nav{display:flex;align-items:center;gap:4px}.dogs-results__pagination span[aria-current=page] span,.dogs-results__pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease}.dogs-results__pagination a{color:#6b7280;background-color:#fff;border:1px solid #e5e7eb}.dogs-results__pagination a:hover{border-color:#667eea;color:#667eea}.dogs-results__pagination span[aria-current=page] span{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:1px solid transparent}.dogs-results__pagination span[aria-disabled=true] span{opacity:.4;cursor:not-allowed}@media(min-width:768px){.dogs-page{padding-top:70px}.dogs-filter{padding:24px 40px 20px}.dogs-filter__title{font-size:26px}.dogs-filter__subtitle{font-size:15px}.dogs-filter__row{flex-direction:row;align-items:flex-end;gap:16px}.dogs-filter__group{flex:1;min-width:0}.dogs-filter__toggle{flex:none;width:auto}.dogs-filter__extended{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}.dogs-filter__gender{gap:16px}.dogs-filter__checkboxes{flex-direction:row;flex-wrap:wrap;gap:12px}.dogs-filter__checkbox{flex:none;padding:10px 16px}.dogs-filter__actions{flex:none;width:auto}.dogs-filter__clear{flex:none;padding:12px 24px}.dogs-filter__submit{flex:none;padding:12px 28px}.dogs-results{padding:32px 40px 60px}.dogs-results__bar{flex-direction:row;justify-content:space-between;align-items:center}.dogs-results__count{font-size:15px;text-align:left}.dogs-results__sort{justify-content:flex-end;gap:8px}.dogs-results__sort-btn{padding:8px 14px;font-size:13px;gap:6px}.dogs-results__sort-btn svg{width:14px;height:14px}.dogs-grid{grid-template-columns:repeat(2,1fr);gap:20px}.dog-card__image{height:180px}.dog-card__content{padding:14px}.dog-card__title{font-size:16px}.dog-card__badge{padding:4px 10px;font-size:11px}}@media(min-width:1024px){.dogs-page{padding-top:76px}.dogs-filter{padding:28px 60px 24px}.dogs-filter__title{font-size:30px}.dogs-filter__subtitle{font-size:16px}.dogs-filter__extended{display:flex}.dogs-filter__toggle{display:none}.dogs-results{padding:40px 60px 80px}.dogs-grid{grid-template-columns:repeat(3,1fr);gap:24px}.dog-card__image{height:200px}.dog-card__content{padding:16px}.dog-card__title{font-size:17px}.dog-card__button{font-size:13px;padding:10px 14px}}@media(min-width:1400px){.dogs-filter__container,.dogs-results__container{max-width:1400px}}.dogs-filter__radius{display:flex;flex-direction:column;gap:8px}.dogs-filter__radius-select{position:relative}.dogs-filter__radius-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:12px 14px;font-size:15px;font-family:inherit;color:#2c3e50;background-color:#fff;border:2px solid transparent;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;box-sizing:border-box}.dogs-filter__radius-trigger svg{width:18px;height:18px;color:#95a5a6;transition:transform .2s ease;flex-shrink:0}.dogs-filter__radius-trigger--active{border-color:#667eea;color:#667eea}.dogs-filter__radius-trigger--active svg{color:#667eea}.dogs-filter__radius-menu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 16px #0000001f;margin-top:4px;z-index:200;overflow:hidden}.dogs-filter__radius-option{display:block;width:100%;text-align:left;padding:10px 14px;font-size:14px;font-family:inherit;color:#2c3e50;background:none;border:none;cursor:pointer;transition:background-color .15s ease}.dogs-filter__radius-option:hover{background-color:#f0f3ff}.dogs-filter__radius-option--active{background-color:#f0f3ff;color:#667eea;font-weight:600}.dogs-filter__radius-hint{margin:6px 0 0;font-size:13px;color:#e67e22}@media(min-width:768px){.dogs-filter__radius{flex-direction:row}.dogs-filter__radius>.dogs-filter__input{flex:1 1 auto}.dogs-filter__radius-select{flex:0 0 120px}}
