
.status-signup { background: #0ea5e9; }      /* 报名中 */
.status-upcoming { background: #f59e0b; }    /* 即将开始 */
.status-ongoing { background: #22c55e; }     /* 进行中 */
.status-ended { background: #6b7280; }       /* 已结束 */
.status-canceled { background: #ef4444; }    /* 已取消 */
.status-postponed { background: #8b5cf6; }   /* 已延期 */
.status-full { background: #ea580c; }        /* 名额已满 */
.status-not-open { background: #64748b; }    /* 报名未开启 */

.event-status { position: absolute; top: 12px; z-index: 2; padding: 6px 12px; border-radius: 14px; font-size: 12px; font-weight: 700; color: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.12); white-space: nowrap; }
.status-left { left: 12px; }
.status-right { right: 12px; }