body {
      color: #ffffff;
      font-family: 'Roboto', sans-serif;
    }

    .terms-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 40px 20px;
      background: rgba(31, 31, 31, 0.8);
      min-height: 100vh;
    }

    .terms-container h1 {
      color: #0650f1;
      margin-bottom: 30px;
      text-align: center;
    }

    .terms-container h2 {
      color: #ba06f1;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .terms-container p {
      line-height: 1.8;
      color: #e0e0e0;
      margin-bottom: 15px;
    }

    .terms-container ul {
      margin-left: 20px;
      color: #e0e0e0;
      line-height: 1.8;
    }

    .terms-container li {
      margin-bottom: 8px;
    }

    .back-button {
      display: inline-block;
      margin-bottom: 20px;
      padding: 10px 20px;
      background: linear-gradient(135deg, #0650f1 0%, #ba06f1 100%);
      color: white;
      text-decoration: none;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .back-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 20px rgba(6, 80, 241, 0.4);
      color: white;
    }

    .last-updated {
      color: #808080;
      font-size: 12px;
      margin-top: 40px;
      border-top: 1px solid #3a3a4a;
      padding-top: 20px;
      text-align: center;
    }

    .highlight {
      background-color: rgba(6, 80, 241, 0.1);
      padding: 15px;
      border-left: 3px solid #0650f1;
      border-radius: 5px;
      margin: 15px 0;
    }

body {
      color: #ffffff;
      font-family: 'Roboto', sans-serif;
    }

    .privacy-container {
      max-width: 900px;
      margin: 0 auto;
      padding: 40px 20px;
      background: rgba(31, 31, 31, 0.8);
      min-height: 100vh;
    }

    .privacy-container h1 {
      color: #0650f1;
      margin-bottom: 30px;
      text-align: center;
    }

    .privacy-container h2 {
      color: #ba06f1;
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .privacy-container p {
      line-height: 1.8;
      color: #e0e0e0;
      margin-bottom: 15px;
    }

    .privacy-container ul {
      margin-left: 20px;
      color: #e0e0e0;
      line-height: 1.8;
    }

    .privacy-container li {
      margin-bottom: 8px;
    }

    .back-button {
      display: inline-block;
      margin-bottom: 20px;
      padding: 10px 20px;
      background: linear-gradient(135deg, #0650f1 0%, #ba06f1 100%);
      color: white;
      text-decoration: none;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .back-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 20px rgba(6, 80, 241, 0.4);
      color: white;
    }

    .last-updated {
      color: #808080;
      font-size: 12px;
      margin-top: 40px;
      border-top: 1px solid #3a3a4a;
      padding-top: 20px;
      text-align: center;
    }
