/* rules.php 전용 CSS */

#status-bar { color: #fff !important; }
.grid-center { padding: 0 !important; }

/* 좌표 색상 */
.coord-nums span   { color: rgba(255,255,255,0.75); font-weight: bold; }
.coord-letters span { color: rgba(255,255,255,0.75); font-weight: bold; }

/* 규칙 아이콘 버튼 */
html .icon-btn.rule-btn { color: #27ae60 !important; }
html .icon-btn.rule-btn.done { color: rgba(0,0,0,0.6) !important; }

/* 밝은 배경 테마 오버라이드 */
html.bg-light .coord-nums span,
html.bg-light .coord-letters span { color: rgba(0,0,0,0.55); }
html.bg-light #tab-rules ol { color: #111 !important; }
html.bg-light #tab-rules-btn,
html.bg-light #tab-progress-btn { color: rgba(0,0,0,0.4) !important; }
html.bg-light .icon-btn.rule-btn.done { color: rgba(0,0,0,0.45) !important; }

@media (max-width: 600px) {
    .grid-center { width: 100% !important; }
    .grid-right  { width: 100% !important; min-width: 0 !important; max-width: none !important; padding: 0 4px !important; box-sizing: border-box !important; }
}
