.sctfp-box {
    border: 2px solid #0073aa;
    background: linear-gradient(145deg, #f5faff, #d7ecff);
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-family: sans-serif;
    border-radius: 12px;
}
.sctfp-title {
    font-size: 24px;
    font-weight: bold;
    color: #1e2a38;
}
.sctfp-players {
    font-size: 16px;
    margin-top: 10px;
    color: #444;
}
.sctfp-timer {
    font-size: 28px;
    margin-top: 10px;
    font-weight: bold;
    color: #d7263d;
}
