/* Explain: App-specific layout utilities */
.bg-surface {
    background-color: var(--surface-color);
}
.text-primary {
    color: var(--primary-color);
}
.text-secondary {
    color: var(--secondary-color);
}