/* Mono — shared styles for legal/info pages (terms, privacy, accessibility) */
:root{--ink:#241f44;--muted:#665f85;--purple:#6c5ce7;}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:'Assistant',sans-serif;color:#241f44;background:#fbfaff;line-height:1.75;}
.topbar{background:#0c091d;border-bottom:1px solid rgba(255,255,255,.08);}
.topbar .inner{max-width:980px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.topbar .brand{display:flex;align-items:center;gap:10px;text-decoration:none;}
.topbar .brand img{width:40px;height:40px;object-fit:contain;display:block;}
.topbar .brand .name{font-family:'Rubik',sans-serif;font-weight:800;font-size:20px;color:#fff;}
.topbar .back{color:#cfc9ea;text-decoration:none;font-weight:600;font-size:15px;}
.topbar .back:hover{color:#fff;}
main{max-width:860px;margin:0 auto;padding:56px 24px 90px;}
h1{font-family:'Rubik',sans-serif;font-weight:800;font-size:clamp(28px,4vw,40px);line-height:1.2;margin:0;color:#241f44;}
.updated{color:#8b85a8;font-size:14.5px;margin-top:10px;}
h2{font-family:'Rubik',sans-serif;font-weight:700;font-size:22px;color:#241f44;margin:42px 0 10px;}
h3{font-family:'Rubik',sans-serif;font-weight:700;font-size:17.5px;color:#241f44;margin:26px 0 6px;}
p,li{color:#4a4566;font-size:16.5px;margin:10px 0;}
ul{padding-right:22px;margin:8px 0;}
strong{color:#241f44;}
.note{background:#f0edf8;border-right:4px solid #6c5ce7;border-radius:10px;padding:14px 18px;margin:26px 0;}
.note p{margin:0;}
footer{background:#0c091d;color:#8e87ad;text-align:center;padding:28px 24px;font-size:14px;}
footer a{color:#cfc9e6;text-decoration:none;margin:0 10px;}
footer a:hover{color:#fff;}
