:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #211c19;
  background: #f4f0ea;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #f4f0ea; }
a { color: inherit; }
.topbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 32px;
  color: #efe4d8;
  background: #191614;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #efe4d8;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand small { color: #c95645; font-size: .82em; }
.brand__mark {
  width: 25px;
  height: 27px;
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  transform: skewY(-13deg);
}
.brand__mark i { width: 6px; display: block; background: currentColor; }
.brand__mark i:nth-child(1) { height: 14px; }
.brand__mark i:nth-child(2) { height: 25px; }
.brand__mark i:nth-child(3) { height: 18px; }
.back-link {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(239, 228, 216, .28);
  border-radius: 999px;
  color: #efe4d8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.back-link:hover { border-color: #c95645; color: #fff; }
.doc-shell {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 66px 0 86px;
}
.doc-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  padding-bottom: 32px;
  border-bottom: 1px solid #d7ccc3;
}
.eyebrow {
  margin: 0 0 14px;
  color: #a94133;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.055em;
}
.doc-date {
  color: #7b7068;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}
.doc-card {
  margin-top: 28px;
  padding: 31px;
  border: 1px solid #d9ccc2;
  border-radius: 8px;
  background: #fffaf5;
  box-shadow: 0 14px 34px rgba(54, 39, 31, .08);
}
.lead {
  max-width: 740px;
  margin: 0 0 25px;
  color: #675b53;
  font-size: 15px;
  line-height: 1.65;
}
section {
  padding: 22px 0;
  border-top: 1px solid #e2d7ce;
}
section:first-of-type { border-top: 0; padding-top: 0; }
h2 {
  margin: 0 0 12px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.04em;
}
p, li {
  color: #4f453f;
  font-size: 13px;
  line-height: 1.65;
}
p { margin: 0 0 10px; }
ul, ol { margin: 0; padding-left: 20px; display: grid; gap: 8px; }
.doc-footer {
  margin-top: 26px;
  color: #81756c;
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .topbar { padding: 16px; align-items: flex-start; flex-direction: column; }
  .doc-shell { width: min(100% - 32px, 620px); padding: 44px 0 62px; }
  .doc-header { grid-template-columns: 1fr; gap: 14px; }
  .doc-date { text-align: left; }
  .doc-card { padding: 22px; }
}

/* Pastel marketplace legal pages. */
:root {
  color: #28242a;
  background: #f4f6f8;
}

body {
  background:
    radial-gradient(circle at 8% 0%, rgba(246, 108, 132, .12), transparent 30%),
    radial-gradient(circle at 94% 8%, rgba(145, 216, 241, .22), transparent 34%),
    #f4f6f8;
}

.topbar {
  min-height: 96px;
  padding: 20px 36px;
  color: #fff;
  background: linear-gradient(105deg, #f46c84 0%, #e47baa 38%, #c79eed 68%, #91d8f1 100%);
  box-shadow: 0 10px 26px rgba(76, 50, 86, .08);
}

.brand {
  color: #fff;
  font-size: 23px;
  letter-spacing: 0;
}

.brand small {
  color: #fff2f5;
}

.brand__mark {
  width: 29px;
  height: 31px;
}

.brand__mark i {
  width: 7px;
}

.back-link {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  color: #28242a;
  box-shadow: 0 12px 24px rgba(85, 50, 95, .12);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.back-link:hover {
  background: #fff;
  color: #df3f5f;
}

.doc-shell {
  width: min(100% - 64px, 1040px);
  padding: 52px 0 76px;
}

.doc-header {
  padding: 30px;
  border: 0;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(65, 45, 70, .08);
}

.eyebrow {
  color: #df3f5f;
  letter-spacing: 0;
  text-transform: none;
}

h1 {
  max-width: 860px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

.doc-date {
  color: #746f78;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.doc-card {
  margin-top: 18px;
  padding: 34px;
  border: 0;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(65, 45, 70, .08);
}

.lead {
  color: #5f5965;
  font-size: 18px;
}

section {
  border-top-color: rgba(68, 59, 74, .1);
}

h2 {
  color: #28242a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: 0;
}

p,
li {
  color: #5f5965;
  font-size: 15px;
}

li::marker {
  color: #ee5570;
}

.doc-footer {
  margin-top: 28px;
  padding: 22px;
  border-radius: 22px;
  color: #5f5965;
  background: linear-gradient(135deg, #fff0f4, #edf9fb);
  font-size: 13px;
}

@media (max-width: 720px) {
  .topbar {
    min-height: 0;
    padding: 16px;
  }

  .brand {
    font-size: 18px;
  }

  .doc-shell {
    width: min(100% - 24px, 560px);
    padding: 32px 0 54px;
  }

  .doc-header,
  .doc-card {
    padding: 24px;
    border-radius: 28px;
  }
}
