/*your custom css goes here*/

/* 个人中心 /user/center — 颜色集中在此块，便于换肤 */
.user-center-page {
    --uc-page-bg: #eef1f6;
    --uc-header-start: #ffb347;
    --uc-header-mid: #ff7a18;
    --uc-header-end: #e32119;
    --uc-vip-bg: #fff8e6;
    --uc-vip-text: #c9a227;
    --uc-icon-tint: #ff7a3d;
    --uc-grid-orange: #ff7a3d;
    --uc-grid-pink: #e85d9a;
    --uc-grid-yellow: #f0b429;
    --uc-grid-blue: #3d7aed;
    --uc-grid-green: #2fb344;
    --uc-grid-cyan: #1a9cbc;
    background: var(--uc-page-bg);
    padding-bottom: 72px;
}

.user-center-page > header.user-center-header {
    background: linear-gradient(105deg, #ffb347 0%, #ff7a18 45%, #e62822 100%) !important;
    overflow: hidden;
    padding-bottom: 0;
}

.user-center-header-inner {
    position: relative;
    z-index: 2;
}

.user-center-header::before,
.user-center-header::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    pointer-events: none;
}

.user-center-header::before {
    width: 120px;
    height: 120px;
    top: -36px;
    right: -24px;
}

.user-center-header::after {
    width: 72px;
    height: 72px;
    bottom: 28px;
    left: 8%;
    opacity: 0.85;
}

.user-center-wave-svg {
    display: block;
    width: 100%;
    height: 16px;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
}

.user-center-stats {
    margin-top: -10px;
    z-index: 2;
}

.user-center-page .user-center-avatar {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    flex: 0 0 32px !important;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.user-center-page .user-center-avatar img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.user-center-username {
    font-size: 0.95rem;
    line-height: 1.25;
}

.user-center-vip-badge {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 999px;
    background: var(--uc-vip-bg);
    color: var(--uc-vip-text);
    font-weight: 600;
}

.user-center-icon-tint {
    color: var(--uc-icon-tint);
}

.user-center-grid-icon--orange {
    color: var(--uc-grid-orange);
}
.user-center-grid-icon--pink {
    color: var(--uc-grid-pink);
}
.user-center-grid-icon--yellow {
    color: var(--uc-grid-yellow);
}
.user-center-grid-icon--blue {
    color: var(--uc-grid-blue);
}
.user-center-grid-icon--green {
    color: var(--uc-grid-green);
}
.user-center-grid-icon--cyan {
    color: var(--uc-grid-cyan);
}

.user-center-grid-item:active {
    opacity: 0.92;
}

@media (max-width: 1199.98px) {
    .aiz-main-wrapper {
        padding-bottom: 70px;
    }
}