/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-nbnoco2j5r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nbnoco2j5r] {
    flex: 1;
}

.sidebar[b-nbnoco2j5r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nbnoco2j5r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nbnoco2j5r]  a, .top-row[b-nbnoco2j5r]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-nbnoco2j5r]  a:hover, .top-row[b-nbnoco2j5r]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-nbnoco2j5r]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-nbnoco2j5r] {
        justify-content: space-between;
    }

    .top-row[b-nbnoco2j5r]  a, .top-row[b-nbnoco2j5r]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nbnoco2j5r] {
        flex-direction: row;
    }

    .sidebar[b-nbnoco2j5r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nbnoco2j5r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-nbnoco2j5r]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-nbnoco2j5r], article[b-nbnoco2j5r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}










:root[b-nbnoco2j5r] {
    --primary-color: #4361ee;
    --secondary-color: #3f37c9;
    --dark-color: #1e1e24;
    --light-color: #f8f9fa;
}

body[b-nbnoco2j5r] {
    background-color: #f5f7fb;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.auth-container[b-nbnoco2j5r] {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.auth-card[b-nbnoco2j5r] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.auth-header[b-nbnoco2j5r] {
    padding: 2rem;
    text-align: center;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
}

.auth-logo[b-nbnoco2j5r] {
    height: 50px;
    margin-bottom: 1rem;
}

.auth-form[b-nbnoco2j5r] {
    padding: 2rem;
}

.form-control[b-nbnoco2j5r] {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding-left: 15px;
}

.btn-primary[b-nbnoco2j5r] {
    background-color: var(--primary-color);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    width: 100%;
    font-weight: 500;
}

.auth-footer[b-nbnoco2j5r] {
    padding: 1rem 2rem;
    text-align: center;
    color: #6c757d;
    font-size: 0.875rem;
}

.alert-danger[b-nbnoco2j5r] {
    padding: 12px;
    margin-bottom: 20px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.text-danger[b-nbnoco2j5r] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}

@media (max-width: 576px) {
    .auth-card[b-nbnoco2j5r] {
        border-radius: 0;
        box-shadow: none;
    }

    .auth-container[b-nbnoco2j5r] {
        padding: 0;
        align-items: flex-start;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */
.auth-container[b-3lv9z254pi] {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.auth-card[b-3lv9z254pi] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.auth-header[b-3lv9z254pi] {
    padding: 2rem;
    text-align: center;
    background: linear-gradient(135deg, #4361ee, #3f37c9);
    color: white;
}

.auth-logo[b-3lv9z254pi] {
    height: 50px;
    margin-bottom: 1rem;
}

.auth-form[b-3lv9z254pi] {
    padding: 2rem;
}

.form-control[b-3lv9z254pi] {
    height: 48px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding-left: 15px;
}

.btn-primary[b-3lv9z254pi] {
    background-color: #4361ee;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    width: 100%;
    font-weight: 500;
}

.auth-footer[b-3lv9z254pi] {
    padding: 1rem 2rem;
    text-align: center;
    color: #6c757d;
    font-size: 0.875rem;
}

.alert-danger[b-3lv9z254pi] {
    padding: 12px;
    margin-bottom: 20px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.text-danger[b-3lv9z254pi] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}

@media (max-width: 576px) {
    .auth-card[b-3lv9z254pi] {
        border-radius: 0;
        box-shadow: none;
    }

    .auth-container[b-3lv9z254pi] {
        padding: 0;
        align-items: flex-start;
    }
}
/* /Pages/ControlPanel/Categories.razor.rz.scp.css */
.categories-container[b-tbrog9pg0r] {
/*    max-width: 800px;*/
    margin: 0 auto;
    padding: 20px;
}

.categories-header[b-tbrog9pg0r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

    .categories-header h3[b-tbrog9pg0r] {
        margin: 0;
        color: #2c3e50;
        font-size: 1.5rem;
    }

.search-box[b-tbrog9pg0r] {
    position: relative;
    min-width: 250px;
}

.search-input[b-tbrog9pg0r] {
    width: 100%;
    padding: 8px 15px 8px 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.95rem;
}

    .search-input:focus[b-tbrog9pg0r] {
        outline: none;
        border-color: #3498db;
        box-shadow: 0 0 0 2px rgba(52,152,219,0.2);
    }

.search-icon[b-tbrog9pg0r] {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #95a5a6;
}

.add-category-btn[b-tbrog9pg0r] {
    background-color: #2ecc71;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

    .add-category-btn:hover[b-tbrog9pg0r] {
        background-color: #27ae60;
    }

.loading-spinner[b-tbrog9pg0r] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7f8c8d;
    font-size: 1rem;
}

.no-categories[b-tbrog9pg0r] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #95a5a6;
    font-size: 1rem;
    padding: 20px;
    justify-content: center;
}

.categories-list[b-tbrog9pg0r] {
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
}

.category-item[b-tbrog9pg0r] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    background-color: white;
    transition: background-color 0.2s;
}

    .category-item:last-child[b-tbrog9pg0r] {
        border-bottom: none;
    }

    .category-item:hover[b-tbrog9pg0r] {
        background-color: #f8f9fa;
    }

.category-info[b-tbrog9pg0r] {
    display: flex;
    flex-direction: column;
}

.category-name[b-tbrog9pg0r] {
    font-weight: 500;
    color: #2c3e50;
}

.category-slug[b-tbrog9pg0r] {
    font-size: 0.85rem;
    color: #7f8c8d;
}

.category-actions[b-tbrog9pg0r] {
    display: flex;
    gap: 8px;
}

.edit-btn[b-tbrog9pg0r], .delete-btn[b-tbrog9pg0r] {
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s;
}

.edit-btn[b-tbrog9pg0r] {
    background-color: #3498db;
    color: white;
}

    .edit-btn:hover[b-tbrog9pg0r] {
        background-color: #2980b9;
    }

.delete-btn[b-tbrog9pg0r] {
    background-color: #e74c3c;
    color: white;
}

    .delete-btn:hover[b-tbrog9pg0r] {
        background-color: #c0392b;
    }





/* Стили попапов */
.modal-overlay[b-tbrog9pg0r] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-tbrog9pg0r] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.form-group[b-tbrog9pg0r] {
    margin-bottom: 20px;
}

.form-control[b-tbrog9pg0r] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.modal-actions[b-tbrog9pg0r] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.btn-cancel[b-tbrog9pg0r] {
    background: #f0f0f0;
    color: #333;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-cancel:hover[b-tbrog9pg0r] {
        background: #e0e0e0;
    }

.btn-confirm[b-tbrog9pg0r] {
    background: #3498db;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-confirm:hover[b-tbrog9pg0r] {
        background: #2980b9;
    }



/* Стили кнопки добавления */
.add-category-btn[b-tbrog9pg0r] {
    background-color: #2ecc71;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

    .add-category-btn:hover[b-tbrog9pg0r] {
        background-color: #27ae60;
    }

/* Стили попапа */
.modal-overlay[b-tbrog9pg0r] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-tbrog9pg0r] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.category-inputs[b-tbrog9pg0r] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.input-group[b-tbrog9pg0r] {
    display: flex;
    gap: 8px;
}

.form-control[b-tbrog9pg0r] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.add-input-btn[b-tbrog9pg0r], .remove-input-btn[b-tbrog9pg0r] {
    background: #f8f9fa;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
}

.add-input-btn[b-tbrog9pg0r] {
    color: #3498db;
    margin-bottom: 15px;
}

.remove-input-btn[b-tbrog9pg0r] {
    color: #e74c3c;
}

.modal-actions[b-tbrog9pg0r] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-cancel[b-tbrog9pg0r] {
    background: #f0f0f0;
    color: #333;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.btn-confirm[b-tbrog9pg0r] {
    background: #3498db;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-confirm:disabled[b-tbrog9pg0r] {
        background: #bdc3c7;
        cursor: not-allowed;
    }






@media (max-width: 600px) {
    .category-item[b-tbrog9pg0r] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .category-actions[b-tbrog9pg0r] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* /Pages/ControlPanel/ControlPanel.razor.rz.scp.css */
.admin-dashboard[b-qck7gifcms] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container-fluid[b-qck7gifcms] {
    flex: 1;
    display: flex;
}

.row[b-qck7gifcms] {
    width: 100%;
}

.nav-link[b-qck7gifcms] {
    color: #333;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
}

    .nav-link:hover[b-qck7gifcms], .nav-link.active[b-qck7gifcms] {
        background-color: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
    }

    .nav-link.active[b-qck7gifcms] {
        font-weight: 500;
    }

.col-md-9[b-qck7gifcms] {
    height: calc(100vh - header-height);
    overflow-y: auto;
}
.col-md-3[b-qck7gifcms] {
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 10;
}

/* States */
.loading-state[b-qck7gifcms] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #495057;
}

.spinner[b-qck7gifcms] {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(77, 171, 247, 0.2);
    border-radius: 50%;
    border-top-color: #4dabf7;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem;
}


.sidebar[b-qck7gifcms] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.stat-card[b-qck7gifcms] {
    border-radius: 10px;
    transition: transform 0.2s;
    border: none;
}

    .stat-card:hover[b-qck7gifcms] {
        transform: translateY(-5px);
    }

.activity-feed .list-group-item[b-qck7gifcms] {
    border-left: 0;
    border-right: 0;
    padding: 0.75rem 0;
    background-color: transparent;
}

@media (max-width: 767.98px) {
    .sidebar[b-qck7gifcms] {
        position: static;
        height: auto;
        padding-top: 0;
    }

    .stat-card[b-qck7gifcms] {
        margin-bottom: 15px;
    }
}
/* /Pages/ControlPanel/Dashboard.razor.rz.scp.css */
.admin-dashboard[b-avmv5dc2jx] {
    min-height: 100vh;
    background-color: #f5f7fb;
}

.nav-link[b-avmv5dc2jx] {
    color: #333;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
}

    .nav-link:hover[b-avmv5dc2jx], .nav-link.active[b-avmv5dc2jx] {
        background-color: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
    }

    .nav-link.active[b-avmv5dc2jx] {
        font-weight: 500;
    }

.sidebar[b-avmv5dc2jx] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.stat-card[b-avmv5dc2jx] {
    border-radius: 10px;
    transition: transform 0.2s;
    border: none;
}

    .stat-card:hover[b-avmv5dc2jx] {
        transform: translateY(-5px);
    }

.activity-feed .list-group-item[b-avmv5dc2jx] {
    border-left: 0;
    border-right: 0;
    padding: 0.75rem 0;
    background-color: transparent;
}

@media (max-width: 767.98px) {
    .sidebar[b-avmv5dc2jx] {
        position: static;
        height: auto;
        padding-top: 0;
    }

    .stat-card[b-avmv5dc2jx] {
        margin-bottom: 15px;
    }
}
/* /Pages/ControlPanel/Header.razor.rz.scp.css */
.admin-dashboard[b-p8uuupcr7c] {
    min-height: 100vh;
    background-color: #f5f7fb;
}

.nav-link[b-p8uuupcr7c] {
    color: #333;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
}

    .nav-link:hover[b-p8uuupcr7c], .nav-link.active[b-p8uuupcr7c] {
        background-color: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
    }

    .nav-link.active[b-p8uuupcr7c] {
        font-weight: 500;
    }

.sidebar[b-p8uuupcr7c] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.stat-card[b-p8uuupcr7c] {
    border-radius: 10px;
    transition: transform 0.2s;
    border: none;
}

    .stat-card:hover[b-p8uuupcr7c] {
        transform: translateY(-5px);
    }

.activity-feed .list-group-item[b-p8uuupcr7c] {
    border-left: 0;
    border-right: 0;
    padding: 0.75rem 0;
    background-color: transparent;
}

@media (max-width: 767.98px) {
    .sidebar[b-p8uuupcr7c] {
        position: static;
        height: auto;
        padding-top: 0;
    }

    .stat-card[b-p8uuupcr7c] {
        margin-bottom: 15px;
    }
}
/* /Pages/ControlPanel/Moderation/AdultProduct.razor.rz.scp.css */
.badges-and-toggle[b-tavp2rd4dg] {
    display: flex;
    justify-content: start;
    gap: 15px;
    margin-bottom: 10px;
}

.adult-badge[b-tavp2rd4dg] {
    background-color: #ff4757;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: bold;
}

.adult-toggle[b-tavp2rd4dg] {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

    .adult-toggle input[b-tavp2rd4dg] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggle-slider[b-tavp2rd4dg] {
    position: relative;
    width: 50px;
    height: 24px;
    background-color: #ccc;
    border-radius: 12px;
    transition: .4s;
    margin-right: 8px;
}

    .toggle-slider[b-tavp2rd4dg]:before {
        content: "";
        position: absolute;
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        border-radius: 50%;
        transition: .4s;
    }

input:checked + .toggle-slider[b-tavp2rd4dg] {
    background-color: #ff4757;
}

    input:checked + .toggle-slider[b-tavp2rd4dg]:before {
        transform: translateX(26px);
    }

.toggle-text[b-tavp2rd4dg] {
    font-size: 0.9rem;
    color: #555;
}
/* /Pages/ControlPanel/Moderation/BlockersProduct.razor.rz.scp.css */
/* Стили для всего блока */
.publication-blockers-section[b-80hu6fz0m5] {
    margin: 20px 0;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Стили для заголовка */
.blockers-header[b-80hu6fz0m5] {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    background-color: #f1f3f5;
    transition: background-color 0.2s;
}

    .blockers-header:hover[b-80hu6fz0m5] {
        background-color: #e9ecef;
    }

    .blockers-header h3[b-80hu6fz0m5] {
        margin: 0;
        font-size: 1.1rem;
        color: #2c3e50;
        font-weight: 600;
    }

/* Стили для списка статусов */
.blockers-list[b-80hu6fz0m5] {
    padding: 10px 20px;
    background-color: white;
}

/* Стили для отдельного элемента статуса */
.status-item[b-80hu6fz0m5] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 0.95rem;
    height: 52px;
}

    /* Стили для блокирующих статусов */
    .status-item.blocking[b-80hu6fz0m5] {
        background-color: #fff5f5;
        color: #e03131;
        border-left: 3px solid #e03131;
    }

    /* Стили для разрешенных статусов */
    .status-item.allowed[b-80hu6fz0m5] {
        background-color: #f8f9fa;
        color: #2b8a3e;
        border-left: 3px solid #2b8a3e;
    }

/* Сообщение, когда нет блокираторов */
.no-blockers-message[b-80hu6fz0m5] {
    padding: 10px 20px;
    color: #868e96;
    font-style: italic;
    font-size: 0.9rem;
    background-color: white;
}

.status-item[b-80hu6fz0m5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 4px;
}
    /* Для блокирующих элементов */
    .status-item.blocking[b-80hu6fz0m5] {
        background-color: #fff5f5;
        border-left: 3px solid #ff6b6b;
    }

    /* Для разрешенных элементов */
    .status-item.allowed[b-80hu6fz0m5] {
        background-color: #f8f9fa;
        border-left: 3px solid #51cf66;
    }
/* Анимация при открытии/закрытии */
@keyframes fadeIn-b-80hu6fz0m5 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blockers-list[b-80hu6fz0m5] {
    animation: fadeIn-b-80hu6fz0m5 0.3s ease-out;
}

.resolve-btn[b-80hu6fz0m5] {
    padding: 5px 10px;
    background: #4a6bdf;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: background 0.2s;
    align-items: center;
    position: relative; /* Для позиционирования лоадера */
    min-width: 80px; /* Фиксируем ширину */
}

    .resolve-btn:hover:not(:disabled)[b-80hu6fz0m5] {
        background: #3a56c0;
    }

/* Новые стили для лоадера */
.btn-loader[b-80hu6fz0m5] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-80hu6fz0m5 1s ease-in-out infinite;
    margin-right: 6px;
}

@keyframes spin-b-80hu6fz0m5 {
    to {
        transform: rotate(360deg);
    }
}

/* Состояние disabled */
.resolve-btn:disabled[b-80hu6fz0m5] {
    background: #a0a9d1;
    cursor: not-allowed;
    opacity: 0.8;
}
/* /Pages/ControlPanel/Moderation/CreatorProduct.razor.rz.scp.css */
.creator-info[b-xfqxpd89ih] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f2f6;
}

.creator-avatar[b-xfqxpd89ih] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.creator-details[b-xfqxpd89ih] {
    display: flex;
    flex-direction: column;
}

.creator-name[b-xfqxpd89ih] {
    font-weight: 600;
}

.creator-since[b-xfqxpd89ih] {
    font-size: 0.8rem;
    color: #747d8c;
}
/* /Pages/ControlPanel/Moderation/Gallery.razor.rz.scp.css */
.product-gallery[b-eyst0tdt0d] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main-image img[b-eyst0tdt0d] {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1/1;
    object-fit: cover;
    background: #f5f5f5;
}

.image-thumbnails[b-eyst0tdt0d] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

    .image-thumbnails img[b-eyst0tdt0d] {
        width: 80px;
        height: 80px;
        border-radius: 4px;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.2s;
    }

        .image-thumbnails img:hover[b-eyst0tdt0d] {
            transform: scale(1.05);
        }

/* Стили для модального окна */
.image-modal[b-eyst0tdt0d] {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content[b-eyst0tdt0d] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.modal-image[b-eyst0tdt0d] {
    max-height: 80vh;
    max-width: 90vw;
    object-fit: contain;
}

.close[b-eyst0tdt0d] {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.modal-nav[b-eyst0tdt0d] {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.nav-btn[b-eyst0tdt0d] {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s;
}

    .nav-btn:hover[b-eyst0tdt0d] {
        background: rgba(255, 255, 255, 0.5);
    }

/* Обновленные стили для галереи */
.product-gallery img[b-eyst0tdt0d] {
    cursor: pointer;
    transition: transform 0.2s;
}

    .product-gallery img:hover[b-eyst0tdt0d] {
        transform: scale(1.02);
    }
/* /Pages/ControlPanel/Moderation/HeaderProduct.razor.rz.scp.css */
.product-header[b-7b8rwcrlm2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.product-title[b-7b8rwcrlm2] {
    font-size: 1.8rem;
    margin: 0;
    color: #2f3542;
}

.categories[b-7b8rwcrlm2] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.category-tag[b-7b8rwcrlm2] {
    background: #f1f2f6;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #57606f;
    text-decoration: none;
}
/* /Pages/ControlPanel/Moderation/ModerationProducts.razor.rz.scp.css */
.products-list-header[b-gazp4ev36n] {
    margin-bottom: 1.5rem;
}

.products-list-controls[b-gazp4ev36n] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.products-list-search[b-gazp4ev36n] {
    flex: 1;
    min-width: 300px;
    padding: 0.75rem 1rem;
    border: 1px solid #e1e3e6;
    border-radius: 6px;
    font-size: 1rem;
}

.products-list-sort[b-gazp4ev36n] {
    padding: 0.75rem 1rem;
    border: 1px solid #e1e3e6;
    border-radius: 6px;
    font-size: 1rem;
}

/* Products list */
.products-list[b-gazp4ev36n] {
    border: 1px solid #e1e3e6;
    border-radius: 8px;
    overflow: hidden;
}

.list-header[b-gazp4ev36n] {
    display: grid;
    grid-template-columns: 80px 3fr 2fr 1fr;
    padding: 1rem;
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 1px solid #e1e3e6;
}

.header-image[b-gazp4ev36n] {
    padding: 0 0.5rem;
}

.header-title[b-gazp4ev36n] {
    padding: 0 1rem;
}

.header-creator[b-gazp4ev36n] {
    padding: 0 1rem;
}

.header-price[b-gazp4ev36n] {
    text-align: right;
    padding-right: 1rem;
}

.product-list-item[b-gazp4ev36n] {
    display: grid;
    grid-template-columns: 80px 3fr 2fr 1fr;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #e1e3e6;
    transition: background-color 0.2s;
}

    .product-list-item:last-child[b-gazp4ev36n] {
        border-bottom: none;
    }

    .product-list-item:hover[b-gazp4ev36n] {
        background-color: #f8f9fa;
    }

.product-list-image[b-gazp4ev36n] {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f3f5;
}

    .product-list-image img[b-gazp4ev36n] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.product-list-title[b-gazp4ev36n] {
    padding: 0 1rem;
}

.product-link[b-gazp4ev36n] {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

    .product-link:hover[b-gazp4ev36n] {
        color: #4dabf7;
    }

.product-list-creator[b-gazp4ev36n] {
    padding: 0 1rem;
    color: #495057;
}

.product-list-pricing[b-gazp4ev36n] {
    text-align: right;
    padding-right: 1rem;
}

.current-price[b-gazp4ev36n] {
    font-weight: 600;
    color: #212529;
}

.original-price[b-gazp4ev36n] {
    display: block;
    font-size: 0.875rem;
    color: #868e96;
    text-decoration: line-through;
}

/* States */
.loading-state[b-gazp4ev36n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #495057;
}

.spinner[b-gazp4ev36n] {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(77, 171, 247, 0.2);
    border-radius: 50%;
    border-top-color: #4dabf7;
    animation: spin-b-gazp4ev36n 1s linear infinite;
    margin-bottom: 1rem;
}

.empty-state[b-gazp4ev36n] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    text-align: center;
    color: #868e96;
}

    .empty-state i[b-gazp4ev36n] {
        font-size: 3rem;
        margin-bottom: 1rem;
        color: #adb5bd;
    }

.clear-search[b-gazp4ev36n] {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: #f1f3f5;
    border: none;
    border-radius: 4px;
    color: #495057;
    cursor: pointer;
    transition: background 0.2s;
}

    .clear-search:hover[b-gazp4ev36n] {
        background: #e1e3e6;
    }

/* Анимация открытия/закрытия */
.open[b-gazp4ev36n] {
    animation: fadeIn 0.3s ease-in-out;
}

.closing[b-gazp4ev36n] {
    animation: fadeOut 0.3s ease-in-out;
}
/* Base Styles */
.products-container[b-gazp4ev36n] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Products List */
.products-list[b-gazp4ev36n] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.list-header[b-gazp4ev36n], .product-list-item[b-gazp4ev36n] {
    display: grid;
    grid-template-columns: 80px 2fr 1fr 1fr;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
}

.list-header[b-gazp4ev36n] {
    background: #f8f9fa;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #e9ecef;
}

.product-list-item[b-gazp4ev36n] {
    background: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: all 0.2s ease;
}

    .product-list-item.selected[b-gazp4ev36n] {
        background: #f0f7ff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .product-list-item:hover[b-gazp4ev36n] {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

.product-link[b-gazp4ev36n] {
    color: #2c3e50;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
}

    .product-link:hover[b-gazp4ev36n] {
        color: #3498db;
        text-decoration: underline;
    }

/* Product Details Card */
.product-details-card[b-gazp4ev36n] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin: 5px 0 15px;
    overflow: hidden;
/*    max-height: 0;*/
    opacity: 0;
    transition: all 0.3s ease-out;
}

    .product-details-card.open[b-gazp4ev36n] {
/*        max-height: 800px;*/
        opacity: 1;
    }

    .product-details-card.closing[b-gazp4ev36n] {
        max-height: 0;
        opacity: 0;
    }

.details-content[b-gazp4ev36n] {
    display: flex;
    padding: 20px;
    gap: 25px;
}

.details-image[b-gazp4ev36n] {
    flex: 0 0 250px;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
}

    .details-image img[b-gazp4ev36n] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 1/1;
    }

.details-info[b-gazp4ev36n] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .details-info h3[b-gazp4ev36n] {
        margin: 0;
        color: #2c3e50;
        font-size: 1.5rem;
    }

.price-container[b-gazp4ev36n] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 5px 0;
}

.original-price[b-gazp4ev36n] {
    text-decoration: line-through;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.current-price[b-gazp4ev36n] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #e74c3c;
}

.discount-badge[b-gazp4ev36n] {
    background: #e74c3c;
    color: white;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.product-meta[b-gazp4ev36n] {
    display: flex;
    gap: 15px;
    color: #7f8c8d;
    font-size: 0.9rem;
}

    .product-meta i[b-gazp4ev36n] {
        margin-right: 5px;
        color: #bdc3c7;
    }

.product-description[b-gazp4ev36n] {
    color: #34495e;
    line-height: 1.6;
    margin-top: 10px;
}

@keyframes modalopen-b-gazp4ev36n {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animations */
@keyframes spin-b-gazp4ev36n {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .products-list-container[b-gazp4ev36n] {
        padding: 1rem;
    }

    .products-list-controls[b-gazp4ev36n] {
        flex-direction: column;
    }

    .products-list-search[b-gazp4ev36n] {
        min-width: 100%;
    }

    .list-header[b-gazp4ev36n] {
        display: none;
    }

    .product-list-item[b-gazp4ev36n] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem;
    }

    .product-list-image[b-gazp4ev36n] {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .product-list-pricing[b-gazp4ev36n] {
        text-align: left;
    }
}
/* /Pages/ControlPanel/Moderation/ModProduct.razor.rz.scp.css */
.product-details-container[b-k0934u2jv5] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.product-view[b-k0934u2jv5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.open[b-k0934u2jv5] {
    animation: fadeIn-b-k0934u2jv5 0.3s ease-in-out;
}

.product-info[b-k0934u2jv5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.product-description[b-k0934u2jv5] {
    line-height: 1.6;
    color: #2f3542;
}

.tags-section[b-k0934u2jv5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tags-container[b-k0934u2jv5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.product-tag[b-k0934u2jv5] {
    background: #e0e8ff;
    color: #3742fa;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    text-decoration: none;
}

.action-buttons[b-k0934u2jv5] {
    display: flex;
    gap: 1rem;
}

.btn-primary[b-k0934u2jv5] {
    background: #5352ed;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background 0.2s;
}

    .btn-primary:hover[b-k0934u2jv5] {
        background: #3742fa;
    }

.btn-secondary[b-k0934u2jv5] {
    background: white;
    color: #5352ed;
    border: 1px solid #5352ed;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

    .btn-secondary:hover[b-k0934u2jv5] {
        background: #f1f2f6;
    }

.product-meta[b-k0934u2jv5] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.8rem;
    color: #747d8c;
    margin-top: 1rem;
}

    .product-meta i[b-k0934u2jv5] {
        margin-right: 0.25rem;
    }

@keyframes fadeIn-b-k0934u2jv5 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut-b-k0934u2jv5 {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

/* Action Buttons */
.action-buttons[b-k0934u2jv5] {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 15px 20px;
    background: #f8f9fa;
    border-top: 1px solid #ecf0f1;
}

.btn-publish[b-k0934u2jv5], .btn-reject[b-k0934u2jv5] {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-publish[b-k0934u2jv5] {
    background: #2ecc71;
    color: white;
}

    .btn-publish:hover[b-k0934u2jv5] {
        background: #27ae60;
        transform: translateY(-1px);
    }

    .btn-publish:disabled[b-k0934u2jv5] {
        background: #95a5a6 !important; /* Серый цвет для неактивной кнопки */
        cursor: not-allowed !important; /* Курсор "недоступно" */
        transform: none !important; /* Убираем трансформацию */
        opacity: 0.7; /* Немного прозрачности */
    }

    .btn-publish:not(:disabled):hover[b-k0934u2jv5] {
        background: #27ae60;
        transform: translateY(-1px);
    }


.btn-reject[b-k0934u2jv5] {
    background: #e74c3c;
    color: white;
}

    .btn-reject:hover[b-k0934u2jv5] {
        background: #c0392b;
        transform: translateY(-1px);
    }

/* Responsive */
@media (max-width: 768px) {
    .list-header[b-k0934u2jv5], .product-list-item[b-k0934u2jv5] {
        grid-template-columns: 60px 2fr 1fr;
    }

    .header-price[b-k0934u2jv5], .product-list-pricing[b-k0934u2jv5] {
        display: none;
    }

    .details-content[b-k0934u2jv5] {
        flex-direction: column;
        padding: 15px;
    }

    .details-image[b-k0934u2jv5] {
        flex: 0 0 auto;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .action-buttons[b-k0934u2jv5] {
        flex-direction: column;
        gap: 10px;
    }

    .btn-publish[b-k0934u2jv5], .btn-reject[b-k0934u2jv5] {
        width: 100%;
        justify-content: center;
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .product-details-container[b-k0934u2jv5] {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .action-buttons[b-k0934u2jv5] {
        flex-direction: column;
    }

    .btn-primary[b-k0934u2jv5], .btn-secondary[b-k0934u2jv5] {
        justify-content: center;
    }
}
/* /Pages/ControlPanel/Moderation/PriceProduct.razor.rz.scp.css */
.price-section[b-9qfvpxuscx] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.original-price[b-9qfvpxuscx] {
    text-decoration: line-through;
    color: #747d8c;
    font-size: 1.2rem;
}

.current-price[b-9qfvpxuscx] {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2f3542;
}

.tax-info[b-9qfvpxuscx] {
    font-size: 0.8rem;
    color: #747d8c;
    width: 100;
}
/* /Pages/ControlPanel/Moderation/RejectionForm.razor.rz.scp.css */
/* Rejection Section */
.rejection-section[b-ocpngri2ih] {
    padding: 20px;
    background: #fef9f9;
    border-top: 1px solid #faeaea;
}

.rejection-history[b-ocpngri2ih] {
    margin-bottom: 20px;
}

    .rejection-history h5[b-ocpngri2ih] {
        margin: 0 0 15px 0;
        color: #7f8c8d;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.rejection-item[b-ocpngri2ih] {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.rejection-meta[b-ocpngri2ih] {
    display: flex;
    justify-content: space-between;
    color: #95a5a6;
    font-size: 0.8rem;
    margin-bottom: 5px;
}

.rejection-reason[b-ocpngri2ih] {
    color: #34495e;
    line-height: 1.5;
}

.rejection-form[b-ocpngri2ih] {
    margin-top: 20px;
}

    .rejection-form textarea[b-ocpngri2ih] {
        width: 100%;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 6px;
        resize: vertical;
        min-height: 100px;
        font-family: inherit;
        transition: border-color 0.2s;
    }

        .rejection-form textarea:focus[b-ocpngri2ih] {
            border-color: #3498db;
            outline: none;
            box-shadow: 0 0 0 3px rgba(52,152,219,0.1);
        }

.rejection-actions[b-ocpngri2ih] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

.btn-cancel[b-ocpngri2ih], .btn-reject-confirm[b-ocpngri2ih] {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-cancel[b-ocpngri2ih] {
    background: #95a5a6;
    color: white;
}

    .btn-cancel:hover[b-ocpngri2ih] {
        background: #7f8c8d;
    }

.btn-reject-confirm[b-ocpngri2ih] {
    background: #e74c3c;
    color: white;
}

    .btn-reject-confirm:hover[b-ocpngri2ih] {
        background: #c0392b;
    }

    .btn-reject-confirm:disabled[b-ocpngri2ih] {
        background: #bdc3c7;
        cursor: not-allowed;
    }
/* /Pages/ControlPanel/Moderation/ZipFilesProduct.razor.rz.scp.css */
/* Основные стили секции */
.zip-files-section[b-8fjj2bsuox] {
    margin: 10px 0 0 0;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Заголовок */
.zip-files-header[b-8fjj2bsuox] {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    background-color: #f1f3f5;
    transition: background-color 0.2s;
}

    .zip-files-header:hover[b-8fjj2bsuox] {
        background-color: #e9ecef;
    }

    .zip-files-header h3[b-8fjj2bsuox] {
        margin: 0;
        font-size: 1.1rem;
        color: #2c3e50;
        font-weight: 600;
    }

/* Список файлов */
.zip-files-list[b-8fjj2bsuox] {
    padding: 10px 20px;
    background-color: white;
    animation: fadeIn-b-8fjj2bsuox 0.3s ease-out;
}

/* Элемент файла */
.zip-file-item[b-8fjj2bsuox] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 4px;
    background-color: #f8f9fa;
    border-left: 3px solid #51cf66;
    height: 52px;
    font-size: 0.95rem;
}

/* Название и размер файла */
.zip-file-name[b-8fjj2bsuox] {
    font-weight: 500;
}

.zip-file-size[b-8fjj2bsuox] {
    font-size: 0.85rem;
}

/* Сообщение об отсутствии файлов */
.no-files-message[b-8fjj2bsuox] {
    padding: 10px 15px;
    color: #868e96;
    font-style: italic;
    background-color: #f8f9fa;
    border-left: 3px solid #51cf66;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 0.9rem;
}

/* Анимация */
@keyframes fadeIn-b-8fjj2bsuox {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/ControlPanel/NavMenu.razor.rz.scp.css */
.nav-link[b-5e0s4ldw1v] {
    color: #333;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
    cursor: pointer;
}

    .nav-link:hover[b-5e0s4ldw1v], .nav-link.active[b-5e0s4ldw1v] {
        background-color: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
    }

    .nav-link.active[b-5e0s4ldw1v] {
        font-weight: 500;
    }

.admin-dashboard[b-5e0s4ldw1v] {
    min-height: 100vh;
    background-color: #f5f7fb;
}

.sidebar[b-5e0s4ldw1v] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.stat-card[b-5e0s4ldw1v] {
    border-radius: 10px;
    transition: transform 0.2s;
    border: none;
}

    .stat-card:hover[b-5e0s4ldw1v] {
        transform: translateY(-5px);
    }

.activity-feed .list-group-item[b-5e0s4ldw1v] {
    border-left: 0;
    border-right: 0;
    padding: 0.75rem 0;
    background-color: transparent;
}

@media (max-width: 767.98px) {
    .sidebar[b-5e0s4ldw1v] {
        position: static;
        height: auto;
        padding-top: 0;
    }

    .stat-card[b-5e0s4ldw1v] {
        margin-bottom: 15px;
    }
}
/* /Pages/ControlPanel/Products.razor.rz.scp.css */


.products-list-header[b-1xte4cr95l] {
    margin-bottom: 1.5rem;
}

.products-list-controls[b-1xte4cr95l] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.products-list-search[b-1xte4cr95l] {
    flex: 1;
    min-width: 300px;
    padding: 0.75rem 1rem;
    border: 1px solid #e1e3e6;
    border-radius: 6px;
    font-size: 1rem;
}

.products-list-sort[b-1xte4cr95l] {
    padding: 0.75rem 1rem;
    border: 1px solid #e1e3e6;
    border-radius: 6px;
    font-size: 1rem;
}

/* Products list */
.products-list[b-1xte4cr95l] {
    border: 1px solid #e1e3e6;
    border-radius: 8px;
    overflow: hidden;
}

.list-header[b-1xte4cr95l] {
    display: grid;
    grid-template-columns: 80px 3fr 2fr 1fr;
    padding: 1rem;
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 1px solid #e1e3e6;
}

.header-image[b-1xte4cr95l] {
    padding: 0 0.5rem;
}

.header-title[b-1xte4cr95l] {
    padding: 0 1rem;
}

.header-creator[b-1xte4cr95l] {
    padding: 0 1rem;
}

.header-price[b-1xte4cr95l] {
    text-align: right;
    padding-right: 1rem;
}

.product-list-item[b-1xte4cr95l] {
    display: grid;
    grid-template-columns: 80px 3fr 2fr 1fr;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #e1e3e6;
    transition: background-color 0.2s;
}

    .product-list-item:last-child[b-1xte4cr95l] {
        border-bottom: none;
    }

    .product-list-item:hover[b-1xte4cr95l] {
        background-color: #f8f9fa;
    }

.product-list-image[b-1xte4cr95l] {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f3f5;
}

    .product-list-image img[b-1xte4cr95l] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.product-list-title[b-1xte4cr95l] {
    padding: 0 1rem;
}

.product-link[b-1xte4cr95l] {
    color: #212529;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

    .product-link:hover[b-1xte4cr95l] {
        color: #4dabf7;
    }

.product-list-creator[b-1xte4cr95l] {
    padding: 0 1rem;
    color: #495057;
}

.product-list-pricing[b-1xte4cr95l] {
    text-align: right;
    padding-right: 1rem;
}

.current-price[b-1xte4cr95l] {
    font-weight: 600;
    color: #212529;
}

.original-price[b-1xte4cr95l] {
    display: block;
    font-size: 0.875rem;
    color: #868e96;
    text-decoration: line-through;
}

/* States */
.loading-state[b-1xte4cr95l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #495057;
}

.spinner[b-1xte4cr95l] {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(77, 171, 247, 0.2);
    border-radius: 50%;
    border-top-color: #4dabf7;
    animation: spin-b-1xte4cr95l 1s linear infinite;
    margin-bottom: 1rem;
}

.empty-state[b-1xte4cr95l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    text-align: center;
    color: #868e96;
}

    .empty-state i[b-1xte4cr95l] {
        font-size: 3rem;
        margin-bottom: 1rem;
        color: #adb5bd;
    }

.clear-search[b-1xte4cr95l] {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: #f1f3f5;
    border: none;
    border-radius: 4px;
    color: #495057;
    cursor: pointer;
    transition: background 0.2s;
}

    .clear-search:hover[b-1xte4cr95l] {
        background: #e1e3e6;
    }


/* Стили для модального окна */
.modal-backdrop[b-1xte4cr95l] {
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal[b-1xte4cr95l] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    display: flex;
    align-items: center;
}

.product-link[b-1xte4cr95l] {
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.2s;
}

    .product-link:hover[b-1xte4cr95l] {
        color: #0a58ca;
        text-decoration: underline;
        cursor: pointer;
    }

.original-price[b-1xte4cr95l] {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 0.9em;
}

.current-price[b-1xte4cr95l] {
    font-weight: bold;
    color: #212529;
    font-size: 1.1em;
}

.modal-content[b-1xte4cr95l] {
    animation: modalopen-b-1xte4cr95l 0.3s ease-out;
}

@keyframes modalopen-b-1xte4cr95l {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animations */
@keyframes spin-b-1xte4cr95l {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .products-list-container[b-1xte4cr95l] {
        padding: 1rem;
    }

    .products-list-controls[b-1xte4cr95l] {
        flex-direction: column;
    }

    .products-list-search[b-1xte4cr95l] {
        min-width: 100%;
    }

    .list-header[b-1xte4cr95l] {
        display: none;
    }

    .product-list-item[b-1xte4cr95l] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.5rem;
    }

    .product-list-image[b-1xte4cr95l] {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .product-list-pricing[b-1xte4cr95l] {
        text-align: left;
    }
}
