/* What's new page: privacy.css layout plus the backtest chart (same markup as the homepage panel). */
:root{--line:rgba(255,255,255,.08);--line-strong:rgba(255,255,255,.16);--quiet:#8b94a2;--ok:#7ee0a3;--danger:#ff8b86;--mono:ui-monospace,SFMono-Regular,Consolas,monospace}
.bt-figures{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:22px 0 18px}
.bt-figures div{min-width:0;padding:13px 14px;border:1px solid #303744;border-radius:10px;background:var(--surface)}
.bt-figures small{display:block;color:var(--quiet);font-size:12px}
.bt-figures strong{display:block;margin-top:5px;color:var(--ink);font-size:20px;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.bt-figures span{display:block;margin-top:2px;color:var(--quiet);font-size:12px}
.bt-figures .up{color:var(--ok)}.bt-figures .down{color:var(--danger)}
.chart-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;margin-bottom:10px;color:var(--quiet);font-size:12px}
.bt-chart{position:relative;height:300px;margin-bottom:22px}
.bt-chart svg{position:absolute;inset:0;display:block;width:100%;height:100%;overflow:visible;touch-action:pan-y}
.bt-chart text{fill:var(--quiet);font-family:var(--mono);font-size:10.5px}
.bt-tip{position:absolute;top:0;padding:7px 10px;border:1px solid var(--line-strong);border-radius:10px;background:rgba(11,13,17,.95);color:var(--quiet);font-size:12px;white-space:nowrap;pointer-events:none;transform:translateX(-50%)}
.bt-tip b{display:block;color:var(--ink);font-size:14px;font-variant-numeric:tabular-nums}
.year-table{overflow-x:auto;margin-bottom:18px}
.year-table table{width:100%;min-width:560px;border-collapse:collapse;font-size:14px;font-variant-numeric:tabular-nums}
.year-table th{padding:8px 10px;border-bottom:1px solid #303744;color:var(--quiet);font-size:12px;font-weight:700;text-align:right}
.year-table td{padding:9px 10px;border-bottom:1px solid #303744;color:var(--muted);text-align:right}
.year-table th:first-child,.year-table td:first-child{text-align:left;color:var(--ink)}
.year-table .up{color:var(--ok)}.year-table .down{color:var(--danger)}
.test-settings{color:var(--quiet);font-size:12px;line-height:1.6}
@media(max-width:700px){.bt-figures{grid-template-columns:repeat(2,minmax(0,1fr))}.bt-chart{height:240px}}
@media(max-width:380px){.bt-figures{grid-template-columns:1fr}}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.chart-head .legend{display:inline-flex;gap:14px}.chart-head .legend span::before{content:"";display:inline-block;width:14px;height:2px;margin-right:6px;vertical-align:middle;background:var(--gold)}.chart-head .legend .l501::before{background:#80d8c4}
.live-ranges{display:inline-flex;flex-wrap:wrap;gap:2px;margin-top:6px;padding:3px;border:1px solid var(--line-strong);border-radius:10px;background:#0b0d11}
.live-ranges button{min-height:32px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:var(--muted);font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.live-ranges button:hover{color:var(--ink)}.live-ranges button[aria-pressed="true"]{background:var(--gold);color:#17130a}
.live-ranges button:focus-visible{outline:3px solid var(--gold-soft);outline-offset:2px}
.bt-tip-day{display:block;margin-bottom:2px}
.year-table th.g50{color:var(--gold);text-align:center}.year-table th.g501{color:#80d8c4;text-align:center}
.choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}
.choice-card{min-width:0;padding:16px 18px;border:1px solid #303744;border-top:3px solid var(--gold);border-radius:10px;background:var(--surface)}
.choice-card.c501{border-top-color:#80d8c4}.choice-card strong{display:block;margin-bottom:10px;color:var(--ink);font-size:14px}
.choice-card ul{margin:0;padding-left:18px}.choice-card li{margin-bottom:8px;font-size:13px}
@media(max-width:700px){.choice{grid-template-columns:1fr}}
