
/* ===== FINAL DESIGNER TOUCH ===== */

/* Красивые статусные бейджи */
.badge,
.status-badge {
    position: relative;
    overflow: hidden;
}

.badge::after,
.status-badge::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.10), transparent 55%);
    pointer-events: none;
}

.badge.bg-success,
.status-adopted {
    background: linear-gradient(135deg, #7bc783 0%, #5cae68 100%) !important;
}

.badge.bg-danger,
.status-quarantine {
    background: linear-gradient(135deg, #e2646f 0%, #cf4252 100%) !important;
}

.badge.bg-warning,
.status-treatment {
    background: linear-gradient(135deg, #f3cc61 0%, #eab52e 100%) !important;
    color: #4b3a14 !important;
}

.badge.bg-secondary,
.status-shelter {
    background: linear-gradient(135deg, #8e96a2 0%, #6f7783 100%) !important;
}

/* Пустые состояния — милее и красивее */
.empty-state,
.no-data,
.text-center.py-5 {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,248,252,0.96) 100%) !important;
    border: 1px dashed rgba(233, 126, 179, 0.20) !important;
    box-shadow: 0 10px 22px rgba(226, 120, 170, 0.08);
}

.empty-state::before,
.no-data::before,
.text-center.py-5::before {
    content: "🐾";
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 18px;
    opacity: 0.16;
}

.empty-state h3,
.no-data h3,
.text-center.py-5 h3 {
    color: #cb5e94 !important;
    font-weight: 900;
}

/* Красивые иконки внутри карточек */
.card i,
.alert i,
.btn i {
    opacity: 0.95;
}

/* Нежные разделы с заголовками */
.card-header h4,
.card-header h5,
.card-header h6 {
    position: relative;
}

.card-header h4::after,
.card-header h5::after,
.card-header h6::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    border-radius: 999px;
    margin-top: 8px;
    background: rgba(255,255,255,0.38);
}

/* Более дизайнерские списки */
ul, ol {
    padding-left: 1.2rem;
}

li::marker {
    color: #db74aa;
}

/* Акцент на важных цифрах */
.page-dashboard h2,
.page-dashboard .number,
.page-dashboard .metric-value,
.page-dashboard .stat-number {
    text-shadow: 0 3px 12px rgba(223, 118, 168, 0.10);
}

/* Карточки котиков — визуально дороже */
.page-cats .card-title,
.page-cat-details h2,
.page-cat-details h3 {
    text-shadow: 0 2px 8px rgba(223, 118, 168, 0.08);
}

/* Мягкие glow-эффекты у важных кнопок */
.btn-pink {
    position: relative;
}

.btn-pink::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(234, 126, 179, 0.22);
    pointer-events: none;
    transition: box-shadow 0.22s ease;
}

.btn-pink:hover::after {
    box-shadow: 0 0 0 6px rgba(234, 126, 179, 0.10);
}

/* Более цельный вид блоков админки */
.page-users .card,
.page-requests .card,
.page-cat-form .card {
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,248,252,0.96) 100%);
}

/* Лёгкий дорогой блеск на розовых панелях */
.bg-pink::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.08), transparent 60%);
    pointer-events: none;
}
