.nav-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--gray-900);
  letter-spacing: -0.5px;
}

.nav-brand-icon {
  width: 32px;
  height: 32px;
  background: var(--brand-900);
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  color: var(--gray-500);
  max-width: 620px;
}

.nav-links a.active {
  color: var(--brand-600);
}

.nav-links a:hover {
  color: var(--gray-900);
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.search-box i {
  position: absolute;
  left: 12px;
  color: var(--gray-400);
}

.search-box input {
  width: 240px;
  background: var(--gray-100);
  border-radius: 99px;
  padding: 8px 16px 8px 36px;
  font-size: var(--text-base);
  transition: all 0.2s;
  border: 1px solid transparent;
}

.search-box input:focus {
  background: white;
  border-color: var(--brand-500);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

.page-wrapper {
  padding-top: 18px;
  padding-bottom: 80px;
  display: flex;
  gap: 32px;
}

.main-content {
  flex: 1;
  min-width: 0;
}

.sidebar {
  width: 360px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-banner {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #eaf0f6;
  border: 0;
  box-shadow: 0 28px 64px -42px rgba(15, 23, 42, 0.58);
  margin-bottom: 24px;
}

.hero-page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-carousel {
  position: relative;
  aspect-ratio: 25 / 9;
  min-height: 0;
  isolation: isolate;
}

.hero-slide {
  --hero-accent: #2f6df6;
  --hero-chip-bg: rgba(47, 109, 246, 0.14);
  --hero-chip-border: rgba(96, 165, 250, 0.55);
  --hero-chip-color: #60a5fa;
  --hero-cta-bg: #2f6df6;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  color: white;
  opacity: 0;
  transform: scale(1.018);
  transition: opacity 0.45s ease, transform 0.9s ease;
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
}

.hero-slide--investigation {
  --hero-accent: #ff365f;
  --hero-chip-bg: rgba(225, 29, 72, 0.18);
  --hero-chip-border: rgba(244, 63, 94, 0.42);
  --hero-chip-color: #ff5b76;
  --hero-cta-bg: linear-gradient(135deg, #f11853 0%, #e91455 100%);
}

.hero-slide--mission {
  --hero-accent: #ffc22e;
  --hero-chip-bg: rgba(245, 158, 11, 0.14);
  --hero-chip-border: rgba(245, 158, 11, 0.72);
  --hero-chip-color: #ffc22e;
  --hero-cta-bg: linear-gradient(135deg, #ffb21c 0%, #f59e0b 100%);
}

.hero-slide--creator {
  --hero-accent: #60a5fa;
  --hero-chip-bg: rgba(37, 99, 235, 0.2);
  --hero-chip-border: rgba(96, 165, 250, 0.6);
  --hero-chip-color: #60a5fa;
  --hero-cta-bg: linear-gradient(135deg, #3478ff 0%, #2563eb 100%);
}

.hero-slide__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 28%, rgba(110, 72, 191, 0.3), transparent 34%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.98) 0%, rgba(8, 13, 29, 0.93) 42%, rgba(18, 24, 46, 0.78) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide__media svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-slide__media::before,
.hero-slide__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-slide__media::before {
  background:
    linear-gradient(90deg, rgba(4, 8, 20, 0.9) 0%, rgba(7, 12, 26, 0.78) 36%, rgba(7, 12, 26, 0.18) 72%, rgba(4, 8, 20, 0.42) 100%);
  z-index: 1;
}

.hero-slide__media::after {
  opacity: 0.45;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 42%, #000 100%);
}

.hero-slide--investigation .hero-slide__media {
  background:
    linear-gradient(90deg, rgba(5, 9, 22, 0.92) 0%, rgba(11, 18, 34, 0.72) 42%, rgba(23, 26, 43, 0.42) 100%),
    radial-gradient(circle at 70% 46%, rgba(227, 24, 72, 0.18), transparent 28%),
    url("/public/assets/img/1.png");
  background-size: auto, auto, contain;
  background-position: center, 70% 46%, center right;
}

.hero-slide--mission .hero-slide__media {
  background:
    linear-gradient(90deg, rgba(23, 17, 52, 0.92) 0%, rgba(34, 24, 77, 0.7) 44%, rgba(58, 24, 55, 0.36) 100%),
    radial-gradient(circle at 52% 36%, rgba(124, 58, 237, 0.3), transparent 36%),
    url("/public/assets/img/2.png");
  background-size: auto, auto, contain;
  background-position: center, 52% 36%, center right;
}

.hero-slide--creator .hero-slide__media {
  background:
    linear-gradient(90deg, rgba(5, 9, 22, 0.92) 0%, rgba(12, 24, 42, 0.68) 46%, rgba(27, 16, 53, 0.34) 100%),
    radial-gradient(circle at 80% 48%, rgba(168, 85, 247, 0.22), transparent 30%),
    url("/public/assets/img/3.png");
  background-size: auto, auto, contain;
  background-position: center, 80% 48%, center right;
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  padding: clamp(34px, 3.4vw, 48px) clamp(22px, 2.2vw, 32px) clamp(30px, 3vw, 42px) clamp(48px, 4vw, 64px);
  display: grid;
  gap: 10px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 6px;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 6px;
  border: 1px solid var(--hero-chip-border);
  background: var(--hero-chip-bg);
  color: var(--hero-chip-color);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  letter-spacing: -0.01em;
}

.hero-chip em {
  color: rgba(226, 232, 240, 0.75);
  font-style: normal;
  letter-spacing: 0.08em;
}

.hero-chip i {
  font-size: var(--text-sm);
}

.hero-slide__headline {
  display: block;
  max-width: 100%;
  color: white;
}

.hero-slide__headline:focus-visible,
.hero-slide__cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 5px;
  border-radius: 16px;
}

.hero-title {
  display: block;
  margin: 0;
  color: white;
  max-width: 100%;
  font-size: clamp(24px, 2.7vw, 36px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 9px 30px rgba(0, 0, 0, 0.32);
}

.hero-title strong {
  color: var(--hero-accent);
  font: inherit;
}

.hero-slide__desc {
  max-width: 500px;
  margin: 0;
  color: rgba(226, 232, 240, 0.88);
  font-size: clamp(12px, 0.95vw, 15px);
  font-weight: var(--font-semibold);
  line-height: 1.48;
}

.hero-slide__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  gap: 8px;
  min-width: 156px;
  min-height: 48px;
  margin-top: 10px;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--hero-cta-bg);
  color: white;
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  box-shadow: 0 20px 38px -24px var(--hero-accent);
}

.hero-slide--mission .hero-slide__cta {
  color: #19140a;
}

.hero-slide--mission .hero-title strong {
  color: var(--hero-accent);
}

.hero-slide__cta i {
  font-size: var(--text-lg);
}

.hero-slide__cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.hero-banner__dots {
  position: absolute;
  left: auto;
  right: clamp(24px, 3vw, 48px);
  bottom: clamp(26px, 3vw, 36px);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-banner__dot {
  width: 32px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  opacity: 0.95;
  transition: background-color 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.hero-banner__dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

.hero-banner__dot.is-active {
  background: white;
}

.hero-banner__dot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.platform-focus {
  margin-bottom: 24px;
}

.platform-focus__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.platform-focus__header h2 {
  margin: 0;
  color: var(--gray-900);
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  letter-spacing: -0.01em;
}

.platform-focus__header a {
  color: #2563eb;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
}

.platform-focus__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.focus-card {
  min-height: 116px;
  padding: 20px;
  border: 1px solid rgba(229, 231, 235, 0.88);
  border-radius: 14px;
  background: white;
  box-shadow: 0 10px 24px -22px rgba(15, 23, 42, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.focus-card:hover {
  transform: translateY(-2px);
  border-color: rgba(203, 213, 225, 0.9);
  box-shadow: 0 18px 30px -24px rgba(15, 23, 42, 0.42);
}

.focus-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.focus-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 5px;
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
  line-height: 1;
}

.focus-card__badge--green {
  background: #dcfce7;
  color: #047857;
}

.focus-card__badge--red {
  background: #fee2e2;
  color: #b91c1c;
}

.focus-card__time {
  color: #94a3b8;
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
}

.focus-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  line-height: 1.55;
}

.focus-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #64748b;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
}

.focus-card__avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #e2e8f0;
}

.focus-card p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
}

.focus-card p strong {
  color: #ef4444;
  font-size: var(--text-base);
  font-weight: var(--font-bold);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.quick-card {
  position: relative;
  min-height: 96px;
  padding: 20px 22px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid transparent;
  box-shadow: 0 14px 30px -28px rgba(15, 23, 42, 0.5);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.quick-card::after {
  content: "";
  position: absolute;
  inset: auto -16px -30px auto;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  filter: blur(6px);
  pointer-events: none;
}

.quick-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 38px -30px rgba(15, 23, 42, 0.5);
}

.quick-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: var(--text-xl);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.quick-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.quick-copy strong {
  color: #0f172a;
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  line-height: 1.25;
}

.quick-copy span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: 1.35;
}

.quick-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fb923c;
  box-shadow: 0 0 0 4px rgba(251, 146, 60, 0.14);
  flex-shrink: 0;
}

.qc-brand {
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 72%);
  border-color: rgba(147, 197, 253, 0.42);
}

.qc-brand .quick-icon {
  background: linear-gradient(135deg, #eff6ff 0%, #f8fbff 100%);
  color: var(--brand-600);
}

.qc-purple {
  background: linear-gradient(135deg, #faf5ff 0%, #ffffff 72%);
  border-color: rgba(221, 214, 254, 0.62);
}

.qc-purple .quick-icon {
  background: linear-gradient(135deg, #f3e8ff 0%, #f8f1ff 100%);
  color: var(--purple-600);
}

.qc-red {
  background: linear-gradient(135deg, #fff1f2 0%, #ffffff 72%);
  border-color: rgba(254, 205, 211, 0.88);
}

.qc-red .quick-icon {
  background: linear-gradient(135deg, #ffe4e6 0%, #fff1f2 100%);
  color: var(--red-600);
}

.qc-amber {
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 72%);
  border-color: rgba(253, 230, 138, 0.88);
}

.qc-amber .quick-icon {
  background: linear-gradient(135deg, #ffedd5 0%, #fff5e9 100%);
  color: #f97316;
}

.risk-alert-card {
  padding: 16px;
  border: 1px solid rgba(254, 202, 202, 0.95);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(239, 68, 68, 0.11), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  box-shadow: 0 14px 30px -28px rgba(127, 29, 29, 0.32);
}

.risk-alert-card__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.risk-alert-card__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fee2e2;
  color: #dc2626;
  font-size: var(--text-xl);
}

.risk-alert-card__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #dc2626;
  font-size: 10px;
  font-weight: var(--font-semibold);
  letter-spacing: 0.14em;
}

.risk-alert-card__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  line-height: 1.2;
}

.risk-alert-card__count {
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff1f2;
  color: #be123c;
  font-size: 11px;
  font-weight: var(--font-semibold);
  white-space: nowrap;
}

.risk-alert-card__intro {
  margin: 12px 0 14px;
  color: #64748b;
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: 1.6;
}

.risk-alert-list {
  display: grid;
  gap: 8px;
}

.risk-alert-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #fee2e2;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.risk-alert-item:hover {
  transform: translateY(-1px);
  border-color: rgba(239, 68, 68, 0.32);
  box-shadow: 0 12px 22px -22px rgba(127, 29, 29, 0.4);
}

.risk-alert-item__logo {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(239, 68, 68, 0.18);
  border-radius: 10px;
  background: #fff7ed;
  color: #b91c1c;
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
}

.risk-alert-item__logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.risk-alert-item--danger .risk-alert-item__logo {
  border-color: rgba(239, 68, 68, 0.28);
  background: #fee2e2;
}

.risk-alert-item--warning .risk-alert-item__logo {
  border-color: rgba(249, 115, 22, 0.24);
  background: #ffedd5;
  color: #c2410c;
}

.risk-alert-item--watch .risk-alert-item__logo {
  border-color: rgba(245, 158, 11, 0.24);
  background: #fef3c7;
  color: #a16207;
}

.risk-alert-item__body {
  min-width: 0;
}

.risk-alert-item__body strong,
.risk-alert-item__body span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.risk-alert-item__body strong {
  color: #0f172a;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  line-height: 1.35;
}

.risk-alert-item__body span {
  margin-top: 3px;
  color: #64748b;
  font-size: 11px;
  font-weight: var(--font-medium);
}

.risk-alert-card__more {
  min-height: 38px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 11px;
  background: #fff1f2;
  color: #be123c;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  transition: transform 0.18s ease, background 0.18s ease;
}

.risk-alert-card__more:hover {
  transform: translateY(-1px);
  background: #ffe4e6;
}

.risk-alert-card__more i {
  font-size: var(--text-sm);
}

.home-streams {
  margin-bottom: 24px;
}

.home-feed {
  border-top: 1px solid #dbe4f0;
}

.home-feed__tabs {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 46px;
}

.home-feed-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 0 2px;
  color: #94a3b8;
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  line-height: 1;
  transition: color 0.18s ease;
}

.home-feed-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  border-radius: 999px 999px 0 0;
  background: #0f172a;
  opacity: 0;
  transform: scaleX(0.58);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.home-feed-tab:hover,
.home-feed-tab.is-active {
  color: #0f172a;
}

.home-feed-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-feed-tab__alert {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: white;
  font-size: 10px;
  box-shadow: 0 10px 18px -14px rgba(239, 68, 68, 0.9);
}

.home-feed__panel {
  padding-top: 16px;
}

.home-feed__state {
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: white;
  color: #64748b;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  text-align: center;
  box-shadow: 0 18px 36px -30px rgba(15, 23, 42, 0.25);
}

.home-feed__state--error {
  color: #b91c1c;
  background: #fff7f7;
  border-color: rgba(252, 165, 165, 0.55);
}

.home-feed__state--empty {
  color: #475569;
}

.home-feed-list {
  display: grid;
  gap: 12px;
}

.home-feed-list--timeline {
  position: relative;
  gap: 32px;
  padding: 2px 0 18px 80px;
}

.home-feed-list--timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 14px;
  left: 28px;
  width: 3px;
  border-radius: 999px;
  background: #d4dfec;
}

.home-feed-list--timeline::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #c7d4e5;
}

.latest-intel-item {
  --intel-rgb: 14, 165, 233;
  --intel-accent: #0ea5e9;
  --intel-soft: #e0f2fe;
  --intel-chip: #eef6ff;
  position: relative;
  min-width: 0;
}

.latest-intel-item--kol {
  --intel-rgb: 139, 92, 246;
  --intel-accent: #8b5cf6;
  --intel-soft: #f1eaff;
  --intel-chip: #f6f0ff;
}

.latest-intel-item--mission {
  --intel-rgb: 2, 132, 199;
  --intel-accent: #0284c7;
  --intel-soft: #e0f7ff;
  --intel-chip: #ecfeff;
}

.latest-intel-item--player {
  --intel-rgb: 34, 197, 94;
  --intel-accent: #16a34a;
  --intel-soft: #dcfce7;
  --intel-chip: #eefdf3;
}

.latest-intel-item--risk {
  --intel-rgb: 239, 68, 68;
  --intel-accent: #dc2626;
  --intel-soft: #fee2e2;
  --intel-chip: #fff1f2;
}

.latest-intel-avatar {
  position: absolute;
  top: 0;
  left: -80px;
  z-index: 1;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(var(--intel-rgb), 0.2);
  border-radius: 999px;
  display: grid;
  place-items: center;
  isolation: isolate;
  background: #ffffff;
  box-shadow: 0 14px 28px -20px rgba(var(--intel-rgb), 0.78);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.latest-intel-avatar::before {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: 0;
  border-radius: 999px;
  background: conic-gradient(
    from 0deg,
    rgba(var(--intel-rgb), 0),
    rgba(var(--intel-rgb), 0.86),
    rgba(var(--intel-rgb), 0) 44%,
    rgba(var(--intel-rgb), 0.32) 68%,
    rgba(var(--intel-rgb), 0)
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  opacity: 0.78;
  animation: latestIntelAvatarHalo 3.4s linear infinite;
}

.latest-intel-avatar::after {
  display: none;
}

.latest-intel-avatar__face {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(var(--intel-rgb), 0.2), rgba(var(--intel-rgb), 0.07));
  color: #0f172a;
  font-size: var(--text-base);
  font-weight: var(--font-bold);
}

.latest-intel-avatar__face img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
}

.latest-intel-avatar__badge {
  --identity-rgb: 34, 197, 94;
  position: absolute;
  right: -3px;
  bottom: 1px;
  z-index: 3;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.96);
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: var(--font-bold);
  line-height: 1;
  box-shadow:
    0 9px 16px -11px rgba(var(--identity-rgb), 0.95),
    0 2px 8px -6px rgba(15, 23, 42, 0.7);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.latest-intel-avatar__badge--kol {
  --identity-rgb: 245, 158, 11;
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  color: #111827;
}

.latest-intel-avatar__badge--player {
  --identity-rgb: 34, 197, 94;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #ffffff;
}

.latest-intel-avatar__badge i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 11px;
}

.latest-intel-item:hover .latest-intel-avatar {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px -20px rgba(var(--intel-rgb), 0.82);
}

.latest-intel-item:hover .latest-intel-avatar__badge {
  transform: translateY(-1px);
  box-shadow:
    0 10px 20px -12px rgba(var(--identity-rgb), 0.95),
    0 6px 12px -8px rgba(15, 23, 42, 0.58);
}

@keyframes latestIntelAvatarHalo {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .latest-intel-avatar::before {
    animation: none;
  }
}

.latest-intel-card {
  position: relative;
  min-height: 160px;
  padding: 24px 20px 20px;
  border: 1px solid #dbe5f1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 42px -34px rgba(15, 23, 42, 0.38);
}

.latest-intel-card::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -9px;
  width: 18px;
  height: 18px;
  border-left: 1px solid #dbe5f1;
  border-bottom: 1px solid #dbe5f1;
  background: #ffffff;
  transform: rotate(45deg);
}

.latest-intel-card__main {
  position: relative;
  z-index: 1;
}

.latest-intel-card__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 10px;
  min-width: 0;
}

.latest-intel-card--stamped .latest-intel-card__head {
  padding-right: 78px;
}

.latest-intel-card__author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  flex: 0 1 auto;
  color: #0f172a;
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  line-height: 1.35;
}

.latest-intel-card__author a {
  color: inherit;
}

.latest-intel-card__stamp {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  font-weight: var(--font-bold);
  letter-spacing: 0.08em;
  opacity: 0.78;
  transform: rotate(11deg);
  pointer-events: none;
}

.latest-intel-card__stamp::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid currentColor;
  border-radius: inherit;
  opacity: 0.52;
}

.latest-intel-card__stamp--recommend {
  color: #16a34a;
}

.latest-intel-card__stamp--warn {
  color: #dc2626;
}

.latest-intel-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 0;
  gap: 5px;
  color: #64748b;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  white-space: nowrap;
}

.latest-intel-card__summary {
  margin: 10px 0 0;
  color: #334155;
  font-size: var(--text-base);
  line-height: 1.75;
}

.latest-intel-card__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e6edf7;
}

.latest-intel-card__detail-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2563eb;
  font-size: 13px;
  font-weight: var(--font-semibold);
  line-height: 1;
  white-space: nowrap;
}

.latest-intel-card__detail-link i {
  font-size: 14px;
  line-height: 1;
}

.latest-intel-card__detail-link:hover {
  color: #1d4ed8;
}

.latest-intel-card__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-top: 12px;
}

.latest-intel-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 1px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  line-height: 1;
  font-weight: var(--font-bold);
  white-space: nowrap;
  box-shadow: inset 0 -7px 0 rgba(191, 219, 254, 0.52);
}

.latest-intel-card__tags + .latest-intel-card__summary {
  margin-top: 8px;
}

.latest-intel-card__tags--risk .latest-intel-card__tag {
  color: #dc2626;
  box-shadow: inset 0 -7px 0 rgba(254, 202, 202, 0.72);
}

.latest-intel-card__tags--neutral .latest-intel-card__tag {
  color: #2563eb;
  box-shadow: inset 0 -7px 0 rgba(191, 219, 254, 0.52);
}

.latest-intel-card__tags--recommend .latest-intel-card__tag {
  color: #059669;
  box-shadow: inset 0 -7px 0 rgba(167, 243, 208, 0.68);
}

.latest-intel-club {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  margin-top: 14px;
  padding: 10px 14px;
  border: 1px solid #d6e4f3;
  border-radius: 12px;
  background: #f8fbff;
  box-shadow: 0 10px 24px -24px rgba(30, 64, 175, 0.32);
}

.latest-intel-club__mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 50%),
    linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 18px -14px rgba(124, 58, 237, 0.62);
}

.latest-intel-club__mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.latest-intel-club__copy {
  display: grid;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}

.latest-intel-club__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  min-width: 0;
}

.latest-intel-club__copy strong {
  color: #020617;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.latest-intel-club__status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.latest-intel-club__status i {
  font-size: 13px;
  line-height: 1;
}

.latest-intel-club__status--joined {
  border-color: #bbf7d0;
  background: #f0fdf4;
  color: #16a34a;
}

.latest-intel-club__status--listed {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #2563eb;
}

.latest-intel-club__details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 16px;
  min-width: 0;
}

.latest-intel-club__detail {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.latest-intel-club__detail em {
  flex-shrink: 0;
  color: #64748b;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}

.latest-intel-club__detail strong {
  min-width: 0;
  color: #020617;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.latest-intel-club__detail--price strong {
  color: #ef4444;
}

.latest-intel-club__score {
  margin-left: auto;
  display: grid;
  justify-items: end;
  gap: 2px;
  min-width: 58px;
  flex-shrink: 0;
  text-align: right;
}

.latest-intel-club__score-value {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  color: #0f172a;
  line-height: 1;
}

.latest-intel-club__score strong {
  color: #f59e0b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.latest-intel-club__score small {
  color: #64748b;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.latest-intel-club__score-value small {
  color: #334155;
  font-size: 12px;
  font-weight: 400;
}

.home-feed-list--risk-cases {
  --risk-axis-center: 28px;
  --risk-axis-width: 2px;
  --risk-axis-half-width: 1px;
  --risk-list-indent: 62px;
  --risk-list-indent-negative: -62px;
  --risk-node-size: 34px;
  --risk-node-half-size: 17px;
  --risk-node-top: 0px;
  --risk-node-center: 17px;
  --risk-connector-end: -35px;
  position: relative;
  gap: 18px;
  padding: 4px 0 12px var(--risk-list-indent);
}

.home-feed-list--risk-cases::before {
  display: none;
}

.home-feed-list--risk-cases::after {
  display: none;
}

.risk-case-item {
  --risk-accent: #d97706;
  --risk-accent-rgb: 217, 119, 6;
  --risk-soft: #fffbeb;
  position: relative;
  min-width: 0;
}

.risk-case-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: var(--risk-node-center);
  bottom: var(--risk-connector-end);
  left: calc(var(--risk-list-indent-negative) + var(--risk-axis-center) - var(--risk-axis-half-width));
  width: var(--risk-axis-width);
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 12px 24px -20px rgba(239, 68, 68, 0.65);
  pointer-events: none;
}

.risk-case-item--critical {
  --risk-accent: #dc2626;
  --risk-accent-rgb: 220, 38, 38;
  --risk-soft: #fff1f2;
}

.risk-case-item--warning {
  --risk-accent: #d97706;
  --risk-accent-rgb: 217, 119, 6;
  --risk-soft: #fffbeb;
}

.risk-case-rail {
  position: absolute;
  top: var(--risk-node-top);
  left: calc(var(--risk-list-indent-negative) + var(--risk-axis-center) - var(--risk-node-half-size));
  z-index: 2;
  width: var(--risk-node-size);
  display: grid;
  place-items: center;
}

.risk-case-icon {
  width: var(--risk-node-size);
  height: var(--risk-node-size);
  display: grid;
  place-items: center;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #ef4444;
  color: #ffffff;
  font-size: 19px;
  box-shadow: 0 0 0 3px rgba(254, 226, 226, 0.95), 0 14px 26px -18px rgba(185, 28, 28, 0.75);
}

.risk-case-paper {
  position: relative;
  overflow: hidden;
  min-height: 172px;
  padding: 18px 18px 14px 20px;
  border: 1px solid #e6dccb;
  border-left: 7px solid var(--risk-accent);
  background: #fffdf6;
  box-shadow: 0 20px 44px -34px rgba(68, 64, 60, 0.45);
}

.risk-case-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(120, 113, 108, 0.24) 1px, transparent 1px);
  background-position: 0 0;
  background-size: 12px 12px;
  opacity: 0.55;
  pointer-events: none;
}

.risk-case-paper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(var(--risk-accent-rgb), 0.08), transparent 34%), linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.64));
  pointer-events: none;
}

.risk-case-paper > * {
  position: relative;
  z-index: 1;
}

.risk-case-stamp {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 2px solid var(--risk-accent);
  border-radius: 999px;
  color: var(--risk-accent);
  font-size: 11px;
  font-weight: var(--font-bold);
  letter-spacing: 0.05em;
  opacity: 0.75;
  transform: rotate(12deg);
}

.risk-case-stamp::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid currentColor;
  border-radius: inherit;
  opacity: 0.55;
}

.risk-case-number {
  display: inline-flex;
  width: fit-content;
  color: #78716c;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 10px;
  font-weight: var(--font-bold);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.risk-case-title {
  margin: 8px 72px 0 0;
  color: #dc2626;
  font-size: 18px;
  font-weight: var(--font-bold);
  line-height: 1.35;
  letter-spacing: 0;
}

.risk-case-title a {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  color: inherit;
}

.risk-case-title__tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 2px 3px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #dc2626;
  font-size: 18px;
  line-height: 1;
  font-weight: var(--font-bold);
  white-space: nowrap;
  box-shadow: inset 0 -9px 0 rgba(254, 202, 202, 0.78);
}

.risk-case-summary {
  margin: 8px 74px 0 0;
  color: #44403c;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  line-height: 1.62;
}

.risk-case-club {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid #d7dce2;
  border-radius: 5px;
  background: rgba(226, 232, 240, 0.8);
  color: #0f172a;
}

.risk-case-club__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 5px;
  background: #1f2937;
  color: #fef3c7;
  font-size: var(--text-base);
  font-weight: var(--font-bold);
}

.risk-case-club__mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.risk-case-club__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.risk-case-club__copy strong {
  color: #111827;
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
  line-height: 1.25;
}

.risk-case-club__copy small {
  color: #64748b;
  font-size: 11px;
  font-weight: var(--font-semibold);
  line-height: 1.35;
}

.risk-case-club__badge {
  margin-left: auto;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 5px;
  background: #111827;
  color: #ffffff;
  font-size: 11px;
  font-weight: var(--font-bold);
  white-space: nowrap;
}

.risk-case-item--critical .risk-case-club__badge {
  background: var(--risk-accent);
}

.risk-case-reporter {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  color: #57534e;
  font-size: 12px;
  font-weight: var(--font-semibold);
}

.risk-case-reporter__avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--risk-soft);
  color: var(--risk-accent);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  overflow: hidden;
}

.risk-case-reporter__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.risk-case-reporter__copy {
  min-width: 0;
}

.risk-case-reporter__action {
  margin-left: auto;
  color: var(--risk-accent);
  font-size: 11px;
  font-weight: var(--font-bold);
  white-space: nowrap;
}

.home-feed-card {
  --feed-rgb: 37, 99, 235;
  padding: 18px 20px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
  box-shadow: 0 14px 28px -26px rgba(15, 23, 42, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.home-feed-card:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--feed-rgb), 0.18);
  box-shadow: 0 20px 34px -30px rgba(15, 23, 42, 0.3);
}

.home-feed-card--live {
  --feed-rgb: 59, 130, 246;
}

.home-feed-card--kol {
  --feed-rgb: 99, 102, 241;
}

.home-feed-card--report {
  --feed-rgb: 249, 115, 22;
}

.home-feed-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.home-feed-card__author {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.home-feed-card__avatar {
    width: 34px;
    height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(var(--feed-rgb), 0.16), rgba(var(--feed-rgb), 0.06));
  color: #0f172a;
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
}

.home-feed-card__author-main {
  min-width: 0;
}

.home-feed-card__author-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.home-feed-card__author-name {
  color: #0f172a;
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
}

.home-feed-card__author-tag {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fef3c7;
  color: #a16207;
  font-size: 11px;
  font-weight: var(--font-semibold);
}

.home-feed-card__meta {
  margin-top: 4px;
  color: #64748b;
  font-size: var(--text-xs);
  line-height: 1.45;
}

.home-feed-card__status {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(var(--feed-rgb), 0.36);
  background: rgba(var(--feed-rgb), 0.06);
  color: rgb(var(--feed-rgb));
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  white-space: nowrap;
}

.home-feed-card__status i {
  font-size: var(--text-xs);
}

.home-feed-card__title {
  margin: 12px 0 0;
  color: #0f172a;
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  line-height: 1.45;
  letter-spacing: 0;
}

.home-feed-card__summary {
  margin: 8px 0 0;
  color: #64748b;
  font-size: var(--text-sm);
  line-height: 1.65;
}

.home-feed-card__target {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
}

.home-feed-card__target-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(var(--feed-rgb), 0.18), rgba(var(--feed-rgb), 0.08));
  color: rgb(var(--feed-rgb));
  font-size: var(--text-xl);
}

.home-feed-card__target-copy {
  min-width: 0;
}

.home-feed-card__target-title {
  color: #0f172a;
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  line-height: 1.4;
}

.home-feed-card__target-meta {
  margin-top: 4px;
  color: #64748b;
  font-size: var(--text-xs);
  line-height: 1.45;
}

.home-feed-card__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.home-feed-card__proof {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  border: 1px solid #d7e1ee;
  background: linear-gradient(180deg, #f3f6fb 0%, #eef3f9 100%);
  color: #94a3b8;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: var(--font-semibold);
}

.home-feed-card__proof i {
  display: block;
  margin-bottom: 3px;
  font-size: var(--text-base);
}

.filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
  border-bottom: 1px solid var(--gray-100);
  margin-bottom: 22px;
  position: sticky;
  top: 64px;
  background: var(--bg-body);
  z-index: 30;
  padding-top: 0;
}

.filter-tabs {
  display: flex;
  align-items: stretch;
  gap: 28px;
  height: 52px;
}

.filter-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 0 2px;
  color: #94a3b8;
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  line-height: 1;
  transition: color 0.18s ease;
}

.filter-tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 999px 999px 0 0;
  background: #2563eb;
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.filter-tab:hover,
.filter-tab.active {
  color: #2563eb;
}

.filter-tab.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.filter-sort-note {
  color: #94a3b8;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
}

.club-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.club-item {
  display: flex;
  gap: 20px;
  border-radius: var(--radius-2xl);
}

.club-item.danger {
  background: rgba(239, 68, 68, 0.05);
  border-color: var(--red-100);
}

.club-info {
  flex: 1;
}

.club-name {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.club-data {
  display: flex;
  align-items: center;
  gap: 24px;
  border-left: 1px solid var(--gray-100);
  padding-left: 24px;
}

.data-label {
  font-size: var(--text-xs);
  color: var(--gray-500);
  margin-bottom: 4px;
  text-align: center;
}

.data-value {
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.score-val {
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: 1;
  text-align: center;
}

.club-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.club-pick-card {
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.1), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 16px 30px -26px rgba(15, 23, 42, 0.26);
}

.club-pick-card__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.club-pick-card__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
  color: #2563eb;
  font-size: var(--text-xl);
}

.club-pick-card__eyebrow {
  display: block;
  margin-bottom: 4px;
  color: #2563eb;
  font-size: 10px;
  font-weight: var(--font-semibold);
  letter-spacing: 0.14em;
}

.club-pick-card__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  line-height: 1.2;
}

.club-pick-card__open {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-size: var(--text-base);
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.club-pick-card__open:hover {
  transform: translateY(-1px);
  background: #2563eb;
  color: white;
}

.club-pick-card__intro {
  margin: 12px 0 14px;
  color: #64748b;
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: 1.6;
}

.club-pick-list {
  display: grid;
  gap: 8px;
}

.club-pick-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e5edf7;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.club-pick-item:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 12px 22px -22px rgba(15, 23, 42, 0.35);
}

.club-pick-item__rank {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  background: #eff6ff;
  color: #2563eb;
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
}

.club-pick-item__rank img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.club-pick-item__body {
  min-width: 0;
}

.club-pick-item__body strong,
.club-pick-item__body span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-pick-item__body strong {
  color: #0f172a;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  line-height: 1.35;
}

.club-pick-item__body span {
  margin-top: 3px;
  color: #64748b;
  font-size: 11px;
  font-weight: var(--font-medium);
}

.club-pick-item__score {
  color: #0f172a;
    font-size: var(--text-base);
    font-weight: var(--font-bold);
  }

  .home-feed-card__avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

.club-pick-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid #e5edf7;
  color: #64748b;
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
}

.club-pick-card__foot span,
.club-pick-card__foot a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.club-pick-card__foot i {
  color: #2563eb;
  font-size: var(--text-base);
}

.club-pick-card__foot a {
  color: #2563eb;
  font-weight: var(--font-semibold);
}

.darktest-panel {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 18px;
  color: #0f172a;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.2), transparent 36%),
    linear-gradient(160deg, #f8fbff 0%, #ffffff 48%, #eff6ff 100%);
  border: 1px solid rgba(147, 197, 253, 0.52);
  box-shadow: 0 18px 34px -24px rgba(37, 99, 235, 0.45), 0 8px 18px -16px rgba(15, 23, 42, 0.2);
}

.darktest-panel.is-voting-stage {
  padding: 18px 20px 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(251, 146, 60, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
  border: 1px solid rgba(251, 146, 60, 0.22);
  box-shadow: 0 18px 30px -22px rgba(15, 23, 42, 0.22);
}

.darktest-panel::before {
  content: "";
  position: absolute;
  inset: -44px -18px auto auto;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  filter: blur(12px);
  pointer-events: none;
}

.darktest-panel__header,
.darktest-target,
.darktest-panel__cta {
  position: relative;
  z-index: 1;
}

.darktest-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.darktest-panel__header h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  line-height: 1.25;
}

.darktest-panel__badge {
  flex-shrink: 0;
  padding: 4px 9px;
  border-radius: 999px;
  background: #dbeafe;
  color: #2563eb;
  font-size: 11px;
  font-weight: var(--font-semibold);
}

.darktest-panel__intro {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #64748b;
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  line-height: 1.6;
}

.darktest-target-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin-bottom: 14px;
}

.darktest-target {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(147, 197, 253, 0.34);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.darktest-target:hover {
  transform: translateY(-1px);
  background: white;
  border-color: rgba(37, 99, 235, 0.24);
}

.darktest-target.is-primary {
  border-color: rgba(37, 99, 235, 0.3);
  background: linear-gradient(135deg, #eff6ff, #ffffff 70%);
}

.darktest-target h3 {
  margin: 0 0 4px;
  color: #0f172a;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  line-height: 1.35;
}

.darktest-target p {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  font-weight: var(--font-medium);
}

.darktest-target strong {
  flex-shrink: 0;
  color: #2563eb;
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  white-space: nowrap;
}

.darktest-panel__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  background: #111827;
  color: white;
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.darktest-panel__cta:hover {
  transform: translateY(-1px);
  background: #020617;
  box-shadow: 0 12px 20px -16px rgba(15, 23, 42, 0.6);
}

.darktest-panel.is-voting-stage .darktest-panel__cta {
  color: #c2410c;
  background: #fff7ed;
  box-shadow: inset 0 0 0 1px rgba(251, 146, 60, 0.16);
}

.darktest-panel.is-voting-stage .darktest-panel__intro {
  margin-bottom: 12px;
  color: #7c6f67;
  font-size: var(--text-xs);
  line-height: 1.55;
}

.darktest-panel.is-voting-stage .darktest-panel__header h2 {
  color: #111827;
}

.darktest-panel.is-voting-stage .darktest-panel__header h2 span {
  color: #f97316;
}

.darktest-panel.is-voting-stage .darktest-panel__header {
  margin-bottom: 10px;
}

.darktest-panel.is-voting-stage .darktest-panel__badge {
  background: #fff1e8;
  color: #c2410c;
  padding: 5px 10px;
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  letter-spacing: 0.04em;
}

.darktest-panel.is-voting-stage::before {
  inset: -52px -10px auto auto;
  width: 124px;
  height: 124px;
  background: rgba(251, 146, 60, 0.14);
  filter: blur(14px);
}

.darktest-vote-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.darktest-vote-entry {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #f3e5db;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.darktest-vote-entry:hover {
  transform: translateY(-1px);
  border-color: #f8c8a8;
  background: white;
}

.darktest-vote-entry:focus-visible {
  outline: 2px solid #fdba74;
  outline-offset: 2px;
}

.darktest-vote-entry.is-leading {
  background: linear-gradient(135deg, #fff8f0, #ffffff 68%);
  border-color: #fdba74;
}

.darktest-vote-entry__rank {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #fff1e8;
  color: #c2410c;
  font-size: 10px;
  font-weight: var(--font-bold);
  flex-shrink: 0;
}

.darktest-vote-entry__rank img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.darktest-vote-entry__main {
  min-width: 0;
}

.darktest-vote-entry__main h3 {
  margin: 0 0 3px;
  color: #111827;
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
  line-height: 1.35;
}

.darktest-vote-entry__main p {
  margin: 0;
  color: #8b6f60;
  font-size: 11px;
  line-height: 1.45;
  font-weight: var(--font-semibold);
}

.darktest-vote-entry__votes {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.darktest-vote-entry__votes strong {
  color: #111827;
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  line-height: 1;
}

.darktest-vote-entry__votes span {
  color: #c2410c;
  font-size: 10px;
  font-weight: var(--font-bold);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@media (max-width: 1120px) {
  .page-wrapper {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .nav-inner {
    height: auto;
    padding: 12px 0;
    flex-wrap: wrap;
  }

  .nav-links {
    gap: 16px;
  }

  .search-box {
    display: none;
  }

  .hero-banner {
    border-radius: 24px;
  }

  .hero-slide__content {
    width: min(54%, 560px);
    padding: 30px 22px 34px 44px;
    gap: 10px;
  }

  .hero-title {
    font-size: clamp(22px, 3.6vw, 32px);
  }

  .hero-slide__desc {
    font-size: var(--text-sm);
    line-height: 1.5;
  }

  .hero-slide__cta {
    min-width: 148px;
    min-height: 44px;
    margin-top: 8px;
    font-size: var(--text-sm);
  }

  .hero-banner__dots {
    left: auto;
    right: 24px;
    bottom: 24px;
  }

  .darktest-vote-entry {
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }

  .darktest-vote-entry__votes {
    align-items: flex-start;
  }

  .home-feed__tabs {
    gap: 20px;
    min-height: 44px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .home-feed__tabs::-webkit-scrollbar {
    display: none;
  }

  .home-feed-card {
    padding: 18px;
  }

  .home-feed-list--timeline {
    padding-left: 72px;
  }

  .latest-intel-avatar {
    left: -72px;
  }

  .risk-case-paper {
    padding-right: 18px;
  }

  .risk-case-title,
  .risk-case-summary {
    margin-right: 78px;
  }

  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-focus__grid {
    grid-template-columns: 1fr;
  }

  .filter-bar {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .club-item {
    flex-direction: column;
  }

  .club-data {
    border-left: 0;
    border-top: 1px solid var(--gray-100);
    padding-left: 0;
    padding-top: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nx-container,
  .topbar__inner,
  .page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-banner {
    border-radius: 22px;
  }

  .hero-carousel {
    aspect-ratio: 4 / 5;
  }

  .hero-slide__content {
    width: 100%;
    padding: 22px 16px 64px;
    gap: 8px;
  }

  .hero-chip {
    min-height: 22px;
    padding: 0 9px;
    border-radius: 8px;
    font-size: 10px;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(22px, 7.2vw, 28px);
    line-height: 1.1;
  }

  .hero-slide__desc {
    font-size: var(--text-xs);
  }

  .hero-slide__cta {
    min-width: 136px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: var(--text-xs);
  }

  .home-feed__tabs {
    gap: 16px;
    min-height: 42px;
  }

  .home-feed-tab {
    font-size: var(--text-sm);
  }

  .home-feed-tab::after {
    bottom: -12px;
  }

  .home-feed-card {
    padding: 16px;
    border-radius: 16px;
  }

  .home-feed-list--timeline {
    gap: 24px;
    padding-left: 58px;
  }

  .home-feed-list--timeline::before {
    left: 21px;
  }

  .home-feed-list--timeline::after {
    left: 17px;
  }

  .latest-intel-avatar {
    left: -58px;
    width: 40px;
    height: 40px;
  }

  .latest-intel-avatar::before {
    inset: -3px;
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 2px));
  }

  .latest-intel-avatar__face {
    font-size: var(--text-xs);
  }

  .latest-intel-avatar__badge {
    right: -5px;
    bottom: -1px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .latest-intel-avatar__badge i {
    font-size: 10px;
  }

  .latest-intel-card {
    min-height: 0;
    padding: 16px;
    border-radius: 12px;
  }

  .latest-intel-card::before {
    top: 18px;
  }

  .latest-intel-card__head {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .latest-intel-card--stamped .latest-intel-card__head {
    padding-right: 66px;
  }

  .latest-intel-card__author {
    max-width: 100%;
    font-size: var(--text-base);
  }

  .latest-intel-card__meta,
  .latest-intel-card__summary {
    font-size: var(--text-sm);
  }

  .latest-intel-card__summary {
    line-height: 1.65;
  }

  .latest-intel-card__footer {
    margin-top: 12px;
    padding-top: 10px;
  }

  .latest-intel-card__detail-link {
    font-size: 12px;
  }

  .latest-intel-card__tags {
    gap: 8px;
    margin-top: 10px;
  }

  .latest-intel-card__tag {
    font-size: 11px;
  }

  .latest-intel-card__stamp {
    top: 14px;
    right: 14px;
    width: 54px;
    height: 54px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .latest-intel-card__stamp::before {
    inset: 5px;
  }

  .latest-intel-club {
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 0;
    padding: 14px;
  }

  .latest-intel-club__mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 20px;
  }

  .latest-intel-club__copy {
    flex: 1 1 calc(100% - 56px);
    gap: 8px;
  }

  .latest-intel-club__copy strong {
    font-size: 16px;
  }

  .latest-intel-club__status {
    min-height: 24px;
    padding: 0 8px;
    font-size: 11px;
  }

  .latest-intel-club__details {
    align-items: flex-start;
    gap: 6px 12px;
  }

  .latest-intel-club__detail {
    flex-wrap: wrap;
    gap: 2px 4px;
    font-size: 13px;
  }

  .latest-intel-club__detail strong {
    font-size: 13px;
  }

  .latest-intel-club__score {
    margin-left: 56px;
    justify-items: start;
    min-width: 0;
    text-align: left;
  }

  .latest-intel-club__score strong {
    font-size: 22px;
  }

  .home-feed-list--risk-cases {
    --risk-axis-center: 20px;
    --risk-axis-width: 2px;
    --risk-axis-half-width: 1px;
    --risk-list-indent: 46px;
    --risk-list-indent-negative: -46px;
    --risk-node-size: 30px;
    --risk-node-half-size: 15px;
    --risk-node-top: 0px;
    --risk-node-center: 15px;
    --risk-connector-end: -31px;
    gap: 16px;
    padding-left: var(--risk-list-indent);
  }

  .risk-case-rail {
    left: calc(var(--risk-list-indent-negative) + var(--risk-axis-center) - var(--risk-node-half-size));
    width: var(--risk-node-size);
  }

  .risk-case-icon {
    width: var(--risk-node-size);
    height: var(--risk-node-size);
    font-size: 17px;
  }

  .risk-case-paper {
    min-height: 0;
    padding: 14px;
    border-left-width: 5px;
    border-radius: 7px;
  }

  .risk-case-stamp {
    top: 12px;
    right: 10px;
    width: 46px;
    height: 46px;
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .risk-case-stamp::before {
    inset: 5px;
  }

  .risk-case-title {
    margin-right: 54px;
    font-size: 16px;
  }

  .risk-case-title__tag {
    min-height: 22px;
    font-size: 16px;
    box-shadow: inset 0 -8px 0 rgba(254, 202, 202, 0.78);
  }

  .risk-case-summary {
    margin-right: 0;
    font-size: 13px;
    line-height: 1.58;
  }

  .risk-case-club {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 8px;
  }

  .risk-case-club__mark {
    width: 32px;
    height: 32px;
  }

  .risk-case-club__badge {
    margin-left: 0;
  }

  .risk-case-reporter {
    flex-wrap: wrap;
  }

  .risk-case-reporter__action {
    margin-left: 0;
  }

  .home-feed-card__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-feed-card__title {
    font-size: var(--text-base);
  }

  .home-feed-card__summary {
    font-size: var(--text-sm);
    line-height: 1.62;
  }

  .home-feed-card__target {
    padding: 10px;
  }

  .home-feed-card__proof {
    width: 58px;
    height: 58px;
    font-size: 11px;
  }

  .hero-banner__dots {
    left: auto;
    right: 18px;
    bottom: 20px;
    gap: 10px;
  }

  .hero-banner__dot {
    width: 28px;
    height: 5px;
  }

  .quick-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quick-card {
    min-height: 88px;
    padding: 18px;
    border-radius: 18px;
  }

  .quick-icon {
    width: 50px;
    height: 50px;
    font-size: var(--text-xl);
  }

  .quick-copy strong {
    font-size: var(--text-base);
  }

  .quick-copy span {
    font-size: var(--text-sm);
  }

  .club-pick-card {
    padding: 16px;
    border-radius: 16px;
  }

  .club-pick-card__foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .club-data {
    gap: 16px;
  }

  .club-actions {
    width: 100%;
    flex-direction: row;
  }

  .club-actions .nx-btn {
    flex: 1 1 0;
  }
}
