a {
  text-decoration: none;
  outline: none !important;
}

.img-profile {
  height: 2rem;
  width: 2rem;
}

.rounded-circle {
  border-radius: 50% !important;
}

.no-underline {
  text-decoration: none !important;
}

.text-gold {
  color: #ffc74b;
}

.text-purple {
  color: #772ce8 !important;
}

.text-purple2 {
  color: #9c5aff !important;
}

.text-teal {
  color: #008080 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.green-text {
  color: #4caf50 !important;
}

.text-primary {
  color: #198754 !important;
}

.hide {
  display: none;
  visibility: hidden;
}

.select {
  transition: 0.2s ease-in-out;
}

.select:hover {
  transform: scale(1.02);
  z-index: 1;
}

.glow-item-1 {
  filter: drop-shadow(0 0 50px #18fe916e);
}

.glow-item-2 {
  filter: drop-shadow(0 0 50px #18a8fe6e);
}

.glow-item-3 {
  filter: drop-shadow(0 0 50px #fe99186e);
}

.glow-text {
  text-shadow: 0 0 50px #18fe9147;
}

.glow-hero {
  filter: drop-shadow(0 0 4px #ffffff4f);
}

a {
  color: #198754;
  text-decoration: underline;
}

.btn-primary {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}

.btn-primary:hover {
  background-color: #187e4e;
  border-color: #187e4e;
  color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #187e4e;
  border-color: #187e4e;
  color: #fff;
  box-shadow: #187e4e;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #187e4e;
  border-color: #187e4e;
  color: #fff;
  box-shadow: none;
}

.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #666666;
  border-color: #666666;
  color: #fff;
  opacity: 0.65;
}

.progress-bar {
  background-color: #198754;
}

.text-body {
  text-decoration: none !important;
}

.card {
  --bs-card-bg: #171b24;
}

.bg-darkgrey {
  background-color: #171b24;
}

.bg-background {
  background-color: #1f2430 !important;
}

:root {
  --bg: #0f1117;
  --card: #171b24;
  --card-light: #1f2430;
  --border: #2a3040;
  --text: #f5f7fb;
  --muted: #9aa3b2;
  --green: #2ecc71;
  --blue: #4ea1ff;
  --yellow: #f5b942;
  --red: #ff5d5d;
}

body {
  background-color: #0f1117;
  color: var(--text);
  font-family: 'Inter', sans-serif;
}

.navbar {
  background: rgba(23, 27, 36, 0.93);
  backdrop-filter: blur(10px);
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: -0.5px;
}

.stat-box {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px;
  text-align: center;
  height: 100%;
}

.stat-box h3 {
  font-weight: 800;
  font-size: 2rem;
}

.stat-box p {
  color: var(--muted);
  margin: 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.section-subtitle {
  color: var(--muted);
  margin-bottom: 40px;
}

.giveaway-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.25s ease;
  height: 100%;
}

.giveaway-card:hover {
  transform: translateY(-5px);
  border-color: #3d475c;
}

.giveaway-image {
  height: 210px;
  object-fit: cover;
  width: 100%;
}

.badge-custom {
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.78rem;
  font-weight: 700;
}

.official {
  background: rgba(46, 204, 113, 0.12);
  color: var(--green);
}

.official2 {
  background: #21453df2;
  color: var(--green);
}

.trusted {
  background: rgba(78, 161, 255, 0.12);
  color: var(--blue);
}

.trusted2 {
  background: #1d2b3e;
  color: var(--blue);
}

.verified {
  background: rgba(245, 185, 66, 0.12);
  color: var(--yellow);
}


.verified2 {
  background: #322d27;
  color: var(--yellow);
}

.unknown {
  background: rgba(255, 93, 93, 0.12);
  color: var(--red);
}

.unknown2 {
  background: #21161c;
  color: var(--red);
}

.trust-score {
  background: var(--card-light);
  border-radius: 16px;
  padding: 16px;
  margin-top: 18px;
}

.score-ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 6px solid rgba(46, 204, 113, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--green);
  font-size: 1.1rem;
}

.metric {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.95rem;
}

.metric:last-child {
  border-bottom: none;
}

.metric span:last-child {
  color: white;
  font-weight: 600;
}

.activity-feed {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 30px;
}

.activity-item {
  display: flex;
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.activity-item:last-child {
  border-bottom: none;
}

.activity-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(46, 204, 113, 0.12);
  color: var(--green);
  font-size: 1.1rem;
}

.source-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 24px;
  height: 100%;
}

.source-card h5 {
  font-weight: 700;
}

.footer {
  color: #a2a2a2;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
}

.dropdown-menu {
  --bs-dropdown-bg: var(--card);
}

.dropdown-item:active {
    background-color: #198754 !important;
    color: white !important;
}

.top-left {
  position: absolute;
  top: 12px;
  left: 12px;
}

.top-right {
  position: absolute;
  top: 12px;
  right: 12px;
}

.dot-official {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ecc71;
}

.dot-trust {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
}

.dot-verified {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
}

.dot-unknown {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #198754 !important;
}

.score-green {
  border-color: rgba(46, 204, 113, 0.25);
  color: var(--green);
}

.score-yellow {
  border-color: rgba(245,185,66,0.25);
  color: var(--yellow);
}

.score-red {
  border-color: rgba(255,93,93,0.25);
  color: var(--red);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #147447;
  --bs-btn-hover-border-color: #147447;
  --bs-btn-focus-shadow-rgb: 228, 128, 60;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}