/* workspace-drawer — left settings panel */ .workspace-drawer { background: #ffffff !important; } .workspace-drawer-title { font-size: 18px; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; } .workspace-drawer-subtitle { font-size: 13px; color: var(--text-muted); margin-bottom: 28px; } .workspace-drawer-label { font-size: 10px; font-weight: 800; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 10px; text-transform: uppercase; }