/* WFM Labs — Illustration Theme (Dark Only) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
*, body, html { font-family: 'Montserrat', sans-serif !important; }

:not(.bg-clip-text)[class*="bg-gradient"] { background-image: none !important; }
.bg-clip-text.text-transparent {
  background-image: linear-gradient(to right, #FF8C40, #00A3A1) !important;
  -webkit-background-clip: text !important; background-clip: text !important;
}

body { background-color: #0a0f1a !important; }
.bg-gray-900 { background-color: #0a0f1a !important; }
.bg-gray-800\/50, [class*="bg-gray-800"] { background-color: #1a2332 !important; }
.bg-gray-700 { background-color: #2a3444 !important; }
.bg-gray-600 { background-color: #374151 !important; }

.bg-green-900\/30, [class*="bg-green-900"] { background-color: rgba(0,163,161,0.08) !important; }
.bg-purple-900\/30, .bg-purple-900\/20, [class*="bg-purple-900"] { background-color: rgba(168,85,247,0.08) !important; }
.bg-red-900\/30, [class*="bg-red-900"] { background-color: rgba(239,68,68,0.08) !important; }
.bg-yellow-900\/30, [class*="bg-yellow-900"] { background-color: rgba(245,158,11,0.08) !important; }

.border-gray-600 { border-color: #2a3444 !important; }
.border-blue-500 { border-color: #FF6D00 !important; }
.border-green-500 { border-color: #00A3A1 !important; }

.bg-blue-500 { background-color: #FF6D00 !important; }
.bg-blue-600 { background-color: #CC5700 !important; }
.bg-blue-700 { background-color: #994100 !important; }
.text-blue-400 { color: #FF8C40 !important; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0a0f1a; }
::-webkit-scrollbar-thumb { background: #374151; border-radius: 3px; }
[class*="shadow-purple"] { box-shadow: none !important; }

#wfm-badge {
  position: fixed; bottom: 12px; right: 16px; z-index: 9999;
  font-family: 'Montserrat', sans-serif !important; font-size: 10px;
  color: #6b7280; background: rgba(10,15,26,0.9); backdrop-filter: blur(4px);
  padding: 4px 10px; border-radius: 4px; border: 1px solid #2a3444;
}
#wfm-badge a { color: #FF6D00; text-decoration: none; }
