.privacyPage{--auth-bg:#030917;--auth-text:#fafafa;--auth-muted:#7d878f;--auth-border:rgba(31,37,51,.8);--auth-input-bg:hsla(0,0%,98%,.04);--auth-button-hover:hsla(0,0%,98%,.04);--auth-link:#00c950;min-height:100vh;color:var(--auth-muted);background-color:var(--auth-bg);transition:color .2s ease,background-color .2s ease}html[data-theme=light] .privacyPage{--auth-bg:#f7f8fa;--auth-text:#030917;--auth-muted:#5f6b76;--auth-border:rgba(3,9,23,.12);--auth-input-bg:rgba(3,9,23,.04);--auth-button-hover:rgba(3,9,23,.05);--auth-link:#15803d}.privacyPage>header{color:var(--auth-text);background-color:var(--auth-bg);border-color:var(--auth-border);transition:color .2s ease,background-color .2s ease,border-color .2s ease}.privacyPage>header a,.privacyPage>header button{color:inherit}.wrapper{min-height:calc(100vh - 64px);color:var(--auth-muted);background-color:var(--auth-bg);transition:color .2s ease,background-color .2s ease}.wrapper .container{color:var(--auth-muted);background-color:var(--auth-input-bg);border:1px solid var(--auth-border);transition:color .2s ease,background-color .2s ease,border-color .2s ease}.policyTitle{color:var(--auth-text)}.wrapper .container .policy{color:var(--auth-muted);background-color:var(--auth-input-bg)}.wrapper .container .policy h2{margin-bottom:12px;color:var(--auth-text);font-size:16px}.policy ul{list-style-position:inside}.policy li::marker{content:"- "}.backButton{color:var(--auth-text);background-color:transparent;border-color:var(--auth-border)}.backButton:hover{background-color:var(--auth-button-hover)}