@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800;900&display=swap');
@import url('/css/export/match.css');
@import url('/css/export/veto.css');
@import url('/css/export/stream.css');
@import url('/css/export/bracket.css');

@font-face {
  font-family: 'Actay';
  src: url('/fonts/Actay-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bahnschrift';
  src: url('/fonts/Bahnschrift.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Heathergreen';
  src: url('/fonts/Heathergreen-XPPG.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

#exportCanvas {
  font-family: 'Outfit', sans-serif;
  color: #ffffff;
  background-color: #0b0c10;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

#exportCanvas * {
  box-sizing: border-box;
}

/* Форматы (1x1 и 3x2) */
.export-format-1x1 {
  width: 1080px;
  height: 1080px;
}

.export-format-3x2 {
  width: 1620px;
  height: 1080px;
}

/* Скрытые по умолчанию шаблоны */
.export-content {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  position: relative;
}

/* Общие декоративные элементы (шапка/подвал картинок) */
.export-header {
  padding: 0px 0px 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}

.export-header-top {
  display: grid;
  grid-template-columns: 100px auto 100px;
  width: 100%;
  align-items: center;
  padding: 20px 30px 60px;
  background-image: linear-gradient(0deg, #0000 0%, #000b 60%);  
}

.export-header-bottom{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.export-header-title {
  font-size: 28px;
  text-align: center;
  color: hsl(0, 0%, 80%);
}

.export-header-subtitle {
  font-size: 42px;
}

.export-footer {
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  z-index: 10;
}

.export-logo {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
}

.export-logo span {
  color: #ff3366;
}

.export-bg-accent {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.3;
}
