Privacy.html 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width,initial-scale=1" />
  6. <title>Privacy Policy</title>
  7. <meta name="description" content="Privacy Policy" />
  8. <style>
  9. :root{
  10. --bg:#0b0f17; --card:#121a27; --text:#e6edf6; --muted:#9fb0c3;
  11. --line:#233044; --primary:#6aa6ff; --shadow:0 10px 30px rgba(0,0,0,.35);
  12. --radius:16px; --max:980px;
  13. --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  14. }
  15. @media (prefers-color-scheme: light){
  16. :root{ --bg:#f7f8fb; --card:#fff; --text:#1c2430; --muted:#5b6b7e;
  17. --line:#e7ebf3; --primary:#2f6fff; --shadow:0 10px 24px rgba(18,26,39,.08);}
  18. }
  19. *{box-sizing:border-box}
  20. body{margin:0;font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.7}
  21. a{color:var(--primary);text-decoration:none} a:hover{text-decoration:underline}
  22. .wrap{max-width:var(--max);margin:0 auto;padding:0 16px}
  23. header{padding:48px 0 18px}
  24. h1{margin:0;font-size:clamp(26px,3vw,40px)}
  25. .meta{margin-top:10px;color:var(--muted);font-size:14px}
  26. main{padding:0 0 64px}
  27. .card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  28. box-shadow:var(--shadow);padding:22px}
  29. h2{margin:24px 0 10px;font-size:20px}
  30. p{margin:10px 0}
  31. ul{margin:8px 0 12px 20px;padding:0}
  32. li{margin:6px 0}
  33. .hr{height:1px;background:var(--line);margin:18px 0}
  34. footer{padding:22px 0 40px;color:var(--muted);font-size:13px}
  35. .note{border-left:3px solid var(--primary);padding:10px 12px;border-radius:12px;
  36. background:rgba(106,166,255,.10);border:1px solid rgba(106,166,255,.22);margin:12px 0}
  37. </style>
  38. </head>
  39. <body>
  40. <header>
  41. <div class="wrap">
  42. <h1>Privacy Policy</h1>
  43. <p class="meta">
  44. If you have questions, contact us at
  45. <a href="mailto:gameservice@gmail.com">gameservice@gmail.com</a>.
  46. </p>
  47. </div>
  48. </header>
  49. <main>
  50. <div class="wrap">
  51. <article class="card">
  52. <p>
  53. This Privacy Policy explains how We
  54. collects, uses, and shares information when you use (the “Service”).
  55. </p>
  56. <div class="note">
  57. <strong>Short version:</strong> We only collect information needed to run the Service, keep it secure,
  58. and improve it. We do not sell your personal information.
  59. </div>
  60. <h2>1) Information We Collect</h2>
  61. <p>We may collect the following types of information:</p>
  62. <ul>
  63. <li><strong>Information you provide</strong>: such as your name, email address, messages you send us, or other details you submit through forms.</li>
  64. <li><strong>Usage data</strong>: such as pages viewed, actions taken, referring/exit pages, and timestamps.</li>
  65. <li><strong>Device and log data</strong>: such as IP address, browser type, device identifiers, operating system, and error logs.</li>
  66. <li><strong>Cookies</strong>: small files stored on your device to help the site work and remember preferences.</li>
  67. </ul>
  68. <h2>2) How We Use Information</h2>
  69. <p>We use information to:</p>
  70. <ul>
  71. <li>Provide, maintain, and improve the Service;</li>
  72. <li>Operate features you request and respond to support messages;</li>
  73. <li>Monitor and protect the security of the Service (fraud prevention, abuse detection);</li>
  74. <li>Analyze usage to understand what works and fix issues;</li>
  75. <li>Comply with legal obligations and enforce our terms.</li>
  76. </ul>
  77. <h2>3) How We Share Information</h2>
  78. <p>We may share information in limited circumstances:</p>
  79. <ul>
  80. <li><strong>Service providers</strong> that help us run the Service (e.g., hosting, analytics, email delivery), under appropriate confidentiality and security obligations;</li>
  81. <li><strong>Legal and safety</strong> reasons, if required by law or to protect rights, safety, and security;</li>
  82. <li><strong>Business transfers</strong>, if we are involved in a merger, acquisition, or asset sale (you will be notified if required).</li>
  83. </ul>
  84. <p><strong>We do not sell your personal information.</strong></p>
  85. <h2>4) Cookies</h2>
  86. <p>
  87. We use cookies and similar technologies to operate the Service and improve your experience.
  88. You can control cookies through your browser settings. Disabling cookies may affect certain features.
  89. </p>
  90. <h2>5) Data Security</h2>
  91. <p>
  92. We use reasonable administrative, technical, and physical safeguards designed to protect information.
  93. However, no method of transmission or storage is 100% secure.
  94. </p>
  95. <h2>6) Data Retention</h2>
  96. <p>
  97. We keep information only as long as necessary for the purposes described in this Policy,
  98. unless a longer retention period is required or permitted by law.
  99. </p>
  100. <h2>7) Your Choices</h2>
  101. <p>Depending on where you live, you may have rights to:</p>
  102. <ul>
  103. <li>Access, correct, or delete your personal information;</li>
  104. <li>Object to or restrict certain processing;</li>
  105. <li>Withdraw consent where processing is based on consent.</li>
  106. </ul>
  107. <p>
  108. To make a request, contact us at <a href="mailto:gameservice@gmail.com">gameservice@gmail.com</a>.
  109. We may ask you to verify your identity.
  110. </p>
  111. <h2>8) Children’s Privacy</h2>
  112. <p>
  113. The Service is not intended for children under the age of <strong>18</strong>.
  114. If you believe a child has provided us personal information, contact us and we will take appropriate steps.
  115. </p>
  116. <h2>9) International Users</h2>
  117. <p>
  118. Your information may be processed in countries other than your own. We take steps to protect information
  119. consistent with this Policy.
  120. </p>
  121. <h2>10) Changes to This Policy</h2>
  122. <p>
  123. We may update this Policy from time to time. We will post the updated version on this page and update the
  124. effective date above.
  125. </p>
  126. <h2>11) Contact Us</h2>
  127. <p>
  128. Email: <a href="mailto:gameservice@gmail.com">gameservice@gmail.com</a>
  129. </p>
  130. <div class="hr"></div>
  131. <p style="color:var(--muted);font-size:13px;margin:0">
  132. This page is provided for general informational purposes and does not constitute legal advice.
  133. </p>
  134. </article>
  135. </div>
  136. </main>
  137. <footer>
  138. <div class="wrap">
  139. © <span id="y"></span> Game. All rights reserved.
  140. </div>
  141. </footer>
  142. <script>
  143. // For display only; no tracking.
  144. document.getElementById("y").textContent = String(new Date().getFullYear());
  145. </script>
  146. </body>
  147. </html>