/* Araneo legal-page chrome — shared by gdpr, tos, privacy-policy, cookie-policy, data-deletion */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
 background: #000;
 color: #fff;
 font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-size: 14px;
 min-height: 100vh;
}
a { text-decoration: none; color: #aed914; }
a:hover { text-decoration: underline; }

.nav {
 position: fixed; top: 0; left: 0; right: 0; z-index: 100;
 background: rgba(0,0,0,0.8); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
 border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-inner {
 max-width: 800px; margin: 0 auto; padding: 14px 24px;
 display: flex; align-items: center; justify-content: space-between;
}
.nav-logo img { height: 28px; width: auto; display: block; }
.nav-back { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.5); transition: color 0.15s; }
.nav-back:hover { color: #fff; text-decoration: none; }

.page { padding: 100px 24px 60px; position: relative; z-index: 1; }
.card {
 max-width: 800px; margin: 0 auto;
 background: rgba(13,13,13,0.8);
 backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
 border: 1px solid rgba(255,255,255,0.08);
 border-radius: 16px;
 padding: 48px 44px;
}
@media (max-width: 600px) { .card { padding: 32px 22px; } }

h1 { font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -0.03em; margin-bottom: 8px; }
.updated { font-size: 12px; color: rgba(255,255,255,0.3); margin-bottom: 36px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.08); }
h2 { font-size: 15px; font-weight: 700; color: #aed914; margin: 32px 0 10px; letter-spacing: -0.01em; }
h3 { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.8); margin: 20px 0 8px; }
p, li { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 12px; }
ul, ol { padding-left: 20px; margin-bottom: 16px; }
li { margin-bottom: 6px; }
li::marker { color: rgba(255,255,255,0.15); }

.footer { max-width: 800px; margin: 0 auto; padding: 24px 24px 40px; text-align: center; }
.footer-text { font-size: 11px; color: rgba(255,255,255,0.2); }
.footer-links { display: flex; justify-content: center; gap: 16px; margin-bottom: 12px; flex-wrap: wrap; }
.footer-links a { font-size: 11px; color: rgba(255,255,255,0.3); transition: color 0.15s; }
.footer-links a:hover { color: #fff; text-decoration: none; }

.bg-glow {
 position: fixed; top: 0; left: 50%; transform: translateX(-50%);
 width: 900px; height: 400px;
 background: radial-gradient(ellipse at 50% 0%, rgba(174,217,20,0.14) 0%, transparent 70%);
 pointer-events: none; z-index: 0;
}
#particles-canvas {
 position: fixed; inset: 0; width: 100%; height: 100%;
 z-index: 0; opacity: 0.35; pointer-events: none;
}
