.account-gallery-proof-dna,
.provider-client-proof-preview,
.admin-gallery-proof-intelligence,
.beautician-proof-blueprint,
.trust-gallery-proof-policy {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 121, 175, 0.25);
  background:
    linear-gradient(135deg, rgba(255, 91, 157, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.account-gallery-proof-dna,
.provider-client-proof-preview,
.beautician-proof-blueprint,
.trust-gallery-proof-policy {
  border-radius: 16px;
  padding: 18px;
}

.account-gallery-proof-dna-head,
.admin-gallery-proof-head,
.beautician-proof-blueprint-head,
.trust-gallery-proof-policy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.account-gallery-proof-dna-head > i,
.admin-gallery-proof-head > i,
.beautician-proof-blueprint-head > i {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 14px;
  color: #f4cf82;
  border: 1px solid rgba(244, 207, 130, 0.38);
  background: rgba(255, 255, 255, 0.06);
}

.account-gallery-proof-dna span,
.provider-client-proof-preview span,
.admin-gallery-proof-grid span,
.beautician-proof-blueprint-grid span,
.trust-gallery-proof-policy .launch-eyebrow {
  color: #f4cf82;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-gallery-proof-dna strong,
.provider-client-proof-preview strong,
.admin-gallery-proof-intelligence h2,
.beautician-proof-blueprint h2,
.trust-gallery-proof-policy h2 {
  margin: 0;
  letter-spacing: 0;
}

.admin-gallery-proof-intelligence h2,
.beautician-proof-blueprint h2,
.trust-gallery-proof-policy h2 {
  font-weight: 650;
  line-height: 1.08;
}

.admin-gallery-proof-intelligence h2 {
  max-width: 900px;
  font-size: clamp(1.55rem, 2vw, 2.35rem);
}

.beautician-proof-blueprint h2,
.trust-gallery-proof-policy h2 {
  max-width: 860px;
  font-size: clamp(1.85rem, 3.2vw, 3.35rem);
}

.account-gallery-proof-dna p,
.provider-client-proof-preview p,
.admin-gallery-proof-head span,
.admin-gallery-proof-grid p,
.beautician-proof-blueprint p,
.trust-gallery-proof-policy p {
  color: var(--muted, rgba(255, 255, 255, 0.72));
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.45;
}

.account-gallery-proof-dna-grid,
.admin-gallery-proof-grid,
.beautician-proof-blueprint-grid,
.trust-gallery-proof-policy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.account-gallery-proof-dna-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-gallery-proof-dna-grid article,
.admin-gallery-proof-grid article,
.beautician-proof-blueprint-grid article,
.trust-gallery-proof-policy-grid span {
  min-width: 0;
  border: 1px solid rgba(255, 121, 175, 0.22);
  border-radius: 14px;
  padding: 12px;
  background: rgba(22, 10, 18, 0.46);
}

.account-gallery-proof-dna-grid strong,
.admin-gallery-proof-grid strong,
.beautician-proof-blueprint-grid strong,
.trust-gallery-proof-policy-grid span {
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.2;
}

.account-gallery-proof-dna-grid article {
  display: grid;
  gap: 6px;
}

.account-gallery-proof-dna-grid i {
  color: #ff79af;
}

.account-gallery-proof-dna-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.account-gallery-proof-dna-actions button,
.account-gallery-proof-dna-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 121, 175, 0.28);
  border-radius: 12px;
  color: inherit;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.account-work-card {
  position: relative;
}

.account-work-card-score {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 32px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #24131f;
  background: linear-gradient(135deg, #ff6aa8, #f4cf82);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.provider-client-proof-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 14px;
  margin: 12px 0;
}

.provider-client-proof-preview[data-tone="strong"] {
  border-color: rgba(113, 214, 157, 0.45);
}

.provider-client-proof-preview[data-tone="review"] {
  border-color: rgba(244, 207, 130, 0.45);
}

.provider-client-proof-preview ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.provider-client-proof-preview li {
  padding: 9px 10px;
  border: 1px solid rgba(255, 121, 175, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.admin-gallery-proof-intelligence {
  margin-top: 18px;
}

.admin-gallery-proof-grid article.is-primary,
.beautician-proof-blueprint-grid article.is-primary {
  background: linear-gradient(135deg, rgba(255, 91, 157, 0.18), rgba(230, 183, 94, 0.16));
  border-color: rgba(244, 207, 130, 0.4);
}

.trust-gallery-proof-policy {
  margin-top: 18px;
}

.trust-gallery-proof-policy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

[data-theme="bright"] .account-gallery-proof-dna,
[data-theme="bright"] .provider-client-proof-preview,
[data-theme="bright"] .admin-gallery-proof-intelligence,
[data-theme="bright"] .beautician-proof-blueprint,
[data-theme="bright"] .trust-gallery-proof-policy,
[data-theme="bright"] .account-gallery-proof-dna-grid article,
[data-theme="bright"] .admin-gallery-proof-grid article,
[data-theme="bright"] .beautician-proof-blueprint-grid article,
[data-theme="bright"] .trust-gallery-proof-policy-grid span {
  background-color: rgba(255, 247, 251, 0.94);
}

[data-theme="bright"] .account-gallery-proof-dna p,
[data-theme="bright"] .provider-client-proof-preview p,
[data-theme="bright"] .admin-gallery-proof-head span,
[data-theme="bright"] .admin-gallery-proof-grid p,
[data-theme="bright"] .beautician-proof-blueprint p,
[data-theme="bright"] .trust-gallery-proof-policy p {
  color: #725166;
}

[data-theme="bright"] .account-gallery-proof-dna strong,
[data-theme="bright"] .provider-client-proof-preview strong,
[data-theme="bright"] .admin-gallery-proof-intelligence h2,
[data-theme="bright"] .beautician-proof-blueprint h2,
[data-theme="bright"] .trust-gallery-proof-policy h2,
[data-theme="bright"] .provider-client-proof-preview li,
[data-theme="bright"] .trust-gallery-proof-policy-grid span {
  color: #24131f;
}

@media (max-width: 980px) {
  .account-gallery-proof-dna-grid,
  .admin-gallery-proof-grid,
  .beautician-proof-blueprint-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .provider-client-proof-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .account-gallery-proof-dna-head,
  .admin-gallery-proof-head,
  .beautician-proof-blueprint-head,
  .trust-gallery-proof-policy {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .account-gallery-proof-dna,
  .provider-client-proof-preview,
  .beautician-proof-blueprint,
  .trust-gallery-proof-policy,
  .admin-gallery-proof-intelligence {
    padding: 14px;
  }

  .admin-gallery-proof-intelligence h2 {
    font-size: 1.55rem;
  }

  .beautician-proof-blueprint h2,
  .trust-gallery-proof-policy h2 {
    font-size: 1.85rem;
  }

  .account-gallery-proof-dna p,
  .provider-client-proof-preview p,
  .admin-gallery-proof-head span,
  .admin-gallery-proof-grid p,
  .beautician-proof-blueprint p,
  .trust-gallery-proof-policy p {
    font-size: 0.96rem;
  }

  .account-gallery-proof-dna-grid,
  .admin-gallery-proof-grid,
  .beautician-proof-blueprint-grid,
  .trust-gallery-proof-policy-grid {
    grid-template-columns: 1fr;
  }

  .account-gallery-proof-dna-actions button,
  .account-gallery-proof-dna-actions a {
    flex: 1 1 100%;
  }
}
