body {
  background-color: #06090f;
  color: #e2e8f0;
  overscroll-behavior-y: none;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #475569;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.glass-dropdown {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.95) 0%, rgba(6, 9, 15, 0.98) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.glass {
  background: rgba(13, 20, 36, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.glass-sheet {
  background: linear-gradient(180deg, rgba(20, 27, 43, 0.98) 0%, rgba(6, 9, 15, 1) 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hl-user {
  color: #60a5fa;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

a.hl-user {
  color: #60a5fa;
  text-decoration: none;
}

.hl-user:hover {
  color: #93c5fd;
  text-shadow: 0 0 8px rgba(96, 165, 250, 0.4);
}

.hl-team {
  color: #a855f7;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

a.hl-team {
  color: #a855f7;
  text-decoration: none;
}

.hl-team:hover {
  color: #c084fc;
  text-shadow: 0 0 8px rgba(168, 85, 247, 0.4);
}

.hl-tourney {
  color: #f59e0b;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

a.hl-tourney {
  color: #f59e0b;
  text-decoration: none;
}

.hl-tourney:hover {
  color: #fcd34d;
  text-shadow: 0 0 8px rgba(245, 158, 11, 0.4);
}

.hl-org {
  color: #22d3ee;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

a.hl-org {
  color: #22d3ee;
  text-decoration: none;
}

.hl-org:hover {
  color: #67e8f9;
  text-shadow: 0 0 8px rgba(34, 211, 238, 0.4);
}

.hl-amount {
  color: #10b981;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  letter-spacing: 0.05em;
}

.notif-card-hover {
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.notif-card-hover:hover {
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-1px);
}

.dropdown-item {
  border-left: 2px solid transparent;
  transition: all 0.2s;
}

.dropdown-item:hover {
  border-left: 2px solid #f59e0b;
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.05) 0%, transparent 100%);
}

.swipe-container {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 0.75rem;
}

.swipe-action-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, #ef4444 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.5rem;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 0;
  border-radius: 1rem;
}

.swipe-content {
  position: relative;
  z-index: 1;
  background: #0d1424;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  border-radius: 1rem;
}

.swiping .swipe-content {
  transition: none;
}

.desktop-actions {
  opacity: 0;
  transform: translateX(10px) scale(0.95);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.group:hover .desktop-actions {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.dc-notif-panel {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.95) 0%, rgba(6, 9, 15, 0.98) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.dc-mobile-sheet {
  background: linear-gradient(180deg, rgba(20, 27, 43, 0.98) 0%, rgba(6, 9, 15, 1) 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dc-notif-page-wrap {
  min-height: calc(100vh - 220px);
}

.dc-segment-active-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}

.segment-active-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.dc-filter-btn {
  border: 1px solid transparent;
}

.dc-filter-btn svg {
  color: #94a3b8;
}

.dc-filter-btn.active {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(245, 158, 11, 0.35);
  box-shadow: 0 0 15px rgba(245, 158, 11, 0.1);
}

.dc-filter-btn.active svg {
  color: #f59e0b;
}

.dc-filter-count {
  background: rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 9999px;
}

.dc-scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.dc-scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dc-time-group-header {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 0.75rem 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #64748b;
}

.time-group-header {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 0.75rem 0;
}

.time-group-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
  margin-left: 1rem;
}

.dc-time-group-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.05);
  margin-left: 1rem;
}

.dc-notif-card {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #0d1424;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.dc-notif-card:hover {
  background: #131d33;
  transform: translateY(-1px);
}

.dc-notif-card.unread {
  border-color: rgba(245, 158, 11, 0.3);
}

.dc-notif-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #f59e0b;
  box-shadow: 0 0 8px rgba(245, 158, 11, 0.8);
}

.dc-action-btn {
  border-radius: 0.75rem;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.dc-action-btn.primary {
  background: rgba(59, 130, 246, 0.2);
  color: #dbeafe;
  border-color: rgba(59, 130, 246, 0.5);
}

.dc-action-btn.primary:hover {
  background: rgba(59, 130, 246, 0.35);
}

.dc-action-btn.secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
}

.dc-action-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.dc-dropdown-item {
  border-left: 2px solid transparent;
  transition: all 0.2s;
}

.dc-dropdown-item:hover {
  border-left: 2px solid #f59e0b;
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.05) 0%, transparent 100%);
}

.dc-swipe-container {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 0.75rem;
}

.dc-swipe-action {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, #ef4444 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.5rem;
  opacity: 0;
  transition: opacity 0.2s;
}

.dc-swipe-content {
  position: relative;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.dc-skeleton {
  background: #131d33;
  background-image: linear-gradient(to right, #131d33 0%, #1e293b 20%, #131d33 40%, #131d33 100%);
  background-repeat: no-repeat;
  background-size: 800px 100%;
  animation: dc-shimmer 1.5s infinite linear forwards;
}

.skeleton {
  background: #131d33;
  background-image: linear-gradient(to right, #131d33 0%, #1e293b 20%, #131d33 40%, #131d33 100%);
  background-repeat: no-repeat;
  background-size: 800px 100%;
  animation: dc-shimmer 1.5s infinite linear forwards;
}

@keyframes dc-shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

@keyframes dc-bell-ring {
  0%,
  100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(12deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(8deg);
  }
  80% {
    transform: rotate(-6deg);
  }
}

.dc-bell-ringing i,
.dc-bell-ringing svg {
  animation: dc-bell-ring 1s ease-in-out infinite;
  transform-origin: top center;
  color: #f59e0b;
}
