.mine-page {
    background: #f5f6f8;
    min-height: 100vh;
    padding-bottom: 88px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

#app-tab-content .mine-page,
body.mine-page #app-tab-content {
    padding-bottom: 0;
}

.mine-header {
    background: linear-gradient(180deg, #6ec6ff 0%, #4facfe 55%, #00c6fb 100%);
    padding: 48px 0 56px;
    text-align: center;
    color: #fff;
}

.mine-avatar-wrap {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    margin: 0 auto 18px;
}

.mine-avatar-wrap img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.85);
    object-fit: cover;
    background: #fff;
}

.mine-avatar-wrap input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.mine-nickname {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}

.mine-uid {
    font-size: 28px;
    opacity: 0.95;
}

.mine-quick {
    display: flex;
    background: #fff;
    margin: -28px 24px 0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
    padding: 28px 0 22px;
}

.mine-quick-item {
    flex: 1;
    text-align: center;
    color: #333;
    font-size: 24px;
    cursor: pointer;
}

.mine-quick-item img {
    width: 52px;
    height: 52px;
    display: block;
    margin: 0 auto 12px;
}

.mine-menu {
    margin: 24px 24px 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.mine-menu-item {
    display: flex;
    align-items: center;
    padding: 28px 24px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 28px;
    cursor: pointer;
}

.mine-menu-item:last-child {
    border-bottom: none;
}

.mine-menu-item:active {
    background: #fafafa;
}

.mine-menu-icon {
    width: 44px;
    height: 44px;
    margin-right: 20px;
    flex-shrink: 0;
    object-fit: contain;
}

.mine-menu-label {
    flex: 1;
}

.mine-menu-extra {
    color: #999;
    font-size: 24px;
    margin-right: 12px;
}

.mine-menu-arrow {
    color: #ccc;
    font-size: 32px;
    line-height: 1;
}

.mine-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 99;
}
