.site-v2-body,
.site-v2-body html {
    min-height: 100%;
}

.site-v2-body {
    margin: 0;
    background: #00030c;
    color: #fff;
    font-family: "PingFang SC", "Hiragino Sans", "Microsoft YaHei", Arial, sans-serif;
}

.site-v2-shell {
    width: 100%;
    max-width: 472px;
    min-height: 100vh;
    margin: 0 auto;
    background: #00030c;
    overflow-x: hidden;
}

.service-v2 {
    min-height: 100vh;
    padding: 0 8px 104px;
    background:
        radial-gradient(circle at 50% 0%, rgba(100, 24, 132, .58) 0, rgba(45, 6, 62, .42) 92px, transparent 190px),
        linear-gradient(180deg, #370848 0, #21002f 56px, #00030c 214px, #00030c 100%);
}

.service-v2-header {
    display: flex;
    align-items: center;
    height: 56px;
    gap: 10px;
    margin: 0 -8px 12px;
    padding: 0 12px;
    background: rgba(64, 11, 80, .82);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.service-v2-back,
.service-v2-feedback {
    color: #f8e8bb;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.service-v2-back {
    width: 44px;
    font-size: 24px;
}

.service-v2-title {
    flex: 1;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-align: center;
}

.service-v2-feedback {
    width: 76px;
    text-align: right;
}

.service-v2-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 12px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .11) 0%, rgba(255, 255, 255, .045) 100%);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

.service-v2-user-left {
    display: flex;
    align-items: center;
    min-width: 0;
}

.service-v2-avatar {
    width: 58px;
    height: 58px;
    margin-right: 10px;
    border-radius: 50%;
    background: url("/static/apps/front/site_v2/images/avatar-ring.png") center / 100% 100% no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 auto;
}

.service-v2-avatar img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    object-fit: cover;
}

.service-v2-user-title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-v2-user-title span {
    color: #ffe2a4;
}

.service-v2-user-subtitle {
    margin-top: 5px;
    color: #d8c0e5;
    font-size: 12px;
}

.service-v2-add {
    min-width: 106px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 216, 123, .42);
    border-radius: 999px;
    color: #2b0835;
    background: linear-gradient(180deg, #ffe9b2 0%, #c88a3c 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.service-v2-add img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.service-v2-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-v2-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.service-v2-item {
    min-height: 62px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background:
        radial-gradient(circle at 92% 50%, rgba(255, 216, 123, .16), transparent 28%),
        linear-gradient(135deg, rgba(86, 19, 113, .82) 0%, rgba(20, 4, 33, .92) 100%);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-v2-item-title {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.service-v2-item-content {
    margin-top: 4px;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    letter-spacing: .4px;
}

.service-v2-item-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.service-v2-item-icon img {
    max-width: 26px;
    max-height: 26px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.service-v2-empty {
    padding: 44px 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    color: #bdaed0;
    background: rgba(255, 255, 255, .06);
    text-align: center;
    font-size: 14px;
}

#NavFooter.site-v2-footer {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 3000;
    width: 100%;
    max-width: 472px;
    height: 72px;
    padding: 7px 34px 5px;
    transform: translateX(-50%);
    border-top: 1px solid rgba(237, 208, 143, .22);
    background:
        radial-gradient(ellipse at 50% 0%, rgba(85, 16, 116, .74) 0%, rgba(45, 6, 62, .45) 44%, transparent 76%),
        linear-gradient(180deg, #02040d 0%, #0b0015 42%, #220330 100%);
    box-shadow: 0 -9px 24px rgba(55, 5, 76, .72);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
}

#NavFooter.site-v2-footer .site-v2-footer-item {
    flex: 0 0 54px;
    color: #d8c0e5;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

#NavFooter.site-v2-footer .site-v2-footer-item img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(255, 183, 75, .25));
}

#NavFooter.site-v2-footer .site-v2-footer-item span {
    margin-top: 1px;
    color: inherit;
    font-size: 12px;
    white-space: nowrap;
}

#NavFooter.site-v2-footer .site-v2-footer-item.active {
    color: #ffd77b;
}

@media (max-width: 390px) {
    .service-v2-user {
        align-items: stretch;
        flex-direction: column;
    }

    .service-v2-add {
        align-self: flex-start;
    }
}
