
/* Обёртка всей страницы */
.page-wrapper[data-v-1c750636] {
  min-height: 100vh;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* Глобальная архитектурная сетка - фиксированный фон */
.global-grid[data-v-1c750636] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* Основная сетка */
.grid-main[data-v-1c750636] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.grid-line-h[data-v-1c750636] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  transform-origin: left center;
  animation: expandH-1c750636 1.5s ease-out forwards;
}
.grid-line-v[data-v-1c750636] {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  transform-origin: center top;
  animation: expandV-1c750636 1.5s ease-out forwards;
  animation-delay: 0.5s;
}
.global-grid.dark .grid-line-h[data-v-1c750636],
.global-grid.dark .grid-line-v[data-v-1c750636] {
  background: rgba(255, 255, 255, 0.06);
}
@keyframes expandH-1c750636 {
from { transform: scaleX(0);
}
to { transform: scaleX(1);
}
}
@keyframes expandV-1c750636 {
from { transform: scaleY(0);
}
to { transform: scaleY(1);
}
}

/* Линии перспективы - скрываем на мобильных */
.grid-perspective[data-v-1c750636] {
  position: absolute;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
.perspective-line[data-v-1c750636] {
  position: absolute;
  top: -50%;
  height: 200%;
  width: 1px;
  background: linear-gradient(to bottom, transparent 0%, rgba(25, 118, 210, 0.1) 50%, transparent 100%);
  transform-origin: center top;
}
.perspective-line.line-1[data-v-1c750636] {
  transform: rotate(45deg);
}
.perspective-line.line-2[data-v-1c750636] {
  transform: rotate(-45deg);
}
.global-grid.dark .perspective-line[data-v-1c750636] {
  background: linear-gradient(to bottom, transparent 0%, rgba(25, 118, 210, 0.15) 50%, transparent 100%);
}

/* Точки пересечения */
.grid-nodes[data-v-1c750636] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.grid-node[data-v-1c750636] {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(25, 118, 210, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.grid-node.active[data-v-1c750636] {
  background: #1976d2;
  box-shadow: 0 0 20px rgba(25, 118, 210, 0.8);
  transform: translate(-50%, -50%) scale(2);
}
.global-grid.dark .grid-node[data-v-1c750636] {
  background: rgba(25, 118, 210, 0.4);
}

/* Прогресс скролла */
.scroll-progress[data-v-1c750636] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #1976d2;
  z-index: 9999;
  transition: width 0.1s;
}

/* Обертка контента - на всю ширину */
.content-wrapper[data-v-1c750636] {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.full-width-content[data-v-1c750636] {
  width: 100%;
  max-width: 100%;
}

/* Прозрачные стили */
.transparent-card[data-v-1c750636] {
  background: rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(25, 118, 210, 0.2) !important;
}
.dark .transparent-card[data-v-1c750636] {
  background: rgba(0, 0, 0, 0.4) !important;
}

/* ===== АДАПТИВНЫЕ СТИЛИ ДЛЯ МОБИЛЬНЫХ УСТРОЙСТВ ===== */

/* Заголовок страницы - компактный на мобильных */
.showcase-header[data-v-1c750636] {
  text-align: center;
  position: relative;
  padding: 40px 16px !important;
  width: 100%;
}
.title-container[data-v-1c750636] {
  font-family: 'Courier New', monospace;
  font-size: clamp(1.5rem, 6vw, 4rem);
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.3;
  word-break: break-word;
}
.main-title[data-v-1c750636] {
  font-size: clamp(1.2rem, 5vw, 4rem);
  display: inline-block;
}
.subtitle-container[data-v-1c750636] {
  font-size: clamp(1rem, 4vw, 2rem);
  font-weight: 300;
  max-width: 100%;
  margin: 0 auto 20px;
  line-height: 1.5;
  padding: 0 8px;
}
.legend-container[data-v-1c750636] {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.legend-item[data-v-1c750636] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.legend-dot[data-v-1c750636] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
}
.legend-text[data-v-1c750636] {
  font-size: clamp(0.9rem, 3.5vw, 1.25rem);
}

/* Сетка приложений - одна колонка на мобильных */
.apps-grid[data-v-1c750636] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 100%;
  max-width: 100%;
  padding: 20px 16px !important;
}

/* Карточка приложения - компактная */
.app-card-container[data-v-1c750636] {
  position: relative;
  transition: transform 0.3s ease;
  width: 100%;
}
.app-card-container[data-v-1c750636]:hover {
  transform: translateY(-4px);
}
.app-card[data-v-1c750636] {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 20px 16px !important;
  border-radius: 8px;
  width: 100%;
}
.app-number[data-v-1c750636] {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 3rem;
  font-weight: 100;
  font-family: 'Courier New', monospace;
  opacity: 0.15;
  z-index: 1;
}

/* Заголовок карточки - адаптивный */
.app-header[data-v-1c750636] {
  padding: 0 0 16px 0 !important;
  width: 100%;
}
.app-header-content[data-v-1c750636] {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}
.app-icon-container[data-v-1c750636] {
  flex-shrink: 0;
}
.app-icon[data-v-1c750636] {
  width: 60px !important;
  height: 60px !important;
}
.app-title-container[data-v-1c750636] {
  flex: 1;
  min-width: 150px;
}
.app-name[data-v-1c750636] {
  font-size: clamp(1.1rem, 4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  word-break: break-word;
}
.app-subname[data-v-1c750636] {
  font-size: clamp(0.8rem, 3vw, 1rem);
  color: #666;
}
.app-action[data-v-1c750636] {
  flex-shrink: 0;
}

/* Метрики - адаптивный ряд */
.app-metrics[data-v-1c750636] {
  padding: 8px 0 !important;
  width: 100%;
}
.metrics-row[data-v-1c750636] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  width: 100%;
}
.metric-chip[data-v-1c750636] {
  margin: 0 !important;
  font-size: 0.8rem !important;
  height: 28px !important;
}
.full-width-chip[data-v-1c750636] {
  width: 100%;
  justify-content: center;
}

/* Описание приложения */
.app-description[data-v-1c750636] {
  padding: 16px 0 !important;
  width: 100%;
}
.description-text[data-v-1c750636] {
  font-size: clamp(0.9rem, 3.5vw, 1.1rem);
  line-height: 1.5;
  margin-bottom: 16px;
}

/* Сетка характеристик */
.specs-grid[data-v-1c750636] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 12px;
  border: 1px solid rgba(25, 118, 210, 0.1);
  width: 100%;
}
.spec-item[data-v-1c750636] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.spec-label[data-v-1c750636] {
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  color: #666;
}
.spec-value[data-v-1c750636] {
  font-weight: 600;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
}

/* Сетка особенностей */
.feature-grid[data-v-1c750636] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
  width: 100%;
}
.feature-item[data-v-1c750636] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.feature-marker[data-v-1c750636] {
  width: 6px;
  height: 6px;
  background: #1976d2;
  margin-top: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.feature-text[data-v-1c750636] {
  font-size: 0.9rem;
  line-height: 1.4;
  word-break: break-word;
  flex: 1;
}

/* Статистика */
.app-stats[data-v-1c750636] {
  margin: 8px 0;
  padding: 12px !important;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03) !important;
  z-index: 2;
  width: 100%;
}
.stats-row[data-v-1c750636] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.stat-item[data-v-1c750636] {
  text-align: center;
  flex: 1;
}
.stat-value[data-v-1c750636] {
  font-weight: 300;
  font-family: 'Courier New', monospace;
  font-size: 1.5rem;
  line-height: 1.2;
}
.stat-label[data-v-1c750636] {
  font-size: 0.7rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}

/* Футер карточки */
.app-footer[data-v-1c750636] {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  padding: 16px 0 0 !important;
  margin-top: 8px;
  width: 100%;
}
.footer-row[data-v-1c750636] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
}
.footer-feature[data-v-1c750636] {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #666;
  width: 100%;
  justify-content: center;
}
.mobile-full-width-btn[data-v-1c750636] {
  width: 100%;
  justify-content: center;
}

/* Архитектурные углы карточки - уменьшенные */
.app-corner[data-v-1c750636] {
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(25, 118, 210, 0.3);
  pointer-events: none;
  z-index: 10;
}
.app-corner.tl[data-v-1c750636] {
  top: 8px;
  left: 8px;
  border-right: none;
  border-bottom: none;
}
.app-corner.tr[data-v-1c750636] {
  top: 8px;
  right: 8px;
  border-left: none;
  border-bottom: none;
}
.app-corner.bl[data-v-1c750636] {
  bottom: 8px;
  left: 8px;
  border-right: none;
  border-top: none;
}
.app-corner.br[data-v-1c750636] {
  bottom: 8px;
  right: 8px;
  border-left: none;
  border-top: none;
}

/* Подпись - адаптивная */
.signature-section[data-v-1c750636] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 30px 16px !important;
  width: 100%;
  flex-wrap: wrap;
}
.signature-line[data-v-1c750636] {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(25, 118, 210, 0.3), transparent);
  min-width: 50px;
}
.signature-text[data-v-1c750636] {
  font-family: 'Courier New', monospace;
  font-size: clamp(0.9rem, 3.5vw, 1.5rem);
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

/* Кнопки навигации */
.navigation-buttons[data-v-1c750636] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 16px 40px !important;
  width: 100%;
}
.nav-btn[data-v-1c750636] {
  width: 100%;
  margin: 0 !important;
}

/* Скрываем элементы на мобильных */
.mobile-hidden[data-v-1c750636] {
  display: none;
}

/* Планшеты и выше (от 600px) */
@media (min-width: 600px) {
.mobile-hidden[data-v-1c750636] {
    display: block;
}
.apps-grid[data-v-1c750636] {
    padding: 30px 24px !important;
}
.showcase-header[data-v-1c750636] {
    padding: 60px 24px !important;
}
.app-card[data-v-1c750636] {
    padding: 30px !important;
}
.app-header-content[data-v-1c750636] {
    flex-wrap: nowrap;
}
.app-name[data-v-1c750636] {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
}
.footer-row[data-v-1c750636] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer-feature[data-v-1c750636] {
    width: auto;
    justify-content: flex-start;
}
.mobile-full-width-btn[data-v-1c750636] {
    width: auto;
}
.navigation-buttons[data-v-1c750636] {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding: 30px 24px !important;
}
.nav-btn[data-v-1c750636] {
    width: auto;
}
.specs-grid[data-v-1c750636] {
    grid-template-columns: repeat(2, 1fr);
}
.stat-value[data-v-1c750636] {
    font-size: 2rem;
}
}

/* Десктоп (от 1024px) */
@media (min-width: 1024px) {
.apps-grid[data-v-1c750636] {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 80px !important;
    gap: 50px;
}
.showcase-header[data-v-1c750636] {
    padding: 80px 40px !important;
}
.title-container[data-v-1c750636] {
    font-size: 4rem;
}
.specs-grid[data-v-1c750636] {
    grid-template-columns: repeat(4, 1fr);
}
.stat-value[data-v-1c750636] {
    font-size: 3rem;
}
.app-number[data-v-1c750636] {
    font-size: 80px;
}
.app-corner[data-v-1c750636] {
    width: 50px;
    height: 50px;
    border-width: 3px;
}
.app-corner.tl[data-v-1c750636] {
    top: 15px;
    left: 15px;
}
.app-corner.tr[data-v-1c750636] {
    top: 15px;
    right: 15px;
}
.app-corner.bl[data-v-1c750636] {
    bottom: 15px;
    left: 15px;
}
.app-corner.br[data-v-1c750636] {
    bottom: 15px;
    right: 15px;
}
}
