@import url(/assets/fonts/uni/stylesheet.css);
@import url(/assets/fonts/sfpro/stylesheet.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
  /* WebKit (Chrome, Safari) */
  -webkit-font-smoothing: antialiased;

  /* Firefox на macOS */
  -moz-osx-font-smoothing: grayscale;

  /* Включаем оптимизацию кернинга и лигатур */
  text-rendering: optimizeLegibility;

  /* Включаем ряд OpenType-фич (опционально) */
  font-feature-settings: "liga" 1, "kern" 1;
}

body {
	line-height: 1;
	font-family: 'Inter',sans-serif;
	padding: 0px 10px;
	background-color: #EFEFF3;
	  /* Не даём браузеру «дребезжать» пикселями при масштабировании */
  	-webkit-text-size-adjust: 100%;
  	/* Для некоторых движков: */
  	font-smooth: always;          /* не­стандартизировано, но поддерживается в WebKit */
  	-moz-font-smoothing: grayscale;/* неофициально для старых версий Gecko */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

main {
	text-align: center;
	margin-top: 2em;
	position: relative;
}

a {
	text-decoration: none;
}

.support_site_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  top: 0;
  align-items: center;
}

.support_site_img .chaturbate {
	width: 80px;
}

.support_site_img .stripchat {
	width: 130px;
}

.button2 {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 3.55;
    font-weight: 700;
    letter-spacing: -0.5px;
    border-radius: 100px 100px 100px 100px;
    background-color: #28a745;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: min-content;
    padding: 10px 20px;
    margin: 10px auto;
}

.button {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 3.55;
    font-weight: 700;
    letter-spacing: -0.5px;
    border-radius: 100px 100px 100px 100px;
    background-color: #0d99ff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: min-content;
    padding: 10px 20px;
    margin: 10px auto;
}

.button:hover {
	background-color: #0B89E5;
}

main h1 {
	font-size: 72px;
	font-weight: 700;
	letter-spacing: -3.6px;
	line-height: 60px;
	position: relative;
	display: block;
}

main .beta {
font-size: 20px;
letter-spacing: -0.6px;
position: absolute;
top: 17px;
}

.button-wrapper {
  text-align: center;
  margin-top: 1em;
}

.bot_img {
	width: 1200px;
	  position: fixed;
	  bottom: 0;
	  left: calc(50% + 6px);
	  transform: translateX(-50%);
	  z-index: 10;
	  pointer-events: none; /* чтобы не мешать кликам */
}

main .middle {
	font-size: 40px;
	letter-spacing: -1.6px;
	display: block;
	line-height: 1;
}

main .now {
font-size: 16px;
margin-top: 5px;
font-weight: 700;
display: block;
}

main .desc {
	color: #728a96;
font-size: 16px;
margin-top: 5px;
font-weight: 400;
display: block;
}

.gradient-text {
  font-size: 4rem;
  font-weight: bold;
  background: linear-gradient(-45deg, #ff6ec4, #7873f5, #4ade80, #facc15);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Контейнер одного сообщения */
.message {
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin: 4px 0;
  padding: 8px 12px;
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 
               'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 20px;
  word-wrap: break-word;
  clear: both;
}

.first .horizontal {
width: 620px;
}

.first .vertical {
width: 290px;
}

.first {
    display: flex;
    padding: 20px;
    align-items: center;
	justify-content: center;
}

.first h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.first p {
	font-weight: 600;
		font-size: 16px;
}

.message .br {
margin-bottom: 10px;
}

.chat .message {
  transition: transform 0.1s ease-out;
  will-change: transform;
}

/* Входящее сообщение (слева) */
.message.incoming {
  margin-right: 20px;
  background-color: #FFFFFF; /* белый */
  color: #000000;
  border-radius: 18px;
  /* небольшой теневой контур, как в iOS */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

/* Исходящее сообщение (справа) */
.message.outgoing {
  float: right;
  background-color: #229ED9; /* фирменный синий Telegram  [oai_citation:0‡onlinepalette.com](https://www.onlinepalette.com/telegram/?utm_source=chatgpt.com) */
  color: #FFFFFF;
  border-radius: 18px;
}

/* Хвостик исходящего пузырька */
.message.outgoing::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #229ED9; /* тот же цвет, что и у самого пузыря  [oai_citation:1‡onlinepalette.com](https://www.onlinepalette.com/telegram/?utm_source=chatgpt.com) */
  transform: rotate(45deg);
}

@media (max-width: 430px) {
  
  h1 .top {
	font-size: 42px !important;
	letter-spacing: -2px !important;
  }

  h1 .beta {
	font-size: 14px !important;
	top: 20px !important;
  }

  h1 .middle {
	font-size: 24px !important;
	letter-spacing: -1px !important;
  }

  .desc {
	font-size: 14px !important;
  }

  .message.incoming {
  margin-right: 0px;
  }
  .bot_img {
	  width: 700px;
  z-index: -999;
}
}

@media (max-width: 630px) {

  .message.incoming {
  margin-right: 0px;
  }
  .first {
    flex-direction: column-reverse;
}

.first .horizontal {
  width: 100%;
}

.first .vertical {
    width: 290px;
}
}

@media (max-width: 1024px) {

  .message.incoming {
  margin-right: 0px;
  }
  .first {
    flex-direction: column-reverse;
}
}