/* Theme: Oro — controla TODOS los colores del panel y login */
body.oasis-admin, body.oasis-dealer, body.login.oasis-login {
    --bg1:               #140c05;
    --bg2:               #1f1206;
    --card:              rgba(28,16,8,.72);
    --card1:             rgba(28,16,8,.72);
    --card2:             rgba(22,12,6,.62);
    --stroke:            rgba(246,196,83,.18);
    --stroke2:           rgba(246,196,83,.28);
    --text:              #fff6e6;
    --muted:             rgba(255,246,230,.68);
    --accent:            #f6c453;
    --accent2:           #ffe08a;
    --neon:              #f6c453;
    --neon2:             #ffe08a;
    --shadow:            0 0 0 1px rgba(246,196,83,.10), 0 18px 60px rgba(0,0,0,.55);
    --notice-bg:         rgba(35,20,5,.62);
    --notice-stroke:     rgba(246,196,83,.28);
    --notice-title:      rgba(255,246,230,.92);
    --notice-text:       rgba(255,246,230,.72);
    --input-bg:          rgba(25,14,4,.72);
    --input-bg-focus:    rgba(25,14,4,.86);
    --input-stroke:      rgba(246,196,83,.22);
    --input-stroke-focus:#f6c453;

    background:
        radial-gradient(900px 460px at 75% 20%, rgba(246,196,83,.20), transparent 60%),
        radial-gradient(760px 420px at 20% 80%, rgba(255,224,138,.14), transparent 55%),
        linear-gradient(180deg, var(--bg1), var(--bg2)) !important;
}
