    :root {
  /* Light Theme Colors */
  --background-color: #ffffff;
  --color: #000000;
  --bar-background-color: #ffffff;
  --bar-color: #000000;
  --option-icon-background-color: #fffafa;
  --tool-background-color: #ffffff;
  --tool-icon-background-color: #f0eded;
  --content-background-color: #fffafa;
  --event-background-color: #ffffff;
  --praydet_replies_butts-background-color: #ffffff;
  --praydet_replies_buttext-background-color: rgb(75, 75, 75);
  --modals-color: #ffffff;
  --RightPD-bak-col: #ffffff;
  --read-background-color: #e9e9e9;
  --stat-count-button-color: #e9e9e9;
  --postsnips-background-color: #e9e6e6;
  --msghdincolor: #000000;
  --post-act-butts-background-color: #e9e9e9;
  --replyBubble-right-bk-col: #c5daf6;
  --replyBubble-left-bk-col: #e9e9e9;
  --modalbkg-color: rgba(117, 117, 117, 0.4);
  --userpssd-details: #e9e9e9;
  --app-img-galleryprev-bkg: #ffffff;
  --borderline: #e0e0e0;
  --devmode-cont: #ffffff;
  --duration-bkg-color: #e9e9e9;
  --duration-bkg-color-thick: #e9e9e9;

  /* Theme Colors */
  --theme-black: #000000;
  --theme-blue: #007bff;
  --theme-grey: #6c757d;
  --theme-dark-grey: #252525;
}

[data-theme="dark"] {
  --background-color: #000000;
  --color: #ffffff;
  --bar-background-color: rgba(0, 0, 0, 0.95);
  --bar-color: #ffffff;
  --option-icon-background-color: #333333;
  --tool-background-color: #2a2929;
  --tool-icon-background-color: #141414;
  --content-background-color: #000000;
  --event-background-color: #1e1f1e;
  --praydet_replies_butts-background-color: #0d0c0c;
  --praydet_replies_buttext-background-color: rgb(161, 161, 161);
  --modals-color: #2d2d2c;
  --RightPD-bak-col: #1c1d1c;
  --read-background-color: rgba(0, 0, 0, 0.846);
  /* --stat-count-button-color: #252525; */
 --stat-count-button-color: #252525;

  --postsnips-background-color: #333333;
  --msghdincolor: #d5d1d1;
  --post-act-butts-background-color: rgb(46, 45, 45);
  --replyBubble-right-bk-col: #184780;
  --replyBubble-left-bk-col: #232323;
  --modalbkg-color: rgba(0, 0, 0, 0.4);
  --userpssd-details: rgb(32, 31, 31);
  --app-img-galleryprev-bkg: rgb(18, 18, 18);
  --borderline: rgb(39, 38, 38);
  --devmode-cont: #444;
  --duration-bkg-color: rgba(43, 47, 50, 0.547);
  --duration-bkg-color-thick: rgb(43, 47, 50);
}

    
    
    
    body {
      background: #000;
      color: #f5f5f5;
      font-family: 'Segoe UI', Arial, sans-serif;
      margin: 0;
      padding: 0;
      line-height: 1.7;
    }
    .card-container {
      display: flex;
      justify-content: center;
      gap: 2em;
      margin-top: 32px;
      margin-bottom: 32px;
      flex-wrap: wrap;
    }
    .policy-card {
      background: #181818;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.4);
      padding: 28px 32px 18px 32px;
      display: flex;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      transition: box-shadow 0.2s, background 0.2s;
      min-width: 160px;
      border: 2px solid transparent;
    }
    .policy-card.active, .policy-card:hover {
      /* border: 0.3px solid #2196f3; */
       border: 0.3px solid #333;
    }
    .policy-card i {
      font-size: 2.5em;
      margin-bottom: 0.5em;
      color: #2196f3;
    }
    .policy-card span {
      font-size: 1.1em;
      color: #f5f5f5;
      font-weight: 600;
      margin-top: 0.2em;
      text-align: center;
    }
    .privacy-container {
      max-width: 800px;
      margin: 0 auto 40px auto;
      border-radius: 12px;
      border: 0.5px solid #333;
      padding: 40px 32px;
    }
    h1, h2, h3, h4 {
      display: flex;
      align-items: center;
      gap: 0.6em;
      color: #2196f3;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      font-weight: 700;
      line-height: 1.2;
    }
    h1 {
      font-size: 2.5em;
      margin-top: 0;
      letter-spacing: 1px;
    }
    h2 {
      font-size: 1.7em;
      border-bottom: 1px solid #333;
      padding-bottom: 0.2em;
    }
    h3 {
      font-size: 1.2em;
      color: #64b5f6;
    }
    h4 {
      font-size: 1.1em;
      color: #90caf9;
    }
    ul, ol {
      margin-left: 1.5em;
    }
    a {
      color: #64b5f6;
      text-decoration: underline;
      word-break: break-all;
    }
    a:hover {
      color: #2196f3;
    }
    strong {
      color: #fffde7;
    }
    p {
      margin-top: 0.7em;
      margin-bottom: 0.7em;
    }
    .fa-title {
      min-width: 1.3em;
      text-align: center;
    }
    @media (max-width: 900px) {
      .card-container {
        gap: 1em;
      }
      .policy-card {
        min-width: 120px;
        padding: 18px 12px 12px 12px;
      }
    }
    @media (max-width: 600px) {
      .privacy-container {
        padding: 18px 6vw;
      }
      h1 {
        font-size: 2em;
      }
      h2 {
        font-size: 1.2em;
      }
      .card-container {
        flex-direction: column;
        align-items: center;
        gap: 1em;
      }
      .policy-card {
        width: 90vw;
        min-width: unset;
      }
    }