*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
-webkit-tap-highlight-color:transparent;
}

body{
background:linear-gradient(180deg,#181a20 0%,#251c2f 100%);
color:#e8eaf0;
overflow-x:hidden;
line-height:1.65;
min-height:100vh;
}

body::before{
content:"";
position:fixed;
top:-60px;
right:-40px;
width:200px;
height:200px;
border-radius:50%;
background:rgba(139,92,246,.12);
filter:blur(80px);
pointer-events:none;
}

body::after{
content:"";
position:fixed;
bottom:-80px;
left:-50px;
width:180px;
height:180px;
border-radius:50%;
background:rgba(124,58,237,.10);
filter:blur(90px);
pointer-events:none;
}

.wrapper{
max-width:720px;
margin:0 auto;
padding:16px 14px 48px;
position:relative;
z-index:1;
}

.topbar{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:20px;
}

.brand{
display:flex;
align-items:center;
gap:10px;
text-decoration:none;
color:inherit;
}

.brand-icon{
width:32px;
height:32px;
flex-shrink:0;
display:block;
border-radius:10px;
box-shadow:0 0 16px rgba(124,58,237,.35);
}

.brand-name{
font-size:13px;
font-weight:800;
letter-spacing:.4px;
color:#fff;
}

.back-link{
display:inline-flex;
align-items:center;
gap:6px;
margin-bottom:18px;
font-size:13px;
font-weight:800;
color:#b8a7ff;
text-decoration:none;
}

.back-link:hover{
text-decoration:underline;
}

.page-hero{
margin-bottom:22px;
}

.page-title{
font-size:30px;
line-height:1.15;
font-weight:800;
letter-spacing:-.5px;
color:#fff;
margin-bottom:10px;
}

.page-lead{
font-size:15px;
color:rgba(255,255,255,.72);
max-width:640px;
}

.legal-nav{
display:flex;
flex-wrap:wrap;
gap:8px;
margin-bottom:24px;
}

.legal-nav a{
padding:8px 14px;
border-radius:999px;
font-size:11px;
font-weight:800;
letter-spacing:.3px;
text-decoration:none;
color:rgba(255,255,255,.85);
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
}

.legal-nav a:hover,
.legal-nav a.active{
color:#fff;
background:linear-gradient(180deg,#8b5cf6,#7c3aed);
border-color:transparent;
}

.legal-card{
padding:20px 18px;
margin-bottom:14px;
border-radius:20px;
background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
border:1px solid rgba(255,255,255,.06);
box-shadow:0 0 0 1px rgba(255,255,255,.02) inset;
}

.legal-card h2{
font-size:18px;
font-weight:800;
color:#b8a7ff;
margin-bottom:12px;
}

.legal-card h3{
font-size:14px;
font-weight:800;
color:#fff;
margin:16px 0 8px;
}

.legal-card p,
.legal-card li{
font-size:14px;
color:rgba(255,255,255,.78);
margin-bottom:10px;
}

.legal-card ul,
.legal-card ol{
padding-left:20px;
margin-bottom:10px;
}

.legal-card li{
margin-bottom:6px;
}

.legal-card a{
color:#c4b5fd;
font-weight:700;
}

.legal-card strong{
color:#fff;
}

.contact-box{
padding:16px;
border-radius:14px;
background:rgba(139,92,246,.08);
border:1px solid rgba(139,92,246,.22);
margin-top:8px;
}

.contact-box p:last-child{
margin-bottom:0;
}

.site-footer{
margin-top:28px;
padding-top:18px;
border-top:1px solid rgba(255,255,255,.06);
font-size:12px;
color:rgba(255,255,255,.45);
text-align:center;
}

.site-footer a{
color:#b8a7ff;
text-decoration:none;
font-weight:700;
}

.updated{
font-size:12px;
color:rgba(255,255,255,.45);
margin-top:8px;
}
