/*
 * Privacy policy page ( /privacy-policy/ and /ru/privacy-policy/ ).
 * Reuses the levels-hub chrome (header/footer) — this file only styles the article.
 */
.bc-pp-main{max-width:820px;margin:0 auto;padding:clamp(28px,5vw,64px) clamp(16px,4vw,28px) clamp(48px,6vw,88px)}
.bc-pp-h1{font-family:Oswald,system-ui,sans-serif;font-weight:600;letter-spacing:.005em;line-height:1.1;
	font-size:clamp(30px,4.4vw,46px);color:#F2F3F5;margin:14px 0 10px}
.bc-pp-meta{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#7E858C;margin:0 0 30px}
.bc-pp-lead{font-size:17.5px;line-height:1.7;color:#C9CDD2;margin:0 0 6px;text-wrap:pretty}
.bc-pp-body h2{font-family:Oswald,system-ui,sans-serif;font-weight:600;font-size:clamp(20px,2.4vw,25px);
	color:#F2F3F5;margin:38px 0 12px;line-height:1.25}
.bc-pp-body p{font-size:16px;line-height:1.72;color:#A9AFB6;margin:0 0 14px;text-wrap:pretty}
.bc-pp-body ul{margin:0 0 16px;padding-left:20px}
.bc-pp-body li{font-size:16px;line-height:1.7;color:#A9AFB6;margin:0 0 8px}
.bc-pp-body strong{color:#D7DBE0;font-weight:600}
.bc-pp-body a{color:#E9B72C;text-decoration:none;border-bottom:1px solid rgba(233,183,44,.35)}
.bc-pp-body a:hover{border-bottom-color:#E9B72C}
.bc-pp-back{display:inline-flex;align-items:center;gap:8px;margin-top:34px;
	font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.1em;text-transform:uppercase;
	color:#9BA1A8;text-decoration:none;border:1px solid rgba(255,255,255,.14);border-radius:5px;padding:11px 16px}
.bc-pp-back:hover{color:#E7E8EA;border-color:rgba(255,255,255,.3)}

/* A legal text needs quiet behind it: keep the decor, at roughly half strength. */
body.bc-privacy-page{--bp-map:.12;--bp-tank:.10;--bp-bonus:.10}
@media (max-width:640px){
	body.bc-privacy-page{--bp-map:.08;--bp-tank:.07;--bp-bonus:.07}
}
