.gp-core-access-tiers {
  display: grid;
  gap: 8px;
  margin: 10px 0 14px;
}

.gp-core-access-tier {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  background: #fff;
}

.gp-core-access-tier input {
  margin-right: 6px;
}

.gp-core-access-tier span {
  color: #64748b;
  font-size: 12px;
}

.gp-core-material-form th {
  width: 180px;
}

.gp-core-media-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.gp-material-locked-layout {
  padding: 48px 18px 72px;
}

.gp-material-locked-wrap {
  max-width: 880px;
  margin: 0 auto;
}

.gp-material-lock-card {
  background: linear-gradient(135deg, rgba(255, 245, 235, 0.98), rgba(239, 246, 255, 0.98));
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.12);
  padding: 36px;
}

.gp-material-lock-card__eyebrow {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gp-material-lock-card h1 {
  margin: 16px 0 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.gp-material-lock-card p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  line-height: 1.7;
}

.gp-material-required {
  margin-top: 16px;
  font-weight: 700;
  color: #b45309;
}

.gp-material-lock-card__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.gp-material-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.gp-material-button--primary,
.gp-material-card__link {
  border-color: transparent;
  background: linear-gradient(135deg, #ea580c, #f59e0b);
  color: #fff;
}

.gp-material-body {
  margin-bottom: 22px;
}

.gp-material-assets {
  display: grid;
  gap: 22px;
  margin-top: 22px;
}

.gp-material-section {
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}

.gp-material-section h3 {
  margin: 0 0 16px;
  font-size: 20px;
}

.gp-material-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.gp-material-download span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 13px;
}

.gp-material-gallery,
.gp-material-grid,
.gp-material-video-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gp-material-gallery__item,
.gp-material-video {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #f8fafc;
}

.gp-material-gallery__image,
.gp-material-video video,
.gp-material-video iframe {
  display: block;
  width: 100%;
  height: auto;
}

.gp-material-library {
  display: grid;
  gap: 22px;
}

.gp-material-library__intro {
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(90deg, rgba(226, 232, 240, 0.65), rgba(255, 237, 213, 0.85));
}

.gp-material-library__intro h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.04;
}

.gp-material-library__intro p {
  margin: 0;
  color: #475569;
}

.gp-material-card {
  display: grid;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.gp-material-card__media {
  display: block;
  min-height: 220px;
  background: linear-gradient(135deg, #0f766e, #ea580c);
}

.gp-material-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gp-material-card__media--placeholder {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

.gp-material-card__body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.gp-material-card__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.gp-material-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.gp-material-chip--soft {
  background: rgba(15, 23, 42, 0.06);
  color: #0f172a;
}

.gp-material-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}

.gp-material-card h3 a {
  color: inherit;
  text-decoration: none;
}

.gp-material-card p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}

.gp-material-card__link {
  width: max-content;
  text-decoration: none;
  padding: 11px 16px;
  border-radius: 999px;
  font-weight: 700;
}

.gp-material-empty {
  padding: 28px;
  border-radius: 20px;
  background: #fff7ed;
  color: #9a3412;
}

@media (max-width: 782px) {
  .gp-material-lock-card,
  .gp-material-section,
  .gp-material-library__intro {
    padding: 22px;
  }

  .gp-material-card__media {
    min-height: 180px;
  }
}
