*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: radial-gradient(1200px 800px at 20% -10%, rgba(90, 150, 255, 0.08), transparent 60%), radial-gradient(900px 700px at 100% 0%, rgba(255, 140, 66, 0.06), transparent 65%), #07070d;
  background-attachment: fixed;
  color: #e8eaf0;
  min-height: 100vh;
  line-height: 1.55;
  font-size: 15.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --vault-accent: #5a96ff;
  --vault-accent-2: #7ab4ff;
  --vault-accent-dim: rgba(90, 150, 255, 0.18);
  --vault-accent-glow: rgba(90, 150, 255, 0.26);
}
body[data-game=gmod] {
  --vault-accent: #ff8c42;
  --vault-accent-2: #ffb27a;
  --vault-accent-dim: rgba(255, 140, 66, 0.18);
  --vault-accent-glow: rgba(255, 140, 66, 0.28);
}
body[data-game=minecraft] {
  --vault-accent: #5ad67a;
  --vault-accent-2: #82e29e;
  --vault-accent-dim: rgba(90, 214, 122, 0.18);
  --vault-accent-glow: rgba(90, 214, 122, 0.28);
}

a {
  color: var(--vault-accent);
  text-decoration: none;
  transition: color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
  color: var(--vault-accent-2);
}

img {
  max-width: 100%;
  display: block;
}

h1, h2, h3, h4 {
  margin: 0 0 0.5em;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #e8eaf0;
}

h1 {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
}

h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1em;
}

code, pre {
  font-family: ui-monospace, "JetBrains Mono", "Fira Code", Consolas, monospace;
  font-size: 0.9em;
}

::selection {
  background: var(--vault-accent-dim);
  color: #e8eaf0;
}

.vault-prose {
  color: #e8eaf0;
  line-height: 1.7;
}
.vault-prose a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.vault-prose h2, .vault-prose h3, .vault-prose h4 {
  margin-top: 1.6em;
}
.vault-prose blockquote {
  margin: 1em 0;
  padding: 0.6em 1em;
  border-left: 3px solid var(--vault-accent);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  color: #9aa6bd;
}
.vault-prose code {
  background: #12131f;
  padding: 0.1em 0.35em;
  border-radius: 6px;
}
.vault-prose pre code {
  background: transparent;
  padding: 0;
}
.vault-prose pre {
  background: #12131f;
  padding: 1em;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow-x: auto;
}
.vault-prose ul, .vault-prose ol {
  padding-left: 1.4em;
}

@keyframes vault-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes vault-glow-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 var(--vault-accent-glow);
  }
  50% {
    box-shadow: 0 0 24px 4px var(--vault-accent-glow);
  }
}
.vault-animate-in {
  animation: vault-fade-up 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.vault-card-glow:hover {
  animation: vault-glow-pulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.vault-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.vault-page {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.vault-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px) saturate(140%);
  background: rgba(7, 7, 13, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.vault-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.vault-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  font-size: 1.1rem;
  color: #e8eaf0;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.vault-header__brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--vault-accent), var(--vault-accent-2));
  color: #07070d;
  box-shadow: 0 6px 20px var(--vault-accent-glow);
}
.vault-header__nav {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
  flex-wrap: wrap;
}

.vault-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  border-radius: 14px;
  color: #9aa6bd;
  font-weight: 600;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.vault-nav__link i {
  font-size: 0.9rem;
}
.vault-nav__link:hover {
  background: #12131f;
  color: #e8eaf0;
}
.vault-nav__link.is-active {
  background: var(--vault-accent-dim);
  color: #e8eaf0;
}

.vault-nav__user {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.9rem 0.45rem 0.45rem;
  border-radius: 999px;
  background: #12131f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #e8eaf0;
}
.vault-nav__user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vault-accent), var(--vault-accent-2));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #07070d;
  font-size: 0.85rem;
}

.vault-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin-top: 4rem;
  padding: 2.4rem 1.5rem;
  color: #5d6a85;
  font-size: 0.92rem;
}
.vault-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}
.vault-footer__legal {
  display: inline-flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.vault-footer__legal a {
  color: #9aa6bd;
}
.vault-footer__legal a:hover {
  color: #e8eaf0;
}

.vault-section {
  margin: 2.5rem 0;
}
.vault-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.vault-section__title {
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -0.01em;
}
.vault-section__more {
  color: #9aa6bd;
  font-size: 0.92rem;
}
.vault-section__more:hover {
  color: #e8eaf0;
}

.vault-card {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 1.25rem;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.vault-card-hover:hover {
  border-color: rgba(90, 150, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px var(--vault-accent-glow);
}

.vault-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #12131f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #9aa6bd;
  font-size: 0.78rem;
  font-weight: 600;
}
.vault-badge--accent {
  background: var(--vault-accent-dim);
  border-color: transparent;
  color: #e8eaf0;
}
.vault-badge--success {
  background: rgba(74, 222, 128, 0.12);
  color: #4ade80;
  border-color: transparent;
}
.vault-badge--warn {
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
  border-color: transparent;
}
.vault-badge--danger {
  background: rgba(248, 113, 113, 0.12);
  color: #f87171;
  border-color: transparent;
}

.vault-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #12131f;
  color: #e8eaf0;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  font-family: inherit;
}
.vault-btn:hover {
  background: #181a28;
  border-color: rgba(90, 150, 255, 0.45);
  color: #e8eaf0;
}
.vault-btn--primary {
  background: linear-gradient(135deg, var(--vault-accent), var(--vault-accent-2));
  border: 0;
  color: #07070d;
  box-shadow: 0 10px 30px var(--vault-accent-glow);
}
.vault-btn--primary:hover {
  transform: translateY(-1px);
  color: #07070d;
}
.vault-btn--ghost {
  background: transparent;
}
.vault-btn--danger {
  background: rgba(248, 113, 113, 0.12);
  color: #f87171;
  border-color: transparent;
}
.vault-btn--danger:hover {
  background: rgba(248, 113, 113, 0.2);
  color: #f87171;
}
.vault-btn--block {
  width: 100%;
}
.vault-btn--sm {
  padding: 0.45rem 0.8rem;
  font-size: 0.85rem;
}

.vault-grid {
  display: grid;
  gap: 1.2rem;
}
.vault-grid--cards {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.vault-grid--team {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

@media (max-width: 680px) {
  .vault-header__inner {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .vault-nav__user span:not(.vault-nav__user-avatar) {
    display: none;
  }
}
.vault-flash {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem 0;
}
.vault-flash__item {
  padding: 0.75rem 1rem;
  border-radius: 14px;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.vault-flash__item--success {
  background: rgba(74, 222, 128, 0.12);
  color: #4ade80;
  border-color: transparent;
}
.vault-flash__item--error {
  background: rgba(248, 113, 113, 0.12);
  color: #f87171;
  border-color: transparent;
}
.vault-flash__item--warning {
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
  border-color: transparent;
}
.vault-flash__item--info {
  background: var(--vault-accent-dim);
  color: #e8eaf0;
  border-color: transparent;
}

.game-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #12131f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}
.game-switcher__option {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  color: #9aa6bd;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  font-family: inherit;
}
.game-switcher__option i {
  font-size: 0.85rem;
}
.game-switcher__option:hover {
  color: #e8eaf0;
}
.game-switcher__option.is-active {
  color: #07070d;
  background: linear-gradient(135deg, var(--vault-accent), var(--vault-accent-2));
  box-shadow: 0 6px 18px var(--vault-accent-glow);
}

@media (max-width: 680px) {
  .game-switcher__option {
    padding: 0.4rem 0.75rem;
    font-size: 0.8rem;
  }
}
.home-hero {
  position: relative;
  margin-top: 1.5rem;
  padding: 3rem 2rem;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(60% 80% at 100% 0%, var(--vault-accent-glow), transparent 70%), linear-gradient(135deg, #0e0f1a, #12131f);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.home-hero__eyebrow {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #9aa6bd;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.home-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #e8eaf0, var(--vault-accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.home-hero__sub {
  color: #9aa6bd;
  max-width: 620px;
  font-size: 1.05rem;
  margin-bottom: 1.4rem;
}
.home-hero__cta {
  display: inline-flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.home-section {
  margin: 2.5rem 0;
}

.team-group {
  margin-top: 2.4rem;
}
.team-group__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.1rem;
  font-size: 1.15rem;
}
.team-group__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.07), transparent);
}

.team-card {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 1.4rem 1.2rem;
  text-align: center;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: #e8eaf0;
  display: block;
}
.team-card:hover {
  transform: translateY(-3px);
  border-color: rgba(90, 150, 255, 0.45);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4), 0 0 0 1px var(--vault-accent-glow);
  color: #e8eaf0;
}
.team-card__avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 0.85rem;
  background: linear-gradient(135deg, var(--vault-accent), var(--vault-accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  color: #07070d;
  box-shadow: 0 8px 24px var(--vault-accent-glow);
}
.team-card__name {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.team-card__role {
  font-size: 0.78rem;
  color: #5d6a85;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.team-card__bio {
  margin-top: 0.7rem;
  font-size: 0.85rem;
  color: #9aa6bd;
}

.team-empty {
  text-align: center;
  padding: 2rem;
  color: #5d6a85;
  background: #0e0f1a;
  border: 1px dashed rgba(255, 255, 255, 0.07);
  border-radius: 24px;
}

.resource-card {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #e8eaf0;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.resource-card:hover {
  transform: translateY(-3px);
  border-color: rgba(90, 150, 255, 0.45);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.36), 0 0 0 1px var(--vault-accent-glow);
}
.resource-card__media {
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #12131f, #181a28);
  overflow: hidden;
}
.resource-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-card__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #5d6a85;
}
.resource-card__game {
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
}
.resource-card__price {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  padding: 0.3rem 0.65rem;
  background: rgba(7, 7, 13, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  color: #e8eaf0;
}
.resource-card__body {
  padding: 1rem 1.1rem 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.resource-card__title {
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.3;
  color: #e8eaf0;
}
.resource-card__summary {
  color: #9aa6bd;
  font-size: 0.88rem;
  line-height: 1.5;
  flex: 1;
}
.resource-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
  color: #5d6a85;
  font-size: 0.8rem;
}

.resource-header {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  overflow: hidden;
  margin-top: 1rem;
}

.resource-banner {
  position: relative;
  aspect-ratio: 5/1;
  background: linear-gradient(135deg, #12131f, #181a28);
  min-height: 160px;
}
.resource-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(7, 7, 13, 0.85));
}

.resource-head {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 1.2rem;
  padding: 1.4rem;
  align-items: center;
}
.resource-head__icon {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  background: #12131f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}
.resource-head__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resource-head__meta {
  min-width: 0;
}
.resource-head__title {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.2;
}
.resource-head__sub {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.45rem;
  color: #9aa6bd;
  font-size: 0.9rem;
}
.resource-head__cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.4rem;
  min-width: 220px;
}
.resource-head__price {
  font-size: 1.4rem;
  font-weight: 800;
  color: #e8eaf0;
  text-align: center;
}

.curator-verdict {
  margin-top: 1.4rem;
  border-radius: 24px;
  border: 1px solid var(--vault-accent-glow);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), var(--vault-accent-dim));
  padding: 1.2rem 1.4rem;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  position: relative;
}
.curator-verdict__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vault-accent), var(--vault-accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #07070d;
  font-size: 1.3rem;
}
.curator-verdict__head {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
}
.curator-verdict__label {
  font-weight: 700;
  color: #e8eaf0;
}
.curator-verdict__pin {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: var(--vault-accent-2);
}
.curator-verdict__stars {
  color: #fbbf24;
  letter-spacing: 0.1em;
}
.curator-verdict__body {
  color: #e8eaf0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.resource-tabs {
  margin-top: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: end;
}
.resource-tabs__btn {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #9aa6bd;
  padding: 0.85rem 1.1rem;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
}
.resource-tabs__btn:hover {
  color: #e8eaf0;
}
.resource-tabs__btn.is-active {
  color: #e8eaf0;
  border-bottom-color: var(--vault-accent);
}

.resource-tabpanel {
  display: none;
  padding-top: 1.5rem;
}

.resource-tabpanel.is-active {
  display: block;
}

.resource-gallery {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.resource-gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  cursor: zoom-in;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.resource-gallery img:hover {
  transform: scale(1.02);
}

.version-item {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 1rem 1.15rem;
  margin-bottom: 1rem;
}
.version-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
.version-item__version {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 700;
  font-size: 1.05rem;
}
.version-item__date {
  color: #5d6a85;
  font-size: 0.85rem;
}

.resource-authors {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}

.author-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #12131f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #e8eaf0;
  text-decoration: none;
  font-size: 0.9rem;
}
.author-chip:hover {
  border-color: rgba(90, 150, 255, 0.45);
  color: #e8eaf0;
}
.author-chip__avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vault-accent), var(--vault-accent-2));
  font-size: 0.7rem;
  font-weight: 700;
  color: #07070d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.author-chip__role {
  color: #5d6a85;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 960px) {
  .resource-head {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    text-align: left;
  }
  .resource-head__icon {
    margin-top: -3.5rem;
    width: 80px;
    height: 80px;
  }
  .resource-head__cta {
    width: 100%;
  }
  .curator-verdict {
    grid-template-columns: 1fr;
    text-align: left;
  }
}
.rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fbbf24;
  font-weight: 700;
}
.rating-summary__count {
  color: #5d6a85;
  font-weight: 500;
  font-size: 0.85rem;
}

.rating-stars {
  display: inline-flex;
  gap: 0.18rem;
  font-size: 1rem;
}
.rating-stars i {
  color: #5d6a85;
}
.rating-stars i.is-on {
  color: #fbbf24;
}

.rating-input {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #12131f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 0.6rem 0.9rem;
}
.rating-input__label {
  color: #9aa6bd;
  font-size: 0.9rem;
  margin-right: 0.35rem;
}
.rating-input__star {
  appearance: none;
  background: transparent;
  border: 0;
  font-size: 1.25rem;
  color: #5d6a85;
  cursor: pointer;
  padding: 0;
  transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
}
.rating-input__star:hover {
  transform: scale(1.15);
}
.rating-input__star.is-active {
  color: #fbbf24;
}
.rating-input__reset {
  margin-left: 0.4rem;
  background: transparent;
  border: 0;
  color: #5d6a85;
  cursor: pointer;
  font-size: 0.8rem;
}
.rating-input__reset:hover {
  color: #f87171;
}

.rating-locked {
  color: #5d6a85;
  font-size: 0.9rem;
}
.rating-locked a {
  color: var(--vault-accent);
}

.wizard {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 1.5rem;
  margin-top: 1rem;
}
.wizard__progress {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
  overflow-x: auto;
}
.wizard__step {
  flex: 1;
  min-width: 110px;
  padding: 0.6rem 0.8rem;
  border-radius: 14px;
  background: #12131f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #5d6a85;
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.wizard__step.is-active {
  background: linear-gradient(135deg, var(--vault-accent), var(--vault-accent-2));
  color: #07070d;
  border-color: transparent;
  box-shadow: 0 6px 18px var(--vault-accent-glow);
}
.wizard__step.is-done {
  color: #e8eaf0;
  background: var(--vault-accent-dim);
  border-color: transparent;
}
.wizard__step-num {
  display: block;
  font-size: 0.7rem;
  opacity: 0.8;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.wizard__title {
  margin: 0 0 0.35rem;
}
.wizard__sub {
  color: #9aa6bd;
  margin: 0 0 1.5rem;
}
.wizard__nav {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.form-row {
  margin-bottom: 1.1rem;
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #e8eaf0;
  font-size: 0.9rem;
}

.form-hint {
  font-size: 0.82rem;
  color: #5d6a85;
  margin-top: 0.35rem;
}

.form-input,
.form-textarea,
.form-select {
  display: block;
  width: 100%;
  padding: 0.7rem 0.9rem;
  border-radius: 14px;
  background: #12131f;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #e8eaf0;
  font: inherit;
  font-size: 0.95rem;
  transition: border-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--vault-accent);
  box-shadow: 0 0 0 3px var(--vault-accent-dim);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.form-check {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #e8eaf0;
  margin-right: 1.2rem;
  cursor: pointer;
}
.form-check input {
  accent-color: var(--vault-accent);
  width: 18px;
  height: 18px;
}

.form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.file-drop {
  display: block;
  padding: 1.4rem;
  border: 1px dashed rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background: #12131f;
  color: #9aa6bd;
  text-align: center;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.file-drop:hover {
  border-color: var(--vault-accent);
  color: #e8eaf0;
}
.file-drop input[type=file] {
  display: none;
}

.an-editor-wrapper .ql-toolbar {
  border-radius: 14px 14px 0 0;
  border-color: rgba(255, 255, 255, 0.07);
  background: #12131f;
}
.an-editor-wrapper .ql-container {
  border-radius: 0 0 14px 14px;
  border-color: rgba(255, 255, 255, 0.07);
  background: #12131f;
  min-height: 180px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #e8eaf0;
}
.an-editor-wrapper .ql-editor.ql-blank::before {
  color: #5d6a85;
}

.comment-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.comment-item {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 1rem 1.15rem;
}
.comment-item__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.4rem;
}
.comment-item__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vault-accent), var(--vault-accent-2));
  color: #07070d;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
.comment-item__author {
  font-weight: 700;
  color: #e8eaf0;
}
.comment-item__date {
  color: #5d6a85;
  font-size: 0.82rem;
  margin-left: auto;
}
.comment-item__body {
  color: #e8eaf0;
  line-height: 1.55;
  white-space: pre-wrap;
}
.comment-item.is-hidden {
  opacity: 0.6;
  border-style: dashed;
}

.comment-form {
  margin-top: 1.4rem;
}
.comment-form textarea {
  min-height: 110px;
}
.comment-form__submit {
  margin-top: 0.7rem;
}

.comment-empty {
  color: #5d6a85;
  padding: 1.2rem;
  text-align: center;
  background: #0e0f1a;
  border: 1px dashed rgba(255, 255, 255, 0.07);
  border-radius: 14px;
}

.support-intro {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 1.2rem 1.4rem;
  margin-top: 1rem;
}
.support-intro__title {
  margin-bottom: 0.35rem;
}
.support-intro p {
  color: #9aa6bd;
  margin: 0 0 0.8rem;
}

.ticket-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.ticket-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  text-decoration: none;
  color: #e8eaf0;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.ticket-item:hover {
  border-color: rgba(90, 150, 255, 0.45);
  color: #e8eaf0;
}
.ticket-item__subject {
  font-weight: 600;
  flex: 1;
}
.ticket-item__meta {
  color: #5d6a85;
  font-size: 0.82rem;
}

.ticket-thread {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.ticket-msg {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 1rem 1.15rem;
}
.ticket-msg--mine {
  background: var(--vault-accent-dim);
  border-color: transparent;
}
.ticket-msg--staff {
  background: rgba(248, 113, 113, 0.06);
  border-color: rgba(248, 113, 113, 0.2);
}
.ticket-msg__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
  font-size: 0.85rem;
}
.ticket-msg__author {
  font-weight: 700;
  color: #e8eaf0;
}
.ticket-msg__date {
  color: #5d6a85;
  margin-left: auto;
}
.ticket-msg__body {
  color: #e8eaf0;
  line-height: 1.55;
  white-space: pre-wrap;
}

.wiki-shell {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 240px 1fr;
  margin-top: 1.5rem;
}
@media (max-width: 960px) {
  .wiki-shell {
    grid-template-columns: 1fr;
  }
}

.wiki-nav {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 1rem;
}
.wiki-nav__title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5d6a85;
  margin-bottom: 0.6rem;
}
.wiki-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.wiki-nav a {
  display: block;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  color: #9aa6bd;
  font-size: 0.9rem;
}
.wiki-nav a:hover {
  background: #12131f;
  color: #e8eaf0;
}
.wiki-nav a.is-active {
  background: var(--vault-accent-dim);
  color: #e8eaf0;
}

.wiki-page {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 1.4rem 1.6rem;
}
.wiki-page__title {
  margin-top: 0;
}
.wiki-page__edit {
  float: right;
}

body.vault-admin {
  background: #07070d;
}

.vault-admin {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: calc(100vh - 60px);
}
@media (max-width: 960px) {
  .vault-admin {
    grid-template-columns: 1fr;
  }
}
.vault-admin__sidebar {
  background: #0e0f1a;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding: 1.5rem 1rem;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}
@media (max-width: 960px) {
  .vault-admin__sidebar {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
}
.vault-admin__brand {
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #e8eaf0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.vault-admin__nav {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.vault-admin__link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.85rem;
  border-radius: 14px;
  color: #9aa6bd;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.vault-admin__link:hover {
  background: #12131f;
  color: #e8eaf0;
}
.vault-admin__link.is-active {
  background: var(--vault-accent-dim);
  color: #e8eaf0;
}
.vault-admin__main {
  padding: 2rem 2rem 3rem;
  max-width: 1100px;
}
.vault-admin__title {
  margin: 0 0 0.35rem;
}
.vault-admin__sub {
  color: #9aa6bd;
  margin: 0 0 1.5rem;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  overflow: hidden;
}
.admin-table th, .admin-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.admin-table th {
  background: #12131f;
  color: #9aa6bd;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.admin-table tr:last-child td {
  border-bottom: 0;
}

.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.admin-stat {
  background: #0e0f1a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 1.1rem;
}
.admin-stat__value {
  font-size: 1.8rem;
  font-weight: 800;
  color: #e8eaf0;
}
.admin-stat__label {
  color: #5d6a85;
  font-size: 0.85rem;
  margin-top: 0.2rem;
}

/*# sourceMappingURL=vault.css.map */
