/*
Theme Name: KOHARdsi
Theme URI: https://kohardsi.my.id
Author: Teja Sukmana
Author URI: https://kohardsi.my.id
Description: Theme WordPress modern dengan tampilan App-Like UI. Dilengkapi Bootstrap 5, PWA, Dark Mode, Syntax Highlighting, dan SEO Ready. Dioptimalkan untuk tutorial, tips & trik, tools, code snippet, blog/artikel, dan portfolio.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kohar
Tags: blog, portfolio, custom-menu, custom-logo, dark-mode, featured-images, full-width-template, sticky-post, threaded-comments, translation-ready
*/

/* ============================================
   CSS DESIGN TOKENS / CUSTOM PROPERTIES
   ============================================ */

:root {
  /* === Primary Colors === */
  --color-primary: #6366f1;
  --color-primary-rgb: 99, 102, 241;
  --color-primary-hover: #4f46e5;
  --color-secondary: #06b6d4;
  --color-secondary-rgb: 6, 182, 212;
  --color-accent: #f59e0b;
  --color-accent-rgb: 245, 158, 11;

  /* === Semantic Colors === */
  --color-success: #10b981;
  --color-danger: #ef4444;
  --color-warning: #f59e0b;
  --color-info: #3b82f6;

  /* === Backgrounds === */
  --color-bg-base: #f8fafc;
  --color-bg-surface: #ffffff;
  --color-bg-elevated: #ffffff;
  --color-bg-code: #1e1e2e;

  /* === Text === */
  --color-text-primary: #1e293b;
  --color-text-secondary: #64748b;
  --color-text-muted: #94a3b8;
  --color-text-inverse: #ffffff;

  /* === Borders === */
  --color-border: #e2e8f0;
  --color-border-hover: #cbd5e1;

  /* === Shadows === */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);
  --shadow-xl: 0 16px 48px rgba(0,0,0,0.16);

  /* === Border Radius === */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* === Transitions === */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 400ms ease;

  /* === Typography === */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace;

  /* === Layout === */
  --header-height: 64px;
  --header-height-mobile: 56px;
  --bottom-nav-height: 56px;
  --content-max-width: 1200px;
  --sidebar-width: 320px;
}

/* === DARK MODE TOKENS === */
[data-theme="dark"] {
  --color-primary: #818cf8;
  --color-primary-rgb: 129, 140, 248;
  --color-primary-hover: #a5b4fc;
  --color-secondary: #22d3ee;
  --color-secondary-rgb: 34, 211, 238;
  --color-accent: #fbbf24;
  --color-accent-rgb: 251, 191, 36;

  --color-success: #34d399;
  --color-danger: #f87171;
  --color-warning: #fbbf24;
  --color-info: #60a5fa;

  --color-bg-base: #0f0f23;
  --color-bg-surface: #1a1a2e;
  --color-bg-elevated: #25253e;

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

  --color-border: #2d2d4a;
  --color-border-hover: #3d3d5c;

  --shadow-sm: 0 1px 3px rgba(0,0,0,0.2);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.3);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.4);
  --shadow-xl: 0 16px 48px rgba(0,0,0,0.5);
}
