@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap");
:root{--bg:#06152d;--line:rgba(129,189,255,.2);--light:#62c4ff;--text:#f8fbff;--muted:#9fb2cd}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 80% 0,rgba(24,119,242,.22),transparent 30rem),var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}.legal-header{width:min(1080px,calc(100% - 36px));height:84px;margin:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.legal-header img{width:96px;height:50px;object-fit:contain}.legal-header a:last-child{color:var(--muted);font-size:.8rem;font-weight:700;text-decoration:none}.legal-page{width:min(900px,calc(100% - 36px));margin:auto;padding:80px 0 120px}.eyebrow{margin:0;color:var(--light);font-size:.7rem;font-weight:900;letter-spacing:.2em}.legal-page h1{margin:10px 0 34px;font-size:clamp(2.5rem,7vw,5rem);line-height:1;letter-spacing:-.055em}.legal-content{min-height:420px;padding:32px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(14,49,96,.9),rgba(7,24,52,.96));line-height:1.7}.legal-content h2{margin-top:2em}.legal-content a{color:var(--light)}@media(max-width:600px){.legal-page{padding-top:55px}.legal-content{padding:22px}.legal-header a:last-child{font-size:.72rem}}
