/*
Theme Name: Novel Reader
Theme URI: https://hindisexystory.xyz
Author: Novamira AI
Author URI: https://hindisexystory.xyz
Description: An ultra-lightweight, mobile-first WordPress theme specifically crafted for stories, web novels, and distraction-free reading with Lucide icons.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 7.0.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: novel-reader
*/

:root {
  --font-serif: "Iowan Old Style", "Apple Garamond", "Baskerville", "Times New Roman", "Droid Serif", "Merriweather", serif;
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  /* Default Sepia / Eye-Care Theme */
  --bg-primary: #f6f1e8;
  --bg-surface: #ede6d9;
  --bg-secondary: #e4dcce;
  --bg-tertiary: #d8cebe;
  --text-primary: #2d261e;
  --text-secondary: #5e5244;
  --text-muted: #8d7f6f;
  --border-color: #dfd5c5;
  --accent-color: #8c532b;
  --accent-hover: #6a3e1e;
  --accent-light: #ece0d1;
  
  /* Reader defaults */
  --reader-font-size: 18px;
  --reader-line-height: 1.8;
  --reader-font-family: var(--font-serif);
  --reader-max-width: 740px;
  --reader-text-align: left;
  
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  
  --shadow-sm: 0 1px 3px rgba(45, 38, 30, 0.06);
  --shadow-md: 0 4px 12px rgba(45, 38, 30, 0.09);
  --shadow-lg: 0 10px 25px rgba(45, 38, 30, 0.14);
  
  --header-height: 56px;
  --bottom-bar-height: 56px;
  --transition: all 0.2s ease;
}

/* Light Theme */
[data-theme="light"] {
  --bg-primary: #fbfbfb;
  --bg-surface: #ffffff;
  --bg-secondary: #f0f2f5;
  --bg-tertiary: #e4e7eb;
  --text-primary: #1a1d20;
  --text-secondary: #5a626c;
  --text-muted: #8c96a3;
  --border-color: #e5e8ec;
  --accent-color: #2b6cb0;
  --accent-hover: #1e4e80;
  --accent-light: #e8f0fe;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Sepia Theme */
[data-theme="sepia"] {
  --bg-primary: #f6f1e8;
  --bg-surface: #ede6d9;
  --bg-secondary: #e4dcce;
  --bg-tertiary: #d8cebe;
  --text-primary: #2d261e;
  --text-secondary: #5e5244;
  --text-muted: #8d7f6f;
  --border-color: #dfd5c5;
  --accent-color: #8c532b;
  --accent-hover: #6a3e1e;
  --accent-light: #ece0d1;
  --shadow-sm: 0 1px 3px rgba(45, 38, 30, 0.06);
  --shadow-md: 0 4px 12px rgba(45, 38, 30, 0.09);
  --shadow-lg: 0 10px 25px rgba(45, 38, 30, 0.14);
}

/* Dark Theme */
[data-theme="dark"] {
  --bg-primary: #131518;
  --bg-surface: #1a1d22;
  --bg-secondary: #22262c;
  --bg-tertiary: #2d333b;
  --text-primary: #e6edf3;
  --text-secondary: #8b949e;
  --text-muted: #6e7681;
  --border-color: #2b313a;
  --accent-color: #58a6ff;
  --accent-hover: #79c0ff;
  --accent-light: rgba(56, 139, 253, 0.15);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* AMOLED / Pure Black Theme */
[data-theme="amoled"] {
  --bg-primary: #000000;
  --bg-surface: #0a0a0a;
  --bg-secondary: #141414;
  --bg-tertiary: #222222;
  --text-primary: #e0e0e0;
  --text-secondary: #888888;
  --text-muted: #555555;
  --border-color: #222222;
  --accent-color: #4da3ff;
  --accent-hover: #70b5ff;
  --accent-light: rgba(77, 163, 255, 0.15);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.5);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.7);
  --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.9);
}
