/* ============================================================================
   PROFESSIONAL TRADING SYSTEM THEMES - INSPIRED BY OPENALGO/DAISYUI
   ============================================================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: auto;
    overflow-y: auto;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    transition: all 0.3s ease;
    min-height: 100vh;
    overflow-x: auto;
}

/* ============================================================================
   PROFESSIONAL THEME SYSTEM - EXCELLENT VISIBILITY
   ============================================================================ */

/* LIGHT THEME - Clean & Professional */
.theme-light {
    --primary: #3b82f6;
    --primary-focus: #2563eb;
    --primary-content: #ffffff;
    --secondary: #64748b;
    --secondary-focus: #475569;
    --secondary-content: #ffffff;
    --accent: #06b6d4;
    --accent-focus: #0891b2;
    --accent-content: #ffffff;
    --neutral: #1f2937;
    --neutral-focus: #111827;
    --neutral-content: #ffffff;
    --base-100: #ffffff;
    --base-200: #f8fafc;
    --base-300: #e2e8f0;
    --base-content: #1f2937;
    --info: #0ea5e9;
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;

    /* Semantic colors */
    --bg-primary: var(--base-100);
    --bg-secondary: var(--base-200);
    --bg-card: var(--base-100);
    --bg-sidebar: var(--neutral);
    --bg-navbar: var(--base-100);
    --text-primary: var(--base-content);
    --text-secondary: var(--secondary);
    --text-muted: #64748b;
    --text-navbar: var(--base-content);
    --text-sidebar: var(--neutral-content);
    --text-sidebar-hover: var(--primary);
    --accent-primary: var(--primary);
    --accent-secondary: var(--primary-focus);
    --accent-gradient: linear-gradient(135deg, var(--primary), var(--primary-focus));
    --sidebar-hover: rgba(59, 130, 246, 0.1);
    --sidebar-active: var(--primary);
    --border-color: var(--base-300);
    --table-header-bg: var(--primary);
    --table-row-hover: rgba(59, 130, 246, 0.05);
    --shadow-color: rgba(0, 0, 0, 0.1);

    background: var(--bg-primary) !important;
    color: var(--text-primary) !important;
}

/* DARK THEME - Professional Dark */
.theme-dark {
    --primary: #3b82f6;
    --primary-focus: #2563eb;
    --primary-content: #ffffff;
    --secondary: #64748b;
    --secondary-focus: #475569;
    --secondary-content: #ffffff;
    --accent: #06b6d4;
    --accent-focus: #0891b2;
    --accent-content: #ffffff;
    --neutral: #374151;
    --neutral-focus: #1f2937;
    --neutral-content: #ffffff;
    --base-100: #1f2937;
    --base-200: #374151;
    --base-300: #4b5563;
    --base-content: #f9fafb;
    --info: #0ea5e9;
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;

    /* Semantic colors */
    --bg-primary: var(--base-100);
    --bg-secondary: var(--base-200);
    --bg-card: var(--base-200);
    --bg-sidebar: var(--neutral-focus);
    --bg-navbar: var(--base-100);
    --text-primary: var(--base-content);
    --text-secondary: #d1d5db;
    --text-muted: #9ca3af;
    --text-navbar: var(--base-content);
    --text-sidebar: var(--neutral-content);
    --text-sidebar-hover: var(--primary);
    --accent-primary: var(--primary);
    --accent-secondary: var(--primary-focus);
    --accent-gradient: linear-gradient(135deg, var(--primary), var(--primary-focus));
    --sidebar-hover: rgba(59, 130, 246, 0.1);
    --sidebar-active: var(--primary);
    --border-color: var(--base-300);
    --table-header-bg: var(--primary);
    --table-row-hover: rgba(59, 130, 246, 0.1);
    --shadow-color: rgba(0, 0, 0, 0.3);

    background: var(--bg-primary) !important;
    color: var(--text-primary) !important;
}

/* BUSINESS THEME - Professional Blue */
.theme-blue {
    --primary: #1e40af;
    --primary-focus: #1d4ed8;
    --primary-content: #ffffff;
    --secondary: #64748b;
    --secondary-focus: #475569;
    --secondary-content: #ffffff;
    --accent: #0ea5e9;
    --accent-focus: #0284c7;
    --accent-content: #ffffff;
    --neutral: #1e293b;
    --neutral-focus: #0f172a;
    --neutral-content: #ffffff;
    --base-100: #f8fafc;
    --base-200: #f1f5f9;
    --base-300: #e2e8f0;
    --base-content: #0f172a;
    --info: #0ea5e9;
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;

    /* Semantic colors */
    --bg-primary: var(--base-100);
    --bg-secondary: var(--base-200);
    --bg-card: var(--base-100);
    --bg-sidebar: var(--neutral);
    --bg-navbar: var(--base-100);
    --text-primary: var(--base-content);
    --text-secondary: var(--secondary);
    --text-muted: #64748b;
    --text-navbar: var(--base-content);
    --text-sidebar: var(--neutral-content);
    --text-sidebar-hover: var(--accent);
    --accent-primary: var(--primary);
    --accent-secondary: var(--primary-focus);
    --accent-gradient: linear-gradient(135deg, var(--primary), var(--accent));
    --sidebar-hover: rgba(14, 165, 233, 0.1);
    --sidebar-active: var(--primary);
    --border-color: var(--base-300);
    --table-header-bg: var(--primary);
    --table-row-hover: rgba(30, 64, 175, 0.05);
    --shadow-color: rgba(0, 0, 0, 0.1);

    background: var(--bg-primary) !important;
    color: var(--text-primary) !important;
}

/* EMERALD THEME - Professional Green */
.theme-green {
    --primary: #059669;
    --primary-focus: #047857;
    --primary-content: #ffffff;
    --secondary: #64748b;
    --secondary-focus: #475569;
    --secondary-content: #ffffff;
    --accent: #10b981;
    --accent-focus: #059669;
    --accent-content: #ffffff;
    --neutral: #1f2937;
    --neutral-focus: #111827;
    --neutral-content: #ffffff;
    --base-100: #f0fdf4;
    --base-200: #dcfce7;
    --base-300: #bbf7d0;
    --base-content: #14532d;
    --info: #0ea5e9;
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;

    /* Semantic colors */
    --bg-primary: var(--base-100);
    --bg-secondary: var(--base-200);
    --bg-card: var(--base-100);
    --bg-sidebar: var(--neutral);
    --bg-navbar: var(--base-100);
    --text-primary: var(--base-content);
    --text-secondary: var(--secondary);
    --text-muted: #64748b;
    --text-navbar: var(--base-content);
    --text-sidebar: var(--neutral-content);
    --text-sidebar-hover: var(--accent);
    --accent-primary: var(--primary);
    --accent-secondary: var(--primary-focus);
    --accent-gradient: linear-gradient(135deg, var(--primary), var(--accent));
    --sidebar-hover: rgba(16, 185, 129, 0.1);
    --sidebar-active: var(--primary);
    --border-color: var(--base-300);
    --table-header-bg: var(--primary);
    --table-row-hover: rgba(5, 150, 105, 0.05);
    --shadow-color: rgba(0, 0, 0, 0.1);

    background: var(--bg-primary) !important;
    color: var(--text-primary) !important;
}

/* ============================================================================
   UNIVERSAL ELEMENT STYLING - EXCELLENT VISIBILITY
   ============================================================================ */

/* Apply theme colors to ALL elements */
[class^="theme-"] {
    color: var(--text-primary);
}

/* Text elements with proper contrast */
[class^="theme-"] p,
[class^="theme-"] li,
[class^="theme-"] h1,
[class^="theme-"] h2,
[class^="theme-"] h3,
[class^="theme-"] h4,
[class^="theme-"] h5,
[class^="theme-"] h6,
[class^="theme-"] span,
[class^="theme-"] div,
[class^="theme-"] td,
[class^="theme-"] th,
[class^="theme-"] .card-title,
[class^="theme-"] .nav-link {
    color: var(--text-primary);
    font-weight: 500;
}

/* Muted text with good visibility */
[class^="theme-"] .text-muted,
[class^="theme-"] .small,
[class^="theme-"] small {
    color: var(--text-muted) !important;
    opacity: 1 !important;
}

/* Secondary text */
[class^="theme-"] .text-secondary {
    color: var(--text-secondary) !important;
}

/* ============================================================================
   FORM ELEMENTS - CRITICAL VISIBILITY FIXES
   ============================================================================ */

/* All form inputs with excellent visibility */
[class^="theme-"] .form-control,
[class^="theme-"] .form-select,
[class^="theme-"] input,
[class^="theme-"] textarea,
[class^="theme-"] select {
    background: var(--base-100) !important;
    color: var(--base-content) !important;
    border: 2px solid var(--border-color) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    min-height: 44px !important;
    transition: all 0.2s ease !important;
}

/* Focus states with clear visibility */
[class^="theme-"] .form-control:focus,
[class^="theme-"] .form-select:focus,
[class^="theme-"] input:focus,
[class^="theme-"] textarea:focus,
[class^="theme-"] select:focus {
    background: var(--base-100) !important;
    color: var(--base-content) !important;
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
    outline: none !important;
}

/* Form labels with excellent contrast */
[class^="theme-"] .form-label,
[class^="theme-"] label {
    color: var(--base-content) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Placeholder text */
[class^="theme-"] .form-control::placeholder,
[class^="theme-"] input::placeholder,
[class^="theme-"] textarea::placeholder {
    color: var(--text-muted) !important;
    opacity: 0.7 !important;
}

/* Checkboxes and radio buttons */
[class^="theme-"] .form-check-input {
    background-color: var(--base-100) !important;
    border-color: var(--border-color) !important;
}

[class^="theme-"] .form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

[class^="theme-"] .form-check-label {
    color: var(--base-content) !important;
    font-weight: 500 !important;
}

/* ============================================================================
   MODAL DIALOGS - PERFECT VISIBILITY
   ============================================================================ */

[class^="theme-"] .modal-content {
    background: var(--base-100) !important;
    color: var(--base-content) !important;
    border: 2px solid var(--border-color) !important;
    border-radius: 12px !important;
    box-shadow: 0 25px 50px var(--shadow-color) !important;
    z-index: 1070 !important;
}

.modal {
    z-index: 1070 !important;
}

.modal-backdrop {
    z-index: 1060 !important;
}

[class^="theme-"] .modal-header {
    background: var(--primary) !important;
    color: var(--primary-content) !important;
    border-bottom: none !important;
    border-radius: 12px 12px 0 0 !important;
    padding: 20px 24px !important;
}

[class^="theme-"] .modal-title {
    color: var(--primary-content) !important;
    font-weight: 600 !important;
    font-size: 1.25rem !important;
}

[class^="theme-"] .modal-body {
    background: var(--base-100) !important;
    color: var(--base-content) !important;
    padding: 24px !important;
}

[class^="theme-"] .modal-footer {
    background: var(--base-100) !important;
    border-top: 1px solid var(--border-color) !important;
    border-radius: 0 0 12px 12px !important;
    padding: 20px 24px !important;
}

/* Modal form elements */
[class^="theme-"] .modal .form-control,
[class^="theme-"] .modal .form-select,
[class^="theme-"] .modal input,
[class^="theme-"] .modal textarea,
[class^="theme-"] .modal select {
    background: var(--base-100) !important;
    color: var(--base-content) !important;
    border: 2px solid var(--border-color) !important;
}

[class^="theme-"] .modal .form-label,
[class^="theme-"] .modal label {
    color: var(--base-content) !important;
    font-weight: 600 !important;
}

/* Close button */
[class^="theme-"] .modal .btn-close {
    background: none !important;
    border: none !important;
    color: var(--primary-content) !important;
    opacity: 0.8 !important;
    font-size: 1.25rem !important;
}

[class^="theme-"] .modal .btn-close:hover {
    opacity: 1 !important;
}

/* ============================================================================
   NAVIGATION & SIDEBAR - PROFESSIONAL STYLING
   ============================================================================ */

/* Navbar with excellent visibility */
.navbar {
    background: var(--bg-navbar) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px var(--shadow-color);
    border-bottom: 1px solid var(--border-color);
    z-index: 1050;
    transition: all 0.3s ease;
}

[class^="theme-"] .navbar .navbar-brand,
[class^="theme-"] .navbar .nav-link,
[class^="theme-"] .navbar .dropdown-toggle {
    color: var(--text-navbar) !important;
    font-weight: 500 !important;
    transition: all 0.2s ease;
}

[class^="theme-"] .navbar .nav-link:hover {
    color: var(--accent-primary) !important;
}

/* Sidebar with perfect contrast */
.sidebar {
    background: var(--bg-sidebar) !important;
    border-right: 1px solid var(--border-color) !important;
    box-shadow: 2px 0 10px var(--shadow-color);
    min-height: 100vh;
    transition: all 0.3s ease;
}

/* Sidebar navigation links - ENHANCED VISIBILITY */
[class^="theme-"] .sidebar .nav-link {
    color: var(--text-sidebar) !important;
    font-weight: 500 !important;
    padding: 12px 20px !important;
    margin: 4px 12px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
}

/* PERFECT HOVER VISIBILITY */
[class^="theme-"] .sidebar .nav-link:hover {
    background: var(--sidebar-hover) !important;
    color: var(--text-sidebar-hover) !important;
    transform: translateX(4px) !important;
    font-weight: 600 !important;
}

/* CLEAR ACTIVE STATE */
[class^="theme-"] .sidebar .nav-link.active {
    background: var(--sidebar-active) !important;
    color: var(--primary-content) !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

/* Dropdown menus */
[class^="theme-"] .dropdown-menu {
    background: var(--base-100) !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: 0 10px 25px var(--shadow-color) !important;
    border-radius: 8px !important;
}

[class^="theme-"] .dropdown-item {
    color: var(--base-content) !important;
    padding: 10px 16px !important;
    transition: all 0.2s ease;
}

[class^="theme-"] .dropdown-item:hover {
    background: var(--primary) !important;
    color: var(--primary-content) !important;
}

/* ============================================================================
   CARDS & CONTAINERS - PROFESSIONAL DESIGN
   ============================================================================ */

.card,
.glass-card,
.section {
    background: var(--bg-card) !important;
    color: var(--base-content) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 12px var(--shadow-color) !important;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--shadow-color) !important;
}

.card-header {
    background: var(--base-200) !important;
    color: var(--base-content) !important;
    border-bottom: 2px solid var(--primary) !important;
    border-radius: 12px 12px 0 0 !important;
    padding: 16px 24px !important;
    margin: -24px -24px 24px -24px !important;
}

.card-title {
    color: var(--base-content) !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}

.card-body {
    padding: 0 !important;
    color: var(--base-content) !important;
}

/* ============================================================================
   TABLES - EXCELLENT VISIBILITY
   ============================================================================ */

.table-responsive {
    border-radius: 12px;
    overflow-x: auto;
    box-shadow: 0 4px 12px var(--shadow-color);
    border: 1px solid var(--border-color);
    -webkit-overflow-scrolling: touch;
}

[class^="theme-"] .table {
    background: var(--base-100) !important;
    color: var(--base-content) !important;
    margin-bottom: 0;
}

/* Table headers with perfect contrast */
[class^="theme-"] .table thead th {
    background: var(--primary) !important;
    color: var(--primary-content) !important;
    padding: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    font-size: 14px !important;
}

/* Table body with excellent readability */
[class^="theme-"] .table tbody td,
[class^="theme-"] .table tbody th {
    background: var(--base-100) !important;
    color: var(--base-content) !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid var(--border-color) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/* Alternating rows */
[class^="theme-"] .table tbody tr:nth-child(even) td {
    background: var(--base-200) !important;
}

/* Hover effects */
[class^="theme-"] .table-hover tbody tr:hover td {
    background: var(--table-row-hover) !important;
    cursor: pointer;
}

/* ============================================================================
   BUTTONS - PROFESSIONAL STYLING
   ============================================================================ */

[class^="theme-"] .btn {
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
    border: none !important;
}

[class^="theme-"] .btn-primary {
    background: var(--primary) !important;
    color: var(--primary-content) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

[class^="theme-"] .btn-primary:hover {
    background: var(--primary-focus) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

[class^="theme-"] .btn-secondary {
    background: var(--secondary) !important;
    color: var(--secondary-content) !important;
}

[class^="theme-"] .btn-success {
    background: var(--success) !important;
    color: white !important;
}

[class^="theme-"] .btn-danger {
    background: var(--error) !important;
    color: white !important;
}

[class^="theme-"] .btn-warning {
    background: var(--warning) !important;
    color: white !important;
}

[class^="theme-"] .btn-info {
    background: var(--info) !important;
    color: white !important;
}

/* ============================================================================
   ALERTS - CLEAR MESSAGING
   ============================================================================ */

[class^="theme-"] .alert {
    border-radius: 8px !important;
    padding: 16px 20px !important;
    margin-bottom: 20px !important;
    border: none !important;
    font-weight: 500 !important;
}

[class^="theme-"] .alert-success {
    background: rgba(16, 185, 129, 0.1) !important;
    color: var(--success) !important;
    border-left: 4px solid var(--success) !important;
}

[class^="theme-"] .alert-danger {
    background: rgba(239, 68, 68, 0.1) !important;
    color: var(--error) !important;
    border-left: 4px solid var(--error) !important;
}

[class^="theme-"] .alert-warning {
    background: rgba(245, 158, 11, 0.1) !important;
    color: var(--warning) !important;
    border-left: 4px solid var(--warning) !important;
}

[class^="theme-"] .alert-info {
    background: rgba(14, 165, 233, 0.1) !important;
    color: var(--info) !important;
    border-left: 4px solid var(--info) !important;
}

[class^="theme-"] .alert-dark {
    background: var(--base-200) !important;
    color: var(--base-content) !important;
    border-left: 4px solid var(--primary) !important;
}

/* ============================================================================
   BREADCRUMB NAVIGATION - VISIBLE ON ALL THEMES
   ============================================================================ */

/* Breadcrumb container */
[class^="theme-"] .breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 0.5rem !important;
}

/* Override the problematic Bootstrap opacity-5 and text-dark classes */
[class^="theme-"] .breadcrumb-item a,
[class^="theme-"] .breadcrumb-item.text-dark,
[class^="theme-"] .breadcrumb a.opacity-5,
[class^="theme-"] .breadcrumb .text-dark {
    color: var(--text-muted) !important;
    opacity: 1 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    transition: color 0.2s ease !important;
}

/* Breadcrumb link hover */
[class^="theme-"] .breadcrumb-item a:hover {
    color: var(--primary) !important;
    text-decoration: underline !important;
}

/* Active breadcrumb item (current page) */
[class^="theme-"] .breadcrumb-item.active {
    color: var(--text-primary) !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

/* Breadcrumb separator */
[class^="theme-"] .breadcrumb-item+.breadcrumb-item::before {
    color: var(--text-muted) !important;
    content: "/" !important;
    padding-right: 0.5rem !important;
}

/* Page title next to breadcrumb */
[class^="theme-"] .breadcrumb+h6,
[class^="theme-"] nav h6.font-weight-bolder {
    color: var(--text-primary) !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    margin-top: 0.25rem !important;
}

/* ============================================================================
   BADGES - CLEAR INDICATORS
   ============================================================================ */

[class^="theme-"] .badge {
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
}

[class^="theme-"] .badge.bg-primary {
    background: var(--primary) !important;
    color: var(--primary-content) !important;
}

[class^="theme-"] .badge.bg-success {
    background: var(--success) !important;
    color: white !important;
}

[class^="theme-"] .badge.bg-danger {
    background: var(--error) !important;
    color: white !important;
}

[class^="theme-"] .badge.bg-warning {
    background: var(--warning) !important;
    color: white !important;
}

[class^="theme-"] .badge.bg-info {
    background: var(--info) !important;
    color: white !important;
}

/* ============================================================================
   TABLE & INTERACTIVE ELEMENTS - ENHANCED VISIBILITY
   ============================================================================ */

/* Table styling with better visibility */
[class^="theme-"] .table-responsive {
    border-radius: 10px;
    overflow-x: auto;
    box-shadow: 0 4px 15px var(--shadow-color);
    background: var(--bg-card) !important;
    -webkit-overflow-scrolling: touch;
}

[class^="theme-"] .table {
    background: var(--bg-card) !important;
    color: var(--text-primary) !important;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

/* Table headers - themed with accent colors */
[class^="theme-"] .table thead th,
[class^="theme-"] .table-light,
[class^="theme-"] .bg-light {
    background: var(--table-header-bg) !important;
    color: white !important;
    padding: 15px !important;
    text-align: left;
    font-weight: 600 !important;
    border: none !important;
    position: relative;
}

/* Table body cells */
[class^="theme-"] .table tbody td,
[class^="theme-"] .table tbody th {
    background: var(--bg-card) !important;
    color: var(--text-primary) !important;
    padding: 12px 15px !important;
    border-bottom: 1px solid var(--border-color) !important;
    border-top: none !important;
    transition: all 0.2s ease;
    font-weight: 500 !important;
}

/* Alternating row colors */
[class^="theme-"] .table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02) !important;
}

/* Row hover effects */
[class^="theme-"] .table-hover tbody tr:hover td {
    background: var(--table-row-hover) !important;
    cursor: pointer;
    transform: scale(1.01);
}

/* Table borders */
[class^="theme-"] .table,
[class^="theme-"] .table td,
[class^="theme-"] .table th {
    border-color: var(--border-color) !important;
}

/* Striped tables */
[class^="theme-"] .table-striped tbody tr:nth-of-type(odd) td {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Table status badges in tables */
[class^="theme-"] .table .badge {
    font-size: 0.75em !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
}

/* Action buttons in tables */
[class^="theme-"] .table .btn {
    padding: 6px 12px !important;
    font-size: 12px !important;
    border-radius: 6px !important;
    font-weight: 500 !important;
}

/* Dropdown in tables */
[class^="theme-"] .table .dropdown-toggle {
    background: transparent !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-primary) !important;
}

[class^="theme-"] .table .dropdown-menu {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: 0 4px 15px var(--shadow-color) !important;
}

[class^="theme-"] .table .dropdown-item {
    color: var(--text-primary) !important;
    padding: 8px 16px !important;
}

[class^="theme-"] .table .dropdown-item:hover {
    background: var(--accent-primary) !important;
    color: white !important;
}

/* ============================================================================
   THEME-SPECIFIC DISTINCTIVE VISUAL ELEMENTS
   ============================================================================ */

/* LIGHT THEME - Professional Blue Accents */
.theme-light .card {
    border-left: 4px solid var(--accent-primary);
}

.theme-light .sidebar {
    background: linear-gradient(180deg, #2c3e50, #34495e) !important;
}

.theme-light .navbar {
    border-bottom: 3px solid var(--accent-primary);
}

/* DARK THEME - GitHub-inspired with Blue Accents */
.theme-dark .card {
    border-left: 4px solid var(--accent-primary);
    background: linear-gradient(135deg, #333333, #2d2d2d) !important;
}

.theme-dark .sidebar {
    background: linear-gradient(180deg, #0d1117, #161b22) !important;
    border-right: 1px solid #30363d;
}

.theme-dark .navbar {
    border-bottom: 2px solid var(--accent-primary);
}

/* BLUE THEME - Ocean with Cyan Highlights */
.theme-blue .card {
    border-left: 4px solid var(--accent-primary);
    background: linear-gradient(135deg, #1d3557, #2a4a6b) !important;
}

.theme-blue .sidebar {
    background: linear-gradient(180deg, #020c1b, #0a192f) !important;
    border-right: 1px solid var(--accent-primary);
}

.theme-blue .navbar {
    border-bottom: 2px solid var(--accent-primary);
    background: linear-gradient(90deg, #0a192f, #112240) !important;
}

/* GREEN THEME - Matrix with Green Glow */
.theme-green .card {
    border-left: 4px solid var(--accent-primary);
    background: linear-gradient(135deg, #21262d, #2d3748) !important;
    box-shadow: 0 0 20px rgba(63, 185, 80, 0.1);
}

.theme-green .sidebar {
    background: linear-gradient(180deg, #010409, #0d1117) !important;
    border-right: 1px solid var(--accent-primary);
    box-shadow: 0 0 30px rgba(63, 185, 80, 0.2);
}

.theme-green .navbar {
    border-bottom: 2px solid var(--accent-primary);
    background: linear-gradient(90deg, #0d1117, #161b22) !important;
}

/* ============================================================================
   CARDS & SECTIONS - ENHANCED WITH THEME DISTINCTION
   ============================================================================ */

.card,
.glass-card,
.section {
    background: var(--bg-card);
    backdrop-filter: blur(10px);
    border-radius: 15px !important;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 32px var(--shadow-color);
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px var(--shadow-color);
}

/* Theme-specific card styling applied above */

.card-header {
    background: transparent !important;
    border-bottom: 3px solid var(--accent-primary) !important;
    padding: 20px 25px !important;
    border-radius: 15px 15px 0 0 !important;
    position: relative;
}

.card-header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--accent-gradient);
    border-radius: 0 3px 3px 0;
}

.card-title,
.section h2 {
    color: var(--text-primary) !important;
    font-size: 1.8em;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.card-body {
    padding: 24px;
    color: var(--text-primary);
}

/* ============================================================================
   NAVIGATION
   ============================================================================ */

.navbar {
    background: var(--bg-navbar) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px var(--shadow-color);
    border: none;
    z-index: 1050;
    transition: all 0.3s ease;
}

.navbar-collapse,
.container,
.container-fluid {
    overflow: visible !important;
}

.dropdown-menu {
    z-index: 1100 !important;
    background: var(--bg-card) !important;
    border: 1px solid var(--border-color) !important;
    box-shadow: 0 8px 32px var(--shadow-color) !important;
    border-radius: 10px !important;
}

.sidebar {
    background: var(--bg-sidebar) !important;
    backdrop-filter: blur(10px);
    border-right: none !important;
    box-shadow: 4px 0 15px var(--shadow-color);
    min-height: 100vh;
}

.nav-link {
    color: var(--text-primary) !important;
    transition: all 0.2s ease;
}

/* Sidebar specific overrides */
.sidebar .nav-link {
    color: var(--text-sidebar) !important;
}

.sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--accent-primary) !important;
}

.sidebar .nav-link.active {
    background: var(--accent-gradient) !important;
    color: white !important;
}

/* ============================================================================
   TABLES
   ============================================================================ */

.table-responsive {
    border-radius: 10px;
    overflow-x: auto;
    box-shadow: 0 4px 15px var(--shadow-color);
    -webkit-overflow-scrolling: touch;
}

.table {
    background: var(--bg-card);
    margin-bottom: 0;
}

.table thead th {
    background: var(--table-header-bg) !important;
    color: white !important;
    padding: 15px !important;
    text-align: left;
    font-weight: 600;
    border: none !important;
}

.table tbody td {
    padding: 12px 15px !important;
    border-bottom: 1px solid var(--border-color) !important;
    background: var(--bg-card);
    color: var(--text-primary);
}

.table tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02) !important;
}

.table-hover tbody tr:hover td {
    background: var(--table-row-hover) !important;
    cursor: pointer;
}

/* ============================================================================
   BADGES & COLORS
   ============================================================================ */

.badge-call,
.call {
    background: #27ae60 !important;
    color: white !important;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: 600;
}

.badge-put,
.put {
    background: #e74c3c !important;
    color: white !important;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: 600;
}

.text-profit,
.profit {
    color: #27ae60 !important;
    font-weight: 600;
}

.text-loss,
.loss {
    color: #e74c3c !important;
    font-weight: 600;
}

.badge {
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;
}

.badge.bg-success {
    background-color: #27ae60 !important;
}

.badge.bg-danger {
    background-color: #e74c3c !important;
}

.badge.bg-warning {
    background-color: #f39c12 !important;
}

.badge.bg-info {
    background-color: #3498db !important;
}

.badge.bg-primary {
    background-color: #667eea !important;
}

/* ============================================================================
   STAT CARDS
   ============================================================================ */

.stat-card,
.strategy-card {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: transform 0.2s ease;
}

.stat-card:hover,
.strategy-card:hover {
    transform: translateY(-5px);
}

.stat-value {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9em;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.metric {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.metric:last-child {
    border-bottom: none;
}

/* ============================================================================
   THEME-SPECIFIC UNIQUE VISUAL ELEMENTS
   ============================================================================ */

/* LIGHT THEME - Clean with subtle blue accents */
.theme-light .btn-primary {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.theme-light .badge.bg-primary {
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
}

/* DARK THEME - GitHub-inspired blue */
.theme-dark .btn-primary {
    background: linear-gradient(135deg, #1f6feb, #58a6ff) !important;
    box-shadow: 0 4px 15px rgba(88, 166, 255, 0.3);
}

.theme-dark .badge.bg-primary {
    background: linear-gradient(135deg, #1f6feb, #58a6ff) !important;
}

/* BLUE THEME - Ocean cyan */
.theme-blue .btn-primary {
    background: linear-gradient(135deg, #00838f, #64ffda) !important;
    color: #0a192f !important;
    box-shadow: 0 4px 15px rgba(100, 255, 218, 0.3);
}

.theme-blue .badge.bg-primary {
    background: linear-gradient(135deg, #00838f, #64ffda) !important;
    color: #0a192f !important;
}

/* GREEN THEME - Matrix green */
.theme-green .btn-primary {
    background: linear-gradient(135deg, #238636, #3fb950) !important;
    color: #0d1117 !important;
    box-shadow: 0 4px 15px rgba(63, 185, 80, 0.3);
}

.theme-green .badge.bg-primary {
    background: linear-gradient(135deg, #238636, #3fb950) !important;
    color: #0d1117 !important;
}

/* Theme-specific glow effects */
.theme-green .card:hover {
    box-shadow: 0 16px 48px var(--shadow-color), 0 0 30px rgba(63, 185, 80, 0.1);
}

.theme-blue .card:hover {
    box-shadow: 0 16px 48px var(--shadow-color), 0 0 30px rgba(100, 255, 218, 0.1);
}

.theme-dark .card:hover {
    box-shadow: 0 16px 48px var(--shadow-color), 0 0 30px rgba(88, 166, 255, 0.1);
}

/* Theme-specific scrollbar styling */
.theme-dark ::-webkit-scrollbar-thumb {
    background: var(--accent-primary);
}

.theme-blue ::-webkit-scrollbar-thumb {
    background: var(--accent-primary);
}

.theme-green ::-webkit-scrollbar-thumb {
    background: var(--accent-primary);
}

.theme-light ::-webkit-scrollbar-thumb {
    background: var(--accent-primary);
}

.btn {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

/* Primary buttons with theme-specific gradients */
[class^="theme-"] .btn-primary {
    background: var(--accent-gradient) !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

[class^="theme-"] .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

/* Theme-specific button text colors */
.theme-blue .btn-primary {
    color: #0a192f !important;
}

.theme-green .btn-primary {
    color: #0a1a0a !important;
}

/* Other button variants */
[class^="theme-"] .btn-success {
    background: #27ae60 !important;
    color: white !important;
}

[class^="theme-"] .btn-danger {
    background: #e74c3c !important;
    color: white !important;
}

[class^="theme-"] .btn-warning {
    background: #f39c12 !important;
    color: white !important;
}

[class^="theme-"] .btn-info {
    background: #3498db !important;
    color: white !important;
}

/* Outline buttons */
[class^="theme-"] .btn-outline-primary {
    border: 2px solid var(--accent-primary) !important;
    color: var(--accent-primary) !important;
    background: transparent !important;
}

[class^="theme-"] .btn-outline-primary:hover {
    background: var(--accent-primary) !important;
    color: white !important;
}

/* ============================================================================
   MODAL & FORM VISIBILITY FIXES - CRITICAL
   ============================================================================ */

/* Modal styling - ensure visibility */
[class^="theme-"] .modal-content {
    background: var(--bg-card) !important;
    color: var(--text-primary) !important;
    border: 2px solid var(--border-color) !important;
    border-radius: 15px !important;
    box-shadow: 0 20px 60px var(--shadow-color) !important;
}

[class^="theme-"] .modal-header {
    background: var(--accent-gradient) !important;
    color: white !important;
    border-bottom: none !important;
    border-radius: 15px 15px 0 0 !important;
    padding: 20px 25px !important;
}

[class^="theme-"] .modal-title {
    color: white !important;
    font-weight: 600 !important;
    font-size: 1.2em !important;
}

[class^="theme-"] .modal-body {
    background: var(--bg-card) !important;
    color: var(--text-primary) !important;
    padding: 25px !important;
}

[class^="theme-"] .modal-footer {
    background: var(--bg-card) !important;
    border-top: 1px solid var(--border-color) !important;
    border-radius: 0 0 15px 15px !important;
    padding: 20px 25px !important;
}

/* CRITICAL: Form elements in modals - FORCE VISIBILITY */
[class^="theme-"] .modal .form-control,
[class^="theme-"] .modal .form-select,
[class^="theme-"] .modal input,
[class^="theme-"] .modal textarea,
[class^="theme-"] .modal select {
    background: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
    border: 2px solid var(--border-color) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

[class^="theme-"] .modal .form-control:focus,
[class^="theme-"] .modal .form-select:focus,
[class^="theme-"] .modal input:focus,
[class^="theme-"] .modal textarea:focus,
[class^="theme-"] .modal select:focus {
    background: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
    border-color: var(--accent-primary) !important;
    box-shadow: 0 0 0 3px rgba(var(--accent-primary), 0.1) !important;
    outline: none !important;
}

/* CRITICAL: Form labels in modals - FORCE VISIBILITY */
[class^="theme-"] .modal .form-label,
[class^="theme-"] .modal label,
[class^="theme-"] .modal .form-check-label {
    color: var(--text-primary) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

/* Placeholder text visibility */
[class^="theme-"] .modal .form-control::placeholder,
[class^="theme-"] .modal input::placeholder,
[class^="theme-"] .modal textarea::placeholder {
    color: var(--text-muted) !important;
    opacity: 0.7 !important;
}

/* Close button styling */
[class^="theme-"] .modal .btn-close {
    background: none !important;
    border: none !important;
    color: white !important;
    opacity: 0.8 !important;
    font-size: 1.2em !important;
}

[class^="theme-"] .modal .btn-close:hover {
    opacity: 1 !important;
    transform: scale(1.1) !important;
}

/* ============================================================================
   ENHANCED FORMS - IMPROVED VISIBILITY
   ============================================================================ */

[class^="theme-"] .form-control,
[class^="theme-"] .form-select,
[class^="theme-"] input,
[class^="theme-"] textarea,
[class^="theme-"] select {
    padding: 12px 16px !important;
    border: 2px solid var(--border-color) !important;
    border-radius: 8px !important;
    background: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    min-height: 44px !important;
}

[class^="theme-"] .form-control:focus,
[class^="theme-"] .form-select:focus,
[class^="theme-"] input:focus,
[class^="theme-"] textarea:focus,
[class^="theme-"] select:focus {
    outline: none !important;
    border-color: var(--accent-primary) !important;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
    background: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
}

[class^="theme-"] .form-label,
[class^="theme-"] label {
    font-weight: 600 !important;
    color: var(--text-primary) !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

[class^="theme-"] .form-check-label {
    color: var(--text-primary) !important;
    font-weight: 500 !important;
}

[class^="theme-"] .form-check-input:checked {
    background-color: var(--accent-primary) !important;
    border-color: var(--accent-primary) !important;
}

/* Placeholder styling */
[class^="theme-"] .form-control::placeholder,
[class^="theme-"] input::placeholder,
[class^="theme-"] textarea::placeholder {
    color: var(--text-muted) !important;
    opacity: 0.7 !important;
}

/* Input group styling */
[class^="theme-"] .input-group-text {
    background: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
    border-color: var(--border-color) !important;
}

/* Select dropdown styling */
[class^="theme-"] .form-select option {
    background: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
}

/* ============================================================================
   ENHANCED ALERTS
   ============================================================================ */

[class^="theme-"] .alert {
    border-radius: 10px;
    border: none;
    padding: 16px 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    color: var(--text-primary) !important;
}

[class^="theme-"] .alert-success {
    background: rgba(39, 174, 96, 0.15) !important;
    border-left: 4px solid #27ae60;
    color: var(--text-primary) !important;
}

[class^="theme-"] .alert-danger {
    background: rgba(231, 76, 60, 0.15) !important;
    border-left: 4px solid #e74c3c;
    color: var(--text-primary) !important;
}

[class^="theme-"] .alert-warning {
    background: rgba(243, 156, 18, 0.15) !important;
    border-left: 4px solid #f39c12;
    color: var(--text-primary) !important;
}

[class^="theme-"] .alert-info {
    background: rgba(52, 152, 219, 0.15) !important;
    border-left: 4px solid #3498db;
    color: var(--text-primary) !important;
}

[class^="theme-"] .alert-dark {
    background: var(--bg-card) !important;
    border-left: 4px solid var(--accent-primary);
    color: var(--text-primary) !important;
}

/* ============================================================================
   ACCORDION
   ============================================================================ */

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    background: #f8f9fa;
    color: #2c3e50;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background: #e3f2fd;
    color: #2c3e50;
    box-shadow: none;
}

/* ============================================================================
   CHART MODAL
   ============================================================================ */

.chart-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: none;
}

.chart-modal.show {
    display: block;
}

.chart-modal-content {
    background: white;
    margin: 5% auto;
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 1000px;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.chart-modal-header {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-modal {
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover {
    opacity: 0.7;
}

/* ============================================================================
   ENHANCED THEME SWITCHER - PROFESSIONAL DESIGN
   ============================================================================ */

.theme-switcher {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
}

.theme-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--primary) !important;
    color: var(--primary-content) !important;
    border: 2px solid var(--primary) !important;
    box-shadow: 0 4px 16px var(--shadow-color);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
}

.theme-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px var(--shadow-color);
    background: var(--primary-focus) !important;
}

.theme-options {
    position: absolute;
    bottom: 70px;
    right: 0;
    background: var(--base-100) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 12px 32px var(--shadow-color) !important;
    display: none;
    min-width: 240px;
    backdrop-filter: blur(10px);
}

.theme-options.show {
    display: block;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.theme-option {
    padding: 12px 16px;
    margin: 4px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--base-content) !important;
    display: flex;
    align-items: center;
    font-weight: 500;
    border: 1px solid transparent;
}

.theme-option:hover {
    background: var(--base-200) !important;
    border-color: var(--primary) !important;
    transform: translateX(4px);
}

.theme-option.active {
    background: var(--primary) !important;
    color: var(--primary-content) !important;
    border-color: var(--primary) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.theme-option i {
    width: 20px;
    text-align: center;
}

/* ============================================================================
   UTILITIES & ANIMATIONS
   ============================================================================ */

.text-muted {
    color: var(--text-muted) !important;
}

.hidden {
    display: none !important;
}

/* Smooth scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: var(--base-200);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-focus);
}

/* Focus styles for accessibility */
[class^="theme-"] *:focus {
    outline: 2px solid var(--primary) !important;
    outline-offset: 2px !important;
}

/* Loading states */
.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .theme-switcher {
        bottom: 16px;
        right: 16px;
    }

    .theme-btn {
        width: 48px;
        height: 48px;
        font-size: 1.1em;
    }

    .theme-options {
        min-width: 200px;
        right: -8px;
    }
}

/* ============================================================================
   UTILITIES
   ============================================================================ */

.text-muted {
    color: #7f8c8d !important;
}

.hidden {
    display: none !important;
}

/* ============================================================================
   ANIMATIONS
   ============================================================================ */

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(39, 174, 96, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(39, 174, 96, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(39, 174, 96, 0);
    }
}

.pulse-btn {
    animation: pulse-green 2s infinite;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #5568d3;
}

/* ============================================================================
   ADMIN PANEL ENHANCEMENTS & FIXES
   ============================================================================ */

.admin-content-wrapper {
    overflow-x: auto;
    width: 100%;
}

@media (min-width: 992px) {
    .admin-content-wrapper {
        padding: 1.5rem;
    }
}

/* Ensure tables don't break layout on smaller screens */
.admin-content-wrapper .table-responsive {
    margin-bottom: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px var(--shadow-color);
}