:root {
    --bg-primary: #110f16;
    --bg-secondary: #19131f;
    --bg-tertiary: #241a2c;
    --bg-elevated: #2d2136;
    --bg-soft: rgba(255, 255, 255, 0.06);

    --brand-primary: #6f367b;
    --brand-primary-strong: #8b4698;
    --brand-secondary: #f5c84b;
    --brand-secondary-strong: #ffe071;
    --brand-ink: #3c2147;
    --brand-gradient: linear-gradient(135deg, #6f367b 0%, #8b4698 52%, #f5c84b 100%);

    --text-primary: #fffaf0;
    --text-secondary: #d8cddb;
    --text-muted: #d2bbd6;
    --text-on-yellow: #2a1d30;

    --success: #31c48d;
    --warning: #f5c84b;
    --danger: #ef5350;
    --whatsapp-color: #25d366;
    --whatsapp-hover: #1db954;

    --border-color: rgba(255, 255, 255, 0.12);
    --border-strong: rgba(245, 200, 75, 0.46);
    --shadow-soft: 0 24px 70px rgba(0, 0, 0, 0.36);
    --shadow-brand: 0 18px 44px rgba(111, 54, 123, 0.36);
}
