/* ============================================================
 * easyjur-tokens.css
 * GERADO de color_map_approved_v2.json por scripts/json-to-css.py
 * NÃO editar à mão — regenerar via: python3 scripts/json-to-css.py
 * Regra de ouro (D-18): light = cor-pai do cluster do contrato aprovado.
 * ============================================================ */


:root {
  --ds-palette-primary: #E5293F;
  --ds-palette-secondary: #ACBAC2;
  --ds-palette-core-dark-red: #A82130;
  --ds-palette-core-slate: #7F919A;
  --ds-palette-core-ice-white: #F9F9F9;
  --ds-palette-core-beige: #F8E3B7;
  --ds-palette-tint-gray-text: #59676E;
  --ds-palette-tint-green-text: #28AF60;
  --ds-palette-tint-red-text: #E4253F;
  --ds-palette-tint-yellow-text: #F59F0A;
  --ds-palette-tint-purple-text: #8033CC;
  --ds-palette-tint-blue-text: #19A2E6;
  --ds-palette-tint-orange-text: #E68019;
  --ds-palette-tint-pink-text: #D92680;
  --ds-palette-tint-teal-text: #29A3A3;
  --ds-palette-tint-gray-border: #D3DBDE;
  --ds-palette-tint-green-border: #AFE0C4;
  --ds-palette-tint-red-border: #F4AEB7;
  --ds-palette-tint-yellow-border: #FADBA4;
  --ds-palette-tint-purple-border: #CFB2EB;
  --ds-palette-tint-blue-border: #AADBF5;
  --ds-palette-tint-orange-border: #F5CFAA;
  --ds-palette-tint-pink-border: #F0AECF;
  --ds-palette-tint-teal-border: #AFDCDC;
  --ds-palette-tint-gray-bg: #F3F5F6;
  --ds-palette-tint-green-bg: #E9F6EF;
  --ds-palette-tint-red-bg: #FCE9EB;
  --ds-palette-tint-yellow-bg: #FDF5E6;
  --ds-palette-tint-purple-bg: #F2EAF9;
  --ds-palette-tint-blue-bg: #E8F5FC;
  --ds-palette-tint-orange-bg: #FCF2E8;
  --ds-palette-tint-pink-bg: #FBE9F2;
  --ds-palette-tint-teal-bg: #E9F5F5;
  --ds-body-bg: #F9F9F9;
  --ds-body-color: #212529;
  --ds-emphasis-color: #000000;
  --ds-border-color: #D3DBDE;
  --ds-card-bg: #FFFFFF;
  --ds-input-bg: #FFFFFF;
  --ds-secondary-bg: #F8F9FA;
  --ds-tertiary-bg: #F9F9F9;
  --ds-gray-100: #F9F9F9;
  --ds-gray-150: #E7E8E9;
  --ds-gray-200: #9CA3AF;
  --ds-gray-300: #7F919A;
  --ds-gray-350: #909294;
  --ds-gray-400: #7A8188;
  --ds-gray-500: #6B7280;
  --ds-gray-600: #4B5563;
  --ds-gray-700: #606469;
  --ds-gray-800: #585B5E;
  --ds-gray-900: #191919;
  --ds-white: #FFFFFF;
  --ds-black: #000000;
  --ds-success: #3EA64D;
  --ds-warning: #CA8A04;
  --ds-danger: #EF4444;
  --ds-info: #19A2E6;
  --ds-link: #2784B1;


  --ds-custom-1: #ff0000;
  --ds-custom-2: #151546;
  --ds-custom-3: #ffff99;
  --ds-custom-4: #0abd17;
  --ds-custom-5: #007bff;
  --ds-custom-6: #660055;
  --ds-custom-7: #E5293F;
  --ds-custom-8: #058a5d;
  --ds-custom-9: #667722;
  --ds-custom-10: #ff6a00;
  --ds-custom-11: #833838;
  --ds-custom-12: #0000ff;
  --ds-custom-13: #00ff00;
  --ds-custom-14: #3b5998;
  --ds-custom-15: #92400e;
  --ds-custom-16: #ffff00;
  --ds-custom-17: #000080;
  --ds-custom-18: #003eff;
  --ds-custom-19: #856404;
  --ds-custom-20: #f9dd34;
  --ds-custom-21: #459e00;
  --ds-custom-22: #654b24;
  --ds-custom-23: #065f46;
  --ds-custom-24: #25d366;
  --ds-custom-25: #116600;
  --ds-custom-26: #1e40af;
  --ds-custom-27: #e8bc56;
  --ds-custom-28: #5897fb;
  --ds-custom-29: #592003;
  --ds-custom-30: #d38e49;
  --ds-custom-31: #8d10ee;
  --ds-custom-32: #b8ec79;
  --ds-custom-33: #96f226;
  --ds-custom-34: #b4d100;
  --ds-custom-35: #734d99;
  --ds-custom-36: #b2a266;
  --ds-custom-37: #a0ac48;
  --ds-custom-38: #5efe69;
  --ds-custom-39: #de7680;
  --ds-custom-40: #7aad85;
  --ds-custom-41: #cb25a3;
  --ds-custom-42: #aa0000;
  --ds-custom-43: #00ffff;
  --ds-custom-44: #ff00ff;
  --ds-custom-45: #800080;
  --ds-custom-46: #15156e;
  --ds-custom-47: #22ffaa;
  --ds-custom-48: #0dcaf0;
  --ds-custom-49: #223311;
  --ds-custom-50: #552244;
  --ds-custom-51: #553333;
  --ds-custom-52: #996655;
  --ds-custom-53: #6ee7b7;
  --ds-custom-54: #a78bfa;

  /* --- Variantes -rgb (triplet "R G B" para uso com alpha, D-03) --- */
  --ds-body-color-rgb: 33 37 41;
  --ds-card-bg-rgb: 255 255 255;
  --ds-custom-1-rgb: 255 0 0;
  --ds-custom-2-rgb: 21 21 70;
  --ds-custom-4-rgb: 10 189 23;
  --ds-custom-5-rgb: 0 123 255;
  --ds-custom-8-rgb: 5 138 93;
  --ds-danger-rgb: 239 68 68;
  --ds-emphasis-color-rgb: 0 0 0;
  --ds-gray-400-rgb: 122 129 136;
  --ds-gray-500-rgb: 107 114 128;
  --ds-gray-700-rgb: 96 100 105;
  --ds-gray-800-rgb: 88 91 94;
  --ds-gray-900-rgb: 25 25 25;
  --ds-link-rgb: 39 132 177;
  --ds-palette-core-dark-red-rgb: 168 33 48;
  --ds-palette-primary-rgb: 229 41 63;
  --ds-palette-secondary-rgb: 172 186 194;
  --ds-palette-tint-blue-bg-rgb: 232 245 252;
  --ds-palette-tint-blue-text-rgb: 25 162 230;
  --ds-palette-tint-gray-bg-rgb: 243 245 246;
  --ds-palette-tint-gray-border-rgb: 211 219 222;
  --ds-palette-tint-gray-text-rgb: 89 103 110;
  --ds-palette-tint-green-text-rgb: 40 175 96;
  --ds-palette-tint-orange-text-rgb: 230 128 25;
  --ds-palette-tint-purple-border-rgb: 207 178 235;
  --ds-palette-tint-red-bg-rgb: 252 233 235;
  --ds-palette-tint-red-border-rgb: 244 174 183;
  --ds-palette-tint-red-text-rgb: 228 37 63;
  --ds-palette-tint-teal-text-rgb: 41 163 163;
  --ds-palette-tint-yellow-text-rgb: 245 159 10;
  --ds-secondary-bg-rgb: 248 249 250;
  --ds-success-rgb: 62 166 77;
  /* --- Variantes -rgb Onda 5b (D-03) --- */
  --ds-custom-17-rgb: 0 0 128;
  --ds-custom-23-rgb: 6 95 70;
  --ds-custom-25-rgb: 17 102 0;
  --ds-custom-46-rgb: 21 21 110;
  --ds-gray-200-rgb: 156 163 175;
  --ds-gray-600-rgb: 75 85 99;
  --ds-palette-core-beige-rgb: 248 227 183;
  --ds-palette-core-slate-rgb: 127 145 154;
  --ds-palette-tint-purple-text-rgb: 128 51 204;
}

[data-theme="dark"] {
  --ds-palette-primary: #E5293F;
  --ds-palette-secondary: #7F919A;
  --ds-palette-core-dark-red: #9e1f2e;
  --ds-palette-core-slate: #6B7C85;
  --ds-palette-core-ice-white: #1A1A1A;
  --ds-palette-core-beige: #3D3520;
  --ds-palette-tint-gray-text: #B0BBC0;
  --ds-palette-tint-green-text: #3DC77C;
  --ds-palette-tint-red-text: #E5293F;
  --ds-palette-tint-yellow-text: #FFB547;
  --ds-palette-tint-purple-text: #A569E0;
  --ds-palette-tint-blue-text: #2784b1;
  --ds-palette-tint-orange-text: #FF9933;
  --ds-palette-tint-pink-text: #E8569B;
  --ds-palette-tint-teal-text: #3DBABA;
  --ds-palette-tint-gray-border: #34322F;
  --ds-palette-tint-green-border: #2A5D3D;
  --ds-palette-tint-red-border: #5D2A30;
  --ds-palette-tint-yellow-border: #5D4A20;
  --ds-palette-tint-purple-border: #3D2A5D;
  --ds-palette-tint-blue-border: #2A3D5D;
  --ds-palette-tint-orange-border: #5D3D20;
  --ds-palette-tint-pink-border: #5D2A45;
  --ds-palette-tint-teal-border: #1F4545;
  --ds-palette-tint-gray-bg: #2A2A2A;
  --ds-palette-tint-green-bg: #1A3D1F;
  --ds-palette-tint-red-bg: #2A1518;
  --ds-palette-tint-yellow-bg: #2A2510;
  --ds-palette-tint-purple-bg: #1E1A2A;
  --ds-palette-tint-blue-bg: #1A1E2A;
  --ds-palette-tint-orange-bg: #2A1C0D;
  --ds-palette-tint-pink-bg: #2A1520;
  --ds-palette-tint-teal-bg: #0D2A2A;
  --ds-body-bg: #1A1A1A;
  --ds-body-color: #E9ECEF;
  --ds-emphasis-color: #FFFFFF;
  --ds-border-color: #3A3A3A;
  --ds-card-bg: #242424;
  --ds-input-bg: #2A2A2A;
  --ds-secondary-bg: #2A2A2A;
  --ds-tertiary-bg: #212121;
  --ds-gray-100: #1A1A1A;
  --ds-gray-150: #222222;
  --ds-gray-200: #9CA3AF;
  --ds-gray-300: #7F919A;
  --ds-gray-350: #909294;
  --ds-gray-400: #7A8188;
  --ds-gray-500: #ADB5BD;
  --ds-gray-600: #ADB5BD;
  --ds-gray-700: #CED4DA;
  --ds-gray-800: #DEE2E6;
  --ds-gray-900: #F8F9FA;
  --ds-white: #1A1A1A;
  --ds-black: #FFFFFF;
  --ds-success: #3DC77C;
  --ds-warning: #FFB547;
  --ds-danger: #F15564;
  --ds-info: #2784b1;
  --ds-link: #2784b1;
  --ds-custom-1: #ff230e;
  --ds-custom-2: #2e295e;
  --ds-custom-3: #323900;
  --ds-custom-4: #15c01c;
  --ds-custom-5: #2b85ff;
  --ds-custom-6: #7b1e69;
  --ds-custom-7: #E5293F;
  --ds-custom-8: #1d9567;
  --ds-custom-9: #70812c;
  --ds-custom-10: #ff7514;
  --ds-custom-11: #994c4a;
  --ds-custom-12: #4624ff;
  --ds-custom-13: #004c00;
  --ds-custom-14: #5670b2;
  --ds-custom-15: #b15a28;
  --ds-custom-16: #363b00;
  --ds-custom-17: #2b1595;
  --ds-custom-18: #4954ff;
  --ds-custom-19: #906e13;
  --ds-custom-20: #473a00;
  --ds-custom-21: #51a915;
  --ds-custom-22: #7a5e36;
  --ds-custom-23: #327f64;
  --ds-custom-24: #00c055;
  --ds-custom-25: #358222;
  --ds-custom-26: #3f52c5;
  --ds-custom-27: #674b00;
  --ds-custom-28: #65a1ff;
  --ds-custom-29: #6f3217;
  --ds-custom-30: #dd9751;
  --ds-custom-31: #a12dff;
  --ds-custom-32: #0d4400;
  --ds-custom-33: #004a00;
  --ds-custom-34: #355700;
  --ds-custom-35: #8861af;
  --ds-custom-36: #b6a569;
  --ds-custom-37: #a1ad49;
  --ds-custom-38: #004700;
  --ds-custom-39: #ea818a;
  --ds-custom-40: #7eb289;
  --ds-custom-41: #d735ae;
  --ds-custom-42: #d33820;
  --ds-custom-43: #004449;
  --ds-custom-44: #ff27ff;
  --ds-custom-45: #962495;
  --ds-custom-46: #302683;
  --ds-custom-47: #004706;
  --ds-custom-48: #006487;
  --ds-custom-49: #344522;
  --ds-custom-50: #693557;
  --ds-custom-51: #694545;
  --ds-custom-52: #a4705f;
  --ds-custom-53: #00512d;
  --ds-custom-54: #b194ff;

  /* --- Variantes -rgb dark (D-03) --- */
  --ds-body-color-rgb: 233 236 239;
  --ds-card-bg-rgb: 36 36 36;
  --ds-custom-1-rgb: 255 35 14;
  --ds-custom-2-rgb: 46 41 94;
  --ds-custom-4-rgb: 21 192 28;
  --ds-custom-5-rgb: 43 133 255;
  --ds-custom-8-rgb: 29 149 103;
  --ds-danger-rgb: 241 85 100;
  --ds-emphasis-color-rgb: 255 255 255;
  --ds-gray-400-rgb: 122 129 136;
  --ds-gray-500-rgb: 173 181 189;
  --ds-gray-700-rgb: 206 212 218;
  --ds-gray-800-rgb: 222 226 230;
  --ds-gray-900-rgb: 248 249 250;
  --ds-link-rgb: 74 179 224;
  --ds-palette-core-dark-red-rgb: 196 42 61;
  --ds-palette-primary-rgb: 255 77 99;
  --ds-palette-secondary-rgb: 127 145 154;
  --ds-palette-tint-blue-bg-rgb: 26 30 42;
  --ds-palette-tint-blue-text-rgb: 74 179 224;
  --ds-palette-tint-gray-bg-rgb: 42 42 42;
  --ds-palette-tint-gray-border-rgb: 58 69 97;
  --ds-palette-tint-gray-text-rgb: 176 187 192;
  --ds-palette-tint-green-text-rgb: 61 199 124;
  --ds-palette-tint-orange-text-rgb: 255 153 51;
  --ds-palette-tint-purple-border-rgb: 61 42 93;
  --ds-palette-tint-red-bg-rgb: 42 21 24;
  --ds-palette-tint-red-border-rgb: 93 42 48;
  --ds-palette-tint-red-text-rgb: 241 85 100;
  --ds-palette-tint-teal-text-rgb: 61 186 186;
  --ds-palette-tint-yellow-text-rgb: 255 181 71;
  --ds-secondary-bg-rgb: 42 42 42;
  --ds-success-rgb: 61 199 124;
  /* --- Variantes -rgb dark Onda 5b (D-03) --- */
  --ds-custom-17-rgb: 43 21 149;
  --ds-custom-23-rgb: 50 127 100;
  --ds-custom-25-rgb: 53 130 34;
  --ds-custom-46-rgb: 48 38 131;
  --ds-gray-200-rgb: 156 163 175;
  --ds-gray-600-rgb: 173 181 189;
  --ds-palette-core-beige-rgb: 61 53 32;
  --ds-palette-core-slate-rgb: 107 124 133;
  --ds-palette-tint-purple-text-rgb: 165 105 224;
}
