.search{display:flex;justify-content:center;gap:10px;margin-bottom:28px}.search__input{width:320px;padding:12px 16px;border-radius:8px;border:none;font-size:15px}.search__button{width:52px;height:52px;background:#6c63ff;border-radius:50%;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer}.search__icon{width:22px;height:22px}.search__input:focus,.search__button:focus{outline:2px solid #6c63ff;outline-offset:2px}.pet-card{background:#fff;border-radius:12px;padding:12px;position:relative}.pet-card__save{position:absolute;top:12px;right:12px;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;border:none}.pet-card__save-icon{width:18px;height:18px}.pet-card__link{text-decoration:none;color:inherit;display:block}.pet-card__img{width:100%;height:300px;object-fit:cover;border-radius:10px;margin-bottom:8px}.pet-card__name{font-size:17px;font-weight:600;color:#222;margin-bottom:4px}.pet-card__info{font-size:14px;font-weight:500;color:#444;margin-bottom:2px}.pet-card__location{font-size:14px;color:#666}.pet-card__link:focus{outline:2px solid #6c63ff;outline-offset:2px}.pet-card__save:focus{outline:2px solid #6c63ff;outline-offset:2px}.pet-grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width:600px){.pet-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.pet-grid{grid-template-columns:repeat(3,1fr)}}@keyframes cardBounce{0%{scale:.6}60%{scale:1.05}to{scale:1}}.pet-card{animation:cardBounce .6s ease-out}.preloader{position:relative;width:100%;padding:60px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.circle-preloader{display:block;width:50px;height:50px;border:4px solid #444;border-bottom-color:#888;border-radius:50%;position:relative;animation:spin .75s infinite linear,pulse 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{border-color:#6c63ff;border-bottom-color:#b7a4ff}50%{border-color:#b58aff;border-bottom-color:#d7caff}to{border-color:#6c63ff;border-bottom-color:#b7a4ff}}.preloader__text{margin-top:16px;font-size:16px;color:#fff;font-weight:600}.home{width:100%;min-height:100vh;background:#ffa04f;padding:80px 20px;box-sizing:border-box}.home__container{max-width:1200px;margin:0 auto;text-align:center;font-family:Inter,sans-serif;color:#fff}.home__title{font-size:clamp(32px,6vw,60px);font-weight:700;margin-bottom:40px}.home__status{font-size:18px;font-weight:500;margin-top:20px}.home__filters{display:grid;grid-template-columns:1fr;gap:20px;max-width:1140px;margin:40px auto;color:#fff}.home__filter-group{text-align:center}.home__filter-title{margin-bottom:8px;font-size:14px;font-weight:600}.home__buttons{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.home__button{border:1px solid #fff;border-radius:20px;background:transparent;color:#fff;padding:8px 16px;cursor:pointer;font-size:14px;font-weight:500}.home__button--active{background:#fff;color:#ff8a3d}.home__age-range{display:flex;justify-content:center;align-items:center;gap:8px}.home__select{padding:6px 10px;border:1px solid #fff;border-radius:6px;background:transparent;color:#fff;font-size:14px}.home__select option{color:#222}.home__age-dash{font-size:14px}.home__matches-title{font-size:32px;font-weight:600;margin:40px 0 24px}.home__no-results{font-style:italic;margin-top:20px}.home__view-more{display:inline-block;margin-top:32px;padding:10px 24px;border-radius:24px;background:#6b2fd6;color:#fff;border:none;cursor:pointer;font-size:15px;font-weight:500}.home__status{margin-top:40px;font-size:18px;font-weight:500;text-align:center;color:#fff}@media(min-width:600px){.home__filters{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.home__filters{grid-template-columns:repeat(3,1fr)}}.petdetails{width:100%;min-height:100vh;background:#f2994a;padding:40px 20px;font-family:Inter,sans-serif;box-sizing:border-box;overflow-x:hidden}.petdetails__header{text-align:center;font-size:clamp(28px,5vw,40px);font-weight:700;color:#fff;margin-bottom:8px}.petdetails__subheader{text-align:center;font-size:clamp(16px,4vw,20px);font-weight:500;color:#fff;margin-bottom:40px}.petdetails__layout{display:flex;flex-direction:column;gap:40px;width:100%;margin:0 auto}.petdetails__left{width:100%}.petdetails__image{width:100%;border-radius:10px;margin-bottom:32px}.petdetails__right{width:100%;background:#fff;border-radius:12px;padding:24px;color:#111}.petdetails__actions{display:flex;justify-content:space-between;gap:12px;margin-bottom:40px}.petdetails__icon-btn{width:44px;height:44px;border-radius:50%;background:#6c63ff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.petdetails__icon-btn img{width:20px;height:20px}.petdetails__section-title{font-size:22px;font-weight:700;margin:20px 0 8px}.petdetails__text{font-size:16px;margin-bottom:14px}.petdetails__list{margin:0 0 20px 20px;padding:0;font-size:16px}.petdetails__notfound{text-align:center;font-size:22px;font-weight:600;color:#fff;margin-top:120px}@media(min-width:900px){.petdetails__layout{flex-direction:row;gap:60px;padding:0 40px}.petdetails__left{width:50%}.petdetails__right{width:32%}}.savedpets{background:#f2994a;min-height:100vh;padding:40px 20px;text-align:center;font-family:Inter,sans-serif}.savedpets__title{font-size:32px;font-weight:700;color:#fff;margin-top:60px}.signin{background:#f2994a;min-height:100vh;padding:40px 20px;text-align:center;font-family:Inter,sans-serif}.signin__title{font-size:32px;font-weight:700;color:#fff;margin-top:60px}.signup{background:#f2994a;min-height:100vh;padding:40px 20px;text-align:center;font-family:Inter,sans-serif}.signup__title{font-size:32px;font-weight:700;color:#fff;margin-top:60px}.header{width:100%;background:#fff;border-bottom:1px solid #eeeeee;white-space:nowrap}.header__container{max-width:1140px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;font-family:Inter,sans-serif}.header__logo{color:#6c63ff;font-size:20px;font-weight:700;margin:0}.header__logo-link{color:inherit;text-decoration:none}.header__nav{display:flex;gap:14px}.header__btn{display:inline-block;background:none;border:none;cursor:pointer;font-weight:500;color:#222;padding:6px 12px;border-radius:20px;font-size:14px;font-family:Inter,sans-serif;text-decoration:none}.header__btn--outline{border:1px solid #6c63ff;color:#6c63ff}.header__btn--solid{background:#6c63ff;color:#fff}.footer{width:100%;padding:24px 20px;background:#fff;display:flex;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;border-top:1px solid #eee;box-sizing:border-box}.footer__text{font-size:18px;font-weight:600;color:#333;margin:0}.footer__year-wrap{display:flex;align-items:center;gap:8px}.footer__year{font-size:18px;font-weight:700;color:#333}.footer__paw{width:22px;height:22px}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Inter;src:url(/petmatch/assets/Inter-Regular-COLGFB3M.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/petmatch/assets/Inter-Medium-CDhBSFyE.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/petmatch/assets/Inter-SemiBold-BAEEcJ4E.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/petmatch/assets/Inter-Bold-BOs3KVhN.woff2) format("woff2");font-weight:700;font-style:normal}
