/*
Theme Name: iTradeAIMS
Theme URI: https://itradeaims.local/
Author: iTradeAIMS Team
Author URI: https://itradeaims.local/
Description: Bespoke modern dark theme for iTradeAIMS platform.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: itradeaims
*/

:root {
  /* Color 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);
  
  --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);

  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;

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

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

  /* Layout */
  --banner-height: 40px;
  --header-height: 80px;
  --header-height-scrolled: 68px;
  --header-offset: calc(var(--header-height) + var(--banner-height));
  --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);
}

html.banner-dismissed,
body.banner-dismissed {
  --banner-height: 0px;
  --header-offset: var(--header-height);
}
