/*
Theme Name: ArtBot AI Tools Portal
Theme URI: https://artbotai.ru
Author: ArtBot Studio & Google Deepmind Antigravity
Author URI: https://artbotai.ru
Description: Высокотехнологичная темная тема для портала веб-инструментов, AI-генераторов и оптимизации медиаконтента.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artbot-portal
Tags: dark-mode, tools, custom-colors, grid-layout, high-performance
*/

:root {
  --bg-main: #07080c;
  --bg-surface: #0e1017;
  --bg-card: rgba(16, 19, 28, 0.75);
  --bg-card-hover: rgba(22, 26, 38, 0.9);
  --bg-glass: rgba(255, 255, 255, 0.03);
  
  --border-subtle: rgba(255, 255, 255, 0.07);
  --border-hover: rgba(0, 240, 255, 0.4);
  --border-accent: rgba(99, 102, 241, 0.3);
  
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  
  --cyan: #00f0ff;
  --cyan-glow: rgba(0, 240, 255, 0.25);
  --indigo: #6366f1;
  --indigo-glow: rgba(99, 102, 241, 0.25);
  --emerald: #10b981;
  --emerald-glow: rgba(16, 185, 129, 0.2);
  --rose: #f43f5e;
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-pill: 9999px;
  
  --font-sans: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Unbounded', 'Outfit', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', ui-monospace, monospace;
  
  --transition-fast: 0.15s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-normal: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
