/*
---------------------------------------------------------------------------
DEVNITE STUDIOS
---------------------------------------------------------------------------
Project      : Kirzen 4.1
Organization : Devnite Studios
License      : Proprietary
Copyright    : © 2026 Devnite Studios. All rights reserved.

This source file is proprietary software developed and maintained by
Devnite Studios as part of the Kirzen 4.1 project.

Unauthorized copying, redistribution, modification, publication,
or reproduction of this file or any portion of its contents is strictly
prohibited without prior written authorization from Devnite Studios.
---------------------------------------------------------------------------
*/

:root {
  /* ==========================================================================
     BACKGROUNDS
     ========================================================================== */

  --bg-base: #09090b;
  --bg-surface: #18181b;
  --bg-surface-2: #1c1c1f;
  --bg-surface-hover: #232326;
  --bg-elevated: #27272a;

  /* ==========================================================================
     TEXT
     ========================================================================== */

  --text-primary: #f4f4f5;
  --text-secondary: #a1a1aa;
  --text-muted: #71717a;

  /* ==========================================================================
     ACCENT
     ========================================================================== */

  --accent-primary: #5865f2;
  --accent-hover: #4752c4;
  --accent-subtle: rgba(88, 101, 242, 0.12);

  /* ==========================================================================
     SEMANTIC
     ========================================================================== */

  --danger: #ef4444;
  --danger-subtle: rgba(239, 68, 68, 0.12);

  --success: #22c55e;
  --success-subtle: rgba(34, 197, 94, 0.12);

  --warning: #eab308;
  --warning-subtle: rgba(234, 179, 8, 0.12);

  /* ==========================================================================
     BORDERS
     ========================================================================== */

  --border-color: #27272a;
  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-strong: rgba(255, 255, 255, 0.1);

  /* ==========================================================================
     RADIUS
     ========================================================================== */

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;

  /* ==========================================================================
     SHADOWS
     ========================================================================== */

  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.18);

  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.22), 0 1px 3px rgba(0, 0, 0, 0.14);

  --shadow-lg: 0 18px 45px rgba(0, 0, 0, 0.38), 0 6px 16px rgba(0, 0, 0, 0.2);

  /* ==========================================================================
     MOTION
     ========================================================================== */

  --transition-fast: 150ms ease;
  --transition-normal: 250ms ease;

  /* ==========================================================================
     LAYOUT
     ========================================================================== */

  --navbar-height: 64px;
  --sidebar-width: 240px;
  --container-max: 1200px;

  /* ==========================================================================
     TYPOGRAPHY
     ========================================================================== */

  --font-sans:
    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
