/*
 Theme Name:   NSA Child Theme
 Theme URI:    https://www.nursingsuccessacademy.com
 Description:  Custom child theme for Nursing Success Academy — Refined Scholarly Authority design system. Built on Hello Elementor.
 Author:       Nursing Success Academy
 Author URI:   https://www.nursingsuccessacademy.com
 Template:     hello-elementor
 Version:      1.3.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  nsa-child
 Requires at least: 6.0
 Tested up to: 6.9.4
*/

/* ==========================================================================
   NSA DESIGN SYSTEM — CSS Custom Properties
   Source of truth: DESIGN.md
   ========================================================================== */

:root {
  /* ---- Light Mode (Marketing Site) ---- */
  --bg: #F9F7F4;
  --surface: #FFFFFF;
  --surface-2: #F2EFE9;
  --border: #E0DDD6;
  --text-1: #1A1E2A;
  --text-2: #5A5E6B;
  --text-3: #9A9EAB;

  /* ---- Brand Colors (both modes) ---- */
  --primary: #0A7D8C;
  --primary-dim: #085F6B;
  --primary-bg: #E8F6F8;
  --accent: #C9943B;
  --accent-dim: #A67828;
  --accent-bg: #FDF4E3;

  /* ---- Semantic Colors ---- */
  --success: #2E8B57;
  --success-bg: #E8F5EE;
  --warning: #E88B2A;
  --warning-bg: #FEF3E2;
  --error: #D64444;
  --error-bg: #FDEAEA;
  --info: #0A7D8C;
  --info-bg: #E8F6F8;

  /* ---- Dashboard (Dark Mode) ---- */
  --dash-bg: #0D1117;
  --dash-surface: #090D12;
  --dash-card: rgba(255, 255, 255, 0.04);
  --dash-border: rgba(255, 255, 255, 0.07);
  --dash-text-1: #E4E4E2;
  --dash-text-2: rgba(255, 255, 255, 0.60);
  --dash-text-3: rgba(255, 255, 255, 0.35);
  --dash-success: #2A7A4D;
  --dash-error: #C43D3D;
  --dash-warning: #D47D20;

  /* ---- Typography ---- */
  --font-display: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --font-data: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;

  /* ---- Spacing (8px base) ---- */
  --space-2xs: 2px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;

  /* ---- Border Radius ---- */
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 12px;
  --r-xl: 16px;
  --r-full: 9999px;

  /* ---- Shadows ---- */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.16);

  /* ---- Motion ---- */
  --ease-enter: cubic-bezier(0.0, 0.0, 0.2, 1);
  --ease-exit: cubic-bezier(0.4, 0.0, 1, 1);
  --ease-move: cubic-bezier(0.4, 0.0, 0.2, 1);
  --duration-micro: 75ms;
  --duration-short: 175ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-progress: 800ms;

  /* ---- Layout ---- */
  --content-max: 1280px;
  --sidebar-width: 240px;
  --gutter: 32px;
  --page-margin: 32px;
}
