/* Content1A */
.Content1A {
  background-color: #0b1b2a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10%;
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.Content1A .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.Content1A .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.Content1A > div,
.Content1A img {
  position: relative;
  z-index: 1;
}
.Content1A > div {
  flex: 1;
  margin-right: 20px;
}

.Content1A img {
  max-width: 50vw;
  max-height: 50vh;
  object-fit: contain;
}

/* Content1B */
.Content1B {
  background-color: rgb(142, 255, 127);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

.Content1B > div {
  flex: 1;
  margin-left: 20px;
}

.Content1B img {
  max-width: 50vw;
  max-height: 50vh;
  object-fit: contain;
}
/* Content2A */
.Content2A {
  background-color: rgb(136, 127, 255);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

/* 404 */
.NotFound {
  min-height: min(90vh, 900px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 120px 24px;
  background: radial-gradient(circle at 20% 20%, rgba(32, 203, 176, 0.18), transparent 55%),
    radial-gradient(circle at 80% 10%, rgba(23, 102, 92, 0.25), transparent 50%),
    linear-gradient(160deg, rgba(7, 13, 20, 0.95), rgba(7, 16, 22, 0.98));
}

.NotFoundContent {
  position: relative;
  z-index: 2;
  max-width: 640px;
  text-align: left;
  color: #e6fffb;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.NotFoundKicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(88, 230, 212, 0.8);
}

.NotFoundContent h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin: 0;
}

.NotFoundContent p {
  margin: 0;
  color: rgba(230, 255, 251, 0.75);
  line-height: 1.6;
}

.NotFoundActions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.NotFoundButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(88, 230, 212, 0.5);
  background: rgba(9, 20, 28, 0.7);
  color: #e6fffb;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.NotFoundButton:hover {
  transform: translateY(-1px);
  border-color: rgba(88, 230, 212, 0.8);
  box-shadow: 0 12px 30px rgba(8, 16, 22, 0.4);
}

.NotFoundButton.ghost {
  background: transparent;
  color: rgba(230, 255, 251, 0.75);
}

.NotFoundGlow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 230, 212, 0.25), transparent 65%);
  filter: blur(40px);
  right: -120px;
  bottom: -180px;
  opacity: 0.7;
}

@media (max-width: 720px) {
  .NotFound {
    padding: 100px 18px;
  }

  .NotFoundContent {
    text-align: center;
    align-items: center;
  }

  .NotFoundActions {
    justify-content: center;
  }
}

.Content2A > div {
  flex: 1;
  margin-left: 20px;
}
.Content2A img {
  max-width: 50vw;
  max-height: 50vh;
  object-fit: contain;
}

/* Header1A */
.Header1A {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(180, 27, 27);
  padding: 10%;
}

.Header1A > div {
  flex: 1;
  padding-right: 20px;
}

.Header1A img {
  max-width: 60vw;
  max-height: 60vh;
  object-fit: contain;
}

/* Header1B */
.Header1B {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(212, 191, 95);
  padding: 10%;
}

.Header1B > div {
  flex: 1;
  padding-right: 20px;
}

.Header1B img {
  max-width: 60vw;
  max-height: 60vh;
  object-fit: contain;
}

/* Header2A */
.Header2A {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(126, 154, 247);
  padding: 10%;
}

.Header2A > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; 
}

.Header2A img {
  max-width: 60vw;
  max-height: 60vh;
  object-fit: contain;
}
/* Article1A */
.Article1A {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ArticlesTitle {
  margin-top: 10vh;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 2vw;
}

.ArticlesText {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 2vw;
}

.Articles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
}
.Article {
  display: flex;
  flex-direction: column;
  height: 70vh;
  width: 100%;
  margin: 5%;
  background-color: antiquewhite;
  padding: 2.5%;
}

.Article > img {
  max-height: 40%;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  flex: none;
}
.Article > canvas {
  max-height: 40%;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  flex: none;
}
.Article > div {
  margin-top: 5%;
  overflow: auto;
  flex: 1;
}
.ChatMessageTime {
  margin-left: auto;
  color: rgba(230, 255, 251, 0.55);
}
