/* Estilo compartilhado das páginas legais — CENA DE CRIME */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  background:#0e0a07;
  color:#bfa987;
  line-height:1.7;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
a{color:#d4b888;transition:color .15s ease;touch-action:manipulation}
a:hover{color:#a8423a}
.wrap{max-width:760px;margin:0 auto;padding:2rem 1.25rem 4rem}
@media (min-width:720px){.wrap{padding:3rem 2rem 5rem}}

header.legal-header{
  background:#0a0705;
  border-bottom:1px solid #3d2f22;
  padding:1.25rem 0;
  position:relative;
}
header.legal-header::before{
  content:"";
  position:absolute;top:0;left:0;right:0;
  height:4px;
  background:repeating-linear-gradient(45deg,#000 0 8px,#d4b888 8px 16px);
}
.legal-header-inner{
  max-width:760px;margin:0 auto;padding:0 1.25rem;
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;
}
.legal-header a.brand{
  font-family:'Special Elite','Courier New',monospace;
  color:#f5e9d0;
  font-size:1.1rem;
  letter-spacing:.05em;
}
.legal-header a.back{
  color:#a08b6e;font-size:.85rem;
}

h1{
  font-family:'Special Elite','Courier New',monospace;
  color:#f5e9d0;
  font-size:clamp(1.75rem,5.5vw,2.5rem);
  margin-bottom:1rem;
  line-height:1.2;
}
.last-update{
  font-family:'Special Elite',monospace;
  color:#8a7559;
  font-size:.85rem;
  letter-spacing:.05em;
  margin-bottom:2rem;
  padding-bottom:1.5rem;
  border-bottom:1px solid #3d2f22;
}
h2{
  font-family:'Special Elite',monospace;
  color:#d4b888;
  font-size:1.3rem;
  margin:2.25rem 0 .75rem;
}
h3{
  font-family:'Inter',sans-serif;
  color:#f5e9d0;
  font-size:1.05rem;
  font-weight:600;
  margin:1.5rem 0 .5rem;
}
p{margin-bottom:1rem;color:#bfa987}
strong{color:#f5e9d0;font-weight:600}
ul,ol{margin:.75rem 0 1.25rem 1.5rem;color:#bfa987}
li{margin-bottom:.5rem;line-height:1.65}

.contact-block{
  background:#1a1410;
  border-left:3px solid #a8423a;
  padding:1.25rem 1.5rem;
  margin:2rem 0;
}
.contact-block p{margin-bottom:.4rem;font-size:.95rem}

table{
  width:100%;
  border-collapse:collapse;
  margin:1rem 0;
  font-size:.9rem;
}
th,td{
  padding:.6rem .75rem;
  text-align:left;
  border-bottom:1px solid #3d2f22;
}
th{
  color:#d4b888;
  font-family:'Special Elite',monospace;
  font-weight:400;
  font-size:.85rem;
}

footer.legal-footer{
  background:#0a0705;
  border-top:1px solid #2a2117;
  padding:2rem 1.25rem;
  text-align:center;
  font-family:'Special Elite',monospace;
  font-size:.75rem;
  color:#5a4632;
  line-height:1.7;
}
footer.legal-footer a{color:#8a7559;margin:0 .5rem}
footer.legal-footer strong{color:#8a7559;font-weight:400}
