/**
 * studio-light.css
 * Light theme for the Template Design Studio.
 */

/* Overlay & Main Layout */
.canvas-editor-overlay.studio-mode {
    background: #f8f8f8;
    color: #1f2937;
}

.studio-mode .ce-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    color: #1f2937;
}

.studio-mode .ce-header-logo {
    color: #3b82f6;
    font-weight: 700;
}

.studio-mode .ce-btn {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.studio-mode .ce-btn:hover {
    background: #e5e7eb;
}

.studio-mode .ce-btn-primary {
    background: #3b82f6;
    color: #ffffff;
    border-color: #2563eb;
}

.studio-mode .ce-btn-primary:hover {
    background: #2563eb;
}

/* Toolbar */
.studio-mode .ce-toolbar {
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
}

.studio-mode .ce-tool-btn {
    background: transparent;
    color: #4b5563;
}

.studio-mode .ce-tool-btn:hover {
    background: #f9fafb;
    color: #3b82f6;
}

.studio-mode .ce-tool-btn.active {
    background: #eff6ff;
    color: #3b82f6;
    border-color: #bfdbfe;
}

/* Sidebar / Thumbnails */
.studio-mode .ce-sidebar {
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
}

.studio-mode .ce-sidebar-header {
    border-bottom: 1px solid #e5e7eb;
    color: #111827;
}

.studio-mode .ce-thumb {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
}

.studio-mode .ce-thumb.active {
    border-color: #3b82f6;
}

/* Workspace */
.studio-mode .ce-workspace {
    background: #eef0f3 !important; /* Cool light grey */
}

.studio-mode .ce-canvas-wrapper {
    box-shadow: 0 4px 24px rgba(0,0,0,0.1) !important;
}

/* Properties & Layer Panels */
.studio-mode .ce-properties-panel,
.studio-mode .ce-layer-panel {
    background: #ffffff !important;
    border-left: 1px solid #e5e7eb !important;
    color: #1f2937 !important;
}

.studio-mode .ce-prop-title {
    color: #374151;
    font-weight: 600;
}

.studio-mode .ce-prop-label {
    color: #6b7280;
}

.studio-mode .ce-prop-input,
.studio-mode .ce-prop-btn {
    background: #f9fafb !important;
    color: #1f2937 !important;
    border: 1px solid #d1d5db !important;
}

.studio-mode .ce-prop-btn:hover {
    background: #f3f4f6 !important;
}

/* Context Menu */
.studio-mode .ce-context-menu {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
}

.studio-mode .ce-context-item {
    color: #374151 !important;
}

.studio-mode .ce-context-item:hover {
    background: #f3f4f6 !important;
}

.studio-mode .ce-context-divider {
    border-bottom: 1px solid #e5e7eb !important;
}

/* Modal */
.studio-mode .ce-modal {
    background: #ffffff !important;
    color: #1f2937 !important;
}

.studio-mode .ce-modal-header {
    border-bottom: 1px solid #e5e7eb !important;
}
