:root { --amber:#FFC107; --bg:#111116; --ink:#EDEDED; }
* { box-sizing: border-box; }
body { margin:0; background:var(--bg); color:var(--ink); font-family:'Exo 2',system-ui,sans-serif; -webkit-font-smoothing:antialiased; line-height:1.75; }
a { color: var(--amber); }
.wrap { max-width: 820px; margin: 0 auto; padding: 0 24px; }
header.top { position: sticky; top:0; z-index:10; background: rgba(8,8,10,0.85); backdrop-filter: blur(14px); border-bottom:1px solid rgba(192,192,192,0.12); }
header.top .wrap { display:flex; align-items:center; justify-content:space-between; height:66px; }
.brand { display:flex; align-items:center; gap:10px; text-decoration:none; }
.brand b { font-family:'Orbitron',sans-serif; font-weight:700; font-size:15px; letter-spacing:0.08em; color:#fff; }
.brand b span { color:var(--amber); }
.back { color: rgba(237,237,237,0.7); text-decoration:none; font-size:13.5px; font-weight:600; }
.back:hover { color: var(--amber); }
main { padding: 56px 0 40px; }
h1 { font-family:'Orbitron',sans-serif; font-weight:800; font-size: clamp(1.6rem,4vw,2.2rem); color:#fff; line-height:1.2; margin:0 0 8px; }
.updated { font-size:13px; color: rgba(192,192,192,0.6); margin: 0 0 8px; }
.legal-note { font-size:12.5px; color: rgba(255,193,7,0.85); background: rgba(255,193,7,0.06); border:1px solid rgba(255,193,7,0.25); border-radius:10px; padding:12px 16px; margin: 18px 0 34px; }
h2 { font-family:'Orbitron',sans-serif; font-weight:700; font-size:16.5px; color:#fff; letter-spacing:0.02em; margin: 40px 0 12px; }
p, li { font-size:15px; color: rgba(237,237,237,0.75); }
ul, ol { padding-left: 22px; }
li { margin: 6px 0; }
table { width:100%; border-collapse: collapse; margin: 14px 0; font-size:14px; }
th, td { text-align:left; padding:11px 14px; border-bottom:1px solid rgba(192,192,192,0.14); }
th { font-family:'Orbitron',sans-serif; font-size:12px; letter-spacing:0.08em; color:rgba(192,192,192,0.7); }
footer.bot { border-top:1px solid rgba(192,192,192,0.1); padding: 28px 0 44px; margin-top:44px; }
footer.bot .wrap { font-size:12.5px; color: rgba(192,192,192,0.5); line-height:1.7; }
