@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:wght@300;400;500;600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@300;400;500;600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:wght@300;400;500;600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:wght@300;400;500;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Bebas+Neue&display=swap');* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: dark;
  color: #ffffff;
  background-color: #0a0a0a;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #ffffff;
  overflow-x: hidden;
}

#root {
  min-height: 100vh;
  width: 100%;
}

.app-layout {
  display: flex;
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.main-content {
  flex: 1;
  width: 100%;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  min-height: 100vh;
}

.page {
  width: 100%;
  min-height: 100vh;
}

a {
  font-weight: 500;
  color: #ff2a55;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #ff6b8b;
}

h1 {
  font-size: 2.5em;
  line-height: 1.1;
  color: #ffffff;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #ff2a55;
  color: white;
  cursor: pointer;
  transition: all 0.25s;
}

button:hover {
  background-color: #ff6b8b;
  transform: translateY(-1px);
}

button:focus,
button:focus-visible {
  outline: 2px solid #ff2a55;
  outline-offset: 2px;
}
._sidebar_q839z_1 {
  position: fixed;
  left: 28px;
  top: 120px; /* 28px + 78px (logo button) + 14px gap */

  width: 78px;
  padding: 18px 0;

  background: #2c2c2c;
  border-radius: 40px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;

  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04);

  z-index: 999;
}

/* Скрытие на мобильных устройствах */
@media (max-width: 768px) {
  ._sidebar_q839z_1 {
    display: none;
  }
}

/* Исправление для планшетов и маленьких экранов */
@media (max-width: 900px) {
  ._sidebar_q839z_1 {
    left: 16px;
    width: 60px;
  }
  
  ._item_q839z_37 {
    width: 44px;
    height: 44px;
  }
  
  ._item_q839z_37 svg {
    width: 18px;
    height: 18px;
  }
}

/* ===== MENU ===== */

._menu_q839z_50 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ===== BUTTON ===== */

._item_q839z_37 {
  width: 54px;
  height: 54px;

  border-radius: 50%;
  background: #242424;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.25s;
}

._item_q839z_37 svg {
  width: 22px;
  height: 22px;

  stroke: #a5a5a5;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: 0.25s;
}

._item_q839z_37:hover {
  background: #2f2f2f;
}

._item_q839z_37:hover svg {
  stroke: #ffffff;
}

/* ACTIVE */

._active_q839z_95 {
  background: #1f1f1f;
}

._active_q839z_95 svg {
  stroke: white;
}/* Header.module.css - Современный дизайн в стиле Apple */

._header_1ty9r_3 {
  position: fixed;
  top: 0;
  right: 40px;
  border-radius: 100px;
  height: 80px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

._headerContainer_1ty9r_15 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 32px;
  max-width: 100%;
  margin: 0 auto;
  gap: 16px;
}

/* Search Section */
._searchSection_1ty9r_27 {
  display: flex;
  align-items: center;
  position: relative;
}

._searchButton_1ty9r_33 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

._searchButton_1ty9r_33::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 42, 85, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}

._searchButton_1ty9r_33:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ff2a55;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(255, 42, 85, 0.2);
}

._searchButton_1ty9r_33:hover::before {
  width: 100px;
  height: 100px;
}

._searchButton_1ty9r_33 svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  transition: transform 0.3s ease;
}

._searchButton_1ty9r_33:hover svg {
  transform: scale(1.1);
}

._searchForm_1ty9r_85 {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  animation: _slideIn_1ty9r_1 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
}

._searchForm_1ty9r_85::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

._searchForm_1ty9r_85:focus-within {
  border-color: transparent;
  box-shadow: 0 0 0 2px #ff2a55;
}

._searchForm_1ty9r_85:focus-within::before {
  opacity: 0.1;
}

._searchInput_1ty9r_118 {
  border: none;
  background: transparent;
  padding: 0 20px;
  height: 48px;
  width: 300px;
  font-size: 15px;
  outline: none;
  color: white;
  position: relative;
  z-index: 1;
}

._searchInput_1ty9r_118::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  transition: color 0.3s ease;
}

._searchInput_1ty9r_118:focus::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

._searchSubmitButton_1ty9r_141,
._searchCancelButton_1ty9r_142 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
  margin: 0 2px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}

._searchSubmitButton_1ty9r_141 {
  color: #ff2a55;
}

._searchSubmitButton_1ty9r_141:hover {
  background: rgba(255, 42, 85, 0.1);
  color: #ff6b8b;
  transform: scale(1.05);
}

._searchCancelButton_1ty9r_142:hover {
  background: rgba(220, 38, 38, 0.1);
  color: #ff6b6b;
  transform: scale(1.05);
}

._searchSubmitButton_1ty9r_141 svg,
._searchCancelButton_1ty9r_142 svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  transition: transform 0.2s ease;
}

._searchSubmitButton_1ty9r_141:hover svg {
  transform: rotate(90deg);
}

._searchCancelButton_1ty9r_142:hover svg {
  transform: rotate(90deg);
}

/* Profile Section */
._profileSection_1ty9r_192 {
  display: flex;
  align-items: center;
}

._profileButton_1ty9r_197 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px 8px 12px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  cursor: pointer;
  color: white;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

._profileButton_1ty9r_197::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

._profileButton_1ty9r_197:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ff2a55;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 42, 85, 0.3);
}

._profileButton_1ty9r_197:hover::before {
  opacity: 0.1;
}

._profileButton_1ty9r_197 > * {
  position: relative;
  z-index: 1;
}

._profileAvatar_1ty9r_243 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(255, 42, 85, 0.3);
  transition: all 0.3s ease;
}

._profileButton_1ty9r_197:hover ._profileAvatar_1ty9r_243 {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(255, 42, 85, 0.4);
}

._profileName_1ty9r_263 {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._profileButton_1ty9r_197 svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  transition: transform 0.3s ease;
  color: rgba(255, 255, 255, 0.6);
}

._profileButton_1ty9r_197:hover svg {
  transform: rotate(180deg);
  color: #ff2a55;
}

/* Animations */
@keyframes _slideIn_1ty9r_1 {
  from {
    opacity: 0;
    transform: translateX(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes _pulse_1ty9r_1 {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 42, 85, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 42, 85, 0);
  }
}

/* Активное состояние для поиска */
._searchForm_1ty9r_85._active_1ty9r_308 {
  animation: _pulse_1ty9r_1 2s infinite;
}

/* Индикатор уведомлений (опционально) */
._notificationBadge_1ty9r_313 {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 8px;
  height: 8px;
  background: #ff2a55;
  border-radius: 50%;
  border: 2px solid rgba(10, 10, 10, 0.9);
  animation: _pulse_1ty9r_1 2s infinite;
}

/* Адаптивность */
@media (max-width: 1200px) {
  ._header_1ty9r_3 {
    left: 0;
  }
  
  ._searchInput_1ty9r_118 {
    width: 250px;
  }
}

@media (max-width: 768px) {
  ._header_1ty9r_3 {
    height: 70px;
  }
  
  ._headerContainer_1ty9r_15 {
    padding: 0 20px;
  }
  
  ._searchButton_1ty9r_33 {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
  
  ._searchInput_1ty9r_118 {
    width: 200px;
    height: 42px;
    padding: 0 16px;
  }
  
  ._searchSubmitButton_1ty9r_141,
  ._searchCancelButton_1ty9r_142 {
    width: 40px;
    height: 40px;
  }
  
  ._profileButton_1ty9r_197 {
    padding: 6px 12px 6px 8px;
    gap: 8px;
  }
  
  ._profileAvatar_1ty9r_243 {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  
  ._profileName_1ty9r_263 {
    max-width: 100px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  ._headerContainer_1ty9r_15 {
    padding: 0 16px;
  }
  
  ._searchInput_1ty9r_118 {
    width: 160px;
    font-size: 14px;
  }
  
  ._profileName_1ty9r_263 {
    display: none;
  }
  
  ._profileButton_1ty9r_197 {
    padding: 6px;
  }
  
  ._profileAvatar_1ty9r_243 {
    width: 40px;
    height: 40px;
  }
  
  ._profileButton_1ty9r_197 svg {
    display: none;
  }
}

@media (max-width: 480px) {
  ._searchForm_1ty9r_85 {
    position: fixed;
    top: 80px;
    left: 16px;
    right: 16px;
    width: auto;
    background: rgba(10, 10, 10, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  }
  
  ._searchInput_1ty9r_118 {
    width: 100%;
    padding: 0 16px;
  }
  
  ._searchSection_1ty9r_27 {
    position: static;
  }
  
  ._header_1ty9r_3 {
    height: 70px;
  }
}


/* Стили для скролла */
._header_1ty9r_3._scrolled_1ty9r_436 {
  height: 70px;
  background: rgba(10, 10, 10, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Анимация загрузки для поиска */
@keyframes _searchLoading_1ty9r_452 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

._searchLoading_1ty9r_452 {
  animation: _searchLoading_1ty9r_452 1s linear infinite;
}

/* Дополнительные эффекты */
._glowEffect_1ty9r_457 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff2a55, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

._searchButton_1ty9r_33:hover ._glowEffect_1ty9r_457,
._profileButton_1ty9r_197:hover ._glowEffect_1ty9r_457 {
  opacity: 1;
}/* MobileAppBar.module.css - Современный навбар в стиле нативных приложений */

._mobileAppBar_hh0l6_3 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 8px 16px 20px;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  overflow: hidden;
}

/* Скрываем мобильное меню на ПК и планшетах */
@media (min-width: 768px) {
  ._mobileAppBar_hh0l6_3 {
    display: none;
  }
}

/* Безопасная зона для iPhone (notch) */
@media (max-width: 767px) {
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    ._mobileAppBar_hh0l6_3 {
      padding-bottom: calc(20px + env(safe-area-inset-bottom));
      height: calc(80px + env(safe-area-inset-bottom));
      width: 100vw;
      max-width: 100vw;
      box-sizing: border-box;
      overflow: hidden;
    }
  }
}

._navItem_hh0l6_47 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 8px 0;
  border-radius: 100px;
  cursor: pointer;
}

._iconWrapper_hh0l6_63 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

._iconWrapper_hh0l6_63 svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

._label_hh0l6_80 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.8;
}

/* Активное состояние */
._navItem_hh0l6_47._active_hh0l6_89 {
  color: #ff2a55;
}

._navItem_hh0l6_47._active_hh0l6_89 ._iconWrapper_hh0l6_63 svg {
  stroke: #ff2a55;
  stroke-width: 2;
  transform: translateY(-2px);
}

._navItem_hh0l6_47._active_hh0l6_89 ._label_hh0l6_80 {
  color: #ff2a55;
  opacity: 1;
  font-weight: 600;
  transform: translateY(-1px);
}

/* Эффект пульсации при нажатии */
._navItem_hh0l6_47:active {
  transform: scale(0.92);
}

/* Анимация появления */
@keyframes _slideUp_hh0l6_1 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

._mobileAppBar_hh0l6_3 {
  animation: _slideUp_hh0l6_1 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Индикатор активного элемента */
._navItem_hh0l6_47._active_hh0l6_89::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 3px;
  background: linear-gradient(90deg, #ff2a55, #ff6b8b);
  border-radius: 3px;
  animation: _slideIn_hh0l6_1 0.3s ease;
}

@keyframes _slideIn_hh0l6_1 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 32px;
    opacity: 1;
  }
}

/* Эффект при наведении (для тач-устройств) */
@media (hover: hover) {
  ._navItem_hh0l6_47:hover:not(._active_hh0l6_89) {
    color: rgba(255, 255, 255, 0.8);
  }
  
  ._navItem_hh0l6_47:hover:not(._active_hh0l6_89) ._iconWrapper_hh0l6_63 svg {
    transform: translateY(-2px);
  }
}

/* Специальный стиль для кнопки загрузки (выделенная) */
._navItem_hh0l6_47:last-child._active_hh0l6_89 {
  color: #ff2a55;
}

._navItem_hh0l6_47:last-child ._iconWrapper_hh0l6_63 svg {
  stroke-width: 2;
}

/* Эффект "поднятия" для активного элемента */
._navItem_hh0l6_47._active_hh0l6_89 ._iconWrapper_hh0l6_63 {
  transform: translateY(-4px);
}

/* Дополнительные анимации */
@keyframes _bounce_hh0l6_1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

._navItem_hh0l6_47._active_hh0l6_89 ._iconWrapper_hh0l6_63 svg {
  animation: _bounce_hh0l6_1 0.5s ease;
}

/* Вариант с градиентным фоном (опционально) */
._gradientBar_hh0l6_192 {
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0) 0%,
    rgba(10, 10, 10, 0.95) 100%
  );
}

/* Адаптивность */
@media (max-width: 480px) {
  ._mobileAppBar_hh0l6_3 {
    height: 70px;
    padding: 6px 12px 16px;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    ._mobileAppBar_hh0l6_3 {
      padding-bottom: calc(16px + env(safe-area-inset-bottom));
      height: calc(70px + env(safe-area-inset-bottom));
      width: 100vw;
      max-width: 100vw;
      box-sizing: border-box;
      overflow: hidden;
    }
  }
  
  ._iconWrapper_hh0l6_63 svg {
    width: 22px;
    height: 22px;
  }
  
  ._label_hh0l6_80 {
    font-size: 10px;
  }
  
  ._navItem_hh0l6_47._active_hh0l6_89::before {
    width: 28px;
  }
  
  @keyframes _slideIn_hh0l6_1 {
    from {
      width: 0;
    }
    to {
      width: 28px;
    }
  }
}

/* Для устройств с вырезом (notch) */
@supports (padding-top: env(safe-area-inset-top)) {
  ._mobileAppBar_hh0l6_3 {
    background: rgba(10, 10, 10, 0.9);
  }
}

/* Тёмная тема */
@media (prefers-color-scheme: dark) {
  ._mobileAppBar_hh0l6_3 {
    background: rgba(10, 10, 10, 0.9);
    border-top-color: rgba(255, 255, 255, 0.08);
  }
}

/* Анимация для иконок при нажатии */
@keyframes _ripple_hh0l6_1 {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

._navItem_hh0l6_47:active ._iconWrapper_hh0l6_63::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 42, 85, 0.3);
  animation: _ripple_hh0l6_1 0.4s ease-out;
  pointer-events: none;
}

/* Стили для скролла (только на мобильных) */
@media (max-width: 767px) {
  ._mobileAppBar_hh0l6_3 ~ * {
    padding-bottom: 80px;
  }
}

@media (max-width: 480px) {
  ._mobileAppBar_hh0l6_3 ~ * {
    padding-bottom: 70px;
  }
}

/* Дополнительная защита от горизонтального скролла */
@media (max-width: 767px) {
  ._mobileAppBar_hh0l6_3 {
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

/* Анимация смены иконок */
@keyframes _iconPop_hh0l6_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

._navItem_hh0l6_47._active_hh0l6_89 ._iconWrapper_hh0l6_63 svg {
  animation: _iconPop_hh0l6_1 0.3s cubic-bezier(0.34, 1.2, 0.64, 1);
}._logoButton_1bk4c_1 {
  position: fixed;
  left: 28px;
  top: 28px;

  width: 78px; /* Как у сайдбара */
  height: 78px; /* Квадратный как у сайдбара */

  border-radius: 40px; /* Как у сайдбара */
  background: #2c2c2c;

  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  cursor: pointer;

  transition: all 0.25s ease;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);

  z-index: 1000;
}

._logoButton_1bk4c_1:hover {
  background: #2f2f2f;
  transform: scale(1.05);
}

._logoImage_1bk4c_30 {
  width: 32px; /* Увеличим логотип */
  height: 16px;
  object-fit: contain;
}

/* Скрытие на мобильных устройствах */
@media (max-width: 768px) {
  ._logoButton_1bk4c_1 {
    display: none;
  }
}

/* Исправление для планшетов и маленьких экранов */
@media (max-width: 900px) {
  ._logoButton_1bk4c_1 {
    left: 16px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  
  ._logoImage_1bk4c_30 {
    width: 24px;
    height: 12px;
  }
}


:root {
  --pink: #ff2a55;
  --pink-soft: #ff6b8b;
  --pink-glow: rgba(255, 42, 85, 0.18);
  --surface: rgba(255, 255, 255, 0.035);
  --surface-hover: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.09);
  --border-focus: rgba(255, 42, 85, 0.5);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.55);
  --text-muted: rgba(255, 255, 255, 0.3);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-full: 100px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── FULL SCREEN LAYOUT ─── */

.auth-page {
  min-height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: 'DM Sans', -apple-system, sans-serif;
  background: #080808;
  overflow: hidden;
  position: relative;
}

/* ─── LEFT PANEL — Branding ─── */

.auth-branding {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 60px;
  background: linear-gradient(160deg, #0d0d0d 0%, #120509 60%, #0d0005 100%);
  overflow: hidden;
  border-right: 1px solid rgba(255, 42, 85, 0.1);
}

.auth-branding::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 30% 70%, rgba(255, 42, 85, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 70% 20%, rgba(255, 107, 139, 0.07) 0%, transparent 60%);
  pointer-events: none;
}

.auth-branding::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 42, 85, 0.15) 0%, transparent 70%);
  bottom: -200px;
  left: -100px;
  pointer-events: none;
}

.brand-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo-mark {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--pink), var(--pink-soft));
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(255, 42, 85, 0.35);
  flex-shrink: 0;
}

.brand-logo-mark img {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}

.brand-logo-name {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
}

.brand-middle {
  position: relative;
  z-index: 1;
}

.brand-tagline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.brand-tagline em {
  font-style: normal;
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-soft) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.brand-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 360px;
}

.brand-stats {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 32px;
}

.brand-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.03em;
}

.brand-stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ─── ANIMATED GRID DECORATION ─── */

.brand-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 42, 85, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 42, 85, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 40% 60%, black 0%, transparent 70%);
}

/* ─── RIGHT PANEL — Auth Form ─── */

.auth-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
  background: #080808;
  overflow-y: auto;
}

/* ─── CONTAINER ─── */

.auth-container {
  width: 100%;
  max-width: 440px;
  animation: fadeInUp 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ─── MOBILE LOGO (only on mobile) ─── */

.auth-logo {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
}

.logo-image {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 0 16px rgba(255, 42, 85, 0.4));
}

.logo-text {
  font-family: 'Syne', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #ffffff, var(--pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ─── TOGGLE ─── */

.auth-toggle {
  display: flex;
  gap: 4px;
  margin-bottom: 36px;
  background: rgba(255, 255, 255, 0.04);
  padding: 4px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border);
}

.toggle-btn {
  flex: 1;
  padding: 11px 20px;
  border: none;
  background: transparent;
  color: var(--text-secondary);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: var(--radius-full);
  transition: all 0.25s ease;
  letter-spacing: 0.01em;
}

.toggle-btn:hover:not(.active) {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.05);
}

.toggle-btn.active {
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--pink-soft));
  box-shadow: 0 6px 20px rgba(255, 42, 85, 0.35);
}

/* ─── FORM ─── */

.auth-forms {
  animation: fadeInForm 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes fadeInForm {
  from { opacity: 0; transform: translateX(8px); }
  to { opacity: 1; transform: translateX(0); }
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth-form h2 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #ffffff 20%, rgba(255,255,255,0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}

.form-subtitle {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: -12px;
  margin-bottom: 4px;
}

/* ─── FORM GROUPS ─── */

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-left: 2px;
}

.form-group input {
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  font-family: 'DM Sans', sans-serif;
  color: var(--text-primary);
  transition: all 0.2s ease;
  width: 100%;
}

.form-group input::placeholder {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.form-group input:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
}

.form-group input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px rgba(255, 42, 85, 0.12), inset 0 0 0 1px rgba(255, 42, 85, 0.08);
}

.form-group input:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* ─── PASSWORD WRAPPER ─── */

.password-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.password-input-wrapper input {
  padding-right: 52px;
  width: 100%;
}

.password-toggle {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  transition: all 0.2s ease;
  color: var(--text-muted);
  padding: 0;
}

.password-toggle:hover {
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
}

.password-toggle:active {
  transform: scale(0.92);
}

.password-toggle:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.password-toggle svg {
  width: 18px;
  height: 18px;
  transition: all 0.2s ease;
}

/* ─── ERROR MESSAGE ─── */

.error-message {
  padding: 14px 18px;
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: var(--radius-md);
  color: #f87171;
  font-size: 0.875rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  animation: shake 0.45s ease;
  line-height: 1.5;
}

.error-message svg {
  flex-shrink: 0;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  opacity: 0.8;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-4px); }
  40%, 80% { transform: translateX(4px); }
}

/* ─── SUBMIT BUTTON ─── */

.auth-button {
  padding: 16px 24px;
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-soft) 100%);
  border: none;
  border-radius: var(--radius-full);
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.01em;
}

.auth-button::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.auth-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(255, 42, 85, 0.38);
}

.auth-button:hover:not(:disabled)::after {
  opacity: 1;
}

.auth-button:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 8px 16px rgba(255, 42, 85, 0.25);
}

.auth-button:disabled {
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.auth-button svg {
  width: 17px;
  height: 17px;
  transition: transform 0.25s ease;
}

.auth-button:hover:not(:disabled) svg {
  transform: translateX(3px);
}

/* Loading spinner on disabled */

.auth-button.loading {
  pointer-events: none;
}

.auth-button.loading::before {
  content: '';
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin-right: 2px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ─── NOTE / LINK ─── */

.auth-note {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.85rem;
  margin-top: 8px;
}

.auth-note a {
  color: var(--pink);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.auth-note a:hover {
  color: var(--pink-soft);
}

/* ─── INPUT HINT ─── */

.input-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-left: 2px;
}

/* ─── DIVIDER ─── */

.auth-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 4px 0;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.auth-divider span {
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

/* ─── VALIDATION STATES ─── */

.form-group input.valid {
  border-color: rgba(74, 222, 128, 0.4);
}

.form-group input.invalid {
  border-color: rgba(248, 113, 113, 0.4);
}

/* ─── CHECKBOX ─── */

.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkbox-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--pink);
  cursor: pointer;
}

.checkbox-group label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  cursor: pointer;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
}

/* ─── SUCCESS STATE ─── */

.auth-button.success {
  background: linear-gradient(135deg, #10b981, #34d399);
  box-shadow: 0 12px 28px rgba(16, 185, 129, 0.3);
}

/* ─── SINGLE PANEL (fallback) ─── */

.auth-page.single-panel {
  grid-template-columns: 1fr;
}

.auth-page.single-panel .auth-branding {
  display: none;
}

.auth-page.single-panel .auth-right {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0508 100%);
}

/* ─── RESPONSIVE ─── */

@media (max-width: 1024px) {
  .auth-page {
    grid-template-columns: 1fr;
  }

  .auth-branding {
    display: none;
  }

  .auth-right {
    min-height: 100vh;
    background: #080808;
  }

  .auth-logo {
    display: flex;
  }
}

@media (max-width: 600px) {
  .auth-right {
    padding: 32px 20px;
    align-items: flex-start;
    padding-top: 48px;
  }

  .auth-container {
    max-width: 100%;
  }

  .auth-form h2 {
    font-size: 1.75rem;
  }

  .toggle-btn {
    padding: 10px 14px;
    font-size: 0.85rem;
  }

  .form-group input {
    padding: 13px 16px;
    font-size: 0.9rem;
  }

  .auth-button {
    padding: 15px 20px;
  }

  .brand-stats {
    flex-wrap: wrap;
    gap: 20px;
  }
}._overlay_71sf7_1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  backdrop-filter: blur(10px);
}

._modal_71sf7_16 {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

._modal_71sf7_16._show_71sf7_31 {
  opacity: 1;
  transform: scale(1) translateY(0);
}

._header_71sf7_36 {
  text-align: center;
  margin-bottom: 30px;
}

._header_71sf7_36 h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px 0;
}

._header_71sf7_36 h2 span {
  color: #ff2a55;
}

._header_71sf7_36 p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

._rules_71sf7_58 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}

._rule_71sf7_58 {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

._rule_71sf7_58:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 42, 85, 0.3);
}

._icon_71sf7_81 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff2a55, #ff6b6b);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

._icon_71sf7_81 svg {
  width: 20px;
  height: 20px;
}

._ruleTitle_71sf7_98 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

._ruleDesc_71sf7_105 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

._note_71sf7_111 {
  text-align: center;
  padding: 20px;
  background: rgba(255, 42, 85, 0.1);
  border: 1px solid rgba(255, 42, 85, 0.3);
  border-radius: 12px;
  margin-bottom: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

._note_71sf7_111 span {
  color: #ff2a55;
  font-weight: 600;
  font-size: 15px;
}

._footer_71sf7_129 {
  display: flex;
  gap: 15px;
}

._primary_71sf7_134 {
  flex: 1;
  padding: 15px 30px;
  background: linear-gradient(135deg, #ff2a55, #ff6b6b);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 42, 85, 0.3);
}

._primary_71sf7_134:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 42, 85, 0.4);
}

._secondary_71sf7_153 {
  flex: 1;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

._secondary_71sf7_153:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 600px) {
  ._modal_71sf7_16 {
    padding: 20px;
  }

  ._header_71sf7_36 h2 {
    font-size: 24px;
  }

  ._footer_71sf7_129 {
    flex-direction: column;
  }

  ._primary_71sf7_134,
  ._secondary_71sf7_153 {
    width: 100%;
  }
}
/* LoopCard.css - Современный премиальный дизайн */

.loop-card {
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.95) 0%, rgba(30, 30, 30, 0.95) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 15px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.loop-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, rgba(25, 25, 25, 0.98) 0%, rgba(35, 35, 35, 0.98) 100%);
  border-color: rgba(255, 42, 85, 0.4);
  box-shadow: 0 20px 60px rgba(255, 42, 85, 0.15), 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* Градиентный фон при наведении */
.loop-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(255, 42, 85, 0.15) 0%, rgba(255, 107, 139, 0.05) 50%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.loop-card:hover::before {
  opacity: 1;
}

/* Декоративные элементы */
.loop-card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, rgba(255, 42, 85, 0.03) 60deg, transparent 120deg);
  animation: rotate 20s linear infinite;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.loop-card:hover::after {
  opacity: 1;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Шапка карточки */
.loop-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.loop-user {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 0;
}

.loop-user:hover {
  transform: translateX(4px);
}

.loop-avatar {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff2a55 0%, #ff6b8b 50%, #ff8fa3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(255, 42, 85, 0.4), 0 2px 8px rgba(255, 42, 85, 0.2);
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.loop-username {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

/* Кнопки действий */
.loop-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.loop-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 10px;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 12px;
  min-width: 36px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.loop-action-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 42, 85, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
}

.loop-action-btn:hover::before {
  width: 80px;
  height: 80px;
}

.loop-action-btn:hover {
  background: rgba(255, 42, 85, 0.15);
  color: #ff2a55;
  transform: scale(1.08);
  border-color: rgba(255, 42, 85, 0.3);
  box-shadow: 0 4px 15px rgba(255, 42, 85, 0.2);
}

.loop-action-btn.delete:hover {
  background: rgba(220, 53, 69, 0.15);
  color: #dc3545;
  box-shadow: 0 4px 15px rgba(220, 53, 69, 0.2);
}

.loop-action-btn.liked {
  color: #ff2a55;
  background: rgba(255, 42, 85, 0.2);
  border-color: rgba(255, 42, 85, 0.3);
}

.loop-action-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

.likes-count {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  margin-left: 3px;
}

/* Плеер */
.loop-player {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 18px;
}

.play-button {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2a55 0%, #ff6b8b 50%, #ff8fa3 100%);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(255, 42, 85, 0.4), 0 4px 12px rgba(255, 42, 85, 0.2);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.play-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
}

.play-button:hover::before {
  width: 100px;
  height: 100px;
}

.play-button:hover {
  transform: scale(1.12);
  box-shadow: 0 12px 35px rgba(255, 42, 85, 0.5), 0 6px 18px rgba(255, 42, 85, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

.play-button.playing {
  background: linear-gradient(135deg, #ff6b8b 0%, #ff2a55 50%, #ff8fa3 100%);
  animation: buttonPulse 2s infinite;
  border-color: rgba(255, 255, 255, 0.4);
}

@keyframes buttonPulse {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(255, 42, 85, 0.4), 0 4px 12px rgba(255, 42, 85, 0.2);
  }
  50% {
    box-shadow: 0 8px 35px rgba(255, 42, 85, 0.6), 0 4px 18px rgba(255, 42, 85, 0.4);
  }
}

.play-button.loading {
  background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
  animation: pulse 1.5s ease infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.play-icon {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 1;
}

/* Визуализация волны */
.waveform-container {
  flex: 1;
  height: 56px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.waveform-container:hover {
  border-color: rgba(255, 42, 85, 0.3);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.waveform-bars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 6px;
  gap: 3px;
}

.waveform-bar {
  flex: 1;
  width: 3px;
  height: 50%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.25));
  border-radius: 2px;
  transition: all 0.3s ease;
}

.waveform-bar.active {
  background: linear-gradient(to top, #ff2a55 0%, #ff6b8b 50%, #ff8fa3 100%);
  height: 85%;
  animation: waveform 1.2s ease infinite;
  box-shadow: 0 0 8px rgba(255, 42, 85, 0.5);
}

@keyframes waveform {
  0%, 100% { 
    height: 30%; 
    opacity: 0.8;
  }
  50% { 
    height: 85%; 
    opacity: 1;
  }
}

/* Прогресс-бар */
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(to right, #ff2a55, #ff6b8b, #ff8fa3);
  transition: width 0.1s linear;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(255, 42, 85, 0.6), 0 0 20px rgba(255, 42, 85, 0.3);
}

/* Детали лупа */
.loop-details {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 4px;
}

.loop-title {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0 0 16px 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.2px;
}

/* Улучшенные теги с обработкой переполнения */
.loop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  position: relative;
  max-height: 80px;
  overflow: hidden;
}

/* Контейнер для тегов с градиентным затемнением при переполнении */
.loop-tags::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 35px;
  background: linear-gradient(to bottom, transparent, rgba(20, 20, 20, 0.8));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.loop-tags.has-overflow::after {
  opacity: 1;
}

.loop-tag {
  font-size: 11px;
  padding: 5px 14px;
  background: linear-gradient(135deg, rgba(255, 42, 85, 0.12) 0%, rgba(255, 107, 139, 0.08) 100%);
  border: 1px solid rgba(255, 42, 85, 0.25);
  border-radius: 20px;
  color: #ff6b8b;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.3px;
}

.loop-tag:hover {
  background: linear-gradient(135deg, rgba(255, 42, 85, 0.2) 0%, rgba(255, 107, 139, 0.15) 100%);
  border-color: #ff2a55;
  color: #ff2a55;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 42, 85, 0.2);
}

/* Индикатор "ещё теги" */
.more-tags-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 4px;
  letter-spacing: 0.3px;
}

.more-tags-indicator:hover {
  background: linear-gradient(135deg, rgba(255, 42, 85, 0.2) 0%, rgba(255, 107, 139, 0.15) 100%);
  border-color: rgba(255, 42, 85, 0.4);
  color: #ff6b8b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 42, 85, 0.2);
}

.more-tags-indicator svg {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.more-tags-indicator:hover svg {
  transform: translateX(3px);
}

/* Tooltip для полного списка тегов */
.tags-tooltip {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: rgba(20, 20, 20, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 8px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  animation: tooltipFadeIn 0.2s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tags-tooltip .loop-tag {
  font-size: 11px;
  padding: 3px 10px;
}

/* Метаданные */
.loop-metadata {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 20px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

/* Социальные ссылки */
.loop-social-links {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.social-link {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.social-link:hover {
  color: white;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-color: rgba(255, 42, 85, 0.4);
  color: #ff2a55;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(255, 42, 85, 0.25);
}

.social-link svg {
  width: 18px;
  height: 18px;
}

.metadata-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.metadata-icon {
  width: 15px;
  height: 15px;
  color: #ff2a55;
}

.metadata-value {
  color: rgba(255, 255, 255, 0.85);
}

/* Адаптивность */
@media (max-width: 768px) {
  .loop-card {
    padding: 18px;
    border-radius: 20px;
  }
  
  .play-button {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }
  
  .loop-title {
    font-size: 15px;
  }
  
  .loop-tag {
    font-size: 10px;
    padding: 4px 12px;
  }
  
  .more-tags-indicator {
    padding: 4px 12px;
    font-size: 9px;
  }
  
  .waveform-bar {
    width: 2px;
  }
  
  .loop-avatar {
    width: 36px;
    height: 36px;
  }
}

/* Анимация появления карточек */
.loops-grid {
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Сетка для карточек */
.loops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

@media (max-width: 1200px) {
  .loops-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .loops-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .loops-grid {
    grid-template-columns: 1fr;
  }
}

/* Стили для скролла внутри карточки */
.loop-details::-webkit-scrollbar {
  width: 4px;
}

.loop-details::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 2px;
}

.loop-details::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #ff2a55, #ff6b8b);
  border-radius: 2px;
}

/* Стили для лоадера */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}/* Стили для loops-section и section-header определены в Loops.css */

.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}


.view-all-button {
  background: none;
  border: none;
  color: #ff2a55;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.view-all-button:hover {
  background: rgba(255, 42, 85, 0.1);
  color: #ff6b8b;
}

.loops-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  color: rgba(255, 255, 255, 0.7);
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top: 4px solid #ff2a55;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 16px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.error-message {
  text-align: center;
  padding: 40px 20px;
  color: #ff6b8b;
}

.retry-button {
  background: #ff2a55;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 12px;
  transition: background 0.2s ease;
}

.retry-button:hover {
  background: #ff6b8b;
}

.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: rgba(255, 255, 255, 0.7);
}

.empty-state p {
  margin: 8px 0;
  font-size: 16px;
}

.empty-state p:first-child {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.section-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.loops-count {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.load-more-trigger {
  height: 20px;
  width: 100%;
}

.load-more-button {
  background: #ff2a55;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
}

.load-more-button:hover:not(:disabled) {
  background: #ff6b8b;
  transform: translateY(-1px);
}

.load-more-button:disabled {
  background: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
  transform: none;
}

/* Responsive */
@media (max-width: 768px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .section-title {
    font-size: 20px;
  }
  
  .view-all-button {
    align-self: flex-end;
  }
  
  .loading-spinner,
  .error-message,
  .empty-state {
    padding: 40px 16px;
  }
}
/* SubscribedLoops.css - Современный дизайн в стиле Apple */

/* Основной контейнер */
.subscribed-loops {
  width: 100%;
  margin: 40px 0;
  animation: fadeIn 0.6s ease;
}

/* Сетка лупов */
.loops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 32px;
}

/* Стили карточек определены в LoopCard.css */

/* Пустое состояние */
.subscribed-loops-empty {
  text-align: center;
  padding: 80px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  margin: 40px 0;
  animation: fadeIn 0.6s ease;
}

.subscribed-loops-empty svg {
  width: 64px;
  height: 64px;
  color: rgba(255, 42, 85, 0.3);
  margin-bottom: 24px;
  animation: float 3s ease infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.subscribed-loops-empty h3 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin: 0 0 12px 0;
}

.subscribed-loops-empty p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* Состояние загрузки */
.subscribed-loops-loading {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 40px 0;
}

.subscribed-loop-skeleton {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 20px;
  animation: skeletonPulse 1.5s ease infinite;
}

@keyframes skeletonPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 0.8; }
}

.skeleton-thumbnail {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  margin-bottom: 16px;
}

.skeleton-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.skeleton-title {
  height: 20px;
  width: 70%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.skeleton-meta {
  height: 16px;
  width: 50%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

/* Кнопка "Смотреть все" */
.subscribed-loops-actions {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.view-all-button {
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.view-all-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 42, 85, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.view-all-button:hover {
  background: rgba(255, 42, 85, 0.1);
  border-color: #ff2a55;
  color: #ff2a55;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 42, 85, 0.2);
}

.view-all-button:hover::before {
  width: 300px;
  height: 300px;
}

/* Анимации */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Адаптивность */
@media (max-width: 1200px) {
  .loops-grid,
  .subscribed-loops-loading {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .loops-grid,
  .subscribed-loops-loading {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .loops-grid,
  .subscribed-loops-loading {
    grid-template-columns: 1fr;
  }
  
  .subscribed-loops-empty {
    padding: 60px 20px;
  }
  
  .subscribed-loops-empty svg {
    width: 48px;
    height: 48px;
  }
  
  .subscribed-loops-empty h3 {
    font-size: 20px;
  }
  
  .subscribed-loops-empty p {
    font-size: 14px;
  }
  
  .view-all-button {
    padding: 14px 28px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .subscribed-loops-empty {
    padding: 50px 16px;
  }
}/* TopLoopmakers.css - Стили для топ лупмейкеров */

.top-loopmakers {
  margin-top: 40px;
}

.top-users-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.top-user-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.top-user-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(255, 42, 85, 0.1), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.top-user-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 42, 85, 0.3);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.top-user-card:hover::before {
  opacity: 1;
}

.top-user-rank {
  position: absolute;
  top: 16px;
  right: 16px;
}

.rank-number {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}

.top-user-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 16px;
  overflow: hidden;
  border: 3px solid rgba(255, 42, 85, 0.3);
  position: relative;
}

.top-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: 700;
}

.top-user-info {
  margin-bottom: 20px;
}

.top-user-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  margin: 0 0 4px 0;
}

.top-user-hashtag {
  font-size: 0.9rem;
  color: #ff2a55;
  margin: 0 0 8px 0;
  font-weight: 500;
}

.top-user-joined {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.top-user-stats {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}

.stat-item {
  text-align: center;
}

.stat-value {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: #ff2a55;
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.top-user-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating-stars {
  display: flex;
  gap: 2px;
}

.star {
  font-size: 0.9rem;
  opacity: 0.3;
  transition: opacity 0.2s ease;
}

.star.filled {
  opacity: 1;
}

.rating-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

/* Скелетон загрузки */
.top-loopmakers-loading {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.top-user-card.skeleton {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
}

.skeleton-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  margin-bottom: 16px;
}

.skeleton-info {
  height: 60px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Состояния */
.top-loopmakers-error,
.top-loopmakers-empty {
  text-align: center;
  padding: 40px;
  color: rgba(255, 255, 255, 0.6);
}

/* Адаптивность */
@media (max-width: 768px) {
  .top-users-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }
  
  .top-user-card {
    padding: 20px;
  }
  
  .top-user-avatar {
    width: 60px;
    height: 60px;
  }
  
  .top-user-stats {
    gap: 16px;
  }
  
  .stat-value {
    font-size: 1.2rem;
  }
  
  .stat-label {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .top-user-card {
    padding: 16px;
  }
  
  .top-user-avatar {
    width: 50px;
    height: 50px;
  }
  
  .avatar-placeholder {
    font-size: 1.5rem;
  }
  
  .top-user-name {
    font-size: 1.1rem;
  }
  
  .top-user-stats {
    gap: 12px;
  }
  
  .stat-value {
    font-size: 1.1rem;
  }
  
  .stat-label {
    font-size: 0.65rem;
  }
}


._root_8bsdy_3 {
  font-family: 'DM Sans', -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding: 24px 40px;
  width: 100%;
}

@media (max-width: 768px) {
  ._root_8bsdy_3 {
    padding: 16px 24px;
  }
}

@media (max-width: 480px) {
  ._root_8bsdy_3 {
    padding: 12px 20px;
  }
}

._wrap_8bsdy_24 {
  position: relative;
  background: rgba(20, 20, 28, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 36px 36px 32px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(20px);
}

/* Шум-текстура */

._wrap_8bsdy_24::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  border-radius: inherit;
}

/* Декоративное свечение */

._wrap_8bsdy_24::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 50% at 30% -10%,
    rgba(255, 42, 85, 0.12),
    transparent 70%
  );
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}

._wrap_8bsdy_24:hover {
  border-color: rgba(255, 42, 85, 0.3);
  background: rgba(30, 30, 40, 0.8);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -10px rgba(255, 42, 85, 0.2);
}

/* Контент выше псевдоэлементов */

._topRow_8bsdy_71,
._headline_8bsdy_72,
._sub_8bsdy_73,
._divider_8bsdy_74,
._contacts_8bsdy_75,
._footer_8bsdy_76 {
  position: relative;
  z-index: 1;
}

._topRow_8bsdy_71 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

._badge_8bsdy_88 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 42, 85, 0.35);
  background: rgba(255, 42, 85, 0.08);
  font-size: 12px;
  font-weight: 600;
  color: #ff2a55;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

._badgeDot_8bsdy_104 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff2a55;
  animation: _pulse_8bsdy_1 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes _pulse_8bsdy_1 {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.8); }
}

._closeBtn_8bsdy_118 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
  padding: 0;
  backdrop-filter: blur(8px);
}

._closeBtn_8bsdy_118:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 42, 85, 0.4);
  color: #ff2a55;
  transform: rotate(90deg);
}

._headline_8bsdy_72 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 16px;
}

._headline_8bsdy_72 em {
  font-style: normal;
  color: #ff2a55;
  position: relative;
}

._sub_8bsdy_73 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 28px;
  max-width: 360px;
}

._divider_8bsdy_74 {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 42, 85, 0.3),
    rgba(255, 255, 255, 0.08),
    transparent
  );
  margin-bottom: 24px;
}

._contacts_8bsdy_75 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

._contactLink_8bsdy_186 {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease;
  padding: 6px 0;
  width: fit-content;
}

._contactLink_8bsdy_186:hover {
  color: #ff2a55;
  transform: translateX(4px);
}

._contactLink_8bsdy_186 svg {
  flex-shrink: 0;
  opacity: 0.5;
  transition: all 0.2s ease;
  stroke: currentColor;
}

._contactLink_8bsdy_186:hover svg {
  opacity: 1;
}

._footer_8bsdy_76 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

._cta_8bsdy_222 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ff2a55;
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 14px 28px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(255, 42, 85, 0.3);
}

._cta_8bsdy_222:hover {
  background: #ff0044;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 42, 85, 0.5);
}

._cta_8bsdy_222:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255, 42, 85, 0.4);
}

._ctaArrow_8bsdy_252 {
  display: flex;
  transition: transform 0.25s ease;
}

._cta_8bsdy_222:hover ._ctaArrow_8bsdy_252 {
  transform: translate(3px, -3px);
}

._partner_8bsdy_261 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: default;
  transition: color 0.2s ease;
  padding: 6px 0;
}

._partner_8bsdy_261:hover {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 480px) {
  ._wrap_8bsdy_24 {
    padding: 28px 24px 26px;
    border-radius: 24px;
  }

  ._footer_8bsdy_76 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  ._cta_8bsdy_222 {
    width: 100%;
    justify-content: center;
  }
  
  ._headline_8bsdy_72 {
    font-size: clamp(28px, 7vw, 36px);
  }
}/* overlay */
._overlay_10qha_2 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* modal */
._modal_10qha_14 {
  width: 420px;
  background: rgba(28, 28, 30, 0.9);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 
    0 20px 60px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);

  transform: translateY(20px) scale(0.96);
  opacity: 0;
  transition: all 0.25s ease;
}

._show_10qha_29 {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* header */
._header_10qha_35 h2 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

._header_10qha_35 span {
  color: #0a84ff; /* Apple blue */
}

._header_10qha_35 p {
  margin-top: 4px;
  font-size: 14px;
  color: #8e8e93;
}

/* steps */
._steps_10qha_52 {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

._step_10qha_52 {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

/* index */
._index_10qha_66 {
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

/* text */
._stepTitle_10qha_80 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

._stepDesc_10qha_86 {
  font-size: 13px;
  color: #9a9a9e;
  margin-top: 2px;
}

/* note */
._note_10qha_93 {
  margin-top: 24px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.05);
  font-size: 13px;
  text-align: center;
  color: #d1d1d6;
}

._note_10qha_93 span {
  display: block;
  margin-top: 4px;
  font-weight: 500;
  color: #fff;
}

/* footer */
._footer_10qha_112 {
  margin-top: 26px;
  display: flex;
  gap: 10px;
}

/* buttons */
._primary_10qha_119 {
  flex: 1;
  height: 42px;
  border-radius: 12px;
  background: #0a84ff;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}

._primary_10qha_119:hover {
  opacity: 0.85;
}

._secondary_10qha_135 {
  flex: 1;
  height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}

._secondary_10qha_135:hover {
  background: rgba(255,255,255,0.08);
}
.hashtags-container {
  width: 100%;
}

.hashtags-loading {
  text-align: center;
  padding: 40px;
  color: #888;
}

.hashtags-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.hashtag-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #111;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 16px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hashtag-item:hover {
  background: #1a1a1a;
  border-color: #ff2a55;
  transform: translateY(-2px);
}

.hashtag-rank {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff2a55;
  min-width: 30px;
}

.hashtag-name {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  flex: 1;
}

.hashtag-count {
  font-size: 0.85rem;
  color: #888;
}

@media (max-width: 768px) {
  .hashtags-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
  }

  .hashtag-item {
    padding: 12px 16px;
  }

  .hashtag-rank {
    font-size: 1rem;
  }

  .hashtag-name {
    font-size: 0.9rem;
  }

  .hashtag-count {
    font-size: 0.75rem;
  }
}


/* Home.module.css — Redesigned PromoSection + all sections */
/* ─── Google Fonts ─────────────────────────────────────────── */
/* ─── Base ─────────────────────────────────────────────────── */
._homePage_14lwq_7 {
  min-height: 100vh;
  width: 100%;
  background: transparent;
  color: #ffffff;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
  position: relative;
}
/* ═══════════════════════════════════════════════════════════
   PROMO SECTION
═══════════════════════════════════════════════════════════ */
._promoSection_14lwq_21 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 40px 80px;
  overflow: hidden;
}
/* Шум-текстура (SVG-encoded, без внешних запросов) */
._promoNoise_14lwq_33 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}
/* Декоративные сферы */
._promoOrb1_14lwq_44 {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 42, 85, 0.18) 0%, transparent 70%);
  animation: _orbFloat_14lwq_1 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
._promoOrb2_14lwq_57 {
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 42, 85, 0.10) 0%, transparent 70%);
  animation: _orbFloat_14lwq_1 10s ease-in-out infinite reverse;
  pointer-events: none;
  z-index: 0;
}
@keyframes _orbFloat_14lwq_1 {
  0%, 100% { transform: translateY(0px) scale(1); }
  50%       { transform: translateY(-30px) scale(1.04); }
}
/* Внутренний layout */
._promoInner_14lwq_76 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1360px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  animation: _fadeUp_14lwq_1 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes _fadeUp_14lwq_1 {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* ─── Левая колонка ────────────────────────────────────────── */
._promoLeft_14lwq_94 {
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* Бейдж */
._promoBadge_14lwq_101 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 42, 85, 0.35);
  background: rgba(255, 42, 85, 0.08);
  font-size: 12px;
  font-weight: 600;
  color: #ff2a55;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
  width: fit-content;
  animation: _fadeUp_14lwq_1 0.8s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}
._promoBadgeDot_14lwq_119 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff2a55;
  animation: _pulse_14lwq_1 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes _pulse_14lwq_1 {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.8); }
}
/* Заголовок */
._promoTitle_14lwq_134 {
  display: flex;
  flex-direction: column;
  font-family: 'Syne', sans-serif;
  font-size: clamp(3.2rem, 5.5vw, 5.5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0 0 28px 0;
  animation: _fadeUp_14lwq_1 0.8s 0.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}
._promoTitleLine_14lwq_146 {
  color: #fff;
}
._promoTitleAccent_14lwq_150 {
  color: #ff2a55;
  -webkit-text-stroke: 0px transparent;
  position: relative;
}
/* Подзаголовок */
._promoSubtitle_14lwq_157 {
  font-size: 1.1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  margin: 0 0 36px 0;
  max-width: 400px;
  animation: _fadeUp_14lwq_1 0.8s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}
/* Кнопки */
._promoButtons_14lwq_168 {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  animation: _fadeUp_14lwq_1 0.8s 0.25s cubic-bezier(0.16, 1, 0.3, 1) both;
}
._promoPrimary_14lwq_176 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #ff2a55;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 0 0 0 rgba(255, 42, 85, 0);
}
._promoPrimary_14lwq_176:hover {
  background: #ff0044;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 42, 85, 0.45);
}
._promoPrimary_14lwq_176:active {
  transform: translateY(0);
}
._promoSecondary_14lwq_201 {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s;
}
._promoSecondary_14lwq_201:hover {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}
/* Статистика */
._promoStats_14lwq_224 {
  display: flex;
  align-items: center;
  gap: 24px;
  animation: _fadeUp_14lwq_1 0.8s 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
}
._promoStat_14lwq_224 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
._promoStatNum_14lwq_237 {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
._promoStatLabel_14lwq_245 {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._promoStatDivider_14lwq_253 {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
/* ─── Правая колонка ───────────────────────────────────────── */
._promoRight_14lwq_261 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  animation: _fadeUp_14lwq_1 0.8s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}
/* Плавающий тег */
._floatingTag_14lwq_270 {
  position: absolute;
  top: -18px;
  right: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(20, 20, 25, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  animation: _tagPop_14lwq_1 0.6s 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes _tagPop_14lwq_1 {
  from { opacity: 0; transform: scale(0.8) translateY(8px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
._floatingTagDot_14lwq_295 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  animation: _pulse_14lwq_1 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
/* ─── Player card ──────────────────────────────────────────── */
._playerCard_14lwq_305 {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 24px;
  backdrop-filter: blur(24px);
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
._playerCard_14lwq_305:hover {
  border-color: rgba(255, 42, 85, 0.3);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-3px);
}
._playerTop_14lwq_320 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
._playerCover_14lwq_327 {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: radial-gradient(circle at 30% 30%, #ff2a55, #1a0010);
  box-shadow: 0 0 20px rgba(255, 42, 85, 0.45);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
._playerCoverInner_14lwq_340 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.5);
  position: relative;
}
._playerMeta_14lwq_348 {
  flex: 1;
  min-width: 0;
}
._playerName_14lwq_353 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._playerSub_14lwq_363 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
._playerGenre_14lwq_368 {
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(255, 42, 85, 0.12);
  border: 1px solid rgba(255, 42, 85, 0.25);
  font-size: 11px;
  font-weight: 600;
  color: #ff2a55;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
/* Waveform */
._playerWaveform_14lwq_382 {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px 0;
  margin-bottom: 20px;
}
._playerBar_14lwq_391 {
  flex: 1;
  height: var(--bar-h, 50%);
  border-radius: 2px;
  background: linear-gradient(180deg, #ff2a55 0%, rgba(255, 42, 85, 0.3) 100%);
  transition: height 0.15s ease;
}
._playerCard_14lwq_305:hover ._playerBar_14lwq_391 {
  animation: _barWave_14lwq_1 1.4s ease-in-out infinite;
  animation-delay: var(--bar-delay, 0s);
}
@keyframes _barWave_14lwq_1 {
  0%, 100% { transform: scaleY(1); }
  50%       { transform: scaleY(1.4); }
}
/* Footer плеера */
._playerFooter_14lwq_410 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._playerControls_14lwq_416 {
  display: flex;
  align-items: center;
  gap: 10px;
}
._playerBtnSm_14lwq_422 {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
._playerBtnSm_14lwq_422:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
._playerBtnMain_14lwq_441 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2a55, #ff0044);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(255, 42, 85, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
._playerBtnMain_14lwq_441:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(255, 42, 85, 0.6);
}
._playerDuration_14lwq_460 {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  font-variant-numeric: tabular-nums;
}
/* ─── Activity card ────────────────────────────────────────── */
._activityCard_14lwq_468 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 20px 24px;
  backdrop-filter: blur(16px);
  transition: border-color 0.3s, transform 0.3s;
}
._activityCard_14lwq_468:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}
._activityTitle_14lwq_482 {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 14px 0;
}
._activityBars_14lwq_491 {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 36px;
  margin-bottom: 14px;
}
._activityBar_14lwq_491 {
  flex: 1;
  height: var(--ab-h, 50%);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.12);
  animation: _barActivity_14lwq_1 2s ease-in-out infinite;
  animation-delay: var(--ab-delay, 0s);
}
@keyframes _barActivity_14lwq_1 {
  0%, 100% { opacity: 0.5; }
  50%       { opacity: 1; background: rgba(255, 42, 85, 0.6); }
}
._activityFooter_14lwq_513 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._activityOnline_14lwq_519 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
._activityDot_14lwq_528 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  animation: _pulse_14lwq_1 2s ease-in-out infinite;
  flex-shrink: 0;
}
._activityCount_14lwq_537 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}
/* ═══════════════════════════════════════════════════════════
   ОСТАЛЬНЫЕ СЕКЦИИ (не трогались по смыслу, улучшены детали)
═══════════════════════════════════════════════════════════ */
._homeSection_14lwq_546 {
  padding: 80px 40px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
._sectionHeader_14lwq_553 {
  margin-bottom: 60px;
}
._sectionTitleWrapper_14lwq_557 {
  margin-bottom: 16px;
}
._sectionBadge_14lwq_561 {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(255, 42, 92, 0.1);
  border: 1px solid rgba(255, 42, 92, 0.3);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #ff2a55;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
._sectionTitle_14lwq_557 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  margin: 0;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
._titleAccent_14lwq_585 {
  color: #ff2a55;
}
._sectionDescription_14lwq_589 {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  line-height: 1.65;
  font-weight: 300;
}
/* ═══════════════════════════════════════════════════════════
   ПРОКАЧАННАЯ СЕКЦИЯ ВОЗМОЖНОСТЕЙ
═══════════════════════════════════════════════════════════ */
._featuresEnhancedSection_14lwq_601 {
  position: relative;
  padding: 100px 40px;
  overflow: hidden;
  isolation: isolate;
}
/* Декоративные фоны */
._featuresBgGlow_14lwq_609 {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 42, 85, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}
._featuresGridPattern_14lwq_617 {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: -1;
}
/* Улучшенный бейдж секции */
._badgeIcon_14lwq_629 {
  margin-right: 6px;
  font-size: 14px;
}
/* Сетка карточек */
._featuresGridEnhanced_14lwq_635 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1300px;
  margin: 0 auto;
}
/* Улучшенная карточка */
._featureCardEnhanced_14lwq_644 {
  position: relative;
  background: rgba(20, 20, 28, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  padding: 32px;
  backdrop-filter: blur(20px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  display: flex;
  gap: 24px;
  cursor: default;
}
._featureCardEnhanced_14lwq_644:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 42, 85, 0.3);
  background: rgba(30, 30, 40, 0.8);
  box-shadow: 0 20px 40px -10px rgba(255, 42, 85, 0.2);
}
._featureCardGlow_14lwq_665 {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), 
    rgba(255, 42, 85, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
._featureCardEnhanced_14lwq_644:hover ._featureCardGlow_14lwq_665 {
  opacity: 1;
}
/* Обертка иконки */
._featureIconWrapper_14lwq_680 {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
._featureIconGlow_14lwq_690 {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 42, 85, 0.3), transparent);
  filter: blur(8px);
  animation: _iconPulse_14lwq_1 3s ease-in-out infinite;
}
@keyframes _iconPulse_14lwq_1 {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}
._featureEmoji_14lwq_704 {
  position: relative;
  font-size: 36px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  z-index: 1;
}
/* Контент карточки */
._featureContent_14lwq_712 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
._featureHeader_14lwq_719 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
._featureTitleEnhanced_14lwq_726 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
._featureBadge_14lwq_736 {
  padding: 4px 10px;
  background: rgba(255, 42, 85, 0.15);
  border: 1px solid rgba(255, 42, 85, 0.3);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #ff2a55;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
._featureDescriptionEnhanced_14lwq_749 {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  font-weight: 400;
}
/* Теги жанров */
._featureTags_14lwq_758 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
._featureTags_14lwq_758 span {
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
}
._featureTags_14lwq_758 span:hover {
  background: rgba(255, 42, 85, 0.15);
  border-color: rgba(255, 42, 85, 0.3);
  color: #ff2a55;
}
/* Статистика в карточке */
._featureStats_14lwq_782 {
  display: flex;
  gap: 24px;
  margin-top: auto;
}
._featureStatItem_14lwq_788 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._statValue_14lwq_794 {
  font-family: 'Syne', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
._statLabel_14lwq_802 {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* Активность */
._featureActivity_14lwq_810 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
._activityIndicator_14lwq_817 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
._activityDotPulse_14lwq_825 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: _pulse_14lwq_1 2s ease-in-out infinite;
}
._activityToday_14lwq_833 {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
/* Информация о загрузке */
._featureUploadInfo_14lwq_839 {
  display: flex;
  gap: 16px;
  margin-top: auto;
}
._featureUploadInfo_14lwq_839 span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
/* Декоративная линия внизу */
._featuresBottomLine_14lwq_854 {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}
._featuresBottomLine_14lwq_854 span {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 42, 85, 0.5), transparent);
  border-radius: 2px;
}
._featuresBottomLine_14lwq_854 span:nth-child(2) {
  width: 100px;
  background: linear-gradient(90deg, transparent, #ff2a55, transparent);
}
/* ═══════════════════════════════════════════════════════════
   АДАПТИВНОСТЬ
═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  ._featuresGridEnhanced_14lwq_635 {
    grid-template-columns: 1fr;
    max-width: 600px;
  }
  
  ._featuresEnhancedSection_14lwq_601 {
    padding: 80px 30px;
  }
}
@media (max-width: 768px) {
  ._featuresEnhancedSection_14lwq_601 {
    padding: 60px 24px;
  }
  
  ._featureCardEnhanced_14lwq_644 {
    padding: 24px;
    flex-direction: column;
    gap: 20px;
  }
  
  ._featureIconWrapper_14lwq_680 {
    width: 56px;
    height: 56px;
  }
  
  ._featureEmoji_14lwq_704 {
    font-size: 32px;
  }
  
  ._featureTitleEnhanced_14lwq_726 {
    font-size: 1.3rem;
  }
  
  ._featureHeader_14lwq_719 {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  ._featuresEnhancedSection_14lwq_601 {
    padding: 50px 20px;
  }
  
  ._featureCardEnhanced_14lwq_644 {
    padding: 20px;
  }
  
  ._featureStats_14lwq_782 {
    flex-direction: column;
    gap: 12px;
  }
  
  ._featureActivity_14lwq_810 {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  ._featureUploadInfo_14lwq_839 {
    flex-direction: column;
    gap: 8px;
  }
  
  ._featuresBottomLine_14lwq_854 {
    margin-top: 40px;
  }
}
/* ═══════════════════════════════════════════════════════════
   АДАПТАЦИЯ
═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  ._promoInner_14lwq_76 {
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 640px;
  }

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

  ._promoSubtitle_14lwq_157 {
    max-width: 100%;
  }

  ._promoButtons_14lwq_168 {
    justify-content: center;
  }

  ._promoStats_14lwq_224 {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  ._promoSection_14lwq_21 {
    padding: 80px 24px 60px;
    min-height: auto;
  }

  ._promoTitle_14lwq_134 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  ._promoSubtitle_14lwq_157 {
    font-size: 1rem;
  }

  ._promoButtons_14lwq_168 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  ._promoPrimary_14lwq_176,
  ._promoSecondary_14lwq_201 {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  ._promoStats_14lwq_224 {
    gap: 16px;
  }

  ._promoStatNum_14lwq_237 {
    font-size: 1.3rem;
  }

  ._homeSection_14lwq_546 {
    padding: 60px 24px;
  }

  ._homeCta_14lwq_1015 {
    margin: 40px 24px 60px;
    padding: 60px 24px;
  }

  ._ctaActions_14lwq_1020 {
    flex-direction: column;
    align-items: center;
  }

  ._floatingTag_14lwq_270 {
    right: 0;
    top: -14px;
  }
}
@media (max-width: 480px) {
  ._promoSection_14lwq_21 {
    padding: 70px 20px 50px;
  }

  ._promoTitle_14lwq_134 {
    font-size: clamp(2.4rem, 14vw, 3.2rem);
  }

  ._promoStats_14lwq_224 {
    gap: 12px;
  }

  ._promoStatDivider_14lwq_253 {
    height: 28px;
  }

  ._featuresGrid_14lwq_617 {
    grid-template-columns: 1fr;
  }

  ._playerCard_14lwq_305 {
    padding: 20px;
  }

  ._activityCard_14lwq_468 {
    padding: 16px 20px;
  }

  ._homeCta_14lwq_1015 {
    margin: 30px 16px 40px;
  }

  ._homeSection_14lwq_546 {
    padding: 40px 20px;
  }
}
/* Минималистичная Telegram секция */
._telegramSectionFull_14lwq_1070 {
  padding: 60px 24px;
  background: #0a0a0a;
}
._telegramContainer_14lwq_1075 {
  max-width: 1200px;
  margin: 0 auto;
}
._telegramCard_14lwq_1080 {
  display: flex;
  align-items: center;
  gap: 32px;
  background: #111;
  border: 1px solid #222;
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
}
._telegramCard_14lwq_1080:hover {
  border-color: #333;
  transform: translateY(-4px);
}
._telegramIcon_14lwq_1096 {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  background: #222;
}
._telegramAvatar_14lwq_1105 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._telegramContent_14lwq_1111 {
  flex: 1;
}
._telegramTitle_14lwq_1115 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
}
._telegramDescription_14lwq_1122 {
  font-size: 1rem;
  color: #888;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
._telegramStats_14lwq_1129 {
  display: flex;
  gap: 32px;
  align-items: center;
}
._telegramStat_14lwq_1129 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._telegramStatNum_14lwq_1141 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
._telegramStatLabel_14lwq_1147 {
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
._telegramStatDivider_14lwq_1154 {
  width: 1px;
  height: 32px;
  background: #333;
}
._telegramButtons_14lwq_1160 {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
._telegramButton_14lwq_1160 {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ff2a55;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
._telegramButton_14lwq_1160:hover {
  background: #ff1744;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  ._telegramSectionFull_14lwq_1070 {
    padding: 40px 20px;
  }

  ._telegramCard_14lwq_1080 {
    flex-direction: column;
    text-align: center;
    padding: 24px;
    gap: 20px;
  }

  ._telegramTitle_14lwq_1115 {
    font-size: 1.5rem;
  }

  ._telegramStats_14lwq_1129 {
    justify-content: center;
    gap: 24px;
  }

  ._telegramButtons_14lwq_1160 {
    width: 100%;
    justify-content: center;
  }

  ._telegramButton_14lwq_1160 {
    flex: 1;
    justify-content: center;
  }
}
/* Старая Telegram секция */
._telegramSection_14lwq_1070 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
._telegramCard_14lwq_1080 {
  display: flex;
  align-items: center;
  gap: 24px;

  border-radius: 20px;
  max-width: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
._telegramCard_14lwq_1080:hover::before {
  opacity: 1;
}
._telegramCard_14lwq_1080:hover {
  transform: translateY(-4px);
  border-color: #0088CC50;
  box-shadow: 0 12px 32px rgba(0, 136, 204, 0.15);
}
._telegramIcon_14lwq_1096 {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0088CC, #0066AA);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 136, 204, 0.25);
}
._telegramContent_14lwq_1111 {
  flex: 1;
}
._telegramTitle_14lwq_1115 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
  background: linear-gradient(135deg, #0088CC, #00AAFF);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._telegramDescription_14lwq_1122 {
  font-size: 1rem;
  color: #999;
  margin: 0 0 16px 0;
  line-height: 1.5;
}
._telegramStats_14lwq_1129 {
  display: flex;
  gap: 24px;
}
._telegramStat_14lwq_1129 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._telegramStatNum_14lwq_1141 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0088CC;
}
._telegramStatLabel_14lwq_1147 {
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
._telegramButton_14lwq_1160 {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0088CC, #0066AA);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
._telegramButton_14lwq_1160:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 136, 204, 0.3);
}
._telegramFeatures_14lwq_1330 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  max-width: 800px;
  width: 100%;
}
._telegramFeature_14lwq_1330 {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(0, 136, 204, 0.05);
  border: 1px solid rgba(0, 136, 204, 0.1);
  border-radius: 12px;
  padding: 16px;
  transition: all 0.3s ease;
}
._telegramFeature_14lwq_1330:hover {
  background: rgba(0, 136, 204, 0.1);
  border-color: rgba(0, 136, 204, 0.2);
  transform: translateY(-2px);
}
._telegramFeatureIcon_14lwq_1355 {
  font-size: 1.5rem;
}
._telegramFeatureText_14lwq_1359 {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  ._telegramCard_14lwq_1080 {
    flex-direction: column;
    text-align: center;
    padding: 24px;
    gap: 20px;
  }

  ._telegramStats_14lwq_1129 {
    justify-content: center;
    gap: 32px;
  }

  ._telegramButton_14lwq_1160 {
    width: 100%;
    justify-content: center;
  }

  ._telegramFeatures_14lwq_1330 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.loops-page {
  min-height: 100vh;

  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* Hero секция */
.loops-hero {
  position: relative;
  padding: 80px 60px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 20px 0;
  background: linear-gradient(135deg, #ffffff 0%, #ff2a55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -2px;
}

.hero-title-accent {
  color: #ff2a55;
  -webkit-text-fill-color: #ff2a55;
}

.hero-subtitle {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 0 40px 0;
  line-height: 1.6;
}

/* Поиск по артисту */
.hero-artist-search {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  max-width: 600px;
}

.artist-search-input {
  flex: 1;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  color: white;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.artist-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.artist-search-input:focus {
  border-color: #ff2a55;
  background: rgba(255, 255, 255, 0.15);
}

.artist-search-button {
  padding: 16px 32px;
  background: #ff2a55;
  border: none;
  border-radius: 16px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.artist-search-button:hover {
  background: #ff3d6a;
  transform: translateY(-2px);
}

.load-more {
  padding: 14px 28px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.load-more:hover {
  background: rgba(255, 42, 85, 0.2);
  border-color: #ff2a55;
}

.hero-stats {
  display: flex;
  gap: 40px;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-value {
  font-size: 32px;
  font-weight: 700;
  color: #ff2a55;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Декоративные элементы */
.hero-decoration {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  pointer-events: none;
  overflow: hidden;
}

.decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2a55 0%, #ff6b8b 100%);
  opacity: 0.1;
}

.decoration-circle:nth-child(1) {
  width: 300px;
  height: 300px;
  top: -150px;
  right: -150px;
  filter: blur(60px);
}

.decoration-circle:nth-child(2) {
  width: 200px;
  height: 200px;
  bottom: -100px;
  right: 100px;
  filter: blur(40px);
  background: linear-gradient(135deg, #ff6b8b 0%, #ff2a55 100%);
}

.decoration-circle:nth-child(3) {
  width: 150px;
  height: 150px;
  top: 50%;
  right: 200px;
  transform: translateY(-50%);
  filter: blur(30px);
  background: linear-gradient(135deg, #ff2a55 0%, #ff6b8b 100%);
}

/* Основной контент */
.loops-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.loops-section {
  margin-bottom: 80px;
}

.loops-section:last-child {
  margin-bottom: 0;
}

.section-header {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.section-title-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.section-badge {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  background: rgba(255, 42, 85, 0.1);
  color: #ff2a55;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 42, 85, 0.2);
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.title-accent {
  color: #ff2a55;
  background: linear-gradient(135deg, #ff2a55 0%, #ff6b8b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1.6;
}

/* Кнопка "Посмотреть все" */
.view-all-button {
  background: none;
  border: none;
  color: #ff2a55;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.view-all-button:hover {
  background: rgba(255, 42, 85, 0.1);
  color: #ff6b8b;
}

/* Сетка для лупов */
.loops-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

/* Адаптивность */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 60px;
  }
  
  .loops-content {
    padding: 40px 30px;
  }
  
  .hero-decoration {
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .loops-hero {
    padding: 60px 30px;
  }
  
  .hero-title {
    font-size: 48px;
  }
  
  .hero-subtitle {
    font-size: 18px;
  }
  
  .hero-stats {
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .stat-value {
    font-size: 24px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .section-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 36px;
  }
  
  .loops-content {
    padding: 30px 20px;
  }
  
  .section-title {
    font-size: 24px;
  }
}/* UserProfile.css - Современный дизайн в стиле Apple */

.user-profile-page {
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* Хедер профиля пользователя */
.user-profile-header {
  position: relative;
  padding: 80px 60px 40px;
  background: linear-gradient(135deg, #0f0f0f 0%, #1f1f1f 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.user-profile-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top right, rgba(255, 42, 85, 0.1), transparent 70%);
  pointer-events: none;
}

.user-profile-header-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.user-profile-avatar {
  width: 120px;
  height: 120px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 600;
  color: white;
  box-shadow: 0 20px 40px rgba(255, 42, 85, 0.3);
  border: 4px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}

.user-profile-avatar:hover {
  transform: scale(1.05);
}

.user-profile-info {
  flex: 1;
}

.user-profile-name {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 8px 0;
  background: linear-gradient(135deg, #ffffff 0%, #ff2a55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -1px;
}

.user-profile-stats {
  display: flex;
  gap: 32px;
  margin: 16px 0;
}

.user-profile-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.user-profile-stat-value {
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.user-profile-stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.user-profile-join-date {
  color: rgba(255, 255, 255, 0.5);
  margin: 8px 0 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.user-profile-join-date::before {
  content: '📅';
  font-size: 14px;
}

/* Кнопки действий */
.user-profile-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.user-profile-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.user-profile-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.user-profile-button:hover::before {
  width: 300px;
  height: 300px;
}

.user-profile-button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.user-profile-button:hover svg {
  transform: scale(1.1);
}

.user-profile-button.primary {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  color: white;
}

.user-profile-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 30px rgba(255, 42, 85, 0.3);
}

.user-profile-button.secondary {
  background: rgba(255, 255, 255, 0.05);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.user-profile-button.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* Основной контент */
.user-profile-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 60px;
}

/* Вкладки */
.user-profile-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.user-profile-tab {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.user-profile-tab::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 42, 85, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.user-profile-tab:hover::before {
  width: 200px;
  height: 200px;
}

.user-profile-tab:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

.user-profile-tab.active {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border-color: transparent;
  color: white;
  box-shadow: 0 8px 20px rgba(255, 42, 85, 0.3);
}

/* Секция лупов */
.user-loops-section {
  margin-bottom: 48px;
}

.user-loops-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.user-loops-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-loops-title svg {
  width: 24px;
  height: 24px;
  color: #ff2a55;
}

.user-loops-count {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 12px;
  border-radius: 100px;
}

/* Список лупов */
.user-loops-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.user-loop-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.user-loop-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ff2a55, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.user-loop-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 42, 85, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.user-loop-card:hover::before {
  opacity: 0.1;
}

.user-loop-thumbnail {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  margin-bottom: 16px;
  box-shadow: 0 8px 16px rgba(255, 42, 85, 0.2);
}

.user-loop-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: white;
}

.user-loop-meta {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.user-loop-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Пустое состояние */
.user-loops-empty {
  text-align: center;
  padding: 60px 20px;
  color: rgba(255, 255, 255, 0.5);
}

.user-loops-empty svg {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.2);
}

.user-loops-empty h3 {
  font-size: 20px;
  margin: 0 0 8px 0;
  color: rgba(255, 255, 255, 0.8);
}

.user-loops-empty p {
  font-size: 16px;
  margin: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
  .user-profile-header {
    padding: 60px 20px 30px;
  }
  
  .user-profile-header-content {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
  
  .user-profile-name {
    font-size: 36px;
  }
  
  .user-profile-stats {
    justify-content: center;
  }
  
  .user-profile-actions {
    justify-content: center;
  }
  
  .user-profile-content {
    padding: 30px 20px;
  }
  
  .user-loops-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .user-profile-avatar {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
  
  .user-profile-name {
    font-size: 28px;
  }
  
  .user-profile-button {
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .user-loops-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
/* ArtistSearch.css - Современный поиск артистов в стиле Apple */

.artist-search {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.artist-search-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.artist-search-input-wrapper {
  position: relative;
  flex: 1;
}

.artist-search-input {
  width: 100%;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  outline: none;
}

.artist-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.artist-search-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ff2a55;
  box-shadow: 0 0 0 3px rgba(255, 42, 85, 0.1);
}

.artist-search-input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.artist-search-loading {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top: 2px solid #ff2a55;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.artist-search-button {
  padding: 14px 24px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border: none;
  border-radius: 16px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(255, 42, 85, 0.3);
}

.artist-search-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}

.artist-search-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 42, 85, 0.4);
}

.artist-search-button:hover::before {
  width: 100px;
  height: 100px;
}

.artist-search-button:active {
  transform: translateY(-1px);
}

.artist-search-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.artist-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  max-height: 320px;
  overflow-y: auto;
  z-index: 1000;
  animation: dropdownAppear 0.2s ease;
}

@keyframes dropdownAppear {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.artist-search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.artist-search-item:last-child {
  border-bottom: none;
}

.artist-search-item:hover,
.artist-search-item.selected {
  background: rgba(255, 42, 85, 0.1);
}

.artist-search-item.selected {
  background: rgba(255, 42, 85, 0.15);
}

.artist-search-avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(255, 42, 85, 0.3);
  flex-shrink: 0;
}

.artist-search-info {
  flex: 1;
  min-width: 0;
}

.artist-search-name {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artist-search-hashtag {
  font-size: 14px;
  color: #ff2a55;
  font-weight: 500;
}

.artist-search-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  white-space: nowrap;
}

/* Скроллбар */
.artist-search-dropdown::-webkit-scrollbar {
  width: 6px;
}

.artist-search-dropdown::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.artist-search-dropdown::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.artist-search-dropdown::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Адаптивность */
@media (max-width: 768px) {
  .artist-search-form {
    flex-direction: column;
    gap: 8px;
  }
  
  .artist-search-button {
    width: 100%;
    justify-content: center;
  }
  
  .artist-search-item {
    padding: 12px 16px;
  }
  
  .artist-search-avatar {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  
  .artist-search-name {
    font-size: 14px;
  }
  
  .artist-search-hashtag {
    font-size: 12px;
  }
  
  .artist-search-meta {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .artist-search-input {
    padding: 12px 16px;
    font-size: 14px;
  }
  
  .artist-search-button {
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .artist-search-dropdown {
    margin-top: 6px;
    max-height: 280px;
  }
  
  .artist-search-item {
    padding: 10px 12px;
    gap: 10px;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.2s ease-out;
}

.modal-content {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 24px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease-out;
}

.modal-header {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.modal-body {
  color: #fff;
  margin-bottom: 20px;
}

.modal-footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.modal-button {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}

.modal-button-cancel {
  background: #333;
  color: #fff;
}

.modal-button-cancel:hover {
  background: #444;
}

.modal-button-confirm {
  background: #7c3aed;
  color: #fff;
}

.modal-button-confirm:hover {
  background: #9d67f5;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
._profileContainer_1eoa9_1 {
  --bg-primary: #0a0a0f;
  --bg-card: #14141a;
  --bg-card-hover: #1a1a22;
  --text-primary: #ffffff;
  --text-secondary: #a1a1aa;
  --text-muted: #71717a;
  --border-color: #27272a;
  --accent-pink: #ff2a55;
  --accent-pink-hover: #ff2a55;
  --font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, sans-serif;
  
  font-family: var(--font-family);
  background: var(--bg-primary);
  color: var(--text-primary);
  min-height: 100vh;
  padding: 2rem 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

._header_1eoa9_22 {
  margin-bottom: 2rem;
}

._headerContent_1eoa9_26 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

._avatar_1eoa9_32 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-pink), #f472b6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: white;
}

._info_1eoa9_45 {
  flex: 1;
}

._username_1eoa9_49 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  letter-spacing: -0.02em;
}

._email_1eoa9_56 {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

._joinDate_1eoa9_62 {
  color: var(--text-muted);
  font-size: 0.85rem;
}

._balanceSection_1eoa9_67 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

._balance_1eoa9_67 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

._balanceAmount_1eoa9_85 {
  font-weight: 600;
  color: var(--accent-pink);
}

._actionBtn_1eoa9_90 {
  background: var(--accent-pink);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

._actionBtn_1eoa9_90:hover {
  background: var(--accent-pink-hover);
}

._actionBtn_1eoa9_90._secondary_1eoa9_106 {
  background: transparent;
  border: 1.5px solid var(--accent-pink);
  color: var(--accent-pink);
}

._actionBtn_1eoa9_90._secondary_1eoa9_106:hover {
  background: var(--accent-pink);
  color: white;
}

._section_1eoa9_117 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

._sectionTitle_1eoa9_125 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: -0.01em;
}

._sectionTitle_1eoa9_125 svg {
  width: 20px;
  height: 20px;
  color: var(--accent-pink);
}

._loopsGrid_1eoa9_141 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

._emptyState_1eoa9_147 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  gap: 0.75rem;
  color: var(--text-muted);
}

._emptyState_1eoa9_147 svg {
  width: 48px;
  height: 48px;
  opacity: 0.5;
}

._subscriptionsList_1eoa9_163 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._subscriptionItem_1eoa9_169 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: var(--bg-card-hover);
  border-radius: 12px;
  border: 1px solid var(--border-color);
}

._subscriptionInfo_1eoa9_179 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

._subscriptionHashtag_1eoa9_185 {
  font-weight: 600;
  color: var(--text-primary);
}

._subscriptionDate_1eoa9_190 {
  font-size: 0.8rem;
  color: var(--text-muted);
}

._removeBtn_1eoa9_195 {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-muted);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

._removeBtn_1eoa9_195:hover {
  border-color: #ef4444;
  color: #ef4444;
}

._packsList_1eoa9_214 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._packItem_1eoa9_220 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: var(--bg-card-hover);
  border-radius: 12px;
  border: 1px solid var(--border-color);
}

._packInfo_1eoa9_230 {
  flex: 1;
}

._packInfo_1eoa9_230 h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

._packInfo_1eoa9_230 p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 0.25rem;
}

._packPrice_1eoa9_246 {
  font-weight: 600;
  color: var(--accent-pink);
}

._packActions_1eoa9_251 {
  display: flex;
  gap: 0.5rem;
}

._packActions_1eoa9_251 button {
  background: transparent;
  border: 1.5px solid var(--accent-pink);
  color: var(--accent-pink);
  border-radius: 8px;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._packActions_1eoa9_251 button:hover {
  background: var(--accent-pink);
  color: white;
}

._modalOverlay_1eoa9_273 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

._modalContent_1eoa9_284 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  max-width: 500px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._modalScrollContent_1eoa9_296 {
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1;
}

._modalContent_1eoa9_284 h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

._modalConditions_1eoa9_311 {
  background: var(--bg-card-hover);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
}

._modalConditions_1eoa9_311 h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

._modalConditions_1eoa9_311 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

._modalConditions_1eoa9_311 li {
  font-size: 0.85rem;
  color: var(--text-secondary);
  padding: 0.25rem 0;
  padding-left: 1rem;
  position: relative;
}

._modalConditions_1eoa9_311 li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--accent-pink);
}

._modalNote_1eoa9_345 {
  font-size: 0.8rem;
  color: #fbbf24;
  margin-top: 0.5rem;
}

._currencySelector_1eoa9_351 {
  margin-bottom: 1rem;
}

._currencySelector_1eoa9_351 label {
  display: block;
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

._currencySelector_1eoa9_351 select {
  width: 100%;
  background: var(--bg-card-hover);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  color: var(--text-primary);
  cursor: pointer;
  outline: none;
}

._currencySelector_1eoa9_351 select:focus {
  border-color: var(--accent-pink);
}

._modalContent_1eoa9_284 input {
  width: 100%;
  background: var(--bg-card-hover);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  color: var(--text-primary);
  outline: none;
  margin-bottom: 1rem;
}

._modalContent_1eoa9_284 input:focus {
  border-color: var(--accent-pink);
}

._commissionInfo_1eoa9_394 {
  background: var(--bg-card-hover);
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
}

._commissionInfo_1eoa9_394 p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin: 0.25rem 0;
}

._modalButtons_1eoa9_407 {
  display: flex;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

._modalButtons_1eoa9_407 button {
  flex: 1;
  padding: 0.7rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._modalButtons_1eoa9_407 button:first-child {
  background: var(--accent-pink);
  color: white;
  border: none;
}

._modalButtons_1eoa9_407 button:first-child:hover {
  background: var(--accent-pink-hover);
}

._modalButtons_1eoa9_407 button:last-child {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
}

._modalButtons_1eoa9_407 button:last-child:hover {
  border-color: var(--accent-pink);
  color: var(--accent-pink);
}

._sectionHeader_1eoa9_445 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

._sectionActions_1eoa9_452 {
  display: flex;
  gap: 0.5rem;
}

._packStatus_1eoa9_457 {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-weight: 500;
}

._packStatusApproved_1eoa9_464 {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

._packStatusPending_1eoa9_470 {
  background: rgba(251, 191, 36, 0.1);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.2);
}

._packStatusRejected_1eoa9_476 {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

._deleteBtn_1eoa9_482 {
  background: transparent;
  border: 1px solid #ef4444;
  color: #ef4444;
  border-radius: 8px;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

._deleteBtn_1eoa9_482:hover {
  background: #ef4444;
  color: white;
}

._logoutBtn_1eoa9_499 {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 1rem;
}

._logoutBtn_1eoa9_499:hover {
  border-color: #ef4444;
  color: #ef4444;
}
/* Chats.css - Современный дизайн в стиле Apple */

.chats-page {
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  display: flex;
  flex-direction: column;
}

/* Хедер страницы чатов */
.chats-header {
  padding: 60px 60px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chats-header h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 8px 0;
  background: linear-gradient(135deg, #ffffff 0%, #ff2a55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -1px;
}

.chats-header p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 18px;
}

/* Основной контейнер */
.chats-container {
  flex: 1;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 60px;
  gap: 24px;
}

/* Список чатов */
.chats-list {
  width: 350px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 16px;
  height: calc(100vh - 200px);
  overflow-y: auto;
}

.chats-list::-webkit-scrollbar {
  width: 6px;
}

.chats-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.chats-list::-webkit-scrollbar-thumb {
  background: rgba(255, 42, 85, 0.3);
  border-radius: 3px;
}

.chats-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 42, 85, 0.5);
}

/* Элемент чата в списке */
.chat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 8px;
  border: 1px solid transparent;
}

.chat-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 42, 85, 0.2);
  transform: translateX(4px);
}

.chat-item.active {
  background: rgba(255, 42, 85, 0.1);
  border-color: rgba(255, 42, 85, 0.3);
}

.chat-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: white;
  flex-shrink: 0;
}

.chat-info {
  flex: 1;
  min-width: 0;
}

.chat-name {
  font-size: 16px;
  font-weight: 500;
  color: white;
  margin: 0 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-last-message {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.chat-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.chat-unread {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: white;
}

/* Область чата */
.chat-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  overflow: hidden;
}

.chat-header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
}

.chat-header-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: white;
}

.chat-header-info {
  flex: 1;
}

.chat-header-name {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 0 0 4px 0;
}

.chat-header-status {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.chat-header-status.online {
  color: #4ade80;
}

/* Сообщения */
.chat-messages {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.chat-messages::-webkit-scrollbar {
  width: 6px;
}

.chat-messages::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb {
  background: rgba(255, 42, 85, 0.3);
  border-radius: 3px;
}

.chat-messages::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 42, 85, 0.5);
}

.message {
  display: flex;
  gap: 12px;
  max-width: 70%;
}

.message.own {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.message-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  color: white;
  flex-shrink: 0;
}

.message-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.message-bubble {
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.4;
  word-wrap: break-word;
}

.message:not(.own) .message-bubble {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  border-bottom-left-radius: 6px;
}

.message.own .message-bubble {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  color: white;
  border-bottom-right-radius: 6px;
}

.message-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.message.own .message-time {
  text-align: right;
}

/* Форма отправки */
.chat-input-container {
  padding: 20px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chat-input-form {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.chat-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 12px 16px;
  color: white;
  font-size: 15px;
  resize: none;
  min-height: 44px;
  max-height: 120px;
  transition: all 0.2s ease;
}

.chat-input:focus {
  outline: none;
  border-color: #ff2a55;
  background: rgba(255, 255, 255, 0.07);
}

.chat-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.chat-send-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.chat-send-button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 42, 85, 0.3);
}

.chat-send-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Пустое состояние */
.empty-chats {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.empty-chats svg {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.2);
}

.empty-chats h2 {
  font-size: 24px;
  margin: 0 0 8px 0;
  color: rgba(255, 255, 255, 0.8);
}

.empty-chats p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
  .chats-header {
    padding: 40px 20px 20px;
  }
  
  .chats-container {
    flex-direction: column;
    padding: 0 20px;
  }
  
  .chats-list {
    width: 100%;
    height: 200px;
  }
  
  .chat-area {
    height: calc(100vh - 300px);
  }
}

@media (max-width: 480px) {
  .chats-header h1 {
    font-size: 32px;
  }
  
  .chats-header p {
    font-size: 16px;
  }
  
  .chat-messages {
    padding: 16px;
  }
  
  .message {
    max-width: 85%;
  }
}
/* LoopUpload.css - Современный дизайн в стиле Apple */

.loop-upload {
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

/* Декоративные элементы */
.loop-upload::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #ff2a55 0%, #ff6b8b 100%);
  border-radius: 50%;
  top: -150px;
  right: -150px;
  filter: blur(80px);
  opacity: 0.3;
  animation: float 20s ease infinite;
}

.loop-upload::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #ff6b8b 0%, #ff2a55 100%);
  border-radius: 50%;
  bottom: -100px;
  left: -100px;
  filter: blur(60px);
  opacity: 0.2;
  animation: float 15s ease infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-30px, 30px) scale(1.1); }
  66% { transform: translate(30px, -30px) scale(0.9); }
}

/* Контейнер */
.upload-container {
  width: 100%;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  animation: slideUp 0.6s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Заголовок */
.upload-container h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 8px 0;
  background: linear-gradient(135deg, #ffffff 0%, #ff2a55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -1px;
}

.user-info {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 30px 0;
  padding: 12px 20px;
  background: rgba(255, 42, 85, 0.1);
  border: 1px solid rgba(255, 42, 85, 0.2);
  border-radius: 100px;
  display: inline-block;
}

/* Форма */
.upload-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Группы полей */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 4px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.form-group label::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #ff2a55;
  border-radius: 50%;
  margin-left: 4px;
  vertical-align: middle;
}

/* Поле ввода файла */
.form-group input[type="file"] {
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 2px dashed rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.form-group input[type="file"]::-webkit-file-upload-button {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border: none;
  border-radius: 12px;
  color: white;
  padding: 8px 16px;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(255, 42, 85, 0.3);
}

.form-group input[type="file"]::-webkit-file-upload-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 42, 85, 0.4);
}

.form-group input[type="file"]:hover {
  border-color: rgba(255, 42, 85, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

/* Информация о файле */
.file-info {
  margin-top: 8px;
  padding: 12px 16px;
  background: rgba(255, 42, 85, 0.05);
  border: 1px solid rgba(255, 42, 85, 0.2);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  animation: fadeIn 0.3s ease;
}

.file-info span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.8);
}

.file-info span:first-child {
  font-weight: 600;
  color: #ff2a55;
}

/* Ряд с полями */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Текстовые поля */
.form-group input:not([type="file"]) {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  font-size: 16px;
  color: white;
  transition: all 0.3s ease;
}

.form-group input:not([type="file"])::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.form-group input:not([type="file"]):hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}

.form-group input:not([type="file"]):focus {
  outline: none;
  background: rgba(255, 255, 255, 0.07);
  border-color: #ff2a55;
  box-shadow: 0 0 0 4px rgba(255, 42, 85, 0.1);
}

.form-group input:not([type="file"]):disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Прогресс бар */
.progress-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 8px 0;
}

.progress-bar {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #ff2a55, #ff6b8b);
  border-radius: 4px;
  transition: width 0.3s ease;
  position: relative;
  overflow: hidden;
}

.progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.progress-text {
  font-size: 14px;
  font-weight: 600;
  color: #ff2a55;
  min-width: 45px;
}

/* Сообщения об ошибках и успехе */
.error-message,
.success-message {
  padding: 16px 20px;
  border-radius: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: slideIn 0.3s ease;
}

.error-message {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.3);
  color: #ff6b6b;
}

.success-message {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #10b981;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Кнопка загрузки */
.upload-button {
  padding: 18px 24px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border: none;
  border-radius: 100px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}

.upload-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.upload-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 20px 30px rgba(255, 42, 85, 0.3);
}

.upload-button:hover:not(:disabled)::before {
  width: 300px;
  height: 300px;
}

.upload-button:active:not(:disabled) {
  transform: translateY(0);
}

.upload-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: linear-gradient(135deg, #4a5568, #2d3748);
}

.upload-button.loading {
  cursor: wait;
}

/* Анимация для иконки */
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.upload-button svg {
  width: 20px;
  height: 20px;
  animation: bounce 2s ease infinite;
}

/* Стили для числового поля */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 0.5;
  height: 24px;
}

input[type="number"]:hover::-webkit-inner-spin-button,
input[type="number"]:hover::-webkit-outer-spin-button {
  opacity: 1;
}

/* Адаптивность */
@media (max-width: 768px) {
  .upload-container {
    padding: 30px 24px;
  }
  
  .upload-container h2 {
    font-size: 28px;
  }
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .form-group input:not([type="file"]) {
    padding: 14px 18px;
  }
  
  .upload-button {
    padding: 16px 22px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .loop-upload {
    padding: 20px 16px;
  }
  
  .upload-container {
    padding: 24px 20px;
    border-radius: 24px;
  }
  
  .upload-container h2 {
    font-size: 24px;
  }
  
  .user-info {
    font-size: 14px;
    padding: 10px 16px;
  }
  
  .form-group label {
    font-size: 13px;
  }
  
  .form-group input:not([type="file"]) {
    padding: 12px 16px;
    font-size: 14px;
  }
  
  .file-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .progress-text {
    min-width: 40px;
    font-size: 13px;
  }
}

/* Стили для фокуса */
.form-group input:focus-visible {
  outline: 2px solid #ff2a55;
  outline-offset: 2px;
}

/* Анимация появления для формы */
@keyframes formAppear {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.upload-form {
  animation: formAppear 0.5s ease 0.2s both;
}

/* Стили для обязательных полей */
.form-group input:required {
  border-left: 3px solid #ff2a55;
}

.form-group input:required:valid {
  border-left-color: #10b981;
}

/* Стили для справки */
.input-hint {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.input-hint::before {
  content: '💡';
  font-size: 12px;
}

/* Стили для скролла */
.upload-container::-webkit-scrollbar {
  width: 6px;
}

.upload-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.upload-container::-webkit-scrollbar-thumb {
  background: rgba(255, 42, 85, 0.3);
  border-radius: 3px;
}

.upload-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 42, 85, 0.5);
}/* Search.css - Современный дизайн в стиле Apple */

.search-page {
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  padding: 40px 60px;
}

/* Заголовок страницы */
.search-header {
  max-width: 1200px;
  margin: 0 auto 40px;
  position: relative;
}

.page-title {
  font-size: 48px;
  font-weight: 800;
  margin: 0 0 16px 0;
  background: linear-gradient(135deg, #ffffff 0%, #ff2a55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-title::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #ff2a55, transparent);
  max-width: 200px;
}

.page-description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6;
  max-width: 600px;
}

/* Контейнер поиска */
.search-container {
  max-width: 1200px;
  margin: 0 auto 40px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 24px;
  position: relative;
  animation: slideDown 0.5s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Переключатель типа поиска */
.search-type-toggle {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.03);
  padding: 4px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: fit-content;
}

.type-button {
  padding: 12px 28px;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.type-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 42, 85, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}

.type-button:hover {
  color: rgba(255, 255, 255, 0.9);
}

.type-button:hover::before {
  width: 150px;
  height: 150px;
}

.type-button.active {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  color: white;
  box-shadow: 0 10px 20px rgba(255, 42, 85, 0.3);
}

.type-button.active::before {
  display: none;
}

/* Поле ввода */
.search-input-container {
  position: relative;
  margin-bottom: 16px;
}

.search-input {
  width: 100%;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 18px;
  color: white;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}

.search-input:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}

.search-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.07);
  border-color: #ff2a55;
  box-shadow: 0 0 0 4px rgba(255, 42, 85, 0.1);
}

/* Подсказки (теги) */
.suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: rgba(20, 20, 20, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.suggestion-item {
  padding: 14px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.suggestion-item::before {
  content: '#';
  color: #ff2a55;
  font-weight: 600;
}

.suggestion-item:hover {
  background: rgba(255, 42, 85, 0.1);
  color: #ff2a55;
  padding-left: 30px;
}

/* Кнопка поиска */
.search-button {
  width: 100%;
  padding: 18px 24px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border: none;
  border-radius: 100px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.search-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.search-button:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 20px 30px rgba(255, 42, 85, 0.3);
}

.search-button:hover:not(:disabled)::before {
  width: 300px;
  height: 300px;
}

.search-button:active:not(:disabled) {
  transform: translateY(0);
}

.search-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: linear-gradient(135deg, #4a5568, #2d3748);
}

/* Результаты поиска */
.search-results {
  max-width: 1200px;
  margin: 0 auto;
}

.results-header {
  margin-bottom: 30px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.results-header h2 {
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.results-header h2::before {
  content: '';
  width: 4px;
  height: 24px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border-radius: 2px;
}

/* Сетка лупов */
.loops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 24px;
}

/* Сетка пользователей */
.users-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.user-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.user-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(255, 42, 85, 0.1), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.user-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 42, 85, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.user-card:hover::before {
  opacity: 1;
}

.user-avatar {
  width: 80px;
  height: 80px;
  border-radius: 30px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(255, 42, 85, 0.3);
  transition: all 0.3s ease;
}

.user-card:hover .user-avatar {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(255, 42, 85, 0.4);
}

.user-info {
  margin-bottom: 20px;
}

.user-username {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: white;
}

.user-stats {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-stats span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.view-profile-button {
  display: inline-block;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.view-profile-button:hover {
  background: rgba(255, 42, 85, 0.1);
  border-color: #ff2a55;
  color: #ff2a55;
  transform: translateX(4px);
}

/* Пустые результаты */
.no-results {
  text-align: center;
  padding: 80px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  animation: fadeIn 0.5s ease;
}

.no-results p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 12px 0;
}

.no-results p:last-child {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}

/* Ошибка */
.error-message {
  max-width: 1200px;
  margin: 20px auto 30px;
  padding: 16px 24px;
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 16px;
  color: #ff6b6b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: slideIn 0.3s ease;
}

.error-message p {
  margin: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.close-error {
  background: transparent;
  border: none;
  color: #ff6b6b;
  font-size: 18px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.close-error:hover {
  background: rgba(220, 38, 38, 0.2);
  transform: scale(1.1);
}

/* Загрузка */
.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  color: rgba(255, 255, 255, 0.7);
}

.spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 42, 85, 0.1);
  border-top-color: #ff2a55;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Адаптивность */
@media (max-width: 1200px) {
  .search-page {
    padding: 30px;
  }
  
  .loops-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .users-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .search-page {
    padding: 20px;
  }
  
  .page-title {
    font-size: 36px;
  }
  
  .page-description {
    font-size: 16px;
  }
  
  .search-container {
    padding: 20px;
  }
  
  .search-input {
    padding: 16px 20px;
    font-size: 16px;
  }
  
  .search-button {
    padding: 16px 20px;
    font-size: 16px;
  }
  
  .type-button {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .loops-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .users-grid {
    grid-template-columns: 1fr;
  }
  
  .user-avatar {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .user-username {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .search-page {
    padding: 16px;
  }
  
  .page-title {
    font-size: 28px;
  }
  
  .search-type-toggle {
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
  }
  
  .type-button {
    width: 100%;
    justify-content: center;
  }
  
  .loops-grid {
    grid-template-columns: 1fr;
  }
  
  .search-input {
    padding: 14px 16px;
  }
  
  .suggestion-item {
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* Анимации для карточек */
@keyframes cardAppear {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.loop-card,
.user-card {
  animation: cardAppear 0.4s ease forwards;
}

.loop-card:nth-child(n),
.user-card:nth-child(n) {
  animation-delay: calc(0.05s * var(--card-index, 1));
}

/* Стили для скролла */
.search-results::-webkit-scrollbar {
  width: 8px;
}

.search-results::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.search-results::-webkit-scrollbar-thumb {
  background: rgba(255, 42, 85, 0.3);
  border-radius: 4px;
}

.search-results::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 42, 85, 0.5);
}/* Admin.css - Современный дизайн в стиле Apple */

/* Reset и базовые стили */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.admin-container {
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* Header */
.admin-header {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-header .max-w-7xl {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 32px;
}

.admin-header .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gradient-text {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 0%, #ff2a55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
  margin: 0 0 8px 0;
}

.admin-header p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin: 0;
}

/* System Indicator */
.system-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.system-indicator-dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

.system-indicator span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

/* Main Container */
.main-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px;
}

/* Tabs */
.admin-tabs {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 8px;
  margin-bottom: 32px;
}

.tabs-container {
  display: flex;
  gap: 8px;
}

.tab-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.tab-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}

.tab-button:hover::before {
  width: 200px;
  height: 200px;
}

.tab-button.active {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  color: white;
  box-shadow: 0 10px 20px rgba(255, 42, 85, 0.3);
}

.tab-button.active::before {
  display: none;
}

.tab-button svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.tab-count {
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
}

/* Stats Cards Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.stats-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  padding: 28px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: float 3s ease-in-out infinite;
}

.stats-card:nth-child(2) {
  animation-delay: 0.2s;
}

.stats-card:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.stats-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 42, 85, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.stats-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stats-info p:first-child {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.stats-value {
  font-size: 36px;
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.stats-trend {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.stats-icon {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-icon svg {
  width: 28px;
  height: 28px;
  stroke: #ff2a55;
  stroke-width: 1.8;
  fill: none;
}

/* Cards */
.admin-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 32px;
}

.card-header {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.card-header h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 0;
}

.card-header svg {
  width: 20px;
  height: 20px;
  stroke: #ff2a55;
  stroke-width: 1.8;
  fill: none;
}

/* Search and Filters */
.search-filters-container {
  display: flex;
  gap: 12px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}

.search-box {
  flex: 1;
  min-width: 200px;
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0 16px;
  transition: all 0.3s ease;
}

.search-box:focus-within {
  border-color: rgba(255, 42, 85, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 42, 85, 0.1);
}

.search-box svg {
  width: 18px;
  height: 18px;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1.8;
  fill: none;
  flex-shrink: 0;
}

.search-box input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 14px;
  padding: 10px 0 10px 12px;
}

.search-box input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.filter-box {
  min-width: 150px;
}

.filter-box select {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px 16px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.filter-box select:hover {
  border-color: rgba(255, 42, 85, 0.3);
}

.filter-box select:focus {
  border-color: rgba(255, 42, 85, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 42, 85, 0.1);
}

.filter-box select option {
  background: #1a1a1a;
  color: white;
}

.btn-show-all {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-show-all:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(255, 42, 85, 0.3);
}

/* Pagination */
.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
  gap: 12px;
}

.pagination-info {
  display: flex;
  gap: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.pagination-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-pagination {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-pagination:hover:not(:disabled) {
  background: rgba(255, 42, 85, 0.1);
  border-color: rgba(255, 42, 85, 0.3);
  color: white;
}

.btn-pagination:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.page-numbers {
  display: flex;
  gap: 4px;
  align-items: center;
}

.btn-page {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 36px;
}

.btn-page:hover {
  background: rgba(255, 42, 85, 0.1);
  border-color: rgba(255, 42, 85, 0.3);
  color: white;
}

.btn-page.active {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border-color: #ff2a55;
  color: white;
}

.pagination-ellipsis {
  color: rgba(255, 255, 255, 0.4);
  padding: 0 4px;
}

/* User Links */
.user-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.2s ease;
}

.user-link:hover .user-avatar {
  background: linear-gradient(135deg, #ff6b8b, #ff2a55);
  transform: scale(1.05);
}

.user-link:hover .user-details p {
  color: #ff2a55;
}

/* Tables */
.table-container {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table thead {
  background: rgba(255, 255, 255, 0.02);
}

.admin-table th {
  padding: 16px 24px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-table td {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}

.admin-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}

/* User Avatar */
.user-avatar {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: white;
  flex-shrink: 0;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-details p:first-child {
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin-bottom: 4px;
}

.user-details p:last-child {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/* Status Badges */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
}

.status-badge.banned {
  background: rgba(220, 38, 38, 0.1);
  color: #ff6b6b;
  border: 1px solid rgba(220, 38, 38, 0.3);
}

.status-badge.active {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.status-badge svg {
  width: 12px;
  height: 12px;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  gap: 8px;
}

.btn-ban {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.3);
  color: #ff6b6b;
  padding: 6px 16px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-ban:hover {
  background: rgba(220, 38, 38, 0.2);
  transform: translateY(-1px);
}

.btn-unban {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #10b981;
  padding: 6px 16px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-unban:hover {
  background: rgba(16, 185, 129, 0.2);
  transform: translateY(-1px);
}

.btn-delete {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.3);
  color: #ff6b6b;
  padding: 6px 16px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-delete:hover {
  background: rgba(220, 38, 38, 0.2);
  transform: translateY(-1px);
}

/* Loop Item */
.loop-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.play-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.play-button:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(255, 42, 85, 0.3);
}

.play-button:active {
  transform: scale(0.95);
}

.loop-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loop-icon svg {
  width: 20px;
  height: 20px;
  stroke: white;
}

.loop-info p:first-child {
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin-bottom: 4px;
}

.loop-info p:last-child {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

/* Loading Spinner */
.loading-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(255, 42, 85, 0.1);
  border-top-color: #ff2a55;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Error Container */
.error-container {
  max-width: 1280px;
  margin: 48px auto;
  padding: 0 24px;
}

.error-message {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 24px;
  color: #ff6b6b;
}

.error-warning {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
}

.error-warning p:first-child {
  font-weight: 600;
  margin-bottom: 8px;
  color: #f59e0b;
}

.error-warning p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}

.btn-logout {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-logout:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 42, 85, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .main-container {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .admin-header .max-w-7xl {
    padding: 20px;
  }
  
  .gradient-text {
    font-size: 24px;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .tabs-container {
    flex-direction: column;
  }
  
  .tab-button {
    padding: 10px 16px;
  }
  
  .main-container {
    padding: 16px;
  }
  
  .stats-card {
    padding: 20px;
  }
  
  .stats-value {
    font-size: 28px;
  }
  
  .admin-table th,
  .admin-table td {
    padding: 12px 16px;
  }
}

@media (max-width: 640px) {
  .admin-header .flex {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .table-container {
    overflow-x: auto;
  }
  
  .admin-table {
    min-width: 600px;
  }
  
  .action-buttons {
    flex-direction: column;
    gap: 4px;
  }
  
  .btn-ban,
  .btn-unban,
  .btn-delete {
    padding: 4px 12px;
    font-size: 11px;
  }
}

/* Scrollbar Styles */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 42, 85, 0.3);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 42, 85, 0.5);
}

/* Balance Credit Form */
.balance-credit-form {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.balance-credit-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.balance-credit-form .form-group label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.balance-credit-form .form-group input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 16px;
  color: white;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.balance-credit-form .form-group input:focus {
  border-color: rgba(255, 42, 85, 0.3);
  box-shadow: 0 0 0 3px rgba(255, 42, 85, 0.1);
}

.balance-credit-form .form-group input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.btn-credit {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  align-self: flex-start;
}

.btn-credit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(255, 42, 85, 0.3);
}

.balance-info {
  padding: 24px;
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.balance-info p {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-bottom: 12px;
}

.balance-info ul {
  list-style: none;
  padding: 0;
}

.balance-info li {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}

.balance-info li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #ff2a55;
}

.balance-section {
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.balance-section:last-child {
  border-bottom: none;
}

.balance-section h4 {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-bottom: 16px;
}

.autocomplete-wrapper {
  position: relative;
}

.suggestions-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 4px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.suggestion-item {
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item:hover {
  background: rgba(255, 42, 85, 0.1);
  color: white;
}._shopContainer_18vdp_1 {
  --bg-primary: #0a0a0f;
  --bg-card: #14141a;
  --bg-card-hover: #1a1a22;
  --text-primary: #ffffff;
  --text-secondary: #a1a1aa;
  --text-muted: #71717a;
  --border-color: #27272a;
  --accent-pink: #ec4899;
  --accent-pink-hover: #db2777;
  --font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, sans-serif;
  
  font-family: var(--font-family);
  background: var(--bg-primary);
  color: var(--text-primary);
  min-height: 100vh;
  padding: 8rem 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

._header_18vdp_22 {
  margin-bottom: 1.5rem;
}

._headerTop_18vdp_26 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

._title_18vdp_33 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

._headerActions_18vdp_40 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

._createBtn_18vdp_46 {
  background: var(--accent-pink);
  color: white;
  border: none;
  border-radius: 20px;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

._createBtn_18vdp_46:hover {
  background: var(--accent-pink-hover);
}

._balance_18vdp_66 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

._balanceAmount_18vdp_78 {
  font-weight: 600;
  color: var(--text-primary);
}

._filters_18vdp_83 {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

._search_18vdp_91 {
  flex: 1;
  min-width: 200px;
}

._search_18vdp_91 input {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  color: var(--text-primary);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

._search_18vdp_91 input::placeholder {
  color: var(--text-muted);
}

._search_18vdp_91 input:focus {
  border-color: var(--accent-pink);
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

._select_18vdp_117 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 0.7rem 1rem;
  font-size: 0.85rem;
  color: var(--text-primary);
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}

._select_18vdp_117:focus {
  border-color: var(--accent-pink);
}

._total_18vdp_133 {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-left: auto;
}

._grid_18vdp_139 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

._card_18vdp_145 {
  background: var(--bg-card);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
  border: 1px solid var(--border-color);
}

._card_18vdp_145:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: var(--accent-pink);
}

._cardImage_18vdp_161 {
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #1a1a22 0%, #27272a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

._cardImage_18vdp_161 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._playOverlay_18vdp_177 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}

._card_18vdp_145:hover ._playOverlay_18vdp_177 {
  opacity: 1;
}

._playBtn_18vdp_192 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
  color: #000;
}

._playBtn_18vdp_192:hover {
  transform: scale(1.05);
}

._cardContent_18vdp_212 {
  padding: 1rem;
}

._packName_18vdp_216 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
}

._packArtist_18vdp_224 {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

._cardFooter_18vdp_230 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-color);
}

._price_18vdp_238 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
}

._buyBtn_18vdp_244 {
  background: transparent;
  border: 1.5px solid var(--accent-pink);
  border-radius: 12px;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--accent-pink);
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

._buyBtn_18vdp_244:hover {
  background: var(--accent-pink);
  color: white;
}

._buyBtn_18vdp_244:disabled {
  border-color: var(--border-color);
  color: var(--text-muted);
  cursor: not-allowed;
  background: transparent;
}

._pagination_18vdp_271 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

._pageBtn_18vdp_279 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.2s;
}

._pageBtn_18vdp_279:hover:not(:disabled) {
  border-color: var(--accent-pink);
  color: var(--accent-pink);
}

._pageBtn_18vdp_279:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

._pageInfo_18vdp_300 {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

._loading_18vdp_305 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  gap: 1rem;
}

._spinner_18vdp_314 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid var(--border-color);
  border-top-color: var(--accent-pink);
  animation: _spin_18vdp_314 0.8s linear infinite;
}

@keyframes _spin_18vdp_314 {
  to { transform: rotate(360deg); }
}

._loadingText_18vdp_327 {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

._error_18vdp_332 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  gap: 1rem;
}

._errorMsg_18vdp_341 {
  color: #ef4444;
  font-size: 0.9rem;
  background: rgba(239, 68, 68, 0.1);
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
}

._retryBtn_18vdp_349 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.2s;
}

._retryBtn_18vdp_349:hover {
  border-color: var(--accent-blue);
  color: var(--accent-blue);
}

._empty_18vdp_365 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  gap: 0.75rem;
}

._emptyIcon_18vdp_374 {
  font-size: 3rem;
  opacity: 0.3;
}

._empty_18vdp_365 h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-secondary);
}

._empty_18vdp_365 p {
  font-size: 0.9rem;
  color: var(--text-muted);
}
._packContainer_2ojgj_1 {
  --bg-primary: #0a0a0f;
  --bg-card: #14141a;
  --bg-card-hover: #1a1a22;
  --text-primary: #ffffff;
  --text-secondary: #a1a1aa;
  --text-muted: #71717a;
  --border-color: #27272a;
  --accent-pink: #ff2a55;
  --accent-pink-hover: #ff2a55;
  --font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, sans-serif;
  
  font-family: var(--font-family);
  background: var(--bg-primary);
  color: var(--text-primary);
  min-height: 100vh;
  padding: 8rem 2rem 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

._header_2ojgj_22 {
  margin-bottom: 2rem;
}

._backBtn_2ojgj_26 {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--text-secondary);
  border-radius: 12px;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

._backBtn_2ojgj_26:hover {
  border-color: var(--accent-pink);
  color: var(--accent-pink);
}

._packInfo_2ojgj_47 {
  margin-bottom: 1rem;
}

._packTitle_2ojgj_51 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

._voiceTag_2ojgj_58 {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--bg-card-hover);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

._author_2ojgj_70 {
  font-size: 0.9rem;
  color: var(--text-secondary);
}

._authorLink_2ojgj_75 {
  color: var(--accent-pink);
  cursor: pointer;
  font-weight: 500;
}

._authorLink_2ojgj_75:hover {
  text-decoration: underline;
}

._content_2ojgj_85 {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2rem;
  align-items: start;
}

._details_2ojgj_92 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 1.5rem;
  position: sticky;
  top: 2rem;
}

._coverDisplay_2ojgj_101 {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background: var(--bg-card-hover);
}

._coverDisplay_2ojgj_101 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._description_2ojgj_116 {
  margin-bottom: 1.5rem;
}

._description_2ojgj_116 h3 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

._description_2ojgj_116 p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

._stats_2ojgj_135 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

._stat_2ojgj_135 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-color);
}

._stat_2ojgj_135:last-child {
  border-bottom: none;
}

._statLabel_2ojgj_154 {
  font-size: 0.85rem;
  color: var(--text-muted);
}

._statValue_2ojgj_159 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
}

._preview_2ojgj_165 {
  margin-bottom: 1.5rem;
}

._preview_2ojgj_165 h3 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

._previewBtn_2ojgj_178 {
  background: var(--bg-card-hover);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  border-radius: 12px;
  padding: 0.8rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

._previewBtn_2ojgj_178:hover {
  border-color: var(--accent-pink);
  color: var(--accent-pink);
}

._buyBtn_2ojgj_199 {
  background: var(--accent-pink);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  width: 100%;
}

._buyBtn_2ojgj_199:hover {
  background: var(--accent-pink-hover);
}

._owned_2ojgj_216 {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: #22c55e;
  border-radius: 12px;
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

._loopsSection_2ojgj_230 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 2rem;
}

._loopsTitle_2ojgj_237 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

._descriptionText_2ojgj_244 {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 2rem;
}

._noLoops_2ojgj_251 {
  color: var(--text-muted);
  font-size: 0.9rem;
}

._loopsList_2ojgj_256 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._loopItem_2ojgj_262 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: var(--bg-card-hover);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  transition: border-color 0.2s;
}

._loopItem_2ojgj_262:hover {
  border-color: var(--accent-pink);
}

._loopInfo_2ojgj_277 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

._loopTitle_2ojgj_284 {
  font-weight: 600;
  color: var(--text-primary);
}

._loopBpm_2ojgj_289,
._loopKey_2ojgj_290,
._loopGenre_2ojgj_291 {
  font-size: 0.8rem;
  color: var(--text-muted);
  background: var(--bg-primary);
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
}

._downloadLink_2ojgj_299 {
  background: var(--accent-pink);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: background 0.2s;
}

._downloadLink_2ojgj_299:hover {
  background: var(--accent-pink-hover);
}

._playBtn_2ojgj_319 {
  background: transparent;
  border: 1.5px solid var(--accent-pink);
  color: var(--accent-pink);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

._playBtn_2ojgj_319:hover {
  background: var(--accent-pink);
  color: white;
}

._playBtn_2ojgj_319:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._loading_2ojgj_344 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  color: var(--text-secondary);
}

._error_2ojgj_352 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  color: #ef4444;
}

._ratingModalContent_2ojgj_360 {
  padding: 1rem 0;
}

._ratingStars_2ojgj_364 {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

._ratingStar_2ojgj_364 {
  background: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--text-muted);
  transition: color 0.2s;
  padding: 0;
}

._ratingStar_2ojgj_364:hover {
  color: #fbbf24;
}

._ratingStar_2ojgj_364._active_2ojgj_384 {
  color: #fbbf24;
}

@media (max-width: 768px) {
  ._content_2ojgj_85 {
    grid-template-columns: 1fr;
  }
  
  ._details_2ojgj_92 {
    position: static;
  }
  
  ._packTitle_2ojgj_51 {
    font-size: 1.8rem;
  }
}


/* CreatePack.module.css */
:root {
  --pink: #ff2a55;
  --pink-soft: #ff6b8b;
  --pink-glow: rgba(255, 42, 85, 0.18);
  --surface: rgba(255, 255, 255, 0.035);
  --surface-hover: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.09);
  --border-focus: rgba(255, 42, 85, 0.5);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.55);
  --text-muted: rgba(255, 255, 255, 0.3);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-full: 100px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
._container_1i6tc_27 {
  min-height: 100vh;
  width: 100%;
  background: #080808;
  font-family: 'DM Sans', -apple-system, sans-serif;
  position: relative;
  overflow-x: hidden;
}
._content_1i6tc_36 {
  max-width: 900px;
  margin: 0 auto;
  padding: 120px 24px 60px;
  position: relative;
  z-index: 1;
}
._header_1i6tc_44 {
  text-align: center;
  margin-bottom: 48px;
  animation: _fadeInUp_1i6tc_1 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
._title_1i6tc_50 {
  font-family: 'Syne', sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #ffffff 20%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 12px;
}
._subtitle_1i6tc_62 {
  font-size: 18px;
  color: var(--text-secondary);
  font-weight: 400;
  letter-spacing: -0.2px;
}
._form_1i6tc_69 {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 48px;
  border: 1px solid var(--border);
  backdrop-filter: blur(10px);
  animation: _fadeInUp_1i6tc_1 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s backwards;
}
._section_1i6tc_78 {
  margin-bottom: 48px;
}
._sectionTitle_1i6tc_82 {
  font-family: 'Syne', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  border-bottom: 1px solid var(--border);
  padding-bottom: 12px;
}
._fieldGroup_1i6tc_93 {
  margin-bottom: 28px;
}
._label_1i6tc_97 {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
._required_1i6tc_107 {
  color: var(--pink);
  margin-left: 4px;
}
._input_1i6tc_112,
._textarea_1i6tc_113 {
  width: 100%;
  padding: 14px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  transition: all 0.2s ease;
}
._input_1i6tc_112:focus,
._textarea_1i6tc_113:focus {
  outline: none;
  border-color: var(--border-focus);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px var(--pink-glow);
}
._input_1i6tc_112::placeholder,
._textarea_1i6tc_113::placeholder {
  color: var(--text-muted);
}
._textarea_1i6tc_113 {
  resize: vertical;
  min-height: 100px;
}
._hint_1i6tc_143 {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 6px;
}
._row_1i6tc_149 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
._priceInput_1i6tc_155 {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0 16px;
  transition: all 0.2s ease;
}
._priceInput_1i6tc_155:focus-within {
  border-color: var(--border-focus);
  box-shadow: 0 0 0 3px var(--pink-glow);
}
._priceSymbol_1i6tc_171 {
  font-size: 20px;
  opacity: 0.7;
}
._priceInput_1i6tc_155 ._input_1i6tc_112 {
  border: none;
  padding: 14px 0;
  flex: 1;
  background: transparent;
}
._priceInput_1i6tc_155 ._input_1i6tc_112:focus {
  box-shadow: none;
}
._priceUnit_1i6tc_187 {
  color: var(--text-muted);
  font-size: 14px;
}
._uploadArea_1i6tc_192 {
  position: relative;
  border: 1px dashed var(--border);
  border-radius: var(--radius-md);
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.02);
}
._uploadArea_1i6tc_192._dragOver_1i6tc_200 {
  border-color: var(--pink);
  border-style: solid;
  background: var(--pink-glow);
  transform: scale(1.01);
}
._fileInput_1i6tc_207 {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
._uploadLabel_1i6tc_215 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}
._uploadLabel_1i6tc_215:hover {
  transform: translateY(-2px);
}
._uploadIcon_1i6tc_229 {
  font-size: 48px;
  opacity: 0.8;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
._uploadText_1i6tc_235 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._uploadTitle_1i6tc_241 {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
}
._uploadSubtitle_1i6tc_247 {
  font-size: 12px;
  color: var(--text-muted);
}
._fileInfo_1i6tc_252 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  animation: _slideIn_1i6tc_1 0.3s ease-out;
}
._fileIcon_1i6tc_264 {
  color: var(--pink);
  font-weight: bold;
  font-size: 14px;
}
._fileName_1i6tc_270 {
  font-family: monospace;
  font-size: 13px;
  color: var(--text-secondary);
  flex: 1;
  word-break: break-all;
}
._fileSize_1i6tc_278 {
  font-size: 11px;
  color: var(--text-muted);
}
._rulesGrid_1i6tc_283 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
._ruleCard_1i6tc_289 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}
._ruleCard_1i6tc_289:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(4px);
  border-color: var(--pink-glow);
}
._ruleIcon_1i6tc_306 {
  font-size: 20px;
  opacity: 0.8;
}
._ruleText_1i6tc_311 {
  font-size: 13px;
  color: var(--text-secondary);
  flex: 1;
  font-weight: 500;
}
._actions_1i6tc_318 {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
._buttonPrimary_1i6tc_327,
._buttonSecondary_1i6tc_328 {
  padding: 12px 28px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  letter-spacing: 0.01em;
}
._buttonPrimary_1i6tc_327 {
  background: var(--pink);
  color: white;
  position: relative;
  overflow: hidden;
}
._buttonPrimary_1i6tc_327::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.25s ease;
}
._buttonPrimary_1i6tc_327:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 42, 85, 0.3);
}
._buttonPrimary_1i6tc_327:hover:not(:disabled)::after {
  opacity: 1;
}
._buttonPrimary_1i6tc_327:active:not(:disabled) {
  transform: translateY(0);
}
._buttonSecondary_1i6tc_328 {
  background: var(--surface);
  color: var(--text-secondary);
  border: 1px solid var(--border);
}
._buttonSecondary_1i6tc_328:hover:not(:disabled) {
  background: var(--surface-hover);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  color: var(--text-primary);
}
._buttonPrimary_1i6tc_327:disabled,
._buttonSecondary_1i6tc_328:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
._buttonPrimary_1i6tc_327._loading_1i6tc_389 {
  pointer-events: none;
  position: relative;
}
._buttonPrimary_1i6tc_327._loading_1i6tc_389::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: _spin_1i6tc_1 0.6s linear infinite;
}
._alertError_1i6tc_408,
._alertSuccess_1i6tc_409 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  margin-bottom: 32px;
  animation: _slideIn_1i6tc_1 0.3s ease-out;
  font-size: 14px;
}
._alertError_1i6tc_408 {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.2);
  color: #f87171;
}
._alertSuccess_1i6tc_409 {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: #4ade80;
}
@keyframes _fadeInUp_1i6tc_1 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes _slideIn_1i6tc_1 {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes _spin_1i6tc_1 {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  ._content_1i6tc_36 {
    padding: 40px 20px;
  }
  
  ._form_1i6tc_69 {
    padding: 32px 24px;
  }
  
  ._title_1i6tc_50 {
    font-size: 36px;
  }
  
  ._subtitle_1i6tc_62 {
    font-size: 16px;
  }
  
  ._row_1i6tc_149 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  ._rulesGrid_1i6tc_283 {
    grid-template-columns: 1fr;
  }
  
  ._actions_1i6tc_318 {
    flex-direction: column;
  }
  
  ._buttonPrimary_1i6tc_327,
  ._buttonSecondary_1i6tc_328 {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  ._form_1i6tc_69 {
    padding: 24px 20px;
  }
  
  ._title_1i6tc_50 {
    font-size: 28px;
  }
  
  ._sectionTitle_1i6tc_82 {
    font-size: 20px;
  }
  
  ._uploadLabel_1i6tc_215 {
    flex-direction: column;
    text-align: center;
    padding: 24px 16px;
  }
  
  ._uploadIcon_1i6tc_229 {
    font-size: 36px;
  }
}._admin-shop-container_1ecta_1 {
  --bg-primary: #0a0a0f;
  --bg-card: #14141a;
  --bg-card-hover: #1a1a22;
  --text-primary: #ffffff;
  --text-secondary: #a1a1aa;
  --text-muted: #71717a;
  --border-color: #27272a;
  --accent-pink: #ff2a55;
  --accent-pink-hover: #ff2a55;
  --font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, sans-serif;
  
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px;
  min-height: 100vh;
  background: var(--bg-primary);
  font-family: var(--font-family);
  color: var(--text-primary);
}

._admin-header_1ecta_22 {
  text-align: center;
  margin-bottom: 48px;
  padding: 32px;
  background: var(--bg-card);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
}

._admin-header_1ecta_22 h1 {
  margin: 0 0 12px 0;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent-pink), #f472b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}

._admin-header_1ecta_22 p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 1.2rem;
  font-weight: 500;
}

._alert_1ecta_50 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-radius: 12px;
  font-weight: 600;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid;
}

._alert_1ecta_50 button {
  background: none;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s ease;
  color: inherit;
}

._alert_1ecta_50 button:hover {
  background: rgba(255, 255, 255, 0.1);
}

._alert-error_1ecta_82 {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.2);
}

._alert-success_1ecta_88 {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.2);
}

._admin-tabs_1ecta_94 {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  background: var(--bg-card);
  padding: 8px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
}

._tab_1ecta_105 {
  padding: 14px 28px;
  border: none;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  color: var(--text-secondary);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}

._tab_1ecta_105::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 42, 85, 0.1), transparent);
  transition: left 0.5s ease;
}

._tab_1ecta_105:hover::before {
  left: 100%;
}

._tab_1ecta_105:hover {
  background: rgba(255, 42, 85, 0.1);
  color: var(--accent-pink);
  transform: translateY(-1px);
}

._tab_1ecta_105._active_1ecta_140 {
  background: linear-gradient(135deg, var(--accent-pink), #f472b6);
  color: white;
  box-shadow: 0 8px 24px rgba(255, 42, 85, 0.3);
  transform: translateY(-2px);
}

._admin-content_1ecta_147 {
  background: var(--bg-card);
  border-radius: 20px;
  padding: 32px;
  border: 1px solid var(--border-color);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

._filters-section_1ecta_155 {
  background: var(--bg-card);
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
}

._filters-row_1ecta_164 {
  display: flex;
  gap: 24px;
  align-items: end;
  flex-wrap: wrap;
}

._filter-group_1ecta_171 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 200px;
}

._filter-group_1ecta_171 label {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

._filter-group_1ecta_171 select,
._filter-group_1ecta_171 input {
  padding: 12px 16px;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  font-size: 1rem;
  background: var(--bg-card-hover);
  transition: all 0.3s ease;
  font-weight: 500;
  color: var(--text-primary);
}

._filter-group_1ecta_171 select:focus,
._filter-group_1ecta_171 input:focus {
  outline: none;
  border-color: var(--accent-pink);
  background: var(--bg-card);
  box-shadow: 0 0 0 4px rgba(255, 42, 85, 0.1);
  transform: translateY(-1px);
}

._admin-content_1ecta_147 {
  background: var(--bg-card);
  border-radius: 12px;
  padding: 24px;
  border: 1px solid var(--border-color);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

._empty-state_1ecta_217 {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-secondary);
}

._empty-state_1ecta_217 h3 {
  margin: 16px 0 8px 0;
  color: var(--text-primary);
  font-size: 1.5rem;
}

._empty-state_1ecta_217 p {
  margin: 0;
  color: var(--text-muted);
}

/* Pending Packs */
._packs-list_1ecta_235 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._pack-item_1ecta_241 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: var(--bg-card-hover);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  transition: all 0.3s ease;
}

._pack-item_1ecta_241:hover {
  border-color: var(--accent-pink);
  background: var(--bg-card);
}

._pack-info_1ecta_257 h3 {
  margin: 0 0 8px 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-primary);
}

._pack-author_1ecta_264 {
  margin: 0 0 4px 0;
  color: var(--accent-pink);
  font-weight: 500;
}

._pack-price_1ecta_270 {
  margin: 0 0 4px 0;
  color: #22c55e;
  font-weight: 600;
  font-size: 1.1rem;
}

._pack-date_1ecta_277 {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

._pack-actions_1ecta_283 {
  display: flex;
  gap: 8px;
}

._btn-view_1ecta_288,
._btn-approve_1ecta_289,
._btn-reject_1ecta_290,
._btn-secondary_1ecta_291 {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

._btn-view_1ecta_288 {
  background: var(--text-muted);
  color: white;
}

._btn-view_1ecta_288:hover {
  background: var(--text-secondary);
}

._btn-approve_1ecta_289 {
  background: #22c55e;
  color: white;
}

._btn-approve_1ecta_289:hover:not(:disabled) {
  background: #16a34a;
}

._btn-reject_1ecta_290 {
  background: #ef4444;
  color: white;
}

._btn-reject_1ecta_290:hover:not(:disabled) {
  background: #dc2626;
}

._btn-secondary_1ecta_291 {
  background: var(--bg-card-hover);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}

._btn-secondary_1ecta_291:hover:not(:disabled) {
  background: var(--border-color);
  color: var(--text-primary);
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Withdrawals */
._withdrawals-list_1ecta_345 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._withdrawal-item_1ecta_351 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: var(--bg-card-hover);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  transition: all 0.3s ease;
}

._withdrawal-item_1ecta_351:hover {
  border-color: var(--accent-pink);
  background: var(--bg-card);
}

._withdrawal-info_1ecta_367 h3 {
  margin: 0 0 8px 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #22c55e;
}

._withdrawal-info_1ecta_367 p {
  margin: 0 0 4px 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

._status_1ecta_380 {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}

._status_1ecta_380._pending_1ecta_389 {
  background: rgba(251, 191, 36, 0.1);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.2);
}

._status_1ecta_380._completed_1ecta_395 {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

._status_1ecta_380._rejected_1ecta_401 {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.2);
}

._withdrawal-actions_1ecta_407 {
  display: flex;
  gap: 8px;
}

/* Reports */
._reports-list_1ecta_413 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._report-item_1ecta_419 {
  padding: 20px;
  background: var(--bg-card-hover);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  transition: all 0.3s ease;
}

._report-item_1ecta_419:hover {
  border-color: var(--accent-pink);
  background: var(--bg-card);
}

._report-info_1ecta_432 h3 {
  margin: 0 0 8px 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ef4444;
  text-transform: capitalize;
}

._report-info_1ecta_432 p {
  margin: 0 0 8px 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

._report-actions_1ecta_446 {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}

/* Statistics */
._stats-section_1ecta_453 {
  padding: 0;
}

._stats-grid_1ecta_457 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

._stat-card_1ecta_463 {
  background: var(--bg-card-hover);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
}

._stat-card_1ecta_463 h3 {
  margin: 0 0 16px 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-primary);
  border-bottom: 2px solid var(--accent-pink);
  padding-bottom: 8px;
}

._stat-item_1ecta_479 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color);
}

._stat-item_1ecta_479:last-child {
  border-bottom: none;
}

._stat-item_1ecta_479 span:first-child {
  color: var(--text-secondary);
  font-weight: 500;
}

._stat-item_1ecta_479 span:last-child {
  color: var(--text-primary);
  font-weight: 600;
}

._stats-grid-small_1ecta_501 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

._loading_1ecta_508 {
  text-align: center;
  padding: 40px;
  color: var(--text-secondary);
  font-size: 1.1rem;
}

/* Modal */
._modal-overlay_1ecta_516 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

._modal-content_1ecta_530 {
  background: var(--bg-card);
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-color);
}

._modal-header_1ecta_541 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0 20px;
  border-bottom: 1px solid var(--border-color);
}

._modal-header_1ecta_541 h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
}

._close-btn_1ecta_556 {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-secondary);
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease;
}

._close-btn_1ecta_556:hover {
  background: var(--bg-card-hover);
  color: var(--text-primary);
}

._modal-body_1ecta_577 {
  padding: 20px;
}

._pack-details_1ecta_581 {
  margin-bottom: 24px;
}

._pack-details_1ecta_581 p {
  margin: 0 0 8px 0;
  color: var(--text-secondary);
}

._pack-details_1ecta_581 strong {
  color: var(--text-primary);
}

._loops-section_1ecta_594,
._user-stats_1ecta_595,
._reports-section_1ecta_596 {
  margin-bottom: 24px;
}

._loops-section_1ecta_594 h3,
._user-stats_1ecta_595 h3,
._reports-section_1ecta_596 h3 {
  margin: 0 0 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
}

._loops-list_1ecta_609 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._loop-item_1ecta_615 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: var(--bg-card-hover);
  border-radius: 4px;
  font-size: 0.9rem;
}

._loop-item_1ecta_615 span:first-child {
  color: var(--text-primary);
  font-weight: 500;
}

._loop-item_1ecta_615 span:last-child {
  color: var(--text-secondary);
}

._report-item-small_1ecta_634 {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 8px;
}

._report-item-small_1ecta_634 p {
  margin: 0 0 4px 0;
  font-size: 0.9rem;
}

._report-item-small_1ecta_634 strong {
  color: #ef4444;
}

._modal-actions_1ecta_651 {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding: 0 20px 20px 20px;
  border-top: 1px solid var(--border-color);
}

._modal-actions_1ecta_651 ._btn-approve_1ecta_289,
._modal-actions_1ecta_651 ._btn-reject_1ecta_290 {
  padding: 10px 20px;
}

._form-group_1ecta_664 {
  margin-bottom: 16px;
}

._form-group_1ecta_664 label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  color: var(--text-primary);
  font-size: 0.95rem;
}

._form-group_1ecta_664 textarea {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--bg-card-hover);
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
  color: var(--text-primary);
}

._form-group_1ecta_664 textarea:focus {
  outline: none;
  border-color: var(--accent-pink);
  background: var(--bg-card);
  box-shadow: 0 0 0 3px rgba(255, 42, 85, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  ._admin-shop-container_1ecta_1 {
    padding: 15px;
  }

  ._admin-header_1ecta_22 h1 {
    font-size: 2rem;
  }

  ._admin-tabs_1ecta_94 {
    flex-wrap: wrap;
  }

  ._tab_1ecta_105 {
    flex: 1 1 50%;
    min-width: 120px;
    font-size: 0.85rem;
    padding: 10px 16px;
  }

  ._admin-content_1ecta_147 {
    padding: 20px;
  }

  ._pack-item_1ecta_241,
  ._withdrawal-item_1ecta_351,
  ._report-item_1ecta_419 {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  ._pack-actions_1ecta_283,
  ._withdrawal-actions_1ecta_407,
  ._report-actions_1ecta_446 {
    width: 100%;
    justify-content: flex-end;
  }

  ._stats-grid_1ecta_457 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  ._modal-content_1ecta_530 {
    margin: 20px;
    max-height: 90vh;
  }

  ._modal-actions_1ecta_651 {
    flex-direction: column;
  }

  ._modal-actions_1ecta_651 ._btn-approve_1ecta_289,
  ._modal-actions_1ecta_651 ._btn-reject_1ecta_290 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  ._admin-shop-container_1ecta_1 {
    padding: 10px;
  }

  ._admin-header_1ecta_22 h1 {
    font-size: 1.8rem;
  }

  ._admin-header_1ecta_22 p {
    font-size: 1rem;
  }

  ._tab_1ecta_105 {
    flex: 1 1 100%;
    font-size: 0.8rem;
    padding: 8px 12px;
  }

  ._admin-content_1ecta_147 {
    padding: 16px;
  }

  ._pack-info_1ecta_257,
  ._withdrawal-info_1ecta_367,
  ._report-info_1ecta_432 {
    width: 100%;
  }

  ._pack-info_1ecta_257 h3,
  ._withdrawal-info_1ecta_367 h3,
  ._report-info_1ecta_432 h3 {
    font-size: 1.1rem;
  }

  ._stats-grid-small_1ecta_501 {
    grid-template-columns: 1fr;
  }
}


/* ─── Variables ─────────────────────────────────────────── */

:root {
  --bg:         #090909;
  --surface-1:  #101010;
  --surface-2:  #161616;
  --border:     rgba(255, 255, 255, 0.07);
  --border-mid: rgba(255, 255, 255, 0.11);
  --text:       #ffffff;
  --text-muted: rgba(255, 255, 255, 0.38);
  --text-dim:   rgba(255, 255, 255, 0.2);
  --accent:     #ffffff;
}

/* ─── Page ──────────────────────────────────────────────── */

.statistics-page {
  min-height: 100vh;
  padding: 52px 28px 100px;
  background-color: var(--bg);
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

/* ─── Container ─────────────────────────────────────────── */

.statistics-container {
  max-width: 1360px;
  margin: 0 auto;
}

/* ─── Header ─────────────────────────────────────────────── */

.statistics-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 52px;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--border);
}

.statistics-header h2 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  margin: 0;
}

/* ─── Period Selector ─────────────────────────────────────── */

.period-selector {
  display: flex;
  gap: 2px;
  background: var(--surface-1);
  padding: 3px;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.period-selector button {
  padding: 8px 20px;
  border: none;
  background: transparent;
  color: var(--text-muted);
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
}

.period-selector button:hover {
  color: rgba(255, 255, 255, 0.7);
}

.period-selector button.active {
  background: var(--accent);
  color: #000000;
  font-weight: 800;
}

/* ─── Stats Grid ─────────────────────────────────────────── */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-bottom: 52px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.stat-card {
  background: var(--surface-1);
  padding: 32px 28px;
  text-align: left;
  transition: background 0.2s;
  animation: fadeUp 0.45s ease both;
  cursor: default;
}

.stat-card:nth-child(1) { animation-delay: 0.04s; }

.stat-card:nth-child(2) { animation-delay: 0.08s; }

.stat-card:nth-child(3) { animation-delay: 0.12s; }

.stat-card:nth-child(4) { animation-delay: 0.16s; }

.stat-card:nth-child(5) { animation-delay: 0.20s; }

.stat-card:hover {
  background: var(--surface-2);
}

.stat-icon {
  font-size: 1.1rem;
  margin-bottom: 24px;
  display: block;
  opacity: 0.6;
  line-height: 1;
}

.stat-value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--text);
  margin-bottom: 10px;
  /* no gradient */
}

.stat-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ─── Charts Grid ─────────────────────────────────────────── */

.charts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 16px;
}

.chart-card {
  background: var(--surface-1);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 24px 20px;
  transition: border-color 0.2s;
  animation: fadeUp 0.45s ease both;
}

.chart-card:nth-child(1) { animation-delay: 0.28s; }

.chart-card:nth-child(2) { animation-delay: 0.36s; }

.chart-card:nth-child(3) { animation-delay: 0.44s; }

.chart-card:hover {
  border-color: var(--border-mid);
}

.chart-card h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

/* ─── States ─────────────────────────────────────────────── */

.loading {
  text-align: center;
  padding: 80px 40px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.error-message {
  background: rgba(255, 60, 60, 0.05);
  border: 1px solid rgba(255, 60, 60, 0.15);
  border-radius: 10px;
  padding: 28px;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 100, 100, 0.85);
}

.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* ─── Responsive ─────────────────────────────────────────── */

@media (max-width: 1200px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .charts-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .statistics-page { padding: 36px 16px 64px; }

  .statistics-header { margin-bottom: 36px; padding-bottom: 20px; }

  .period-selector { width: 100%; }
  .period-selector button { flex: 1; text-align: center; }

  .stat-card { padding: 24px 20px; }
  .stat-value { font-size: 2.4rem; }
}

@media (max-width: 520px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 380px) {
  .stats-grid { grid-template-columns: 1fr; }
}.offer-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: var(--background);
  min-height: 100vh;
}

.offer-content {
  background: var(--surface);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.offer-content h1 {
  font-size: 2.5rem;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.offer-date {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 30px;
  font-style: italic;
}

.offer-section {
  margin-bottom: 40px;
}

.offer-section h2 {
  font-size: 1.5rem;
  color: var(--text-primary);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary);
}

.offer-section p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 15px;
}

.offer-section ul {
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 15px 0;
  padding-left: 30px;
}

.offer-section li {
  margin-bottom: 10px;
}

.requisites,
.contacts {
  background: var(--background);
  padding: 20px;
  border-radius: 8px;
  margin-top: 15px;
}

.requisites p,
.contacts p {
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.requisites strong,
.contacts strong {
  color: var(--text-primary);
}

.contacts a {
  color: var(--primary);
  text-decoration: none;
}

.contacts a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .offer-container {
    padding: 20px 10px;
  }

  .offer-content {
    padding: 20px;
  }

  .offer-content h1 {
    font-size: 1.8rem;
  }

  .offer-section h2 {
    font-size: 1.3rem;
  }
}
.contacts-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: var(--background);
  min-height: 100vh;
}

.contacts-content {
  background: var(--surface);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contacts-content h1 {
  font-size: 2.5rem;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.contacts-subtitle {
  color: var(--text-muted);
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.contacts-section {
  margin-bottom: 40px;
}

.contacts-section h2 {
  font-size: 1.5rem;
  color: var(--text-primary);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary);
}

.requisites-card,
.contact-card,
.site-card,
.work-hours-card,
.payment-info-card,
.products-info-card {
  background: var(--background);
  padding: 25px;
  border-radius: 8px;
  margin-top: 15px;
}

.requisite-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

.requisite-item:last-child {
  border-bottom: none;
}

.requisite-label {
  color: var(--text-muted);
  font-weight: 500;
}

.requisite-value {
  color: var(--text-primary);
  font-weight: 600;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-icon {
  font-size: 1.5rem;
}

.contact-label {
  display: block;
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.contact-value {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
}

.contact-value:hover {
  color: var(--primary);
  text-decoration: underline;
}

.site-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
}

.site-icon {
  font-size: 1.5rem;
}

.site-value {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
}

.site-value:hover {
  color: var(--primary);
  text-decoration: underline;
}

.work-hours-card p,
.payment-info-card p,
.products-info-card p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 15px;
}

.payment-info-card ul,
.products-info-card ul {
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 15px 0;
  padding-left: 30px;
}

.payment-info-card li,
.products-info-card li {
  margin-bottom: 10px;
}

.payment-info-card a,
.products-info-card a {
  color: var(--primary);
  text-decoration: none;
}

.payment-info-card a:hover,
.products-info-card a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contacts-container {
    padding: 20px 10px;
  }

  .contacts-content {
    padding: 20px;
  }

  .contacts-content h1 {
    font-size: 1.8rem;
  }

  .contacts-section h2 {
    font-size: 1.3rem;
  }

  .requisite-item {
    flex-direction: column;
    gap: 5px;
  }

  .requisite-label,
  .requisite-value {
    width: 100%;
  }

  .contact-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.privacy-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: var(--background);
  min-height: 100vh;
}

.privacy-content {
  background: var(--surface);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.privacy-content h1 {
  font-size: 2.5rem;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.privacy-date {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 30px;
  font-style: italic;
}

.privacy-section {
  margin-bottom: 40px;
}

.privacy-section h2 {
  font-size: 1.5rem;
  color: var(--text-primary);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary);
}

.privacy-section p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 15px;
}

.privacy-section ul {
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 15px 0;
  padding-left: 30px;
}

.privacy-section li {
  margin-bottom: 10px;
}

.privacy-section strong {
  color: var(--text-primary);
  font-weight: 600;
}

.privacy-contacts,
.privacy-requisites {
  background: var(--background);
  padding: 20px;
  border-radius: 8px;
  margin-top: 15px;
}

.privacy-contacts p,
.privacy-requisites p {
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.privacy-contacts strong,
.privacy-requisites strong {
  color: var(--text-primary);
}

.privacy-contacts a {
  color: var(--primary);
  text-decoration: none;
}

.privacy-contacts a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .privacy-container {
    padding: 20px 10px;
  }

  .privacy-content {
    padding: 20px;
  }

  .privacy-content h1 {
    font-size: 1.8rem;
  }

  .privacy-section h2 {
    font-size: 1.3rem;
  }
}
/* Layout Styles */
.app-layout {
  display: flex;
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  position: relative;
}

/* Sidebar Styles */
.sidebar {
  width: 250px;
  background: rgba(15, 15, 15, 0.95);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  z-index: 100;
}

.sidebar-logo h2 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.user-info {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 20px;
}

.sidebar-nav {
  flex: 1;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav li {
  margin-bottom: 10px;
}

.nav-link {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: translateX(4px);
}

.nav-link.active {
  background: linear-gradient(135deg, #ff2a55, #ff6b8b);
  color: white;
}

.sidebar-footer {
  margin-top: auto;
  padding-top: 20px;
}

.logout-btn {
  width: 100%;
  padding: 12px 16px;
  background: rgba(220, 53, 69, 0.1);
  color: #ff2a55;
  border: 1px solid rgba(255, 42, 85, 0.3);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}

.logout-btn:hover {
  background: rgba(220, 53, 69, 0.2);
  border-color: rgba(255, 42, 85, 0.5);
  transform: translateY(-1px);
}

/* Main Content */
.main-content {
  flex: 1;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  transition: none;
  background: transparent;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

/* Фоновый элемент для основного контента */
.main-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  z-index: -1;
}

/* Когда сайдбар виден, контент остается на весь экран */
.main-content.with-sidebar {
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}

/* Внутренний контейнер для контента с отступом */
.main-content .content-wrapper {
  padding-left: 150px;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .main-content {
    margin-left: 0;
    margin-top: 70px;
    padding: 0;
    padding-left: 0;
    padding-bottom: 90px;
    width: 100%;
  }
  
  .main-content.with-sidebar {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  
  .main-content .content-wrapper {
    padding-left: 0;
  }
  
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  
  .sidebar.open {
    transform: translateX(0);
  }
}

/* Page Styles */
.page {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  padding: 40px;
}

.page h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
}

.page p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
}

/* Mobile page adjustments */
@media (max-width: 768px) {
  .page {
    padding: 20px;
  }
  
  .page h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  .page p {
    font-size: 15px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .app-layout {
    flex-direction: column;
  }
  
  .main-content {
    margin-left: 0;
    margin-top: 70px;
    padding: 0;
    padding-left: 0;
    padding-bottom: 90px;
    width: 100%;
  }
  
  .main-content.with-sidebar {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  
  .main-content .content-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .page h1 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  
  .page p {
    font-size: 14px;
  }
}
