:root {
  --bg: #07070b;
  --bg-soft: #0d0c13;
  --panel: rgba(18, 17, 25, 0.84);
  --panel-strong: rgba(15, 14, 21, 0.96);
  --line: rgba(255, 255, 255, 0.085);
  --line-strong: rgba(255, 255, 255, 0.14);
  --text: #f7f5fb;
  --muted: #aaa6b7;
  --muted-2: #777383;
  --red: #ff313b;
  --red-deep: #b51625;
  --magenta: #f6009f;
  --violet: #8c3cff;
  --purple: #b257ff;
  --green: #27df7b;
  --blue: #3e92ff;
  --radius: 22px;
  --radius-lg: 32px;
  --shadow: 0 26px 90px rgba(0, 0, 0, 0.48);
  --container: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 7%, rgba(209, 14, 46, 0.12), transparent 27%),
    radial-gradient(circle at 88% 18%, rgba(129, 37, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #06060a 0%, #09080e 48%, #06060a 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}
body::selection { background: rgba(246, 0, 159, 0.32); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

#particleCanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  opacity: .88;
  pointer-events: none;
}
.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 0, 159, .10), rgba(140, 60, 255, .045) 38%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -2;
  filter: blur(8px);
}
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }

.header {
  position: fixed;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: transform .35s ease, top .35s ease;
}
.header.scrolled { top: 10px; }
.header__inner {
  min-height: 74px;
  padding: 0 16px 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(8, 8, 13, .70);
  box-shadow: 0 18px 60px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.035);
  backdrop-filter: blur(22px) saturate(130%);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand__text { font-size: 21px; font-weight: 820; letter-spacing: -.03em; }
.brand__logo { position: relative; display: inline-block; width: 40px; height: 40px; flex: 0 0 auto; }
.brand__ring {
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(#09090e,#09090e) padding-box, conic-gradient(from 210deg, #ff3040, #f000a8, #8f44ff, #ff3040) border-box;
  box-shadow: 0 0 15px rgba(246,0,159,.32), inset 0 0 12px rgba(140,60,255,.12);
  animation: logoPulse 3.2s ease-in-out infinite;
}
.brand__tail {
  position: absolute;
  left: 5px;
  bottom: 2px;
  width: 11px;
  height: 11px;
  border-left: 2px solid var(--magenta);
  transform: rotate(34deg) skewY(-22deg);
  filter: drop-shadow(0 0 6px rgba(246,0,159,.5));
}
.brand__dots { position: absolute; inset: 0; display: flex; justify-content: center; align-items: center; gap: 4px; }
.brand__dots i { width: 3px; height: 3px; border-radius: 50%; background: #f777d4; box-shadow: 0 0 7px #f6009f; animation: dotBlink 1.5s ease-in-out infinite; }
.brand__dots i:nth-child(2) { animation-delay: .16s; }
.brand__dots i:nth-child(3) { animation-delay: .32s; }
.brand__logo--large { width: 96px; height: 96px; }
.brand__logo--large .brand__ring { border-width: 4px; }
.brand__logo--large .brand__tail { width: 21px; height: 21px; left: 12px; bottom: 7px; border-width: 4px; }
.brand__logo--large .brand__dots { gap: 8px; }
.brand__logo--large .brand__dots i { width: 7px; height: 7px; }
.brand__logo--small { width: 34px; height: 34px; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.nav a { position: relative; text-decoration: none; color: #c5c1cc; font-size: 14px; font-weight: 620; transition: color .25s ease; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--red), var(--magenta), var(--violet)); transform: scaleX(0); transform-origin: center; transition: transform .25s ease; }
.nav a:hover { color: white; }
.nav a:hover::after { transform: scaleX(1); }
.header__actions { display: flex; align-items: center; gap: 10px; }
.button {
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -.01em;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.button::before { content: ""; position: absolute; inset: -1px; background: linear-gradient(105deg, transparent 28%, rgba(255,255,255,.24) 48%, transparent 68%); transform: translateX(-120%); transition: transform .7s ease; }
.button:hover::before { transform: translateX(120%); }
.button:hover { transform: translateY(-2px); }
.button--primary { background: linear-gradient(135deg, #e72c34, #b6152c 48%, #d2175d); border-color: rgba(255, 96, 111, .38); box-shadow: 0 14px 34px rgba(199, 25, 49, .26), inset 0 1px 0 rgba(255,255,255,.2); }
.button--primary:hover { box-shadow: 0 18px 45px rgba(230, 33, 69, .36), 0 0 24px rgba(246,0,159,.12); }
.button--ghost { background: rgba(255,255,255,.025); border-color: var(--line); box-shadow: inset 0 1px 0 rgba(255,255,255,.025); }
.button--ghost:hover { background: rgba(255,255,255,.05); border-color: rgba(235,75,168,.3); }
.button--large { min-height: 58px; padding: 0 26px; border-radius: 15px; font-size: 15px; }
.button__icon { font-size: 20px; line-height: 1; }
.button__arrow { font-size: 20px; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border-radius: 13px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.menu-button span { display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 10px; background: white; transition: transform .25s ease, opacity .25s ease; }
.menu-button.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button.open span:nth-child(2) { opacity: 0; }
.menu-button.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { min-height: 100vh; position: relative; overflow: clip; padding: 150px 0 70px; }
.hero__inner { min-height: 720px; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 62px; position: relative; z-index: 2; }
.hero__content { padding-bottom: 22px; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 9px; min-height: 34px; padding: 0 14px; border-radius: 999px; border: 1px solid rgba(255,60,88,.26); background: rgba(136,15,37,.12); color: #ff8e99; font-size: 12px; font-weight: 760; letter-spacing: .01em; }
.eyebrow__bolt { color: #ff5f6a; text-shadow: 0 0 12px rgba(255,49,59,.8); animation: boltPulse 1.6s ease-in-out infinite; }
.hero h1 { margin: 25px 0 25px; max-width: 750px; font-size: clamp(55px, 5vw, 88px); line-height: .98; letter-spacing: -.065em; font-weight: 860; }
.gradient-text { background: linear-gradient(92deg, #ff4f57 0%, #ec2d73 43%, #cf23b7 70%, #9a50ff 100%); background-size: 180% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: gradientShift 6s linear infinite; }
.hero__lead { max-width: 690px; margin: 0; color: #b9b5c1; font-size: 17px; line-height: 1.72; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero__advantages { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 27px; color: #aba6b2; font-size: 12px; font-weight: 600; }
.hero__advantages span { display: inline-flex; align-items: center; gap: 8px; }
.hero__advantages i { width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--red), var(--magenta)); box-shadow: 0 0 10px rgba(246,0,159,.55); }
.hero__visual { position: relative; perspective: 1500px; }
.app-shell { position: relative; border: 1px solid rgba(207,38,173,.56); border-radius: 25px; overflow: hidden; background: #0b0b11; box-shadow: 0 36px 110px rgba(0,0,0,.6), 0 0 42px rgba(237,23,128,.15), 0 0 65px rgba(140,60,255,.10); transform-style: preserve-3d; animation: appFloat 7s ease-in-out infinite; }
.app-shell__glow { position: absolute; z-index: 0; inset: -30%; background: conic-gradient(from 90deg, transparent 0 17%, rgba(255,44,57,.2), transparent 30% 51%, rgba(143,61,255,.26), transparent 67%); filter: blur(45px); animation: shellGlow 12s linear infinite; pointer-events: none; }
.app-shell__topline { position: absolute; top: -1px; left: 9%; width: 70%; height: 2px; z-index: 4; background: linear-gradient(90deg, transparent, #ff4752, #f6009f, #8c3cff, transparent); box-shadow: 0 0 16px rgba(246,0,159,.85); animation: topLine 4s ease-in-out infinite; }
.app-shell__bar { position: relative; z-index: 2; height: 62px; padding: 0 18px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); background: rgba(10,10,16,.94); }
.app-shell__identity { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.mini-logo { width: 27px; height: 27px; border-radius: 50%; border: 1px solid var(--magenta); display: inline-flex; align-items: center; justify-content: center; gap: 2px; box-shadow: 0 0 10px rgba(246,0,159,.25); }
.mini-logo i { width: 2px; height: 2px; border-radius: 50%; background: #f987dd; }
.online-pill { display: inline-flex; align-items: center; gap: 6px; min-height: 24px; padding: 0 9px; border-radius: 7px; border: 1px solid rgba(39,223,123,.35); background: rgba(18,109,63,.15); color: #4df290; font-size: 10px; }
.online-pill i { width: 5px; height: 5px; border-radius: 50%; background: #32e783; box-shadow: 0 0 9px #27df7b; }
.app-shell__stats { display: flex; gap: 14px; padding-left: 14px; border-left: 1px solid var(--line); color: #797583; font-size: 10px; }
.app-shell__stats b { color: #bbb7c3; font-weight: 650; }
.window-controls { margin-left: auto; display: flex; gap: 13px; }
.window-controls i { width: 8px; height: 8px; border-radius: 50%; background: #45424d; }
.app-shell__screen { position: relative; z-index: 2; overflow: hidden; aspect-ratio: 1647/894; background: #08090d; }
.app-shell__screen img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .94; filter: saturate(.90) contrast(1.04) brightness(.84); }
.screen-scan { position: absolute; left: 0; top: -25%; width: 100%; height: 22%; background: linear-gradient(180deg, transparent, rgba(255,39,87,.08), rgba(205,40,222,.13), transparent); filter: blur(4px); animation: scanScreen 5.6s linear infinite; }
.screen-reflection { position: absolute; inset: 0; background: linear-gradient(118deg, rgba(255,255,255,.055), transparent 21% 76%, rgba(133,49,255,.04)); pointer-events: none; }
.app-shell__status { position: relative; z-index: 2; min-height: 38px; padding: 0 14px; display: flex; align-items: center; gap: 15px; color: #96929e; font-size: 9px; background: #0b0b10; border-top: 1px solid var(--line); }
.app-shell__status span { display: inline-flex; align-items: center; gap: 6px; }
.status-platform { width: 13px; height: 13px; object-fit: contain; filter: drop-shadow(0 0 6px rgba(190,90,255,.28)); }
.status-dot { width: 6px; height: 6px; border-radius: 50%; }
.status-dot--purple { background: #9b55ff; box-shadow: 0 0 8px #9b55ff; }
.status-dot--green { background: #31d878; box-shadow: 0 0 8px #31d878; }
.status-dot--blue { background: #3c8fff; box-shadow: 0 0 8px #3c8fff; }
.status-dot--pink { background: #ef3d99; box-shadow: 0 0 8px #ef3d99; }
.app-shell__connected { margin-left: auto; color: #72da9b; }
.app-shell__connected i { width: 6px; height: 6px; border-radius: 50%; background: #31d878; box-shadow: 0 0 8px #31d878; animation: connectedPulse 1.4s ease-in-out infinite; }
.floating-card { position: absolute; z-index: 8; min-width: 218px; padding: 12px 15px; border: 1px solid var(--line-strong); border-radius: 14px; display: flex; align-items: center; gap: 11px; background: rgba(14,13,20,.82); box-shadow: 0 18px 42px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.045); backdrop-filter: blur(18px); }
.floating-card b { display: block; font-size: 12px; }
.floating-card small { color: #85808e; font-size: 9px; }
.floating-card__icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, rgba(240,37,63,.25), rgba(154,35,173,.26)); box-shadow: 0 0 15px rgba(246,0,159,.16); overflow: hidden; }
.floating-card__icon--images { width: 65px; display: flex; padding: 5px; }
.floating-card__icon--images img { width: 20px; height: 20px; object-fit: contain; margin-left: -3px; filter: drop-shadow(0 0 5px rgba(255,255,255,.12)); }
.floating-card__icon--images img:first-child { margin-left: 0; }
.floating-card__icon--role img { width: 25px; height: 25px; object-fit: contain; image-rendering: pixelated; }
.floating-card--left { left: -45px; bottom: 76px; animation: cardFloatLeft 5.4s ease-in-out infinite; }
.floating-card--right { right: -25px; top: 94px; animation: cardFloatRight 5.8s ease-in-out infinite; }
.hero__aurora { position: absolute; width: 720px; height: 220px; border-radius: 50%; filter: blur(42px); opacity: .24; pointer-events: none; }
.hero__aurora--red { left: -280px; bottom: 160px; background: radial-gradient(ellipse, rgba(255,45,50,.65), transparent 66%); transform: rotate(14deg); animation: auroraRed 8s ease-in-out infinite; }
.hero__aurora--violet { right: -260px; bottom: 100px; background: radial-gradient(ellipse, rgba(126,49,255,.7), transparent 68%); transform: rotate(-15deg); animation: auroraViolet 9s ease-in-out infinite; }
.hero__grid { position: absolute; left: -5%; right: -5%; bottom: -180px; height: 440px; background-image: linear-gradient(rgba(227,32,68,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(132,52,255,.13) 1px, transparent 1px); background-size: 56px 56px; transform: perspective(520px) rotateX(64deg); transform-origin: top center; mask-image: linear-gradient(to bottom, transparent 0, black 28%, black 62%, transparent 100%); opacity: .55; animation: gridTravel 8s linear infinite; }
.hero__metrics { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 20px; background: rgba(12,11,17,.72); backdrop-filter: blur(18px); box-shadow: var(--shadow); overflow: hidden; }
.hero__metrics article { min-height: 118px; padding: 23px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.hero__metrics article:last-child { border-right: 0; }
.hero__metrics strong { font-size: 31px; line-height: 1; letter-spacing: -.04em; background: linear-gradient(90deg, #fff, #ff6e82, #c365ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__metrics span { margin-top: 8px; color: #807b88; font-size: 12px; }

.section { padding: 21px 0; position: relative; }
.section-heading { max-width: 770px; margin-bottom: 38px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2, .overlay-copy h2, .about-panel h2 { margin: 17px 0 16px; font-size: clamp(40px, 4.3vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading p, .overlay-copy > p, .about-panel__copy > p { margin: 0; color: #9995a1; font-size: 16px; }
.features-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(240px, 1fr); gap: 16px; align-items: stretch; }
.feature-card { min-height: 240px; height: 100%; position: relative; overflow: hidden; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(21,19,28,.87), rgba(11,10,16,.8)); box-shadow: 0 20px 50px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.035); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.feature-card::before { content: ""; position: absolute; width: 170px; height: 170px; right: -80px; top: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(246,0,159,.18), transparent 68%); pointer-events: none; }
.feature-card:hover { border-color: rgba(236,56,156,.28); box-shadow: 0 28px 70px rgba(0,0,0,.4), 0 0 28px rgba(246,0,159,.07); }
.feature-card--wide { grid-column: 1; grid-row: 1 / span 2; min-height: 100%; display: grid; grid-template-columns: auto 1fr; align-content: start; column-gap: 18px; }
.feature-card__icon { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,81,155,.24); border-radius: 14px; background: linear-gradient(145deg, rgba(219,35,69,.25), rgba(135,36,182,.28)); color: #ff73bf; box-shadow: 0 0 22px rgba(246,0,159,.13), inset 0 1px 0 rgba(255,255,255,.1); }
.feature-card__icon span { font-size: 24px; }
.feature-card__icon--asset img { width: 32px; height: 32px; object-fit: contain; filter: drop-shadow(0 0 9px rgba(255,255,255,.18)); }
.feature-card h3 { margin: 12px 0 9px; font-size: 18px; letter-spacing: -.025em; }
.feature-card--wide h3 { margin-top: 4px; }
.feature-card p { margin: 0; color: #97929f; font-size: 13px; line-height: 1.7; }
.message-stack { grid-column: 1 / -1; margin-top: auto; padding-top: 21px; display: flex; flex-direction: column; gap: 8px; }
.message-stack > div { display: flex; align-items: center; gap: 10px; min-height: 43px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.055); border-radius: 11px; background: rgba(255,255,255,.018); animation: messageBreath 4.5s ease-in-out infinite; }
.message-stack > div:nth-child(2) { animation-delay: .75s; }
.message-stack > div:nth-child(3) { animation-delay: 1.5s; }
.message-stack__copy { display: flex; align-items: center; gap: 8px; color: #aba7b1; font-size: 11px; }
.message-stack__author { display: inline-flex; align-items: center; gap: 5px; }
.message-stack strong { color: #f2eef6; font-size: 11px; }
.platform-mark { width: 24px; height: 24px; flex: 0 0 24px; border-radius: 7px; display: inline-grid; place-items: center; overflow: hidden; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.075); }
.platform-mark img { width: 18px; height: 18px; object-fit: contain; filter: drop-shadow(0 0 5px rgba(255,255,255,.14)); }
.role-badge { width: 17px; height: 17px; flex: 0 0 17px; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 0 5px rgba(255,255,255,.10)); }
.role-badge--large { width: 22px; height: 22px; flex-basis: 22px; }
.section--platforms::before { content: ""; position: absolute; left: 50%; top: 50%; width: 980px; height: 400px; transform: translate(-50%,-50%); background: radial-gradient(ellipse, rgba(142,39,182,.09), transparent 68%); pointer-events: none; }
.platforms-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.platform-card { min-height: 142px; position: relative; padding: 20px 44px 20px 20px; display: grid; grid-template-columns: 64px 1fr; gap: 15px; align-items: center; border: 1px solid var(--line); border-radius: 18px; background: rgba(15,14,21,.82); box-shadow: 0 18px 45px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.03); overflow: hidden; }
.platform-card::before { content: ""; position: absolute; inset: 0; opacity: .12; pointer-events: none; }
.platform-card--twitch::before { background: linear-gradient(135deg,#4c176d,transparent 62%); }
.platform-card--kick::before { background: linear-gradient(135deg,#0e5927,transparent 62%); }
.platform-card--vk::before { background: linear-gradient(135deg,#711725,transparent 62%); }
.platform-card--da::before { background: linear-gradient(135deg,#3f214e,transparent 62%); }
.platform-card__logo { position: relative; z-index: 1; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 17px; background: linear-gradient(145deg,rgba(156,74,255,.23),rgba(82,34,185,.14)); border: 1px solid rgba(174,95,255,.24); box-shadow: 0 0 24px rgba(140,60,255,.16), inset 0 1px 0 rgba(255,255,255,.05); }
.platform-card__logo img { width: 44px; height: 44px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(255,255,255,.11)); transition: transform .3s ease, filter .3s ease; }
.platform-card:hover .platform-card__logo img { transform: scale(1.08) rotate(-2deg); filter: drop-shadow(0 0 13px rgba(255,255,255,.2)); }
.platform-card--kick .platform-card__logo { background: linear-gradient(145deg,rgba(75,223,37,.17),rgba(21,155,19,.08)); border-color: rgba(80,235,43,.22); }
.platform-card--vk .platform-card__logo { background: linear-gradient(145deg,rgba(255,82,96,.18),rgba(213,22,52,.08)); border-color: rgba(255,82,96,.22); }
.platform-card--da .platform-card__logo { background: linear-gradient(145deg,rgba(246,0,159,.13),rgba(140,60,255,.13)); border-color: rgba(246,0,159,.2); }
.platform-card h3 { margin: 0 0 5px; font-size: 16px; }
.platform-card p { margin: 0; color: #8f8a96; font-size: 11px; line-height: 1.55; }
.platform-card__check { position: absolute; right: 14px; top: 14px; width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: #ad65ff; background: rgba(140,60,255,.08); font-size: 10px; }
.platform-card--kick .platform-card__check { color: #48e881; background: rgba(39,223,123,.08); }
.platform-card--vk .platform-card__check { color: #ff6072; background: rgba(255,49,59,.08); }
.platform-card--da .platform-card__check { color: #ff72c9; background: rgba(246,0,159,.08); }

.section--roles { padding-top: 76px; }
.section--roles::before { content: ""; position: absolute; left: 50%; top: 55%; width: 1100px; height: 620px; transform: translate(-50%,-50%); background: radial-gradient(ellipse, rgba(230,35,104,.07), transparent 34%), radial-gradient(ellipse at 68% 50%, rgba(140,60,255,.085), transparent 48%); pointer-events: none; }
.roles-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; gap: 20px; align-items: stretch; }
.role-chat-panel { min-height: 490px; padding: 22px; border: 1px solid rgba(221,47,143,.22); border-radius: 26px; background: linear-gradient(145deg,rgba(21,18,29,.91),rgba(9,9,14,.95)); box-shadow: var(--shadow), 0 0 50px rgba(157,42,212,.07); overflow: hidden; position: relative; }
.role-chat-panel::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.022) 1px, transparent 1px); background-size: 34px 34px; opacity: .35; mask-image: linear-gradient(to bottom, black, transparent 78%); pointer-events: none; }
.role-chat-panel__header { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #77727f; font-size: 11px; }
.role-chat-panel__header > div { display: flex; align-items: center; gap: 12px; }
.role-chat-panel__header strong { color: #f5f2f8; font-size: 13px; }
.role-chat-panel__live { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,60,87,.2); border-radius: 99px; color: #ff8e9a; background: rgba(132,21,42,.13); }
.role-chat-panel__live i { width: 6px; height: 6px; border-radius: 50%; background: #ff3949; box-shadow: 0 0 9px #ff3949; animation: livePulse 1.2s ease-in-out infinite; }
.role-chat-list { position: relative; z-index: 2; display: grid; gap: 13px; margin-top: 22px; }
.role-chat-message { position: relative; min-height: 112px; padding: 17px 18px 17px 78px; border: 1px solid rgba(255,255,255,.07); border-radius: 18px; background: linear-gradient(135deg,rgba(25,23,33,.9),rgba(13,12,18,.95)); box-shadow: 0 14px 35px rgba(0,0,0,.22); overflow: hidden; animation: roleMessageFlow 8s ease-in-out infinite; }
.role-chat-message::after { content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 2px; border-radius: 9px; background: linear-gradient(to bottom,transparent,#ff3949,#f6009f,transparent); box-shadow: 0 0 12px rgba(246,0,159,.5); }
.role-chat-message--moderator { animation-delay: 1.1s; }
.role-chat-message--moderator::after { background: linear-gradient(to bottom,transparent,#54e53b,#13a632,transparent); box-shadow: 0 0 12px rgba(44,219,91,.42); }
.role-chat-message--vip { animation-delay: 2.2s; }
.role-chat-message--vip::after { background: linear-gradient(to bottom,transparent,#ff40c0,#963fff,transparent); }
.role-chat-avatar { position: absolute; left: 18px; top: 24px; width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid rgba(239,48,144,.55); border-radius: 50%; background: linear-gradient(145deg,#321849,#1e1630); color: white; font-size: 12px; font-weight: 850; box-shadow: 0 0 18px rgba(246,0,159,.15); }
.role-chat-message--moderator .role-chat-avatar { border-color: rgba(61,224,94,.48); background: linear-gradient(145deg,#15331f,#102419); }
.role-chat-message--vip .role-chat-avatar { border-color: rgba(220,51,210,.55); }
.role-chat-message__meta { display: flex; align-items: center; gap: 8px; }
.role-chat-message__meta strong { font-size: 13px; }
.role-chat-message__meta time { margin-left: auto; color: #66616e; font-size: 9px; }
.role-chat-message__content p { margin: 14px 0 0; color: #aaa5b0; font-size: 12px; line-height: 1.55; }
.chat-platform-icon { width: 23px; height: 23px; object-fit: contain; }
.roles-grid { display: grid; gap: 14px; }
.role-card { min-height: 150px; position: relative; display: grid; grid-template-columns: 74px 1fr; gap: 17px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,rgba(21,19,28,.88),rgba(11,10,16,.84)); box-shadow: 0 20px 48px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.035); overflow: hidden; }
.role-card::before { content: ""; position: absolute; inset: 0; opacity: .1; pointer-events: none; }
.role-card--owner::before { background: linear-gradient(115deg,#d42335,transparent 54%); }
.role-card--moderator::before { background: linear-gradient(115deg,#19b93f,transparent 54%); }
.role-card--vip::before { background: linear-gradient(115deg,#ef16b8,transparent 54%); }
.role-card__icon { position: relative; z-index: 2; width: 74px; height: 74px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.075); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.role-card__icon img { width: 54px; height: 54px; object-fit: contain; image-rendering: pixelated; filter: drop-shadow(0 0 12px rgba(255,255,255,.12)); transition: transform .3s ease; }
.role-card:hover .role-card__icon img { transform: scale(1.08) translateY(-2px); }
.role-card > div:last-child { position: relative; z-index: 2; }
.role-card span { color: #8d8795; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.role-card h3 { margin: 5px 0 5px; font-size: 18px; }
.role-card p { margin: 0; color: #918c98; font-size: 11px; line-height: 1.55; }

.overlay-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 75px; }
.overlay-copy h2 { font-size: clamp(42px,4.6vw,68px); }
.check-list { list-style: none; padding: 0; margin: 29px 0 0; display: grid; gap: 15px; }
.check-list li { display: flex; align-items: center; gap: 12px; color: #c2bec8; font-size: 14px; }
.check-list i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: #ff809c; background: rgba(220,36,70,.12); border: 1px solid rgba(255,65,91,.18); font-style: normal; }
.overlay-preview { min-height: 510px; position: relative; overflow: hidden; padding: 23px; border: 1px solid rgba(221,47,143,.25); border-radius: 28px; background: linear-gradient(145deg, rgba(21,18,29,.9), rgba(9,9,14,.93)); box-shadow: var(--shadow), 0 0 55px rgba(157,42,212,.09); }
.overlay-preview__grid { position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 35px 35px; mask-image: linear-gradient(to bottom, black, transparent); opacity: .4; }
.overlay-preview__header { position: relative; z-index: 2; display: flex; justify-content: space-between; color: #aaa5b1; font-size: 12px; }
.overlay-preview__header b { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,60,87,.2); border-radius: 99px; color: #ff8e9a; background: rgba(132,21,42,.13); font-size: 10px; }
.overlay-preview__header b i { width: 6px; height: 6px; border-radius: 50%; background: #ff3949; box-shadow: 0 0 9px #ff3949; animation: livePulse 1.2s ease-in-out infinite; }
.overlay-chat { position: relative; z-index: 2; margin-top: 58px; display: grid; gap: 15px; }
.overlay-message { min-height: 104px; position: relative; padding: 16px 18px 16px 76px; border: 1px solid rgba(255,255,255,.07); border-radius: 18px; background: linear-gradient(135deg,rgba(25,23,33,.9),rgba(13,12,18,.94)); box-shadow: 0 14px 35px rgba(0,0,0,.25); animation: overlayMessage 7.5s ease-in-out infinite; }
.overlay-message--two { margin-left: 58px; animation-delay: 1.2s; }
.overlay-message--three { margin-left: 20px; animation-delay: 2.4s; }
.overlay-avatar { position:absolute; left:16px; top:18px; width:46px; height:46px; display:grid; place-items:center; border: 2px solid rgba(239,48,144,.68); border-radius: 50%; background: linear-gradient(145deg,#321849,#1e1630); color:#fff; font-weight:800; box-shadow: 0 0 18px rgba(246,0,159,.19); }
.overlay-message__body > div { display:flex; align-items:center; gap:8px; }
.overlay-message__body strong { font-size: 13px; }
.overlay-message__body time { margin-left:auto; color:#696572; font-size:9px; }
.overlay-message__body p { margin: 13px 0 0; color:#b2aeb8; font-size:12px; }
.overlay-preview__pulse { position:absolute; right:-100px; bottom:-100px; width:310px; height:310px; border-radius:50%; border:1px solid rgba(144,62,255,.3); box-shadow: 0 0 45px rgba(144,62,255,.13), inset 0 0 45px rgba(246,0,159,.06); animation: pulseOrbit 5s ease-in-out infinite; }
.section--about { padding-top: 44px; }
.about-panel { min-height: 300px; padding: 45px 52px; display: grid; grid-template-columns: 120px 1fr 220px; align-items: center; gap: 36px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(110deg,rgba(33,15,24,.75),rgba(14,13,20,.9) 50%,rgba(30,17,51,.75)); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.about-panel::before { content:""; position:absolute; inset:0; background: linear-gradient(90deg,rgba(255,45,59,.06),transparent 34%,transparent 66%,rgba(140,60,255,.07)); pointer-events:none; }
.about-panel__copy { position:relative; z-index:2; }
.about-panel h2 { max-width: 780px; font-size: clamp(34px,3.5vw,54px); }
.about-panel__signal { height: 120px; display:flex; align-items:flex-end; justify-content:center; gap:10px; }
.about-panel__signal span { width:10px; border-radius:99px; background: linear-gradient(to top,var(--red),var(--magenta),var(--violet)); box-shadow:0 0 14px rgba(246,0,159,.19); animation: equalizer 1.4s ease-in-out infinite; }
.about-panel__signal span:nth-child(1){height:45px;}
.about-panel__signal span:nth-child(2){height:90px;animation-delay:.18s;}
.about-panel__signal span:nth-child(3){height:65px;animation-delay:.36s;}
.about-panel__signal span:nth-child(4){height:105px;animation-delay:.54s;}
.section--download { padding-top: 18px; }
.download-panel { min-height: 190px; padding: 28px 31px; display: grid; grid-template-columns: 78px 1fr auto; gap: 25px; align-items: center; border: 1px solid rgba(211,48,151,.38); border-radius: 25px; background: linear-gradient(100deg,rgba(45,15,24,.87),rgba(16,13,21,.95) 54%,rgba(34,17,56,.87)); box-shadow: 0 24px 70px rgba(0,0,0,.38), 0 0 35px rgba(231,43,111,.08); }
.download-panel__rocket { width: 67px; height:67px; display:grid; place-items:center; border-radius:50%; border:1px solid rgba(240,62,169,.32); background:linear-gradient(145deg,rgba(226,35,74,.22),rgba(129,42,210,.25)); color:#ff70c6; font-size:26px; transform:rotate(-38deg); box-shadow:0 0 22px rgba(246,0,159,.12); animation: rocketFloat 3.6s ease-in-out infinite; }
.download-panel__copy > span { color:#ff98b0; font-size:12px; font-weight:700; }
.download-panel h2 { margin:6px 0 7px; max-width:790px; font-size:28px; line-height:1.18; letter-spacing:-.035em; }
.download-panel p { margin:0; color:#807b88; font-size:11px; }
.download-panel__actions { display:flex; gap:10px; }
.footer { padding: 24px 0 35px; }
.footer__inner { min-height: 72px; display:flex; align-items:center; gap:25px; border-top:1px solid var(--line); padding-top:24px; color:#686472; font-size:12px; }
.footer__inner p { margin:0 auto 0 0; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s cubic-bezier(.2,.75,.24,1), transform .85s cubic-bezier(.2,.75,.24,1); }
.reveal--delay { transition-delay: .14s; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.tilt { transform-style: preserve-3d; will-change: transform; transition: transform .18s ease, border-color .25s ease, box-shadow .25s ease; }

@keyframes logoPulse { 0%,100%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.055);filter:brightness(1.2)} }
@keyframes dotBlink { 0%,100%{opacity:.28;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)} }
@keyframes boltPulse { 0%,100%{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)} }
@keyframes gradientShift { 0%{background-position:0 50%}100%{background-position:180% 50%} }
@keyframes appFloat { 0%,100%{transform:translateY(0) rotateX(0) rotateY(0)}50%{transform:translateY(-9px) rotateX(.4deg) rotateY(-.7deg)} }
@keyframes shellGlow { to{transform:rotate(360deg)} }
@keyframes topLine { 0%,100%{opacity:.45;transform:scaleX(.82)}50%{opacity:1;transform:scaleX(1)} }
@keyframes scanScreen { from{top:-28%}to{top:110%} }
@keyframes connectedPulse { 0%,100%{opacity:.45;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)} }
@keyframes cardFloatLeft { 0%,100%{transform:translate(0,0)}50%{transform:translate(5px,-9px)} }
@keyframes cardFloatRight { 0%,100%{transform:translate(0,0)}50%{transform:translate(-5px,8px)} }
@keyframes auroraRed { 0%,100%{transform:translateX(0) rotate(14deg) scale(1)}50%{transform:translateX(90px) rotate(8deg) scale(1.18)} }
@keyframes auroraViolet { 0%,100%{transform:translateX(0) rotate(-15deg) scale(1)}50%{transform:translateX(-90px) rotate(-9deg) scale(1.16)} }
@keyframes gridTravel { to{background-position:0 56px,56px 0} }
@keyframes messageBreath { 0%,100%{border-color:rgba(255,255,255,.055);transform:translateX(0)}50%{border-color:rgba(239,54,147,.18);transform:translateX(4px)} }
@keyframes livePulse { 0%,100%{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)} }
@keyframes overlayMessage { 0%,100%{transform:translateX(0);border-color:rgba(255,255,255,.07)}50%{transform:translateX(7px);border-color:rgba(238,50,157,.2)} }
@keyframes roleMessageFlow { 0%,100%{transform:translateX(0);border-color:rgba(255,255,255,.07)}50%{transform:translateX(5px);border-color:rgba(238,50,157,.16)} }
@keyframes pulseOrbit { 0%,100%{transform:scale(.82);opacity:.32}50%{transform:scale(1.08);opacity:.7} }
@keyframes equalizer { 0%,100%{transform:scaleY(.5);opacity:.45}50%{transform:scaleY(1.1);opacity:1} }
@keyframes rocketFloat { 0%,100%{transform:rotate(-38deg) translate(0,0)}50%{transform:rotate(-38deg) translate(4px,-7px)} }

@media (max-width: 1240px) {
  .nav { gap: 18px; }
  .header__repo { display:none; }
  .hero__inner { grid-template-columns: 1fr; padding-top: 70px; }
  .hero__content { max-width: 900px; text-align:center; margin:0 auto; }
  .hero__lead { margin-inline:auto; }
  .hero__actions,.hero__advantages { justify-content:center; }
  .hero__visual { max-width: 1000px; margin: 0 auto; }
  .features-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: auto; }
  .platforms-grid { grid-template-columns: repeat(2,1fr); }
  .roles-layout { grid-template-columns: 1fr; }
  .roles-grid { grid-template-columns: repeat(3,1fr); }
  .role-card { grid-template-columns: 62px 1fr; }
  .role-card__icon { width: 62px; height: 62px; }
  .role-card__icon img { width: 46px; height: 46px; }
  .overlay-layout { grid-template-columns: 1fr; }
  .overlay-copy { max-width: 760px; }
  .download-panel { grid-template-columns: 70px 1fr; }
  .download-panel__actions { grid-column: 1 / -1; justify-content:flex-end; }
}
@media (max-width: 900px) {
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 32px; }
  .pricing-section { padding-top: 72px; }
  .section--roles { padding-top: 64px; }
  .section--about { padding-top: 36px; }
  .section--download { padding-top: 14px; }
  .header__inner { min-height:64px; }
  .nav { position:absolute; left:20px; right:20px; top:76px; padding:15px; flex-direction:column; align-items:stretch; gap:3px; border:1px solid var(--line); border-radius:16px; background:rgba(10,9,15,.96); box-shadow:var(--shadow); backdrop-filter:blur(20px); opacity:0; visibility:hidden; transform:translateY(-10px); transition:.25s ease; }
  .nav.open { opacity:1; visibility:visible; transform:translateY(0); }
  .nav a { padding:12px 13px; border-radius:10px; }
  .nav a:hover { background:rgba(255,255,255,.035); }
  .nav a::after { display:none; }
  .menu-button { display:block; }
  .header__download { display:none; }
  .hero { padding-top:110px; }
  .hero__inner { min-height:auto; }
  .hero h1 { font-size: clamp(48px,9vw,70px); }
  .floating-card { display:none; }
  .hero__metrics { grid-template-columns:repeat(2,1fr); }
  .hero__metrics article:nth-child(2){border-right:0;}
  .hero__metrics article:nth-child(-n+2){border-bottom:1px solid var(--line);}
  .roles-grid { grid-template-columns: 1fr; }
  .about-panel { grid-template-columns:90px 1fr; }
  .about-panel__signal { grid-column:1 / -1; height:70px; }
  .brand__logo--large { width:78px;height:78px; }
}
@media (max-width: 650px) {
  .container { width:min(calc(100% - 24px),var(--container)); }
  .header { top:10px; }
  .header__inner { padding:0 10px 0 15px; border-radius:16px; }
  .brand__text { font-size:18px; }
  .brand__logo { width:36px;height:36px; }
  .hero { padding-top:105px; }
  .hero__inner { gap:40px; }
  .hero__content { text-align:left; }
  .hero h1 { font-size:44px; }
  .hero__lead { font-size:15px; }
  .hero__actions,.hero__advantages { justify-content:flex-start; }
  .hero__actions .button { width:100%; }
  .app-shell__bar { height:52px; padding:0 10px; }
  .app-shell__stats { display:none; }
  .app-shell__status { overflow:hidden; gap:9px; }
  .app-shell__status span:nth-child(n+4) { display:none; }
  .hero__metrics { grid-template-columns:1fr; }
  .hero__metrics article { border-right:0!important; border-bottom:1px solid var(--line); min-height:96px; }
  .hero__metrics article:last-child { border-bottom:0; }
  .section { padding:68px 0; }
  .section-heading h2,.overlay-copy h2,.about-panel h2 { font-size:39px; }
  .features-grid,.platforms-grid { grid-template-columns:1fr; }
  .role-chat-panel { min-height: auto; padding: 16px; }
  .role-chat-panel__header > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .role-chat-message { min-height: 118px; padding-left: 70px; }
  .role-chat-avatar { left: 14px; }
  .role-chat-message__meta { flex-wrap: wrap; }
  .role-chat-message__meta time { margin-left: 0; width: 100%; }
  .role-card { grid-template-columns: 58px 1fr; padding: 17px; }
  .role-card__icon { width: 58px; height: 58px; }
  .role-card__icon img { width: 43px; height: 43px; }
  .feature-card--wide { grid-column:auto; display:block; }
  .feature-card--wide .feature-card__icon { margin-bottom:15px; }
  .message-stack { display:none; }
  .overlay-preview { min-height:470px;padding:16px; }
  .overlay-message { padding-left:66px; }
  .overlay-message--two,.overlay-message--three { margin-left:0; }
  .about-panel { padding:30px 24px; grid-template-columns:1fr; text-align:left; }
  .about-panel__signal { display:none; }
  .download-panel { padding:27px 22px; grid-template-columns:1fr; }
  .download-panel__rocket { width:58px;height:58px; }
  .download-panel__actions { grid-column:auto; flex-direction:column; }
  .download-panel__actions .button { width:100%; }
  .footer__inner { flex-wrap:wrap; }
  .footer__inner p { width:100%; order:3; }
}


/* widgets section */
.widgets-section { position: relative; isolation: isolate; overflow: hidden; }
.widgets-section::before,
.widgets-section::after { content: ""; position: absolute; z-index: -2; pointer-events: none; border-radius: 50%; filter: blur(18px); }
.widgets-section::before { left: -180px; top: 18%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(255,43,71,.13), transparent 67%); animation: widgetOrbLeft 10s ease-in-out infinite; }
.widgets-section::after { right: -170px; bottom: 8%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(132,52,255,.14), transparent 68%); animation: widgetOrbRight 12s ease-in-out infinite; }
.widgets-section__mesh { position: absolute; z-index: -3; inset: 0; opacity: .26; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, transparent 0, #000 12%, #000 88%, transparent); animation: widgetGridDrift 22s linear infinite; }
.widgets-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); gap: 18px; align-items: stretch; }
.widgets-stack { display: grid; grid-template-rows: auto 1fr; gap: 18px; min-width: 0; }
.widget-card { --spot-x: 50%; --spot-y: 50%; --image-x: 0px; --image-y: 0px; position: relative; min-width: 0; padding: 20px; border: 1px solid rgba(233,72,148,.18); border-radius: 24px; background: linear-gradient(145deg, rgba(18,16,26,.94), rgba(9,9,14,.96)); box-shadow: 0 22px 62px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.025); overflow: hidden; transform-style: preserve-3d; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.widget-card::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .76; background: radial-gradient(420px circle at var(--spot-x) var(--spot-y), rgba(255,68,157,.13), transparent 42%), linear-gradient(125deg, rgba(255,53,92,.055), transparent 37%, transparent 64%, rgba(139,61,255,.065)); }
.widget-card::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; left: -48%; width: 34%; pointer-events: none; opacity: .26; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent); animation: widgetCardSweep 8.5s ease-in-out infinite; }
.widget-card:nth-child(2)::after { animation-delay: -2.4s; }
.widget-card:nth-child(3)::after { animation-delay: -4.8s; }
.widget-card:hover { border-color: rgba(255,91,177,.38); box-shadow: 0 28px 78px rgba(0,0,0,.42), 0 0 42px rgba(222,42,133,.10), inset 0 1px 0 rgba(255,255,255,.045); }
.widget-card__ambient { position: absolute; z-index: 0; right: -90px; bottom: -115px; width: 260px; height: 260px; border-radius: 50%; border: 1px solid rgba(177,75,255,.16); box-shadow: 0 0 44px rgba(169,50,255,.07), inset 0 0 42px rgba(255,40,116,.04); animation: widgetAmbientPulse 6s ease-in-out infinite; pointer-events: none; }
.widget-card__meta, .widget-card__head, .widget-card__chips, .widget-card__copy, .widget-preview { position: relative; z-index: 3; }
.widget-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 13px; }
.widget-card__label, .widget-size { display: inline-flex; align-items: center; min-height: 29px; padding: 0 11px; border: 1px solid rgba(255,255,255,.075); border-radius: 999px; background: rgba(255,255,255,.028); color: #d8d2de; font-size: 10px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.widget-card__label { color: #ff9bd0; border-color: rgba(242,64,153,.22); background: rgba(123,22,71,.13); box-shadow: 0 0 16px rgba(246,0,159,.055); }
.widget-size { color: #888390; white-space: nowrap; }
.widget-card__head h3 { margin: 0 0 9px; font-size: 26px; line-height: 1.12; letter-spacing: -.025em; }
.widget-card__head p { margin: 0; color: #9d98a5; font-size: 14px; line-height: 1.66; }
.widget-card__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.widget-card__chips span { min-height: 29px; display: inline-flex; align-items: center; padding: 0 11px; border-radius: 999px; border: 1px solid rgba(255,255,255,.065); background: rgba(255,255,255,.025); color: #e8e2ed; font-size: 11px; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.widget-card:hover .widget-card__chips span { border-color: rgba(255,103,184,.15); background: rgba(239,53,143,.045); }
.widget-card__chips span:hover { transform: translateY(-2px); }
.widget-preview { display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.065); border-radius: 18px; background: radial-gradient(circle at 50% 42%, rgba(117,55,164,.09), transparent 55%), linear-gradient(180deg, rgba(255,255,255,.026), rgba(255,255,255,.012)); box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 13px 34px rgba(0,0,0,.27); }
.widget-preview::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .26; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 24px 24px; animation: widgetPreviewGrid 14s linear infinite; }
.widget-preview img { position: relative; z-index: 2; display: block; max-width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 15px 26px rgba(0,0,0,.36)); transform: translate3d(var(--image-x), var(--image-y), 0) scale(1); transition: transform .18s ease-out, filter .28s ease; }
.widget-card:hover .widget-preview img { filter: drop-shadow(0 18px 33px rgba(0,0,0,.43)) drop-shadow(0 0 14px rgba(185,63,255,.08)); }
.widget-preview__corners { position: absolute; z-index: 4; inset: 10px; pointer-events: none; background: linear-gradient(#ff4b94,#ff4b94) left top/18px 1px no-repeat, linear-gradient(#ff4b94,#ff4b94) left top/1px 18px no-repeat, linear-gradient(#9756ff,#9756ff) right top/18px 1px no-repeat, linear-gradient(#9756ff,#9756ff) right top/1px 18px no-repeat, linear-gradient(#ff4b5d,#ff4b5d) left bottom/18px 1px no-repeat, linear-gradient(#ff4b5d,#ff4b5d) left bottom/1px 18px no-repeat, linear-gradient(#9756ff,#9756ff) right bottom/18px 1px no-repeat, linear-gradient(#9756ff,#9756ff) right bottom/1px 18px no-repeat; opacity: .42; transition: opacity .3s ease, inset .3s ease; }
.widget-card:hover .widget-preview__corners { inset: 7px; opacity: .82; }
.widget-preview__scan { position: absolute; z-index: 3; left: 0; right: 0; top: -24%; height: 18%; pointer-events: none; opacity: .34; background: linear-gradient(to bottom, transparent, rgba(255,86,175,.16), rgba(255,255,255,.11), transparent); filter: blur(.2px); animation: widgetScan 5.8s ease-in-out infinite; }
.widget-card--chat { grid-row: span 1; display: flex; flex-direction: column; }
.widget-preview--chat { width: min(100%, 365px); aspect-ratio: 1 / 1; margin: 18px auto 0; padding: 10px; }
.widget-preview--chat img { width: 100%; }
.widget-card--online, .widget-card--poll { display: grid; grid-template-columns: minmax(220px, .92fr) minmax(300px, 1.08fr); gap: 18px; align-items: center; }
.widget-preview--online { width: min(100%, 425px); min-height: 116px; padding: 20px 16px; justify-self: end; }
.widget-preview--online img { width: min(100%, 389px); }
.widget-preview--poll { width: min(100%, 470px); aspect-ratio: 444 / 243; padding: 10px; justify-self: end; }
.widget-preview--poll img { width: min(100%, 444px); }
.widget-card--timer { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(460px, 1.28fr); gap: 24px; align-items: center; }
.widget-preview--timer { width: min(100%, 760px); aspect-ratio: 1128 / 635; padding: 9px; justify-self: end; }
.widget-preview--timer img { width: 100%; border-radius: 12px; }
.widgets-note { position: relative; margin-top: 18px; padding: 19px 22px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; border: 1px solid rgba(234,74,152,.17); border-radius: 22px; background: linear-gradient(115deg, rgba(37,14,23,.73), rgba(12,11,18,.94) 54%, rgba(31,18,49,.72)); box-shadow: 0 20px 56px rgba(0,0,0,.32); overflow: hidden; }
.widgets-note::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(100deg, transparent, rgba(255,255,255,.035), transparent); transform: translateX(-100%); animation: widgetNoteSweep 7s ease-in-out infinite; }
.widgets-note__icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(145deg, rgba(236,39,91,.18), rgba(136,54,241,.24)); color: #ff8ed6; font-size: 22px; box-shadow: 0 0 22px rgba(246,0,159,.11); animation: widgetIconFloat 3.8s ease-in-out infinite; }
.widgets-note h3 { margin: 0 0 5px; font-size: 20px; }
.widgets-note p { margin: 0; color: #9792a0; font-size: 13px; line-height: 1.65; }
.widgets-note__signal { height: 38px; display: flex; align-items: center; gap: 5px; }
.widgets-note__signal i { width: 4px; border-radius: 99px; background: linear-gradient(to top, #ff3347, #f6009f, #8c3cff); box-shadow: 0 0 9px rgba(246,0,159,.18); animation: widgetSignal 1.15s ease-in-out infinite; }
.widgets-note__signal i:nth-child(1) { height: 13px; }
.widgets-note__signal i:nth-child(2) { height: 27px; animation-delay: -.2s; }
.widgets-note__signal i:nth-child(3) { height: 19px; animation-delay: -.4s; }
.widgets-note__signal i:nth-child(4) { height: 34px; animation-delay: -.6s; }
.widgets-note__signal i:nth-child(5) { height: 22px; animation-delay: -.8s; }

@keyframes widgetOrbLeft { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(70px,55px,0) scale(1.08); } }
@keyframes widgetOrbRight { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-70px,-45px,0) scale(.94); } }
@keyframes widgetGridDrift { from { background-position: 0 0, 0 0; } to { background-position: 44px 44px, 44px 44px; } }
@keyframes widgetCardSweep { 0%,58% { left: -48%; opacity: 0; } 68% { opacity: .26; } 86%,100% { left: 125%; opacity: 0; } }
@keyframes widgetAmbientPulse { 0%,100% { transform: scale(.92); opacity: .46; } 50% { transform: scale(1.08); opacity: .88; } }
@keyframes widgetPreviewGrid { from { background-position: 0 0, 0 0; } to { background-position: 24px 24px, 24px 24px; } }
@keyframes widgetScan { 0%,12% { top: -24%; opacity: 0; } 20% { opacity: .34; } 74% { opacity: .34; } 88%,100% { top: 112%; opacity: 0; } }
@keyframes widgetNoteSweep { 0%,55% { transform: translateX(-100%); } 78%,100% { transform: translateX(100%); } }
@keyframes widgetIconFloat { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-5px) rotate(2deg); } }
@keyframes widgetSignal { 0%,100% { transform: scaleY(.55); opacity: .55; } 50% { transform: scaleY(1); opacity: 1; } }

@media (max-width: 1180px) {
  .widgets-layout { grid-template-columns: 1fr; }
  .widgets-stack { grid-template-rows: auto; }
  .widget-card--chat { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(320px, 1.2fr); gap: 22px; align-items: center; }
  .widget-card--chat .widget-card__meta, .widget-card--chat .widget-card__head, .widget-card--chat .widget-card__chips { grid-column: 1; }
  .widget-card--chat .widget-preview { grid-column: 2; grid-row: 1 / span 3; margin: 0; }
}
@media (max-width: 900px) {
  .widget-card--chat, .widget-card--online, .widget-card--poll, .widget-card--timer { display: flex; flex-direction: column; align-items: stretch; }
  .widget-card--chat .widget-card__meta, .widget-card--chat .widget-card__head, .widget-card--chat .widget-card__chips, .widget-card--chat .widget-preview { grid-column: auto; grid-row: auto; }
  .widget-preview--chat, .widget-preview--online, .widget-preview--poll, .widget-preview--timer { justify-self: auto; margin-left: auto; margin-right: auto; }
  .widget-preview--online { min-height: 104px; }
}
@media (max-width: 650px) {
  .widget-card { padding: 16px; border-radius: 20px; }
  .widget-card__meta { align-items: flex-start; flex-direction: column; }
  .widget-card__head h3 { font-size: 23px; }
  .widget-size { white-space: normal; }
  .widget-preview { border-radius: 15px; }
  .widget-preview--online { padding: 16px 10px; min-height: 88px; }
  .widgets-note { grid-template-columns: 50px 1fr; padding: 17px; }
  .widgets-note__signal { grid-column: 1 / -1; justify-content: center; }
}


/* conversion-focused widget CTA */
.widgets-note__action { position: relative; z-index: 2; display: flex; align-items: center; gap: 16px; }
.widgets-note__action .button { min-height: 46px; padding: 0 18px; white-space: nowrap; }
.widget-size { color: #bdb6c4; text-transform: none; letter-spacing: .01em; font-weight: 650; }
@media (max-width: 900px) {
  .widgets-note__action { grid-column: 1 / -1; justify-content: space-between; }
}
@media (max-width: 650px) {
  .widgets-note__action { flex-direction: column; align-items: stretch; }
  .widgets-note__action .widgets-note__signal { justify-content: center; }
  .widgets-note__action .button { width: 100%; }
}


/* pricing */
.pricing-section { position: relative; isolation: isolate; overflow: hidden; padding-top: 84px; }
.pricing-section::before { content: ""; position: absolute; z-index: -3; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, transparent, #000 13%, #000 88%, transparent); animation: pricingGridMove 24s linear infinite; }
.pricing-section__orb { position: absolute; z-index: -2; width: 520px; height: 520px; border-radius: 50%; filter: blur(28px); pointer-events: none; }
.pricing-section__orb--red { left: -230px; top: 18%; background: radial-gradient(circle, rgba(255,45,72,.14), transparent 68%); animation: pricingOrbRed 10s ease-in-out infinite; }
.pricing-section__orb--violet { right: -230px; bottom: 0; background: radial-gradient(circle, rgba(138,55,255,.16), transparent 68%); animation: pricingOrbViolet 12s ease-in-out infinite; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.price-card { --price-spot-x: 50%; --price-spot-y: 30%; position: relative; min-height: 540px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.085); border-radius: 25px; background: linear-gradient(145deg, rgba(20,18,28,.94), rgba(9,9,14,.97)); box-shadow: 0 24px 68px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.03); overflow: hidden; transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease; }
.price-card::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .9; background: radial-gradient(420px circle at var(--price-spot-x) var(--price-spot-y), rgba(255,66,150,.12), transparent 43%), linear-gradient(130deg, rgba(255,52,83,.055), transparent 38%, transparent 62%, rgba(136,57,255,.07)); }
.price-card::after { content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; left: -55%; width: 35%; pointer-events: none; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent); opacity: 0; animation: pricingSweep 8.8s ease-in-out infinite; }
.price-card:nth-child(2)::after { animation-delay: -2.8s; }
.price-card:nth-child(3)::after { animation-delay: -5.6s; }
.price-card:hover { border-color: rgba(255,86,174,.34); box-shadow: 0 30px 82px rgba(0,0,0,.46), 0 0 38px rgba(225,43,135,.10), inset 0 1px 0 rgba(255,255,255,.045); }
.price-card--popular { border-color: rgba(234,64,148,.27); background: linear-gradient(145deg, rgba(27,17,31,.96), rgba(10,9,16,.98)); }
.price-card--featured { border-color: rgba(154,79,255,.42); box-shadow: 0 26px 76px rgba(0,0,0,.42), 0 0 42px rgba(143,55,255,.12), inset 0 1px 0 rgba(255,255,255,.04); }
.price-card__glow { position: absolute; z-index: 0; right: -100px; top: -115px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(255,45,139,.19), transparent 69%); animation: priceGlowPulse 5.8s ease-in-out infinite; pointer-events: none; }
.price-card--featured .price-card__glow { background: radial-gradient(circle, rgba(145,64,255,.22), transparent 69%); }
.price-card__top, .price-card h3, .price-card__price, .price-card__description, .price-card__saving, .price-card__features, .price-card__button { position: relative; z-index: 3; }
.price-card__top { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 22px; }
.price-card__period, .price-card__caption { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border: 1px solid rgba(255,255,255,.075); border-radius: 999px; background: rgba(255,255,255,.03); color: #ded8e3; font-size: 11px; font-weight: 720; }
.price-card__period { border-color: rgba(244,66,149,.22); background: rgba(123,21,72,.15); color: #ff9bce; }
.price-card__caption { color: #8f8997; }
.price-card__caption--accent { border-color: rgba(155,81,255,.24); background: rgba(87,39,151,.15); color: #c8a6ff; }
.price-card h3 { margin: 0 0 15px; font-size: 27px; letter-spacing: -.035em; }
.price-card__price { display: flex; align-items: flex-start; gap: 7px; margin-bottom: 17px; color: #fff; }
.price-card__price strong { font-size: clamp(48px, 4.2vw, 68px); line-height: .95; letter-spacing: -.06em; background: linear-gradient(90deg, #fff, #ff9ed3 52%, #b38bff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.price-card__price span { padding-top: 5px; color: #aaa4b1; font-size: 23px; font-weight: 750; }
.price-card__description { min-height: 92px; margin: 0 0 17px; color: #9e98a6; font-size: 14px; line-height: 1.7; }
.price-card__saving { align-self: flex-start; min-height: 32px; display: inline-flex; align-items: center; margin: -2px 0 15px; padding: 0 12px; border: 1px solid rgba(72,228,144,.18); border-radius: 999px; background: rgba(24,123,71,.10); color: #72e7a9; font-size: 11px; font-weight: 760; box-shadow: 0 0 18px rgba(63,222,136,.05); }
.price-card__features { display: flex; flex-direction: column; gap: 12px; margin: 0 0 24px; padding: 20px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.065); }
.price-card__features li { display: flex; align-items: flex-start; gap: 10px; color: #d1cbd6; font-size: 13px; line-height: 1.45; }
.price-card__features i { width: 19px; height: 19px; flex: 0 0 19px; display: grid; place-items: center; margin-top: 0; border-radius: 50%; background: rgba(255,55,141,.10); color: #ff79bd; font-size: 10px; font-style: normal; box-shadow: inset 0 0 0 1px rgba(255,74,155,.16); }
.price-card__button { width: 100%; margin-top: auto; }
.price-card__ribbon { position: absolute; z-index: 5; right: -42px; top: 27px; min-width: 176px; padding: 8px 39px; transform: rotate(37deg); background: linear-gradient(90deg, #e72d55, #e5009d, #8842e8); color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .07em; text-align: center; text-transform: uppercase; box-shadow: 0 7px 22px rgba(207,34,131,.28); }
.pricing-contact { position: relative; margin-top: 19px; min-height: 128px; display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 20px; padding: 24px 26px; border: 1px solid rgba(226,67,151,.23); border-radius: 24px; background: linear-gradient(105deg, rgba(46,15,26,.82), rgba(13,12,18,.96) 54%, rgba(37,20,60,.82)); box-shadow: 0 24px 68px rgba(0,0,0,.36), 0 0 32px rgba(224,42,136,.07); overflow: hidden; }
.pricing-contact::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,.045), transparent 58%); transform: translateX(-100%); animation: pricingContactSweep 7.5s ease-in-out infinite; }
.pricing-contact__icon, .pricing-contact__copy, .pricing-contact__button { position: relative; z-index: 2; }
.pricing-contact__icon { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.09); border-radius: 19px; background: linear-gradient(145deg, rgba(235,40,86,.20), rgba(134,53,236,.28)); color: #ff85c9; font-size: 25px; transform: rotate(-35deg); box-shadow: 0 0 25px rgba(239,42,144,.11); animation: pricingTelegramFloat 3.7s ease-in-out infinite; }
.pricing-contact__copy > span { color: #ff8ebc; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.pricing-contact h3 { margin: 5px 0 6px; font-size: 23px; letter-spacing: -.025em; }
.pricing-contact h3 a { color: #d7b4ff; text-decoration: none; transition: color .25s ease, text-shadow .25s ease; }
.pricing-contact h3 a:hover { color: #fff; text-shadow: 0 0 15px rgba(162,82,255,.42); }
.pricing-contact p { margin: 0; color: #918b99; font-size: 13px; }
.pricing-contact__button { white-space: nowrap; }

@keyframes pricingGridMove { from { background-position: 0 0, 0 0; } to { background-position: 42px 42px, 42px 42px; } }
@keyframes pricingOrbRed { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(75px,38px,0) scale(1.08); } }
@keyframes pricingOrbViolet { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-65px,-42px,0) scale(.94); } }
@keyframes pricingSweep { 0%,58% { left: -55%; opacity: 0; } 67% { opacity: .25; } 84%,100% { left: 125%; opacity: 0; } }
@keyframes priceGlowPulse { 0%,100% { transform: scale(.9); opacity: .55; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes pricingContactSweep { 0%,52% { transform: translateX(-100%); } 76%,100% { transform: translateX(100%); } }
@keyframes pricingTelegramFloat { 0%,100% { transform: translateY(0) rotate(-35deg); } 50% { transform: translateY(-5px) rotate(-30deg); } }

@media (max-width: 1050px) {
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card--featured { grid-column: 1 / -1; min-height: 500px; }
  .pricing-contact { grid-template-columns: 62px 1fr; }
  .pricing-contact__button { grid-column: 1 / -1; justify-self: end; }
}
@media (max-width: 700px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card--featured { grid-column: auto; }
  .price-card { min-height: auto; padding: 22px; }
  .price-card__top { align-items: flex-start; flex-direction: column; }
  .price-card__description { min-height: auto; }
  .price-card__ribbon { right: -48px; top: 22px; }
  .pricing-contact { grid-template-columns: 1fr; padding: 22px; }
  .pricing-contact__button { grid-column: auto; justify-self: stretch; width: 100%; }
}


/* compact section spacing */
@media (max-width: 900px) {
  .pricing-section { padding-top: 72px; }
}
@media (max-width: 650px) {
  .section-heading { margin-bottom: 28px; }
  .pricing-section { padding-top: 60px; }
  .section--roles { padding-top: 56px; }
  .section--about { padding-top: 28px; }
  .section--download { padding-top: 10px; }
}

/* professional tools */
.pro-tools-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 86px;
}
.pro-tools-section::before,
.pro-tools-section::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(28px);
}
.pro-tools-section::before {
  left: -260px;
  top: 8%;
  background: radial-gradient(circle, rgba(255,49,59,.14), transparent 69%);
}
.pro-tools-section::after {
  right: -250px;
  bottom: 2%;
  background: radial-gradient(circle, rgba(140,60,255,.16), transparent 70%);
}
.pro-tools-section__grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
}
.pro-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.pro-tool-card {
  --tool-x: 50%;
  --tool-y: 25%;
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(420px circle at var(--tool-x) var(--tool-y), rgba(240,49,142,.08), transparent 45%),
    linear-gradient(145deg, rgba(19,17,27,.95), rgba(9,9,14,.98));
  box-shadow: 0 24px 68px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.03);
  transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}
.pro-tool-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -58%;
  width: 35%;
  transform: skewX(-18deg);
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent);
  animation: toolCardSweep 10s ease-in-out infinite;
}
.pro-tool-card:nth-child(2)::after { animation-delay: -1.5s; }
.pro-tool-card:nth-child(3)::after { animation-delay: -3s; }
.pro-tool-card:nth-child(4)::after { animation-delay: -4.5s; }
.pro-tool-card:nth-child(5)::after { animation-delay: -6s; }
.pro-tool-card:nth-child(6)::after { animation-delay: -7.5s; }
.pro-tool-card:hover {
  border-color: rgba(244,70,157,.27);
  box-shadow: 0 30px 82px rgba(0,0,0,.43), 0 0 38px rgba(228,41,136,.075), inset 0 1px 0 rgba(255,255,255,.045);
}
.pro-tool-card--automation,
.pro-tool-card--detached {
  grid-column: span 3;
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(330px, 1.1fr);
  grid-template-rows: auto auto auto 1fr;
  column-gap: 38px;
  align-content: center;
}
.pro-tool-card--automation {
  border-color: rgba(237,58,144,.24);
  background:
    radial-gradient(circle at 79% 40%, rgba(232,36,131,.14), transparent 27%),
    linear-gradient(120deg, rgba(35,16,30,.96), rgba(12,11,18,.98) 52%, rgba(30,17,45,.92));
}
.pro-tool-card--detached {
  border-color: rgba(145,76,255,.24);
  background:
    radial-gradient(circle at 79% 50%, rgba(139,62,255,.14), transparent 30%),
    linear-gradient(120deg, rgba(23,17,37,.96), rgba(11,10,17,.98) 53%, rgba(42,17,40,.90));
}
.pro-tool-card--automation .pro-tool-card__top,
.pro-tool-card--automation h3,
.pro-tool-card--automation > p,
.pro-tool-card--automation .pro-tool-list,
.pro-tool-card--detached .pro-tool-card__top,
.pro-tool-card--detached h3,
.pro-tool-card--detached > p,
.pro-tool-card--detached .pro-tool-tags {
  grid-column: 1;
}
.pro-tool-card--automation .pro-tool-flow,
.pro-tool-card--detached .detached-preview {
  grid-column: 2;
  grid-row: 1 / span 4;
  align-self: center;
}
.pro-tool-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.pro-tool-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  color: #ffd8ec;
  font-size: 21px;
  font-weight: 850;
  background: linear-gradient(145deg, rgba(236,43,101,.20), rgba(133,55,235,.27));
  box-shadow: 0 0 24px rgba(232,40,143,.10), inset 0 1px 0 rgba(255,255,255,.06);
}
.pro-tool-icon--bot { font-size: 14px; letter-spacing: -.04em; }
.pro-tool-kicker {
  color: #ff8ec5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}
.pro-tool-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.pro-tool-card > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #a39daa;
  font-size: 14px;
  line-height: 1.7;
}
.pro-tool-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.pro-tool-list li,
.pro-tool-tags span {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 999px;
  background: rgba(255,255,255,.028);
  color: #ddd7e1;
  font-size: 11px;
}
.pro-tool-list li::before { content: "✓"; margin-right: 7px; color: #ff75b6; font-weight: 900; }
.pro-tool-tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}
.pro-tool-flow {
  position: relative;
  z-index: 2;
  min-height: 188px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 22px;
  background: rgba(7,7,12,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 46px rgba(0,0,0,.28);
}
.pro-tool-flow span {
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(236,61,146,.18);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(237,44,132,.11), rgba(113,47,182,.08));
  color: #eee8f0;
  font-size: 12px;
  font-weight: 720;
  text-align: center;
}
.pro-tool-flow i { color: #d162b5; font-style: normal; font-size: 23px; }
.detached-preview {
  position: relative;
  z-index: 2;
  min-height: 224px;
  padding: 17px;
  border: 1px solid rgba(167,91,255,.22);
  border-radius: 22px;
  background: rgba(8,8,13,.78);
  box-shadow: 0 24px 55px rgba(0,0,0,.34), 0 0 35px rgba(140,60,255,.08), inset 0 1px 0 rgba(255,255,255,.04);
  overflow: hidden;
}
.detached-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,.035), transparent 35%, rgba(139,60,255,.05));
}
.detached-preview__bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  color: #dad4df;
  font-size: 11px;
}
.detached-preview__bar > i { width: 7px; height: 7px; border-radius: 50%; background: #31df82; box-shadow: 0 0 9px rgba(49,223,130,.65); }
.detached-preview__bar em { margin-left: auto; color: #b892ff; font-size: 9px; font-style: normal; }
.detached-preview__message {
  position: relative;
  display: block;
  width: 86%;
  height: 50px;
  margin: 17px 0 0 14px;
  border: 1px solid rgba(236,59,145,.13);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(224,45,133,.11), rgba(255,255,255,.025));
}
.detached-preview__message::before { content: ""; position: absolute; left: 12px; top: 11px; width: 27px; height: 27px; border-radius: 50%; background: linear-gradient(145deg, #e83278, #8545dd); opacity: .78; }
.detached-preview__message::after { content: ""; position: absolute; left: 50px; top: 14px; width: 48%; height: 6px; border-radius: 99px; background: rgba(255,255,255,.10); box-shadow: 0 13px 0 rgba(255,255,255,.055); }
.detached-preview__message--short { width: 70%; margin-left: 52px; opacity: .82; }
.detached-preview__controls { position: absolute; right: 18px; bottom: 15px; display: flex; gap: 7px; }
.detached-preview__controls i { width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; background: rgba(255,255,255,.035); }
.cloud-state {
  position: relative;
  z-index: 2;
  min-height: 76px;
  display: grid;
  grid-template-columns: 11px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding: 15px;
  border: 1px solid rgba(61,222,139,.16);
  border-radius: 17px;
  background: rgba(26,119,73,.08);
}
.cloud-state > i { width: 9px; height: 9px; border-radius: 50%; background: #39df88; box-shadow: 0 0 12px rgba(57,223,136,.65); }
.cloud-state span { display: grid; gap: 3px; }
.cloud-state b { color: #dff8e9; font-size: 12px; }
.cloud-state small { color: #7f9a8a; font-size: 10px; }
.cloud-state strong { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 10px; background: rgba(47,211,126,.12); color: #54e99a; font-size: 13px; }
.poll-mini {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 24px;
}
.poll-mini span {
  position: relative;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  color: #d8d2dd;
  font-size: 11px;
  background: rgba(255,255,255,.025);
}
.poll-mini span::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--poll); background: linear-gradient(90deg, rgba(225,43,114,.19), rgba(139,60,255,.13)); }
.poll-mini span > * , .poll-mini span { isolation: isolate; }
.poll-mini b { position: relative; color: #ff9dce; }
.library-counters {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}
.library-counters span {
  min-height: 70px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 15px;
  background: rgba(255,255,255,.025);
  color: #8f8996;
  font-size: 10px;
}
.library-counters b { display: block; color: #fff; font-size: 21px; line-height: 1.1; }
.pro-tools-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  padding: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 20px 58px rgba(0,0,0,.28);
}
.pro-tools-summary > div {
  min-height: 116px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 13px;
  padding: 20px;
  background: linear-gradient(145deg, rgba(17,15,23,.97), rgba(10,9,15,.98));
}
.pro-tools-summary__mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 12px; background: rgba(231,45,125,.10); color: #ff76b8; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(239,65,150,.16); }
.pro-tools-summary p { display: grid; gap: 5px; margin: 0; }
.pro-tools-summary b { color: #eee9f1; font-size: 13px; }
.pro-tools-summary small { color: #898391; font-size: 11px; line-height: 1.55; }

@keyframes toolCardSweep {
  0%, 62% { left: -58%; opacity: 0; }
  70% { opacity: .22; }
  88%, 100% { left: 125%; opacity: 0; }
}

@media (max-width: 1080px) {
  .pro-tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pro-tool-card--automation,
  .pro-tool-card--detached { grid-column: 1 / -1; }
  .pro-tools-summary { grid-template-columns: 1fr; }
}
@media (max-width: 850px) {
  .pro-tool-card--automation,
  .pro-tool-card--detached {
    display: flex;
    min-height: auto;
  }
  .pro-tool-card--automation .pro-tool-flow,
  .pro-tool-card--detached .detached-preview { margin-top: 24px; }
}
@media (max-width: 650px) {
  .pro-tools-section { padding-top: 60px; }
  .pro-tools-grid { grid-template-columns: 1fr; }
  .pro-tool-card,
  .pro-tool-card--automation,
  .pro-tool-card--detached { grid-column: auto; min-height: auto; padding: 21px; }
  .pro-tool-flow { grid-template-columns: 1fr; gap: 8px; padding: 18px; }
  .pro-tool-flow span { min-height: 58px; }
  .pro-tool-flow i { transform: rotate(90deg); justify-self: center; }
  .detached-preview { min-height: 220px; }
  .library-counters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pro-tools-summary > div { min-height: auto; }
}
