:root {
  --privacy-text: #4a352f;
  --privacy-muted: #7c625a;
  --privacy-accent: #c86852;
  --privacy-accent-soft: rgba(255, 229, 220, 0.86);
  --privacy-border: rgba(255, 255, 255, 0.6);
  --privacy-shadow: 0 20px 44px rgba(125, 89, 76, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 28px 18px 56px !important;
  font-family: "Avenir Next", "SF Pro Text", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
  color: var(--privacy-text) !important;
  line-height: 1.72 !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 247, 242, 0.58) 18%, transparent 38%),
    radial-gradient(circle at 82% 14%, rgba(255, 218, 199, 0.78) 0%, rgba(255, 218, 199, 0.24) 22%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(255, 194, 170, 0.5) 0%, rgba(255, 194, 170, 0.14) 22%, transparent 42%),
    linear-gradient(180deg, #fff4ef 0%, #fff1e8 42%, #fce6dd 100%) !important;
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
  filter: blur(28px);
  opacity: 0.72;
}

body::before {
  width: 250px;
  height: 250px;
  top: 64px;
  left: -70px;
  background: rgba(255, 255, 255, 0.74);
}

body::after {
  width: 300px;
  height: 300px;
  right: -100px;
  bottom: 80px;
  background: rgba(255, 211, 194, 0.58);
}

body > :not(script):not(style) {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

main,
.container,
.page,
.policy,
.app-section,
.highlight-box,
.warning-box {
  color: var(--privacy-text);
}

main,
.container,
body > section,
body > article,
body > div,
body > table,
.highlight-box,
.warning-box,
.app-section {
  border: 1px solid var(--privacy-border) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.24)) !important;
  box-shadow: var(--privacy-shadow) !important;
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

main,
.container,
body > section,
body > article,
body > div {
  border-radius: 28px !important;
}

main,
.container {
  padding: 24px 22px !important;
}

.page {
  width: min(940px, calc(100% - 8px)) !important;
}

h1,
h2,
h3 {
  color: #6f4036 !important;
  text-shadow: none !important;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem) !important;
  line-height: 1.08;
}

h2 {
  font-size: clamp(1.08rem, 2.5vw, 1.32rem) !important;
}

h3 {
  font-size: 1rem !important;
}

p,
li,
td,
th,
.subtitle,
.intro,
.meta,
.footer-note,
.note {
  color: var(--privacy-muted) !important;
  font-size: 0.96rem !important;
}

ul,
ol {
  padding-left: 1.25em;
}

a {
  color: var(--privacy-accent) !important;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
}

th,
td {
  border-bottom: 1px solid rgba(200, 154, 141, 0.16) !important;
}

code {
  background: var(--privacy-accent-soft) !important;
  color: #974c3b !important;
}

.back-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.34)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 12px 24px rgba(125, 89, 76, 0.12) !important;
  color: #8b5548 !important;
}

.strong {
  color: #513630 !important;
}

@media (max-width: 640px) {
  body {
    padding: 18px 12px 34px !important;
  }

  main,
  .container,
  body > section,
  body > article,
  body > div {
    border-radius: 22px !important;
  }

  main,
  .container {
    padding: 18px 16px !important;
  }

  p,
  li,
  td,
  th,
  .subtitle,
  .intro,
  .meta,
  .footer-note,
  .note {
    font-size: 0.92rem !important;
  }
}
