/* Client PWA Styles - Base */
.client-app {
    --primary: #eebbc3;
    --secondary: #b8c1ec;
    --bg-dark: #232946;
    --bg-card: #2d3561;
    --text: #fffffe;
    --text-muted: #b8c1ec;
    --accent: #ff8e3c;
}

