@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --background-body: #1a1625;
  --background-content: #2d2438;
  --text-primary: #ffffff;
  --text-secondary: #a855f7;
  --border-color: #3d3349;
  --card-background: #2d2438;
  --accent-color: #1877F2;
  --accent-hover: #db2777;
  --gradient-primary: linear-gradient(135deg, #1877F2 0%, #ec4899 100%);
}

/* Dark Mode Colors */
[data-theme="dark"] {
  --background-body: #1a1625;
  --background-content: #2d2438;
  --text-primary: #ffffff;
  --text-secondary: #a855f7;
  --border-color: #3d3349;
  --card-background: #2d2438;
  --accent-color: #a855f7;
  --accent-hover: #ec4899;
  --gradient-primary: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-primary);
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #f8f9fb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='360'%3E%3Ccircle cx='10' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.38'/%3E%3Ccircle cx='30' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.31'/%3E%3Ccircle cx='50' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.18'/%3E%3Ccircle cx='70' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='90' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='110' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='130' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.19'/%3E%3Ccircle cx='150' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.25'/%3E%3Ccircle cx='170' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.26'/%3E%3Ccircle cx='190' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.21'/%3E%3Ccircle cx='210' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='230' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='250' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='270' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='290' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='310' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='330' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='350' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='370' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='390' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='410' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='430' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.15'/%3E%3Ccircle cx='450' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.28'/%3E%3Ccircle cx='470' cy='10' r='1.8' fill='%238895a5' fill-opacity='0.45'/%3E%3Ccircle cx='10' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.34'/%3E%3Ccircle cx='30' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.25'/%3E%3Ccircle cx='50' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='70' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='90' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='110' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.15'/%3E%3Ccircle cx='130' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.25'/%3E%3Ccircle cx='150' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.31'/%3E%3Ccircle cx='170' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.3'/%3E%3Ccircle cx='190' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.22'/%3E%3Ccircle cx='210' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='230' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='250' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='270' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='290' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='310' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='330' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='350' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='370' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='390' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='410' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='430' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.11'/%3E%3Ccircle cx='450' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.2'/%3E%3Ccircle cx='470' cy='30' r='1.8' fill='%238895a5' fill-opacity='0.31'/%3E%3Ccircle cx='10' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.27'/%3E%3Ccircle cx='30' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.18'/%3E%3Ccircle cx='50' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='70' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='90' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='110' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.19'/%3E%3Ccircle cx='130' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.29'/%3E%3Ccircle cx='150' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.33'/%3E%3Ccircle cx='170' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.29'/%3E%3Ccircle cx='190' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.2'/%3E%3Ccircle cx='210' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.11'/%3E%3Ccircle cx='230' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='250' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='270' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='290' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='310' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='330' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='350' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='370' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='390' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='410' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='430' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='450' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.11'/%3E%3Ccircle cx='470' cy='50' r='1.8' fill='%238895a5' fill-opacity='0.17'/%3E%3Ccircle cx='10' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.18'/%3E%3Ccircle cx='30' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='50' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='70' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='90' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='110' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.22'/%3E%3Ccircle cx='130' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.29'/%3E%3Ccircle cx='150' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.3'/%3E%3Ccircle cx='170' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.24'/%3E%3Ccircle cx='190' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.15'/%3E%3Ccircle cx='210' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='230' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='250' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='270' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='290' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='310' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='330' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='350' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='370' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='390' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='410' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='430' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='450' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='470' cy='70' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='10' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.11'/%3E%3Ccircle cx='30' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='50' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='70' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='90' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.13'/%3E%3Ccircle cx='110' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.21'/%3E%3Ccircle cx='130' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.26'/%3E%3Ccircle cx='150' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.24'/%3E%3Ccircle cx='170' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.17'/%3E%3Ccircle cx='190' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='210' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='230' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='250' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='270' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='290' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.11'/%3E%3Ccircle cx='310' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='330' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='350' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='370' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='390' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='410' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='430' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='450' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='470' cy='90' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='10' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='30' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='50' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='70' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='90' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='110' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.18'/%3E%3Ccircle cx='130' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.19'/%3E%3Ccircle cx='150' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.16'/%3E%3Ccircle cx='170' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='190' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='210' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='230' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='250' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='270' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.15'/%3E%3Ccircle cx='290' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.11'/%3E%3Ccircle cx='310' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='330' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='350' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='370' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='390' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.19'/%3E%3Ccircle cx='410' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.2'/%3E%3Ccircle cx='430' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.16'/%3E%3Ccircle cx='450' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.11'/%3E%3Ccircle cx='470' cy='110' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='10' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='30' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='50' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='70' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='90' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='110' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.13'/%3E%3Ccircle cx='130' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.13'/%3E%3Ccircle cx='150' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='170' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='190' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='210' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='230' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='250' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.17'/%3E%3Ccircle cx='270' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.16'/%3E%3Ccircle cx='290' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.11'/%3E%3Ccircle cx='310' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='330' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='350' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='370' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.22'/%3E%3Ccircle cx='390' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.3'/%3E%3Ccircle cx='410' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.32'/%3E%3Ccircle cx='430' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.27'/%3E%3Ccircle cx='450' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.19'/%3E%3Ccircle cx='470' cy='130' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='10' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='30' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='50' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='70' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='90' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='110' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='130' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='150' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='170' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='190' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='210' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='230' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.17'/%3E%3Ccircle cx='250' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.19'/%3E%3Ccircle cx='270' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.15'/%3E%3Ccircle cx='290' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='310' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='330' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='350' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.19'/%3E%3Ccircle cx='370' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.33'/%3E%3Ccircle cx='390' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.43'/%3E%3Ccircle cx='410' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.45'/%3E%3Ccircle cx='430' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.37'/%3E%3Ccircle cx='450' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.26'/%3E%3Ccircle cx='470' cy='150' r='1.8' fill='%238895a5' fill-opacity='0.15'/%3E%3Ccircle cx='10' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='30' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='50' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='70' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='90' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='110' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='130' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='150' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='170' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='190' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='210' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.13'/%3E%3Ccircle cx='230' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.17'/%3E%3Ccircle cx='250' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.17'/%3E%3Ccircle cx='270' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.13'/%3E%3Ccircle cx='290' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='310' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='330' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.13'/%3E%3Ccircle cx='350' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.28'/%3E%3Ccircle cx='370' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.44'/%3E%3Ccircle cx='390' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.54'/%3E%3Ccircle cx='410' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.53'/%3E%3Ccircle cx='430' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.43'/%3E%3Ccircle cx='450' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.29'/%3E%3Ccircle cx='470' cy='170' r='1.8' fill='%238895a5' fill-opacity='0.16'/%3E%3Ccircle cx='10' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='30' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='50' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='70' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='90' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='110' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='130' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='150' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='170' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='190' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='210' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.13'/%3E%3Ccircle cx='230' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.15'/%3E%3Ccircle cx='250' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='270' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='290' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='310' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='330' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.18'/%3E%3Ccircle cx='350' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.35'/%3E%3Ccircle cx='370' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.51'/%3E%3Ccircle cx='390' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.58'/%3E%3Ccircle cx='410' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.55'/%3E%3Ccircle cx='430' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.42'/%3E%3Ccircle cx='450' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.26'/%3E%3Ccircle cx='470' cy='190' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='10' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='30' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='50' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='70' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='90' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='110' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='130' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='150' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='170' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='190' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='210' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='230' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='250' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='270' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='290' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='310' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='330' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.21'/%3E%3Ccircle cx='350' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.38'/%3E%3Ccircle cx='370' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.51'/%3E%3Ccircle cx='390' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.56'/%3E%3Ccircle cx='410' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.49'/%3E%3Ccircle cx='430' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.35'/%3E%3Ccircle cx='450' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.2'/%3E%3Ccircle cx='470' cy='210' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='10' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='30' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='50' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='70' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='90' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='110' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='130' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='150' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='170' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='190' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='210' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='230' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='250' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='270' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='290' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='310' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.11'/%3E%3Ccircle cx='330' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.22'/%3E%3Ccircle cx='350' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.36'/%3E%3Ccircle cx='370' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.45'/%3E%3Ccircle cx='390' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.46'/%3E%3Ccircle cx='410' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.38'/%3E%3Ccircle cx='430' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.25'/%3E%3Ccircle cx='450' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.13'/%3E%3Ccircle cx='470' cy='230' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='10' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='30' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='50' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='70' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='90' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='110' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='130' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='150' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='170' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='190' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='210' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='230' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='250' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='270' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='290' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='310' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.11'/%3E%3Ccircle cx='330' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.2'/%3E%3Ccircle cx='350' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.29'/%3E%3Ccircle cx='370' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.35'/%3E%3Ccircle cx='390' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.33'/%3E%3Ccircle cx='410' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.25'/%3E%3Ccircle cx='430' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.15'/%3E%3Ccircle cx='450' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='470' cy='250' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='10' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='30' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='50' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='70' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='90' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='110' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='130' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='150' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='170' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='190' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='210' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='230' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='250' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='270' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='290' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='310' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='330' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.15'/%3E%3Ccircle cx='350' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.2'/%3E%3Ccircle cx='370' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.23'/%3E%3Ccircle cx='390' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.21'/%3E%3Ccircle cx='410' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.15'/%3E%3Ccircle cx='430' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='450' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='470' cy='270' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='10' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='30' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='50' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='70' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='90' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='110' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='130' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.16'/%3E%3Ccircle cx='150' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.17'/%3E%3Ccircle cx='170' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='190' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='210' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='230' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='250' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='270' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='290' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='310' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='330' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='350' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='370' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='390' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='410' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='430' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='450' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='470' cy='290' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='10' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='30' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='50' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='70' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='90' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.13'/%3E%3Ccircle cx='110' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.21'/%3E%3Ccircle cx='130' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.27'/%3E%3Ccircle cx='150' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.27'/%3E%3Ccircle cx='170' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.21'/%3E%3Ccircle cx='190' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.14'/%3E%3Ccircle cx='210' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='230' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='250' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='270' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='290' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='310' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='330' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='350' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='370' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='390' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='410' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='430' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='450' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='470' cy='310' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='10' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='30' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='50' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='70' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.12'/%3E%3Ccircle cx='90' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.23'/%3E%3Ccircle cx='110' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.34'/%3E%3Ccircle cx='130' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.4'/%3E%3Ccircle cx='150' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.37'/%3E%3Ccircle cx='170' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.28'/%3E%3Ccircle cx='190' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.17'/%3E%3Ccircle cx='210' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='230' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='250' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='270' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='290' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='310' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='330' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='350' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='370' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='390' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='410' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='430' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='450' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='470' cy='330' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='10' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='30' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='50' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.1'/%3E%3Ccircle cx='70' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.2'/%3E%3Ccircle cx='90' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.34'/%3E%3Ccircle cx='110' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.46'/%3E%3Ccircle cx='130' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.51'/%3E%3Ccircle cx='150' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.45'/%3E%3Ccircle cx='170' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.32'/%3E%3Ccircle cx='190' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.17'/%3E%3Ccircle cx='210' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='230' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='250' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3Ccircle cx='270' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='290' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.09'/%3E%3Ccircle cx='310' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.08'/%3E%3Ccircle cx='330' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='350' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='370' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='390' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='410' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='430' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.05'/%3E%3Ccircle cx='450' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.06'/%3E%3Ccircle cx='470' cy='350' r='1.8' fill='%238895a5' fill-opacity='0.07'/%3E%3C/svg%3E");
  background-size: 480px 360px;
  background-attachment: fixed;
}

body::before,
body::after {
  content: none;
}

.nav-bg-color {
  background: var(--gradient-primary);
  height: 60px;
  width: 111%;
  margin-left: -20px;
}


.logo {
  color: #fff;
  width: 240px;
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.nav-btn {
  z-index: 99;
  transition: all 0.3s ease;
  position: absolute;
  left: 15px;
}

.nav-relative {
  position: relative !important;
}

.mt-1 {
  margin-top: 10px;
}

.container {
  width: 100%;
  max-width: 360px;
  margin: 0px auto;
  background-color: #ffffff;
  background-image:
    radial-gradient(circle at 2px 2px, rgba(124, 58, 237, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);
  background-size: 30px 30px, 100% 100%;
  border: 1px solid #E6E7E8;
  position: relative;
  z-index: 1;
  padding: 0 20px 20px 20px;
  border-radius: 0;
  overflow: hidden;
}

header h1 {
  text-align: center;
  color: var(--accent-color);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2.2em;
  font-weight: 700;
}

.search-bar {
  width: calc(100% - 24px);
  padding: 12px;
  margin-bottom: 15px;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  background-image:
    linear-gradient(to right, rgba(167, 139, 250, 0.02) 0%, rgba(255, 255, 255, 1) 50%, rgba(167, 139, 250, 0.02) 100%);
  color: var(--text-primary);
  font-size: 1em;
  transition: all 0.3s ease;
}

.search-bar:focus {
  outline: none;
  border-color: var(--accent-color);
  border-color: var(--accent-color);
}

.search-bar::placeholder {
  color: var(--text-secondary);
}

.header-description {
  text-align: center;
  font-size: 0.9em;
  color: var(--text-secondary);
  margin-bottom: 25px;
  padding: 0 10px;
}

.header-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.spGames {
  background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
  padding: 10px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #E6E7E8;
  border-bottom: 3px solid var(--accent-color);
  color: var(--accent-color);
  font-weight: 600;
}

.btn {
  background: var(--accent-color);
  color: #ffffff;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: all 200ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.btn:hover {
  background: #6d28d9;
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0);
  opacity: 1;
}

.section-title {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  background: linear-gradient(white, white) padding-box,
    var(--gradient-primary) border-box;
  border-bottom: 4px solid;
  border-image-slice: 1;
  border-image-source: var(--gradient-primary);
  display: inline-block;
  width: auto;
}

.all-games-section {
  text-align: center;
  background-color: transparent;
  padding: 20px 0;
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.title-decorator {
  display: none;
}

/* ==================== GAME GRID & CARDS (Pokii-style) ==================== */

.games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

/* Game Card */
.game-item {
  border: 1px solid #E6E7E8;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  box-shadow: none;
  transition: transform 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.game-item:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: #E6E7E8;
  box-shadow: none;
}

.game-item::before {
  display: none;
}

/* Image with zoom on hover */
.game-item img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
  transition: transform 0.32s ease;
}

.game-item:hover img {
  transform: scale(1.07);
}

/* Dim overlay on image hover */
.game-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  border-radius: 16px 16px 0 0;
}

.game-item:hover::after {
  opacity: 1;
}

/* Title */
.game-item h3 {
  font-size: 0.82rem;
  font-weight: 500;
  margin: 8px 10px 2px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

/* Play Button — Pokii green pill */
.play-now-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: calc(100% - 16px);
  margin: 6px 8px 10px;
  padding: 9px 0;
  background: #22C55E;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
  letter-spacing: 0.3px;
}

.play-now-btn::before {
  content: '▶';
  font-size: 0.65em;
}

.play-now-btn:hover {
  background: #16A34A;
}

.play-now-btn:active {
  transform: scale(0.97);
}

/* Game Details page play button */
.play-game-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  background: #22C55E;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease;
}

.play-game-button::before {
  content: '▶';
  font-size: 0.7em;
}

.play-game-button:hover {
  background: #16A34A;
}

.play-game-button:active {
  transform: scale(0.98);
}

/* .play-game-button {
  width: 50px;
  height: 50px;
  border-width: 3px;
} */

/* .play-game-button::after {
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 20px;
} */

.more-button-container {
  text-align: center;
  margin-bottom: 30px;
}

.what-is-section {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f8fafc 100%);
  color: #1C1C2E;
  padding: 20px;
  margin: 0 -20px 20px -20px;
  border-top: 1px solid #E6E7E8;
  border-bottom: 1px solid #E6E7E8;
  position: relative;
}

.what-is-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(124, 58, 237, 0.3) 50%, transparent 100%);
}

.what-is-section h2 {
  text-align: left;
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #1C1C2E;
  padding-bottom: 5px;
  border-bottom: 3px solid;
  border-image-slice: 1;
  border-image-source: var(--gradient-primary);
  display: inline-block;
}

.what-is-section p,
.what-is-section ul {
  font-size: 0.9em;
  line-height: 1.6;
  color: #888;
  margin-bottom: 15px;
}

.what-is-section ul {
  padding-left: 20px;
}

.what-is-section li {
  margin-bottom: 8px;
}

.what-is-section li a {
  color: #888;
  text-decoration: none;
  transition: color 0.15s ease;
}

.what-is-section li a:hover {
  color: var(--accent-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}

footer {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
  margin-top: 20px;
}

footer .btn {
  padding: 8px 15px;
  font-size: 0.85em;
}

.game-details-page .container {
  height: 100vh;
  padding: 0;
}

.header {
  background: var(--gradient-primary);
  color: white;
  text-align: center;
  padding: 12px 0;
  font-size: 1.8em;
  font-weight: bold;
  width: 100%;
}

.header-link-wrapper {
  text-decoration: none;
}

.content-area {
  padding: 10px;
  background: linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);
  color: #1C1C2E;
}

.game-display-area {
  width: 100%;
  height: 250px;
  background-color: #eaeaea;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.game-meta-info {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #E6E7E8;
  border-radius: 12px;
  margin-bottom: 15px;
}

.game-icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid #E6E7E8;
}

.game-title-details h2 {
  margin: 0 0 5px 0;
  font-size: 1.3em;
  color: #333;
  /* Truncate text */
  max-width: 150px;
  /* Adjust based on your layout */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-plays {
  margin: 0;
  font-size: 0.9em;
  color: #777;
  /* Truncate text */
  max-width: 100px;
  /* Adjust based on your layout */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-description-content {
  padding: 15px;
  border: 1px solid #E6E7E8;
  border-left: 3px solid var(--accent-color);
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 20px;
}

.game-description-content h3 {
  font-size: 1.2em;
  color: #333;
  margin-top: 0;
  margin-bottom: 8px;
}

.game-description-content h4 {
  font-size: 1em;
  color: #444;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.game-description-content p {
  font-size: 0.9em;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}

.game-iframe {
  display: none;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #000;
}

.game-controls-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  display: flex;
  gap: 6px;
}

.control-btn {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #E6E7E8;
  border-radius: 5px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}

.control-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.control-btn svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

#closeGameBtn {
  display: none;
}

.game-display-area.is-playing .play-game-button {
  display: none;
}

.game-display-area.is-playing .game-iframe,
.game-display-area.is-playing #closeGameBtn {
  display: block;
}

/* ============================================
   BOX DESIGN VARIANTS FOR SELECTION
   ============================================ */

/* Variant 1: Flat Modern Card */
.box-variant-1 {
  background: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  
}

.box-variant-1::before {
  display: none !important;
}

.box-variant-1:hover {
  background: #ffffff !important;
  
  border: none !important;
}

/* Variant 2: Material Design Card */
.box-variant-2 {
  background: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  
    0 2px 4px rgba(0, 0, 0, 0.1),
    0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

.box-variant-2::before {
  display: none !important;
}

.box-variant-2:hover {
  background: #ffffff !important;
  
    0 4px 8px rgba(0, 0, 0, 0.12),
    0 12px 24px rgba(0, 0, 0, 0.15) !important;
  border: none !important;
}

/* Variant 3: Outlined Card */
.box-variant-3 {
  background: #ffffff !important;
  border: 1px solid #E6E7E8 !important;
  border-radius: 16px !important;
  
}

.box-variant-3::before {
  display: none !important;
}

.box-variant-3:hover {
  background: #ffffff !important;
  border-color: var(--accent-color) !important;
  
}

/* Variant 4: Glassmorphism Card */
.box-variant-4 {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 20px !important;
  
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.box-variant-4::before {
  display: none !important;
}

.box-variant-4:hover {
  background: rgba(255, 255, 255, 0.95) !important;
  
    0 12px 40px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(124, 58, 237, 0.3) !important;
}

/* Variant 5: Neumorphism (Soft UI) */
.box-variant-5 {
  background: #e8eef5 !important;
  border: none !important;
  border-radius: 20px !important;
  
    8px 8px 16px rgba(163, 177, 198, 0.6),
    -8px -8px 16px rgba(255, 255, 255, 0.5) !important;
}

.box-variant-5::before {
  display: none !important;
}

.box-variant-5:hover {
  background: #e8eef5 !important;
  
    4px 4px 8px rgba(163, 177, 198, 0.6),
    -4px -4px 8px rgba(255, 255, 255, 0.5) !important;
  border: none !important;
}

/* Variant 6: Gaming Card (Neon Accent) */
.box-variant-6 {
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%) !important;
  border: 2px solid rgba(124, 58, 237, 0.2) !important;
  border-radius: 12px !important;
  
}

.box-variant-6::before {
  background: linear-gradient(90deg, transparent 0%, rgba(124, 58, 237, 0.3) 50%, transparent 100%) !important;
  height: 3px !important;
}

.box-variant-6:hover {
  background: linear-gradient(145deg, #ffffff 0%, #f0f7ff 100%) !important;
  border-color: var(--accent-color) !important;
  
    0 8px 30px rgba(124, 58, 237, 0.25),
    0 0 0 1px rgba(124, 58, 237, 0.2) !important;
}

/* Variant 7: Classic Card with Shadow */
.box-variant-7 {
  background: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  
}

.box-variant-7::before {
  display: none !important;
}

.box-variant-7:hover {
  background: #ffffff !important;
  border-color: #ccc !important;
  
}

/* Variant 8: Elevated Card */
.box-variant-8 {
  background: #ffffff !important;
  border: none !important;
  border-radius: 16px !important;
  
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.box-variant-8::before {
  display: none !important;
}

.box-variant-8:hover {
  background: #ffffff !important;
  
    0 10px 20px rgba(0, 0, 0, 0.15),
    0 6px 6px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
}

/* Variant 9: Bordered Gradient Card */
.box-variant-9 {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f7ff 100%) !important;
  border: 3px solid transparent !important;
  border-image: linear-gradient(135deg, #a78bfa, #8b5cf6) 1 !important;
  border-radius: 14px !important;
  
}

.box-variant-9::before {
  display: none !important;
}

.box-variant-9:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #dbeafe 100%) !important;
  
}

/* Variant 10: Minimal Rounded Card */
.box-variant-10 {
  background: #fafbff !important;
  border: 1px solid #E6E7E8 !important;
  border-radius: 24px !important;
  
}

.box-variant-10::before {
  display: none !important;
}

.box-variant-10:hover {
  background: #ffffff !important;
  border-color: #E6E7E8 !important;
  
}

/* ============================================
   ANIMATIONS & TRANSITIONS
   ============================================ */

/* Fade In Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Slide In From Left */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Pulse Animation */
@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* Shimmer Loading Animation */
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

/* Spin Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Apply Fade In to Game Items */
.game-item {
  animation: fadeIn 0.5s ease-out;
  animation-fill-mode: both;
}

.game-item:nth-child(1) {
  animation-delay: 0.1s;
}

.game-item:nth-child(2) {
  animation-delay: 0.2s;
}

.game-item:nth-child(3) {
  animation-delay: 0.3s;
}

.game-item:nth-child(4) {
  animation-delay: 0.4s;
}

.game-item:nth-child(5) {
  animation-delay: 0.5s;
}

.game-item:nth-child(6) {
  animation-delay: 0.6s;
}

.game-item:nth-child(7) {
  animation-delay: 0.7s;
}

.game-item:nth-child(8) {
  animation-delay: 0.8s;
}

.game-item:nth-child(9) {
  animation-delay: 0.9s;
}

.game-item:nth-child(10) {
  animation-delay: 1s;
}

/* Smooth Transitions for All Interactive Elements */
a,
button,
.btn,
.play-now-btn,
.game-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Header Slide In */
header {
  animation: slideInLeft 0.6s ease-out;
}

/* Button Pulse on Hover */
.btn:hover,
.play-now-btn:hover {
  animation: pulse 0.6s ease-in-out;
}

/* ============================================
   DARK MODE TOGGLE BUTTON
   ============================================ */

.dark-mode-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background: linear-gradient(to right, #3b82f6, #9333ea);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid #E6E7E8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.dark-mode-toggle:hover {
  transform: scale(1.1) rotate(15deg);
}

.dark-mode-toggle svg {
  width: 24px;
  height: 24px;
  fill: white;
}

/* Dark Mode Adjustments */
[data-theme="dark"] body {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

[data-theme="dark"] .game-item {
  background: rgba(20, 14, 36, 0.9);
  border-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .game-item:hover {
  box-shadow: none;
  border-color: #E6E7E8;
}

[data-theme="dark"] .game-item h3 {
  color: #f0f0f0;
}

[data-theme="dark"] .search-bar {
  background-color: #1e293b;
  border-color: #334155;
  color: var(--text-primary);
}

[data-theme="dark"] .what-is-section {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #1e293b 100%);
  border-color: #334155;
}


/* ============================================
   LOADING STATES
   ============================================ */

/* Loading Spinner */
.loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 0.8s linear infinite;
}

/* Loading Overlay */
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.loading-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Skeleton Loading for Game Cards */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
}

.skeleton-image {
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
}

.skeleton-text {
  height: 20px;
  margin: 10px;
}

.skeleton-button {
  height: 40px;
  margin: 10px;
  border-radius: 12px;
}

/* Loading State for Game Items */
.game-item.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}

.game-item.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid rgba(124, 58, 237, 0.2);
  border-radius: 50%;
  border-top-color: var(--accent-color);
  animation: spin 0.8s linear infinite;
}

/* Button Loading State */
.btn.loading,
.play-now-btn.loading {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
  padding-right: 45px;
}

.btn.loading::after,
.play-now-btn.loading::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 0.6s linear infinite;
}

[data-theme="dark"] .loading-overlay {
  background: rgba(30, 41, 59, 0.9);
}

[data-theme="dark"] .skeleton {
  background: linear-gradient(90deg, #1e293b 25%, #334155 50%, #1e293b 75%);
  background-size: 200% 100%;
}

/* ==================== COIN / REWARD SYSTEM (Pokii-style) ==================== */

/* Total balance coin — different icon */
.coin-display .coin-3d,
.coin-bar-left .coin-3d,
.modal-coin-hero .coin-3d {
  background-image: url('../image/coin-total.png');
}

/* Coin Icon */
.coin-3d {
  width: 22px;
  height: 22px;
  background: url('../image/coin.png') center / contain no-repeat;
  flex-shrink: 0;
  display: inline-block;
  user-select: none;
}

.coin-3d::before,
.coin-3d::after {
  content: none;
}

/* Size variants */
.coin-3d.sm {
  width: 22px;
  height: 22px;
}

.coin-3d.xs {
  width: 15px;
  height: 15px;
}

/* Reward Section */
.reward-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(255, 193, 7, 0.07);
  border-radius: 12px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  margin: 8px 0;
}

/* Coin Display pill */
.coin-display {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.25);
  padding: 5px 14px 5px 8px;
  border-radius: 20px;
  border: 1.5px solid rgba(255, 215, 0, 0.35);
}

.coin-balance {
  font-weight: 800;
  font-size: 1.1rem;
  color: #FFD700;
  min-width: 22px;
  text-align: left;
}

.coin-label {
  display: none;
}

.coin-svg {
  display: none;
}

/* hide old svg if present */

/* Earn Coins Button */
.earn-coins-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #2ECC71 0%, #27AE60 100%);
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease;
  position: relative;
  white-space: nowrap;
}

.earn-coins-btn:hover {
  transform: translateY(-2px);
}

.earn-coins-btn:active {
  transform: translateY(0);
}

.earn-coins-btn:disabled {
  background: #444;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.ad-tag {
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 0.45rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.5px;
  pointer-events: none;
}

/* keep old class names working */
.ad-label {
  display: none;
}

.ad-icon {
  display: none;
}

.btn-icon {
  display: none;
}

.btn-text {
  font-weight: 600;
}

/* Entry badge on game cards */
.entry-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  display: flex;
  align-items: center;
  gap: 3px;
  background: rgba(0, 0, 0, 0.55);
  padding: 3px 7px 3px 4px;
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
  font-size: 0.65rem;
  font-weight: 700;
  color: #FFD700;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.coin-cost-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 0.7rem;
  color: #B8860B;
  font-weight: 600;
  margin: 2px 0 4px 0;
}

/* Game Coin Bar (game-details page) */
.game-coin-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 10px;
  margin: 8px 0;
}

.coin-bar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.coin-bar-left .coin-icon {
  font-size: 1.2rem;
}

.coin-bar-left .coin-balance {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFD700;
  min-width: 22px;
}

.coin-bar-left .coin-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}

.coin-bar-right .cost-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}

/* Not Enough Coins Modal */
.coin-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.coin-modal-content {
  background: #ffffff;
  border: 1px solid #E8EAF0;
  padding: 24px 18px 18px;
  border-radius: 20px;
  width: min(310px, 90vw);
  position: relative;
  text-align: center;
  border: 1px solid #E6E7E8;
  animation: modalSlideIn 0.22s ease;
}

/* Big coin hero at top of modal */
.modal-coin-hero {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.coin-3d.modal-coin {
  width: 60px;
  height: 60px;
}

.modal-balance {
  font-size: 0.82rem;
  color: #999;
  margin: 2px 0 14px;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #888;
  padding: 0;
  transition: all 0.2s ease;
}

.modal-close-btn:hover {
  background: #e0e0e0;
  color: #333;
}

.modal-close-btn svg {
  width: 16px;
  height: 16px;
}

.coin-modal-content h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1C1C2E;
  margin: 0 0 10px 0;
}

.coin-modal-content p {
  margin: 4px 0;
  color: #555;
  font-size: 0.9rem;
}

.coin-modal-content .earn-coins-btn {
  margin: 12px 0 8px 0;
  width: 100%;
}

.modal-divider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  color: #bbb;
  font-size: 0.8rem;
}

.modal-divider::before,
.modal-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8e8e8;
}

.skip-ad-btn {
  width: 100%;
  padding: 9px;
  background: transparent;
  border: 1px solid #E6E7E8;
  border-radius: 20px;
  color: #777;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.skip-ad-btn:hover {
  background: #f5f5f5;
  color: #333;
}

/* Recent games section */
.recent-games-section {
  margin-top: 20px;
}

.no-recent {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  text-align: center;
  padding: 20px 0;
}

/* ==================== IN-CARD LIVE PLAYERS ==================== */

.card-live-users {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 0.67rem;
  font-weight: 600;
  color: #22c55e;
  margin: 0 10px 4px;
}

.card-live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  animation: live-pulse 1.8s ease-in-out infinite;
}

.card-live-count {
  font-weight: 800;
}

/* ==================== LIVE USER COUNTER ==================== */

.live-banner {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 14px 5px 10px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 20px;
  margin: 6px auto 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #22c55e;
  letter-spacing: 0.2px;
  width: fit-content;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  animation: live-pulse 1.8s ease-in-out infinite;
}

@keyframes live-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
    opacity: 1;
  }

  50% {
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0);
    opacity: 0.8;
  }
}

.live-label {
  white-space: nowrap;
}

.live-user-count {
  font-weight: 800;
}