
    html,
    body {
      height: 100%;
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
    }

    body {
      background: url('upload/bg.webp') center center / cover no-repeat fixed;
      overflow-y: scroll;
    }


    .main-content {
      background-color: white;
      max-width: 1200px;
      margin: 0 auto;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      padding: 1rem;
      margin-top: 20px;
    }

    .offer-badge {
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(-50%);
      padding: 5px 12px;
      font-size: 0.75rem;
      font-weight: bold;
      color: white;
    }

    .offer-row {
      position: relative;
      background: white;
      padding: 1rem;
      border-radius: 4px;
      margin-bottom: 1rem;
      border: 1px solid #ddd;
    }

    .rating {
      font-size: 2rem;
      font-weight: bold;
    }

    .bg-ribbon-red {
      background-color: #d70000;
    }

    .bg-ribbon-orange {
      background-color: #ff9100;
    }

    .bg-ribbon-gold {
      background-color: #e6d9b7;
      color: #111;
    }

    .play-btn {
      font-weight: bold;
      width: 100%;
    }

    .table-header {
      display: none;
    }

    @media (min-width: 768px) {
      .table-header {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem 1rem;
        font-weight: bold;
        text-align: center;
      }

      .table-header div {
        flex: 1;
      }
    }

    footer {
      background-color: #111;
      color: #aaa;
      padding: 2rem 0;
      text-align: center;
      margin-top: 3rem;
    }

    .nav-link {
      text-transform: uppercase;
      font-weight: 500;
    }

    .nav-link:hover {
      color: #ffc107 !important;
      text-decoration: underline;
    }

    .navbar-brand img {
      max-height: 40px;
    }

    .nav-bg-white {
      background-color: white;
    }

    .navbar-toggler {
      border: none;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .text-small
    {
      font-size: 0.700em;
      color: #111;
    }
  