
  body {
    margin: 0;
    padding: 0;
    font-family: 'Courier New', monospace;
    background-color: #0a0a0a;
    color: #00ff00;
    overflow-x: hidden;
  }

  main.svelte-zcg6ar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 1;
  }

  header.svelte-zcg6ar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .logo.svelte-zcg6ar {
    font-size: 24px;
    font-weight: bold;
    color: #00ffff;
  }

  nav.svelte-zcg6ar ul:where(.svelte-zcg6ar) {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    background-color: #1a1a1a;
    padding: 10px 0;
  }

  nav.svelte-zcg6ar ul:where(.svelte-zcg6ar) li:where(.svelte-zcg6ar) a:where(.svelte-zcg6ar) {
    color: #ff00ff;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #ff00ff;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  nav.svelte-zcg6ar ul:where(.svelte-zcg6ar) li:where(.svelte-zcg6ar) a:where(.svelte-zcg6ar):hover {
    background-color: #ff00ff;
    color: #1a1a1a;
  }

  .content.svelte-zcg6ar {
    display: flex;
    justify-content: space-between;
  }

  .articles.svelte-zcg6ar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
  }

  aside.svelte-zcg6ar {
    width: 18%;
  }

  .ad-banner.svelte-zcg6ar {
    background-color: #1a1a1a;
    border: 1px solid #ff00ff;
    height: 300px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff00ff;
  }

  .tools.svelte-zcg6ar {
    margin-top: 20px;
    padding: 20px;
    background-color: #1a1a1a;
    border: 1px solid #00ffff;
  }

  footer.svelte-zcg6ar {
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    background-color: #1a1a1a;
    color: #00ffff;
  }

  @media (max-width: 768px) {
    .content.svelte-zcg6ar {
      flex-direction: column;
    }

    .articles.svelte-zcg6ar {
      width: 100%;
    }

    aside.svelte-zcg6ar {
      width: 100%;
      margin-top: 20px;
    }
  }

    canvas.svelte-88yuo0 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
    }
  
    .preloader.svelte-lqmd95 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(10, 10, 10, 0.9);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }
  
    .loader.svelte-lqmd95 {
      width: 50px;
      height: 50px;
      border: 3px solid #00ffff;
      border-top: 3px solid #ff00ff;
      border-radius: 50%;
      animation: svelte-lqmd95-spin 1s linear infinite;
    }
  
    @keyframes svelte-lqmd95-spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
  
    .article.svelte-n0zrsb {
      width: 30%;
      margin-bottom: 20px;
      background-color: #1a1a1a;
      border: 1px solid #00ffff;
      padding: 10px;
      transition: all 0.3s ease;
    }
  
    .article.svelte-n0zrsb:hover {
      transform: scale(1.05);
      box-shadow: 0 0 15px #00ffff;
    }
  
    .article.svelte-n0zrsb img:where(.svelte-n0zrsb) {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  
    .article.svelte-n0zrsb h2:where(.svelte-n0zrsb) {
      color: #ff00ff;
      margin-top: 10px;
    }
  
    .article.svelte-n0zrsb p:where(.svelte-n0zrsb) {
      color: #00ff00;
    }
  
    @media (max-width: 768px) {
      .article.svelte-n0zrsb {
        width: 100%;
      }
    }
  
    .cyberpunk-styler.svelte-999wc {
      background-color: #1a1a1a;
      padding: 20px;
      border: 1px solid #00ffff;
    }
  
    input.svelte-999wc {
      width: 100%;
      padding: 10px;
      margin-bottom: 10px;
      background-color: #2a2a2a;
      border: 1px solid #00ffff;
      color: #00ff00;
    }
  
    button.svelte-999wc {
      background-color: #ff00ff;
      color: #1a1a1a;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
  
    button.svelte-999wc:hover {
      background-color: #00ffff;
    }
  
    .output.svelte-999wc {
      margin-top: 20px;
      font-family: 'Blender Pro', 'Courier New', monospace;
      font-size: 24px;
      text-shadow: 0 0 10px currentColor;
    }
  