.trophy-v2-shell {
  --tv-navy: #061f46;
  --tv-blue: #0849a6;
  --tv-cyan: #20c8d5;
  --tv-muted: #5a6c84;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
  color: var(--tv-navy);
}

.trophy-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  border-radius: 34px;
  padding: clamp(28px, 5vw, 54px);
  color: #fff;
  background: radial-gradient(circle at 90% 0%, rgba(111, 240, 221, .32), transparent 30%), linear-gradient(135deg, #061d42 0%, #073b88 62%, #087987 100%);
  box-shadow: 0 24px 65px rgba(6, 31, 70, .2);
}

.trophy-v2-kicker,
.trophy-v2-project header span,
.trophy-v2-card span {
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.trophy-v2-kicker {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, .11);
}

.trophy-v2-hero h1 {
  max-width: 760px;
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.trophy-v2-hero p {
  max-width: 700px;
  margin: 0;
  color: #e7f4ff;
  line-height: 1.65;
}

.trophy-v2-hero-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 28px;
  padding: 18px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(14px);
}

.trophy-v2-hero-card article {
  min-width: 0;
  border-radius: 20px;
  padding: 15px 10px;
  text-align: center;
  background: rgba(255, 255, 255, .1);
}

.trophy-v2-hero-card strong,
.trophy-v2-hero-card small { display: block; }
.trophy-v2-hero-card strong { color: #fff; font-size: 2rem; }
.trophy-v2-hero-card small { margin-top: 5px; color: #dcefff; }

.trophy-v2-trust {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 18px 0 28px;
  border: 1px solid rgba(8, 73, 166, .13);
  border-radius: 22px;
  padding: 18px 20px;
  background: #f5f9ff;
}

.trophy-v2-trust strong { color: var(--tv-blue); }
.trophy-v2-trust p { margin: 0; color: var(--tv-muted); line-height: 1.5; }
.trophy-v2-trust a { color: var(--tv-blue); font-weight: 900; text-decoration: none; }

.trophy-v2-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 10px;
  scrollbar-width: thin;
}

.trophy-v2-filters button {
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid rgba(8, 73, 166, .17);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--tv-blue);
  background: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.trophy-v2-filters button.is-active { color: #fff; background: var(--tv-blue); }

.trophy-v2-project {
  margin-top: 20px;
  border: 1px solid rgba(7, 36, 79, .11);
  border-radius: 28px;
  padding: clamp(20px, 3vw, 30px);
  background: #fff;
  box-shadow: 0 14px 34px rgba(5, 34, 74, .06);
}

.trophy-v2-project[hidden] { display: none; }
.trophy-v2-project header { display: grid; grid-template-columns: 68px minmax(0, 1fr) auto; gap: 16px; align-items: center; }
.trophy-v2-project header img { width: 68px; height: 68px; border-radius: 19px; object-fit: contain; padding: 7px; background: #f3f7fb; }
.trophy-v2-project header span { color: var(--tv-blue); }
.trophy-v2-project header h2 { margin: 3px 0 1px; color: var(--tv-navy); font-size: clamp(1.35rem, 3vw, 2rem); }
.trophy-v2-project header p { margin: 0; color: var(--tv-muted); }
.trophy-v2-project header > strong { color: var(--tv-blue); font-size: 1.3rem; }

.trophy-v2-progress { height: 10px; overflow: hidden; margin: 18px 0; border-radius: 999px; background: #e9f0f7; }
.trophy-v2-progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--tv-blue), var(--tv-cyan)); }

.trophy-v2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.trophy-v2-card { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 13px; align-items: start; min-width: 0; border: 1px solid rgba(7, 36, 79, .09); border-radius: 20px; padding: 15px; background: #f9fbfe; }
.trophy-v2-card img { width: 62px; height: 62px; object-fit: contain; }
.trophy-v2-card span { color: var(--tv-blue); }
.trophy-v2-card h3 { margin: 4px 0; color: var(--tv-navy); font-size: 1rem; line-height: 1.25; }
.trophy-v2-card p { margin: 0; color: var(--tv-muted); font-size: .88rem; line-height: 1.45; }
.trophy-v2-card.is-locked { filter: saturate(.55); background: #f4f6f8; }
.trophy-v2-card.is-locked img { opacity: .62; }
.trophy-v2-card.is-unlocked { border-color: rgba(17, 153, 126, .25); background: #f2fffb; }
.trophy-v2-card.is-unlocked span { color: #08745e; }

.trophy-v2-project > a {
  display: inline-flex;
  margin-top: 18px;
  border-radius: 999px;
  padding: 11px 17px;
  color: #fff;
  background: var(--tv-blue);
  font-weight: 950;
  text-decoration: none;
}

.trophy-v2-secret { margin-top: 34px; border-radius: 28px; padding: clamp(22px, 4vw, 34px); color: #fff; background: linear-gradient(135deg, #101a36, #34225f); }
.trophy-v2-secret h2 { margin: 6px 0 8px; color: #fff; }
.trophy-v2-secret > p { color: #e2def4; }
.trophy-v2-secret .trophy-v2-grid { grid-template-columns: repeat(2, 1fr); margin-top: 18px; }
.trophy-v2-secret .trophy-v2-card { border-color: rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .08); }
.trophy-v2-secret .trophy-v2-card h3 { color: #fff; }
.trophy-v2-secret .trophy-v2-card p { color: #e2def4; }

.trophy-v2-footnote { margin: 26px 0 0; color: var(--tv-muted); line-height: 1.6; text-align: center; }

@media (max-width: 900px) {
  .trophy-v2-hero { grid-template-columns: 1fr; }
  .trophy-v2-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .trophy-v2-shell { width: min(100% - 20px, 1180px); padding-top: 14px; }
  .trophy-v2-hero { border-radius: 26px; padding: 24px 20px; }
  .trophy-v2-hero h1 { font-size: clamp(2.3rem, 13vw, 4rem); }
  .trophy-v2-hero-card { grid-template-columns: 1fr; }
  .trophy-v2-hero-card article { display: grid; grid-template-columns: 1fr auto; align-items: center; text-align: left; }
  .trophy-v2-hero-card small { grid-row: 1; }
  .trophy-v2-hero-card strong { grid-column: 2; grid-row: 1; }
  .trophy-v2-trust { grid-template-columns: 1fr; gap: 7px; }
  .trophy-v2-project header { grid-template-columns: 54px minmax(0, 1fr); }
  .trophy-v2-project header img { width: 54px; height: 54px; }
  .trophy-v2-project header > strong { grid-column: 2; }
  .trophy-v2-grid,
  .trophy-v2-secret .trophy-v2-grid { grid-template-columns: 1fr; }
  .trophy-v2-card { grid-template-columns: 54px minmax(0, 1fr); padding: 13px; }
  .trophy-v2-card img { width: 54px; height: 54px; }
}

html[data-nb-theme="dark"] .trophy-v2-project,
html[data-nb-theme="dark"] .trophy-v2-trust,
html[data-nb-theme="dark"] .trophy-v2-card { border-color: rgba(166, 204, 255, .15); color: #edf6ff; background: #0c2039; }
html[data-nb-theme="dark"] .trophy-v2-project header h2,
html[data-nb-theme="dark"] .trophy-v2-card h3 { color: #f2f7ff; }
html[data-nb-theme="dark"] .trophy-v2-card p,
html[data-nb-theme="dark"] .trophy-v2-project header p,
html[data-nb-theme="dark"] .trophy-v2-trust p { color: #b8c8da; }

@media (prefers-reduced-motion: reduce) {
  .trophy-v2-filters { scroll-behavior: auto; }
}
