/* legal.css — sex-chat.pl */
:root{
--bg:#07140e;--bg2:#0b1d14;--surface:#0f291c;--surface2:#143424;
--line:rgba(134,239,172,.14);--line2:rgba(134,239,172,.32);
--ink:#eefdf3;--muted:#a8ccb6;--dim:#7a9d88;
--mint:#4ade80;--lime:#a3e635;
}
*{margin:0;padding:0;box-sizing:border-box}
body{background:var(--bg);color:var(--ink);font-family:'Rubik',system-ui,sans-serif;font-size:16.5px;line-height:1.78;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--mint);text-decoration:none}
a:hover{color:var(--lime)}
h1,h2,h3{font-family:'Archivo',sans-serif;line-height:1.2;letter-spacing:-.03em}
h1{font-size:clamp(1.65rem,3.8vw,2.3rem);font-weight:800;margin-bottom:10px}
h2{font-size:1.12rem;font-weight:700;margin:36px 0 12px;color:var(--ink)}
h3{font-size:.99rem;font-weight:700;margin:22px 0 8px}
p{margin-bottom:14px;color:var(--muted)}
strong{color:var(--ink);font-weight:600}
ul,ol{margin:0 0 16px 22px}
li{margin-bottom:8px;color:var(--muted)}
.wrap{max-width:850px;margin:0 auto;padding:0 22px}
header.doc{border-bottom:1px solid var(--line);background:rgba(7,20,14,.92);position:sticky;top:0;z-index:10;backdrop-filter:blur(14px)}
header.doc .wrap{display:flex;align-items:center;justify-content:space-between;height:66px}
header.doc img{height:26px;width:auto}
header.doc a.back{font-size:.88rem;color:var(--muted)}
header.doc a.back:hover{color:var(--lime)}
main{padding:46px 0 68px}
.meta{font-size:.85rem;color:var(--dim);margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.note{background:var(--surface);border:1px solid var(--line2);border-radius:18px;padding:20px 24px;margin:24px 0}
.note p:last-child{margin-bottom:0}
.toc{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:22px 26px;margin-bottom:30px}
.toc ol{margin:0 0 0 20px}
.toc li{margin-bottom:5px;font-size:.93rem}
footer.doc{border-top:1px solid var(--line);padding:30px 0 56px;background:var(--bg2)}
footer.doc nav{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:16px}
footer.doc nav a{font-size:.88rem;color:var(--muted)}
footer.doc p{font-size:.8rem;color:var(--dim);margin-bottom:8px}
@media(max-width:640px){body{font-size:16px}main{padding:32px 0 48px}}
