/*
Theme Name: Alliance Child — CEO Hub
Theme URI: https://alliance.themerex.net/
Template: alliance
Description: Child theme of Alliance for the CEO Hub course + community + earnings platform. Adds custom Hub post type, earnings tracking, streaks, and a custom dashboard view.
Author: CEO Hub Team
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ceohub
*/

/* ════════════════════════════════════════════════════════════════════
   CEO HUB — Design tokens
   These CSS custom properties are used throughout the Hub UI.
   Override them in the WP Customizer (Phase 7) if needed.
   ════════════════════════════════════════════════════════════════════ */
:root {
  /* Brand */
  --ceohub-primary:      #3B30E6;   /* purple/indigo from screenshot's "Find My Path" + accents */
  --ceohub-primary-dark: #2B22C7;
  --ceohub-accent:       #FFB020;   /* gold/orange from CEO HUB logo */
  --ceohub-success:      #10B981;
  --ceohub-warning:      #F59E0B;
  --ceohub-danger:       #EF4444;

  /* Sidebar (left nav, dark) */
  --ceohub-sidebar-bg:        #0B1220;
  --ceohub-sidebar-text:      #C7CDDB;
  --ceohub-sidebar-text-soft: #6B7280;
  --ceohub-sidebar-active-bg: #3B30E6;

  /* Surfaces */
  --ceohub-bg:           #F8FAFC;
  --ceohub-surface:      #FFFFFF;
  --ceohub-surface-soft: #F1F5F9;
  --ceohub-border:       #E2E8F0;
  --ceohub-border-soft:  #F1F5F9;

  /* Text */
  --ceohub-text:          #0F172A;
  --ceohub-text-soft:     #64748B;
  --ceohub-text-muted:    #94A3B8;
  --ceohub-text-on-dark:  #F8FAFC;

  /* Hub card gradients — 12 colors matching the screenshot */
  --ceohub-hub-1:  #2563EB;  /* E-Commerce — blue */
  --ceohub-hub-2:  #10B981;  /* AI Builder — green */
  --ceohub-hub-3:  #F59E0B;  /* Trading — orange */
  --ceohub-hub-4:  #8B5CF6;  /* Franchise — purple */
  --ceohub-hub-5:  #EC4899;  /* Affiliate — pink */
  --ceohub-hub-6:  #14B8A6;  /* Digital Products — teal */
  --ceohub-hub-7:  #EF4444;  /* Content Creators — red */
  --ceohub-hub-8:  #3B82F6;  /* Startup — bright blue */
  --ceohub-hub-9:  #6366F1;  /* Fintech — indigo */
  --ceohub-hub-10: #EAB308;  /* Wealth — yellow */
  --ceohub-hub-11: #059669;  /* Scholarship — dark green */
  --ceohub-hub-12: #C2410C;  /* Property — burnt orange */

  /* Shape */
  --ceohub-radius-sm: 6px;
  --ceohub-radius:    12px;
  --ceohub-radius-lg: 16px;

  /* Shadow */
  --ceohub-shadow-sm: 0 1px 2px 0 rgba(15, 23, 42, 0.04), 0 1px 3px 0 rgba(15, 23, 42, 0.06);
  --ceohub-shadow:    0 4px 6px -1px rgba(15, 23, 42, 0.08), 0 2px 4px -2px rgba(15, 23, 42, 0.04);
  --ceohub-shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, 0.10), 0 4px 6px -4px rgba(15, 23, 42, 0.05);

  /* Motion */
  --ceohub-trans:      200ms cubic-bezier(0.4, 0, 0.2, 1);
  --ceohub-trans-slow: 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ════════════════════════════════════════════════════════════════════
   Phase 1 placeholder — actual UI styles arrive in Phase 2.
   This file currently only defines design tokens for downstream use.
   ════════════════════════════════════════════════════════════════════ */
