/* Bible Here - Theme Definitions */

:root,
[data-theme="default"] {
  --bg-primary: #FFFFFF;
  --bg-secondary: #F8F9FA;
  --bg-card: #FFFFFF;
  --text-primary: #212529;
  --text-secondary: #6C757D;
  --text-muted: #ADB5BD;
  --accent-primary: #8B4513;
  --accent-hover: #A0522D;
  --border-color: #DEE2E6;
  --border-radius: 8px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.1);
  --nav-bg: #FFFFFF;
  --nav-text: #212529;
  --nav-active: #8B4513;
  --highlight-bg: #FFFDE7;
  --badge-success: #198754;
  --badge-warning: #FFC107;
  --badge-muted: #ADB5BD;
  --bg-image: none;
  --bg-repeat: no-repeat;
}

[data-theme="texturelight"] {
  --bg-primary: #FDF8F0;
  --bg-secondary: #F5EDE0;
  --bg-card: rgba(255,255,255,0.85);
  --text-primary: #2C1810;
  --text-secondary: #5D4037;
  --text-muted: #8D6E63;
  --accent-primary: #8B4513;
  --accent-hover: #A0522D;
  --border-color: #D7CCC8;
  --border-radius: 8px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.1);
  --nav-bg: rgba(245,237,224,0.95);
  --nav-text: #2C1810;
  --nav-active: #8B4513;
  --highlight-bg: #FFF9C4;
  --badge-success: #198754;
  --badge-warning: #FFC107;
  --badge-muted: #ADB5BD;
  --bg-image: url('../images/bg-texture.png');
  --bg-repeat: repeat;
}

[data-theme="texturedark"] {
  --bg-primary: #1A1A1A;
  --bg-secondary: #242424;
  --bg-card: rgba(33,38,45,0.85);
  --text-primary: #D4C8B8;
  --text-secondary: #A89888;
  --text-muted: #6E6058;
  --accent-primary: #C4956A;
  --accent-hover: #D4A87A;
  --border-color: #3A3530;
  --border-radius: 8px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.4);
  --nav-bg: rgba(36,36,36,0.95);
  --nav-text: #D4C8B8;
  --nav-active: #C4956A;
  --highlight-bg: #3A2A1A;
  --badge-success: #3FB950;
  --badge-warning: #D29922;
  --badge-muted: #484F58;
  --bg-image: url('../images/bg-texture-dark.png');
  --bg-repeat: repeat;
}

[data-theme="parchment"] {
  --bg-primary: #FFF8DC;
  --bg-secondary: #FAEBD7;
  --bg-card: #FFF8DC;
  --text-primary: #3E2723;
  --text-secondary: #5D4037;
  --text-muted: #8D6E63;
  --accent-primary: #795548;
  --accent-hover: #8D6E63;
  --border-color: #D7CCC8;
  --nav-bg: #EFEBE9;
  --nav-text: #3E2723;
  --nav-active: #795548;
  --highlight-bg: #FFF9C4;
  --bg-image: none;
  --bg-repeat: no-repeat;
}

[data-theme="night"] {
  --bg-primary: #0D1117;
  --bg-secondary: #161B22;
  --bg-card: #21262D;
  --text-primary: #C9D1D9;
  --text-secondary: #8B949E;
  --text-muted: #6E7681;
  --accent-primary: #58A6FF;
  --accent-hover: #79C0FF;
  --border-color: #30363D;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.3);
  --shadow-md: 0 4px 6px rgba(0,0,0,0.4);
  --nav-bg: #161B22;
  --nav-text: #C9D1D9;
  --nav-active: #58A6FF;
  --highlight-bg: #1A3A5C;
  --badge-success: #3FB950;
  --badge-warning: #D29922;
  --badge-muted: #484F58;
  --bg-image: none;
  --bg-repeat: no-repeat;
}

[data-theme="forest"] {
  --bg-primary: #F0FFF0;
  --bg-secondary: #E8F5E9;
  --bg-card: #F0FFF0;
  --text-primary: #1B5E20;
  --text-secondary: #2E7D32;
  --text-muted: #66BB6A;
  --accent-primary: #2E7D32;
  --accent-hover: #388E3C;
  --border-color: #C8E6C9;
  --nav-bg: #E8F5E9;
  --nav-text: #1B5E20;
  --nav-active: #2E7D32;
  --highlight-bg: #DCEDC8;
  --bg-image: none;
  --bg-repeat: no-repeat;
}

[data-theme="ocean"] {
  --bg-primary: #E3F2FD;
  --bg-secondary: #BBDEFB;
  --bg-card: #E3F2FD;
  --text-primary: #0D47A1;
  --text-secondary: #1565C0;
  --text-muted: #64B5F6;
  --accent-primary: #1565C0;
  --accent-hover: #1976D2;
  --border-color: #90CAF9;
  --nav-bg: #BBDEFB;
  --nav-text: #0D47A1;
  --nav-active: #1565C0;
  --highlight-bg: #B3E5FC;
  --bg-image: none;
  --bg-repeat: no-repeat;
}

[data-theme="sunset"] {
  --bg-primary: #FFF3E0;
  --bg-secondary: #FFE0B2;
  --bg-card: #FFF3E0;
  --text-primary: #BF360C;
  --text-secondary: #D84315;
  --text-muted: #FF8A65;
  --accent-primary: #E65100;
  --accent-hover: #F57C00;
  --border-color: #FFCC80;
  --nav-bg: #FFE0B2;
  --nav-text: #BF360C;
  --nav-active: #E65100;
  --highlight-bg: #FFE082;
  --bg-image: none;
  --bg-repeat: no-repeat;
}

[data-theme="lavender"] {
  --bg-primary: #F3E5F5;
  --bg-secondary: #E1BEE7;
  --bg-card: #F3E5F5;
  --text-primary: #4A148C;
  --text-secondary: #6A1B9A;
  --text-muted: #AB47BC;
  --accent-primary: #7B1FA2;
  --accent-hover: #8E24AA;
  --border-color: #CE93D8;
  --nav-bg: #E1BEE7;
  --nav-text: #4A148C;
  --nav-active: #7B1FA2;
  --highlight-bg: #E1BEE7;
  --bg-image: none;
  --bg-repeat: no-repeat;
}
