/*
Theme Name:  FreelanceCRM Theme
Theme URI:   https://example.com/freelance-crm-theme
Author:      Onyx
Description: Theme tối giản biến toàn bộ site thành 1 app CRM mini cho freelancer — job/dự án, checklist, ghi chú, thư viện code snippet, tài chính dự án, chi tiêu cá nhân và Telegram Bot 2 chiều. Trang chủ hiển thị thẳng app, không có blog/sidebar rườm rà.
Version:     1.3.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: freelance-crm-theme
*/

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #eef1f5;
  color: #0f172a;
}

a { color: inherit; }
img { max-width: 100%; }

.fcrm-site-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
}
.fcrm-site-header .fcrm-site-logo {
  width: 30px; height: 30px; border-radius: 8px; background: #4f46e5;
  display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 13px;
}
.fcrm-site-header .fcrm-site-title { font-size: 15px; font-weight: 600; text-decoration: none; }
.fcrm-site-header .fcrm-site-title:hover { color: #4f46e5; }
.fcrm-site-header .fcrm-user-info { margin-left: auto; font-size: 12.5px; color: #64748b; }

.fcrm-page-wrap {
  max-width: 1320px;
  margin: 24px auto;
  padding: 0 20px;
}

.fcrm-site-footer {
  text-align: center;
  font-size: 12px;
  color: #94a3b8;
  padding: 18px;
}

/* Fallback đơn giản cho các trang/post thường (nếu site dùng thêm ngoài app) */
.fcrm-basic-content { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 28px; max-width: 760px; margin: 0 auto; }
.fcrm-basic-content h1 { font-size: 26px; margin-bottom: 14px; }
