/**
 * Meetgle Theme: Oovoo
 * Vivid orange (#F77A26) with coral-orange (#F85E2C) accents
 */

:root {
    /* Primary button colors */
    --theme-button-primary: #F77A26;
    --theme-button-primary-hover: #FF8E42;
    --theme-button-primary-active: #E0661A;

    /* Primary gradient (used for buttons and small elements) */
    --theme-gradient-primary: linear-gradient(135deg, #F77A26 0%, #F85E2C 100%);

    /* Glow animation colors (for profile pill) */
    --theme-glow-color-1: rgba(247, 122, 38, 0.8);
    --theme-glow-color-1-transparent: rgba(247, 122, 38, 0);
    --theme-glow-color-2: rgba(248, 94, 44, 0.8);
    --theme-glow-color-2-transparent: rgba(248, 94, 44, 0);

    /* Gradient definitions */
    --theme-gradient-pink: linear-gradient(135deg, #FF8E42 0%, #F77A26 100%);
    --theme-gradient-pink-hover: linear-gradient(135deg, #FFA25E 0%, #FF8E42 100%);
    --theme-gradient-pink-active: linear-gradient(135deg, #F77A26 0%, #E0661A 100%);

    --theme-gradient-purple: linear-gradient(135deg, #F85E2C 0%, #D64A1C 100%);
    --theme-gradient-purple-hover: linear-gradient(135deg, #FF7040 0%, #F85E2C 100%);
    --theme-gradient-purple-active: linear-gradient(135deg, #E05426 0%, #B93E15 100%);

    /* Background gradients */
    --theme-gradient-dark: linear-gradient(135deg, #2D1810 0%, #3D2010 100%);
    --theme-gradient-dark-alt: linear-gradient(135deg, #1A0F08 0%, #3D2010 100%);

    /* Radial gradient overlays (for sparkle container) */
    --theme-radial-overlay-1: radial-gradient(circle at 30% 40%, rgba(247, 122, 38, 0.15) 0%, transparent 50%);
    --theme-radial-overlay-2: radial-gradient(circle at 70% 60%, rgba(248, 94, 44, 0.12) 0%, transparent 50%);

    /* Text gradient (for count number) */
    --theme-text-gradient: linear-gradient(135deg, #F77A26, #FF8E42);

    /* Modal/Leaderboard gradient */
    --theme-modal-gradient: linear-gradient(135deg, #FF8E42 0%, #F85E2C 100%);

    /* Modal header gradient (3-color gradient for notifications, transactions, etc) */
    --theme-modal-header-gradient: linear-gradient(135deg, #F77A26 0%, #F86C29 50%, #F85E2C 100%);

    /* Store modal background (oovoo gradient) */
    --theme-store-modal-bg: linear-gradient(135deg, #F77A26 0%, #F85E2C 100%);

    /* Store price badge gradient */
    --theme-store-price-gradient: linear-gradient(135deg, #F77A26 0%, #FF8E42 100%);

    /* Modal shadow color */
    --theme-modal-shadow: rgba(247, 122, 38, 0.5);
}
