
/* ===== VERY BEAUTIFUL PROFILE ===== */

body.page-profile {
    background:
        radial-gradient(circle at 10% 10%, rgba(248, 216, 231, 0.55), transparent 24%),
        radial-gradient(circle at 90% 0%, rgba(242, 199, 90, 0.14), transparent 18%),
        linear-gradient(180deg, #fff9fc 0%, #fff2f8 100%);
}

body.page-profile .container,
body.page-profile .container-fluid {
    max-width: 940px;
}

/* Главная карточка профиля */
body.page-profile .card {
    border-radius: 36px !important;
    overflow: hidden;
    border: 1px solid rgba(233, 126, 179, 0.14) !important;
    box-shadow: 0 22px 48px rgba(223, 118, 168, 0.14) !important;
    background: rgba(255,255,255,0.97) !important;
}

/* Шапка профиля */
body.page-profile .card-header,
body.page-profile .bg-pink {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,0.12), transparent 30%),
        linear-gradient(135deg, #ea7eb3 0%, #f4b6cf 100%) !important;
    color: #fff !important;
    text-align: center;
    padding: 2.4rem 1.5rem 2rem !important;
    overflow: hidden;
}

body.page-profile .card-header::before,
body.page-profile .bg-pink::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    top: -80px;
    right: -60px;
}

body.page-profile .card-header::after,
body.page-profile .bg-pink::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    bottom: -80px;
    left: -40px;
}

body.page-profile .card-header *,
body.page-profile .bg-pink * {
    color: #fff !important;
    position: relative;
    z-index: 1;
}

/* Аватар */
body.page-profile .rounded-circle {
    width: 108px !important;
    height: 108px !important;
    object-fit: cover;
    border: 5px solid rgba(255,255,255,0.95);
    box-shadow: 0 12px 28px rgba(255,255,255,0.20), 0 10px 24px rgba(204, 91, 144, 0.22);
    background: rgba(255,255,255,0.22);
    backdrop-filter: blur(6px);
}

/* Имя / роль */
body.page-profile h1,
body.page-profile h2,
body.page-profile h3 {
    letter-spacing: -0.04em !important;
    font-weight: 900 !important;
}

body.page-profile .card-header h2,
body.page-profile .card-header h3 {
    font-size: clamp(1.8rem, 2.8vw, 2.5rem);
    margin-bottom: 0.25rem;
}

body.page-profile .card-header .role,
body.page-profile .card-header .badge,
body.page-profile .card-header p {
    font-size: 1rem;
    font-weight: 700;
    opacity: 0.96;
}

/* Тело карточки */
body.page-profile .card-body {
    padding: 1.5rem 1.5rem 1.7rem !important;
}

/* Инфо-блоки */
body.page-profile .card-body > div {
    background: linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
    border: 1px solid rgba(233, 126, 179, 0.10);
    border-radius: 24px;
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
    box-shadow: 0 8px 20px rgba(226, 118, 168, 0.06);
}

body.page-profile .card-body > div:hover {
    box-shadow: 0 12px 24px rgba(226, 118, 168, 0.08);
}

/* Внутренние заголовки */
body.page-profile .card-body strong,
body.page-profile .card-body b {
    color: #4a3540 !important;
    font-weight: 800;
}

body.page-profile .card-body .text-muted,
body.page-profile .card-body small {
    color: #8f7381 !important;
}

/* Кнопки */
body.page-profile .btn {
    min-height: 54px;
    border-radius: 999px !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em;
}

body.page-profile .btn-pink {
    background: linear-gradient(135deg, #e878b0 0%, #f2b0cb 100%) !important;
    box-shadow: 0 10px 24px rgba(233, 126, 179, 0.18);
}

body.page-profile .btn-pink:hover {
    background: linear-gradient(135deg, #dd6ca5 0%, #eda4c2 100%) !important;
}

/* Ссылки под кнопками */
body.page-profile a:not(.btn) {
    color: #c85c92 !important;
    font-weight: 700;
}

body.page-profile a:not(.btn):hover {
    color: #b84d83 !important;
}

/* Красивый акцент на роль */
body.page-profile .badge,
body.page-profile .role-badge {
    border-radius: 999px !important;
    padding: 0.55rem 0.95rem !important;
    font-weight: 800 !important;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

/* Мобильная версия */
@media (max-width: 768px) {
    body.page-profile .card-header,
    body.page-profile .bg-pink {
        padding: 1.8rem 1rem 1.4rem !important;
    }

    body.page-profile .rounded-circle {
        width: 84px !important;
        height: 84px !important;
    }

    body.page-profile .card-body {
        padding: 1rem !important;
    }

    body.page-profile .card-body > div {
        padding: 0.95rem 1rem;
        border-radius: 20px;
    }

    body.page-profile .btn {
        min-height: 50px;
    }
}
\n\n
/* ===== PROFILE HEADER PLAIN PINK ===== */
body.page-profile .card-header,
body.page-profile .bg-pink {
    background: #ea8fbc !important;
}

body.page-profile .card-header::before,
body.page-profile .bg-pink::before,
body.page-profile .card-header::after,
body.page-profile .bg-pink::after {
    display: none !important;
    content: none !important;
}
