/* Custom Styles - Variação 9 (cupommottu.info - Royal Blue) */
/* Import base styles */
@import url('style.css');

/* ================= THEME VARIABLES - ROYAL BLUE ================= */
:root {
    /* Paleta Royal Blue - Azul Real */
    --accent: #2962FF;           /* Blue A700 */
    --accent-hover: #0039CB;     /* Blue A700 dark */
    --accent-contrast: #ffffff;
    --accent-soft: #BBDEFB;      /* Blue 100 */

    --minha: #3b82f6;            /* blue-500 */
    --ilimitado: #2563eb;        /* blue-600 */
    --conquiste: #1d4ed8;        /* blue-700 */

    --notice-bg: #172554;        /* blue-950 */
    --notice-border: #2563eb;    /* blue-600 */
    --notice-text: #bfdbfe;      /* blue-200 */

    /* Popup gradient por domínio (v9) */
    --popup-bg-start: #0a1128;   /* azul royal escuro */
    --popup-bg-end: #172554;     /* blue-950 */
    --popup-overlay-opacity: 0.40;
}

/* ================= BACKGROUND - ROYAL BLUE ================= */
body {
    background-color: #030712;   /* quase preto com toque azul */
    background-image:
        radial-gradient(1200px 420px at -10% 0%, rgba(41, 98, 255, 0.16), rgba(0,0,0,0) 60%),
        radial-gradient(900px 360px at 110% 100%, rgba(41, 98, 255, 0.13), rgba(0,0,0,0) 60%);
    background-attachment: fixed, fixed;
    background-repeat: no-repeat;
}
