  .submission-list {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
  }
  .submission-list option, select{background:#050F15; color:#86d1ff; padding:2px;font-size:12px;  border: 1px solid #4a4945;}

/* active game */
.game-item.active, 
.game-item a.active{
  background:#1a1a1a;color:#ccc !important;border-bottom:4px solid #00c3ff;
} .active a{color:#ccc}
/* wallpapers section */

    .wallpaper-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 0.2rem;
    }

    .wallpaper-card {
      background-color: #1a1a1a;
      overflow: hidden;
      transition: transform 0.2s ease;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
     border-bottom:5px solid #1a1a1a;
    }
    .wallpaper-card:hover {
     border-bottom:5px solid #00c3ff;
    }
    .wallpaper-thumb img {
      width: 98%;
      height: 160px;
      object-fit: cover;
      display: block;
    cursor: pointer;border:1px solid #000;
    }
    .wallpaper-thumb img:hover {
    cursor: pointer;
    }

    .wallpaper-info {
      padding: 4px 2px;
    }

    .wallpaper-title {
      font-size: 1rem;
      margin: 0 0 0.3rem;
      color: #00c3ff;
    }

    .meta, .meta a {
      font-size: 0.75rem;
      color: #999;
    }

    @media (max-width: 500px) {
      .wallpaper-title {
        font-size: 0.95rem;
      }
    }

/* news, articles */
.news-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 4px;
  color: #eee;
  align-items: center;
  border: 1px solid #444;
  width: 100%; /* Full width */
  margin-bottom: 4px;
  box-sizing: border-box;
  font-family: sans-serif;
}

.news-item:nth-child(odd) {
  background-color: #232323;
}

.news-item:nth-child(even) {
  background-color: #363636;
}
.news-preview img {
  width: 160px;
  height: auto;
  object-fit: cover;
  border:1px solid #000;
}
.news-preview img:hover {cursor: pointer;border:1px solid #567d8f;}

.news-details {
  flex: 1;  justify-content: center;
}

.news-details h2 {
  margin: 0 0 5px;
  font-size: 1.5em;
  color: #00ffaa;
}

.news-subtitle {
  font-size: 0.9em;
  color: #aaa;
}

.news-content {
  font-size:14px;
  display: block;
  margin-top: 2px;
  line-height: 1.4;
  color: #ddd;
}
.article-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px;
  color: #eee;
  align-items: center;
  border: 1px solid #444;
  width: 100%; /* Full width */
  margin-bottom: 4px;
  box-sizing: border-box;
  font-family: sans-serif;
}
.article-item:nth-child(odd) {
  background-color: #232323;
}

.article-item:nth-child(even) {
  background-color: #363636;
}
.article-details {
  flex: 1;  justify-content: center;
}
.article-details h2 {
  margin: 0 0 5px;
  font-size: 2.0em;
  color: #00ffaa;
}

/* Optional: Mobile responsiveness */
@media (max-width: 600px) {
  .news-item, .article-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .news-preview img {
    width: 100%;
    max-width: 300px;
  }

  .news-details, .article-details {
    margin-top: 15px;
  }
}

/* systen requirements */
    .sysreq-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 0.2rem;
      padding:6px;
    }
    .sysreq-card {
      background-color: #1a1a1a;
      overflow: hidden;
      transition: transform 0.5s ease;
    }
    .sysreq-thumb img {
      width: 98%;
      height: 160px;
      object-fit: cover;
      display: block;
      border:1px outset #555;
    }
    .sysreq-thumb img:hover {
    cursor:zoom-in;border:1px solid #00c3ff;
    }

    .sysreq-info {
      padding: 4px 2px;
    }

    .sysreq-title {
      font-size: 1rem;
      margin: 0 0 0.3rem;
      color: #00c3ff;
    }

.overlay h1 {font-size:24px}
.overlay{height:0;width:100%;position:fixed;z-index:1;top:0;left:0;background-color:#000;background-color:rgba(0,0,0,0.9);overflow-y:hidden;transition:.5s}
.overlay-content{position:relative;top:25%;text-align:left;margin-top:30px;margin-left:auto;margin-right:auto;width:50%}
ul.overlay-content{list-style-type:none}
.overlay-content b, .overlay-content strong{color:aqua}
.overlay a{padding:8px;text-decoration:none;font-size:16px;color:#818181;display:block;transition:.3s}
.overlay a:hover,.overlay a:focus{color:#f1f1f1}
.overlay .closebtn{position:absolute;top:20px;right:45px;font-size:60px}
@media screen and (max-height: 450px) {
.overlay{overflow-y:auto}
.overlay a{font-size:20px}
.overlay .closebtn{font-size:40px;top:15px;right:35px}
}

/* requests */
    .request-Open {
      background: #262626;
      border-left: 6px solid #3a7;
      padding: 16px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      transition: 0.3s;
      position: relative;
      font-family: Arial, sans-serif;
      color: #f5f5f5;
      font-size:1rem;
    }
    .request-Delivered {
      background: #262626;
      border-left: 6px solid #c0392b;
      padding: 16px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      transition: 0.3s;
      position: relative;
      font-family: Arial, sans-serif;
      color: #f5f5f5;
      font-size:1rem;
    }
    .request-Cancelled {
      background: #262626;
      border-left: 6px solid #e67e22;
      padding: 16px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      transition: 0.3s;
      position: relative;
      font-family: Arial, sans-serif;
      color: #f5f5f5;
      font-size:1rem;
    }

    .request-Open:hover, .request-Delivered:hover, .request-Cancelled:hover {
      background: #2e2e2e;
    }

    .request-Open h3, .request-Delivered h3, .request-Cancelled h3 {
      margin-top: 0;
      color: #90c3ff;
      margin-bottom:10px;font-size:1.2rem;
    }

    .request-Open p, .request-Delivered p, .request-Cancelled p {
      margin: 0px;
      color: #ccc;width:80%;
    }

    .request-Open .meta, .request-Delivered .meta, .request-Cancelled .meta {
      font-size: 0.85em;
      color: #999;margin:0;
    }

    .status {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 0.75em;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0px;
      color: #fff;
    }

    .status-Open { background: #3a7; }
    .status-Cancelled { background: #e67e22; }
    .status-Delivered { background: #c0392b; }

    .info-right {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      gap: 12px;
      max-width: 220px;
      text-align: left;
      color: #90ff90;
      font-weight: bold;
      font-size: 0.9em;
    }

    .info-right img {
      width: 120px;
      object-fit: contain;
      border-radius: 6px;
      flex-shrink: 0;
      border:1px solid #000;
    }

    /* Responsive tweak so info-right moves below on smaller screens */
    @media (max-width: 600px) {
      .info-right {
        position: static;
        transform: none;
        margin-top: 15px;
        justify-content: flex-start;
      }
    }

/* threads forum */
    .forum-container {
      padding: 0;
    }

    .forum-table {
      width: 100%;
      border-collapse: collapse;
    }

    .forum-table th,
    .forum-table td {
      padding: 8px 4px;
      border-bottom: 1px solid #4a4945;
    }

    .forum-table th {
background:#2c2c2c url(images/maintitle.png) repeat-x top left;
      color: #e2e2e2;
      text-align: left;
      font-size: 0.6em;
      text-transform: uppercase;
      letter-spacing: 0.5px;font-weight;bold;
    }
.forum-table tr {border:1px solid #4a4945;}
.forum-table tr:nth-child(odd) {
  background-color: #2c2c2c;
}

.forum-table tr:nth-child(even) {
  background-color: #363636;
}

    .forum-table tr:hover {
      background-color: #262626;
    }

    .thread-cell-title a {
      color: #9fd7ff;
      text-decoration: none;
      font-weight: bold;
    }

    .thread-cell-title small{
      display: block;
      color: #aaa;
      font-size: 0.85em;
      margin-top: 2px;
    }
    .thread-cell-stats small{
      color: #aaa;
      font-size: 0.85em;
      margin-top: 2px;
    }
    .thread-cell-title small a {color: #aaa;text-decoration:none;font-weight:300;}
    .thread-last-post {
      font-size: 0.85em;
      color: #aaa;
    }
    .thread-last-post a{
      font-size: 0.85em;
      color: #73caff;
    }

    @media (max-width: 768px) {
      .forum-container {
        padding: 0 8px;
      }

      .forum-table,
      .forum-table tr {
        display: block;
        width: 100%;     
      }

      .forum-table thead {
        display: none;
      }

      .forum-table tr {
        margin-bottom: 20px;
        border: 1px solid #4a4945;
        border-radius: 8px;
        background: #1a1a1a;
        padding: 10px;
      }

      .forum-table td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 10px 8px;
        border: none;
        border-bottom: 1px solid #4a4945;
        width: 100%;
        word-break: break-word;
      }

      .forum-table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #aaa;
        flex-basis: 50%;
        max-width: 50%;
        padding-right: 10px;
      }

      .thread-cell-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1;
      }

      .thread-cell-title a {
        font-size: 1.1em;
      }
      .thread-last-post {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 1;
      }

      .thread-last-post a {
        font-size: 0.8em;
      }

      .thread-cell-title small {
        margin-top: 4px;
        font-size: 0.85em;
        color: #999;
      }
    }
/* interviews */
.interviews-container {
  margin: auto;
  padding: 1rem 0.4rem;
}

.interviews-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.interview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.interview-card {
  background-color: #252525;
  border-radius: 8px;
  padding: 0.8rem;
  box-shadow: 0 0 0 1px #2c2c2c;
  transition: box-shadow 0.2s ease, transform 0.2s ease;border:1px solid #4a4945;
}
.interview-card h2{
margin:0;
}
.interview-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.05);
}

.interview-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #f5f5f5;
}

.interview-meta {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 0.5rem;
}

.interview-tags {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.8rem;
}
.interview-tags a {color: #888;}
.interview-read-link {
  text-decoration: none;
  color: #81d4fa;
  font-weight: bold;
  font-size: 0.9rem;
}

/* market */
    .market-container {
      display: flex;
      padding: 0.4rem;
    }
    .market-content{
      flex: 1;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 1rem;
    }

    .product-card {
      background: #1e1e1e;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0,0,0,0.5);
      display: flex;
      flex-direction: column;
      transition: transform 0.2s ease;border:1px solid #4a4945;
    }

    .product-card:hover {
      transform: scale(1.02);
    }

    .product-image {
      height: 180px;
      background-size: cover;
      background-position: center;
    }

    .product-info {
      padding: 0.6rem 0.4rem;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .product-title {
      font-weight: bold;
      font-size: 1rem;
      margin-bottom: 0.5rem;
      color: #fff;
    }

    .product-price {
      color: #ff5252;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .product-description {
      font-size: 0.9rem;
      color: #ccc;
      flex-grow: 1;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }

      .sidebar {
        width: 100%;
        margin-bottom: 1rem;
      }
    }

/* jobs */
    .job-card {
      background: #1e1e1e;
      border: 1px solid #72716b;
      border-radius: 8px;
      padding: 1rem;
      display: flex;
      gap: 1rem;
      margin-bottom: 1.5rem;
      align-items: center;
      transition: background 0.3s ease;
    }

    .job-card:hover {
      background: #242424;
    }

    .job-logo {
      width: 80px;
      height: 80px;
      background-color: #2a2a2a;
      border-radius: 10px;
      object-fit: contain;
    }

    .job-content {
      flex: 1;
    }

    .job-title {
      font-size: 1.2rem;
      font-weight: bold;
      margin: 0 0 0.25rem;
    }

    .company-name {
      font-size: 0.95rem;
      color: #aaa;
    }

    .job-meta {
      margin-top: 0.5rem;
      font-size: 0.9rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
    }

    .job-type {
      background: #333;
      color: #ddd;
      padding: 0.25rem 0.6rem;
      border-radius: 5px;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .job-location {
      color: #aaa;
    }

    @media (max-width: 600px) {
      .job-card {
        flex-direction: column;
        align-items: flex-start;
      }

      .job-logo {
        width: 60px;
        height: 60px;
      }
    }