/* ==========================================================================
   blowzer2nd_map.css
   2nd/3rd/4th 各世代マップ共通スタイルシート (ライトテーマ専用)
   ========================================================================== */
.map-section {
    background-color: #ffffff !important;
    border: 1px solid var(--border-color, #e2e8f0) !important;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}
table#browser-table {
    background-color: #ffffff !important;
}
th {
    background-color: #edf2f7 !important;
    color: #2d3748 !important;
}
@media (prefers-color-scheme: light) {
    body { background-color: #f5f7fa !important; color: #2d3748 !important; }
    .map-section { background-color: #ffffff !important; border-color: #e2e8f0 !important; }
}