/* ============================================
   SC7 COMMERCIAL - LIGHT MODE
   Complete light theme styles
   Version: 2.0
   ============================================ */

/* Light Mode Background & Base Styles */
[data-theme="light"] body.sc7-commercial {
    background-color: var(--shop-bg);
    background-image:
        radial-gradient(circle at 12% 0, rgba(0, 168, 107, .06), transparent 320px),
        radial-gradient(circle at 88% 18%, rgba(0, 179, 119, .04), transparent 420px),
        radial-gradient(circle at 50% 48%, rgba(0, 168, 107, .02), transparent 520px),
        linear-gradient(180deg, rgba(248, 249, 250, .98) 0%, rgba(248, 249, 250, 1) 42%, rgba(245, 246, 247, 1) 100%);
    background-attachment: fixed;
    color: var(--shop-text);
}

[data-theme="light"] body.sc7-commercial::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: .04;
    pointer-events: none;
    background-image: radial-gradient(rgba(33, 37, 41, .15) 1px, transparent 1px);
    background-size: 34px 34px;
}

[data-theme="light"] body.sc7-commercial::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(248, 249, 250, 0) 0%, rgba(248, 249, 250, .04) 44%, rgba(248, 249, 250, .12) 100%);
}

/* Topbar */
[data-theme="light"] body.sc7-commercial .sc7-topbar {
    border-bottom: 1px solid var(--shop-border);
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(18px);
}

[data-theme="light"] body.sc7-commercial .sc7-utilitybar {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

[data-theme="light"] body.sc7-commercial .sc7-utility-select {
    border: 1px solid rgba(0, 0, 0, .12);
    background: rgba(248, 249, 250, .8);
}

[data-theme="light"] body.sc7-commercial .sc7-utility-select select option {
    background: var(--shop-surface);
    color: var(--shop-text);
}

/* Brand */
[data-theme="light"] body.sc7-commercial .sc7-brand-mark {
    border: 1px solid rgba(0, 168, 107, .3);
    background: var(--shop-surface);
    box-shadow: 0 0 28px rgba(0, 168, 107, .12);
}

[data-theme="light"] body.sc7-commercial .sc7-brand-copy strong {
    color: var(--shop-text);
}

[data-theme="light"] body.sc7-commercial .sc7-brand-copy small {
    color: var(--shop-subtle);
}

/* Balance Pill */
[data-theme="light"] body.sc7-commercial .sc7-balance-pill {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

[data-theme="light"] body.sc7-commercial .sc7-balance-pill span {
    color: var(--shop-muted);
}

[data-theme="light"] body.sc7-commercial .sc7-balance-pill strong {
    color: var(--shop-green);
}

/* Mobile Panel */
[data-theme="light"] body.sc7-commercial .sc7-mobile-panel {
    border-top: 1px solid var(--shop-border);
    background: var(--shop-surface);
}

[data-theme="light"] body.sc7-commercial .sc7-mobile-panel a {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    color: var(--shop-muted);
}

/* Header */
[data-theme="light"] body.sc7-commercial .header-part {
    background: rgba(255, 255, 255, .95);
    border-bottom: 1px solid var(--shop-border);
}

[data-theme="light"] body.sc7-commercial .header-form {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

[data-theme="light"] body.sc7-commercial .header-form input {
    background: transparent;
    color: var(--shop-text);
}

[data-theme="light"] body.sc7-commercial .header-form input::placeholder {
    color: var(--shop-subtle);
}

[data-theme="light"] body.sc7-commercial .header-widget,
[data-theme="light"] body.sc7-commercial .header-user,
[data-theme="light"] body.sc7-commercial .header-src {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    color: var(--shop-text);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

[data-theme="light"] body.sc7-commercial .header-widget:hover,
[data-theme="light"] body.sc7-commercial .header-user:hover,
[data-theme="light"] body.sc7-commercial .header-src:hover {
    border-color: var(--shop-green);
    color: var(--shop-green);
}

/* Navbar */
[data-theme="light"] body.sc7-commercial .navbar-part {
    border-bottom: 1px solid var(--shop-border);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
}

[data-theme="light"] body.sc7-commercial .navbar-link {
    color: var(--shop-muted);
}

[data-theme="light"] body.sc7-commercial .navbar-link:hover,
[data-theme="light"] body.sc7-commercial .navbar-item:hover .navbar-link {
    color: var(--shop-green);
}

/* Dropdowns */
[data-theme="light"] body.sc7-commercial .megamenu,
[data-theme="light"] body.sc7-commercial .dropdown-position-list,
[data-theme="light"] body.sc7-commercial .sc7-dropdown,
[data-theme="light"] body.sc7-commercial .nav-sidebar,
[data-theme="light"] body.sc7-commercial .category-sidebar,
[data-theme="light"] body.sc7-commercial .cart-sidebar {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
}

[data-theme="light"] body.sc7-commercial .sc7-dropdown-head {
    border-bottom: 1px solid var(--shop-border);
}

[data-theme="light"] body.sc7-commercial .sc7-dropdown-head strong {
    color: var(--shop-text);
}

[data-theme="light"] body.sc7-commercial .sc7-dropdown-head span {
    color: var(--shop-muted);
}

[data-theme="light"] body.sc7-commercial .sc7-dropdown-list a {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    color: var(--shop-muted);
}

[data-theme="light"] body.sc7-commercial .sc7-dropdown-list a:hover {
    color: var(--shop-green);
    background: rgba(0, 168, 107, .06);
}

/* Buttons */
[data-theme="light"] body.sc7-commercial .btn-outline {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    color: var(--shop-text);
}

[data-theme="light"] body.sc7-commercial .btn-outline:hover {
    border-color: var(--shop-green);
    color: var(--shop-green);
    background: rgba(0, 168, 107, .04);
}

/* Cards */
[data-theme="light"] body.sc7-commercial .account-card,
[data-theme="light"] body.sc7-commercial .feature-card,
[data-theme="light"] body.sc7-commercial .card,
[data-theme="light"] body.sc7-commercial .user-form-card,
[data-theme="light"] body.sc7-commercial .contact-card,
[data-theme="light"] body.sc7-commercial .blog-card {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

/* Product Cards */
[data-theme="light"] body.sc7-commercial .box-product-main,
[data-theme="light"] body.sc7-commercial .sc7-product-card {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

[data-theme="light"] body.sc7-commercial .box-product-main:hover,
[data-theme="light"] body.sc7-commercial .sc7-product-card:hover {
    border-color: var(--shop-green);
    box-shadow: 0 8px 24px rgba(0, 168, 107, .12);
}

[data-theme="light"] body.sc7-commercial .box-img-product {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface-2);
}

/* Forms */
[data-theme="light"] body.sc7-commercial .form-control,
[data-theme="light"] body.sc7-commercial .form-select,
[data-theme="light"] body.sc7-commercial select,
[data-theme="light"] body.sc7-commercial textarea,
[data-theme="light"] body.sc7-commercial input[type="text"],
[data-theme="light"] body.sc7-commercial input[type="email"],
[data-theme="light"] body.sc7-commercial input[type="password"],
[data-theme="light"] body.sc7-commercial input[type="number"] {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    color: var(--shop-text);
}

[data-theme="light"] body.sc7-commercial .form-control:focus,
[data-theme="light"] body.sc7-commercial .form-select:focus,
[data-theme="light"] body.sc7-commercial textarea:focus,
[data-theme="light"] body.sc7-commercial input:focus {
    border-color: var(--shop-green);
    box-shadow: 0 0 0 3px rgba(0, 168, 107, .1);
}

/* Tables */
[data-theme="light"] body.sc7-commercial .table-scroll {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
}

[data-theme="light"] body.sc7-commercial .table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.02);
    --bs-table-hover-bg: rgba(0, 168, 107, 0.04);
    --bs-table-color: var(--shop-muted);
    --bs-table-border-color: var(--shop-border-soft);
}

[data-theme="light"] body.sc7-commercial .table thead,
[data-theme="light"] body.sc7-commercial .table thead tr,
[data-theme="light"] body.sc7-commercial .table th {
    border-color: var(--shop-border) !important;
    background: var(--shop-surface-3) !important;
    color: var(--shop-text) !important;
}

/* Modal */
[data-theme="light"] body.sc7-commercial .modal-content {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
}

[data-theme="light"] body.sc7-commercial .modal-header,
[data-theme="light"] body.sc7-commercial .modal-footer {
    border-color: var(--shop-border);
}

[data-theme="light"] body.sc7-commercial .modal-backdrop {
    background: rgba(248, 249, 250, 0.8) !important;
}

/* Footer */
[data-theme="light"] body.sc7-commercial .footer-part {
    border-top: 1px solid var(--shop-border);
    background: var(--shop-surface);
}

[data-theme="light"] body.sc7-commercial .footer-bottom {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface-2);
}

/* Badges */
[data-theme="light"] body.sc7-commercial .badge.bg-success,
[data-theme="light"] body.sc7-commercial .badge-success {
    background: rgba(0, 168, 107, .12) !important;
    color: var(--shop-green) !important;
    border: 1px solid rgba(0, 168, 107, .3);
}

[data-theme="light"] body.sc7-commercial .badge.bg-warning,
[data-theme="light"] body.sc7-commercial .badge-warning {
    background: rgba(253, 126, 20, .12) !important;
    color: var(--shop-amber) !important;
    border: 1px solid rgba(253, 126, 20, .3);
}

[data-theme="light"] body.sc7-commercial .badge.bg-danger,
[data-theme="light"] body.sc7-commercial .badge-danger {
    background: rgba(220, 53, 69, .12) !important;
    color: var(--shop-red) !important;
    border: 1px solid rgba(220, 53, 69, .3);
}

/* Alerts */
[data-theme="light"] body.sc7-commercial .alert {
    border: 1px solid var(--shop-border);
}

[data-theme="light"] body.sc7-commercial .alert-success {
    background: rgba(0, 168, 107, .08);
    border-color: rgba(0, 168, 107, .2);
    color: var(--shop-text);
}

[data-theme="light"] body.sc7-commercial .alert-warning {
    background: rgba(253, 126, 20, .08);
    border-color: rgba(253, 126, 20, .2);
    color: var(--shop-text);
}

[data-theme="light"] body.sc7-commercial .alert-danger {
    background: rgba(220, 53, 69, .08);
    border-color: rgba(220, 53, 69, .2);
    color: var(--shop-text);
}

/* Pagination */
[data-theme="light"] body.sc7-commercial .pagination a,
[data-theme="light"] body.sc7-commercial .pagination span {
    background: var(--shop-surface) !important;
    border-color: var(--shop-border) !important;
    color: var(--shop-muted) !important;
}

[data-theme="light"] body.sc7-commercial .pagination .active a,
[data-theme="light"] body.sc7-commercial .pagination .active span {
    background: var(--shop-green) !important;
    border-color: var(--shop-green) !important;
    color: #fff !important;
}

/* Sidebar Navigation */
[data-theme="light"] body.sc7-commercial .sidebar-nav {
    background: var(--shop-surface);
    border: 1px solid var(--shop-border);
}

[data-theme="light"] body.sc7-commercial .sidebar-nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    color: var(--shop-muted);
}

[data-theme="light"] body.sc7-commercial .sidebar-nav-item:hover,
[data-theme="light"] body.sc7-commercial .sidebar-nav-item.active {
    background: rgba(0, 168, 107, .06);
    color: var(--shop-green);
}
