body {
  font-family: Inter, sans-serif;
  background: linear-gradient(135deg, #0f172a 0, #1e293b 100%);
  color: #f8fafc;
  min-height: 100vh;
}
.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.link-btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
}
.news-image {
  transition: transform 0.5s ease;
}
.news-card:hover .news-image {
  transform: scale(1.05);
}
body.light-mode {
  background: linear-gradient(177deg, #f8fafc 0, #b7d4ea 100%);
  color: #0f172a;
}
body.light-mode .hashtag-chip {
  background-color: rgba(37, 99, 235, 0.05);
  color: #2563eb;
  border: 3px solid transparent;
}
body.light-mode .hashtag-chip.bg-blue-600 {
  background-color: #2563eb;
  color: #fff;
}
body.light-mode .glass-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
body.light-mode .active-filter {
  background: #fff !important;
  color: #1e3a8a !important;
  border-color: #ef4444 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
body.light-mode .text-slate-400,
body.light-mode .text-blue-100/90,
body.light-mode .text-blue-100/60 {
  color: #475569;
}
body.light-mode .text-white {
  color: #0f172a !important;
}
body.light-mode #profile-img {
  background-color: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}
body.light-mode .news-card p {
  color: #475569;
}

@media (max-width: 767px) {
  #hashtag-cloud {
 /*   display: none !important;*/
  }
}

body.light-mode .link-btn span {
  color: #1e293b;
}
body.light-mode span.category-pill {
  background-color: #2563eb !important;
  color: #fff !important;
  border: none !important;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #0f172a;
}
body.light-mode ::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 10px;
}
body.light-mode ::-webkit-scrollbar-thumb {
  background: #cbd5e1;
}
.hashtag-chip {
  background: rgba(59, 130, 246, 0.1);
  color: #60a5fa;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  transition: all 0.2s;
  border: 3px solid transparent !important;
  box-sizing: border-box;
}
.hashtag-chip:hover {
  background: #3b82f6;
  color: #fff;
}
.active-filter {
  border: 3px solid #ef4444 !important;
  box-shadow: 0 0 15px rgba(239, 68, 68, 0.5);
}
body.light-mode .active-filter {
  background-color: #fff !important;
  color: #1e3a8a !important;
  border-color: #ef4444 !important;
}
.btn-ver-todos {
  background: #ef4444 !important;
  color: #fff !important;
}
.btn-ver-todos:hover {
  background: #dc2626 !important;
}
body.light-mode .text-slate-300 {
  color: #475569 !important;
}
body.light-mode .text-blue-400 {
  color: #2563eb !important;
}
body.light-mode span.category-pill.text-blue-400 {
  color: #fff !important;
}
body.light-mode .text-slate-500 {
  color: #64748b !important;
}
