/*
Theme Name: Clermont Marketing Console
Theme URI: https://clermont.marketing
Author: Clermont.Marketing
Author URI: https://clermont.marketing
Description: A premium, console-inspired local marketing diagnostics theme for local businesses. Built for speed, clarity, and conversion.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clermont-marketing-gpt
Tags: dark, one-column, custom-logo, flexible-header, custom-menu, responsive-layout, editor-style
*/

/* Base design tokens */
:root {
  /* Light, Apple-inspired palette */
  --cmg-bg: #f7f4ee;
  --cmg-bg-alt: #fbfaf7;
  --cmg-panel: #ffffff;
  --cmg-panel-soft: #ece9e2;
  --cmg-border-subtle: #d9d5cd;
  --cmg-text: #1f1f1c;
  --cmg-text-muted: #5e5a54;
  --cmg-text-faint: rgba(31, 31, 28, 0.62);

  /* Accent (restrained; not neon) */
  --cmg-accent: #2b2b28;
  --cmg-accent-soft: rgba(43, 43, 40, 0.08);

  /* Geometry + elevation */
  --cmg-radius-lg: 4px;
  --cmg-radius-md: 4px;
  --cmg-radius-sm: 2px;
  --cmg-radius-pill: 999px;
  --cmg-shadow-soft: 0 1px 0 rgba(255, 255, 255, 0.7), 0 14px 40px rgba(31, 31, 28, 0.08);
  --cmg-shadow-tight: 0 0 0 1px rgba(31, 31, 28, 0.06), 0 10px 26px rgba(31, 31, 28, 0.08);

  /* Fonts */
  --cmg-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --cmg-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
  margin: 0;
  font-family: var(--cmg-font-sans);
  background-color: var(--cmg-bg);
  color: var(--cmg-text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--cmg-accent);
  text-decoration-color: rgba(43, 43, 40, 0.22);
  text-underline-offset: 0.18em;
}

