/*
Theme Name: ChamKhach CRM
Theme URI: https://chamkhach.vn
Author: ChamKhach
Author URI: https://chamkhach.vn
Description: WordPress Classic Theme cho ChamKhach CRM — AI-Powered Real Estate CRM. Phần mềm CRM bất động sản AI của Việt Nam. CSS thuần, không framework, vanilla JS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chamkhach
Tags: business, custom-logo, custom-menu, featured-images, translation-ready, two-columns, right-sidebar
*/

/* -------------------------------------------------------------------------
   style.css chỉ chứa Theme Header (bắt buộc) + một vài global reset tối thiểu.
   Toàn bộ styling thực tế nằm ở assets/css/main.css & assets/css/animations.css
   (được enqueue trong functions.php).
   ------------------------------------------------------------------------- */

/* Accessibility — skip link & screen-reader text */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; padding: 0; overflow: hidden;
  position: absolute !important; word-wrap: normal !important;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100000;
  background: #22c55e; color: #fff; padding: 12px 20px; border-radius: 0 0 8px 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* WP alignment helpers */
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin: 1em auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .875rem; color: #64748b; text-align: center; margin-top: 8px; }
.sticky, .gallery-caption, .bypostauthor { display: block; }
