/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-chtad56j86] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-chtad56j86] {
    flex: 1;
}

.sidebar[b-chtad56j86] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-chtad56j86] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-chtad56j86]  a, .top-row[b-chtad56j86]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-chtad56j86]  a:hover, .top-row[b-chtad56j86]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-chtad56j86]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-chtad56j86] {
        justify-content: space-between;
    }

    .top-row[b-chtad56j86]  a, .top-row[b-chtad56j86]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-chtad56j86] {
        flex-direction: row;
    }

    .sidebar[b-chtad56j86] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-chtad56j86] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-chtad56j86]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-chtad56j86], article[b-chtad56j86] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-chtad56j86] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-chtad56j86] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-quzj3yhxvr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-quzj3yhxvr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-quzj3yhxvr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-quzj3yhxvr] {
    font-size: 1.1rem;
}

.bi[b-quzj3yhxvr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-quzj3yhxvr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-quzj3yhxvr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-quzj3yhxvr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-quzj3yhxvr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-quzj3yhxvr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-quzj3yhxvr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-quzj3yhxvr]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-quzj3yhxvr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-quzj3yhxvr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-quzj3yhxvr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-quzj3yhxvr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-quzj3yhxvr] {
        display: none;
    }

    .nav-scrollable[b-quzj3yhxvr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-z95mb8ppgo],
.components-reconnect-repeated-attempt-visible[b-z95mb8ppgo],
.components-reconnect-failed-visible[b-z95mb8ppgo],
.components-pause-visible[b-z95mb8ppgo],
.components-resume-failed-visible[b-z95mb8ppgo],
.components-rejoining-animation[b-z95mb8ppgo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-z95mb8ppgo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-z95mb8ppgo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-z95mb8ppgo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-z95mb8ppgo],
#components-reconnect-modal.components-reconnect-retrying[b-z95mb8ppgo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-z95mb8ppgo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-z95mb8ppgo],
#components-reconnect-modal.components-reconnect-failed[b-z95mb8ppgo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-z95mb8ppgo] {
    display: block;
}


#components-reconnect-modal[b-z95mb8ppgo] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-z95mb8ppgo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-z95mb8ppgo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-z95mb8ppgo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-z95mb8ppgo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-z95mb8ppgo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-z95mb8ppgo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-z95mb8ppgo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-z95mb8ppgo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-z95mb8ppgo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-z95mb8ppgo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-z95mb8ppgo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-z95mb8ppgo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-z95mb8ppgo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-z95mb8ppgo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-z95mb8ppgo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-z95mb8ppgo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-z95mb8ppgo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-z95mb8ppgo {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Sections/ThemeColorCustomizer.razor.rz.scp.css */
.theme-customizer-panel[b-p93lfjmx2t] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.theme-customizer-header[b-p93lfjmx2t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
    border-radius: 0.5rem 0.5rem 0 0;
}

.theme-customizer-header h5[b-p93lfjmx2t] {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.theme-customizer-body[b-p93lfjmx2t] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.theme-customizer-footer[b-p93lfjmx2t] {
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
    border-radius: 0 0 0.5rem 0.5rem;
}

.theme-customizer-footer button[b-p93lfjmx2t] {
    flex: 1;
}

/* Saved Themes Section */
.saved-themes-section[b-p93lfjmx2t] {
    animation: fadeIn-b-p93lfjmx2t 0.3s ease-in;
}

.saved-themes-section h6[b-p93lfjmx2t] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 1rem;
}

.saved-themes-section button[b-p93lfjmx2t] {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.saved-themes-section button:hover[b-p93lfjmx2t] {
    transform: translateY(-2px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.saved-themes-section .btn-warning[b-p93lfjmx2t] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.saved-themes-section .btn-warning:hover[b-p93lfjmx2t] {
    background-color: #ffb800;
    border-color: #ffb800;
}

/* Color Picker */
.color-picker-group[b-p93lfjmx2t] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.color-picker-item[b-p93lfjmx2t] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.color-picker-item label[b-p93lfjmx2t] {
    font-size: 0.95rem;
    color: #333;
}

.color-picker-row[b-p93lfjmx2t] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.color-picker-row input[type="color"][b-p93lfjmx2t] {
    width: 50px;
    height: 38px;
    padding: 0.25rem;
    cursor: pointer;
}

.color-picker-row input[type="text"][b-p93lfjmx2t] {
    flex: 1;
    font-family: monospace;
    font-size: 0.9rem;
}

.color-picker-row .btn-sm[b-p93lfjmx2t] {
    padding: 0.375rem 0.75rem;
}

.color-picker-item small[b-p93lfjmx2t] {
    font-size: 0.75rem;
}

/* Preview Section */
.preview-section[b-p93lfjmx2t] {
    background: white;
    border: 2px solid #e9ecef;
    animation: slideUp-b-p93lfjmx2t 0.3s ease;
}

.preview-section h6[b-p93lfjmx2t] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
}

.color-preview-box[b-p93lfjmx2t] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 0.25rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.color-preview-box:hover[b-p93lfjmx2t] {
    transform: scale(1.05);
}

/* Badge */
.badge[b-p93lfjmx2t] {
    font-size: 0.65rem;
    padding: 0.25rem 0.4rem;
    font-weight: 500;
}

/* Animations */
@keyframes fadeIn-b-p93lfjmx2t {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-p93lfjmx2t {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 576px) {
    .theme-customizer-body[b-p93lfjmx2t] {
        padding: 1rem;
    }

    .saved-themes-section button[b-p93lfjmx2t] {
        font-size: 0.75rem;
        padding: 0.35rem 0.6rem;
    }

    .color-preview-box[b-p93lfjmx2t] {
        height: 60px;
        font-size: 0.7rem;
    }
}
/* /Components/Sections/ThemeCreatorDialog.razor.rz.scp.css */
/* Theme Creator Dialog Styles */

.modal-backdrop[b-3obgt78xeo] {
    z-index: 1039;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal[b-3obgt78xeo] {
    z-index: 1040;
}

.modal.show[b-3obgt78xeo] {
    display: block;
    animation: slideUp-b-3obgt78xeo 0.3s ease;
}

.modal-dialog[b-3obgt78xeo] {
    max-width: 600px;
}

.modal-content[b-3obgt78xeo] {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
}

.modal-header[b-3obgt78xeo] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1.5rem;
}

.modal-header .modal-title[b-3obgt78xeo] {
    font-size: 1.1rem;
    font-weight: 600;
}

.modal-header .btn-close[b-3obgt78xeo] {
    filter: brightness(0) invert(1);
}

.modal-body[b-3obgt78xeo] {
    padding: 2rem;
    background: #f8f9fa;
}

.modal-footer[b-3obgt78xeo] {
    background: white;
    border-top: 1px solid #dee2e6;
    padding: 1rem;
    border-radius: 0 0 0.5rem 0.5rem;
}

/* Form Styles */
.form-label[b-3obgt78xeo] {
    color: #333;
    margin-bottom: 0.5rem;
}

.form-label .text-danger[b-3obgt78xeo] {
    font-weight: bold;
}

.form-control[b-3obgt78xeo], .form-control-color[b-3obgt78xeo] {
    border: 1px solid #e0e0e0;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-3obgt78xeo], .form-control-color:focus[b-3obgt78xeo] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.color-picker-row[b-3obgt78xeo] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.color-picker-row .form-control-color[b-3obgt78xeo] {
    width: 50px;
    height: 38px;
    padding: 0.25rem;
    cursor: pointer;
}

.color-picker-row .form-control[b-3obgt78xeo] {
    flex: 1;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* Preview Section */
.preview-section[b-3obgt78xeo] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 0.375rem;
    animation: slideUp-b-3obgt78xeo 0.3s ease;
}

.preview-section h6[b-3obgt78xeo] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
}

.color-preview-box[b-3obgt78xeo] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 0.25rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.75rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.color-preview-box:hover[b-3obgt78xeo] {
    transform: scale(1.03);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}

/* Form Check */
.form-check[b-3obgt78xeo] {
    padding-left: 0;
    margin-top: 1rem;
}

.form-check-input[b-3obgt78xeo] {
    width: 1.25em;
    height: 1.25em;
    border-radius: 0.25em;
    margin-top: 0.3em;
    margin-right: 0.5rem;
    cursor: pointer;
}

.form-check-input:checked[b-3obgt78xeo] {
    background-color: #ffc107;
    border-color: #ffc107;
}

.form-check-label[b-3obgt78xeo] {
    cursor: pointer;
    user-select: none;
}

/* Alert */
.alert[b-3obgt78xeo] {
    border-radius: 0.375rem;
    border: none;
    background-color: #e3f2fd;
    border-left: 4px solid #667eea;
    color: #1565c0;
}

.alert-info small[b-3obgt78xeo] {
    font-size: 0.85rem;
}

/* Buttons */
.btn[b-3obgt78xeo] {
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.btn-success[b-3obgt78xeo] {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover[b-3obgt78xeo] {
    background-color: #218838;
    border-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.btn-primary[b-3obgt78xeo] {
    background-color: #667eea;
    border-color: #667eea;
}

.btn-primary:hover:not(:disabled)[b-3obgt78xeo] {
    background-color: #5568d3;
    border-color: #5568d3;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(102, 126, 234, 0.3);
}

.btn-primary:disabled[b-3obgt78xeo] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-secondary[b-3obgt78xeo] {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover[b-3obgt78xeo] {
    background-color: #5a6268;
    border-color: #5a6268;
}

.btn-sm[b-3obgt78xeo] {
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
}

.w-100[b-3obgt78xeo] {
    width: 100%;
}

/* Modal Animation */
@keyframes slideUp-b-3obgt78xeo {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 576px) {
    .modal-dialog[b-3obgt78xeo] {
        margin: 1rem;
    }

    .modal-body[b-3obgt78xeo] {
        padding: 1.5rem;
    }

    .color-preview-box[b-3obgt78xeo] {
        height: 60px;
        font-size: 0.7rem;
    }

    .form-label[b-3obgt78xeo] {
        font-size: 0.9rem;
    }

    .modal-header .modal-title[b-3obgt78xeo] {
        font-size: 1rem;
    }
}
/* /Components/Sections/ThemeManager.razor.rz.scp.css */
/* ===== THEME MANAGER COMPONENT STYLES ===== */

.theme-manager-container[b-n3fxc22dsv] {
    padding: 20px;
}

.theme-manager-header[b-n3fxc22dsv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #d6c2a1;
}

.theme-manager-header h2[b-n3fxc22dsv] {
    margin: 0;
    color: #4d443a;
    font-weight: 600;
}

.btn[b-n3fxc22dsv] {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-primary[b-n3fxc22dsv] {
    background-color: #7a8b5a;
    color: white;
}

.btn-primary:hover[b-n3fxc22dsv] {
    background-color: #6a7b4a;
}

.btn-secondary[b-n3fxc22dsv] {
    background-color: #d6c2a1;
    color: #4d443a;
}

.btn-secondary:hover[b-n3fxc22dsv] {
    background-color: #c4b091;
}

.btn-sm[b-n3fxc22dsv] {
    padding: 4px 8px;
    font-size: 0.85em;
}

.btn-view[b-n3fxc22dsv] {
    background-color: #7a8b5a;
    color: white;
}

.btn-edit[b-n3fxc22dsv] {
    background-color: #9a8577;
    color: white;
}

.btn-delete[b-n3fxc22dsv] {
    background-color: #c84c3c;
    color: white;
}

.btn-restore[b-n3fxc22dsv] {
    background-color: #7a8b5a;
    color: white;
}

.btn-active[b-n3fxc22dsv] {
    background-color: #7a8b5a;
    color: white;
    font-weight: 600;
}

.btn-active:hover[b-n3fxc22dsv] {
    background-color: #6a7b4a;
}

.loading[b-n3fxc22dsv], .empty-state[b-n3fxc22dsv] {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

/* FORM SECTION */
.form-section[b-n3fxc22dsv] {
    background-color: #f5f0eb;
    border: 2px solid #d6c2a1;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.form-header[b-n3fxc22dsv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6c2a1;
}

.form-header h3[b-n3fxc22dsv] {
    margin: 0;
    color: #4d443a;
}

.btn-close-form[b-n3fxc22dsv] {
    background: none;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #4d443a;
}

.btn-close-form:hover[b-n3fxc22dsv] {
    color: #c84c3c;
}

.form-body[b-n3fxc22dsv] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group[b-n3fxc22dsv] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-group label[b-n3fxc22dsv] {
    font-weight: 600;
    color: #4d443a;
    font-size: 0.95em;
}

.form-control[b-n3fxc22dsv] {
    padding: 8px 12px;
    border: 1px solid #d6c2a1;
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.95em;
    color: #4d443a;
}

.form-control:focus[b-n3fxc22dsv] {
    outline: none;
    border-color: #7a8b5a;
    background-color: white;
}

.colors-grid[b-n3fxc22dsv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
    margin: 15px 0;
}

.color-input-group[b-n3fxc22dsv] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.color-input-group label[b-n3fxc22dsv] {
    font-size: 0.9em;
    font-weight: 500;
}

.color-input-group input[type="color"][b-n3fxc22dsv] {
    width: 100%;
    height: 50px;
    border: 1px solid #d6c2a1;
    border-radius: 4px;
    cursor: pointer;
}

.color-value[b-n3fxc22dsv] {
    font-size: 0.85em;
    color: #999;
    font-family: monospace;
}

.checkbox-group label[b-n3fxc22dsv] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: normal;
}

.checkbox-group input[type="checkbox"][b-n3fxc22dsv] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #7a8b5a;
}

.preview-section[b-n3fxc22dsv] {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d6c2a1;
}

.preview-section h4[b-n3fxc22dsv] {
    margin: 0 0 10px 0;
    color: #4d443a;
    font-size: 0.95em;
}

.preview-box[b-n3fxc22dsv] {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.form-actions[b-n3fxc22dsv] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #d6c2a1;
}

/* TABLE STYLES */
.themes-table-wrapper[b-n3fxc22dsv] {
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.themes-table[b-n3fxc22dsv] {
    width: 100%;
    border-collapse: collapse;
    background: white;
}

.themes-table thead[b-n3fxc22dsv] {
    background-color: #f0ebe3;
    border-bottom: 2px solid #d6c2a1;
}

.themes-table th[b-n3fxc22dsv] {
    padding: 12px;
    text-align: left;
    font-weight: 600;
    color: #4d443a;
    white-space: nowrap;
}

.themes-table tbody tr[b-n3fxc22dsv] {
    border-bottom: 1px solid #e8ddd0;
    transition: background-color 0.2s;
}

.themes-table tbody tr:hover[b-n3fxc22dsv] {
    background-color: #fdfaf5;
}

.themes-table tbody tr.archived[b-n3fxc22dsv] {
    opacity: 0.6;
    background-color: #f5f0eb;
}

.themes-table td[b-n3fxc22dsv] {
    padding: 12px;
    vertical-align: middle;
}

.theme-name[b-n3fxc22dsv] {
    font-weight: 600;
    color: #4d443a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge[b-n3fxc22dsv] {
    font-size: 0.75em;
    padding: 3px 8px;
    background-color: #e8ddd0;
    color: #9a8577;
    border-radius: 3px;
    font-weight: 600;
}

.theme-description[b-n3fxc22dsv] {
    color: #7a8b5a;
    font-size: 0.9em;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.color-preview[b-n3fxc22dsv] {
    display: flex;
    gap: 8px;
}

.color-swatch[b-n3fxc22dsv] {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #d6c2a1;
}

.theme-favorite input[type="checkbox"][b-n3fxc22dsv] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #7a8b5a;
}

.theme-actions[b-n3fxc22dsv] {
    display: flex;
    gap: 6px;
}

.theme-actions .btn[b-n3fxc22dsv] {
    padding: 5px 8px;
    font-size: 0.8em;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .theme-manager-header[b-n3fxc22dsv] {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .colors-grid[b-n3fxc22dsv] {
        grid-template-columns: repeat(2, 1fr);
    }

    .themes-table[b-n3fxc22dsv] {
        font-size: 0.9em;
    }

    .themes-table th[b-n3fxc22dsv], .themes-table td[b-n3fxc22dsv] {
        padding: 8px;
    }

    .color-swatch[b-n3fxc22dsv] {
        width: 24px;
        height: 24px;
    }
}
