
.page-wrapper[data-v-6cb17464] {
  min-height: 100vh;
  position: relative;
}
.global-grid[data-v-6cb17464] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.grid-main[data-v-6cb17464] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.grid-line-h[data-v-6cb17464] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  transform-origin: left center;
  animation: expandH-6cb17464 1.5s ease-out forwards;
}
.grid-line-v[data-v-6cb17464] {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  transform-origin: center top;
  animation: expandV-6cb17464 1.5s ease-out forwards;
  animation-delay: 0.5s;
}
.global-grid.dark .grid-line-h[data-v-6cb17464],
.global-grid.dark .grid-line-v[data-v-6cb17464] {
  background: rgba(255, 255, 255, 0.06);
}
@keyframes expandH-6cb17464 {
from { transform: scaleX(0);
}
to { transform: scaleX(1);
}
}
@keyframes expandV-6cb17464 {
from { transform: scaleY(0);
}
to { transform: scaleY(1);
}
}
.grid-perspective[data-v-6cb17464] {
  position: absolute;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
.perspective-line[data-v-6cb17464] {
  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-6cb17464] {
  transform: rotate(45deg);
}
.perspective-line.line-2[data-v-6cb17464] {
  transform: rotate(-45deg);
}
.global-grid.dark .perspective-line[data-v-6cb17464] {
  background: linear-gradient(to bottom, transparent 0%, rgba(25, 118, 210, 0.15) 50%, transparent 100%);
}
.grid-nodes[data-v-6cb17464] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.grid-node[data-v-6cb17464] {
  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-6cb17464] {
  background: #00d9ff;
  box-shadow: 0 0 10px rgba(25, 118, 210, 0.8);
  transform: translate(-50%, -50%) scale(2);
}
.global-grid.dark .grid-node[data-v-6cb17464] {
  background: rgba(25, 118, 210, 0.4);
}
.grid-dimensions[data-v-6cb17464] {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'Courier New', monospace;
  font-size: 10px;
  opacity: 0.5;
}
.dimension-h[data-v-6cb17464] {
  position: absolute;
  left: 65px;
  border-top: 1px dashed rgba(0,0,0,0.2);
  width: 50px;
}
.dimension-v[data-v-6cb17464] {
  position: absolute;
  top: 60px;
  border-left: 1px dashed rgba(0,0,0,0.2);
  height: 50px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.dim-text[data-v-6cb17464] {
  background: rgba(255,255,255,0.9);
  padding: 2px 4px;
  border-radius: 2px;
}
.global-grid.dark .dim-text[data-v-6cb17464] {
  background: rgba(0,0,0,0.9);
  color: rgba(255,255,255,0.7);
}
.global-grid.dark .dimension-h[data-v-6cb17464],
.global-grid.dark .dimension-v[data-v-6cb17464] {
  border-color: rgba(255,255,255,0.2);
}
.corner-markers[data-v-6cb17464] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.marker[data-v-6cb17464] {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(25, 118, 210, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: rgba(25, 118, 210, 0.5);
  font-family: 'Courier New', monospace;
}
.marker-tl[data-v-6cb17464] { top: 60px; left: 80px; border-right: none; border-bottom: none;
}
.marker-tr[data-v-6cb17464] { top: 60px; right: 20px; border-left: none; border-bottom: none;
}
.marker-bl[data-v-6cb17464] { bottom: 80px; left: 80px; border-right: none; border-top: none;
}
.marker-br[data-v-6cb17464] { bottom: 80px; right: 20px; border-left: none; border-top: none;
}
.global-grid.dark .marker[data-v-6cb17464] {
  border-color: rgba(25, 118, 210, 0.4);
  color: rgba(25, 118, 210, 0.6);
}
.scroll-progress[data-v-6cb17464] {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #00d9ff;
  z-index: 9999;
  transition: width 0.1s;
}
.content-wrapper[data-v-6cb17464] {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.full-width[data-v-6cb17464] {
  width: 100%;
}
.block[data-v-6cb17464] {
  display: block;
}
.text-primary[data-v-6cb17464] {
  color: #00d9ff;
}

/* Навигация */
.back-link[data-v-6cb17464] {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  font-family: 'Courier New', monospace;
  transition: color 0.3s ease;
}
.back-link[data-v-6cb17464]:hover {
  color: #00d9ff;
}
.back-arrow[data-v-6cb17464] {
  font-size: 24px;
  line-height: 1;
}
.back-text[data-v-6cb17464] {
  font-size: 14px;
  letter-spacing: 1px;
}
.page-code[data-v-6cb17464] {
  font-family: 'Courier New', monospace;
  font-size: 14px;
  color: #00d9ff;
  opacity: 0.7;
}
.code-label[data-v-6cb17464] {
  margin-right: 8px;
  opacity: 0.5;
}

/* Хедер */
.header-meta[data-v-6cb17464] {
  font-family: 'Courier New', monospace;
  font-size: 14px;
  color: #00d9ff;
  letter-spacing: 2px;
  display: flex;
  gap: 15px;
}
.project-code[data-v-6cb17464] {
  position: relative;
  padding-left: 15px;
}
.project-code[data-v-6cb17464]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 1px;
  background: #00d9ff;
}
.project-date[data-v-6cb17464] {
  opacity: 0.7;
}
.page-title[data-v-6cb17464] {
  font-size: clamp(48px, 8vw, 100px);
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 20px 0;
}
.dimension-badge[data-v-6cb17464] {
  border: 1px solid rgba(25, 118, 210, 0.3);
  padding: 8px 16px;
  border-radius: 2px;
  position: relative;
  font-family: 'Courier New', monospace;
  font-size: 14px;
}
.dimension-badge[data-v-6cb17464]::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 4px;
  height: 4px;
  background: #00d9ff;
}

/* Оглавление */
.toc-container[data-v-6cb17464] {
  position: sticky;
  top: 30px;
  padding: 20px;
  border: 1px solid rgba(25, 118, 210, 0.2);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(5px);
}
.toc-title[data-v-6cb17464] {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: #00d9ff;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(25, 118, 210, 0.3);
}
.toc-items[data-v-6cb17464] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.toc-item[data-v-6cb17464] {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  padding: 8px;
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
}
.toc-item[data-v-6cb17464]:hover,
.toc-item.active[data-v-6cb17464] {
  border-left-color: #00d9ff;
  background: rgba(0, 217, 255, 0.05);
}
.toc-number[data-v-6cb17464] {
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: #00d9ff;
  opacity: 0.7;
  min-width: 24px;
}
.toc-text[data-v-6cb17464] {
  font-size: 18px;
  font-weight: 500;
}
.toc-corner[data-v-6cb17464] {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #00d9ff;
  opacity: 0.3;
}
.toc-corner.corner-tl[data-v-6cb17464] {
  top: 5px;
  left: 5px;
  border-right: none;
  border-bottom: none;
}
.toc-corner.corner-tr[data-v-6cb17464] {
  top: 5px;
  right: 5px;
  border-left: none;
  border-bottom: none;
}
.toc-corner.corner-bl[data-v-6cb17464] {
  bottom: 5px;
  left: 5px;
  border-right: none;
  border-top: none;
}
.toc-corner.corner-br[data-v-6cb17464] {
  bottom: 5px;
  right: 5px;
  border-left: none;
  border-top: none;
}

/* Контент политики */
.policy-content[data-v-6cb17464] {
  padding: 0 20px;
}
.policy-intro[data-v-6cb17464] {
  margin-bottom: 40px;
  padding: 20px;
  background: rgba(0, 217, 255, 0.02);
  border-left: 3px solid #00d9ff;
}
.intro-text[data-v-6cb17464] {
  font-size: 20px;
  line-height: 1.8;
  margin: 0;
}
.policy-section[data-v-6cb17464] {
  margin-bottom: 40px;
  scroll-margin-top: 30px;
}
.section-title[data-v-6cb17464] {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}
.section-number[data-v-6cb17464] {
  font-family: 'Courier New', monospace;
  font-size: 20px;
  color: #00d9ff;
  opacity: 0.7;
  padding: 4px 8px;
  border: 1px solid rgba(0, 217, 255, 0.3);
}
.section-heading[data-v-6cb17464] {
  letter-spacing: 1px;
}
.section-content[data-v-6cb17464] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.section-item[data-v-6cb17464] {
  display: flex;
  gap: 15px;
  padding: 10px;
  transition: background 0.3s ease;
}
.section-item[data-v-6cb17464]:hover {
  background: rgba(0, 217, 255, 0.02);
}
.item-number[data-v-6cb17464] {
  font-family: 'Courier New', monospace;
  font-size: 20px;
  color: #00d9ff;
  opacity: 0.7;
  min-width: 70px;
}
.item-text[data-v-6cb17464] {
  font-size: 20px;
  line-height: 1.7;
  flex: 1;
}
.inline-link[data-v-6cb17464] {
  color: #00d9ff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 217, 255, 0.3);
  transition: all 0.3s ease;
}
.inline-link[data-v-6cb17464]:hover {
  border-bottom-color: #00d9ff;
}

/* Футер политики */
.policy-footer[data-v-6cb17464] {
  margin-top: 40px;
  padding: 20px;
  border-top: 1px solid rgba(25, 118, 210, 0.2);
}
.footer-note[data-v-6cb17464] {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 20px;
  background: rgba(0, 217, 255, 0.02);
  border: 1px solid rgba(0, 217, 255, 0.2);
}
.note-marker[data-v-6cb17464] {
  color: #00d9ff;
  font-size: 20px;
}
.note-text[data-v-6cb17464] {
  font-size: 18px;
  line-height: 1.7;
  flex: 1;
}
.footer-dimension[data-v-6cb17464] {
  font-family: 'Courier New', monospace;
  font-size: 18px;
  text-align: center;
  opacity: 0.8;
}
.policy-link[data-v-6cb17464] {
  color: #00d9ff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 217, 255, 0.3);
  margin-left: 10px;
}
.policy-link[data-v-6cb17464]:hover {
  border-bottom-color: #00d9ff;
}

/* Мета-информация */
.policy-meta[data-v-6cb17464] {
  display: flex;
  gap: 30px;
  padding: 20px;
  border: 1px solid rgba(25, 118, 210, 0.2);
  background: rgba(255, 255, 255, 0.02);
}
.meta-item[data-v-6cb17464] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.meta-label[data-v-6cb17464] {
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: #00d9ff;
  opacity: 0.7;
}
.meta-value[data-v-6cb17464] {
  font-size: 16px;
  font-weight: 500;
}
.meta-value.status[data-v-6cb17464] {
  color: #00d9ff;
}

/* Футер страницы */
.footer-actions[data-v-6cb17464] {
  display: flex;
  gap: 10px;
}
.print-btn[data-v-6cb17464],
.download-btn[data-v-6cb17464] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: transparent;
  border: 1px solid rgba(25, 118, 210, 0.3);
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Courier New', monospace;
  font-size: 13px;
}
.print-btn[data-v-6cb17464]:hover,
.download-btn[data-v-6cb17464]:hover {
  border-color: #00d9ff;
  background: rgba(0, 217, 255, 0.05);
  transform: translateY(-2px);
}
.btn-icon[data-v-6cb17464] {
  color: #00d9ff;
}

/* Навигационные кнопки */
.navigation-buttons[data-v-6cb17464] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 1000;
}

/* Адаптивность */
@media (max-width: 1024px) {
.row.q-px-xl[data-v-6cb17464] {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.policy-meta[data-v-6cb17464] {
    flex-direction: column;
    gap: 15px;
}
}
@media (max-width: 768px) {
.row.q-px-xl[data-v-6cb17464] {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.page-title[data-v-6cb17464] {
    font-size: clamp(36px, 6vw, 60px);
}
.toc-container[data-v-6cb17464] {
    position: relative;
    top: 0;
    margin-bottom: 30px;
}
.section-item[data-v-6cb17464] {
    flex-direction: column;
    gap: 5px;
}
.item-number[data-v-6cb17464] {
    min-width: auto;
}
.footer-actions[data-v-6cb17464] {
    width: 100%;
}
.print-btn[data-v-6cb17464],
  .download-btn[data-v-6cb17464] {
    flex: 1;
    justify-content: center;
}
.navigation-buttons[data-v-6cb17464] {
    position: static;
    justify-content: center;
    padding: 20px;
}
}
@media (max-width: 480px) {
.header-meta[data-v-6cb17464] {
    flex-direction: column;
    gap: 5px;
}
.page-title[data-v-6cb17464] {
    font-size: 36px;
}
.section-title[data-v-6cb17464] {
    font-size: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.footer-note[data-v-6cb17464] {
    flex-direction: column;
    align-items: flex-start;
}
}
