* { box-sizing: border-box; }

    body {
      margin: 0;
      font-family: 'Segoe UI', Roboto, sans-serif;
      background-color: #f5f5f5;
      color: #222;
      transition: background-color 0.3s, color 0.3s;
    }

    header {
      background-color: #00c853;
      color: white;
      padding: 20px;
      text-align: center;
    }

    header h1 {
      margin: 0;
      font-size: 1.6rem;
    }

    header p {
      margin-top: 6px;
      font-size: 1rem;
    }

    .controls {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin: 15px 0;
      flex-wrap: wrap;
    }

    button {
      padding: 8px 14px;
      border: none;
      background-color: #00c853;
      color: white;
      border-radius: 6px;
      cursor: pointer;
      font-size: 0.9rem;
    }

    .dark-mode {
      background-color: #121212;
      color: #ddd;
    }

    .dark-mode .article {
      background-color: #2e7d32;
      color: #fff;
    }

    .dark-mode .content {
      background-color: #1e1e1e;
      color: #eee;
    }

    .dark-mode .content::before {
      color: #fff;
      opacity: 0.05;
    }

    main {
      padding: 20px;
      max-width: 700px;
      margin: auto;
    }

    .article {
      background-color: #66f79c;
      margin-bottom: 12px;
      padding: 16px;
      font-size: 1.1rem;
      font-weight: 500;
      cursor: pointer;
      border-radius: 8px;
    }

    .article.active {
      background-color: #00e676;
    }

    .content {
      position: relative;
      max-height: 0;
      overflow: hidden;
      background: #ffffff;
      font-size: 1rem;
      line-height: 1.5;
      border-left: 4px solid #00e676;
      margin-top: -8px;
      margin-bottom: 12px;
      padding: 0 16px;
      transition: max-height 0.5s ease, padding 0.5s ease;
      border-radius: 0 0 8px 8px;
	  
    }

    .content.open {
      max-height: 500px;
      padding-top: 12px;
      padding-bottom: 12px;
	  overflow-y: auto
    }

/*   .content::before {
      content: "§";
      position: absolute;
      top: 10%;
      left: 90%;
      font-size: 3rem;
      color: #000;
      opacity: 0.05;
      pointer-events: none;
      user-select: none;
    }*/

    .content > div {
      position: relative;
      z-index: 1;

    }

    .read-button {
      background-color: #0091ea;
      margin-top: 10px;display:block
    }

    #approval, #contact {
      margin-top: 40px;
      padding: 20px;
      border-top: 1px solid #ccc;
      text-align: center;
    }

    footer {
      text-align: center;
      font-size: 0.9rem;
      margin: 40px 0 20px;
      color: #888;
    }

    @media print {
      body {
        background: white;
        color: black;
      }

      .controls, footer, .read-button {
        display: none !important;
      }

      .article {
        background: none;
        color: black;
        font-weight: bold;
        font-size: 1.2rem;
      }

      .content {
        display: block !important;
        max-height: none !important;
        padding: 10px 16px !important;
        overflow: visible !important;
      }

      .content::before {
        display: none;
      }
    }
a{text-decoration:none;font-weight:bold   }
#tw{ color:  #DCDCDC }
i{font-size:small;color:#aaa}


.controls-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin:0;
  padding:0
}

.speed-controls {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.speed-controls button {
 
  
  background: #ccc;
  
  
  cursor: pointer;
  
  
  
       padding: 8px 14px;
      border: none;
      
      color: white;
      border-radius: 6px;
      cursor: pointer;
      font-size: 0.5rem;
}

.rate-display {
  font-weight: bold;
  font-size:small
}
