
.bg-slate-950 { background-color: #020617; }
.bg-slate-900 { background-color: #0f172a; }
.bg-slate-800 { background-color: #1e293b; }
.bg-slate-900\/60 { background-color: rgb(15 23 42 / 0.6); }
.bg-slate-900\/50 { background-color: rgb(15 23 42 / 0.5); }
.bg-slate-950\/60 { background-color: rgb(2 6 23 / 0.6); }
.text-slate-100 { color: #f1f5f9; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.border-slate-700 { border-color: #334155; }
.border-slate-800 { border-color: #1e293b; }
.border-slate-800\/80 { border-color: rgb(30 41 59 / 0.8); }

.bg-emerald-500\/10 { background-color: rgb(16 185 129 / 0.1); }
.bg-emerald-950\/20 { background-color: rgb(2 44 34 / 0.2); }
.bg-emerald-950\/40 { background-color: rgb(2 44 34 / 0.4); }
.bg-emerald-600 { background-color: #059669; }
.text-emerald-400 { color: #34d399; }
.text-emerald-500 { color: #10b981; }
.border-emerald-500 { border-color: #10b981; }
.border-emerald-500\/30 { border-color: rgb(16 185 129 / 0.3); }
.border-emerald-900\/50 { border-color: rgb(6 78 59 / 0.5); }
.focus\:border-emerald-500:focus { border-color: #10b981; }
.focus\:ring-emerald-500:focus { --tw-ring-color: #10b981; }

.bg-rose-950\/20 { background-color: rgb(76 5 25 / 0.2); }
.bg-rose-950\/40 { background-color: rgb(76 5 25 / 0.4); }
.bg-rose-500 { background-color: #f43f5e; }
.text-rose-400 { color: #fb7185; }
.text-rose-500 { color: #f43f5e; }
.border-rose-500 { border-color: #f43f5e; }
.border-rose-900\/50 { border-color: rgb(136 19 55 / 0.5); }

.text-yellow-500 { color: #eab308; }
.bg-yellow-500\/80 { background-color: rgb(234 179 8 / 0.8); }
.bg-red-500\/80 { background-color: rgb(239 68 68 / 0.8); }

.text-white { color: #ffffff; }
.bg-black\/95 { background-color: rgb(0 0 0 / 0.95); }
.fill-white { fill: #ffffff; }

