.member-view-privacy-center {
  padding-bottom: 38px;
}

.v34-privacy-hero {
  position: relative;
  display: grid;
  gap: 10px;
  overflow: hidden;
  margin: 8px 18px 0;
  padding: 22px 20px 20px;
  border: 1px solid rgb(68 45 32 / 14%);
  border-radius: 28px;
  background: #2a1c16;
  color: #fffaf2;
  box-shadow: 0 12px 28px rgb(52 34 25 / 12%);
}

.v34-privacy-hero::after {
  position: absolute;
  right: -36px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 1px solid rgb(255 250 242 / 18%);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgb(255 250 242 / 4%), 0 0 0 44px rgb(255 250 242 / 3%);
  content: "";
  pointer-events: none;
}

.v34-privacy-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgb(255 250 242 / 24%);
  border-radius: 16px;
  background: #b86b2d;
  color: #fffaf2;
}

.v34-privacy-hero .eyebrow {
  margin: 4px 0 0;
  color: #efb16d;
}

.v34-privacy-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #fffaf2;
  font-size: clamp(1.75rem, 8.4vw, 2.2rem);
  line-height: 1.02;
  text-wrap: balance;
}

.v34-privacy-hero > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 31ch;
  margin: 0;
  color: #e5d8cd;
  font-size: 0.82rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.v34-scope-stamp {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 1px 8px;
  align-items: center;
  margin-top: 8px;
  padding: 11px 12px;
  border: 1px solid rgb(255 250 242 / 18%);
  border-radius: 16px;
  background: rgb(255 250 242 / 8%);
}

.v34-scope-stamp > span {
  grid-row: 1 / 3;
  color: #efb16d;
}

.v34-scope-stamp strong {
  font-size: 0.76rem;
  line-height: 1.25;
}

.v34-scope-stamp small {
  color: #cbbab0;
  font-size: 0.7rem;
  line-height: 1.3;
}

.v34-inventory,
.v34-storage,
.v34-data-actions {
  padding-top: 2px;
}

.v34-inventory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.v34-inventory-grid > div {
  display: grid;
  min-height: 88px;
  align-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid rgb(65 44 33 / 10%);
  border-radius: 19px;
  background: #fffdf9;
  box-shadow: 0 5px 15px rgb(62 43 31 / 5%);
}

.v34-inventory-grid > div:first-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 70px;
  align-items: center;
  background: #efe5da;
}

.v34-inventory-grid dt {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #68544a;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
}

.v34-inventory-grid dt span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: #f3ede6;
  color: #7a4625;
}

.v34-inventory-grid > div:first-child dt span {
  background: #b86b2d;
  color: #fffaf2;
}

.v34-inventory-grid dd {
  margin: 0;
  color: #281f1a;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.v34-storage-list {
  display: grid;
  gap: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(65 44 33 / 11%);
  border-radius: 22px;
  background: #fffdf9;
}

.v34-storage-list > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 74px;
  padding: 13px 14px;
  border-bottom: 1px solid rgb(65 44 33 / 9%);
}

.v34-storage-list > div:last-child {
  border-bottom: 0;
}

.v34-storage-list dt {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.v34-storage-index {
  color: #7a4625;
  font-size: 0.72rem;
  font-weight: 800;
}

.v34-storage-list dt span:last-child {
  display: grid;
  gap: 3px;
}

.v34-storage-list strong {
  color: #281f1a;
  font-size: 0.82rem;
  line-height: 1.25;
}

.v34-storage-list small {
  color: #796860;
  font-size: 0.7rem;
  line-height: 1.4;
  text-wrap: pretty;
}

.v34-storage-list dd {
  margin: 0;
  padding: 6px 9px;
  border-radius: 999px;
  background: #efe7df;
  color: #664b3e;
  font-size: 0.68rem;
  font-weight: 800;
}

.v34-storage-list > div:last-child dd {
  background: #e6e2de;
  color: #594e48;
}

.v34-data-actions {
  display: grid;
  gap: 10px;
}

.v34-data-actions > .editorial-section-heading {
  margin-bottom: 0;
}

.v34-export-card,
.v34-reset-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
}

.v34-export-card {
  grid-template-columns: 46px minmax(0, 1fr);
  border: 1px solid rgb(123 70 34 / 22%);
  background: #f2dfc8;
}

.v34-export-card > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: #2a1c16;
  color: #fffaf2;
}

.v34-export-card h2,
.v34-reset-card h2 {
  margin: 0 0 5px;
  color: #281f1a;
  font-size: 1rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.v34-export-card p,
.v34-reset-card p {
  margin: 0;
  color: #705b50;
  font-size: 0.75rem;
  line-height: 1.5;
  text-wrap: pretty;
}

.v34-export-card .button {
  grid-column: 1 / -1;
}

.v34-reset-card {
  border: 1px dashed rgb(67 47 37 / 24%);
  background: #fffdf9;
}

.v43-reset-recovery {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px 12px;
  padding: 14px;
  border: 1px solid rgb(80 107 77 / 26%);
  border-radius: 20px;
  background: #edf0e8;
}

.v43-reset-recovery > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px;
  background: #31533f;
  color: #fffaf2;
}

.v43-reset-recovery h2 { margin: 0 0 4px; color: #21382b; font-size: 0.9rem; line-height: 1.3; }
.v43-reset-recovery p { margin: 0; color: #53675a; font-size: 0.72rem; line-height: 1.45; }
.v43-reset-recovery .button { grid-column: 1 / -1; }

.v34-privacy-status {
  min-height: 22px;
  margin: 2px 2px 0;
  color: #705b50;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
}

.v34-privacy-status:empty {
  display: none;
}

.v34-demo-reset-dialog {
  width: min(100% - 24px, 396px);
  max-width: 396px;
  padding: 0;
  border: 0;
  border-radius: 26px;
  background: transparent;
  color: #281f1a;
}

.v34-demo-reset-dialog::backdrop {
  background: rgb(24 16 12 / 68%);
}

.v34-demo-reset-panel {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgb(65 44 33 / 12%);
  border-radius: 26px;
  background: #fffaf2;
  box-shadow: 0 18px 48px rgb(33 22 17 / 24%);
}

.v34-demo-reset-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: #f2dfc8;
  color: #7a4625;
}

.v34-demo-reset-panel .eyebrow {
  margin: 2px 0 0;
}

.v34-demo-reset-panel h2 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  text-wrap: balance;
}

.v34-demo-reset-panel > p:not(.eyebrow) {
  margin: 0;
  color: #705b50;
  font-size: 0.82rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.v43-reset-review {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgb(65 44 33 / 12%);
  border-radius: 16px;
  background: #f4ece2;
}

.v43-reset-review > strong { color: #3a2b23; font-size: 0.78rem; line-height: 1.35; }
.v43-reset-review ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.v43-reset-review li { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 7px; align-items: start; color: #655046; font-size: 0.73rem; line-height: 1.4; }
.v43-reset-review svg { margin-top: 1px; color: #87512f; }

.v34-demo-reset-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 6px;
}

@media (max-width: 350px) {
  .v34-privacy-hero { margin-inline: 12px; padding-inline: 16px; }
  .v34-inventory-grid { grid-template-columns: 1fr; }
  .v34-inventory-grid > div:first-child { grid-column: auto; }
  .v34-storage-list > div { grid-template-columns: 1fr; }
  .v34-storage-list dd { justify-self: start; margin-left: 43px; }
  .v34-demo-reset-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .v34-demo-reset-dialog,
  .v34-demo-reset-dialog::backdrop { transition: none; }
}

@media (forced-colors: active) {
  .v34-privacy-hero,
  .v34-inventory-grid > div,
  .v34-storage-list,
  .v34-export-card,
  .v34-reset-card,
  .v43-reset-recovery,
  .v43-reset-review,
  .v34-demo-reset-panel { border: 1px solid CanvasText; }

  .v34-demo-reset-actions .button {
    border: 1px solid ButtonText;
    background: ButtonFace;
    color: ButtonText;
    forced-color-adjust: auto;
  }
}
