// access_check

18+ only.

Denied.

Privacy Policy

// privacy_by_architecture

Xenvarion's privacy model is baked into our architecture, not bolted on as an afterthought. Our Social Casino system was designed from the ground up to operate without personal data dependencies. This document provides a complete audit of our data practices.

// data_store: minimal

Xenvarion persists exactly one key-value pair in your browser's localStorage: the age verification flag. This boolean-equivalent value stores whether you confirmed being 18+. No other data is written, read from, or transmitted to any server.

// cookies: false

Cookie deployment is set to false across the entire Xenvarion platform. No cookie of any type is created. LocalStorage for age verification is the sole client-side persistence mechanism.

// external_requests

JetBrains Mono and DM Sans fonts are fetched from Google Fonts. Standard HTTP metadata accompanies these requests. This external dependency is documented here for full transparency.

// tracking: null

Tracking functionality returns null on Xenvarion. No analytics libraries, advertising SDKs, behavioral monitors, or telemetry systems are included in our codebase. Your session data exists only in your browser's volatile memory.

// age_check: minors

Our system is designed for adult users (18+) exclusively. We do not knowingly process data from minors. The age gate serves as our primary access control mechanism.

// user_control

Delete localStorage data through your browser's developer tools or settings. No server-side cleanup is needed because no server-side data exists.

// changelog

This policy may receive updates. Changes deploy here. Check periodically.