/*
Theme Name: RideLog
Theme URI: https://ridelog.it
Author: RideLog
Author URI: https://ridelog.it
Description: Custom dark theme for RideLog — Motorcycle Trip Tracker & Maintenance App for iPhone. Modern design with parallax effects, scroll animations, and full Polylang multilingual support.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.9.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ridelog
*/

:root {
  /* Background */
  --bg-primary: #0f0f1a;
  --bg-secondary: #1a1a2e;
  --bg-card: #1e1e35;
  --bg-card-hover: #252545;

  /* Brand Colors */
  --accent-green: #8b9a46;
  --accent-green-light: #a3b55a;
  --accent-green-dark: #5a7a3a;
  --accent-orange: #e8a838;
  --accent-orange-light: #f0be5a;
  --accent-orange-dark: #d4842a;

  /* Gradienti */
  --gradient-brand: linear-gradient(135deg, #8b9a46, #e8a838);
  --gradient-hero: linear-gradient(180deg, #0f0f1a 0%, #1a1a2e 100%);
  --gradient-green: linear-gradient(135deg, #5a7a3a, #8b9a46);

  /* Testo */
  --text-primary: #ffffff;
  --text-secondary: #a0a0b8;
  --text-muted: #6b6b80;

  /* Glassmorphism */
  --glass-bg: rgba(15, 15, 26, 0.8);
  --glass-border: rgba(255, 255, 255, 0.08);

  /* Spacing scale */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;
  --space-2xl: 8rem;

  /* Typography */
  --font-main: 'Inter', system-ui, sans-serif;
  --font-size-base: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 3rem;
  --font-size-hero: clamp(2.5rem, 5vw, 4.5rem);

  /* Border radius */
  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-xl: 2rem;
}
