/* 世界杯预测 · 引流宝蓝白风格 */
.wc-page {
    font-family: "Verdana", "PingFang SC", "Microsoft YaHei", sans-serif;
    background: linear-gradient(180deg, #e8eef8 0%, #f0f2f5 100%);
    min-height: 100vh;
    color: #333;
}

.wc-page::before {
    content: '';
    position: fixed;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(240,242,245,0.98) 100%);
    z-index: 0;
    pointer-events: none;
}

.wc-page > * {
    position: relative;
    z-index: 1;
}

.wc-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e7e5e5;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.wc-btn-primary {
    display: inline-block;
    padding: 12px 36px;
    background: #385EE2;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.wc-btn-primary:hover {
    background: #2d4bc4;
    color: #fff;
}

.wc-btn-outline {
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    color: #385EE2;
    border: 1px solid #385EE2;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.wc-trophy-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    flex-shrink: 0;
}
