/*
 * Paleta cazino.ro pentru modulele CDH.
 *
 * Pluginul livreaza un set neutru, ca sa poata fi pus pe orice site fara sa
 * aduca marca altcuiva cu el. Culorile de aici sunt ale acestui site si atat.
 * Fisierul se incarca automat, ultimul, dupa toate stilurile pluginului --
 * vezi CDHC\Tema. Nu trebuie inregistrat nicaieri.
 *
 * Valorile sunt exact cele care erau in plugin pana la versiunea 2.60.0, mutate
 * de aici incolo, nu rescrise: mutarea nu trebuie sa schimbe nimic pe site.
 *
 * Ce se poate schimba fara sa se strice nimic: culorile. Ce NU e aici --
 * geometria, umbrele, curba de animatie -- ramane in plugin, fiindca tine de
 * felul in care functioneaza componentele, nu de cum arata site-ul asta.
 */

:root {
  --cdh-n-0: #FFFFFF;
  --cdh-n-050: #F8FAFC;
  --cdh-n-100: #F0F3F5;
  --cdh-n-200: #DDE6EB;
  --cdh-n-300: #C1CFD6;
  --cdh-n-400: #A8B8BF;
  --cdh-n-500: #59737F;
  --cdh-n-600: #3D5866;
  --cdh-n-700: #26404C;
  --cdh-n-800: #203540;
  --cdh-n-900: #172E52;
  --cdh-bg: var(--cdh-n-0);
  --cdh-soft: var(--cdh-n-050);
  --cdh-pill: var(--cdh-n-100);
  --cdh-line: var(--cdh-n-200);
  --cdh-line-strong: var(--cdh-n-300);
  --cdh-mut: var(--cdh-n-500);
  --cdh-ink-2: var(--cdh-n-700);
  --cdh-ink: var(--cdh-n-800);
  /* Textul de pe butoanele de actiune. Exista ca rol separat dintr-un motiv
     practic: regulile lui poarta `!important`, si nu din obisnuinta proasta.
     Pe cazino.ro tema are `.entry-content table:not(.slots-data) a {color}`,
     specificitate (0,2,2) fata de (0,1,0) cat are `.cdh-sh__cta` -- vitrina e
     un tabel in `.entry-content`, deci fara `!important` toate butoanele ei ar
     deveni portocalii. Sarcina portanta, nu balast.
     `!important` pe o valoare fixa blocheaza insa tematizarea; pe un token, nu:
     un site care isi vrea butonul altfel schimba rolul de aici, in loc sa se
     lupte cu specificitatea in `overrides.css`.
     NU se redefinesc in blocul intunecat: butonul plin isi pastreaza fundalul
     colorat in ambele teme, deci textul lui nu trebuie sa se rastoarne. */
  --cdh-cta-ink: var(--cdh-n-0);
  --cdh-cta-warn-ink: var(--cdh-danger);
  /* Umplutura butoanelor de actiune: verdele apasat, cu starile lui. Alb pe
     #067434 da 5,91:1; pe #09AE4E ar da 2,93:1. */
  --cdh-cta-bg: var(--cdh-action-press);
  --cdh-cta-bg-hover: #05602B;
  --cdh-cta-bg-active: #044C22;
  --cdh-accent-050: #FFF8F4;
  --cdh-accent-100: #FFF1EB;
  --cdh-accent-200: #FDC9AF;
  --cdh-accent-300: #FC935F;
  --cdh-accent: #F36720;
  --cdh-accent-press: #D55515;
  --cdh-accent-ink: #7E4E22;
  --cdh-action-050: #F5FCF8;
  --cdh-action-100: #E1F4E9;
  --cdh-action-200: #ABEDC7;
  --cdh-action-300: #5FE39A;
  --cdh-action: #09AE4E;
  --cdh-action-press: #067434;
  --cdh-info-050: #E6F1FB;
  --cdh-info-300: #A8CBFF;
  --cdh-info: #2F80ED;
  --cdh-info-press: #1C6AD6;
  --cdh-warn-050: #FBEFD3;
  --cdh-warn-300: #FDD279;
  --cdh-warn: #F5B21A;
  --cdh-warn-ink: #946200;
  --cdh-danger-050: #FDECE8;
  --cdh-danger-300: #FFB4A2;
  --cdh-danger: #E13011;
  --cdh-danger-ink: #8E1B06;
  --cdh-podium-1: #E9B10A;
  --cdh-podium-1-200: #F7C948;
  --cdh-podium-1-050: #FAEEDA;
  --cdh-podium-2: #98A6B2;
  --cdh-podium-2-200: #C4CED6;
  --cdh-podium-2-050: #F3F6F8;
  --cdh-podium-3: #C07C43;
  --cdh-podium-3-200: #DDA06A;
  --cdh-podium-3-050: #FAF0E6;
  --cdh-alt-050: #EEEDFE;
  --cdh-alt: #3C3489;
  --cdh-shade-rgb: 16, 26, 33;
  --cdh-n-900-rgb: 23, 46, 82;
  --cdh-accent-rgb: 243, 103, 32;
  --cdh-action-rgb: 9, 174, 78;
  --cdh-action-press-rgb: 6, 116, 52;
  --cdh-action-200-rgb: 171, 237, 199;
  --cdh-bg-rgb: 255, 255, 255;
  --cdh-warn-rgb: 245, 178, 26;
  --cdh-danger-rgb: 225, 48, 17;
  --cdh-info-press-rgb: 28, 106, 214;
  --cdh-alt-rgb: 60, 52, 137;
  --cdh-action-300-rgb: 95, 227, 154;
  --cdh-n-600-rgb: 61, 88, 102;
  --cdh-podium-1-rgb: 233, 177, 10;
  --cdh-podium-2-rgb: 152, 166, 178;
  --cdh-podium-3-200-rgb: 221, 160, 106;
}

.cdh-dark,
[data-cdh-theme="dark"],
.cdh-sh--dark,
.cz-dark {
  --cdh-n-0: #101A21;
  --cdh-n-050: #16232B;
  --cdh-n-100: #1E2F38;
  --cdh-n-200: #2A3E48;
  --cdh-n-300: #3D5866;
  --cdh-n-400: #5B7784;
  --cdh-n-500: #8FA6B0;
  --cdh-n-600: #B7CBC8;
  --cdh-n-700: #DDE6EB;
  --cdh-n-800: #F0F3F5;
  --cdh-n-900: #FFFFFF;
  /* Rolurile, repetate: aliasurile de pe `:root` nu se recalculeaza aici. */
  --cdh-bg: var(--cdh-n-0);
  --cdh-soft: var(--cdh-n-050);
  --cdh-pill: var(--cdh-n-100);
  --cdh-line: var(--cdh-n-200);
  --cdh-line-strong: var(--cdh-n-300);
  --cdh-mut: var(--cdh-n-500);
  --cdh-ink-2: var(--cdh-n-700);
  --cdh-ink: var(--cdh-n-800);
  --cdh-accent-050: #2A1C14;
  --cdh-accent-100: #3A2519;
  --cdh-accent: #FFB98C;
  --cdh-accent-press: #FC935F;
  --cdh-accent-ink: #FFE2D0;
  --cdh-action-050: #10261B;
  --cdh-action-100: #16351F;
  --cdh-action: #5FE39A;
  --cdh-action-press: #ABEDC7;
  --cdh-info-050: #13243A;
  --cdh-info: #A8CBFF;
  --cdh-info-press: #CFE1FF;
  --cdh-warn-050: #2E2410;
  --cdh-warn: #FDD279;
  --cdh-warn-ink: #FDD279;
  --cdh-danger-050: #341A14;
  --cdh-danger: #FFB4A2;
  --cdh-danger-ink: #FFD4C8;
  --cdh-alt-050: #201E3A;
  --cdh-alt: #B8B2F0;
  --cdh-podium-1: #F7C948;
  --cdh-podium-1-200: #E9B10A;
  --cdh-podium-1-050: #3A2E10;
  --cdh-podium-2: #C4CED6;
  --cdh-podium-2-200: #8CA0AB;
  --cdh-podium-2-050: #232C33;
  --cdh-podium-3: #E8BE94;
  --cdh-podium-3-200: #DDA06A;
  --cdh-podium-3-050: #2E2118;
  --cdh-accent-rgb: 255, 185, 140;
  --cdh-action-rgb: 95, 227, 154;
  --cdh-action-press-rgb: 171, 237, 199;
  --cdh-action-200-rgb: 22, 53, 31;
  --cdh-bg-rgb: 16, 26, 33;
}
