@charset "UTF-8";
header[data-v-2e031dc1] {
  background: var(--card-bg);
  padding: 15px 0;
  border-bottom: 4px solid var(--primary);
  z-index: 100;
  box-shadow: var(--shadow);
}
.header-content[data-v-2e031dc1], .header-left[data-v-2e031dc1], .header-right[data-v-2e031dc1] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-content[data-v-2e031dc1] {
  justify-content: space-between;
}
.logo[data-v-2e031dc1] {
  font-weight: 900;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-decoration: none;
  color: inherit;
}
.logo span[data-v-2e031dc1] {
  color: var(--primary);
}
nav[data-v-2e031dc1] {
  display: flex;
  gap: 20px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
nav a[data-v-2e031dc1] {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
  position: relative;
}
nav a[data-v-2e031dc1]:hover {
  color: var(--primary);
}
nav a.router-link-active[data-v-2e031dc1] {
  color: var(--primary);
}
nav a.router-link-active[data-v-2e031dc1]::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary);
  border-radius: 2px;
}
nav a.router-link-exact-active[data-v-2e031dc1] {
  color: var(--primary);
}

/* Языковой переключатель */
.lang-container[data-v-2e031dc1] {
  position: relative;
}
.lang-trigger[data-v-2e031dc1] {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  border: none;
  padding: 6px 10px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  font-size: 11px;
  transition: 0.2s;
  min-height: 22px;
}
.lang-trigger[data-v-2e031dc1]:hover {
  background: #e2e8f0;
}
.lang-dropdown[data-v-2e031dc1] {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr;
  min-width: 160px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #e2e8f0;
  z-index: 3;
}
.lang-item[data-v-2e031dc1] {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
}
.lang-item[data-v-2e031dc1]:hover {
  background: #f8fafc;
  color: var(--primary);
}
.lang-item.active[data-v-2e031dc1] {
  background: #fff5f5;
  color: var(--primary);
}
.lang-item .lang-emoji[data-v-2e031dc1] {
  display: flex;
}

/* Иконки (предполагаем наличие спрайта или классов) */
.lang-emoji[data-v-2e031dc1] {
  font-size: 16px;
  line-height: 0.8;
  height: 16px;
}
.total[data-v-2e031dc1] {
  font-weight: bold;
  font-size: 12px;
  background: #f1f5f9;
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Фикс для мобильной верстки */
@media (max-width: 768px) {
.header-content[data-v-2e031dc1], .header-left[data-v-2e031dc1], .header-right[data-v-2e031dc1] {
    gap: 8px; /* Уменьшаем отступы между элементами */
}
.logo[data-v-2e031dc1] {
    font-size: 15px; /* Еще чуть меньше логотип */
    white-space: nowrap;
}
.lang-code-text[data-v-2e031dc1] {
    display: none; /* Прячем текст кода (EN, RU), оставляем только флаг */
}
.total[data-v-2e031dc1] {
    font-size: 10px;
    padding: 4px 8px;
}
.header-left[data-v-2e031dc1] {
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.header-left nav[data-v-2e031dc1] {
    flex-direction: row;
    gap: 4px;
    font-size: 12px;
    flex-wrap: wrap;
    margin-left: -4px;
}
.header-left nav a[data-v-2e031dc1] {
    padding: 0 4px;
}
.header-left nav a.router-link-active[data-v-2e031dc1]::after {
    display: none;
}
.header-right[data-v-2e031dc1] {
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
}
/* Центрирование выпадающего списка на мобилках */
@media (max-width: 480px) {
.lang-dropdown[data-v-2e031dc1] {
    right: -10px; /* Чтобы не уходило за край экрана */
    min-width: 140px;
}
}
/* Анимация меню */
.fade-slide-enter-active[data-v-2e031dc1], .fade-slide-leave-active[data-v-2e031dc1] {
  transition: all 0.2s ease;
}
.fade-slide-enter-from[data-v-2e031dc1], .fade-slide-leave-to[data-v-2e031dc1] {
  opacity: 0;
  transform: translateY(-10px);
}.rights[data-v-6c9aa71b] {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #334155;
  text-align: center;
  font-size: 12px;
}
footer[data-v-6c9aa71b] {
  background: #1e293b;
  color: #94a3b8;
  padding: 60px 0;
  font-size: 14px;
}
.footer-grid[data-v-6c9aa71b] {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.footer-logo[data-v-6c9aa71b] {
  color: white;
  font-weight: 900;
  margin-bottom: 15px;
}
.footer-links h4[data-v-6c9aa71b] {
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer-links ul[data-v-6c9aa71b] {
  list-style: none;
}
.footer-links li[data-v-6c9aa71b] {
  margin-bottom: 8px;
}
.footer-links a[data-v-6c9aa71b]:hover {
  color: var(--primary);
}
@media (max-width: 768px) {
.footer-grid[data-v-6c9aa71b] {
    grid-template-columns: 1fr;
    text-align: center;
}
}#modalOverlay[data-v-0afeafe0] {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
}
#modalOverlay > div[data-v-0afeafe0] {
  max-height: 80vh;
  overflow: hidden;
  background: #fff9db;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  border-radius: 20px;
  border: 4px dashed #fd7e14;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: scale(0.5);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#modalOverlay > div .icon[data-v-0afeafe0] {
  font-size: 50px;
  text-align: center;
  margin-bottom: 15px;
}
#modalOverlay > div h2[data-v-0afeafe0] {
  text-align: center;
  color: #1e293b;
  margin-bottom: 20px;
  font-size: 24px;
}
#modalOverlay > div .stats[data-v-0afeafe0] {
  height: 1%;
  max-height: 30vh;
  overflow: auto;
  background: white;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}
#modalOverlay > div .stats h4[data-v-0afeafe0] {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fd7e14;
  margin-bottom: 10px;
}
#modalOverlay > div .stats ul[data-v-0afeafe0] {
  list-style: none;
  font-size: 14px;
  color: #475569;
  line-height: 1.8;
}
#modalOverlay > div p[data-v-0afeafe0] {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #64748b;
  font-style: italic;
}
#modalOverlay > div button[data-v-0afeafe0] {
  width: 100%;
  margin-top: 20px;
  background: #fd7e14;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
/* Летающие ноты */
.note-particle {
  position: absolute;
  pointer-events: none;
  animation: fly-up 1s forwards;
  font-size: 20px;
  z-index: 1000;
}
@keyframes fly-up {
0% {
    transform: translateY(0) scale(1);
    opacity: 1;
}
100% {
    transform: translateY(-100px) translateX(20px) rotate(20deg);
    opacity: 0;
}
}#shareModalOverlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
}
#shareModalOverlay > div {
  background: white;
  width: 90%;
  max-width: 400px;
  border-radius: 24px;
  padding: 25px;
  position: relative;
  max-height: 600px;
  overflow: auto;
}
#shareModalOverlay > div h3 {
  text-align: center;
  margin-bottom: 20px;
}
#shareModalOverlay > div > div {
  display: grid;
  gap: 12px;
}
#shareModalOverlay > div > div button {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f1f5f9;
  border: none;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: bold;
  text-align: start;
}
#shareModalOverlay > div > div > div {
  height: 1px;
  background: #e2e8f0;
  margin: 10px 0;
}
#shareModalOverlay > div > button {
  width: 100%;
  margin-top: 20px;
  background: none;
  border: none;
  color: #64748b;
  font-weight: bold;
  cursor: pointer;
}
:root {
  --bg: #f8fafc;
  --card-bg: #ffffff;
  --primary: #ff6b6b;
  --secondary: #4ecdc4;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --radius: 16px;
  --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-width: thin; /* Делает скролл тонким */
  scrollbar-color: #ccc transparent; /* Цвет ползунка и дорожки */
}

body {
  font-family: "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg);
  color: var(--text-main);
  line-height: 1.5;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}