/**
 * GsmZone Market - Dark / Light Mode Stylesheet
 *
 * @package GsmZone_Market
 * @version 1.0.0
 */

/* Light Mode Overrides */
[data-theme="light"] {
    --gsm-bg-body: #f4f6f9;
    --gsm-bg-surface: #ffffff;
    --gsm-bg-card: #ffffff;
    --gsm-bg-hover: #f1f4f8;
    --gsm-bg-elevated: #e8ecf2;

    --gsm-border-color: #e2e8f0;
    --gsm-border-subtle: #edf2f7;
    --gsm-border-focus: #008be0;

    --gsm-text-main: #0f172a;
    --gsm-text-muted: #475569;
    --gsm-text-subtle: #64748b;

    --gsm-accent: #0077cc;
    --gsm-accent-hover: #0060a8;
    --gsm-accent-glow: rgba(0, 119, 204, 0.15);

    --gsm-cyan: #0284c7;
    --gsm-green-offer: #059669;
    --gsm-green-glow: rgba(5, 150, 105, 0.12);
}

[data-theme="light"] .gsm-header {
    background-color: #ffffff;
    border-bottom-color: #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .gsm-brand-name {
    color: #0f172a;
}

[data-theme="light"] .gsm-search-field {
    background-color: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}

[data-theme="light"] .gsm-search-field:focus {
    background-color: #ffffff;
}

[data-theme="light"] .gsm-hero-heading,
[data-theme="light"] .gsm-author-name,
[data-theme="light"] .gsm-services-title,
[data-theme="light"] .gsm-drawer-title {
    color: #0f172a;
}

[data-theme="light"] .gsm-card-body {
    color: #334155;
}

[data-theme="light"] .gsm-service-link {
    color: #334155;
}

[data-theme="light"] .gsm-service-link:hover {
    color: #0f172a;
    background-color: #f1f5f9;
}

[data-theme="light"] .gsm-service-badge {
    background-color: #e2e8f0;
    color: #475569;
}

[data-theme="light"] .gsm-product-card {
    background-color: #ffffff;
    border-color: #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

[data-theme="light"] .gsm-product-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

[data-theme="light"] .gsm-product-title a {
    color: #0f172a;
}
