/*
Theme Name:        ГНОЗИС Theme
Theme URI:         https://gnozis.com/
Author:            Gnozis Arch Team
Author URI:        https://gnozis.com/
Description:       Преміальна темна езотерична тема. Steel Abyss color system v2.
Version:           2.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.0
Text Domain:       gnozis-theme
Tags:              dark-mode, e-commerce, social-network, buddyboss, woocommerce
*/

/* Скидання зміщень від WordPress Admin Bar на фронтенді */
html, html.admin-bar, body, body.admin-bar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#wpadminbar {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ==========================================================================
   GNOSIS STEEL ABYSS — Centralized Design Token System v2
   Cold Navy + Blue-Graphite + Steel Premium
   Всі кольори тут. НЕ хардкодити в компонентах.
   ========================================================================== */
:root {
  /* BACKGROUNDS */
  --bg-void:          #001020;
  --bg-deep:          #101820;
  --bg-base:          #101020;
  --bg-surface:       #152030;
  --bg-card:          #1A2B3C;
  --bg-card-alt:      #1A1A2E;
  --bg-elevated:      #203040;
  --bg-dark-surface:  #102030;
  --bg-input:         #1E2E3E;
  --bg-input-focus:   #243444;
  --bg-glass:         rgba(20, 32, 48, 0.82);
  --bg-overlay:       rgba(0, 10, 20, 0.85);

  /* BORDERS */
  --border-subtle:  rgba(96, 120, 144, 0.15);
  --border-default: #304050;
  --border-card:    #2A3B4C;
  --border-input:   #405060;
  --border-hover:   #607890;
  --border-active:  #7898B8;
  --border-muted:   rgba(64, 80, 96, 0.35);

  /* ACCENT — Steel-Blue */
  --accent-primary:        #607890;
  --accent-bright:         #7898B8;
  --accent-dim:            #4A6070;
  --accent-subtle:         #506070;
  --accent-glow:           rgba(96, 120, 144, 0.18);
  --accent-glow-strong:    rgba(96, 120, 144, 0.28);
  --accent-fill-soft:      rgba(96, 120, 144, 0.10);
  --accent-fill-medium:    rgba(96, 120, 144, 0.18);

  /* LEGACY COMPAT */
  --gnozis-bg-void:             #001020;
  --gnozis-bg-deep:             #101820;
  --gnozis-bg-surface:          #152030;
  --gnozis-bg-surface-elevated: #203040;
  --gnozis-bg-card:             rgba(20, 32, 48, 0.82);
  --gnozis-bg-card-hover:       rgba(26, 43, 60, 0.92);
  --gnozis-bg-glass:            rgba(20, 32, 48, 0.82);
  --gnozis-bg-input:            #1E2E3E;
  --gnozis-border-subtle:       rgba(96, 120, 144, 0.15);
  --gnozis-border-card:         #2A3B4C;
  --gnozis-border-hover:        #607890;
  --gnozis-border-active:       #7898B8;
  --accent-cobalt:              #607890;
  --accent-cobalt-dark:         #4A6070;
  --accent-cobalt-glow:         rgba(96, 120, 144, 0.18);
  --accent-cobalt-dim:          rgba(96, 120, 144, 0.10);
  --accent-violet:              #203040;
  --accent-violet-light:        #304050;
  --accent-violet-glow:         rgba(32, 48, 64, 0.25);
  --accent-cyan:                #7898B8;
  --accent-cyan-glow:           rgba(120, 152, 184, 0.18);
  --accent-indigo:              #607890;
  --gradient-primary:           #607890;
  --gradient-primary-hover:     #4A6070;
  --gradient-surface:           linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 100%);

  /* SHADOWS & GLOWS */
  --shadow-xs:              0 2px 8px rgba(0, 0, 0, 0.40);
  --shadow-card:            0 4px 20px -4px rgba(0, 0, 0, 0.55);
  --shadow-card-elevated:   0 16px 40px -12px rgba(0,0,0,0.80), 0 0 1px 1px rgba(255,255,255,0.04);
  --shadow-modal:           0 24px 64px -12px rgba(0, 0, 0, 0.90);
  --glow-ambient-cobalt:    0 0 40px -10px rgba(96, 120, 144, 0.12);
  --glow-ambient-violet:    0 0 40px -10px rgba(48, 64, 80, 0.12);
  --glow-ambient-cyan:      0 0 35px -8px  rgba(120, 152, 184, 0.10);

  /* TEXT */
  --text-primary:   #E0E8F0;
  --text-secondary: #A0B0C0;
  --text-muted:     #708090;
  --text-disabled:  #506070;
  --text-accent:    #7898B8;
  --gnozis-text-primary:   #E0E8F0;
  --gnozis-text-secondary: #A0B0C0;
  --gnozis-text-muted:     #708090;
  --gnozis-text-tertiary:  #506070;
  --gnozis-text-accent:    #7898B8;
  --gnozis-text-cyan:      #7898B8;

  /* STATUS */
  --color-success: #10B981;
  --color-error:   #EF4444;
  --color-warning: #F59E0B;

  /* TYPOGRAPHY */
  --gnozis-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --gnozis-font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --gnozis-font-mono:    'JetBrains Mono', monospace;

  /* RADIUS */
  --gnozis-radius-xs:   4px;
  --gnozis-radius-sm:   8px;
  --gnozis-radius-md:   12px;
  --gnozis-radius-lg:   16px;
  --gnozis-radius-xl:   22px;
  --gnozis-radius-full: 9999px;

  /* TRANSITIONS */
  --gnozis-transition-fast:   0.15s cubic-bezier(0.16, 1, 0.3, 1);
  --gnozis-transition:        0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --gnozis-transition-smooth: 0.40s cubic-bezier(0.16, 1, 0.3, 1);
}
