.auth-module__X4hENW__container{min-height:calc(100vh - 72px);padding:var(--spacing-md);justify-content:center;align-items:center;display:flex}.auth-module__X4hENW__card{width:100%;max-width:400px}.auth-module__X4hENW__header{margin-bottom:var(--spacing-xl)}.auth-module__X4hENW__title{margin-bottom:var(--spacing-xs);color:var(--text-primary);font-size:1.75rem;font-weight:700}.auth-module__X4hENW__subtitle{color:var(--text-secondary);font-size:.95rem}.auth-module__X4hENW__form{gap:var(--spacing-md);flex-direction:column;display:flex}.auth-module__X4hENW__btnSubmit{margin-top:var(--spacing-sm)}.auth-module__X4hENW__errorBox{padding:var(--spacing-sm) var(--spacing-md);border-left:3px solid var(--error);color:var(--error);background:#ef444414;border-radius:4px;font-size:.875rem}.auth-module__X4hENW__footer{margin-top:var(--spacing-xl);color:var(--text-secondary);font-size:.9rem}.auth-module__X4hENW__link{color:var(--text-primary);font-weight:600}.auth-module__X4hENW__link:hover{color:var(--text-primary);text-decoration:underline}
.Input-module__5jsJuW__wrapper{gap:var(--spacing-xs);flex-direction:column;width:100%;display:flex}.Input-module__5jsJuW__label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.Input-module__5jsJuW__input{background:var(--bg-primary);border:1px solid var(--border-dark);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.Input-module__5jsJuW__input:focus{border-color:var(--text-primary);outline:none}.Input-module__5jsJuW__inputError,.Input-module__5jsJuW__inputError:focus{border-color:var(--error)}.Input-module__5jsJuW__errorText{color:var(--error);margin-top:.25rem;font-size:.75rem}
.Button-module__8RiFmG__button{transition:all var(--transition-fast);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;display:inline-flex}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__8RiFmG__primary{background:var(--accent-base);color:#fff}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--accent-hover)}.Button-module__8RiFmG__secondary{color:var(--text-primary);border:1px solid var(--border-dark);background:0 0}.Button-module__8RiFmG__secondary:hover:not(:disabled){border-color:var(--text-primary)}.Button-module__8RiFmG__ghost{color:var(--text-secondary);background:0 0}.Button-module__8RiFmG__ghost:hover:not(:disabled){color:var(--text-primary);background:var(--bg-secondary)}.Button-module__8RiFmG__fullWidth{width:100%}
.PhotoGalleryEditor-module__iouA9G__container{width:100%}.PhotoGalleryEditor-module__iouA9G__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));align-items:stretch;gap:15px;display:grid}.PhotoGalleryEditor-module__iouA9G__photoCard{aspect-ratio:1;border:2px solid #0000;border-radius:8px;transition:border-color .2s;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.PhotoGalleryEditor-module__iouA9G__photoCard.PhotoGalleryEditor-module__iouA9G__isCover{border-color:#007bff}.PhotoGalleryEditor-module__iouA9G__image{object-fit:cover;width:100%;height:100%;display:block}.PhotoGalleryEditor-module__iouA9G__overlay{opacity:0;background:linear-gradient(#0009 0%,#0000 100%);justify-content:space-between;padding:8px;transition:opacity .2s;display:flex;position:absolute;top:0;left:0;right:0}.PhotoGalleryEditor-module__iouA9G__photoCard:hover .PhotoGalleryEditor-module__iouA9G__overlay{opacity:1}@media (hover:none){.PhotoGalleryEditor-module__iouA9G__overlay{opacity:1}}.PhotoGalleryEditor-module__iouA9G__starBtn,.PhotoGalleryEditor-module__iouA9G__deleteBtn{cursor:pointer;color:#666;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1rem;transition:all .2s;display:flex}.PhotoGalleryEditor-module__iouA9G__starBtn:hover,.PhotoGalleryEditor-module__iouA9G__starBtn.PhotoGalleryEditor-module__iouA9G__activeStar{color:#ffc107}.PhotoGalleryEditor-module__iouA9G__deleteBtn:hover{color:#ff4d4f;background:#fff}.PhotoGalleryEditor-module__iouA9G__coverBadge{color:#fff;background:#007bff;border-radius:12px;padding:2px 8px;font-size:.7rem;font-weight:700;position:absolute;bottom:8px;left:8px}.PhotoGalleryEditor-module__iouA9G__addBtn{aspect-ratio:1;color:#999;cursor:pointer;background:#fafafa;border:2px dashed #ccc;border-radius:8px;justify-content:center;align-items:center;font-size:2rem;transition:all .2s;display:flex}.PhotoGalleryEditor-module__iouA9G__addBtn:hover{color:#666;background:#f0f0f0;border-color:#999}.PhotoGalleryEditor-module__iouA9G__addBtn:disabled{opacity:.7;cursor:not-allowed}.PhotoGalleryEditor-module__iouA9G__spinner{border:3px solid #ccc;border-top-color:#007bff;border-radius:50%;width:24px;height:24px;animation:1s linear infinite PhotoGalleryEditor-module__iouA9G__spin}@keyframes PhotoGalleryEditor-module__iouA9G__spin{to{transform:rotate(360deg)}}.PhotoGalleryEditor-module__iouA9G__hiddenInput{display:none}
.CityAutocomplete-module__3c_tMG__wrapper{width:100%;position:relative}.CityAutocomplete-module__3c_tMG__inputWrapper{align-items:center;display:flex;position:relative}.CityAutocomplete-module__3c_tMG__input{background:var(--bg-primary);border:1px solid var(--border-dark);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border-radius:8px;padding:.75rem 2.5rem .75rem 1rem;font-family:inherit;font-size:1rem}.CityAutocomplete-module__3c_tMG__input:focus{border-color:var(--accent-base);box-shadow:0 0 0 3px var(--accent-light);outline:none}.CityAutocomplete-module__3c_tMG__inputSelected{border-color:var(--success);background:#10b98108}.CityAutocomplete-module__3c_tMG__inputSelected:focus{border-color:var(--success);box-shadow:0 0 0 3px #10b9811a}.CityAutocomplete-module__3c_tMG__spinner{position:absolute;top:50%;right:12px;transform:translateY(-50%)}.CityAutocomplete-module__3c_tMG__spinnerDot{border:2px solid var(--border);border-top-color:var(--accent-base);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite CityAutocomplete-module__3c_tMG__spin}@keyframes CityAutocomplete-module__3c_tMG__spin{to{transform:rotate(360deg)}}.CityAutocomplete-module__3c_tMG__clearBtn{background:var(--bg-tertiary);cursor:pointer;width:22px;height:22px;color:var(--text-muted);transition:background var(--transition-fast), color var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:14px;line-height:1;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.CityAutocomplete-module__3c_tMG__clearBtn:hover{background:var(--border-dark);color:var(--text-primary)}.CityAutocomplete-module__3c_tMG__dropdown{background:var(--bg-primary);border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:200;border-radius:10px;max-height:280px;margin:0;padding:4px;list-style:none;animation:.15s ease-out CityAutocomplete-module__3c_tMG__dropdownFadeIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}@keyframes CityAutocomplete-module__3c_tMG__dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.CityAutocomplete-module__3c_tMG__option{cursor:pointer;transition:background var(--transition-fast);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.CityAutocomplete-module__3c_tMG__option:hover,.CityAutocomplete-module__3c_tMG__optionActive{background:var(--bg-secondary)}.CityAutocomplete-module__3c_tMG__optionIcon{opacity:.7;flex-shrink:0;font-size:.9rem}.CityAutocomplete-module__3c_tMG__optionText{flex-direction:column;gap:1px;min-width:0;display:flex}.CityAutocomplete-module__3c_tMG__optionName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.CityAutocomplete-module__3c_tMG__optionMeta{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.CityAutocomplete-module__3c_tMG__dropdown::-webkit-scrollbar{width:6px}.CityAutocomplete-module__3c_tMG__dropdown::-webkit-scrollbar-track{background:0 0}.CityAutocomplete-module__3c_tMG__dropdown::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
.DogManagementForm-module__AgI6OW__form{flex-direction:column;gap:20px;display:flex}.DogManagementForm-module__AgI6OW__error{color:#ff4d4f;background:#fff1f0;border:1px solid #ffa39e;border-radius:6px;padding:10px;font-size:.9rem}.DogManagementForm-module__AgI6OW__row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;display:grid}.DogManagementForm-module__AgI6OW__field{flex-direction:column;gap:6px;display:flex}.DogManagementForm-module__AgI6OW__label{color:#555;font-size:.9rem;font-weight:500}.DogManagementForm-module__AgI6OW__select,.DogManagementForm-module__AgI6OW__textarea{background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;width:100%;padding:10px;font-family:inherit;font-size:1rem;transition:border-color .2s}.DogManagementForm-module__AgI6OW__select:focus,.DogManagementForm-module__AgI6OW__textarea:focus{border-color:#007bff;outline:none}.DogManagementForm-module__AgI6OW__textarea{resize:vertical}.DogManagementForm-module__AgI6OW__actions{border-top:1px solid #eaeaea;justify-content:flex-end;gap:15px;margin-top:10px;padding-top:20px;display:flex}.DogManagementForm-module__AgI6OW__coordHint{color:var(--text-muted);align-items:center;gap:4px;margin-top:2px;font-size:.78rem;display:inline-flex}
.ResponsiveModal-module__hodPOW__overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ResponsiveModal-module__hodPOW__modalContent{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}.ResponsiveModal-module__hodPOW__header{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:20px;display:flex}.ResponsiveModal-module__hodPOW__title{color:#333;margin:0;font-size:1.25rem;font-weight:600}.ResponsiveModal-module__hodPOW__close{cursor:pointer;color:#999;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.5rem;line-height:1;display:flex}.ResponsiveModal-module__hodPOW__close:hover{color:#333}.ResponsiveModal-module__hodPOW__body{padding:20px;overflow-y:auto}@media (max-width:768px){.ResponsiveModal-module__hodPOW__overlay{align-items:flex-end}.ResponsiveModal-module__hodPOW__modalContent{border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:85vh;animation:.3s ease-out ResponsiveModal-module__hodPOW__slideUp}}@keyframes ResponsiveModal-module__hodPOW__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
.GoalForm-module__w0YFCG__form{flex-direction:column;gap:18px;display:flex}.GoalForm-module__w0YFCG__categoryRow{flex-wrap:wrap;gap:8px;display:flex}.GoalForm-module__w0YFCG__categoryBtn{cursor:pointer;color:#666;background:#fff;border:2px solid #eaeaea;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:500;transition:all .15s;display:flex}.GoalForm-module__w0YFCG__categoryBtn:hover{border-color:#ccc}.GoalForm-module__w0YFCG__categoryActive{color:#6c63ff;background:#f0eeff;border-color:#6c63ff}.GoalForm-module__w0YFCG__field{flex-direction:column;gap:6px;display:flex}.GoalForm-module__w0YFCG__label{color:#555;font-size:.85rem;font-weight:500}.GoalForm-module__w0YFCG__input,.GoalForm-module__w0YFCG__textarea{border:1px solid #ddd;border-radius:8px;padding:10px 14px;font-family:inherit;font-size:.95rem}.GoalForm-module__w0YFCG__input:focus,.GoalForm-module__w0YFCG__textarea:focus{border-color:#6c63ff;outline:none}.GoalForm-module__w0YFCG__textarea{resize:vertical;line-height:1.5}.GoalForm-module__w0YFCG__row{gap:16px;display:flex}.GoalForm-module__w0YFCG__row .GoalForm-module__w0YFCG__field{flex:1}.GoalForm-module__w0YFCG__checkbox{color:#555;cursor:pointer;align-items:center;gap:8px;padding:10px 0;font-size:.9rem;display:flex}.GoalForm-module__w0YFCG__checkbox input[type=checkbox]{accent-color:#6c63ff;width:18px;height:18px}.GoalForm-module__w0YFCG__error{color:#ef4444;background:#fef2f2;border-radius:8px;padding:8px 12px;font-size:.85rem}.GoalForm-module__w0YFCG__actions{justify-content:flex-end;gap:12px;display:flex}
.DogFilters-module__wVWGHG__filtersContainer{background:var(--bg-secondary);border-radius:var(--radius-md);flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:32px;padding:20px;display:flex}.DogFilters-module__wVWGHG__filterGroup{flex-direction:column;flex:1;gap:8px;min-width:150px;display:flex}.DogFilters-module__wVWGHG__label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.DogFilters-module__wVWGHG__locationInputGroup{align-items:center;gap:8px;display:flex}.DogFilters-module__wVWGHG__autocompleteWrapper{flex:1}.DogFilters-module__wVWGHG__geoButton{background:var(--bg-primary);border:1px solid var(--border-dark);cursor:pointer;width:44px;height:44px;transition:all var(--transition-fast);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.DogFilters-module__wVWGHG__geoButton:hover{background:var(--bg-tertiary);border-color:var(--accent-base)}.DogFilters-module__wVWGHG__select{background:var(--bg-primary);border:1px solid var(--border-dark);width:100%;height:44px;color:var(--text-primary);transition:border-color var(--transition-fast);appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;border-radius:8px;padding:0 36px 0 16px;font-family:inherit;font-size:.95rem}.DogFilters-module__wVWGHG__select:focus{border-color:var(--accent-base);outline:none}.DogFilters-module__wVWGHG__select:disabled{background:var(--bg-secondary);color:var(--text-muted);cursor:not-allowed}@media (max-width:768px){.DogFilters-module__wVWGHG__filterGroup{min-width:100%}}
.DogsPage-module__CvvyXa__container{width:100%;max-width:1200px;margin:0 auto;padding:48px 24px 80px}.DogsPage-module__CvvyXa__header{margin-bottom:40px}.DogsPage-module__CvvyXa__title{color:var(--text-primary);margin-bottom:8px;font-size:2rem;font-weight:700}.DogsPage-module__CvvyXa__subtitle{color:var(--text-secondary);max-width:500px;font-size:1rem}.DogsPage-module__CvvyXa__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.DogsPage-module__CvvyXa__empty{text-align:center;color:var(--text-muted);padding:80px 24px}
.CuratorDogsSection-module__5BpxMW__container{border-top:1px solid #eaeaea;margin-top:40px;padding-top:30px}.CuratorDogsSection-module__5BpxMW__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.CuratorDogsSection-module__5BpxMW__title{color:#333;font-size:1.5rem;font-weight:600}.CuratorDogsSection-module__5BpxMW__emptyState{text-align:center;color:#666;background:#f8f9fa;border-radius:12px;padding:40px}.CuratorDogsSection-module__5BpxMW__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.CuratorDogsSection-module__5BpxMW__card{background:#fff;border:1px solid #eaeaea;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000d}.CuratorDogsSection-module__5BpxMW__imageWrapper{background:#f0f0f0;height:160px;position:relative}.CuratorDogsSection-module__5BpxMW__image{object-fit:cover;width:100%;height:100%}.CuratorDogsSection-module__5BpxMW__placeholderImage{color:#999;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.CuratorDogsSection-module__5BpxMW__statusBadge{color:#fff;text-transform:uppercase;background:#000000b3;border-radius:12px;padding:4px 8px;font-size:.7rem;font-weight:600;position:absolute;top:10px;right:10px}.CuratorDogsSection-module__5BpxMW__info{flex-direction:column;flex:1;padding:15px;display:flex}.CuratorDogsSection-module__5BpxMW__name{color:#333;margin:0 0 5px;font-size:1.1rem;font-weight:600}.CuratorDogsSection-module__5BpxMW__details{color:#666;margin:0 0 15px;font-size:.9rem}.CuratorDogsSection-module__5BpxMW__actions{gap:6px;margin-top:auto;display:flex}.CuratorDogsSection-module__5BpxMW__editBtn{flex:1}.CuratorDogsSection-module__5BpxMW__manageLink{color:#6c63ff;background:#f0eeff;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:8px 12px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.CuratorDogsSection-module__5BpxMW__manageLink:hover{background:#e4e0ff}
.PaymentMethodsSection-module__QtP6hW__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.PaymentMethodsSection-module__QtP6hW__title{color:#333;font-size:1.5rem;font-weight:600}.PaymentMethodsSection-module__QtP6hW__emptyState{text-align:center;color:#666;background:#f8f9fa;border-radius:12px;padding:40px}.PaymentMethodsSection-module__QtP6hW__list{flex-direction:column;gap:12px;display:flex}.PaymentMethodsSection-module__QtP6hW__item{background:#fff;border:1px solid #eaeaea;border-radius:12px;align-items:center;gap:14px;padding:14px 18px;transition:opacity .2s;display:flex}.PaymentMethodsSection-module__QtP6hW__item.PaymentMethodsSection-module__QtP6hW__inactive{opacity:.5}.PaymentMethodsSection-module__QtP6hW__icon{color:#fff;background:#6c63ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.8rem;font-weight:700;display:flex}.PaymentMethodsSection-module__QtP6hW__icon[data-type=paypal]{background:#003087}.PaymentMethodsSection-module__QtP6hW__icon[data-type=iban]{background:#1a73e8}.PaymentMethodsSection-module__QtP6hW__icon[data-type=revolut]{background:#0075eb}.PaymentMethodsSection-module__QtP6hW__icon[data-type=wise]{color:#163300;background:#9fe870}.PaymentMethodsSection-module__QtP6hW__icon[data-type=crypto]{background:#f7931a}.PaymentMethodsSection-module__QtP6hW__icon[data-type=other]{background:#6c63ff}.PaymentMethodsSection-module__QtP6hW__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.PaymentMethodsSection-module__QtP6hW__itemLabel{color:#333;font-size:.95rem;font-weight:600}.PaymentMethodsSection-module__QtP6hW__itemValue{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.PaymentMethodsSection-module__QtP6hW__itemType{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.PaymentMethodsSection-module__QtP6hW__itemActions{flex-shrink:0;gap:8px;display:flex}.PaymentMethodsSection-module__QtP6hW__toggleBtn,.PaymentMethodsSection-module__QtP6hW__editBtn,.PaymentMethodsSection-module__QtP6hW__deleteBtn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:background .15s;display:flex}.PaymentMethodsSection-module__QtP6hW__toggleBtn{color:#999;background:#f0f0f0}.PaymentMethodsSection-module__QtP6hW__toggleBtn.PaymentMethodsSection-module__QtP6hW__active{color:#22c55e}.PaymentMethodsSection-module__QtP6hW__editBtn{color:#666;background:#f0f0f0}.PaymentMethodsSection-module__QtP6hW__editBtn:hover{background:#e0e0e0}.PaymentMethodsSection-module__QtP6hW__deleteBtn{color:#ef4444;background:#fef2f2}.PaymentMethodsSection-module__QtP6hW__deleteBtn:hover{background:#fee2e2}.PaymentMethodsSection-module__QtP6hW__form{flex-direction:column;gap:20px;display:flex}.PaymentMethodsSection-module__QtP6hW__field{flex-direction:column;gap:6px;display:flex}.PaymentMethodsSection-module__QtP6hW__fieldLabel{color:#555;font-size:.85rem;font-weight:500}.PaymentMethodsSection-module__QtP6hW__input,.PaymentMethodsSection-module__QtP6hW__select{border:1px solid #ddd;border-radius:8px;padding:10px 14px;font-size:.95rem;transition:border-color .15s}.PaymentMethodsSection-module__QtP6hW__input:focus,.PaymentMethodsSection-module__QtP6hW__select:focus{border-color:#6c63ff;outline:none}.PaymentMethodsSection-module__QtP6hW__formError{color:#ef4444;background:#fef2f2;border-radius:8px;padding:8px 12px;font-size:.85rem}.PaymentMethodsSection-module__QtP6hW__formActions{justify-content:flex-end;gap:12px;padding-top:10px;display:flex}@media (max-width:480px){.PaymentMethodsSection-module__QtP6hW__item{flex-wrap:wrap}.PaymentMethodsSection-module__QtP6hW__itemActions{border-top:1px solid #f0f0f0;justify-content:flex-end;width:100%;margin-top:8px;padding-top:8px}}
.StoryForm-module__CfEsva__form{flex-direction:column;gap:12px;display:flex}.StoryForm-module__CfEsva__typeRow{flex-wrap:wrap;gap:8px;display:flex}.StoryForm-module__CfEsva__typeBtn{cursor:pointer;color:#666;background:#fff;border:2px solid #eaeaea;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.StoryForm-module__CfEsva__typeBtn:hover{border-color:#ccc}.StoryForm-module__CfEsva__typeBtnActive{color:#6c63ff;background:#f0eeff;border-color:#6c63ff}.StoryForm-module__CfEsva__textarea{resize:vertical;border:1px solid #ddd;border-radius:10px;min-height:80px;padding:10px 14px;font-family:inherit;font-size:.9rem;line-height:1.5}.StoryForm-module__CfEsva__textarea:focus{border-color:#6c63ff;outline:none}.StoryForm-module__CfEsva__photoGrid{flex-wrap:wrap;gap:8px;display:flex}.StoryForm-module__CfEsva__photoThumb{border-radius:10px;width:80px;height:80px;position:relative;overflow:hidden}.StoryForm-module__CfEsva__photoImg{object-fit:cover;width:100%;height:100%}.StoryForm-module__CfEsva__photoRemove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;line-height:1;display:flex;position:absolute;top:4px;right:4px}.StoryForm-module__CfEsva__photoRemove:hover{background:#000c}.StoryForm-module__CfEsva__uploadBtn{color:#666;cursor:pointer;background:#fafafa;border:2px dashed #ddd;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:500;transition:all .15s;display:flex}.StoryForm-module__CfEsva__uploadBtn:hover{color:#6c63ff;background:#f8f6ff;border-color:#6c63ff}.StoryForm-module__CfEsva__uploadBtn:disabled{opacity:.6;cursor:not-allowed}.StoryForm-module__CfEsva__hiddenInput{display:none}.StoryForm-module__CfEsva__spinner{border:2px solid #ddd;border-top-color:#6c63ff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite StoryForm-module__CfEsva__spin;display:inline-block}@keyframes StoryForm-module__CfEsva__spin{to{transform:rotate(360deg)}}.StoryForm-module__CfEsva__error{color:#ef4444;background:#fef2f2;border-radius:8px;padding:8px 12px;font-size:.85rem}.StoryForm-module__CfEsva__actions{justify-content:flex-end;display:flex}
.DogManage-module__D-hy_W__container{max-width:800px;margin:2rem auto;padding:0 16px}.DogManage-module__D-hy_W__back{color:#6c63ff;margin-bottom:1rem;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-block}.DogManage-module__D-hy_W__back:hover{text-decoration:underline}.DogManage-module__D-hy_W__loading{text-align:center;color:#999;padding:4rem}.DogManage-module__D-hy_W__dogHeader{align-items:center;gap:16px;margin-bottom:2rem;display:flex}.DogManage-module__D-hy_W__dogAvatar{object-fit:cover;border:2px solid #eaeaea;border-radius:50%;width:56px;height:56px}.DogManage-module__D-hy_W__dogName{color:#222;font-size:1.8rem;font-weight:700}.DogManage-module__D-hy_W__section{background:#fff;border:1px solid #eaeaea;border-radius:16px;margin-bottom:24px;padding:24px}.DogManage-module__D-hy_W__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.DogManage-module__D-hy_W__sectionTitle{color:#333;font-size:1.3rem;font-weight:700}.DogManage-module__D-hy_W__empty{text-align:center;color:#888;background:#f8f9fa;border-radius:12px;padding:32px;font-size:.95rem}.DogManage-module__D-hy_W__goalsList{flex-direction:column;gap:14px;display:flex}.DogManage-module__D-hy_W__goalCard{border:1px solid #eaeaea;border-radius:12px;padding:18px;transition:opacity .2s}.DogManage-module__D-hy_W__goalInactive{opacity:.5}.DogManage-module__D-hy_W__goalTop{align-items:center;gap:8px;margin-bottom:8px;display:flex}.DogManage-module__D-hy_W__goalIcon{font-size:1.1rem}.DogManage-module__D-hy_W__goalCategory{text-transform:uppercase;letter-spacing:.5px;color:#999;font-size:.75rem;font-weight:600}.DogManage-module__D-hy_W__goalBadge{color:#6c63ff;text-transform:uppercase;background:#f0eeff;border-radius:10px;padding:2px 8px;font-size:.65rem;font-weight:600}.DogManage-module__D-hy_W__goalStatus{text-transform:uppercase;border-radius:10px;margin-left:auto;padding:2px 10px;font-size:.7rem;font-weight:600}.DogManage-module__D-hy_W__status_active{color:#16a34a;background:#dcfce7}.DogManage-module__D-hy_W__status_completed{color:#2563eb;background:#dbeafe}.DogManage-module__D-hy_W__status_cancelled{color:#ef4444;background:#fef2f2}.DogManage-module__D-hy_W__goalTitle{color:#333;margin-bottom:4px;font-size:1.05rem;font-weight:600}.DogManage-module__D-hy_W__goalDesc{color:#777;margin-bottom:10px;font-size:.85rem;line-height:1.5}.DogManage-module__D-hy_W__goalProgress{margin-bottom:12px}.DogManage-module__D-hy_W__goalBar{background:#f0f0f0;border-radius:3px;height:6px;margin-bottom:6px;overflow:hidden}.DogManage-module__D-hy_W__goalFill{background:linear-gradient(90deg,#6c63ff,#3b82f6);border-radius:3px;height:100%;transition:width .3s}.DogManage-module__D-hy_W__goalAmount{color:#888;font-size:.8rem}.DogManage-module__D-hy_W__goalActions{gap:8px;display:flex}.DogManage-module__D-hy_W__actionBtn,.DogManage-module__D-hy_W__actionBtnDanger{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:6px 14px;font-size:.8rem;font-weight:500;transition:all .15s}.DogManage-module__D-hy_W__actionBtn:hover{background:#f0f0f0}.DogManage-module__D-hy_W__actionBtnDanger{color:#ef4444;border-color:#fecaca}.DogManage-module__D-hy_W__actionBtnDanger:hover{background:#fef2f2}.DogManage-module__D-hy_W__storyFormInline{background:#f8f9fa;border-radius:12px;margin-bottom:24px;padding:20px}.DogManage-module__D-hy_W__storiesList{flex-direction:column;gap:16px;display:flex}.DogManage-module__D-hy_W__storyCard{border:1px solid #eaeaea;border-radius:12px;padding:16px}.DogManage-module__D-hy_W__storyTop{align-items:center;gap:10px;margin-bottom:10px;display:flex}.DogManage-module__D-hy_W__storyType{color:#fff;text-transform:uppercase;letter-spacing:.3px;border-radius:10px;padding:2px 10px;font-size:.7rem;font-weight:600}.DogManage-module__D-hy_W__storyTime{color:#999;font-size:.8rem}.DogManage-module__D-hy_W__storyImage{object-fit:cover;border-radius:8px;width:100%;max-height:300px;margin-bottom:12px}.DogManage-module__D-hy_W__storyContent{color:#444;margin:0 0 8px;font-size:.95rem;line-height:1.6}.DogManage-module__D-hy_W__storyAuthor{color:#aaa;font-size:.8rem;font-style:italic}@media (max-width:480px){.DogManage-module__D-hy_W__dogHeader{gap:12px}.DogManage-module__D-hy_W__dogName{font-size:1.4rem}.DogManage-module__D-hy_W__section{padding:16px}.DogManage-module__D-hy_W__goalActions{flex-wrap:wrap}}
.PaymentMethodsPage-module__7pZLqG__container{max-width:800px;padding:0 var(--spacing-md,16px);margin:2rem auto}.PaymentMethodsPage-module__7pZLqG__back{color:#6c63ff;margin-bottom:1rem;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-block}.PaymentMethodsPage-module__7pZLqG__back:hover{text-decoration:underline}.PaymentMethodsPage-module__7pZLqG__card{background:var(--bg-primary,#fff);border:1px solid var(--border,#eaeaea);border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000000a}.PaymentMethodsPage-module__7pZLqG__loading{text-align:center;color:#999;padding:4rem}
