:root {
  --bg: #07080c;
  --surface: rgba(255, 255, 255, 0.035);
  --surface-2: rgba(255, 255, 255, 0.07);
  --surface-solid: #0e1118;
  --card: rgba(12, 14, 20, 0.82);
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.15);

  --text: #f2f4f8;
  --text-2: #aab2c2;
  --muted: #6d7689;

  --accent: #3d8bff;
  --accent-2: #74acff;
  --accent-deep: #0b2d78;
  --accent-glow: rgba(61, 139, 255, 0.5);
  --accent-soft: rgba(61, 139, 255, 0.12);

  --ok: #37d38a;
  --warn: #f4b63c;
  --gold: #f5c542;

  --font: 'Onest', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-hand: 'Caveat', cursive;

  --r-xl: 28px;
  --r-lg: 20px;
  --r-md: 14px;
  --r-sm: 10px;
  --pill: 999px;

  --container: 1240px;
  --gutter: 20px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --t-fast: 160ms var(--ease);
  --t-med: 320ms var(--ease);
  --t-slow: 600ms var(--ease);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: 0; padding: 0; }
h1, h2, h3, h4, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--accent-2); outline-offset: 2px; }
::selection { background: var(--accent); color: #fff; }
:where(i[data-icon]) { display: inline-flex; line-height: 0; flex: none; }

.logo-mark {
  display: inline-block;
  width: 26px;
  height: 19px;
  background: currentColor;
  -webkit-mask: url(../img/logo.svg) center / contain no-repeat;
  mask: url(../img/logo.svg) center / contain no-repeat;
  color: var(--accent);
}

.smoke { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.smoke.is-fixed { position: fixed; }
.page > .smoke { bottom: auto; height: 100vh; }
.smoke::before { content: ''; position: absolute; inset: 0; background: radial-gradient(1200px 900px at 50% -200px, rgba(61, 139, 255, 0.2), rgba(61, 139, 255, 0.04) 50%, transparent 74%); }
.smoke.is-fixed::before { background: radial-gradient(60% 45% at 50% -10%, rgba(61, 139, 255, 0.2), transparent 65%); }

.page { position: relative; z-index: 1; }

.progress { position: fixed; top: 0; left: 0; z-index: 70; height: 2px; width: 0; background: linear-gradient(90deg, var(--accent-deep), var(--accent)); box-shadow: 0 0 12px var(--accent-glow); }

.splash {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #0d0e12;
  transition: opacity 380ms ease, visibility 380ms;
}
.splash .logo-mark { width: 52px; height: 38px; animation: splash-pulse 1s ease-in-out infinite; }
.splash.is-hidden { opacity: 0; visibility: hidden; }
@keyframes splash-pulse { 0%, 100% { opacity: 0.5; transform: scale(0.94); } 50% { opacity: 1; transform: scale(1); } }

[data-reveal] { opacity: 0; transform: translateY(16px); filter: blur(6px); transition: opacity 700ms var(--ease), transform 700ms var(--ease), filter 700ms var(--ease); transition-delay: var(--d, 0ms); }
[data-reveal].is-in { opacity: 1; transform: none; filter: none; }
.words .w { display: inline-block; opacity: 0; transform: translateY(10px); filter: blur(6px); transition: opacity 600ms var(--ease), transform 600ms var(--ease), filter 600ms var(--ease); transition-delay: calc(var(--i) * 55ms); }
.words.is-in .w { opacity: 1; transform: none; filter: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 792px; margin-left: auto; margin-right: auto; }
.container.is-app { max-width: 1070px; }
.text-center { text-align: center; }
.accent { color: var(--accent); }
.muted { color: var(--muted); }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.eyebrow svg { width: 13px; height: 13px; }

.h1, .h2, .h3 { font-weight: 600; letter-spacing: -0.025em; line-height: 1.04; }
.h1 { font-size: clamp(40px, 5.2vw, 64px); line-height: 0.98; }
.h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.12; }
.h3 { font-size: clamp(20px, 2.2vw, 24px); line-height: 1.2; letter-spacing: -0.015em; }
.gradient-accent { background: linear-gradient(90deg, var(--accent) 0%, var(--accent-2) 60%, #a9ccff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.gradient-soft { background: linear-gradient(90deg, #d5dbe6, #7f8798); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { font-size: 16px; line-height: 1.5; color: var(--text-2); max-width: 505px; }

.btn {
  --h: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: var(--h);
  padding: 0 24px;
  border-radius: var(--pill);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: transform var(--t-fast), background var(--t-fast), border-color var(--t-fast), box-shadow var(--t-fast), color var(--t-fast), filter var(--t-fast);
  user-select: none;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn svg { width: 16px; height: 16px; }
.btn-primary { color: #fff; background: var(--accent); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18); }
.btn-primary:hover { background: #4f97ff; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22); }
.btn-ghost { color: var(--text); background: rgba(12, 14, 20, 0.55); border-color: var(--line-2); }
.btn-ghost:hover { background: var(--surface-2); border-color: rgba(255, 255, 255, 0.24); }
.btn-white { color: #0a0b10; background: #fff; }
.btn-white:hover { background: #e9edf5; }
.btn-sm { --h: 40px; padding: 0 16px; font-size: 14px; }
.btn-xs { --h: 34px; padding: 0 14px; font-size: 13px; }
.btn-lg { --h: 52px; padding: 0 28px; font-size: 16px; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.4; pointer-events: none; }
.mt-sm { margin-top: 10px; }
.mt-md { margin-top: 18px; }
.mt-lg { margin-top: 26px; }

.btn-chip { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px; border-radius: var(--pill); border: 1px solid var(--line); background: var(--surface); font-size: 13.5px; font-weight: 500; color: var(--text-2); transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast); }
.btn-chip svg { width: 15px; height: 15px; }
.btn-chip:hover { color: var(--text); border-color: var(--line-2); background: var(--surface-2); }
.btn-chip.is-primary { color: #fff; background: var(--accent); border-color: var(--accent); }
.btn-chip.is-primary:hover { background: #4f97ff; }

.card { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04); }
.card-pad { padding: 26px; }
.card-title { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); }
.card-title svg { width: 13px; height: 13px; }

.badge { display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 14px 0 12px; border-radius: var(--pill); border: 1px solid var(--line); background: rgba(12, 14, 20, 0.6); font-size: 12.5px; font-weight: 500; color: var(--text-2); }
.badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.badge.is-accent { border-color: rgba(61, 139, 255, 0.3); background: var(--accent-soft); color: var(--accent-2); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 11px; }
.badge svg { width: 13px; height: 13px; }

.tag { display: inline-flex; align-items: center; gap: 4px; height: 22px; padding: 0 9px; border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; background: var(--accent-soft); color: var(--accent-2); }
.tag.is-ok { background: rgba(55, 211, 138, 0.12); color: var(--ok); }
.tag.is-muted { background: rgba(255, 255, 255, 0.06); color: var(--muted); }
.tag.is-warn { background: rgba(245, 158, 11, 0.14); color: #fbbf24; }
.tag svg { width: 11px; height: 11px; }
.status { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--ok); }
.status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }

.icon-box { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(180deg, var(--accent-2), var(--accent)); color: #fff; }
.icon-box svg { width: 20px; height: 20px; }
.icon-box.is-soft { background: var(--accent-soft); color: var(--accent-2); box-shadow: none; }
.icon-round { width: 36px; height: 36px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent-2); }
.icon-round svg { width: 16px; height: 16px; }

.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-2); padding: 5px 0; }
.check-list li svg { width: 14px; height: 14px; color: var(--accent); flex: none; margin-top: 4px; }

.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field > label, .field-label { font-size: 12.5px; font-weight: 500; color: var(--muted); }
.input { position: relative; display: flex; align-items: center; height: 46px; padding: 0 14px; gap: 10px; background: #0a0c12; border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.input:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.input.is-ok { border-color: var(--ok); }
.input > svg, .input > i > svg { width: 15px; height: 15px; color: var(--muted); flex: none; }
.input input, .input select, .input textarea { flex: 1; width: 100%; min-width: 0; height: 100%; background: transparent; border: 0; outline: none; font-size: 14.5px; color: var(--text); }
.input input::placeholder, .input textarea::placeholder { color: var(--muted); }
.input input:-webkit-autofill, .input input:-webkit-autofill:hover, .input input:-webkit-autofill:focus { -webkit-text-fill-color: var(--text); -webkit-box-shadow: 0 0 0 1000px #0a0c12 inset; box-shadow: 0 0 0 1000px #0a0c12 inset; caret-color: var(--text); transition: background-color 9999s ease-in-out 0s; }
.input select { appearance: none; cursor: pointer; padding-right: 20px; }
.input select option { background: var(--surface-solid); color: var(--text); }
.input .suffix { font-size: 13px; color: var(--muted); }
.input.is-textarea { height: auto; padding: 12px 14px; align-items: flex-start; }
.input.is-textarea textarea { height: auto; min-height: 96px; resize: vertical; line-height: 1.5; }
.input .icon-btn { color: var(--muted); display: grid; place-items: center; }
.input .icon-btn:hover { color: var(--text); }
.input .icon-btn svg { width: 16px; height: 16px; }
.input.has-select::after { content: ''; position: absolute; right: 14px; top: 50%; width: 8px; height: 8px; border-right: 1.5px solid var(--muted); border-bottom: 1.5px solid var(--muted); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.input.is-lg { height: 56px; border-radius: 16px; padding: 0 18px; }
.input.is-lg input { font-size: 16px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hint { font-size: 12.5px; color: var(--muted); }

.checkbox { position: relative; display: inline-flex; align-items: center; gap: 9px; font-size: 13px; color: var(--text-2); cursor: pointer; user-select: none; }
.checkbox input { position: absolute; opacity: 0; width: 0; height: 0; }
.checkbox .box { width: 18px; height: 18px; border-radius: 6px; border: 1px solid var(--line-2); background: rgba(0, 0, 0, 0.25); display: grid; place-items: center; transition: background var(--t-fast), border-color var(--t-fast); }
.checkbox .box svg { width: 11px; height: 11px; color: #fff; opacity: 0; transform: scale(0.6); transition: opacity var(--t-fast), transform var(--t-fast); }
.checkbox input:checked + .box { background: var(--accent); border-color: var(--accent); }
.checkbox input:checked + .box svg { opacity: 1; transform: scale(1); }
.checkbox input:focus-visible + .box { outline: 2px solid var(--accent-2); outline-offset: 2px; }

.dropdown { position: relative; }
.dropdown-btn { width: 100%; height: 50px; user-select: none; display: flex; align-items: center; gap: 10px; padding: 0 12px 0 8px; border-radius: var(--r-md); border: 1px solid var(--line); background: rgba(0, 0, 0, 0.28); text-align: left; font-size: 14.5px; font-weight: 500; transition: border-color var(--t-fast), background var(--t-fast); }
.dropdown-btn:hover, .dropdown.is-open .dropdown-btn { border-color: var(--line-2); background: rgba(255, 255, 255, 0.04); }
.dropdown-btn > .chev { margin-left: auto; color: var(--muted); transition: transform var(--t-med); }
.dropdown.is-open .dropdown-btn > .chev { transform: rotate(180deg); }
.dropdown-btn > .chev svg { width: 16px; height: 16px; }
.dd-icon { width: 32px; height: 32px; flex: none; display: grid; place-items: center; border-radius: 9px; }
.dd-icon svg { width: 16px; height: 16px; }
.dd-icon img { width: 26px; height: 26px; object-fit: contain; }
.dd-icon.is-green { background: rgba(55, 211, 138, 0.14); color: #4ade80; }
.dd-icon.is-blue { background: var(--accent-soft); color: var(--accent-2); }
.dd-icon.is-teal { background: rgba(45, 212, 191, 0.14); color: #2dd4bf; }
.dd-icon.is-amber { background: rgba(245, 158, 11, 0.14); color: #fbbf24; }
.dd-icon.is-sky { background: rgba(14, 165, 233, 0.14); color: #38bdf8; }
.dd-icon.is-cyan { background: rgba(6, 182, 212, 0.14); color: #22d3ee; }
.dd-icon.is-violet { background: rgba(167, 139, 250, 0.14); color: #a78bfa; }
.dropdown-menu { position: absolute; z-index: 20; top: calc(100% + 6px); left: 0; right: 0; max-height: 300px; overflow-y: auto; padding: 6px; border-radius: var(--r-md); border: 1px solid var(--line-2); background: var(--surface-solid); box-shadow: 0 0 50px -8px rgba(0, 0, 0, 0.9); opacity: 0; transform: translateY(-6px); pointer-events: none; transition: opacity var(--t-med), transform var(--t-med); }
.dropdown.is-open .dropdown-menu { opacity: 1; transform: none; pointer-events: auto; }
.dd-item { width: 100%; display: flex; align-items: center; gap: 10px; padding: 7px 8px; border-radius: 10px; text-align: left; font-size: 14px; font-weight: 500; user-select: none; transition: background var(--t-fast); }
.dd-item:hover { background: var(--surface-2); }
.dd-item .check { margin-left: auto; color: var(--accent); opacity: 0; }
.dd-item.is-active .check { opacity: 1; }
.dd-item .check svg { width: 15px; height: 15px; }

.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 14px 0; pointer-events: none; }
.nav-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.nav-pill { margin: 0 auto; }
.pill { pointer-events: auto; display: flex; align-items: center; height: 48px; padding: 0 6px; border-radius: var(--pill); background: rgba(32, 33, 38, 0.5); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px) saturate(1.3); -webkit-backdrop-filter: blur(12px) saturate(1.3); box-shadow: 0 0 30px -13px rgba(0, 0, 0, 0.9); transition: background 320ms var(--ease), border-color 320ms var(--ease), box-shadow 320ms var(--ease); }
.nav.is-compact .pill { background: rgba(22, 22, 25, 0.96); border-color: rgba(255, 255, 255, 0.12); box-shadow: 0 0 40px -12px rgba(0, 0, 0, 0.95); }
.brand { display: inline-flex; align-items: center; gap: 10px; padding: 0 18px 0 16px; font-weight: 700; font-size: 16px; letter-spacing: -0.01em; color: var(--text); }
.brand.is-plain { pointer-events: auto; padding: 0; }
.nav-links { display: flex; align-items: center; }
.nav-links a { display: inline-flex; align-items: center; gap: 7px; height: 36px; padding: 0 14px; border-radius: var(--pill); font-size: 14.5px; font-weight: 500; color: #a1a8b8; transition: color var(--t-fast); }
.nav-links a svg { width: 15px; height: 15px; opacity: 0.55; transition: opacity var(--t-fast), color var(--t-fast); }
.nav-links a:hover, .nav-links a.is-active { color: var(--text); }
.nav-links a:hover svg { opacity: 1; }
.nav-links a.is-active svg { opacity: 1; color: var(--accent-2); }
.nav-sep { flex: none; width: 1px; height: 22px; margin: 0 10px; background: rgba(255, 255, 255, 0.16); }
.nav-pill .brand { padding: 0 16px 0 14px; }
.nav-cta { --h: 38px; padding: 0 18px 0 14px; gap: 9px; font-size: 14px; font-weight: 700; background: rgba(255, 255, 255, 0.03); border-color: rgba(255, 255, 255, 0.16); }
.nav-cta + .nav-cta { margin-left: 8px; }
.nav-cta.is-support { padding: 0 16px 0 13px; font-weight: 600; }
.nav-cta svg { width: 15px; height: 15px; color: var(--accent-2); transition: color var(--t-fast); }
.nav-cta:hover svg { color: #fff; }
.nav-cta .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); transition: background var(--t-fast); }
.nav-cta:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.nav-cta:hover .dot { background: #fff; }
.nav-back { --h: 40px; padding: 0 16px 0 12px; font-size: 14px; pointer-events: auto; }
.nav-burger { display: none; width: 40px; height: 40px; border-radius: 50%; place-items: center; color: var(--text); }
.nav-burger svg { width: 20px; height: 20px; }
.nav-mobile { display: none; position: fixed; inset: 0; z-index: 60; padding: 90px var(--gutter) 30px; background: rgba(7, 8, 12, 0.94); backdrop-filter: blur(20px); }
.nav-mobile.is-open { display: flex; flex-direction: column; gap: 4px; }
.nav-mobile a { display: flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 600; padding: 14px 6px; border-bottom: 1px solid var(--line); }
.nav-mobile a svg { width: 18px; height: 18px; color: var(--accent); }
.nav-mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.nav-mobile-actions .btn { padding: 0; border-bottom: 0; font-size: 15px; }
.nav-mobile-actions .btn svg { width: 16px; height: 16px; color: inherit; }
.nav-mobile .nav-close { position: absolute; top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-2); }
.nav-mobile .nav-close svg { width: 18px; height: 18px; }

.fab { position: fixed; left: 22px; bottom: 22px; z-index: 40; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(10, 12, 18, 0.7); border: 1px solid var(--line-2); backdrop-filter: blur(12px); transition: border-color var(--t-fast), transform var(--t-fast); }
.fab:hover { border-color: var(--accent); transform: translateY(-2px); }
.fab .logo-mark { width: 20px; height: 15px; color: var(--text); }

.section { padding: 100px 0; }
.section-head { margin-bottom: 44px; }
.section-head .lead { margin-top: 12px; }
.section-head.text-center .lead { margin-left: auto; margin-right: auto; }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 100px 0 140px; overflow: hidden; }
.hero .container { position: relative; z-index: 1; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 56px; align-items: center; }
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.hero .h1 { margin-bottom: 24px; }
.hero .btn { --h: 48px; }
.hero .h1 .line { display: block; }
.hero .lead { max-width: 430px; margin-bottom: 38px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.hero-rating { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--muted); }
.stars { display: inline-flex; gap: 2px; color: var(--accent); }
.stars svg { width: 13px; height: 13px; }
.hero-rating .shield svg { width: 13px; height: 13px; color: var(--accent); }
.hero-stats { display: flex; gap: 30px; margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--line); }
.hero-stats .value { font-weight: 700; font-size: 30px; letter-spacing: -0.03em; line-height: 1.1; }
.hero-stats .label { font-size: 12px; color: var(--muted); margin-top: 2px; }
.hero-news { position: relative; z-index: 1; justify-self: end; width: 100%; max-width: 360px; }
.hero-object { position: absolute; top: 50%; right: 372px; width: 380px; translate: 0 -50%; pointer-events: none; }
.hero-object::before { content: ''; position: absolute; z-index: 0; inset: -22%; background: radial-gradient(closest-side, rgba(61, 139, 255, 0.26), transparent 76%); }
.hero-object img { position: relative; z-index: 1; display: block; width: 100%; height: auto; will-change: transform; animation: hover-float 9s ease-in-out infinite; }
@keyframes hover-float { 50% { transform: translateY(-10px) rotate(-1.5deg); } }
.news-card { position: relative; overflow: hidden; border-radius: var(--r-xl); border: 1px solid rgba(255, 255, 255, 0.1); background: #0e1119; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06); }
.news-head { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.news-channel { display: flex; align-items: center; gap: 12px; min-width: 0; color: inherit; text-decoration: none; }
.news-avatar { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, #4a94ff, #1f5fd6); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }
.news-avatar .logo-mark { width: 20px; height: 15px; color: #fff; }
.news-name { display: flex; align-items: center; gap: 6px; font-size: 14.5px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.2; }
.news-name .verified { display: grid; place-items: center; width: 15px; height: 15px; border-radius: 50%; background: var(--accent); color: #fff; }
.news-name .verified svg { width: 9px; height: 9px; stroke-width: 3.2; }
.news-handle { display: flex; align-items: center; gap: 5px; margin-top: 3px; font-size: 12px; color: var(--muted); }
.news-handle svg { width: 12px; height: 12px; }
.news-list { position: relative; }
.news-post { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 18px 20px; color: inherit; text-decoration: none; border-bottom: 1px solid var(--line); transition: background var(--t-fast); }
.news-post:hover { background: rgba(255, 255, 255, 0.03); }
.news-date { padding-top: 2px; font-size: 12px; font-weight: 500; line-height: 1; color: var(--muted); }
.news-date b { display: block; margin-bottom: 4px; font-size: 22px; font-weight: 700; letter-spacing: -0.03em; color: var(--text); }
.news-body { min-width: 0; }
.news-kind { display: block; margin-bottom: 4px; font-size: 12.5px; font-weight: 600; color: var(--accent-2); }
.news-kind.is-ok { color: var(--ok); }
.news-kind.is-muted { color: var(--muted); }
.news-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 6px; font-size: 15px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; }
.news-text { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 13.5px; line-height: 1.55; color: rgba(255, 255, 255, 0.64); }
.news-more { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; font-size: 13px; font-weight: 600; color: var(--accent-2); text-decoration: none; background: rgba(0, 0, 0, 0.22); transition: color var(--t-fast); }
.news-more:hover { color: #fff; }
.news-more svg { width: 14px; height: 14px; transition: transform var(--t-fast); }
.news-more:hover svg { transform: translate(2px, -2px); }

.why-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; margin-bottom: 44px; }
.why-head .note { max-width: 320px; font-size: 14.5px; color: var(--muted); text-align: right; }
.why-grid { display: grid; grid-template-columns: 346px 1fr; gap: 56px; align-items: stretch; }
.stats-card { padding: 22px; display: flex; flex-direction: column; }
.stats-card .badge { align-self: flex-start; margin-bottom: 18px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.stat-tile { padding: 18px 16px; border-radius: var(--r-md); background: rgba(0, 0, 0, 0.3); border: 1px solid var(--line); }
.stat-tile svg { width: 16px; height: 16px; color: var(--muted); margin-bottom: 20px; }
.stat-tile .value { font-size: 24px; font-weight: 700; letter-spacing: -0.03em; }
.stat-tile .value.accent { color: var(--accent); }
.stat-tile .label { font-size: 12px; color: var(--muted); margin-top: 3px; }
.stats-card .foot { font-size: 12px; color: var(--muted); margin-top: 16px; }
.why-body .h3 { font-size: clamp(20px, 2.4vw, 28px); margin-bottom: 30px; }
.why-body .h3 span { color: var(--text-2); font-weight: 500; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 34px; }
.feature { display: flex; flex-direction: column; gap: 7px; }
.feat-head { display: flex; align-items: center; gap: 14px; }
.feature h4 { font-size: 15px; font-weight: 700; margin: 0; }
.feature p { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin: 0; padding-left: 50px; }
.why-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 36px; }

.manifesto { padding: 130px 0; }
.manifesto-wrap { position: relative; max-width: 1010px; margin: 0 auto; padding: 50px 230px 50px 120px; }
.manifesto-text { font-size: clamp(22px, 2.8vw, 30px); font-weight: 600; line-height: 1.34; letter-spacing: -0.015em; }
.manifesto-text .ghost { color: rgba(255, 255, 255, 0.13); font-weight: 500; }
.manifesto-text .accent { display: block; }
.manifesto-text .tail { color: var(--text-2); font-weight: 500; }
.hand { font-family: var(--font-hand); color: var(--text-2); font-size: 21px; line-height: 1.2; position: absolute; opacity: 0.85; }
.hand.top { top: 0; right: 150px; }
.hand.left { left: 22px; top: 62px; transform: rotate(-12deg); color: var(--accent-2); }
.hand.right { right: 0; top: 52%; width: 210px; text-align: right; font-size: 18px; color: var(--muted); }
.hand-arrow { position: absolute; left: 30px; top: 100px; width: 62px; height: 100px; color: var(--accent); opacity: 0.9; }
.manifesto-cta { margin-top: 40px; display: flex; justify-content: center; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; max-width: 1136px; margin: 0 auto; }
.price-card { display: flex; flex-direction: column; padding: 30px; transition: border-color var(--t-med), background var(--t-med); }
.price-card:hover { border-color: rgba(61, 139, 255, 0.3); background: rgba(16, 19, 27, 0.9); }
.price-card .head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.price-card .name { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 16px; letter-spacing: -0.01em; }
.price-card .kind { font-size: 12.5px; color: var(--muted); margin-bottom: 20px; padding-left: 48px; }
.price-card .price { display: flex; align-items: baseline; gap: 6px; padding-bottom: 20px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.price-card .price .from { font-size: 13px; color: var(--muted); }
.price-card .price .num { font-size: 34px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.price-card .price .cur { font-size: 14px; color: var(--muted); }
.price-card .check-list { flex: 1; }
.price-card .periods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.period-tile { position: relative; display: flex; flex-direction: column; gap: 3px; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03); font-size: 11.5px; line-height: 1.3; color: var(--muted); }
.period-tile .top { display: flex; align-items: baseline; justify-content: space-between; gap: 6px; }
.period-tile em { font-style: normal; font-size: 9px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-2); }
.period-tile:only-child { grid-column: 1 / -1; }
.period-tile b { font-size: 14px; font-weight: 700; letter-spacing: -0.01em; color: var(--text); }
.period-tile.is-hit { border-color: rgba(61, 139, 255, 0.35); background: var(--accent-soft); color: var(--accent-2); }
.price-card .btn { margin-top: 24px; }
.shop-extra { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; max-width: 1136px; margin: 21px auto 0; }
.steps { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
.steps li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; font-size: 14px; line-height: 1.55; color: var(--text-2); }
.steps li strong { color: var(--text); font-weight: 600; }
.steps li b, .steps li .n { width: 28px; height: 28px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-2); font-size: 13px; font-weight: 700; display: grid; place-items: center; }
.pay-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); gap: 8px; }
.pay-item { display: flex; align-items: center; gap: 9px; height: 42px; padding: 0 14px; border-radius: var(--r-md); border: 1px solid var(--line); background: rgba(255, 255, 255, 0.03); font-size: 13.5px; font-weight: 600; }
.pay-item img { width: 20px; height: 20px; object-fit: contain; flex: none; }
.pay-note { margin-top: 16px; font-size: 13px; color: var(--muted); }
.price-card.is-featured { border-color: rgba(61, 139, 255, 0.35); }

.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 752px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--card); overflow: hidden; transition: border-color var(--t-fast); }
.faq-item.is-open { border-color: var(--line-2); }
.faq-q { width: 100%; display: flex; align-items: center; gap: 12px; padding: 16px 20px; text-align: left; font-size: 15px; font-weight: 500; }
.faq-q .q-icon { color: var(--accent); }
.faq-q .q-icon svg { width: 15px; height: 15px; }
.faq-q .chev { margin-left: auto; color: var(--muted); transition: transform var(--t-med); }
.faq-q .chev svg { width: 16px; height: 16px; }
.faq-item.is-open .faq-q .chev { transform: rotate(180deg); color: var(--accent); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--t-med); }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 0 18px 57px; font-size: 14.5px; color: var(--text-2); }
.faq-item.is-open .faq-a { grid-template-rows: 1fr; }

.cta-card { text-align: center; padding: 64px 32px 56px; max-width: 860px; margin: 0 auto; overflow: hidden; }
.cta-card::before { content: ''; position: absolute; inset: auto -20% -60% -20%; height: 120%; background: radial-gradient(50% 50% at 50% 100%, rgba(61, 139, 255, 0.14), transparent 70%); pointer-events: none; }
.cta-card .h2 { margin-bottom: 14px; }
.cta-card .lead { font-size: 15px; margin: 0 auto 34px; }
.cta-card .btn { --h: 48px; }
.cta-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; position: relative; }

.footer { padding: 70px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.footer .brand { height: auto; padding: 0; margin-bottom: 14px; }
.footer p { font-size: 13.5px; color: var(--muted); max-width: 280px; }
.footer h4 { font-size: 13px; font-weight: 700; margin-bottom: 14px; }
.footer li { margin-bottom: 9px; }
.footer li a { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--text-2); transition: color var(--t-fast); }
.footer li a svg { width: 14px; height: 14px; color: var(--muted); }
.footer li a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 24px; font-size: 12.5px; color: var(--muted); }

.subpage { padding-top: 110px; padding-bottom: 90px; }
.nav.is-sub { position: absolute; padding-top: 38px; }
.nav.is-auth .nav-inner { max-width: none; padding: 0 70px; }
.page-head { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.page-head .icon-box { width: 54px; height: 54px; border-radius: 16px; }
.page-head .icon-box svg { width: 24px; height: 24px; }
.page-head .eyebrow { margin-bottom: 2px; }
.page-head .h2 { font-size: clamp(26px, 2.6vw, 30px); }
.page-head .sub { font-size: 13px; color: var(--muted); margin-top: 4px; }
.page-hero { text-align: center; max-width: 780px; margin: 0 auto 48px; }
.page-hero .h1 { margin: 18px 0 16px; }
.page-hero .lead { margin: 0 auto; }
.two-col { display: grid; grid-template-columns: 1fr 379px; gap: 21px; align-items: start; }
.two-col.is-wide-aside { grid-template-columns: 1fr 399px; }
.stack { display: flex; flex-direction: column; gap: 21px; }
.sticky { position: sticky; top: 100px; }

.product-desc { max-width: none; font-size: 15px; }
.product-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin-top: 14px; }
.versions-note { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.versions-note b { display: block; font-weight: 500; color: var(--text-2); margin-bottom: 4px; }
.spec-list li { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 10px 0; font-size: 13.5px; border-bottom: 1px dashed var(--line); }
.spec-list li:last-child { border-bottom: 0; }
.spec-list .k { color: var(--muted); display: flex; align-items: center; gap: 9px; }
.spec-list .k svg { width: 14px; height: 14px; color: var(--accent); opacity: 0.9; }
.spec-list .v { text-align: right; color: var(--text); font-weight: 500; }

.checkout { overflow: hidden; }
.checkout-head { padding: 24px 24px 20px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgba(61, 139, 255, 0.1), transparent); }
.checkout-head .card-title { margin-bottom: 10px; }
.checkout-head .h3 { margin-bottom: 4px; }
.checkout .price-from { font-size: 13px; color: var(--muted); }
.checkout-body { padding: 22px 24px 6px; display: flex; flex-direction: column; gap: 18px; }
.periods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.periods.is-single { grid-template-columns: 1fr; }
.period { position: relative; text-align: left; padding: 10px 14px; border-radius: var(--r-md); border: 1px solid var(--line); background: rgba(0, 0, 0, 0.28); transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast); }
.period .d { font-size: 13.5px; font-weight: 600; }
.period .p { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.period .hit { position: absolute; top: 9px; right: 9px; height: 18px; padding: 0 6px; border-radius: 6px; font-size: 9px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-2); background: var(--accent-soft); display: inline-flex; align-items: center; }
.period:hover { border-color: var(--line-2); }
.period.is-active { border-color: var(--accent); background: var(--accent-soft); box-shadow: 0 0 0 3px rgba(61, 139, 255, 0.08); }
.period.is-active .p { color: var(--accent-2); }
.promo-ok { font-size: 12px; font-weight: 600; color: var(--ok); }
.summary { padding: 18px 24px 24px; margin-top: 12px; background: rgba(0, 0, 0, 0.22); border-top: 1px solid var(--line); }
.summary .row { display: flex; justify-content: space-between; gap: 16px; font-size: 13.5px; color: var(--text-2); padding: 5px 0; }
.summary .row.is-discount { color: var(--ok); }
.summary .row.is-total { margin-top: 8px; padding-top: 14px; border-top: 1px dashed var(--line); color: var(--text); font-weight: 600; align-items: baseline; }
.summary .row.is-total span:last-child { font-size: 26px; font-weight: 700; letter-spacing: -0.03em; }
.summary .btn { --h: 48px; margin-top: 16px; }
.summary .form-error { margin-top: 12px; }
.checkout .note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 12px; }
.form-error { margin-top: 0; padding: 10px 12px; border-radius: var(--r-sm); border: 1px solid rgba(255, 92, 110, 0.25); background: rgba(255, 92, 110, 0.1); font-size: 12.5px; font-weight: 500; color: #ff7b8a; text-align: center; }

.auth-page { position: relative; min-height: 100vh; display: grid; place-items: center; padding: 100px var(--gutter) 40px; }
.auth-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); width: 100%; max-width: 920px; border-radius: 28px; overflow: hidden; border: 1px solid var(--line); background: var(--card); box-shadow: 0 0 90px -20px rgba(0, 0, 0, 0.95); }
.auth-poster { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 28px 30px; border-right: 1px solid var(--line); background: radial-gradient(520px 380px at 88% -12%, rgba(61, 139, 255, 0.3), transparent 62%), linear-gradient(160deg, #0c1632, #070b16 58%, #05070d); }
.auth-poster .brand { position: relative; z-index: 1; align-self: flex-start; padding: 0; }
.auth-art { position: relative; z-index: 1; flex: 1; display: grid; place-items: center; min-height: 150px; padding: 14px 0; pointer-events: none; }
.auth-art img { width: auto; height: auto; max-width: 74%; max-height: 220px; filter: drop-shadow(0 40px 50px rgba(0, 0, 0, 0.6)); will-change: transform; animation: hover-float 10s ease-in-out infinite; }
.auth-poster-text { position: relative; z-index: 1; }
.auth-poster-text .h3 { font-size: 24px; line-height: 1.1; margin-bottom: 10px; }
.auth-poster-text p { font-size: 13.5px; line-height: 1.55; color: var(--text-2); margin-bottom: 18px; }
.auth-points { display: flex; flex-direction: column; gap: 9px; }
.auth-points li { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 500; color: var(--text-2); }
.auth-points li svg { width: 15px; height: 15px; flex: none; color: var(--accent-2); }
.auth-side { display: grid; place-items: center; padding: 36px 32px 30px; }
.auth-card { position: relative; width: 100%; max-width: 380px; text-align: center; }
.auth-card > .logo-mark { display: none; width: 40px; height: 30px; margin: 0 auto 18px; }
.auth-card .h3 { font-size: 24px; margin-bottom: 6px; }
.auth-card .sub { font-size: 13.5px; color: var(--muted); margin-bottom: 24px; }
.tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: var(--pill); border: 1px solid var(--line); background: rgba(0, 0, 0, 0.25); margin-bottom: 22px; position: relative; }
.tabs button { position: relative; z-index: 1; height: 36px; border-radius: var(--pill); font-size: 14px; font-weight: 600; color: var(--text-2); transition: color var(--t-fast); }
.tabs button.is-active { color: #fff; }
.tabs .thumb { position: absolute; top: 4px; left: 4px; width: calc(50% - 4px); height: 36px; border-radius: var(--pill); background: var(--accent); transition: transform var(--t-med); }
.tabs[data-tab="1"] .thumb { transform: translateX(100%); }
.auth-form { text-align: left; display: flex; flex-direction: column; gap: 14px; }
.auth-form .row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.auth-form .row a { color: var(--accent-2); font-weight: 500; }
.auth-card .foot { font-size: 13px; color: var(--muted); margin-top: 20px; }
.auth-card .foot a { color: var(--accent-2); font-weight: 500; }
.tab-pane { display: none; }
.tab-pane.is-active { display: block; animation: pane-in 420ms var(--ease); }
@keyframes pane-in { from { opacity: 0; transform: translateY(8px); filter: blur(6px); } }
.captcha-box { position: relative; }
.captcha-box:empty { display: none; }
.turnstile-host { display: flex; justify-content: center; }

.dash-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; }
.dash-facts { display: flex; gap: 32px; }
.fact b { display: block; font-size: 22px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
.fact span { font-size: 12px; color: var(--muted); }
.account { display: flex; align-items: center; gap: 18px; position: relative; }
.avatar { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; font-weight: 800; font-size: 26px; color: #fff; background: linear-gradient(180deg, var(--accent-2), var(--accent)); position: relative; }
.avatar::after { content: ''; position: absolute; right: -3px; bottom: -3px; width: 14px; height: 14px; border-radius: 50%; background: var(--ok); border: 3px solid var(--surface-solid); }
.account .name { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; display: flex; align-items: center; gap: 10px; }
.account .email { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.account .email svg { width: 13px; height: 13px; }
.subs { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; margin-top: 21px; }
.sub-card { padding: 22px 24px; border-radius: var(--r-lg); background: rgba(61, 139, 255, 0.06); border: 1px solid rgba(61, 139, 255, 0.22); position: relative; }
.sub-card.is-off { background: var(--card); border-color: var(--line); }
.sub-card.is-off .status { color: var(--muted); }
.sub-card.is-off .card-title { color: var(--muted); }
.sub-card .card-title { margin-bottom: 10px; justify-content: space-between; }
.sub-card .pname { font-size: 16px; font-weight: 700; }
.sub-card .pkind { font-size: 12.5px; color: var(--muted); margin-bottom: 16px; }
.sub-card .days { display: flex; align-items: baseline; gap: 8px; }
.sub-card .days b { font-size: 32px; font-weight: 700; line-height: 1; letter-spacing: -0.03em; }
.sub-card .days span { font-size: 12.5px; color: var(--muted); }
.progress-bar { height: 5px; border-radius: 3px; background: rgba(255, 255, 255, 0.08); margin: 12px 0 16px; overflow: hidden; }
.progress-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--accent-deep), var(--accent)); border-radius: 3px; }
.dash-grid { display: grid; grid-template-columns: 1fr 399px; gap: 21px; margin-top: 21px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.orders .card-title { justify-content: space-between; }
.orders .card-title .muted { font-size: 12px; letter-spacing: 0; text-transform: none; font-weight: 500; }
.order { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.order-main { min-width: 0; }
.order-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px 12px; }
.order-row + .order-row { margin-top: 3px; }
.order:first-child { padding-top: 4px; }
.order .icon-box { width: 38px; height: 38px; border-radius: 11px; }
.order .icon-box svg { width: 17px; height: 17px; }
.order-name { font-size: 14px; font-weight: 600; }
.order-name span { color: var(--muted); font-weight: 500; }
.order-meta { font-size: 12.5px; color: var(--muted); }
.order-key { display: inline-flex; align-items: center; gap: 4px; margin-top: 7px; padding: 3px 4px 3px 9px; border-radius: 7px; border: 1px solid var(--line); background: rgba(0, 0, 0, 0.3); font-family: ui-monospace, "Cascadia Mono", Consolas, monospace; font-size: 12px; letter-spacing: 0.04em; color: var(--accent-2); }
.order-key button { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 5px; color: var(--muted); transition: color var(--t-fast), background var(--t-fast); }
.order-key button:hover { color: var(--text); background: rgba(255, 255, 255, 0.07); }
.order-key svg { width: 13px; height: 13px; }
.orders-note { margin: -6px 0 12px; font-size: 12.5px; line-height: 1.5; color: var(--muted); }
.order-list { max-height: 460px; overflow-y: auto; padding-right: 8px; scrollbar-width: thin; scrollbar-color: rgba(255, 255, 255, 0.14) transparent; }
.order-list::-webkit-scrollbar { width: 6px; }
.order-list::-webkit-scrollbar-thumb { border-radius: 3px; background: rgba(255, 255, 255, 0.14); }
.order-sum { font-size: 15px; font-weight: 700; }
.orders-more { margin-top: 18px; }
.partner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 26px; margin-top: 22px; }
.partner .t { font-size: 14.5px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.partner .t svg { width: 15px; height: 15px; color: var(--accent); }
.partner .s { font-size: 13px; color: var(--muted); margin-top: 3px; }
.partner .actions { flex: none; }

.alert { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; border-radius: var(--r-md); background: rgba(244, 182, 60, 0.07); border: 1px solid rgba(244, 182, 60, 0.25); font-size: 13.5px; color: var(--text-2); }
.alert svg { width: 18px; height: 18px; color: var(--warn); flex: none; margin-top: 1px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { height: 32px; padding: 0 12px; border-radius: var(--pill); border: 1px solid var(--line); background: rgba(0, 0, 0, 0.25); font-size: 12.5px; font-weight: 600; color: var(--text-2); transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast); }
.chip:hover { border-color: var(--line-2); color: var(--text); }
.chip.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }
.product-list { margin-top: 14px; }

.spoofer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.point { display: flex; flex-direction: column; gap: 6px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.point:last-child { border-bottom: 0; padding-bottom: 0; }
.point h4 { font-size: 15px; font-weight: 700; margin: 0; }
.point p { font-size: 13.5px; color: var(--muted); line-height: 1.6; margin: 0; padding-left: 50px; }
.spoofer-cta { text-align: center; padding: 48px 28px; }
.spoofer-cta .h2 { font-size: clamp(26px, 3vw, 36px); max-width: 520px; margin: 14px auto 26px; }

.market-tools { display: flex; gap: 12px; max-width: 920px; margin: 32px auto 0; }
.market-tools .input { flex: 1; }
.market-tools .btn-group { display: flex; gap: 8px; }
.market-tools .btn-lg { padding: 0 20px; font-size: 15px; }
.market-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pack { padding: 26px; border-radius: 26px; display: flex; flex-direction: column; transition: border-color var(--t-med); }
.pack:hover { border-color: rgba(61, 139, 255, 0.3); background: rgba(16, 19, 27, 0.9); }
.pack-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.pack-head .left { display: flex; align-items: center; gap: 12px; }
.pack-head .id { height: 28px; padding: 0 10px; display: inline-flex; align-items: center; border-radius: 8px; border: 1px solid var(--line); background: var(--surface); font-size: 11px; font-weight: 600; color: var(--muted); font-variant-numeric: tabular-nums; }
.rating { display: inline-flex; align-items: center; gap: 5px; height: 26px; padding: 0 10px; border-radius: var(--pill); border: 1px solid rgba(245, 197, 66, 0.3); background: rgba(245, 197, 66, 0.1); font-size: 12px; font-weight: 700; color: var(--gold); }
.rating svg { width: 12px; height: 12px; }
.pack h3 { font-size: 30px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.pack-meta { display: flex; gap: 14px; margin-top: 10px; font-size: 12.5px; color: var(--muted); }
.pack-meta span { display: inline-flex; align-items: center; gap: 5px; }
.pack-meta svg { width: 13px; height: 13px; }
.pack-desc { margin-top: 14px; font-size: 14.5px; color: var(--text-2); }
.pack-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.shot { position: relative; aspect-ratio: 16 / 10; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.shot img { width: 100%; height: 100%; object-fit: cover; }
.shot::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 55%); }
.shot .cap { position: absolute; left: 8px; right: 8px; bottom: 7px; z-index: 1; font-size: 11px; font-weight: 600; color: rgba(255, 255, 255, 0.85); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.shot.is-more { display: grid; place-items: center; text-align: center; background: rgba(255, 255, 255, 0.04); }
.shot.is-more b { font-size: 12px; }
.shot.is-more small { display: block; font-size: 11px; color: var(--muted); }
.pack-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; }
.pack-foot .dl { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; color: var(--text-2); }
.pack-foot .dl svg { width: 16px; height: 16px; }
.rate { display: inline-flex; gap: 2px; margin-left: 10px; }
.rate button { color: rgba(255, 255, 255, 0.28); transition: color var(--t-fast); }
.rate button svg { width: 15px; height: 15px; }
.rate button:hover, .rate button.is-on { color: var(--gold); }

.docs-layout { display: grid; grid-template-columns: 240px 1fr; gap: 40px; align-items: start; }
.docs-nav { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 4px; }
.docs-nav a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; font-size: 14px; font-weight: 500; color: var(--text-2); transition: background var(--t-fast), color var(--t-fast); }
.docs-nav a svg { width: 15px; height: 15px; color: var(--muted); }
.docs-nav a:hover, .docs-nav a.is-active { background: var(--surface-2); color: var(--text); }
.docs-nav a.is-active svg { color: var(--accent); }
.docs-body { display: flex; flex-direction: column; gap: 22px; }
.doc-section { padding: 28px; scroll-margin-top: 110px; }
.doc-section .head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.doc-section .head h2 { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }
.doc-item { padding: 16px 0; border-top: 1px solid var(--line); }
.doc-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.doc-item p { font-size: 14px; color: var(--text-2); }
.doc-item p a { color: var(--accent-2); font-weight: 500; }
.term { margin-top: 12px; padding: 14px 16px; border-radius: 10px; border: 1px solid var(--line); background: #05070b; font: 12.5px/1.65 ui-monospace, "Cascadia Mono", Consolas, monospace; color: #c9d1e3; white-space: pre-wrap; overflow-x: auto; }
.term b { font-weight: 400; color: var(--ok); }
.term i { font-style: normal; color: var(--accent-2); }
.terms-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 22px; }
.terms-meta .chip { display: inline-flex; align-items: center; gap: 7px; }
.terms-meta .chip svg { width: 13px; height: 13px; color: var(--accent); }
.docs-nav a b { width: 22px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: var(--muted); }
.docs-nav a.is-active b { color: var(--accent); }
.terms-section .icon-box b { font-size: 13px; font-weight: 800; letter-spacing: 0.06em; }
.terms-list { display: flex; flex-direction: column; }
.terms-list li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.terms-list li b { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--accent-2); padding-top: 2px; }
.terms-list li p { font-size: 14px; line-height: 1.6; color: var(--text-2); }
.terms-foot { margin-top: 40px; }
.terms-foot .t svg { color: #fbbf24; }
.checkbox a { color: var(--accent-2); font-weight: 500; }

.success { text-align: center; padding: 30px 10px; }
.success .icon-box { width: 60px; height: 60px; border-radius: 20px; margin: 0 auto 18px; background: var(--ok); box-shadow: 0 0 24px -10px rgba(55, 211, 138, 0.45); }
.success .icon-box svg { width: 28px; height: 28px; }
.success .h3 { margin-bottom: 8px; }
.success p { color: var(--text-2); font-size: 14.5px; }
.success .btn { margin-top: 22px; }
.success .order-key { margin-top: 18px; }
.success .form-error { margin-top: 12px; }
.success.is-pending .icon-box { background: var(--accent-soft); color: var(--accent-2); box-shadow: none; }
.pending-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; font-size: 13px; color: var(--muted); }
.spinner { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.15); border-top-color: var(--accent); animation: spin 0.9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.link-muted { display: inline-block; margin-top: 14px; font-size: 13px; color: var(--muted); }
.link { color: var(--accent-2); font-weight: 500; }
.order-pay { display: inline-flex; align-items: center; gap: 5px; margin-top: 8px; font-size: 13px; font-weight: 600; color: var(--accent-2); }
.order-pay svg { width: 13px; height: 13px; }
.order-key.is-big { width: 100%; justify-content: space-between; padding: 8px 8px 8px 14px; font-size: 14px; }
.orders-empty { padding: 20px 0; font-size: 13.5px; color: var(--muted); }
.activate { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 16px; }
.activate .input { margin: 0; }
.form-note { margin-top: 10px; padding: 10px 12px; border-radius: var(--r-sm); border: 1px solid rgba(255, 92, 110, 0.25); background: rgba(255, 92, 110, 0.1); font-size: 12.5px; font-weight: 500; color: #ff7b8a; }
.form-note.is-ok { border-color: rgba(55, 211, 138, 0.3); background: rgba(55, 211, 138, 0.1); color: var(--ok); }
.field.is-optional label::after { content: " · необязательно"; color: var(--muted); font-weight: 400; }
.download-card .h3 { font-size: 20px; margin-bottom: 6px; }
.download-note { font-size: 13.5px; line-height: 1.5; color: var(--text-2); margin-bottom: 20px; }
.download-card .field { margin-bottom: 16px; }
.download-card .field-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.download-card .captcha-box { margin-bottom: 14px; }
.download-card .btn-block { margin-top: 6px; }
.dl-name { padding: 0 6px 0 14px; gap: 10px; }
.dl-name > i > svg { color: var(--muted); }
.dl-name input { flex: 1; min-width: 0; letter-spacing: 0.02em; font-weight: 500; }
.dl-suffix { font-size: 13.5px; color: var(--muted); flex: none; padding-right: 4px; border-right: 1px solid var(--line); margin-right: 2px; height: 22px; display: inline-flex; align-items: center; padding-left: 4px; }
.dl-regen { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: var(--muted); background: rgba(255, 255, 255, 0.04); flex: none; transition: color var(--t-fast), background var(--t-fast), transform 320ms var(--ease); }
.dl-regen:hover { color: var(--accent-2); background: var(--accent-soft); }
.dl-regen:active { transform: rotate(180deg); }
.dl-regen svg { width: 14px; height: 14px; }
.dl-size-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.dl-size-head .field-label { margin: 0; }
.dl-size-head b { font-size: 13px; font-weight: 700; letter-spacing: -0.01em; color: var(--accent-2); font-variant-numeric: tabular-nums; }
.range { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 3px; background: linear-gradient(90deg, var(--accent) 0%, var(--accent) var(--fill, 0%), rgba(255, 255, 255, 0.08) var(--fill, 0%)); margin: 6px 0 8px; cursor: pointer; }
.range::-webkit-slider-runnable-track { height: 6px; border-radius: 3px; background: transparent; }
.range::-moz-range-track { height: 6px; border-radius: 3px; background: rgba(255, 255, 255, 0.08); }
.range::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; margin-top: -6px; border-radius: 50%; background: #fff; border: 4px solid var(--accent); cursor: pointer; box-shadow: 0 0 0 3px rgba(61, 139, 255, 0.15); transition: box-shadow var(--t-fast), transform var(--t-fast); }
.range::-webkit-slider-thumb:hover { box-shadow: 0 0 0 5px rgba(61, 139, 255, 0.18); }
.range::-webkit-slider-thumb:active { transform: scale(1.06); }
.range::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 4px solid var(--accent); cursor: pointer; }
.range-labels { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); margin-top: 4px; font-variant-numeric: tabular-nums; }

.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); z-index: 90; padding: 12px 18px; border-radius: var(--pill); background: var(--surface-solid); border: 1px solid var(--line-2); font-size: 14px; opacity: 0; pointer-events: none; transition: opacity var(--t-med), transform var(--t-med); box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.8); }
.toast.is-show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1024px) {
  .why-grid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .sticky { position: static; }
  .dash-head { flex-direction: column; align-items: flex-start; }
  .subs { grid-template-columns: 1fr; }
  .dash-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .market-grid { grid-template-columns: 1fr; }
  .docs-layout { grid-template-columns: 1fr; }
  .docs-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .spoofer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; }
  .hero-news { max-width: 340px; }
  .hero-object { width: 320px; right: 350px; }
}
@media (max-width: 1080px) {
  .nav-links a { padding: 0 11px; font-size: 14px; }
  .nav-links a svg { display: none; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-object { display: none; }
  .hero-news { justify-self: start; max-width: 560px; }
  .auth-shell { grid-template-columns: 1fr; max-width: 440px; }
  .auth-poster { display: none; }
  .auth-side { padding: 30px 22px 24px; }
  .auth-card > .logo-mark { display: block; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .shop-extra { grid-template-columns: 1fr; max-width: 440px; }
  .nav-links, .nav-sep, .nav .nav-cta { display: none; }
  .nav-burger { display: grid; }
  .nav-pill { margin: 0; }
  .hand.left, .hand-arrow { display: none; }
  .hand.top { position: static; display: block; margin-bottom: 14px; }
  .hand.right { position: static; display: block; margin-top: 18px; text-align: left; max-width: none; }
  .manifesto-wrap { padding: 0; max-width: none; }
  .why-head { grid-template-columns: 1fr; }
  .why-head .note { text-align: left; }
  .features { grid-template-columns: 1fr; }
  .market-tools { flex-direction: column; }
  .fab { display: none; }
}
@media (max-width: 600px) {
  .section { padding: 72px 0; }
  .hero { padding-top: 130px; }
  .hero-stats { gap: 18px; flex-wrap: wrap; }
  .field-row { grid-template-columns: 1fr; }
  .product-features { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .partner { flex-direction: column; align-items: flex-start; }
  .cta-card { padding: 48px 20px; }
  .card-pad { padding: 20px; }
  .auth-card { padding: 0; }
  .pack { padding: 20px; }
  .pack-shots { grid-template-columns: 1fr 1fr; }
  .market-tools .btn-group { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal], .words .w { opacity: 1; transform: none; filter: none; }
}
