/*
Theme Name: MapsViet Theme
Theme URI: https://mapsviet.com
Author: MapsViet
Author URI: https://mapsviet.com
Description: Theme khung xương cho mapsviet.com. Theme CHỈ chịu trách nhiệm cấu hình hiển thị (header/footer wrapper, menu, style.css design tokens) — toàn bộ logic nghiệp vụ (danh bạ địa điểm, tỉnh thành, rao vặt, MapsViet Guide, đăng ký doanh nghiệp, premium, SEO...) nằm trong các plugin mapsviet-*. Theme không được chứa Custom Post Type, shortcode hay xử lý form.
Version: 1.4.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mapsviet-theme
*/

/* ==========================================================================
   Design tokens — nguồn tham chiếu duy nhất cho toàn bộ site.
   mapsviet-core sẽ in đè các biến này qua Customizer (màu thương hiệu...),
   nhưng GIÁ TRỊ MẶC ĐỊNH luôn nằm ở đây để theme hoạt động được ngay cả khi
   plugin Core bị tắt (site không được vỡ hoàn toàn khi thiếu 1 plugin).
   ========================================================================== */
:root{
  --mv-font-display:'Be Vietnam Pro',sans-serif;
  --mv-font-body:'Be Vietnam Pro',sans-serif;
  --mv-brand:#d71920;
  --mv-accent:#d71920; --mv-accent-light:#fff0f1; --mv-accent-dark:#a80f16;
  --mv-map-blue:#168bd2; --mv-map-blue-light:#e9f6fd;
  --mv-map-green:#249c47; --mv-map-green-light:#eaf7ee;
  --mv-map-yellow:#f4c430; --mv-map-yellow-light:#fff8dc;
  --mv-success:#188843; --mv-success-light:#eaf7ee;
  --mv-danger:#c5221f; --mv-danger-light:#fff0f1;
  --mv-warning:#d98600; --mv-warning-light:#fff8dc;
  --mv-purple:#6b5ecf; --mv-purple-light:#eef0fb;
  --mv-text-primary:#202124; --mv-text-secondary:#5f6368; --mv-text-muted:#80868b;
  --mv-border:#e1e6eb; --mv-border-strong:#cfd6dd; --mv-surface:#ffffff; --mv-surface-alt:#f6f8fa;
  --mv-radius:12px; --mv-header-h:68px; --mv-sidebar-w:88px;
  --mv-shadow-sm:0 2px 8px rgba(31,45,61,.07);
  --mv-shadow-md:0 10px 30px rgba(31,45,61,.11), 0 2px 8px rgba(31,45,61,.06);
}
*{ box-sizing:border-box; }
img{ max-width:100%; }
body{
  margin:0; font-family:var(--mv-font-body); color:var(--mv-text-primary);
  background:var(--mv-surface-alt); font-size:15.5px; line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
a{ text-decoration:none; color:inherit; }
h1,h2,h3,h4{ font-family:var(--mv-font-display); font-weight:700; letter-spacing:-0.01em; margin:0; }
:focus-visible{ outline:2px solid var(--mv-accent); outline-offset:2px; border-radius:6px; }
.mv-sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.mv-hidden{ display:none !important; }
.mv-container{ max-width:1180px; margin:0 auto; padding:0 24px; }
@media (max-width:600px){ .mv-container{ padding:0 14px; } }

/* Fallback notice khi 1 plugin bắt buộc bị tắt — không để trang trắng im lặng */
.mv-missing-plugin-notice{
  margin:40px auto; max-width:640px; background:var(--mv-warning-light); color:#7a4a00;
  border:1px solid var(--mv-warning); border-radius:var(--mv-radius); padding:20px 24px; font-size:14.5px;
}
