/**
 * Quantilica Design System (QDS) — Sub-app Themes
 * Paletas e identidades visuais por aplicação da Fauna
 */

/* 🦔 Hedgehog (BCB SGS) — Indigo / Purple */
.theme-hedgehog,
[data-app="hedgehog"] {
    --q-accent: #4338CA;
    --q-accent-hover: #3730A3;
    --q-accent-subtle: #EEF2FF;
    --q-accent-contrast: #FFFFFF;
    --q-accent-gradient: linear-gradient(135deg, #4338CA 0%, #1E1B4B 100%);
}
[data-bs-theme="dark"] .theme-hedgehog,
[data-bs-theme="dark"][data-app="hedgehog"],
body.dark-mode .theme-hedgehog {
    --q-accent: #818CF8;
    --q-accent-hover: #A5B4FC;
    --q-accent-subtle: rgba(99, 102, 241, 0.2);
}

/* 🐟 Fish (IBGE SIDRA) — Royal Blue / Cobalt */
.theme-fish,
[data-app="fish"] {
    --q-accent: #1D4ED8;
    --q-accent-hover: #1E40AF;
    --q-accent-subtle: #EFF6FF;
    --q-accent-contrast: #FFFFFF;
    --q-accent-gradient: linear-gradient(135deg, #1D4ED8 0%, #172554 100%);
}
[data-bs-theme="dark"] .theme-fish,
[data-bs-theme="dark"][data-app="fish"],
body.dark-mode .theme-fish {
    --q-accent: #60A5FA;
    --q-accent-hover: #93C5FD;
    --q-accent-subtle: rgba(37, 99, 235, 0.2);
}

/* 🦩 Flamingo (RTN / Tesouro Nacional) — Wine / Rose */
.theme-flamingo,
[data-app="flamingo"] {
    --q-accent: #BE123C;
    --q-accent-hover: #9F1239;
    --q-accent-subtle: #FFF1F2;
    --q-accent-contrast: #FFFFFF;
    --q-accent-gradient: linear-gradient(135deg, #9F1239 0%, #4C0519 100%);
}
[data-bs-theme="dark"] .theme-flamingo,
[data-bs-theme="dark"][data-app="flamingo"],
body.dark-mode .theme-flamingo {
    --q-accent: #FB7185;
    --q-accent-hover: #FDA4AF;
    --q-accent-subtle: rgba(225, 29, 72, 0.2);
}

/* 🦙 Alpaca (DATASUS) — Sky / Ocean Blue */
.theme-alpaca,
[data-app="alpaca"] {
    --q-accent: #0284C7;
    --q-accent-hover: #0369A1;
    --q-accent-subtle: #F0F9FF;
    --q-accent-contrast: #FFFFFF;
    --q-accent-gradient: linear-gradient(135deg, #0369A1 0%, #082F49 100%);
}
[data-bs-theme="dark"] .theme-alpaca,
[data-bs-theme="dark"][data-app="alpaca"],
body.dark-mode .theme-alpaca {
    --q-accent: #38BDF8;
    --q-accent-hover: #7DD3FC;
    --q-accent-subtle: rgba(14, 165, 233, 0.2);
}

/* 🦥 Sloth (Tesouro Direto) — Violet / Purple */
.theme-sloth,
[data-app="sloth"] {
    --q-accent: #7C3AED;
    --q-accent-hover: #6D28D9;
    --q-accent-subtle: #F5F3FF;
    --q-accent-contrast: #FFFFFF;
    --q-accent-gradient: linear-gradient(135deg, #0D6EFD 0%, #3B0764 100%);
}
[data-bs-theme="dark"] .theme-sloth,
[data-bs-theme="dark"][data-app="sloth"],
body.dark-mode .theme-sloth {
    --q-accent: #A78BFA;
    --q-accent-hover: #C4B5FD;
    --q-accent-subtle: rgba(139, 92, 246, 0.2);
}

/* 🐱 Quantilica Portal Root — Tabby Brown & Cyan */
.theme-quantilica,
[data-app="quantilica"] {
    --q-accent: #AF5C33;
    --q-accent-hover: #8C4724;
    --q-accent-subtle: #FDF2E9;
    --q-accent-contrast: #FFFFFF;
    --q-accent-gradient: linear-gradient(135deg, #0B101E 0%, #0C4A6E 55%, #1E293B 100%);
}
[data-bs-theme="dark"] .theme-quantilica,
[data-bs-theme="dark"][data-app="quantilica"],
body.dark-mode .theme-quantilica {
    --q-accent: #DF9D6A;
    --q-accent-hover: #E8B68F;
    --q-accent-subtle: rgba(175, 92, 51, 0.25);
}
