body {
    background: transparent !important;
    color: #fff;
    font-family: Arial,sans-serif;
    margin:0;
    padding:0;
}
.sp-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 95vh;
    width: 100vw;
}
.selector { margin-bottom: 18px; text-align:center;}
.sptitle { font-size:1.3em; margin-bottom: 8px; color: inherit; }
.sp-cards {
    display: flex; flex-wrap:wrap;
    justify-content: center; gap: 18px;
    width: 100%;
    max-width:900px;
}
.sp-card {
    background: rgba(255,255,255,0.11);
    border-radius: 18px;
    box-shadow: 0 2px 18px #0003;
    padding: 17px 16px 13px 16px;
    min-width: 240px;
    max-width: 300px;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid rgba(50,50,50,0.10);
}
.sp-pic {
    width:64px; height:64px;
    object-fit:cover; border-radius:50%;
    border:3px solid #d4d4d4;
    margin:0 auto 10px auto;
    background: #fff;
    box-shadow:0 1px 8px #0002;
}
.sp-label { color:#888; font-size:0.97em; margin-top:2px;}
.sp-title { color: inherit; font-size:1.10em; font-weight:bold; margin-bottom:2px;}
.sp-time {
    color: #fff;
    font-size: 1.06em;
    font-weight: 500;
    text-shadow: 0 1px 2px #0009;
}
.sp-moderator { color:#1976d2; font-size:1.03em; font-weight:600; margin-bottom:2px;}
.sp-desc {
    color: #fff;
    font-size: 1.01em;
    margin-top:7px;
    text-shadow: 0 1px 2px #0009;
}
@media (max-width:600px){
    .sp-cards {flex-direction:column; align-items:center;}
    .sp-main {padding:0;}
}
