.policy-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.policy-header > div { min-height: 86px; display: flex; justify-content: space-between; align-items: center; }
.return-home { font-size: 14px; padding: 12px 0; }
.return-home span { margin-left: 22px; }
.policy-layout { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 64px; padding-top: 62px; padding-bottom: 80px; align-items: start; }
.policy-sidebar { position: sticky; top: 32px; max-height: calc(100vh - 64px); display: flex; flex-direction: column; }
.policy-sidebar > .eyebrow { font-size: 11px; letter-spacing: 2px; margin-bottom: 16px; }
.policy-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: #ecefe7; padding: 4px; border-radius: 9px; flex-shrink: 0; }
.policy-tabs a { display: grid; place-items: center; min-height: 42px; padding: 9px 4px; border-radius: 6px; font-size: 13px; color: var(--muted); transition: color .2s,background .2s; }
.policy-tabs a:hover { color: var(--green); }
.policy-tabs a[aria-current] { color: var(--green); background: #fffefa; box-shadow: 0 1px 4px #2446380d; font-weight: 600; }
.policy-tabs a span { display: none; }
.policy-toc { margin-top: 34px; display: flex; flex-direction: column; min-height: 0; }
.policy-toc h2 { font-size: 11px; font-weight: 500; letter-spacing: 1.5px; color: #7b8679; margin: 0 0 14px 12px; flex-shrink: 0; }
.policy-toc ol { list-style: none; padding: 2px 5px 2px 0; margin: 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #cdd6c6 transparent; }
.policy-toc li + li { margin-top: 4px; }
.policy-toc a { position: relative; display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 9px; font-size: 13px; line-height: 1.7; padding: 11px 12px; color: var(--muted); border-radius: 5px; overflow-wrap: anywhere; transition: color .2s,background .2s; }
.policy-toc a::before { content: ''; position: absolute; left: 0; top: 13px; bottom: 13px; width: 2px; border-radius: 2px; background: transparent; }
.policy-toc a:hover { color: var(--green); background: #eef1e9; }
.policy-toc a[aria-current] { color: var(--green); background: #eaf0e5; font-weight: 500; }
.policy-toc a[aria-current]::before { background: #68805b; }
.toc-number { font-size: 10px; line-height: 2.2; font-variant-numeric: tabular-nums; color: #899580; }
.policy-help { flex-shrink: 0; color: var(--muted); font-size: 11px; line-height: 2; margin-top: 26px; padding: 18px 12px 0; border-top: 1px solid var(--line); }
.policy-help a { color: var(--green); }
.policy-title { padding-bottom: 32px; border-bottom: 1px solid var(--line); margin-bottom: 32px; }
.policy-title h1 { font-size: 36px; line-height: 1.5; font-weight: 600; overflow-wrap: anywhere; }
.policy-caption { color: var(--muted); font-size: 13px; margin-top: 16px; }
.policy-content { font-size: 15px; line-height: 2.05; color: #37463b; overflow-wrap: anywhere; }
.policy-content p { margin: 0 0 18px; }
.policy-content h1,.policy-content h2,.policy-content h3,.policy-content h4,.policy-content h5,.policy-content h6,.policy-content .policy-section { color: var(--green); font-size: 20px; line-height: 1.7; font-weight: 600; margin: 34px 0 16px; letter-spacing: 0; scroll-margin-top: 32px; }
.policy-content ul,.policy-content ol { padding-left: 25px; margin: 14px 0 22px; }
.policy-content li { margin: 8px 0; }
.policy-content a { color: #386b4d; text-decoration: underline; text-underline-offset: 3px; }
.policy-content img { display: block; max-width: 100%; height: auto; margin: 20px 0; }
.policy-content table { display: block; overflow-x: auto; max-width: 100%; border-collapse: collapse; margin: 20px 0; }
.policy-content td,.policy-content th { border: 1px solid var(--line); padding: 10px; min-width: 95px; }
.policy-content blockquote { margin: 22px 0; padding: 10px 20px; border-left: 2px solid var(--gold); background: #eef1e8; }
.policy-content pre { white-space: pre-wrap; }
.policy-state { min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; text-align: center; color: var(--muted); font-size: 14px; }
.loading-dot { width: 23px; height: 23px; border: 2px solid #d5dfcd; border-top-color: var(--green); border-radius: 50%; animation: policy-spin 1s linear infinite; }
.policy-state.is-error .loading-dot { display: none; }
#retry { padding: 10px 24px; min-height: 44px; border: 1px solid var(--green); background: transparent; }
#retry:hover { background: #e9eee4; }
.policy-end { margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; font-size: 12px; color: var(--muted); }
.policy-end a { min-height: 44px; }
.policy-noscript { padding: 20px; background: #eef1e8; }
@keyframes policy-spin { to { transform: rotate(360deg); } }
@media (max-width: 900px) { .policy-layout { gap: 32px; grid-template-columns: 205px minmax(0,1fr); } }
@media (max-width: 600px) {
  .policy-header > div { min-height: 71px; }
  .policy-layout { display: block; padding-top: 28px; padding-bottom: 42px; }
  .policy-sidebar { position: static; max-height: none; overflow: visible; padding: 0; }
  .policy-sidebar > .eyebrow,.policy-help,.policy-toc { display: none; }
  .policy-tabs { margin-bottom: 32px; }
  .policy-tabs a { font-size: 14px; min-height: 44px; }
  .policy-title h1 { font-size: 29px; }
  .policy-title { padding-bottom: 23px; margin-bottom: 25px; }
  .policy-caption { font-size: 12px; }
  .policy-content { font-size: 15px; }
  .policy-content .policy-section { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) { .loading-dot { animation: none; } }
