﻿*, 
*::before, 
*::after { box-sizing: border-box; } 
 
:root {
  --bg: #05010a;
  --bg-2: #0a0614;
  --surface: #12081f;
  --surface-2: #1a0b2e;
  --text: #f4f0ff;
  --muted: rgba(232, 224, 255, 0.58);
  --soft: rgba(232, 224, 255, 0.38);
  --glass: rgba(168, 85, 247, 0.06);
  --border: rgba(192, 132, 252, 0.14);
  --container: 1140px;
  --prism: linear-gradient(90deg, #7b2cbf 0%, #9d4edd 40%, #a855f7 70%, #c084fc 100%);
  --purple-btn: linear-gradient(135deg, #a855f7 0%, #9333ea 50%, #7e22ce 100%);
  --ice: #c084fc;
  --pink: #d946ef;
  --cyan: #c77dff;
  --violet: #a855f7;
  --gold: #e9d5ff;
  --sidebar-w: 220px;
  --glow: 0 0 28px rgba(168, 85, 247, 0.45);
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.page {
  min-height: 100vh;
  background:
    radial-gradient(ellipse 70% 50% at 78% 8%, rgba(168, 85, 247, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 40% at 8% 18%, rgba(126, 34, 206, 0.16), transparent 50%),
    radial-gradient(ellipse 40% 30% at 50% 100%, rgba(157, 78, 221, 0.1), transparent 60%),
    linear-gradient(180deg, #05010a 0%, #0a0614 45%, #05010a 100%);
}

.reveal {
  opacity: 1;
  transform: none;
}
.js-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-ready .reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js-ready .reveal { opacity: 1; transform: none; transition: none; }
}
 
/* Header */ 
.panel-sidebar-link--logout { 
 margin-top: 8px; 
 color: rgba(255, 176, 200, 0.85); 
} 
 
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
  background: rgba(5, 1, 10, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(168, 85, 247, 0.12);
}

.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Unbounded", "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
}

.logo-mark {
  display: block;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.logo-icon-img {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  flex-shrink: 0;
  box-shadow: 0 0 16px rgba(168, 85, 247, 0.4);
}

.nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.nav a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(232, 238, 246, 0.55);
  transition: color 0.2s;
}

.nav a:hover { color: #fff; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: rgba(232, 238, 246, 0.45);
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.lang-switch:hover { color: #fff; }

.btn-header {
  min-height: 36px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  background: var(--purple-btn);
  border: none;
  color: #fff;
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.35);
}
.btn-header:hover {
  background: linear-gradient(135deg, #c084fc 0%, #a855f7 55%, #9333ea 100%);
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(168, 85, 247, 0.5);
}
 
.nav-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 1.5px;
  background: rgba(244, 246, 250, 0.85);
  border-radius: 1px;
} 
 
/* Hero */
.hero {
  max-width: var(--container);
  margin: 0 auto;
  padding: 28px 24px 8px;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  min-height: 560px;
}

.hero-brand {
  margin: 0 0 14px;
  font-family: "Unbounded", "Sora", sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fff;
  text-shadow: 0 0 40px rgba(168, 85, 247, 0.55);
}

.hero-slogan {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(34px, 4.8vw, 52px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.hero-accent {
  color: #c084fc;
  text-shadow: 0 0 32px rgba(192, 132, 252, 0.45);
}

.hero-desc {
  margin: 22px 0 0;
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 460px;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-download {
  background: var(--purple-btn);
  color: #fff;
  box-shadow: var(--glow);
}

.btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(168, 85, 247, 0.6);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--text);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.hero-android {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--soft);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-glow {
  position: absolute;
  inset: 8% 6%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.38), transparent 68%);
  filter: blur(32px);
  pointer-events: none;
  animation: glowPulse 4.5s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

.hero-prism-img {
  position: relative;
  width: min(100%, 540px);
  height: auto;
  border-radius: 28px;
  filter: drop-shadow(0 28px 70px rgba(88, 28, 135, 0.55));
}

.hero-prism-img--phone {
  width: min(100%, 320px);
  border-radius: 22px;
  border: 1px solid rgba(192, 132, 252, 0.25);
  box-shadow: 0 0 48px rgba(168, 85, 247, 0.28);
} 
 
/* Features bar — матовый премиум, чище Prism */
.features-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.015);
}

.features-bar-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 36px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.features-bar-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  padding: 6px 28px;
}

.features-bar-item:first-child { padding-left: 0; }
.features-bar-item:last-child { padding-right: 0; }

.features-bar-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.features-bar-icon { display: none; }

.features-bar-item strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.25;
}

.features-bar-item span {
  display: block;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.4;
}

/* Sections */
.advantages,
.features,
.servers,
.cta-band,
.how,
.shield {
  max-width: var(--container);
  margin: 0 auto;
  padding: 96px 28px 40px;
}

.how { padding-top: 72px; }
.how-inner { width: 100%; }

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.how-step {
  padding: 28px 26px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 180px;
}

.how-num {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--ice);
  margin-bottom: 18px;
}

.how-step h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.how-step p {
  margin: 0;
  font-size: 14.5px;
  color: rgba(232, 238, 246, 0.48);
  line-height: 1.55;
}

.shield { padding-top: 40px; }

.shield-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
  padding: 40px 36px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.shield-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.shield-copy .section-title {
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}

.shield-copy .section-desc,
.section-desc.section-desc--left {
  margin: 0 !important;
  text-align: left;
  max-width: 440px;
  position: relative;
  z-index: 1;
}

.shield-specs {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}

.shield-specs div {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shield-specs dt {
  font-size: 12px;
  color: var(--soft);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shield-specs dd {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.section-title {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(26px, 3.6vw, 34px);
  font-weight: 700;
  margin: 0 0 44px;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #fff;
}

.section-title--center { text-align: center; }

.section-desc {
  margin: 0 auto 40px;
  color: var(--muted);
  max-width: 560px;
  line-height: 1.7;
  text-align: center;
  font-size: 15px;
}

.section-title--center + .section-desc {
  margin-top: -24px;
}

.card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 16px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 10px 36px rgba(0, 0, 0, 0.32);
}

.advantages-grid,
.features-grid,
.servers-grid {
  display: grid;
  gap: 14px;
}

.advantages-grid { grid-template-columns: repeat(4, 1fr); }
.features-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
}
.feature-card--wide { grid-column: span 1; }
.servers-grid { grid-template-columns: repeat(3, 1fr); }

.advantage-card,
.feature-card,
.server-card {
  padding: 30px 26px;
  min-height: 152px;
  transition: border-color 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, background 0.3s ease;
  position: relative;
  overflow: hidden;
}

.advantage-card::before,
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(165deg, rgba(255,255,255,0.04) 0%, transparent 40%);
  pointer-events: none;
}

.advantage-card:hover,
.feature-card:hover,
.server-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-4px);
  background: var(--surface-2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 48px rgba(0, 0, 0, 0.42);
}

.advantage-icon,
.feature-icon { display: none; }

.advantage-card h3,
.feature-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
}

.advantage-card p,
.feature-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(232, 238, 246, 0.48);
  line-height: 1.55;
  position: relative;
}

.server-card {
  display: flex;
  align-items: center;
  gap: 14px;
}

.server-flag {
  width: 34px;
  height: 24px;
  border-radius: 4px;
  display: inline-block;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
  background-size: cover;
}

.server-flag--plus {
  width: auto;
  height: auto;
  box-shadow: none;
  font-size: 22px;
  font-weight: 800;
  color: var(--violet);
  line-height: 1;
  background: none;
}

.f-nl { background: linear-gradient(180deg, #ae1c28 0 33.33%, #fff 33.33% 66.66%, #21468b 66.66%); }
.f-de { background: linear-gradient(180deg, #000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%); }
.f-fr { background: linear-gradient(90deg, #002395 0 33.33%, #fff 33.33% 66.66%, #ed2939 66.66%); }
.f-us {
  background: repeating-linear-gradient(180deg, #bf0a30 0 1.8px, #fff 1.8px 3.6px);
  position: relative;
}
.f-us::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 45%; height: 54%;
  background: #002868;
}
.f-sg { background: linear-gradient(180deg, #ed2939 50%, #fff 50%); }

.server-card strong { display: block; font-size: 16px; color: #fff; }
.server-card span { font-size: 13px; color: var(--soft); }

.server-card--more {
  border-style: solid;
  border-color: rgba(94, 234, 212, 0.18);
  background: linear-gradient(160deg, #161a20 0%, #121317 100%);
}

.cta-band { padding-top: 32px; padding-bottom: 80px; }

.cta-band-inner {
  padding: 40px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(ellipse at 92% 0%, rgba(99, 102, 241, 0.16), transparent 48%),
    var(--surface);
}

.cta-band-inner h2 {
  margin: 0 0 8px;
  font-family: "Sora", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.cta-band-inner p { margin: 0; color: var(--muted); max-width: 520px; line-height: 1.65; }
 
/* Footer */ 
.footer { 
 margin-top: 20px; 
} 
 
.footer-rainbow { 
 height: 4px; 
 background: var(--prism); 
} 
 
.footer-inner { 
 max-width: var(--container); 
 margin: 0 auto; 
 padding: 32px 24px 48px; 
 text-align: center; 
} 
 
.footer-slogan { 
 margin: 0 0 12px; 
 font-size: 18px; 
 font-weight: 700; 
} 
 
.footer-links { 
 margin: 0 0 12px; 
 font-size: 13px; 
 color: var(--soft); 
} 
 
.footer-links a:hover { color: #fff; } 
.footer-copy { margin: 0; font-size: 12px; color: var(--soft); } 
 
/* Download page */ 
.download-page-body { 
 min-height: 100vh; 
 display: flex; 
 align-items: center; 
 justify-content: center; 
 background: var(--bg); 
 padding: 24px; 
} 
 
.download-page { width: min(480px, 100%); } 
.download-card { padding: 32px; text-align: center; } 
.download-card h1 { margin: 0 0 12px; font-size: 24px; } 
.download-card p { margin: 0 0 20px; color: var(--muted); line-height: 1.6; } 
 
/* ========== ADMIN PANEL ========== */ 
.panel-body { 
 min-height: 100vh; 
 background: linear-gradient(180deg, #07050f 0%, #0a0b14 100%); 
} 
 
.panel-wrap { max-width: 1280px; margin: 0 auto; padding: 24px; } 
 
.panel-login { 
 min-height: calc(100vh - 48px); 
 display: flex; 
 align-items: center; 
 justify-content: center; 
} 
 
.panel-login-card { 
 width: min(420px, 100%); 
 padding: 34px; 
 text-align: center; 
} 
 
.panel-login-card h1 { 
 margin: 16px 0 8px; 
 font-size: 24px; 
 background: var(--prism); 
 -webkit-background-clip: text; 
 background-clip: text; 
 color: transparent; 
} 
 
.panel-login-card p { margin: 0 0 20px; color: var(--muted); } 
 
.panel-app { 
 display: flex; 
 min-height: 100vh; 
} 
 
.panel-sidebar { 
 width: var(--sidebar-w); 
 flex-shrink: 0; 
 background: rgba(255, 255, 255, 0.03); 
 border-right: 1px solid rgba(255, 255, 255, 0.06); 
 display: flex; 
 flex-direction: column; 
 padding: 20px 0; 
 position: sticky; 
 top: 0; 
 height: 100vh; 
} 
 
.panel-sidebar-brand { 
 display: flex; 
 align-items: center; 
 gap: 10px; 
 padding: 0 18px 20px; 
 font-family: "Unbounded", sans-serif; 
 font-size: 11px; 
 font-weight: 800; 
 letter-spacing: 0.04em; 
} 
 
.panel-sidebar-nav { 
 display: flex; 
 flex-direction: column; 
 gap: 2px; 
 flex: 1; 
 overflow-y: auto; 
 padding: 0 10px; 
} 
 
.panel-sidebar-link { 
 display: block; 
 padding: 10px 12px; 
 border-radius: 10px; 
 font-size: 13px; 
 font-weight: 600; 
 color: var(--soft); 
 border-left: 3px solid transparent; 
 transition: background 0.2s, color 0.2s; 
} 
 
.panel-sidebar-link:hover { color: #fff; background: rgba(255,255,255,0.04); } 
 
.panel-sidebar-link.is-active { 
 color: #fff; 
 background: rgba(176, 107, 255, 0.12); 
 border-left-color: var(--violet); 
} 
 
.panel-sidebar-foot { 
 padding: 16px 18px 0; 
 border-top: 1px solid rgba(255,255,255,0.06); 
 margin-top: 12px; 
} 
 
.panel-sidebar-version { font-size: 11px; color: var(--soft); margin-bottom: 8px; } 
 
.panel-sidebar-status { 
 display: flex; 
 align-items: center; 
 gap: 8px; 
 font-size: 11px; 
 color: #8ceeb8; 
 margin-bottom: 14px; 
} 
 
.panel-sidebar-status-dot { 
 width: 7px; 
 height: 7px; 
 border-radius: 50%; 
 background: #3dd68c; 
 box-shadow: 0 0 8px rgba(61,214,140,0.6); 
} 
 
.panel-sidebar-user { 
 display: flex; 
 align-items: center; 
 gap: 10px; 
 font-size: 13px; 
 font-weight: 600; 
} 
 
.panel-sidebar-avatar { 
 width: 32px; 
 height: 32px; 
 border-radius: 50%; 
 background: var(--prism); 
 color: #120818; 
 display: flex; 
 align-items: center; 
 justify-content: center; 
 font-weight: 800; 
 font-size: 13px; 
} 
 
.panel-main { 
 flex: 1; 
 min-width: 0; 
 padding: 24px 28px 48px; 
 overflow-y: auto; 
} 
 
.panel-header { 
 display: flex; 
 justify-content: space-between; 
 align-items: center; 
 gap: 16px; 
 margin-bottom: 24px; 
 flex-wrap: wrap; 
} 
 
.panel-header-main { 
 display: flex; 
 flex-wrap: wrap; 
 align-items: center; 
 gap: 14px; 
} 
 
.panel-header h1 { 
 margin: 0; 
 font-size: 24px; 
 background: var(--prism); 
 -webkit-background-clip: text; 
 background-clip: text; 
 color: transparent; 
} 
 
.panel-live { 
 display: inline-flex; 
 align-items: center; 
 gap: 8px; 
 padding: 6px 12px; 
 border-radius: 999px; 
 background: rgba(86, 216, 200, 0.08); 
 border: 1px solid rgba(86, 216, 200, 0.35); 
 font-size: 12px; 
 color: var(--soft); 
} 
 
.panel-live-check { 
 width: 18px; 
 height: 18px; 
 border-radius: 50%; 
 display: inline-flex; 
 align-items: center; 
 justify-content: center; 
 background: #3dd68c; 
 color: #062a18; 
} 
 
.panel-logout { min-height: 40px; } 
 
/* Dashboard grid */ 
.panel-dashboard { 
 display: grid; 
 grid-template-columns: 1fr 1fr 1.15fr 1fr; 
 grid-template-rows: auto auto auto; 
 gap: 14px; 
 margin-bottom: 22px; 
} 
 
.panel-spark-card { 
 padding: 18px; 
 border-radius: 16px; 
 background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015)); 
 border: 1px solid rgba(255,255,255,0.08); 
 position: relative; 
 overflow: hidden; 
} 
 
.panel-spark-card--violet { grid-column: 1; grid-row: 1; } 
.panel-spark-card--green { grid-column: 4; grid-row: 1; } 
.panel-spark-card--blue { grid-column: 1; grid-row: 2; } 
.panel-spark-card--orange { grid-column: 4; grid-row: 2; } 
 
.panel-spark-label { 
 display: block; 
 font-size: 11px; 
 font-weight: 700; 
 text-transform: uppercase; 
 letter-spacing: 0.05em; 
 color: var(--soft); 
 margin-bottom: 8px; 
} 
 
.panel-spark-row { 
 display: flex; 
 align-items: baseline; 
 justify-content: space-between; 
 gap: 8px; 
 margin-bottom: 10px; 
} 
 
.panel-spark-value { 
 font-size: 28px; 
 font-weight: 800; 
 font-variant-numeric: tabular-nums; 
} 
 
.panel-spark-growth { 
 font-size: 12px; 
 font-weight: 700; 
 padding: 3px 8px; 
 border-radius: 8px; 
} 
 
.panel-spark-growth.is-up { color: #8ceeb8; background: rgba(61,214,140,0.12); } 
.panel-spark-growth.is-down { color: #ffb0c8; background: rgba(255,107,157,0.12); } 
 
.panel-sparkline { 
 width: 100%; 
 height: 32px; 
 display: block; 
} 
 
.panel-hero-rainbow { 
 grid-column: 2 / span 2; 
 grid-row: 1 / span 2; 
 border-radius: 20px; 
 padding: 32px 24px; 
 text-align: center; 
 display: flex; 
 flex-direction: column; 
 align-items: center; 
 justify-content: center; 
 background: var(--prism); 
 color: #120818; 
 box-shadow: 0 24px 60px rgba(176, 107, 255, 0.25); 
 min-height: 260px; 
} 
 
.panel-hero-rainbow-label { 
 font-size: 12px; 
 font-weight: 800; 
 text-transform: uppercase; 
 letter-spacing: 0.06em; 
 opacity: 0.85; 
} 
 
.panel-hero-rainbow-value { 
 font-size: clamp(56px, 8vw, 80px); 
 font-weight: 800; 
 line-height: 1; 
 margin: 12px 0; 
 font-variant-numeric: tabular-nums; 
} 
 
.panel-hero-rainbow-meta { 
 display: flex; 
 align-items: center; 
 gap: 10px; 
 margin-bottom: 8px; 
} 
 
.panel-hero-rainbow-growth { 
 font-size: 14px; 
 font-weight: 800; 
 padding: 4px 10px; 
 border-radius: 999px; 
 background: rgba(0,0,0,0.15); 
 color: #062a18; 
} 
 
.panel-hero-rainbow-hint { 
 font-size: 13px; 
 opacity: 0.75; 
} 
 
.panel-mini-stats { 
 grid-column: 1 / span 4; 
 display: grid; 
 grid-template-columns: repeat(4, 1fr); 
 gap: 14px; 
} 
 
.panel-mini-stat { 
 padding: 16px 18px; 
 border-radius: 14px; 
 background: rgba(255,255,255,0.04); 
 border: 1px solid rgba(255,255,255,0.07); 
} 
 
.panel-mini-stat span { 
 display: block; 
 font-size: 11px; 
 text-transform: uppercase; 
 letter-spacing: 0.04em; 
 color: var(--soft); 
 margin-bottom: 6px; 
} 
 
.panel-mini-stat strong { 
 font-size: 24px; 
 font-weight: 800; 
 font-variant-numeric: tabular-nums; 
} 
 
.is-pulse { 
 animation: panelPulse 0.7s ease; 
} 
 
@keyframes panelPulse { 
 0%, 100% { transform: scale(1); } 
 50% { transform: scale(1.02); } 
} 
 
/* Panel sections */ 
.panel-section { 
 padding: 22px; 
 margin-bottom: 18px; 
} 
 
.panel-section h2 { margin: 0 0 14px; font-size: 18px; } 
 
.panel-live-head { 
 display: flex; 
 justify-content: space-between; 
 align-items: baseline; 
 gap: 12px; 
 flex-wrap: wrap; 
 margin-bottom: 14px; 
} 
 
.panel-live-dot-title { 
 display: inline-block; 
 width: 8px; 
 height: 8px; 
 border-radius: 50%; 
 background: #ff6b9d; 
 box-shadow: 0 0 10px rgba(255,107,157,0.7); 
 animation: livePulse 1.5s ease infinite; 
 margin-right: 6px; 
 vertical-align: middle; 
} 
 
@keyframes livePulse { 
 0%, 100% { opacity: 1; } 
 50% { opacity: 0.4; } 
} 
 
.panel-live-updated { font-size: 12px; color: var(--soft); } 
 
.panel-table { 
 width: 100%; 
 border-collapse: collapse; 
 font-size: 13px; 
} 
 
.panel-table th, 
.panel-table td { 
 padding: 11px 12px; 
 border-bottom: 1px solid rgba(255,255,255,0.06); 
 text-align: left; 
} 
 
.panel-table th { 
 color: var(--soft); 
 font-weight: 600; 
 font-size: 11px; 
 text-transform: uppercase; 
 letter-spacing: 0.04em; 
} 
 
.panel-event-row--download td:nth-child(2) { color: #8ceeb8; } 
.panel-event-row--blocked td:nth-child(2) { color: #ffb0c8; } 
 
.panel-more-events { margin-top: 14px; } 
 
.panel-metrics--compact { 
 display: grid; 
 grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); 
 gap: 12px; 
} 
 
.panel-metric-card { 
 padding: 16px; 
 border-radius: 14px; 
 background: rgba(255,255,255,0.03); 
 border: 1px solid rgba(255,255,255,0.07); 
} 
 
.panel-metric-label { 
 display: block; 
 font-size: 10px; 
 font-weight: 700; 
 text-transform: uppercase; 
 letter-spacing: 0.05em; 
 color: var(--soft); 
 margin-bottom: 8px; 
} 
 
.panel-metric-value { 
 display: block; 
 font-size: 26px; 
 font-weight: 800; 
 margin-bottom: 6px; 
} 
 
.panel-metric-hint { 
 font-size: 11px; 
 color: var(--soft); 
 line-height: 1.35; 
} 
 
.panel-label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 600; } 
 
.panel-input { 
 width: 100%; 
 padding: 12px 14px; 
 border-radius: 12px; 
 border: 1px solid var(--border); 
 background: rgba(255,255,255,0.04); 
 color: var(--text); 
 font-family: inherit; 
 margin-bottom: 14px; 
} 
 
.panel-btn { width: 100%; } 
.panel-muted { margin: 0 0 12px; color: var(--muted); font-size: 13px; } 
 
.panel-alert { 
 padding: 12px 16px; 
 border-radius: 12px; 
 margin-bottom: 16px; 
 font-size: 14px; 
} 
 
.panel-alert-error { 
 background: rgba(255,107,157,0.12); 
 border: 1px solid rgba(255,107,157,0.28); 
 color: #ffb0c8; 
} 
 
.panel-alert-success { 
 background: rgba(86,216,200,0.12); 
 border: 1px solid rgba(86,216,200,0.28); 
 color: #8ceeb8; 
} 
 
.panel-two-col { 
 display: grid; 
 grid-template-columns: 1fr 1fr; 
 gap: 18px; 
 margin-bottom: 18px; 
} 
 
.panel-actions { 
 display: flex; 
 gap: 12px; 
 flex-wrap: wrap; 
 margin-bottom: 18px; 
} 
 
.panel-inline-form { display: inline; } 
.panel-danger { color: #ffb0c8; } 
.panel-table-wrap { overflow-x: auto; } 
.panel-empty { text-align: center; color: var(--soft); padding: 24px; } 
.panel-ip-reset { min-height: 36px; padding: 0 12px; font-size: 12px; } 
 
.panel-archive-view { padding: 18px; margin-bottom: 16px; background: rgba(255,255,255,0.03); } 
.panel-archive-view-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; } 
.panel-archive-metrics { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; } 
.panel-archive-metric { padding: 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); font-size: 12px; } 
.panel-archive-metric strong { display: block; margin-top: 4px; font-size: 18px; } 
 
/* Responsive */ 
@media (max-width: 1100px) {
 .hero-inner { grid-template-columns: 1fr; text-align: center; min-height: auto; }
 .hero-desc { margin-left: auto; margin-right: auto; }
 .hero-actions { justify-content: center; }
 .hero-android { justify-content: center; }
 .shield-inner { grid-template-columns: 1fr; }
 .how-grid { grid-template-columns: 1fr; }
 .panel-dashboard { grid-template-columns: 1fr 1fr; }
 .panel-hero-rainbow { grid-column: 1 / span 2; grid-row: auto; }
 .panel-spark-card--violet, .panel-spark-card--green,
 .panel-spark-card--blue, .panel-spark-card--orange { grid-column: auto; grid-row: auto; }
 .panel-mini-stats { grid-column: 1 / span 2; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
 .advantages-grid { grid-template-columns: repeat(2, 1fr); }
 .features-grid { grid-template-columns: 1fr 1fr; }
 .features-bar-inner { padding: 28px 24px; }
 .btn-header { display: none; }
 .nav a:nth-child(4),
 .nav a:nth-child(5) { display: none; }
} 
 
@media (max-width: 900px) { 
 .panel-app { flex-direction: column; } 
 .panel-sidebar { 
 width: 100%; 
 height: auto; 
 position: relative; 
 flex-direction: row; 
 flex-wrap: wrap; 
 padding: 12px; 
 } 
 .panel-sidebar-nav { 
 flex-direction: row; 
 flex-wrap: wrap; 
 order: 3; 
 width: 100%; 
 } 
 .panel-sidebar-foot { display: none; } 
} 
 
@media (max-width: 768px) {
 .header { position: sticky; }
 .header-inner { position: relative; flex-wrap: wrap; }
 .nav {
   display: none;
   position: absolute;
   top: calc(100% + 1px);
   left: 16px;
   right: 16px;
   flex-direction: column;
   gap: 0;
   padding: 8px;
   background: #0c0d10;
   border: 1px solid rgba(255,255,255,0.08);
   border-radius: 12px;
   z-index: 30;
 }
 .nav a { padding: 12px 14px; border-radius: 8px; }
 .nav a:hover { background: rgba(255,255,255,0.04); }
 .nav.is-open { display: flex; }
 .nav-toggle { display: flex; }
 .features-bar-inner { grid-template-columns: 1fr 1fr; }
 .features-bar-item:not(:last-child)::after { display: none; }
 .advantages-grid, .features-grid, .servers-grid { grid-template-columns: 1fr; }
 .panel-two-col { grid-template-columns: 1fr; }
 .panel-mini-stats { grid-template-columns: 1fr 1fr; }
} 
 
@media (max-width: 480px) { 
 .features-bar-inner { grid-template-columns: 1fr; } 
 .panel-dashboard, .panel-mini-stats { grid-template-columns: 1fr; } 
 .panel-mini-stats { grid-column: auto; } 
} 
 
/* Legal pages */ 
.legal-page { 
 min-height: 100vh; 
 background: linear-gradient(180deg, #07050f 0%, #0a0b14 100%); 
 color: #f8f6ff; 
 font-family: "Manrope", Arial, sans-serif; 
} 
 
.legal-header { 
 max-width: 900px; 
 margin: 0 auto; 
 padding: 20px 24px; 
 display: flex; 
 align-items: center; 
 justify-content: space-between; 
 gap: 16px; 
 flex-wrap: wrap; 
} 
 
.legal-logo { 
 display: inline-flex; 
 align-items: center; 
 gap: 10px; 
 font-weight: 800; 
 font-size: 12px; 
 letter-spacing: 0.08em; 
} 
 
.legal-nav { 
 display: flex; 
 gap: 20px; 
 flex-wrap: wrap; 
} 
 
.legal-nav a { 
 font-size: 13px; 
 color: rgba(235, 228, 255, 0.72); 
} 
 
.legal-nav a:hover { color: #fff; } 
 
.legal-main { 
 max-width: 900px; 
 margin: 0 auto 32px; 
 padding: 36px 40px; 
} 
 
.legal-kicker { 
 margin: 0 0 8px; 
 font-size: 12px; 
 font-weight: 700; 
 text-transform: uppercase; 
 letter-spacing: 0.08em; 
 color: rgba(176, 107, 255, 0.9); 
} 
 
.legal-main h1 { 
 margin: 0 0 8px; 
 font-size: clamp(28px, 4vw, 36px); 
 line-height: 1.15; 
} 
 
.legal-updated { 
 margin: 0 0 24px; 
 font-size: 13px; 
 color: rgba(235, 228, 255, 0.45); 
} 
 
.legal-intro { 
 margin: 0 0 28px; 
 line-height: 1.75; 
 color: rgba(235, 228, 255, 0.78); 
} 
 
.legal-section { 
 margin-bottom: 28px; 
} 
 
.legal-section h2 { 
 margin: 0 0 12px; 
 font-size: 18px; 
} 
 
.legal-section p, 
.legal-section li { 
 line-height: 1.75; 
 color: rgba(235, 228, 255, 0.72); 
} 
 
.legal-section ul { 
 margin: 0; 
 padding-left: 22px; 
} 
 
.legal-section li + li { margin-top: 8px; } 
 
.legal-section a { 
 color: #b06bff; 
 text-decoration: underline; 
 text-underline-offset: 3px; 
} 
 
.legal-footer { 
 max-width: 900px; 
 margin: 0 auto; 
 padding: 0 24px 40px; 
 text-align: center; 
 font-size: 13px; 
 color: rgba(235, 228, 255, 0.45); 
} 
 
.legal-footer-links a { color: rgba(235, 228, 255, 0.6); } 
.legal-footer-links a:hover { color: #fff; } 
 
.footer-legal { 
 margin: 0 0 8px; 
 font-size: 12px; 
 color: rgba(235, 228, 255, 0.45); 
} 
 
.download-hint { margin-top: 16px; font-size: 13px; } 
.download-hint a { color: rgba(235,228,255,0.55); } 
 
@media (max-width: 768px) { 
 .legal-main { padding: 24px 20px; margin-left: 16px; margin-right: 16px; } 
} 
 
/* PSEO article (proxy-dlya-telegram.php) */ 
.pseo-page { 
 margin: 0; 
 padding: 32px 16px 48px; 
 background: #07050f; 
 color: #f8f6ff; 
 font-family: "Manrope", Arial, sans-serif; 
} 
 
.pseo-article { 
 max-width: 920px; 
 margin: 0 auto; 
 padding: 32px 28px; 
 background: rgba(255, 255, 255, 0.04); 
 border: 1px solid rgba(255, 255, 255, 0.1); 
 border-radius: 20px; 
} 
 
.pseo-updated { 
 margin: 0 0 12px; 
 font-size: 13px; 
 color: rgba(235, 228, 255, 0.55); 
} 
 
.pseo-header h1 { 
 margin: 0 0 16px; 
 font-size: clamp(1.5rem, 3vw, 2rem); 
 line-height: 1.25; 
} 
 
.pseo-lead { 
 margin: 0; 
 font-size: 16px; 
 line-height: 1.65; 
 color: rgba(235, 228, 255, 0.82); 
} 
 
.pseo-section { 
 margin-top: 32px; 
} 
 
.pseo-section h2 { 
 margin: 0 0 14px; 
 font-size: 1.25rem; 
} 
 
.pseo-section p, 
.pseo-list, 
.pseo-faq { 
 margin: 0; 
 line-height: 1.65; 
 color: rgba(235, 228, 255, 0.78); 
} 
 
.pseo-list { 
 padding-left: 1.25rem; 
} 
 
.pseo-list li + li, 
.pseo-faq dd + dt { 
 margin-top: 12px; 
} 
 
.pseo-table-wrap { 
 overflow-x: auto; 
} 
 
.pseo-table { 
 width: 100%; 
 border-collapse: collapse; 
 font-size: 14px; 
} 
 
.pseo-table th, 
.pseo-table td { 
 padding: 10px 12px; 
 border-bottom: 1px solid rgba(255, 255, 255, 0.08); 
 text-align: left; 
 vertical-align: top; 
} 
 
.pseo-table th { 
 color: rgba(235, 228, 255, 0.55); 
 font-weight: 600; 
} 
 
.pseo-table code { 
 font-size: 12px; 
 word-break: break-all; 
} 
 
.pseo-secret { 
 display: inline-block; 
 max-width: 220px; 
} 
 
.pseo-status { 
 color: #c084fc; 
 font-weight: 700; 
}

/* VPS gallery + about */
.shot-grid {
  max-width: var(--container);
  margin: 28px auto 0;
  padding: 0 28px 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.shot-card {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(192, 132, 252, 0.18);
  background: var(--surface);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.shot-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(168, 85, 247, 0.22);
}

.shot-card img {
  display: block;
  width: 100%;
  height: auto;
}

.about {
  max-width: var(--container);
  margin: 0 auto;
  padding: 72px 28px 24px;
}

.about-inner {
  padding: 36px 32px;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(26, 11, 46, 0.9), rgba(10, 6, 20, 0.95));
  border: 1px solid rgba(168, 85, 247, 0.2);
}

.about-grid {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 28px;
}

.about-grid dt {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--soft);
  margin-bottom: 4px;
}

.about-grid dd {
  margin: 0;
  color: var(--text);
  font-weight: 600;
}

.about-grid a {
  color: #c084fc;
}

@media (max-width: 900px) {
  .shot-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shot-grid { grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 16px; }
  .hero-prism-img--phone { width: min(78%, 260px); }
  .about-inner { padding: 24px 18px; }
} 
 
.pseo-faq dt { 
 font-weight: 700; 
 color: #fff; 
} 
 
.pseo-faq dd { 
 margin: 6px 0 0; 
} 
 
.pseo-footer { 
 margin-top: 36px; 
 padding-top: 20px; 
 border-top: 1px solid rgba(255, 255, 255, 0.08); 
 font-size: 13px; 
 color: rgba(235, 228, 255, 0.45); 
} 
 
.pseo-section a { 
 color: #6b9fff; 
 word-break: break-all; 
} 
 
.pseo-section a:hover { 
 color: #9bb8ff; 
} 
 
@media (max-width: 768px) { 
 .pseo-article { padding: 24px 18px; } 
} 

