:root {
  --legal-ink: #123529;
  --legal-green: #113b2f;
  --legal-lime: #80c3b0;
  --legal-paper: #fffefa;
  --legal-muted: #66766e;
  --legal-line: rgba(18, 53, 41, .12);
}

html, body { min-height: 100%; color: var(--legal-ink); background: #f3f0e6 !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important; }
body { line-height: 1.65 !important; }
.page { min-height: 100vh; padding: 0 !important; background: linear-gradient(145deg, #f3f0e6, #faf9f3 42%, #e5efe2) !important; }
.page::before { display: none; }
.page > .wrap, .wrap { width: min(960px, calc(100% - 40px)); max-width: none; margin: auto; padding: 24px 0 72px; }
.legal-nav { display: flex; align-items: center; justify-content: space-between; min-height: 54px; margin-bottom: 2.75rem; }
.legal-brand { display: inline-flex; align-items: center; width: 58px; height: 58px; overflow: hidden; border-radius: 18px; background: var(--legal-green); box-shadow: 0 10px 22px rgba(19,59,47,.16); }.legal-brand img { width: 46px; height: 46px; margin: auto; object-fit: contain; filter: none; }
.legal-home { padding: .5rem .85rem; color: var(--legal-green); border: 1px solid var(--legal-line); border-radius: 999px; font-size: .82rem; font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease; }.legal-home:hover { background: var(--legal-lime); transform: translateY(-1px); }
.card { padding: clamp(1.3rem, 4vw, 3.4rem) !important; color: var(--legal-ink); background: rgba(255,254,250,.94) !important; border: 1px solid rgba(255,255,255,.9) !important; border-radius: 24px !important; box-shadow: 0 20px 50px rgba(20,54,39,.1) !important; }
.policy { max-width: 760px; margin: auto; }.policy p { margin: 0 0 1rem; }.policy h2 { margin: 2.5rem 0 .85rem; color: var(--legal-green); font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", system-ui, sans-serif !important; font-size: clamp(1.15rem, 2vw, 1.4rem) !important; line-height: 1.2; letter-spacing: -.035em; }.policy > h2:first-of-type { margin-top: 0; font-size: clamp(1.6rem, 4vw, 2.5rem) !important; text-align: left !important; }.policy > h2:first-of-type + p { color: var(--legal-muted); text-align: left !important; }.policy ul { padding-left: 1.2rem; }.policy li { margin-bottom: .45rem; }.policy a, .muted a { color: var(--legal-green); font-weight: 700; text-decoration: underline; text-decoration-color: #79c9d7; text-underline-offset: .16em; }.policy pre.form { padding: 1rem; overflow: auto; color: var(--legal-ink); background: #f3f4ec; border-radius: 12px; white-space: pre-wrap; font: .85rem/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; }.muted { color: var(--legal-muted) !important; font-size: .84rem !important; }
.winwin-language-selector { position: fixed; z-index: 5; top: max(19px, env(safe-area-inset-top)); right: max(22px, env(safe-area-inset-right)); display: inline-flex; align-items: center; gap: .6rem; min-height: 42px; padding: .3rem .65rem; color: var(--legal-green); background: rgba(255,254,250,.85); border: 1px solid rgba(255,255,255,.92); border-radius: 999px; box-shadow: 0 8px 22px rgba(19,45,34,.1); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }.winwin-language-selector button { display: grid; place-items: center; min-width: 25px; height: 26px; padding: 0; color: inherit; background: transparent; border: 0; border-radius: 0; font-size: .72rem; font-weight: 800; line-height: 1; cursor: pointer; opacity: .58; transition: opacity .18s ease; }.winwin-language-selector button[aria-pressed="true"] { color: var(--legal-green); background: transparent; opacity: 1; }.winwin-language-selector span { display: grid; place-items: center; height: 26px; color: currentColor; font: 700 1.45rem/.8 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; opacity: .86; }
@media (max-width: 600px) { .page > .wrap, .wrap { width: min(100% - 28px, 960px); padding-top: 15px; }.legal-nav { margin-bottom: 1.7rem; }.card { border-radius: 18px !important; }.winwin-language-selector { position: absolute; top: 19px; right: 16px; }.legal-home { font-size: 0; width: 38px; height: 38px; padding: 0; display: grid; place-items: center; }.legal-home::before { content: '←'; font-size: 1rem; } }
@media (prefers-reduced-transparency: reduce) { .card, .winwin-language-selector { -webkit-backdrop-filter: none; backdrop-filter: none; background: var(--legal-paper); } }
