
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            line-height: 1.6;
            background-color: #242424;
            color: #ffffff;
        }
        *, *::before, *::after {
            box-sizing: border-box;
        }
        header, footer {
            background-color: #161616;
            color: #fff;
            padding: 15px 20px;
            width: 100%;
            overflow: hidden;
        }
        footer {
            max-width: 100%;
        }
        footer p {
            max-width: 1200px;
            margin: 0 auto;
        }
        header .top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: auto;
            position: relative;
            overflow: visible;
        }
        .logo {
            font-weight: bold;
            font-size: 1.5em;
            text-decoration: none;
            display: inline-block;
        }
        .logo img {
            display: block;
        }
        .logo:hover {
            opacity: 0.9;
        }
        .logo-glow {
            display: inline-block;
            position: relative;
            z-index: 1;
        }

        .logo-glow::before {
            display: none;
        }
        @keyframes orange-glow-logo {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        .register-btn,
        .cta-btn {
            position: relative;
            z-index: 1;
            background: linear-gradient(90deg, #ff9000, #ffc000, #ff9000, #ff6a00, #ff9000);
            background-size: 300% 300%;
            color: #fff;
            border: none;
            padding: 0.6em 1.7em;
            font-size: 1em;
            font-weight: bold;
            border-radius: 12px;
            box-shadow: 0 3px 16px rgba(255,153,0,0.13), 0 1.5px 3px rgba(0,0,0,0.08);
            cursor: pointer;
            overflow: hidden;
            transition: box-shadow 0.25s, transform 0.15s;
            animation: orange-glow 2.2s linear infinite;
            outline: none;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            isolation: isolate;
        }
        .register-btn::before,
        .cta-btn::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -1;
            border-radius: 12px;
            background: inherit;
            filter: blur(12px) brightness(1.12);
            opacity: 0.7;
            transition: opacity 0.3s;
            animation: orange-glow 2.2s linear infinite;
            overflow: hidden;
        }
        .register-btn:hover, .cta-btn:hover {
            box-shadow: 0 8px 32px 0 rgba(255,128,0,0.19), 0 1.5px 8px rgba(0,0,0,0.13);
            transform: translateY(-2px) scale(1.06);
        }
        .register-btn:hover::before, .cta-btn:hover::before {
            opacity: 1;
        }
        @keyframes orange-glow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        .register-btn {
            position: absolute;
            top: 25%;
            right: 10px;
            font-size: 0.95em;
        }

        .container {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 15px;
        }

        h1, h2, h3 {
            color: #ff7b00;
            text-align: left;
        }

        h1 {
            text-align: center;
            font-size: 28px;
            margin-bottom: 20px;
        }
        h2 {
            font-size: 24px;
            border-bottom: 2px solid #ff7011;
            padding-bottom: 10px;
            margin-top: 40px;
        }
        h3 {
            font-size: 20px;
            margin-top: 25px;
            color: #ff6600;
        }
        img {
            display: block;
            margin: 20px auto;
            max-width: 100%;
            max-height: 450px;
            height: auto;
            border-radius: 8px;
            box-shadow: none;
        }
        .content img {
            max-height: 450px;
            object-fit: contain;
        }
        .content {
            background: #2a2a2a;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
        }
        .cta-btn {
            display: block;
            margin: 10px auto 40px;
            width: fit-content;
        }
        footer {
            font-size: 0.9em;
            text-align: center;
            margin-top: 40px;
        }
        table {
            border: 1.5px solid #f8a83f;
            border-collapse: collapse;
            width: 100%;
            margin: 20px 0;
            max-width: 100%;
            background: #fff8f1;
            font-size: 1em;
            box-shadow: 0 2px 12px rgba(255,144,0,0.08);
            overflow-x: auto;
        }
        th, td {
            border: 1px solid #ffd6a0;
            padding: 10px 8px;
            text-align: left;
            color: #2b1600;
            white-space: normal;
        }
        th {
            background: linear-gradient(90deg, #ffd6a0 0%, #ff9000 100%);
            color: #643700;
            font-weight: 700;
            letter-spacing: 0.01em;
        }
        tr:nth-child(even) td {
            background: #f89500;
        }
        tr:nth-child(odd) td {
            background: #ff8000;
        }
.main-container {
      max-width: 1200px;
      margin: 20px auto;
      padding: 0 15px;
    }
    
    .slots-section {
      background: #f8f9fa;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      margin-bottom: 40px;
    }
    
    .content-section {
      background: rgb(107, 106, 106);
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      margin-bottom: 40px;
    }
    
    /* Контейнер категорий */
.slots-category {
  margin-bottom: 35px;
  width: 100%;
}

/* Сетка карточек */
.slots-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
}

/* Карточка слота */
.slot-item {
  background: #383838;
  border-radius: 10px;
  padding: 0;
  text-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.slot-item:hover {
  transform: scale(1.05);
  opacity: 0.95;
}

/* Обертка для изображения */
.slot-image-wrapper {
  position: relative;
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 6px;
}

.slot-image-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 301 / 180;
  object-fit: contain;
  border-radius: 10px 10px 0 0;
  display: block;
  margin: 0;
  transition: filter 0.3s ease;
  background: #1a1a1a;
}

.slot-item:hover .slot-image-wrapper img {
  filter: brightness(0.6);
}

/* Оверлей с кнопками */
.slot-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 15px;
}

.slot-item:hover .slot-overlay {
  opacity: 1;
}

/* Кнопки в оверлее */
.slot-btn {
  display: block;
  width: 100%;
  max-width: 130px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.2s ease, background 0.3s ease;
}

.slot-btn:hover {
  transform: scale(1.05);
}

.play-btn {
  background: linear-gradient(45deg, #ff8800, #ff5e00);
  color: #fff;
}

.play-btn:hover {
  background: linear-gradient(45deg, #ff9900, #ff6f00);
}

.demo-btn {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 5px 12px;
  font-size: 0.75rem;
  max-width: 100px;
}

.demo-btn:hover {
  background: rgba(255, 255, 255, 1);
}

/* Название слота */
.slot-title {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 8px 0;
}

/* Адаптивность */
@media (max-width: 768px) {
  .slots-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .slot-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
    max-width: 120px;
  }

  .slot-title {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .slots-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .slot-btn {
    padding: 8px 14px;
    font-size: 0.8rem;
    max-width: 110px;
  }

  .slot-title {
    font-size: 0.85rem;
  }
}

        /* Мобильная адаптация */
@media (max-width: 768px) {
    header {
        overflow: hidden;
        position: relative;
        padding: 15px 10px;
    }
    
    header .top {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        overflow: hidden;
        position: relative;
    }
    
    .register-btn {
        position: static;
        margin: 0;
        display: inline-block;
        transform: none;
        font-size: 0.9em;
        padding: 10px 16px;
        width: auto;
        flex-shrink: 0;
        overflow: hidden;
        isolation: isolate;
        contain: layout style paint;
    }
    
    .register-btn::before {
        filter: blur(3px) brightness(1.03);
        opacity: 0.3;
        inset: -1px;
        clip-path: inset(-1px);
    }
    
    .logo {
        flex-shrink: 0;
    }
    
    .logo-glow::before {
        display: none !important;
    }
    
    .logo img {
        max-width: 120px;
        height: auto;
    }
    
    .container {
        margin: 15px auto;
        padding: 0 8px;
    }
    
    h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    h2 {
        font-size: 20px;
        margin-top: 30px;
        padding-bottom: 8px;
    }
    
    h3 {
        font-size: 18px;
        margin-top: 20px;
    }
    
    .content {
        padding: 10px;
        border-radius: 8px;
    }
    
    table {
        font-size: 0.9em;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    th, td {
        padding: 8px 6px;
        font-size: 0.9em;
        min-width: 80px;
    }
    
    .nav-toggle {
        display: block !important;
        width: 100%;
        margin-bottom: 0;
    }
    
    .nav {
        display: none;
        margin: 0;
        border-radius: 0 0 8px 8px;
        padding: 15px;
    }
    
    .nav.active {
        display: block;
    }
    
    .nav ul {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .nav li {
        margin: 3px 0;
    }
    
    ul, ol {
        padding-left: 20px;
    }
    
    img {
        margin: 15px auto;
        border-radius: 6px;
    }
    
    .cta-btn {
        padding: 12px 25px;
        font-size: 1em;
        margin: 15px auto 30px;
    }
    
    footer {
        padding: 15px 8px;
        font-size: 0.85em;
        margin-top: 30px;
    }
    
    .section {
        margin-bottom: 30px;
    }
    
    p {
        font-size: 0.95em;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 1.3em;
    }
    
    .logo-glow::before {
        inset: -4px;
        filter: blur(10px) brightness(1.17);
    }
    
    h1 {
        font-size: 22px;
    }
    
    h2 {
        font-size: 19px;
    }
    
    h3 {
        font-size: 17px;
    }
    
    .container {
        padding: 0 6px;
    }
    
    .content {
        padding: 10px;
    }
    
    .register-btn,
    .cta-btn {
        padding: 10px 18px;
        font-size: 0.9em;
        border-radius: 10px;
    }
    
    th, td {
        padding: 6px 4px;
        font-size: 0.85em;
    }
    
    .nav {
        padding: 12px;
    }
    
    ul, ol {
        padding-left: 18px;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 320px) {
    header, footer {
        padding: 12px 15px;
    }
    
    .logo {
        font-size: 1.2em;
    }
    
    h1 {
        font-size: 20px;
    }
    
    .content {
        padding: 12px 10px;
    }
    
    .register-btn,
    .cta-btn {
        padding: 8px 15px;
        font-size: 0.85em;
        }

        }
        .section {
            margin-bottom: 40px;
        }
        .img-container {
            position: relative;
            margin: 30px 0;
        }
        .img-btn {
            display: block;
            margin: 15px auto;
        }
        ul, ol {
            margin: 15px 0;
            padding-left: 30px;
        }
        p {
            margin: 15px 0;
            line-height: 1.7;
        }
        .nav-wrapper {
            margin: 20px 0;
        }
        .nav-toggle {
            display: none;
            width: 100%;
            padding: 12px 20px;
            background: #444444;
            color: #ffffff;
            border: none;
            border-radius: 8px;
            font-size: 1em;
            font-weight: bold;
            cursor: pointer;
            margin-bottom: 0;
            text-align: center;
            transition: background 0.3s;
            box-sizing: border-box;
        }
        .nav-toggle:hover {
            background: #555555;
        }
        .nav-toggle.active {
            border-radius: 8px 8px 0 0;
            background: #444444;
        }
        .nav {
            background: #333333;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
        }
        .nav ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }
        .nav li {
            margin: 5px;
        }
        .nav a {
            color: #cccccc;
            text-decoration: none;
            font-weight: normal;
            transition: color 0.3s;
        }
        .nav a:hover {
            color: #ffffff;
            text-decoration: underline;
        }
