body.sport-news-body .featured-card-user {
    background: #fff;
    border: 1px solid #ecf0f4;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .05);
    box-sizing: border-box;
    min-height: auto;
    overflow: hidden;
}

body.sport-news-body .featured-card-user.sn-today-mode {
    border-color: #e8edf2;
    box-shadow: 0 4px 16px rgba(15, 23, 42, .06);
}

body.sport-news-body .featured-card-user .tit-row {
    border-bottom: 1px solid #f0f0f0;
    height: 40px;
    margin: 0;
    padding: 0 14px;
}

body.sport-news-body .featured-card-user .tit-left h2 {
    font-size: 15px;
    font-weight: 700;
}

body.sport-news-body .featured-card-user.sn-today-mode .tit-row {
    display: none;
}

body.sport-news-body .featured-card-user.sn-today-mode .sn-user-card-body {
    padding: 0;
}

body.sport-news-body .sn-user-more {
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

body.sport-news-body .sn-user-more:hover {
    color: #f13131;
}

body.sport-news-body .sn-user-card-body {
    padding: 0 12px 14px;
}

body.sport-news-body .sn-today-panel {
    background: #fff;
    box-sizing: border-box;
    padding: 14px 14px 16px;
}

body.sport-news-body .sn-today-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

body.sport-news-body .sn-today-title {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    position: relative;
}

body.sport-news-body .sn-today-title::before {
    background: linear-gradient(180deg, #ff6b6b, #f13131);
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 8px;
    vertical-align: -2px;
    width: 3px;
}

body.sport-news-body .sn-today-more {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    transition: color .2s ease;
}

body.sport-news-body .sn-today-more:hover {
    color: #f13131;
}

body.sport-news-body .sn-today-subtitle {
    background: linear-gradient(90deg, #fafbfc 0%, #fff 100%);
    border: 1px solid #f0f2f5;
    border-radius: 6px;
    box-sizing: border-box;
    color: #888;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 7px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sport-news-body .sn-today-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 14px;
}

body.sport-news-body .sn-today-item {
    background: #f7f8fa;
    border: 1px solid #eef1f5;
    border-radius: 8px;
    box-sizing: border-box;
    min-height: 62px;
    padding: 9px 10px 10px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

body.sport-news-body .sn-today-item:hover {
    border-color: #e3e8ef;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
}

body.sport-news-body .sn-today-item .label {
    color: #999;
    font-size: 11px;
    line-height: 16px;
}

body.sport-news-body .sn-today-item .value {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 5px;
}

body.sport-news-body .sn-today-item .value.profit-up {
    color: #1aad19;
    font-size: 16px;
}

body.sport-news-body .sn-today-item .value.profit-down {
    color: #f13131;
    font-size: 16px;
}

body.sport-news-body .sn-user-actions {
    display: flex;
    gap: 10px;
}

body.sport-news-body .sn-today-actions .sn-btn-recharge {
    flex: 1.35;
}

body.sport-news-body .sn-today-actions .sn-btn-withdraw {
    flex: 1;
}

body.sport-news-body .sn-btn {
    border-radius: 20px;
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
}

body.sport-news-body .sn-btn-recharge {
    background: linear-gradient(135deg, #ff5a5a, #f13131);
    box-shadow: 0 3px 10px rgba(241, 49, 49, .28);
    color: #fff;
}

body.sport-news-body .sn-btn-recharge:hover {
    box-shadow: 0 4px 12px rgba(241, 49, 49, .38);
    color: #fff;
    transform: translateY(-1px);
}

body.sport-news-body .sn-today-actions .sn-btn-withdraw {
    background: #fff;
    border: 1px solid #d9dde3;
    box-shadow: none;
    color: #333;
}

body.sport-news-body .sn-today-actions .sn-btn-withdraw:hover {
    background: #fafafa;
    color: #333;
}

body.sport-news-body .sn-btn-withdraw {
    background: #fff;
    border: 1px solid #f13131;
    color: #f13131;
}

body.sport-news-body .sn-btn-withdraw:hover {
    background: #fff5f5;
    color: #f13131;
}

body.sport-news-body .sn-user-avatar {
    align-items: center;
    background: linear-gradient(145deg, #ff6b6b, #f13131);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(241, 49, 49, .25);
    color: #fff;
    display: flex;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    width: 48px;
}

body.sport-news-body .sn-user-avatar.guest {
    background: linear-gradient(145deg, #fff, #f5f5f5);
    border: 3px solid rgba(255, 255, 255, .9);
    box-shadow: 0 4px 14px rgba(241, 49, 49, .18);
    font-size: 0;
    height: 56px;
    width: 56px;
}

body.sport-news-body .sn-user-avatar.guest::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f13131'%3E%3Cpath d='M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8v1.2c0 .7.5 1.2 1.2 1.2h16.8c.7 0 1.2-.5 1.2-1.2v-1.2c0-3.2-6.4-4.8-9.6-4.8z'/%3E%3C/svg%3E") center/30px no-repeat;
    height: 30px;
    width: 30px;
}

body.sport-news-body .sn-user-guest {
    background: #fff;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
}

body.sport-news-body .sn-guest-banner {
    background: linear-gradient(135deg, #ff6b6b 0%, #f13131 55%, #e02525 100%);
    padding: 18px 14px 16px;
    position: relative;
}

body.sport-news-body .sn-guest-banner::after {
    background: radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .22) 0%, transparent 55%);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

body.sport-news-body .sn-guest-avatar-wrap {
    margin: 0 auto 10px;
    position: relative;
    width: 62px;
    z-index: 1;
}

body.sport-news-body .sn-guest-avatar-wrap::before {
    animation: sn-guest-pulse 2.4s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    content: "";
    height: 62px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
}

@keyframes sn-guest-pulse {
    0%, 100% { opacity: .55; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.06); }
}

body.sport-news-body .sn-guest-banner .sn-user-avatar {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

body.sport-news-body .sn-guest-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    position: relative;
    z-index: 1;
}

body.sport-news-body .sn-guest-desc {
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    line-height: 18px;
    margin: 4px 0 0;
    position: relative;
    z-index: 1;
}

body.sport-news-body .sn-guest-features {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 12px 8px;
}

body.sport-news-body .sn-guest-features li {
    align-items: center;
    color: #666;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    gap: 6px;
    line-height: 16px;
    width: 33%;
}

body.sport-news-body .sn-guest-icon {
    background: #fff5f5;
    border-radius: 50%;
    display: block;
    height: 36px;
    position: relative;
    width: 36px;
}

body.sport-news-body .sn-guest-icon::before {
    content: "";
    height: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
}

body.sport-news-body .sn-guest-icon-balance::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f13131'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 2c1.7 0 3.3.5 4.7 1.3L8.3 13.7C7.5 12.3 7 10.7 7 9c0-2.8 2.2-5 5-5zm0 16c-1.7 0-3.3-.5-4.7-1.3l8.4-8.4c.8 1.4 1.3 3 1.3 4.7 0 2.8-2.2 5-5 5z'/%3E%3C/svg%3E") center/contain no-repeat;
}

body.sport-news-body .sn-guest-icon-profit::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f13131'%3E%3Cpath d='M16 6l2.3 2.3-4.9 4.9-4-4L2 16.6 3.4 18l6-6 4 4 6.3-6.3L22 12V6z'/%3E%3C/svg%3E") center/contain no-repeat;
}

body.sport-news-body .sn-guest-icon-wallet::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f13131'%3E%3Cpath d='M21 7H5c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 10H5V9h16v8zm-4-5c.8 0 1.5-.7 1.5-1.5S17.8 9 17 9s-1.5.7-1.5 1.5S16.2 12 17 12z'/%3E%3C/svg%3E") center/contain no-repeat;
}

body.sport-news-body .sn-guest-actions {
    padding: 0 12px 10px;
}

body.sport-news-body .sn-guest-trial {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 14px;
    text-decoration: none;
    transition: color .2s ease;
}

body.sport-news-body .sn-guest-trial:hover {
    color: #f13131;
}

body.sport-news-body .sn-guest-trial::after {
    content: " →";
}

body.sport-news-body .sn-user-loading {
    color: #999;
    font-size: 13px;
    line-height: 80px;
    text-align: center;
}
