/*
Theme Name: iTradeAIMS Portal
Theme URI: https://my.itradeaims.net/
Author: iTradeAIMS Team
Author URI: https://itradeaims.net/
Description: Bespoke modern dark theme for iTradeAIMS Members Portal.
Version: 1.5.3
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: itradeaims-portal
*/

:root {
  /* Surface & Background Tokens */
  --bg-base: #080b11;
  --bg-surface: #0e131d;
  --bg-surface-elevated: #151c2a;
  --bg-glass: rgba(8, 11, 17, 0.72);
  --bg-glass-scrolled: rgba(10, 14, 23, 0.90);

  /* Brand Blue Accent Tokens */
  --accent-primary: #007aff;
  --accent-primary-hover: #0062cc;
  --accent-primary-light: rgba(0, 122, 255, 0.12);
  --accent-primary-glow: rgba(0, 122, 255, 0.35);
  --accent-cyan: #00d2ff;

  /* Typography Colors */
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;

  /* Borders */
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(255, 255, 255, 0.16);
  --border-focus: rgba(0, 122, 255, 0.5);

  /* Alerts */
  --error-bg: rgba(244, 63, 94, 0.1);
  --error-border: rgba(244, 63, 94, 0.35);
  --error-text: #fda4af;
  --success-bg: rgba(16, 185, 129, 0.1);
  --success-border: rgba(16, 185, 129, 0.35);
  --success-text: #34d399;

  /* Typography */
  --font-primary: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Layout */
  --container-max-width: 1240px;
  --container-padding: 24px;

  /* Transitions */
  --transition-fast: 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
