/* Styles for the support page. (Privacy / Terms are clones of the original and
   carry their own inline styles — they do not use this file.) */
:root{
  --bg:#ffffff;
  --dark:#3d1f1f;
  --body:#4d5663;
  --muted:#8993a0;
  --accent:#7a2e2e;
  --rule:#e8eaee;
  --soft:#f7f0e3;
}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--body)}
body{
  font:400 17px/1.7 "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing:antialiased;
}
.wrap{max-width:760px;margin:0 auto;padding:0 20px}
h1{color:var(--dark);font-weight:900;font-size:32px;line-height:1.2;margin:38px 0 6px;letter-spacing:-.01em}
h2{color:var(--accent);font-weight:800;font-size:21px;line-height:1.3;margin:34px 0 10px}
h3{color:var(--dark);font-weight:700;font-size:18px;margin:22px 0 6px}
p,li{margin:10px 0}
ul{padding-left:22px}
a{color:var(--accent)}
.updated{color:var(--muted);font-size:14px;margin:0 0 8px}
.lede{background:var(--soft);border-radius:10px;padding:16px 18px;margin:22px 0}
.lede p{margin:6px 0}
.placeholder{background:#fff3cd;border-bottom:2px dotted #b8860b;padding:0 3px;font-weight:600;color:#5c4400}
table{border-collapse:collapse;width:100%;margin:14px 0;font-size:15px}
th,td{border:1px solid var(--rule);padding:9px 11px;text-align:left;vertical-align:top}
th{background:var(--soft);color:var(--dark);font-weight:700}
footer.site{border-top:1px solid var(--rule);margin:44px 0 0;padding:22px 0 30px;text-align:center;font-size:13px;color:var(--muted)}
footer.site p{margin:6px 0;overflow-wrap:anywhere}
footer.site a{color:var(--accent);text-decoration:none;margin:0 4px}
footer.site a:hover{text-decoration:underline}
@media(max-width:520px){
  h1{font-size:26px}
  h2{font-size:19px}
  body{font-size:16px}
}
