/* ============================================================
   PRISM — Components (Hero, Cases, Cards, Inventory)
   Professional minimal design
   ============================================================ */

/* ---- Price Badge ---- */
.price-badge {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 2px 6px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
}
.price-badge--live {
  background: rgba(52, 211, 153, 0.15);
  color: var(--accent-green);
  border: 1px solid rgba(52, 211, 153, 0.25);
}
.price-badge--cached {
  background: rgba(251, 191, 36, 0.12);
  color: var(--accent-gold);
  border: 1px solid rgba(251, 191, 36, 0.2);
}
.price-badge--offline {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  border: 1px solid var(--glass-border);
}

/* ---- Logo shared (nav + footer) ---- */
.nav__logo {
  display: flex;
  align-items: center;
  gap: 9px;
}

.logo-icon {
  font-size: 1.1rem;
  color: var(--accent-purple);
}

.logo-prism {
  flex-shrink: 0;
  transition: filter var(--duration-normal) var(--ease-out);
}
.nav__logo:hover .logo-prism {
  filter: saturate(1.25) brightness(1.12) drop-shadow(0 0 6px rgba(0, 229, 255, 0.35));
}

.logo-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.32rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--prism-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .logo-text {
    color: var(--accent-cyan);
    -webkit-text-fill-color: var(--accent-cyan);
    background: none;
  }
}

/* ---- Pulse Dot ---- */
.pulse-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent-rose);
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
}

/* ---- Balance Icon ---- */
.balance-icon {
  font-size: 0.75rem;
  opacity: 0.7;
}

/* ============================================================
   HERO — Clean centered text, no blobs or prisms
   ============================================================ */
.hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(var(--content-top) + 16px);
  padding-bottom: 40px;
  overflow: hidden;
}

/* Spotlight prismático único — fonte de cor ambiente do hero (blur = anti-banding) */
.hero::before {
  content: '';
  position: absolute;
  top: 4%;
  left: 50%;
  width: 760px;
  max-width: 130%;
  height: 380px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center,
    rgba(0, 229, 255, 0.12),
    rgba(168, 85, 247, 0.08) 45%,
    transparent 72%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.hero__bg {
  display: none;
}

.prism-glow,
.prism-glow--1,
.prism-glow--2,
.prism-glow--3 {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 720px;
  padding: 0 var(--container-pad);
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.5rem, 7vw, 5rem);
  letter-spacing: -1.5px;
  line-height: 1.08;
  text-transform: none;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.hero__title-line {
  display: block;
}

.hero__title-line--accent {
  background: var(--prism-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero__title-line--accent {
    color: var(--accent-cyan);
    -webkit-text-fill-color: var(--accent-cyan);
    background: none;
  }
}

.hero__subtitle {
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto 32px;
}

.hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}

.hero__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.stat {
  text-align: center;
}

.stat__value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  font-variant-numeric: tabular-nums;
  color: var(--accent-cyan);
  margin-bottom: 4px;
}

.stat__label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Decorative 3D prism — hidden */
.hero__prism,
.hero__prism-shape,
.hero__prism-face,
.hero__prism-face--1,
.hero__prism-face--2,
.hero__prism-face--3 {
  display: none;
}

/* ============================================================
   CASES SECTION
   ============================================================ */
.cases-section {
  position: relative;
  z-index: 1;
  padding: 40px var(--container-pad) 60px;
}

.cases-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-full);
  max-width: var(--container-max);
  margin: 0 auto 32px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 8px 20px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-muted);
  border-radius: var(--radius-full);
  transition: all var(--duration-normal) var(--ease-out);
  cursor: pointer;
  white-space: nowrap;
}

.filter-btn:hover {
  color: var(--text-secondary);
}

.filter-btn.active {
  background: var(--bg-elevated);
  color: var(--text-primary);
  box-shadow: var(--shadow-sm);
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  max-width: 1440px;
  margin: 0 auto;
}

/* ============================================================
   CASE CARD — Clean flat design
   ============================================================ */
.case-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  --glow-color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform var(--duration-normal) var(--ease-out),
              border-color var(--duration-normal) var(--ease-out),
              box-shadow var(--duration-normal) var(--ease-out);
  animation: fadeInUp var(--duration-slow) var(--ease-out) both;
}

.case-card::before {
  display: none;
}

/* Glow funcional por raridade (leitura de valor). Estático = scroll suave em 100 cards.
   Em repouso só covert/gold acendem; classified-pra-baixo só no hover. */
.case-card[data-rarity="covert"],
.case-card[data-rarity="gold"] {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06),
              0 0 0 1px color-mix(in srgb, var(--glow-color) 20%, transparent),
              0 4px 22px color-mix(in srgb, var(--glow-color) 16%, transparent);
}

.case-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--glow-color) 50%, var(--glass-border));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08),
              0 0 0 1.5px color-mix(in srgb, var(--glow-color) 50%, transparent),
              0 12px 40px color-mix(in srgb, var(--glow-color) 34%, transparent);
}

.case-card__image,
.case-card__img-wrap {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg-primary);
}

/* No diamond accent */
.case-card__img-wrap::before {
  display: none;
}

/* No weapon type watermark */
.case-card__img-wrap::after {
  display: none;
}

/* No glow blob */
.case-card__glow {
  display: none;
}

.case-card__img {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 100px;
  object-fit: contain;
  transition: transform var(--duration-normal) var(--ease-out);
}

.case-card:hover .case-card__img {
  transform: scale(1.04);
}

.case-card__info {
  padding: 14px 16px 18px;
  text-align: center;
  border-top: 1px solid var(--glass-border);
}

.case-card__name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-primary);
}

.case-card__best {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-card__price {
  display: inline-block;
  padding: 5px 14px;
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--accent-gold);
  font-variant-numeric: tabular-nums;
}

.case-card__tag {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 3;
}

.case-card__tag--hot {
  background: var(--accent-rose);
  color: #fff;
}

.case-card__tag--new {
  background: var(--accent-purple);
  color: #fff;
}

.case-card__rarity-bar {
  display: flex;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 12px;
}

.case-card__rarity-bar span {
  flex: 1;
  transition: opacity var(--duration-normal);
}

.rarity-seg--consumer   { background: var(--rarity-consumer); }
.rarity-seg--industrial { background: var(--rarity-industrial); }
.rarity-seg--milspec    { background: var(--rarity-milspec); }
.rarity-seg--restricted { background: var(--rarity-restricted); }
.rarity-seg--classified { background: var(--rarity-classified); }
.rarity-seg--covert     { background: var(--rarity-covert); }
.rarity-seg--gold       { background: var(--rarity-gold); }

/* ---- Case Item Rarity Tag ---- */
.case-item__rarity-tag {
  display: block;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 2px;
  opacity: 0.8;
}

/* ============================================================
   INVENTORY
   ============================================================ */

/* Inventory page summary bar */
.inventory-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 16px 24px;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  margin-bottom: 24px;
}

.inventory-summary__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.inventory-summary__label {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.inventory-summary__value {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-primary);
  font-variant-numeric: tabular-nums;
}

/* Inventory card (JS uses inv-card class) */
.inv-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 12px;
  text-align: center;
  transition: all var(--duration-normal) var(--ease-out);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inv-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.inv-card__rarity {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  border-radius: 0 0 var(--radius-full) var(--radius-full);
}

.inv-card__img {
  width: 100px;
  height: 75px;
  object-fit: contain;
  margin: 8px auto 10px;
}

.inv-card__info {
  width: 100%;
  margin-bottom: 10px;
}

.inv-card__name {
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  color: var(--text-primary);
}

.inv-card__wear {
  font-size: 0.68rem;
  color: var(--text-secondary);
  margin-bottom: 4px;
}

.inv-card__float {
  font-size: 0.62rem;
  color: var(--text-muted);
}

.inv-card__price {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
}

.inv-card__sell {
  width: 100%;
  margin-top: auto;
}
.inventory-section {
  position: relative;
  z-index: 1;
  padding: 60px var(--container-pad);
  max-width: calc(var(--container-max) + var(--container-pad) * 2);
  margin: 0 auto;
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
}

.inv-item {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  padding: 12px;
  text-align: center;
  transition: all var(--duration-normal) var(--ease-out);
}

.inv-item__rarity-line {
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  border-radius: 0 0 var(--radius-full) var(--radius-full);
}

.inv-item:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.inv-item--selectable {
  cursor: pointer;
}

.inv-item--selectable:hover {
  transform: translateY(-3px);
}

.inv-item--disabled {
  opacity: 0.4;
  pointer-events: none;
}

.inv-item--selected {
  border-color: var(--accent-cyan);
}

.inv-item__img {
  width: 80px;
  height: 60px;
  object-fit: contain;
  margin: 8px auto 10px;
}

.inv-item__name {
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.inv-item__wear {
  font-size: 0.62rem;
  color: var(--text-muted);
  margin-bottom: 2px;
}

.inv-item__value {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-gold);
}

/* ============================================================
   SHARED HELPERS
   ============================================================ */
.text-muted {
  color: var(--text-muted);
}

.prism-icon {
  color: var(--accent-purple);
  -webkit-text-fill-color: var(--accent-purple);
  background: none;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  text-align: center;
  color: var(--text-muted);
}

.empty-state__icon {
  font-size: 2.2rem;
  color: var(--text-muted);
  opacity: 0.5;
  margin-bottom: 12px;
  line-height: 1;
}

.empty-state__text {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 16px;
}

/* Section header flex variant */
.section-header--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 24px;
}

/* ---- Footer brand override (simple layout) ---- */
.footer__brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer__brand p {
  flex-basis: 100%;
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-top: 4px;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 24px;
}

.footer__links h4 {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.footer__links div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__links a {
  font-size: 0.85rem;
  color: var(--text-secondary);
  transition: color var(--duration-fast);
}

.footer__links a:hover {
  color: var(--text-primary);
}

/* ---- Nav avatar image fix ---- */
.nav__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--glass-border);
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color var(--duration-normal) var(--ease-out);
}

.nav__avatar:hover {
  border-color: var(--accent-purple);
}

.nav__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   AUTH MODAL + USER MENU
   ============================================================ */

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.auth-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.auth-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(12px);
}

.auth-modal__content {
  position: relative;
  z-index: 1;
  background: var(--bg-secondary);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  padding: 2.5rem 2rem;
  width: 100%;
  max-width: 400px;
  animation: authSlideIn 0.4s var(--ease-out) both;
}

@keyframes authSlideIn {
  from { opacity: 0; transform: translateY(24px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.auth-modal__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 0.25rem;
  background: linear-gradient(135deg, var(--accent-purple), var(--accent-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.auth-modal__subtitle {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}

/* ---- Auth Tabs ---- */
.auth-tabs {
  display: flex;
  gap: 0;
  background: var(--bg-primary);
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 1.5rem;
  border: 1px solid var(--glass-border);
}

.auth-tab {
  flex: 1;
  padding: 0.65rem 1rem;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.5px;
}
.auth-tab:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.03);
}
.auth-tab.active {
  background: rgba(139, 92, 246, 0.15);
  color: var(--accent-purple);
}

/* ---- Auth Form ---- */
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.auth-field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.35rem;
}

.auth-field input {
  width: 100%;
  padding: 0.7rem 0.9rem;
  background: var(--bg-primary);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.auth-field input:focus {
  border-color: var(--accent-purple);
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15);
}
.auth-field input::placeholder {
  color: var(--text-muted);
  opacity: 0.5;
}

.auth-error {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #f87171;
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-md);
  text-align: center;
}

.auth-submit {
  margin-top: 0.5rem;
  width: 100%;
  font-size: 0.95rem;
  padding: 0.75rem;
}

/* ---- Guest Button ---- */
.auth-guest {
  margin-top: 1.25rem;
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid var(--glass-border);
}
.auth-guest .btn {
  font-size: 0.78rem;
  color: var(--text-muted);
  border-color: var(--glass-border);
}
.auth-guest .btn:hover {
  color: var(--text-primary);
  border-color: var(--text-muted);
}

/* ---- User Menu Dropdown ---- */
.user-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--bg-secondary);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  padding: 1rem;
  min-width: 200px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  animation: menuFadeIn 0.2s var(--ease-out) both;
}

@keyframes menuFadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.user-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.user-menu__header strong {
  font-size: 0.9rem;
  color: var(--text-primary);
}

.user-menu__role {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 2px 6px;
  border-radius: var(--radius-full);
  background: rgba(139, 92, 246, 0.15);
  color: var(--accent-purple);
}

.user-menu__balance {
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--glass-border);
}

.user-menu__logout {
  width: 100%;
  font-size: 0.78rem;
}

/* ---- Nav Avatar position relative for menu ---- */
.nav__avatar {
  position: relative;
}

/* ============================================================
   TAB BAR
   ============================================================ */

.tab-bar {
  display: flex;
  align-items: center;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--glass-border);
  padding: 0 1rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 2px;
  min-height: 38px;
}
.tab-bar::-webkit-scrollbar { display: none; }

.tab-bar__tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: all 0.2s ease;
  user-select: none;
}
.tab-bar__tab:hover {
  color: var(--text-primary);
  background: rgba(255,255,255,0.03);
}
.tab-bar__tab--active {
  color: var(--text-primary);
  border-bottom-color: var(--accent-purple);
  background: rgba(139, 92, 246, 0.08);
}

.tab-bar__label {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-bar__close {
  font-size: 0.9rem;
  line-height: 1;
  opacity: 0.4;
  transition: opacity 0.15s;
  padding: 0 2px;
  border-radius: 3px;
}
.tab-bar__close:hover {
  opacity: 1;
  background: rgba(255,255,255,0.1);
}

/* Case open page layout */
.case-open-page__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}

.case-page-items {
  margin-top: 2rem;
}
.case-page-items h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-secondary);
}
