*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#000;
  color:#fff;
  line-height:1.65;
}
a{color:inherit}
.legal-header{
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.95);
}
.legal-nav{
  width:min(92%, 980px);
  min-height:76px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.logo{
  text-decoration:none;
  font-size:1.65rem;
  font-weight:900;
  display:flex;
  align-items:center;
  gap:12px;
}
.logo span{color:#22d3ee}
.legal-brand-logo{
  width:48px;
  height:48px;
  object-fit:contain;
  filter:drop-shadow(0 0 12px rgba(56,189,248,.22));
}
.back-link{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  font-weight:700;
}
.back-link:hover{color:#fff}
main{
  width:min(92%, 900px);
  margin:0 auto;
  padding:70px 0 90px;
}
.legal-card{
  background:linear-gradient(180deg, rgba(20,20,35,.95), rgba(8,8,18,.98));
  border:1px solid rgba(34,211,238,.28);
  border-radius:24px;
  padding:clamp(28px, 5vw, 54px);
}
h1{
  font-size:clamp(2.4rem, 6vw, 4rem);
  line-height:1.05;
  margin-bottom:12px;
}
.updated{
  color:#a7a8b8;
  margin-bottom:36px;
}
h2{
  font-size:1.35rem;
  margin:32px 0 10px;
}
p,li{color:rgba(255,255,255,.78)}
ul{padding-left:22px}
.notice{
  margin-top:28px;
  padding:18px;
  border:1px solid rgba(34,211,238,.24);
  border-radius:14px;
  background:rgba(255,255,255,.04);
}
footer{
  border-top:1px solid rgba(255,255,255,.08);
  padding:32px 20px;
  text-align:center;
  color:rgba(255,255,255,.5);
}
