.privacy-root{--bg:#0e1116;--bg-soft:#161a21;--bg-elev:#1c2029;--ink:#0e1116;--text-on-dark:#fff;--text-on-dark-soft:#b8bfcc;--text-on-dark-muted:#7a8396;--line-dark:#252a33;--brand-yellow:#f5e742;--brand-green:#4be178;--brand-cyan:#3be5c8;--brand-blue:#4a7aff;--brand-purple:#9b6bff;--gradient-brand:linear-gradient(135deg, #f5e742 0%, #4be178 30%, #3be5c8 50%, #4a7aff 75%, #9b6bff 100%);background:var(--bg);color:var(--text-on-dark);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Manrope,-apple-system,sans-serif;line-height:1.6}.privacy-root *{box-sizing:border-box}.privacy-root .container{max-width:880px;margin:0 auto;padding:0 24px}.privacy-root .nav-top{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--line-dark);background:#0e1116d9;padding:16px 0;position:sticky;top:0}.privacy-root .nav-top .container{justify-content:space-between;align-items:center;max-width:1280px;display:flex}.privacy-root .brand{letter-spacing:-.02em;background:var(--gradient-brand);color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:700;text-decoration:none}.privacy-root .nav-back{color:var(--text-on-dark-soft);border:1px solid var(--line-dark);border-radius:999px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.privacy-root .nav-back:hover{color:var(--text-on-dark);background:#ffffff08;border-color:#ffffff4d}.privacy-root .page-header{border-bottom:1px solid var(--line-dark);padding:80px 0 48px;position:relative;overflow:hidden}.privacy-root .page-header:before{content:"";background:var(--gradient-brand);filter:blur(160px);opacity:.1;pointer-events:none;width:500px;height:500px;position:absolute;top:-150px;right:-150px}.privacy-root .eyebrow{color:var(--brand-cyan);letter-spacing:.15em;text-transform:uppercase;border:1px solid var(--line-dark);background:#3be5c80f;border-radius:999px;margin-bottom:16px;padding:6px 12px;font-family:JetBrains Mono,monospace;font-size:12px;display:inline-block}.privacy-root h1.page-title{letter-spacing:-.03em;margin-bottom:16px;font-family:Bricolage Grotesque,sans-serif;font-size:clamp(36px,5vw,56px);font-weight:600;line-height:1.05}.privacy-root .page-lead{color:var(--text-on-dark-soft);max-width:720px;font-size:18px;line-height:1.55}.privacy-root .meta-row{color:var(--text-on-dark-muted);text-transform:uppercase;letter-spacing:.08em;flex-wrap:wrap;gap:16px 32px;margin-top:32px;font-family:JetBrains Mono,monospace;font-size:12px;display:flex}.privacy-root .meta-row strong{color:var(--text-on-dark);font-weight:600}.privacy-root .toc{background:var(--bg-soft);border:1px solid var(--line-dark);border-radius:16px;margin:48px 0;padding:24px 28px}.privacy-root .toc h2{text-transform:uppercase;letter-spacing:.12em;color:var(--text-on-dark-muted);margin-bottom:16px;font-family:Bricolage Grotesque,sans-serif;font-size:13px;font-weight:700}.privacy-root .toc ol{counter-reset:toc;grid-template-columns:repeat(2,1fr);gap:8px 24px;padding:0;list-style:none;display:grid}.privacy-root .toc ol li{counter-increment:toc;font-size:14px}.privacy-root .toc ol li:before{content:counter(toc, decimal-leading-zero) ".";color:var(--brand-cyan);margin-right:10px;font-family:JetBrains Mono,monospace;font-size:12px}.privacy-root .toc a{color:var(--text-on-dark-soft);text-decoration:none;transition:color .2s}.privacy-root .toc a:hover{color:var(--text-on-dark)}.privacy-root .main{padding:24px 0 80px}.privacy-root .policy{border-bottom:1px solid var(--line-dark);padding:40px 0;scroll-margin-top:80px}.privacy-root .policy:last-of-type{border-bottom:none}.privacy-root .policy h2{letter-spacing:-.02em;align-items:baseline;gap:14px;margin-bottom:20px;font-family:Bricolage Grotesque,sans-serif;font-size:28px;font-weight:600;line-height:1.15;display:flex}.privacy-root .policy h2 .num{color:var(--brand-cyan);letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:14px;font-weight:500}.privacy-root .policy h3{letter-spacing:-.01em;color:var(--text-on-dark);margin:28px 0 12px;font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:600}.privacy-root .policy p{color:var(--text-on-dark-soft);margin-bottom:16px;font-size:16px}.privacy-root .policy ul,.privacy-root .policy ol{margin:12px 0 20px;padding-left:0;list-style:none}.privacy-root .policy ul li,.privacy-root .policy ol li{color:var(--text-on-dark-soft);margin-bottom:10px;padding-left:22px;font-size:16px;line-height:1.55;position:relative}.privacy-root .policy ul li:before{content:"";background:var(--brand-green);border-radius:50%;width:6px;height:6px;position:absolute;top:11px;left:0}.privacy-root .policy ol{counter-reset:nested}.privacy-root .policy ol li{counter-increment:nested}.privacy-root .policy ol li:before{content:counter(nested) ".";color:var(--brand-cyan);font-family:JetBrains Mono,monospace;font-size:13px;position:absolute;top:0;left:0}.privacy-root .policy strong{color:var(--text-on-dark);font-weight:600}.privacy-root .policy a{color:var(--brand-cyan);border-bottom:1px solid #3be5c84d;text-decoration:none;transition:border-color .2s}.privacy-root .policy a:hover{border-color:var(--brand-cyan)}.privacy-root .policy code{background:var(--bg-elev);color:var(--brand-cyan);border:1px solid var(--line-dark);border-radius:6px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:13px}.privacy-root .data-table{border-collapse:separate;border-spacing:0;border:1px solid var(--line-dark);border-radius:12px;width:100%;margin:16px 0 24px;font-size:14px;overflow:hidden}.privacy-root .data-table th,.privacy-root .data-table td{text-align:left;border-bottom:1px solid var(--line-dark);vertical-align:top;color:var(--text-on-dark-soft);padding:14px 18px}.privacy-root .data-table thead th{background:var(--bg-soft);color:var(--text-on-dark-muted);text-transform:uppercase;letter-spacing:.1em;font-family:Bricolage Grotesque,sans-serif;font-size:12px;font-weight:700}.privacy-root .data-table tbody tr:last-child td{border-bottom:none}.privacy-root .data-table tbody tr:hover td{background:#ffffff04}.privacy-root .data-table td:first-child{color:var(--text-on-dark);width:30%;font-weight:600}.privacy-root .callout{background:var(--bg-soft);border:1px solid var(--line-dark);border-left:3px solid var(--brand-green);border-radius:12px;margin:20px 0;padding:20px 24px}.privacy-root .callout p:last-child{margin-bottom:0}.privacy-root .callout.warn{border-left-color:var(--brand-yellow)}.privacy-root .callout.info{border-left-color:var(--brand-blue)}.privacy-root .contact-box{background:var(--bg-soft);border:1px solid var(--line-dark);border-radius:20px;margin-top:40px;padding:32px;position:relative;overflow:hidden}.privacy-root .contact-box:before{content:"";background:var(--gradient-brand);filter:blur(120px);opacity:.1;pointer-events:none;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.privacy-root .contact-box h3{margin-bottom:12px;font-family:Bricolage Grotesque,sans-serif;font-size:22px}.privacy-root .contact-box .contact-email{color:var(--ink);background:#fff;border:none;border-radius:999px;margin-top:8px;padding:12px 22px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.privacy-root .contact-box .contact-email:hover{transform:translateY(-1px);box-shadow:0 10px 30px #ffffff26}.privacy-root .footer-bottom{border-top:1px solid var(--line-dark);background:var(--bg);padding:32px 0}.privacy-root .footer-bottom .container{max-width:1280px;color:var(--text-on-dark-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:13px;display:flex}.privacy-root .footer-links{gap:24px;display:flex}.privacy-root .footer-links a{color:var(--text-on-dark-soft);text-decoration:none;transition:color .2s}.privacy-root .footer-links a:hover{color:var(--text-on-dark)}@media (max-width:720px){.privacy-root .toc ol{grid-template-columns:1fr}.privacy-root .page-header{padding:56px 0 32px}.privacy-root .policy{padding:32px 0}.privacy-root .policy h2{flex-direction:column;align-items:flex-start;gap:4px;font-size:24px}.privacy-root .data-table{font-size:13px}.privacy-root .data-table th,.privacy-root .data-table td{padding:10px 12px}.privacy-root .data-table td:first-child{width:auto}}
