/* Style partagé des pages légales Wayston Labs (fond sombre, carte blanche). */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600&display=swap');
:root{--bg:#0f1117;--card:#fff;--ink:#1f2430;--muted:#6b7280;--line:#e5e8ec;--gold:#F1B500;--accent:#C8102E;}
*{margin:0;padding:0;box-sizing:border-box;}
body{background:#0f1117;color:#ede4d3;font-family:'Inter',system-ui,sans-serif;line-height:1.6;
     background-image:radial-gradient(circle at top center,rgba(200,16,46,.08),transparent 55%);background-attachment:fixed;}
.topband{padding:18px 0;border-bottom:1px solid rgba(237,228,211,.06);}
.topband .inner{max-width:820px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.brand{display:flex;flex-direction:column;}
.brand .name{font-family:Georgia,serif;font-size:20px;letter-spacing:4px;color:#ede4d3;}
.brand .rule{height:1px;background:var(--gold);margin:5px 0 4px;width:100%;}
.brand .tag{color:#E63950;font-size:9px;letter-spacing:3px;}
.topband a.back{color:rgba(237,228,211,.75);font-size:13px;text-decoration:none;white-space:nowrap;}
.topband a.back:hover{color:var(--gold);}
.container{max-width:820px;margin:30px auto 60px;padding:0 20px;}
.page-title{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,5vw,2.6rem);font-weight:600;color:#f3ede0;margin-bottom:.3rem;}
.page-sub{color:rgba(237,228,211,.55);font-size:.9rem;margin-bottom:1.6rem;}
.card{background:var(--card);color:var(--ink);border:1px solid var(--line);border-radius:14px;box-shadow:0 6px 20px rgba(0,0,0,.25);padding:32px;}
.card h2{font-size:1.15rem;color:var(--ink);margin:1.8rem 0 .6rem;}
.card h2:first-child{margin-top:0;}
.card p,.card li{font-size:14.5px;color:#374151;}
.card ul{margin:.4rem 0 .4rem 1.2rem;}
.card li{margin:.25rem 0;}
.card a{color:var(--accent);}
.todo{background:#fff7e0;border:1px solid #f3e3a8;border-radius:8px;padding:10px 14px;color:#7a5b00;font-size:13px;margin:.6rem 0;}
.updated{color:var(--muted);font-size:12.5px;margin-top:2rem;border-top:1px solid var(--line);padding-top:1rem;}
footer{max-width:820px;margin:0 auto;padding:0 20px 50px;text-align:center;}
.foot-legal{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;margin-bottom:.8rem;}
.foot-legal a{color:rgba(237,228,211,.6);text-decoration:none;font-size:.82rem;}
.foot-legal a:hover{color:var(--gold);}
.foot-copy{font-size:.8rem;color:rgba(237,228,211,.4);}
