/**
 * Portal Fresh — светлая тема для экспериментальной главной index2.
 * Класс оставлен прежним, чтобы не менять подключение шаблонов.
 */

body.portal-cosmic {
  font-family: 'Roboto', Arial, sans-serif;
  min-height: 100vh;
  color: #253044;
  background:
    radial-gradient(circle at 12% 6%, rgba(255, 221, 238, 0.76) 0, rgba(255, 221, 238, 0) 28%),
    radial-gradient(circle at 86% 10%, rgba(201, 229, 255, 0.9) 0, rgba(201, 229, 255, 0) 30%),
    radial-gradient(circle at 50% 72%, rgba(255, 240, 202, 0.55) 0, rgba(255, 240, 202, 0) 34%),
    linear-gradient(180deg, #fff4f9 0%, #edf7ff 48%, #fff6e9 100%);
  position: relative;
  overflow-x: hidden;
}

body.portal-cosmic::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(59, 112, 160, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 112, 160, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.38), transparent 72%);
}

body.portal-cosmic .container,
body.portal-cosmic .container-fluid {
  position: relative;
  z-index: 1;
}
