/* ========================================================
   Global Lights Carbon Trade System Stylesheet
   Crafted with custom scrollbars, glowing assets, and rich typography
   ======================================================== */

@import "tailwindcss";

/* Custom Scrollbars */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #2563eb;
}

/* Modern Glowing Decorative Elements */
.glow-blue {
  box-shadow: 0 0 25px rgba(37, 99, 235, 0.15);
}
.glow-blue-lg {
  box-shadow: 0 0 50px rgba(37, 99, 235, 0.25);
}
.text-glow {
  text-shadow: 0 0 10px rgba(37, 99, 235, 0.3);
}

/* Animations & Transitions */
.fade-transition {
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* RTL Language Handling Specifics */
html[dir="rtl"] {
  font-family: 'Cairo', sans-serif;
}

/* Control HQ Active States */
.active-sidebar-link {
  background-color: #2563eb !important;
  color: #ffffff !important;
  box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4);
}

/* Article rich content rendering support */
.article-rich-content p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
  color: #334155;
}
.article-rich-content h1, 
.article-rich-content h2, 
.article-rich-content h3, 
.article-rich-content h4 {
  color: #0f172a;
  font-weight: 800;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.article-rich-content h1 { font-size: 1.5rem; }
.article-rich-content h2 { font-size: 1.35rem; }
.article-rich-content h3 { font-size: 1.2rem; }
.article-rich-content ul {
  list-style-type: disc;
  padding-left: 1.50rem;
  margin-bottom: 1.25rem;
}
.article-rich-content ol {
  list-style-type: decimal;
  padding-left: 1.50rem;
  margin-bottom: 1.25rem;
}
.article-rich-content li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.article-rich-content blockquote {
  border-left: 4px solid #2563eb;
  padding-left: 1rem;
  color: #475569;
  font-style: italic;
  margin-bottom: 1.25rem;
}
.article-rich-content strong {
  font-weight: 700;
  color: #0f172a;
}
.article-rich-content a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 600;
}
.article-rich-content a:hover {
  color: #1d4ed8;
}
