@import '_content/BlazorInputFileExtended/BlazorInputFileExtended.n314jqu5hg.bundle.scp.css';
@import '_content/PhlankerSharedComponents/PhlankerSharedComponents.6722rkpoys.bundle.scp.css';

/* _content/PhlankerWeb/Components/Controls/ColorSwatchDesigner.razor.rz.scp.css */
/* Color Swatch Designer Component Styles */
/* Uses Bootstrap utility classes for backgrounds and spacing */
/* Custom styles only for elements that need specific behavior */

.color-swatch-designer[b-63534nsmt5] {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
}

/* Color Wheel Container */
.color-wheel-container[b-63534nsmt5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}

.color-wheel-canvas[b-63534nsmt5] {
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    border: 2px solid var(--bs-border-color);
}

.color-info .form-label[b-63534nsmt5] {
    margin-bottom: 0.25rem;
    font-weight: 500;
    color: var(--bs-secondary-color);
}

/* Uploaded Images */
.uploaded-image-item[b-63534nsmt5] {
    position: relative;
    transition: transform 0.2s ease;
}

.uploaded-image-item:hover[b-63534nsmt5] {
    transform: scale(1.02);
}

.uploaded-image-item img[b-63534nsmt5] {
    transition: box-shadow 0.2s ease;
}

.uploaded-image-item:hover img[b-63534nsmt5] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.uploaded-image-remove-btn[b-63534nsmt5] {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    opacity: 0.8;
}

.uploaded-image-remove-btn:hover[b-63534nsmt5] {
    transform: scale(1.1);
    opacity: 1;
}

.uploaded-image-item:hover .uploaded-image-remove-btn[b-63534nsmt5] {
    opacity: 1;
}

/* Generated Colors */
.generated-colors[b-63534nsmt5] {
    min-height: 60px;
    padding: 0.5rem 0;
}

.generated-color-item[b-63534nsmt5] {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.generated-color-item:hover[b-63534nsmt5] {
    transform: translateY(-2px);
}

.generated-color-swatch[b-63534nsmt5] {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.generated-color-swatch:hover[b-63534nsmt5] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
    transform: scale(1.05);
}

.generated-remove-btn[b-63534nsmt5] {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.generated-remove-btn:hover[b-63534nsmt5] {
    transform: scale(1.1);
}

.color-hex-label[b-63534nsmt5] {
    pointer-events: none;
}

/* Range Slider Styling for Dark Mode */
.color-swatch-designer .form-range[b-63534nsmt5] {
    height: 1.5rem;
}

.color-swatch-designer .form-range[b-63534nsmt5]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    height: 0.5rem;
}

.color-swatch-designer .form-range[b-63534nsmt5]::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    height: 0.5rem;
}

.color-swatch-designer .form-range[b-63534nsmt5]::-webkit-slider-thumb {
    margin-top: -0.25rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .color-wheel-canvas[b-63534nsmt5] {
        width: 240px;
        height: 240px;
    }
}

@media (max-width: 576px) {
    .color-wheel-canvas[b-63534nsmt5] {
        width: 200px;
        height: 200px;
    }
}
/* _content/PhlankerWeb/Components/Controls/ColorSwatchMini.razor.rz.scp.css */
.color-swatch-mini[b-onaadr4em1] {
    background: var(--bs-body-bg);
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid var(--bs-border-color);
}

.mini-color-grid[b-onaadr4em1] {
    max-width: 100%;
}

.mini-color-swatch[b-onaadr4em1] {
    border-radius: 4px;
    border: 2px solid var(--bs-border-color);
    transition: all 0.2s ease;
    cursor: pointer;
    min-width: 16px;
    min-height: 16px;
    flex-shrink: 0;
}

.mini-color-swatch:hover[b-onaadr4em1] {
    transform: scale(1.1);
    border-color: var(--bs-primary);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 10;
    position: relative;
}

.color-swatch-mini.scene-colors-mini[b-onaadr4em1] {
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
}

.scene-color-palette-preview[b-onaadr4em1] {
    transition: all 0.3s ease;
}

.scene-color-palette-preview:hover[b-onaadr4em1] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
/* _content/PhlankerWeb/Components/Controls/Common/ScriptEditor.razor.rz.scp.css */
.script-editor-container[b-b620bmg3rr] {
    width: 100%;
}

.script-editor-container .ql-editor[b-b620bmg3rr] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--bs-body-color);
}

.script-editor-container .ql-toolbar[b-b620bmg3rr] {
    border-top: 1px solid var(--bs-border-color);
    border-left: 1px solid var(--bs-border-color);
    border-right: 1px solid var(--bs-border-color);
    border-bottom: none;
    background-color: var(--bs-light);
}

.script-editor-container .ql-container[b-b620bmg3rr] {
    border: 1px solid var(--bs-border-color);
    border-top: none;
    font-family: inherit;
}

.script-editor-container .ql-editor.ql-blank[b-b620bmg3rr]::before {
    color: var(--bs-secondary);
    font-style: italic;
}

/* Dark mode styles are in app.css (global) since Quill elements are dynamically generated */

/* Toolbar button styling */
.script-editor-container .btn-toolbar .btn[b-b620bmg3rr] {
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

.script-editor-container .btn-toolbar .btn-group[b-b620bmg3rr] {
    margin-right: 0.5rem;
}

/* Loading and status indicators */
.script-editor-container .fa-spinner[b-b620bmg3rr] {
    animation: spin-b-b620bmg3rr 1s linear infinite;
}

@keyframes spin-b-b620bmg3rr {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Alert styling */
.script-editor-container .alert[b-b620bmg3rr] {
    margin-bottom: 0;
    border-radius: 0.375rem;
}

.script-editor-container .alert i[b-b620bmg3rr] {
    margin-right: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .script-editor-container .btn-toolbar[b-b620bmg3rr] {
        flex-wrap: wrap;
    }
    
    .script-editor-container .btn-group[b-b620bmg3rr] {
        margin-bottom: 0.5rem;
    }
    
    .script-editor-container .btn-sm[b-b620bmg3rr] {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }
}
/* _content/PhlankerWeb/Components/Controls/Common/SketchPad.razor.rz.scp.css */
/* SketchPad Component - Scoped Styles */
/* Main styles are in /wwwroot/css/sketch-pad.css */
/* This file is intentionally minimal - add component-specific overrides here if needed */
/* _content/PhlankerWeb/Components/Controls/Scenes/SceneView.razor.rz.scp.css */
/* Scene Tools Sidebar - Desktop Only (hidden on mobile via Bootstrap d-none d-lg-block) */
/* Custom component styling required - Bootstrap doesn't have a vertical icon toolbar */
.scene-tools-sidebar[b-7wgsxbu41w] {
    width: 80px;
    min-height: 400px;
}

/* Category Tabs - Custom vertical tab styling */
.category-tabs[b-7wgsxbu41w] {
    gap: 0.25rem;
}

.category-tab[b-7wgsxbu41w] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.15s ease;
}

.category-tab i[b-7wgsxbu41w] {
    font-size: 0.9rem;
}

.category-tab span[b-7wgsxbu41w] {
    font-size: 0.55rem;
}

.category-tab:hover[b-7wgsxbu41w] {
    background-color: var(--bs-tertiary-bg);
}

.category-tab.active[b-7wgsxbu41w] {
    background-color: rgba(var(--bs-primary-rgb), 0.15);
}

/* Tool Icons Grid */
.tool-icons-grid[b-7wgsxbu41w] {
    overflow-y: auto;
    max-height: calc(100vh - 250px);
}

.tool-icon[b-7wgsxbu41w] {
    aspect-ratio: 1;
    transition: all 0.15s ease;
}

.tool-icon i[b-7wgsxbu41w] {
    font-size: 1.25rem;
}

.tool-icon span[b-7wgsxbu41w] {
    font-size: 0.6rem;
    line-height: 1.1;
}

.tool-icon:hover[b-7wgsxbu41w] {
    background-color: var(--bs-tertiary-bg);
}

.tool-icon.active[b-7wgsxbu41w] {
    background-color: rgba(var(--bs-primary-rgb), 0.15);
}

/* Badge positioning - requires absolute positioning not available in Bootstrap utilities */
.tool-badge[b-7wgsxbu41w] {
    top: 4px;
    right: 4px;
    font-size: 0.55rem;
    min-width: 14px;
}
/* _content/PhlankerWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9cze7md55v] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}

.main-content[b-9cze7md55v] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.navbar-brand[b-9cze7md55v] {
    font-weight: bold;
}

.nav-link[b-9cze7md55v] {
    border-radius: 0.375rem;
    margin: 0 0.25rem;
}

.nav-link:hover[b-9cze7md55v] {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-link.active[b-9cze7md55v] {
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 600;
}

/* Sidebar toggle button in navbar */
.sidebar-toggle-btn[b-9cze7md55v] {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    background: transparent;
    transition: background-color 0.15s ease-in-out;
}

.sidebar-toggle-btn:hover[b-9cze7md55v] {
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-toggle-btn:focus[b-9cze7md55v] {
    box-shadow: none;
    outline: none;
}

.sidebar-toggle-icon[b-9cze7md55v] {
    transition: transform 0.3s ease-in-out;
}

.sidebar-toggle-btn[aria-expanded="true"] .sidebar-toggle-icon[b-9cze7md55v],
.sidebar-open .sidebar-toggle-icon[b-9cze7md55v] {
    transform: rotate(180deg);
}

#blazor-error-ui[b-9cze7md55v] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none !important;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    visibility: hidden !important;
}

    #blazor-error-ui .dismiss[b-9cze7md55v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PhlankerWeb/Components/Layout/ProjectLayout.razor.rz.scp.css */
/* ProjectLayout-specific styles */
/* Most sidebar styling is now handled by SharedSidebar component */

/* Ensure proper spacing for the main content area */
.flex-grow-1[b-s63p6306c7] {
    background-color: var(--bs-body-bg);
}
/* _content/PhlankerWeb/Components/Pages/Assets/AssetManagement.razor.rz.scp.css */
/* Asset Management Page Styles */
.asset-management-page[b-idqqatf8hd] {
    height: 100vh;
    overflow: hidden;
    background-color: #f8f9fa;
}

.asset-management-page .d-flex[b-idqqatf8hd] {
    height: 100vh;
}

/* Sidebar Styles */
.asset-filter-sidebar[b-idqqatf8hd] {
    width: 320px;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1000;
}

.asset-filter-sidebar.collapsed[b-idqqatf8hd] {
    width: 0;
    min-width: 0;
    overflow: hidden;
}

.asset-filter-sidebar.expanded[b-idqqatf8hd] {
    width: 320px;
}

.sidebar-header[b-idqqatf8hd] {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
}

.sidebar-content[b-idqqatf8hd] {
    padding: 1rem;
}

.filter-section[b-idqqatf8hd] {
    margin-bottom: 1.5rem;
}

.filter-label[b-idqqatf8hd] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    display: block;
}

.filter-options[b-idqqatf8hd] {
    max-height: 200px;
    overflow-y: auto;
}

.filter-options .form-check[b-idqqatf8hd] {
    margin-bottom: 0.5rem;
}

.filter-count[b-idqqatf8hd] {
    color: #6c757d;
    font-size: 0.8rem;
}

.filter-tags[b-idqqatf8hd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.filter-tag[b-idqqatf8hd] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background-color: #007bff;
    color: white;
    border-radius: 0.375rem;
    font-size: 0.8rem;
    gap: 0.5rem;
}

.filter-tag button[b-idqqatf8hd] {
    background: none;
    border: none;
    color: white;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0.8;
}

.filter-tag button:hover[b-idqqatf8hd] {
    opacity: 1;
}

/* Main Content Styles */
.asset-main-content[b-idqqatf8hd] {
    min-height: 100vh;
    overflow-y: auto;
    padding: 1.5rem;
    background-color: #fff;
    margin-left: 0;
    width: 100%;
}

.content-header[b-idqqatf8hd] {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 100;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.header-actions[b-idqqatf8hd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.active-filters-bar[b-idqqatf8hd] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

/* Asset Card Wrapper */
.asset-card-wrapper[b-idqqatf8hd] {
    position: relative;
    height: 100%;
    min-width: 300px; /* Ensure cards are wide enough for controls */
}

.card-selection-icon[b-idqqatf8hd] {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.asset-card:hover .card-selection-icon[b-idqqatf8hd] {
    opacity: 1;
}

/* Selection icon styling using span */
.selection-icon-clickable[b-idqqatf8hd] {
    cursor: pointer;
    color: #6c757d;
    transition: color 0.2s ease;
    padding: 0.25rem;
    display: inline-block;
    user-select: none;
}

.selection-icon-clickable:hover[b-idqqatf8hd] {
    color: #0dcaf0;
}

.card-actions[b-idqqatf8hd] {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0.375rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 0.8;
    transition: opacity 0.2s ease;
    padding: 0.25rem;
}

.asset-card-wrapper:hover .card-actions[b-idqqatf8hd] {
    opacity: 1;
}

.asset-card-wrapper.selected .card-actions[b-idqqatf8hd] {
    opacity: 1;
}

/* Group Styles */
.asset-group[b-idqqatf8hd] {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: visible; /* Allow dropdowns to escape group boundaries */
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.group-header[b-idqqatf8hd] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.group-header:hover[b-idqqatf8hd] {
    background-color: #e9ecef;
}

.group-title[b-idqqatf8hd] {
    color: #495057;
    font-weight: 600;
}

.group-content[b-idqqatf8hd] {
    padding: 1rem;
    overflow: visible; /* Allow dropdowns to escape group content boundaries */
}

.group-actions .dropdown-toggle[b-idqqatf8hd] {
    font-size: 0.875rem;
}

/* Asset Action Dropdown */
.asset-action-dropdown[b-idqqatf8hd] {
    position: relative;
    z-index: 1000;
}

.asset-action-dropdown .dropdown-menu[b-idqqatf8hd] {
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #dee2e6;
    z-index: 1050;
}

.asset-action-dropdown .dropdown-header[b-idqqatf8hd] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
}

.asset-action-dropdown .dropdown-item[b-idqqatf8hd] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.asset-action-dropdown .dropdown-item:hover[b-idqqatf8hd] {
    background-color: #f8f9fa;
}

.asset-action-dropdown .dropdown-item.text-danger:hover[b-idqqatf8hd] {
    background-color: #f8d7da;
    color: #721c24;
}

.asset-action-dropdown .dropdown-item:disabled[b-idqqatf8hd] {
    opacity: 0.5;
}




/* Responsive Design */
@media (max-width: 768px) {
    .asset-filter-sidebar[b-idqqatf8hd] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1050;
    }

    .asset-filter-sidebar.collapsed[b-idqqatf8hd] {
        transform: translateX(-100%);
    }

    .asset-main-content[b-idqqatf8hd] {
        width: 100%;
        margin-left: 0;
    }

    .content-header .d-flex.justify-content-between[b-idqqatf8hd] {
        flex-direction: column;
        gap: 1rem;
    }

    .header-actions[b-idqqatf8hd] {
        flex-wrap: wrap;
        width: 100%;
    }

    .active-filters-bar .d-flex[b-idqqatf8hd] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 0.5rem;
    }

    .filter-tags[b-idqqatf8hd] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .asset-main-content[b-idqqatf8hd] {
        padding: 0.5rem;
    }

    .group-header[b-idqqatf8hd] {
        padding: 0.75rem;
    }

    .group-content[b-idqqatf8hd] {
        padding: 0.75rem;
    }

    .asset-card .card-selection-icon[b-idqqatf8hd],
    .asset-card-wrapper .card-actions[b-idqqatf8hd] {
        position: static;
        display: flex;
        justify-content: space-between;
        padding: 0.5rem;
        background-color: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
        opacity: 1;
    }
}

/* Animation Classes */
.group-content[b-idqqatf8hd] {
    animation: fadeIn-b-idqqatf8hd 0.3s ease;
}

@keyframes fadeIn-b-idqqatf8hd {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom Scrollbar */
.sidebar-content[b-idqqatf8hd]::-webkit-scrollbar,
.filter-options[b-idqqatf8hd]::-webkit-scrollbar {
    width: 6px;
}

.sidebar-content[b-idqqatf8hd]::-webkit-scrollbar-track,
.filter-options[b-idqqatf8hd]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.sidebar-content[b-idqqatf8hd]::-webkit-scrollbar-thumb,
.filter-options[b-idqqatf8hd]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.sidebar-content[b-idqqatf8hd]::-webkit-scrollbar-thumb:hover,
.filter-options[b-idqqatf8hd]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
/* _content/PhlankerWeb/Components/Pages/ColorSwatchDemo.razor.rz.scp.css */
/* Color Swatch Demo Scoped Styles */

.color-swatch-container[b-vw72dc4zwc] {
    min-height: 100vh;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
}

/* Controls Panel */
.controls-panel[b-vw72dc4zwc] {
    background: var(--bs-tertiary-bg);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Harmony Mode Selector */
.harmony-selector[b-vw72dc4zwc] {
    background: var(--bs-body-bg);
    border-radius: 6px;
    padding: 1rem;
}

/* V4 Enhanced Harmony Mode Buttons */
.harmony-modes[b-vw72dc4zwc] {
    justify-content: center;
    background: var(--bs-body-bg);
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.harmony-btn[b-vw72dc4zwc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px; /* V4: Slightly wider */
    height: 65px; /* V4: Slightly taller */
    padding: 0.5rem;
    background: var(--bs-secondary-bg);
    border: 2px solid transparent;
    border-radius: 6px;
    color: var(--bs-body-color);
    transition: all 0.3s ease; /* V4: Longer transition */
}

.harmony-btn:hover[b-vw72dc4zwc] {
    background: var(--bs-tertiary-bg);
    border-color: var(--bs-primary);
    transform: translateY(-3px); /* V4: More pronounced hover */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.harmony-btn.active[b-vw72dc4zwc] {
    background: var(--bs-primary);
    color: var(--bs-primary-text);
    border-color: var(--bs-primary);
    transform: translateY(-3px); /* V4: Keep elevated when active */
    box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.3);
}

.harmony-icon[b-vw72dc4zwc] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.harmony-label[b-vw72dc4zwc] {
    font-size: 0.7rem;
    line-height: 1;
    text-align: center;
}

/* Color Wheel Section */
.color-wheel-section[b-vw72dc4zwc] {
    background: var(--bs-body-bg);
    border-radius: 6px;
    padding: 1rem;
}

.color-wheel-container[b-vw72dc4zwc] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* V4 Enhanced Color Wheel */
.color-wheel-canvas[b-vw72dc4zwc] {
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    border: 2px solid var(--bs-border-color);
}

.color-info .form-label[b-vw72dc4zwc] {
    margin-bottom: 0.25rem;
    font-weight: 500;
    color: var(--bs-secondary);
}

/* V4 Integrated Controls */
.integrated-controls[b-vw72dc4zwc] {
    background: var(--bs-body-bg);
    border-radius: 6px;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
}

.integrated-controls .form-range[b-vw72dc4zwc] {
    accent-color: var(--bs-primary);
}

/* V4 Custom Mode Controls */
.custom-controls[b-vw72dc4zwc] {
    text-align: center;
    padding: 0.5rem;
    background: var(--bs-secondary-bg);
    border-radius: 4px;
}

/* V4 Monochromatic Controls */
.monochromatic-controls[b-vw72dc4zwc] {
    background: var(--bs-secondary-bg);
    padding: 1rem;
    border-radius: 6px;
    border: 1px solid var(--bs-border-color);
}

.color-values[b-vw72dc4zwc] {
    max-height: 150px;
    overflow-y: auto;
}

.color-sample[b-vw72dc4zwc] {
    flex-shrink: 0;
    border: 1px solid var(--bs-border-color);
}

/* Preview Panel */
.preview-panel[b-vw72dc4zwc] {
    background: var(--bs-tertiary-bg);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}



/* Scheme Blocks Preview */
.scheme-blocks[b-vw72dc4zwc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
    padding: 1rem;
}

.scheme-block[b-vw72dc4zwc] {
    aspect-ratio: 1;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.9rem;
    transition: transform 0.2s ease;
}

.scheme-block:hover[b-vw72dc4zwc] {
    transform: scale(1.05);
}

.scheme-block-text[b-vw72dc4zwc] {
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* UI Examples */
.ui-example[b-vw72dc4zwc] {
    padding: 1rem;
    border-radius: 6px;
    margin: 1rem;
}

.ui-example.light-theme[b-vw72dc4zwc] {
    background: #ffffff;
    color: #333333;
}

.ui-example.dark-theme[b-vw72dc4zwc] {
    background: #1a1a1a;
    color: #e0e0e0;
}

.example-header[b-vw72dc4zwc] {
    padding: 1rem;
    border-radius: 6px 6px 0 0;
    margin: -1rem -1rem 1rem -1rem;
}

.example-content[b-vw72dc4zwc] {
    padding: 1rem 0;
}

.example-buttons .btn[b-vw72dc4zwc] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.example-buttons .btn:hover[b-vw72dc4zwc] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.example-text[b-vw72dc4zwc] {
    font-size: 0.9rem;
    line-height: 1.6;
}


/* V4 Generated Palette with Custom Colors Style */
.generated-palette-container[b-vw72dc4zwc] {
    background: var(--bs-tertiary-bg);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.generated-colors[b-vw72dc4zwc] {
    min-height: 60px;
    padding: 0.5rem 0;
}

.generated-color-item[b-vw72dc4zwc] {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.generated-color-item:hover[b-vw72dc4zwc] {
    transform: translateY(-2px);
}

.generated-color-swatch[b-vw72dc4zwc] {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.generated-color-swatch:hover[b-vw72dc4zwc] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
    transform: scale(1.05);
}

.generated-remove-btn[b-vw72dc4zwc] {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.generated-remove-btn:hover[b-vw72dc4zwc] {
    transform: scale(1.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.color-hex-label[b-vw72dc4zwc] {
    pointer-events: none;
}

/* Hue Strips (V3) */
.hue-strips[b-vw72dc4zwc] {
    max-height: 200px;
    overflow-y: auto;
}

.hue-strip-container[b-vw72dc4zwc] {
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.hue-strip-container:hover[b-vw72dc4zwc] {
    background: var(--bs-secondary-bg);
}

.hue-strip[b-vw72dc4zwc] {
    height: 20px;
    border-radius: 4px;
    margin-bottom: 0.25rem;
    border: 1px solid var(--bs-border-color);
}

.hue-info[b-vw72dc4zwc] {
    text-align: center;
}

/* Adjustment Controls (V3) */
.adjustment-controls .form-range[b-vw72dc4zwc] {
    accent-color: var(--bs-primary);
}

.color-adjustment[b-vw72dc4zwc] {
    background: var(--bs-secondary-bg);
    padding: 0.5rem;
    border-radius: 4px;
}

.color-sample[b-vw72dc4zwc] {
    flex-shrink: 0;
    border: 1px solid var(--bs-border-color);
}

/* V4 Always-Visible Preview Grid */
.scheme-preview-grid[b-vw72dc4zwc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 8px;
    padding: 1rem;
    background: var(--bs-body-bg);
    border-radius: 6px;
    min-height: 200px; /* V4: Ensure always visible */
}

.color-square[b-vw72dc4zwc] {
    aspect-ratio: 1;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 80px;
    border: 2px solid transparent;
    /* V4: Ensure visibility even with transparent colors */
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}

.color-square:hover[b-vw72dc4zwc] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    border-color: var(--bs-primary); /* V4: Use primary color for hover */
}

.color-label[b-vw72dc4zwc] {
    font-size: 0.8rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Preview Controls */
.preview-controls[b-vw72dc4zwc] {
    padding: 0 1rem 1rem;
    background: var(--bs-body-bg);
}

.form-check-input:checked[b-vw72dc4zwc] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/* Responsive Design */
@media (max-width: 768px) {
    .color-swatch-container[b-vw72dc4zwc] {
        padding: 0.5rem;
    }
    
    .controls-panel[b-vw72dc4zwc],
    .preview-panel[b-vw72dc4zwc] {
        margin-bottom: 1rem;
        padding: 1rem;
    }
    
    .harmony-modes[b-vw72dc4zwc] {
        justify-content: flex-start;
    }
    
    .harmony-btn[b-vw72dc4zwc] {
        min-width: 60px;
        height: 50px;
    }
    
    .harmony-label[b-vw72dc4zwc] {
        font-size: 0.6rem;
    }
    
    .color-wheel-canvas[b-vw72dc4zwc] {
        width: 240px;
        height: 240px;
    }
    
    .scheme-blocks[b-vw72dc4zwc] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .swatch-colors[b-vw72dc4zwc] {
        height: 40px;
    }
}

@media (max-width: 576px) {
    .harmony-modes[b-vw72dc4zwc] {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
        gap: 0.5rem;
    }
    
    .color-wheel-canvas[b-vw72dc4zwc] {
        width: 200px;
        height: 200px;
    }
    
    .example-buttons .btn[b-vw72dc4zwc] {
        font-size: 0.8rem;
        padding: 0.375rem 0.75rem;
    }
}
/* _content/PhlankerWeb/Components/Pages/ColorSwatchMini.razor.rz.scp.css */
/* Color Swatch Mini Component Styles */

.color-swatch-mini[b-zckdbclc29] {
    display: inline-block;
    min-height: 50px;
}

.mini-colors[b-zckdbclc29] {
    align-items: center;
    min-height: 50px;
}

.mini-color-swatch[b-zckdbclc29] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid var(--bs-border-color);
    cursor: default;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex-shrink: 0;
}

.mini-color-swatch:hover[b-zckdbclc29] {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
}

/* Responsive sizing */
@media (max-width: 768px) {
    .mini-color-swatch[b-zckdbclc29] {
        width: 32px;
        height: 32px;
    }
    
    .color-swatch-mini[b-zckdbclc29] {
        min-height: 40px;
    }
    
    .mini-colors[b-zckdbclc29] {
        min-height: 40px;
    }
}

@media (max-width: 576px) {
    .mini-color-swatch[b-zckdbclc29] {
        width: 28px;
        height: 28px;
    }
    
    .color-swatch-mini[b-zckdbclc29] {
        min-height: 35px;
    }
    
    .mini-colors[b-zckdbclc29] {
        min-height: 35px;
        gap: 0.25rem !important;
    }
}
