@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Sora:wght@400;500;600;700;800&display=swap");:root{--font:"DM Sans",system-ui,sans-serif;--head:"Sora",system-ui,sans-serif;--brand:#6366f1;--b2:#818cf8;--t1:#1a1a2e;--t2:#4a4a6a;--t3:#88a;--bg:#0d0b1a;--card:hsla(0,0%,100%,.04);--bd:hsla(0,0%,100%,.08);--r:12px}html{scroll-behavior:smooth}.legal-page,.legal-page *,.legal-page :after,.legal-page :before{box-sizing:border-box}.legal-page :where(p,ul,h1,h2,h3,h4){margin:0}.legal-page{min-height:100vh;font-family:var(--font);background:var(--bg);color:hsla(0,0%,100%,.85);line-height:1.8;-webkit-font-smoothing:antialiased}.legal-page a{color:var(--b2);text-decoration:none}.legal-page a:hover{text-decoration:underline}.legal-page .top-bar{position:sticky;top:0;z-index:100;background:rgba(13,11,26,.85);backdrop-filter:blur(20px);border-bottom:1px solid var(--bd);padding:0 40px;height:56px;display:flex;align-items:center;justify-content:space-between}.legal-page .logo{font-family:var(--head);font-size:20px;font-weight:800;color:#fff;letter-spacing:-.5px}.legal-page .logo span{color:var(--b2)}.legal-page .top-links{display:flex;gap:20px;align-items:center}.legal-page .top-links a{font-size:13px;color:hsla(0,0%,100%,.5);transition:color .2s}.legal-page .top-links a:hover{color:#fff;text-decoration:none}.legal-page .content{max-width:780px;margin:0 auto;padding:48px 24px 80px}.legal-page .page-title{font-family:var(--head);font-size:28px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:-.5px}.legal-page .page-sub{font-size:13px;color:var(--t3);margin-bottom:40px}.legal-page .section{margin-bottom:36px}.legal-page .section-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--bd)}.legal-page .section p{font-size:14px;color:hsla(0,0%,100%,.7);margin-bottom:10px}.legal-page .section ul{padding-left:20px;margin-bottom:10px}.legal-page .section li{font-size:14px;color:hsla(0,0%,100%,.65);margin-bottom:6px}.legal-page .data-table{width:100%;border-collapse:collapse;margin:12px 0 16px;font-size:13px}.legal-page .data-table th{text-align:left;padding:10px 12px;background:rgba(99,102,241,.1);color:var(--b2);font-weight:600;border-bottom:1px solid var(--bd)}.legal-page .data-table td{padding:10px 12px;border-bottom:1px solid var(--bd);color:hsla(0,0%,100%,.65)}.legal-page .footer{text-align:center;padding:32px 24px;font-size:12px;color:hsla(0,0%,100%,.25);border-top:1px solid var(--bd)}.legal-page .lang-btn{font-size:12px;color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.06);border:1px solid var(--bd);padding:4px 12px;border-radius:20px;cursor:pointer;transition:all .2s}.legal-page .lang-btn:hover{color:#fff;border-color:var(--b2)}@media(max-width:600px){.legal-page .top-bar{padding:0 16px}.legal-page .content{padding:32px 16px 60px}.legal-page .page-title{font-size:22px}.legal-page .data-table{font-size:12px}.legal-page .data-table td,.legal-page .data-table th{padding:8px}}