/* Estilo compartido de las páginas legales de Gigbusters (mismos tokens que la landing). */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600;700&family=Inter:wght@400;600;700&display=swap');
*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#14101A; --surface:#1E1728; --line:rgba(255,255,255,.08);
  --ink:#F3EFF7; --muted:#A395B5; --brand-tx:#CBA9E8;
}
body{background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;line-height:1.7}
.wrap{max-width:760px;margin:0 auto;padding:0 24px 80px}
header{display:flex;align-items:center;gap:12px;padding:22px 0;border-bottom:1px solid var(--line);margin-bottom:32px}
header img{width:34px;height:34px;border-radius:50%}
header a{color:var(--ink);text-decoration:none;font-family:'Space Grotesk';font-weight:700}
h1{font-family:'Space Grotesk';font-size:clamp(24px,5vw,34px);margin-bottom:6px}
.updated{color:var(--muted);font-size:13px;margin-bottom:28px}
.draft{background:rgba(233,161,59,.12);border:1px solid rgba(233,161,59,.35);color:#F0C078;
  border-radius:12px;padding:12px 16px;font-size:13px;margin-bottom:28px}
h2{font-family:'Space Grotesk';font-size:19px;margin:28px 0 8px}
p,li{color:#D9D1E4;font-size:15px}
ul{margin:8px 0 8px 20px}
li{margin-bottom:5px}
a{color:var(--brand-tx)}
.ph{color:#F0C078;font-style:italic}
footer{border-top:1px solid var(--line);padding:22px 0;text-align:center;font-size:12px;color:var(--muted)}
footer a{margin:0 8px}
