.igrc-trophies {
  --igrc-t-bg: #0b1020;
  --igrc-t-panel: #131a2d;
  --igrc-t-panel-hover: #19223a;
  --igrc-t-text: #f7f8fc;
  --igrc-t-muted: #9da8c2;
  --igrc-t-line: rgba(255, 255, 255, 0.1);
  --igrc-t-accent: #7c5cff;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(16px, 4vw, 34px);
  border-radius: 24px;
  color: var(--igrc-t-text);
  background: var(--igrc-t-bg);
  font-family: inherit;
}

.igrc-trophies *,
.igrc-trophies *::before,
.igrc-trophies *::after { box-sizing: inherit; }
.igrc-trophies [hidden] { display: none !important; }
.igrc-trophies .screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.igrc-trophies--full { width: 100vw; width: 100dvw; max-width: 100vw; max-width: 100dvw; margin-right: calc(50% - 50vw); margin-right: calc(50% - 50dvw); margin-left: calc(50% - 50vw); margin-left: calc(50% - 50dvw); border-radius: 0; }

.igrc-trophies__hero { display: flex; align-items: center; gap: clamp(16px, 4vw, 28px); padding: clamp(18px, 4vw, 30px); border: 1px solid var(--igrc-t-line); border-radius: 20px; background: radial-gradient(circle at 90% -30%, rgba(24, 200, 255, 0.22), transparent 44%), radial-gradient(circle at 0 130%, rgba(124, 92, 255, 0.3), transparent 46%), var(--igrc-t-panel); }
.igrc-trophies__cover { width: 92px; height: 122px; flex: 0 0 auto; border-radius: 12px; object-fit: cover; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3); }
.igrc-trophies__eyebrow { margin: 0 0 7px; color: #9f8cff; font-size: 11px; font-weight: 850; letter-spacing: 0.15em; line-height: 1.2; text-transform: uppercase; }
.igrc-trophies__hero h2 { margin: 0; color: inherit; font: inherit; font-size: clamp(24px, 5vw, 38px); font-weight: 850; letter-spacing: -0.035em; line-height: 1.05; }
.igrc-trophies__meta { margin: 9px 0 0; color: var(--igrc-t-muted); font-size: 13px; }

.igrc-trophies__toolbar { margin: 22px 0 14px; padding: 16px; border: 1px solid var(--igrc-t-line); border-radius: 16px; background: rgba(255, 255, 255, 0.035); }
.igrc-trophies__search { display: block; }
.igrc-trophies__search input[type="search"] { width: 100%; min-height: 48px; padding: 0 15px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px; outline: 0; color: var(--igrc-t-text); background: rgba(255, 255, 255, 0.07); box-shadow: none; font: inherit; font-size: 15px; }
.igrc-trophies__search input[type="search"]:focus { border-color: #18c8ff; box-shadow: 0 0 0 3px rgba(24, 200, 255, 0.15); }
.igrc-trophies__search input[type="search"]::placeholder { color: var(--igrc-t-muted); opacity: 1; }
.igrc-trophies__filters { display: flex; gap: 8px; margin-top: 13px; overflow-x: auto; padding-bottom: 1px; }
.igrc-trophy-filter { min-height: 36px; flex: 0 0 auto; padding: 0 13px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 999px; color: var(--igrc-t-text); background: rgba(255, 255, 255, 0.05); font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.igrc-trophy-filter span { margin-left: 3px; color: var(--igrc-t-muted); font-size: 10px; }
.igrc-trophy-filter.is-active { border-color: transparent; background: linear-gradient(135deg, var(--igrc-t-accent), #5d7cff); box-shadow: 0 8px 24px rgba(92, 91, 255, 0.25); }
.igrc-trophy-filter.is-active span { color: #fff; }

.igrc-trophies__list { display: grid; gap: 10px; }
.igrc-trophy { display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; align-items: center; gap: clamp(13px, 3vw, 21px); min-height: 96px; padding: 12px clamp(14px, 3vw, 20px) 12px 12px; border: 1px solid var(--igrc-t-line); border-radius: 15px; background: var(--igrc-t-panel); transition: transform 160ms ease, border-color 160ms ease, background 160ms ease; }
.igrc-trophy:hover { border-color: rgba(124, 92, 255, 0.4); background: var(--igrc-t-panel-hover); transform: translateY(-1px); }
.igrc-trophy__icon { display: grid; place-items: center; width: 70px; height: 70px; overflow: hidden; border: 1px solid var(--igrc-t-line); border-radius: 14px; color: #fff; background: linear-gradient(145deg, rgba(124, 92, 255, 0.25), rgba(24, 200, 255, 0.07)); font-weight: 900; }
.igrc-trophy__icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.igrc-trophy--platinum .igrc-trophy__icon { border-color: rgba(139, 226, 255, 0.55); color: #c8f4ff; }
.igrc-trophy--gold .igrc-trophy__icon { border-color: rgba(255, 207, 75, 0.55); color: #ffd75e; }
.igrc-trophy--silver .igrc-trophy__icon { border-color: rgba(210, 220, 237, 0.5); color: #dbe4f2; }
.igrc-trophy--bronze .igrc-trophy__icon { border-color: rgba(205, 135, 79, 0.55); color: #db995f; }
.igrc-trophy__content { min-width: 0; }
.igrc-trophy__name { margin: 0; color: var(--igrc-t-text); font-size: clamp(16px, 2.5vw, 19px); font-weight: 800; line-height: 1.2; overflow-wrap: anywhere; }
.igrc-trophy__description { margin: 5px 0 0; color: var(--igrc-t-muted); font-size: 13px; line-height: 1.45; }
.igrc-trophy__reveal { margin-top: 8px; padding: 0; border: 0; color: #b9adff; background: transparent; font: inherit; font-size: 12px; font-weight: 750; text-decoration: underline; cursor: pointer; }
.igrc-trophy__guide { margin-top: 13px; padding-top: 11px; border-top: 1px solid var(--igrc-t-line); }
.igrc-trophy__guide summary { width: fit-content; color: #b9adff; font-size: 13px; font-weight: 800; cursor: pointer; }
.igrc-trophy__guide summary:hover, .igrc-trophy__guide summary:focus-visible { color: #d1caff; }
.igrc-trophy__guide-content { margin-top: 12px; padding: clamp(13px, 3vw, 20px); border: 1px solid var(--igrc-t-line); border-radius: 12px; color: #dce2f1; background: rgba(5, 9, 20, 0.42); font-size: 14px; line-height: 1.65; }
.igrc-trophy__guide-content > :first-child { margin-top: 0; }
.igrc-trophy__guide-content > :last-child { margin-bottom: 0; }
.igrc-trophy__guide-content h2, .igrc-trophy__guide-content h3, .igrc-trophy__guide-content h4 { color: var(--igrc-t-text); font-family: inherit; }
.igrc-trophy__guide-content a { color: #9edfff; }
.igrc-trophy__guide-content img, .igrc-trophy__guide-content iframe, .igrc-trophy__guide-content video { max-width: 100%; height: auto; }
.igrc-trophy__guide-content .wp-block-embed__wrapper { max-width: 100%; overflow: hidden; }
.igrc-trophy__stats { display: grid; gap: 5px; min-width: 58px; color: var(--igrc-t-muted); font-size: 11px; font-weight: 750; text-align: right; }
.igrc-trophy__grade { color: var(--igrc-t-text); font-size: 12px; text-transform: uppercase; }
.igrc-trophies__empty { margin: 0; padding: 28px; border: 1px dashed var(--igrc-t-line); border-radius: 14px; color: var(--igrc-t-muted); text-align: center; }
.igrc-trophies__credit { margin-top: 24px; color: var(--igrc-t-muted); font-size: 11px; text-align: right; }
.igrc-trophies__credit a { color: inherit; }

@media (max-width: 580px) {
  .igrc-trophies { padding: 12px; border-radius: 16px; }
  .igrc-trophies__hero { align-items: flex-start; padding: 16px; }
  .igrc-trophies__cover { width: 64px; height: 88px; }
  .igrc-trophy { grid-template-columns: 52px minmax(0, 1fr); min-height: 78px; padding: 10px; }
  .igrc-trophy__icon { width: 52px; height: 52px; border-radius: 11px; }
  .igrc-trophy__stats { grid-column: 2; display: flex; min-width: 0; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .igrc-trophies * { transition-duration: 0.01ms !important; }
}
