.srs-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin: 16px 0; }
.srs-spot { border: 1px solid #ccc; border-radius: 6px; padding: 12px; text-align: center; }
.srs-spot--available { background: #e8f8f0; }
.srs-spot--pending { background: #fdf6d8; }
.srs-spot--approved { background: #fbe9c6; }
.srs-tabs { display: flex; gap: 8px; margin-bottom: 12px; }
.srs-tab { padding: 8px 16px; border: 1px solid #999; background: #f2f2f2; cursor: pointer; }
.srs-tab--active { background: #333; color: #fff; }
.srs-explainer { margin-top: 16px; font-size: 0.9em; }
