body {
  background-color: #010818;
  background-image: url('https://static.tildacdn.com/tild6233-6665-4033-a139-653062336332/ChatGPT_Image_May_13.png'); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: white;
  font-family: 'Segoe UI', 'Arial', sans-serif;
}




html body .t-feed__post-popup.t-popup_show[style] {
  background-color: #010818 !important;
  background-image: url('https://static.tildacdn.com/tild6233-6665-4033-a139-653062336332/ChatGPT_Image_May_13.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: white !important;
}

html body .t-feed__post-popup.t-popup_show[style] * {
  color: white !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

html body .t-feed__post-popup__close-wrapper svg {
  fill: white !important;
}
























/* Для блога */
.rss-title {
  font-size: 22px !important;
  color: #5ee3ff !important; /* голубой */
  text-decoration: none !important;
  font-weight: bold !important;
  transition: color 0.3s ease !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

.rss-title:hover {
  color: #5ee3ff !important;
}

.rss-desc {
  color: #cccccc !important;
  margin-top: 4px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}

.rss-date {
  font-size: 14px !important;
  color: #888888 !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}





















/* Кнопки */
.t-btn {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid #5ee3ff;
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.t-btn:hover {
  background: rgba(94, 227, 255, 0.05);
  box-shadow: 0 0 8px #5ee3ff, 0 0 16px #5ee3ff;
  color: #5ee3ff;
}

/* Баннер IX05 */
#rec997705446 .t-carousel__inner {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

#rec997705446 .t-carousel__item {
  background-size: cover;
  background-position: center;
  aspect-ratio: 3 / 1;
}

/* Футеры */
#rec1004201226,
#rec1002848236,
#rec1007891156,
#rec1004201216r,
#rec1004248781,
#rec1054848471,
#rec1054848051,
#rec1000960896 {
  background: linear-gradient(135deg, #010818, #1b0145);
  color: white !important;
}

#rec1004201226 .t-cover,
#rec1002848236 .t-cover,
#rec1007891156 .t-cover,
#rec1004201216r .t-cover,
#rec1004248781 .t-cover,
#rec1054848471 .t-cover,
#rec1054848051 .t-cover,
#rec1000960896 .t-cover {
  background: transparent !important;
}

#rec1004201226 .t-cover__filter,
#rec1002848236 .t-cover__filter,
#rec1007891156 .t-cover__filter,
#rec1004201216r .t-cover__filter,
#rec1004248781 .t-cover__filter,
#rec1054848471 .t-cover__filter,
#rec1054848051 .t-cover__filter,
#rec1000960896 .t-cover__filter {
  background: transparent !important;
}

#rec1004201226 h1, #rec1004201226 h2, #rec1004201226 p, #rec1004201226 span, #rec1004201226 a,
#rec1002848236 h1, #rec1002848236 h2, #rec1002848236 p, #rec1002848236 span, #rec1002848236 a,
#rec1004248781 h1, #rec1004248781 h2, #rec1004248781 p, #rec1004248781 span, #rec1004248781 a,
#rec1007891156 h1, #rec1007891156 h2, #rec1007891156 p, #rec1007891156 span, #rec1007891156 a,
#rec1004201216r h1, #rec1004201216r h2, #rec1004201216r p, #rec1004201216r span, #rec1004201216r a,
#rec1000960896 h1, #rec1000960896 h2, #rec1000960896 p, #rec1000960896 span, #rec1000960896 a {
  color: white !important;
}


/* === АДАПТАЦИЯ ДЛЯ ПЛАНШЕТОВ === */
@media screen and (max-width: 1024px) {
  body {
    background-attachment: scroll;
    background-size: cover;
  }

  .t-btn {
    font-size: 15px;
    padding: 10px 20px;
  }

  #rec997705446 .t-carousel__inner {
    max-width: 95%;
    border-radius: 10px;
  }

  #rec997705446 .t-carousel__item {
    aspect-ratio: 2.5 / 1;
  }
}

/* === АДАПТАЦИЯ ДЛЯ МОБИЛЬНЫХ === */
@media screen and (max-width: 600px) {
  body {
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    padding: 0 10px;
  }

  .t-btn {
    font-size: 14px;
    padding: 10px 18px;
    width: 100%;
    text-align: center;
  }

  #rec997705446 .t-carousel__inner {
    max-width: 100%;
    padding: 0 5px;
    border-radius: 8px;
  }

  #rec997705446 .t-carousel__item {
    aspect-ratio: 2 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  #rec1004201226 h1, #rec1004201226 h2,
  #rec1002848236 h1, #rec1002848236 h2,
  #rec1007891156 h1, #rec1007891156 h2 {
    font-size: 18px !important;
    text-align: center;
  }

  #rec1004201226 p,
  #rec1002848236 p,
  #rec1007891156 p {
    font-size: 14px !important;
  }
  
  
 



