/* ecoqa1 · ONE services menu QA seal · ?v=20260803-ecoqa1 */
/* vyshka-eco-sheet · ONE shared services menu visual system
 * Seal merge host: ecoone1 (+ ecopulse1 / ecoicons1 / ecosheet1)
 * Cobalt #1d4ed8 · Onest/Unbounded · atmospheric light panel
 * Pulse status dots: vyshka-eco-pulse.css (sibling) imported first. */
@import url("/css/vyshka-eco-pulse.css?v=20260803-ecoqa1");

:root {
  --vy-eco-cobalt: #1d4ed8;
  --vy-eco-sky: #38bdf8;
  --vy-eco-ink: #0f172a;
  --vy-eco-muted: #64748b;
  --vy-eco-line: rgba(29, 78, 216, 0.14);
  --vy-eco-panel: #f8fafc;
  --vy-eco-card: rgba(255, 255, 255, 0.86);
  --vy-eco-glow: rgba(29, 78, 216, 0.18);
  --vy-font-display: "Unbounded", "Avenir Next", system-ui, sans-serif;
  --vy-font-body: "Onest", "Segoe UI", system-ui, sans-serif;
}

/* Atmospheric panel shell */
.vy-product-panel,
.vy-product-panel[data-vy-portaled="1"] {
  --vy-eco-sheet: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden auto;
  padding: 18px 16px 16px !important;
  border: 1px solid var(--vy-eco-line) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(120% 80% at 8% -10%, rgba(56, 189, 248, 0.18), transparent 46%),
    radial-gradient(90% 70% at 100% 0%, rgba(29, 78, 216, 0.14), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, var(--vy-eco-panel) 58%, #eef4fb 100%) !important;
  box-shadow:
    0 28px 70px rgba(15, 47, 104, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset !important;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  font-family: var(--vy-font-body);
  color: var(--vy-eco-ink);
}
.vy-product-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--vy-eco-cobalt), var(--vy-eco-sky), transparent);
  opacity: 0.85;
  pointer-events: none;
  z-index: 2;
}
.vy-product-panel::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -70px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.22), transparent 68%);
  filter: blur(2px);
  pointer-events: none;
  z-index: 0;
  animation: vy-eco-aurora 7.5s ease-in-out infinite;
}
.vy-product-panel > * { position: relative; z-index: 1; }

/* Brand header — logo + wordmark, not plain text */
.vy-product-panel__head {
  align-items: center !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(29, 78, 216, 0.08);
}
.vy-product-panel__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.vy-product-panel__logo {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(145deg, #1d4ed8 0%, #2563eb 48%, #38bdf8 100%);
  box-shadow: 0 10px 22px rgba(29, 78, 216, 0.28);
  overflow: hidden;
  flex: none;
}
.vy-product-panel__logo::after {
  content: "";
  position: absolute;
  inset: -30%;
  background: conic-gradient(from 180deg, transparent, rgba(255,255,255,.35), transparent 40%);
  animation: vy-eco-logo-spin 4.8s linear infinite;
  opacity: 0.55;
}
.vy-product-panel__logo img {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.12));
}
.vy-product-panel__brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.vy-product-panel__head strong,
.vy-product-panel__brand-text strong {
  display: block;
  font-family: var(--vy-font-display) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase;
  color: var(--vy-eco-cobalt) !important;
  line-height: 1.1;
}
.vy-product-panel__head small,
.vy-product-panel__brand-text small {
  display: block;
  margin-top: 0 !important;
  color: var(--vy-eco-muted) !important;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.vy-product-panel__close {
  width: 40px !important;
  height: 40px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(29, 78, 216, 0.14) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #334155 !important;
  box-shadow: 0 4px 12px rgba(15, 47, 104, 0.06);
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, background 180ms ease;
}
.vy-product-panel__close:hover {
  border-color: var(--vy-eco-cobalt) !important;
  color: var(--vy-eco-cobalt) !important;
  background: #eff6ff !important;
  transform: rotate(90deg);
}

/* Grid breathing room */
.vy-product-grid {
  gap: 10px !important;
}
.vy-product-panel__more {
  margin: 16px 2px 8px !important;
  font-family: var(--vy-font-body);
  letter-spacing: 0.08em !important;
  color: #64748b !important;
}

/* Cards — glass tiles + staggered entrance polish */
.vy-product-card {
  gap: 7px !important;
  min-height: 104px !important;
  padding: 14px 10px 12px !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  border-radius: 18px !important;
  background: var(--vy-eco-card) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 8px 18px rgba(15, 47, 104, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 240ms cubic-bezier(.16,1,.3,1),
    border-color 220ms ease,
    box-shadow 240ms ease,
    background 220ms ease !important;
  animation: vy-eco-card-in 420ms cubic-bezier(.16,1,.3,1) both !important;
  animation-delay: var(--vy-i, 0ms) !important;
}
.vy-product-panel.is-eco-enter .vy-product-card {
  animation-name: vy-eco-card-in;
}
.vy-product-card:hover {
  border-color: rgba(29, 78, 216, 0.45) !important;
  background: #fff !important;
  transform: translateY(-4px) scale(1.025) !important;
  box-shadow: 0 16px 32px rgba(29, 78, 216, 0.14) !important;
}
.vy-product-card:hover .vy-product-card__icon {
  transform: translateY(-1px) scale(1.06);
}
.vy-product-card:hover .vy-product-card__pulse {
  opacity: 0.9;
  animation-duration: 1.35s;
}

/* Selected / current */
.vy-product-card[data-current="true"] {
  border-color: var(--vy-eco-cobalt) !important;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(255, 255, 255, 0.96)) !important;
  box-shadow:
    0 0 0 1px rgba(29, 78, 216, 0.35),
    0 14px 28px rgba(29, 78, 216, 0.16),
    0 0 24px rgba(56, 189, 248, 0.18) !important;
}
.vy-product-card[data-current="true"] .vy-product-card__icon {
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.28);
}
.vy-product-card[data-current="true"] .vy-product-card__pulse {
  opacity: 1;
  border-color: rgba(29, 78, 216, 0.55);
}

/* Icon wells + real-time pulse rings */
.vy-product-card__icon {
  position: relative;
  width: 44px !important;
  height: 44px !important;
  border-radius: 14px !important;
  transition: transform 240ms cubic-bezier(.16,1,.3,1), box-shadow 240ms ease;
  z-index: 0;
}
.vy-product-card__icon svg {
  position: relative;
  z-index: 2;
  width: 22px !important;
  height: 22px !important;
}
.vy-product-card__pulse,
.vy-product-card__pulse-2 {
  position: absolute;
  inset: -5px;
  border-radius: 16px;
  border: 1.5px solid currentColor;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.vy-product-card__pulse {
  animation: vy-eco-icon-pulse 2.4s cubic-bezier(.22,.68,.35,1) infinite;
}
.vy-product-card__pulse-2 {
  animation: vy-eco-icon-pulse 2.4s cubic-bezier(.22,.68,.35,1) infinite;
  animation-delay: 1.05s;
}
.vy-product-switcher.is-open .vy-product-card__pulse,
.vy-product-switcher[data-open="true"] .vy-product-card__pulse,
.vy-product-panel:not([hidden]) .vy-product-card__pulse,
body.vy-product-panel-open .vy-product-card__pulse,
.vy-product-switcher.is-open .vy-product-card__pulse-2,
.vy-product-switcher[data-open="true"] .vy-product-card__pulse-2,
.vy-product-panel:not([hidden]) .vy-product-card__pulse-2,
body.vy-product-panel-open .vy-product-card__pulse-2 {
  opacity: 0.55;
}

/* Soft glyph float while panel open */
@media (prefers-reduced-motion: no-preference) {
  .vy-product-panel:not([hidden]) .vy-product-card__icon svg,
  body.vy-product-panel-open .vy-product-card__icon svg {
    animation: vy-eco-glyph-breathe 2.8s ease-in-out infinite;
  }
  .vy-product-card:nth-child(3n+1) .vy-product-card__icon svg { animation-delay: 0s; }
  .vy-product-card:nth-child(3n+2) .vy-product-card__icon svg { animation-delay: .35s; }
  .vy-product-card:nth-child(3n+3) .vy-product-card__icon svg { animation-delay: .7s; }
  .vy-product-card[data-current="true"] .vy-product-card__icon svg {
    animation: vy-eco-glyph-breathe 1.8s ease-in-out infinite;
  }
}

.vy-product-card__meta b {
  font-family: var(--vy-font-body);
  font-size: 13px !important;
  font-weight: 750 !important;
  letter-spacing: -0.02em;
  color: var(--vy-eco-ink);
}
.vy-product-card__meta small {
  display: none !important; /* status line carries the secondary signal */
}
.vy-product-status {
  gap: 5px !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}
.vy-product-status::before {
  width: 6px !important;
  height: 6px !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 18%, transparent);
}
.vy-product-status[data-status="live"]::before,
.vy-product-status[data-status="beta"]::before {
  animation: vy-eco-status-dot 1.8s ease-in-out infinite;
}

/* ECOGRID1 — even gaps · Academy/Dock wide · scroll · safe-area
 * Full SoT also in /css/vyshka-eco-grid.css?v=20260803-ecoqa1 (cascade-last link). */
.vy-product-panel[data-ecogrid="ecogrid1"],
.vy-product-panel:has(> .vy-product-panel__scroll) {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  overflow: hidden !important;
  max-height: min(82vh, 720px) !important;
  width: min(460px, calc(100vw - 28px)) !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(29, 78, 216, 0.28) transparent;
}
.vy-product-panel__head {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 14px 16px 10px !important;
  position: sticky;
  top: 0;
  z-index: 2;
  background: color-mix(in srgb, var(--vy-surface, #fff) 92%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.vy-product-panel__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  padding: 2px 16px 8px;
}
.vy-product-panel__legal {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 10px 16px max(12px, env(safe-area-inset-bottom, 0px)) !important;
  border-top: 1px solid rgba(29, 78, 216, 0.12);
}
.vy-product-panel__more {
  margin: 14px 0 12px !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  border-top: 1px solid rgba(29, 78, 216, 0.12) !important;
  color: transparent !important;
}
.vy-product-grid[data-grid="primary"] {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-items: stretch;
}
.vy-product-grid[data-grid="primary"] > .vy-product-card {
  min-height: 108px !important;
  padding: 14px 10px 12px !important;
  gap: 8px;
}
.vy-product-grid[data-grid="primary"] > .vy-product-card:last-child:nth-child(3n + 1) {
  grid-column: 1 / 2;
}
.vy-product-grid[data-grid="secondary"] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}
.vy-product-card--wide,
.vy-product-card[data-secondary="true"],
.vy-product-grid[data-grid="secondary"] .vy-product-card {
  display: grid !important;
  min-height: 76px !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  justify-items: start !important;
  align-items: center;
  text-align: left !important;
  padding: 14px 16px !important;
  column-gap: 12px;
  row-gap: 4px;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, color-mix(in srgb, #1d4ed8 6%, #fff), #f7f9fc 55%, #fff) !important;
}
.vy-product-card--wide .vy-product-card__icon,
.vy-product-card[data-secondary="true"] .vy-product-card__icon,
.vy-product-grid[data-grid="secondary"] .vy-product-card__icon {
  grid-row: 1 / span 2;
  align-self: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
}
.vy-product-card--wide .vy-product-card__meta,
.vy-product-card--wide .vy-product-status,
.vy-product-card[data-secondary="true"] .vy-product-card__meta,
.vy-product-card[data-secondary="true"] .vy-product-status,
.vy-product-grid[data-grid="secondary"] .vy-product-card__meta,
.vy-product-grid[data-grid="secondary"] .vy-product-status {
  justify-self: start;
  grid-column: 2;
}
.vy-product-card[data-product="academy"].vy-product-card--wide {
  background: linear-gradient(135deg, color-mix(in srgb, #a16207 8%, #fff), #fffbeb 40%, #fff) !important;
}
.vy-product-card[data-product="dock"].vy-product-card--wide {
  background: linear-gradient(135deg, color-mix(in srgb, #475569 8%, #fff), #f1f5f9 40%, #fff) !important;
}
@media (max-width: 640px) {
  .vy-product-panel:not([hidden]),
  .vy-product-panel[data-vy-portaled="1"]:not([hidden]),
  body.vy-product-panel-open > .vy-product-panel:not([hidden]) {
    position: fixed !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: min(88dvh, 760px) !important;
    border-radius: 22px 22px 0 0 !important;
    padding: 0 !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    box-shadow: 0 -18px 48px rgba(15, 47, 104, 0.18) !important;
  }
  .vy-product-panel__head::before {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    margin: 0 auto 10px;
    border-radius: 999px;
    background: color-mix(in srgb, #94a3b8 45%, transparent);
  }
  .vy-product-grid[data-grid="primary"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .vy-product-grid[data-grid="primary"] > .vy-product-card:last-child:nth-child(3n + 1) {
    grid-column: auto;
  }
  .vy-product-grid[data-grid="primary"] > .vy-product-card:last-child:nth-child(odd) {
    grid-column: 1 / 2;
  }
  .vy-product-grid[data-grid="secondary"] {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .vy-product-card {
    min-height: 104px !important;
  }
  .vy-product-card--wide,
  .vy-product-card[data-secondary="true"],
  .vy-product-grid[data-grid="secondary"] .vy-product-card {
    min-height: 72px !important;
    width: 100%;
  }
}

/* ecolive1 — unread badge + LIVE ring on Чаты / Голос / Контуры */
.vy-product-card[data-live="1"],
.vy-product-card[data-unread]:not([data-unread="0"]) {
  border-color: rgba(29, 78, 216, 0.5) !important;
}
.vy-product-card[data-live="1"] .vy-product-card__icon {
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.55), 0 0 18px rgba(34, 197, 94, 0.28);
}
.vy-product-card[data-live="1"] .vy-product-card__pulse,
.vy-product-card[data-live="1"] .vy-product-card__pulse-2 {
  border-color: #22c55e;
  opacity: 0.85 !important;
  animation-duration: 1.5s;
}
.vy-product-card__livebadge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(239, 68, 68, 0.35);
  pointer-events: none;
}
.vy-product-card__livebadge[data-kind="live"] {
  min-width: 0;
  padding: 0 6px;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  animation: vy-eco-livebadge-pulse 1.6s ease-in-out infinite;
}
.vy-product-card__livebadge[hidden] { display: none !important; }
@keyframes vy-eco-livebadge-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); }
  50% { transform: scale(1.06); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
}

/* Product accents (incl. Contours missing in base) */
.vy-product-card[data-product="ecosystem"] .vy-product-card__icon { background: linear-gradient(135deg, #1d4ed8, #38bdf8) !important; color: #fff !important; }
.vy-product-card[data-product="messenger"] .vy-product-card__icon { background: #e0f2fe !important; color: #0284c7 !important; }
.vy-product-card[data-product="voice"] .vy-product-card__icon { background: linear-gradient(135deg, #1d4ed8, #38bdf8) !important; color: #fff !important; }
.vy-product-card[data-product="contours"] .vy-product-card__icon { background: #ede9fe !important; color: #6d28d9 !important; }
.vy-product-card[data-product="store"] .vy-product-card__icon { background: #ecfdf5 !important; color: #047857 !important; }
.vy-product-card[data-product="files"] .vy-product-card__icon { background: #eff6ff !important; color: #1d4ed8 !important; }
.vy-product-card[data-product="ai"] .vy-product-card__icon { background: #ecfeff !important; color: #0e7490 !important; }
.vy-product-card[data-product="remote"] .vy-product-card__icon { background: #f1f5f9 !important; color: #334155 !important; }
.vy-product-card[data-product="video"] .vy-product-card__icon { background: #fff1f2 !important; color: #be123c !important; }
.vy-product-card[data-product="leads"] .vy-product-card__icon { background: #fff7ed !important; color: #c2410c !important; }
.vy-product-card[data-product="account"] .vy-product-card__icon { background: #ede9fe !important; color: #5b21b6 !important; }
.vy-product-card[data-product="uslugi"] .vy-product-card__icon { background: #f0fdf4 !important; color: #15803d !important; }
.vy-product-card[data-product="find"] .vy-product-card__icon { background: #dbeafe !important; color: #1d4ed8 !important; }
.vy-product-card[data-product="academy"] .vy-product-card__icon { background: #fffbeb !important; color: #a16207 !important; }
.vy-product-card[data-product="dock"] .vy-product-card__icon { background: #f1f5f9 !important; color: #475569 !important; }

/* Assist row polish */
.vy-product-assist {
  border-radius: 16px !important;
  border-color: rgba(29, 78, 216, 0.2) !important;
  background: linear-gradient(135deg, #eff6ff, #fff 55%) !important;
  box-shadow: 0 8px 20px rgba(29, 78, 216, 0.08) !important;
}
.vy-product-assist__mark {
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(29, 78, 216, 0.28);
}
.vy-product-assist__mark::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(255,255,255,.45), transparent 55%);
  animation: vy-eco-assist-shine 2.8s ease-in-out infinite;
}

.vy-product-panel__legal {
  margin-top: 12px !important;
  opacity: 0.85;
}

@keyframes vy-eco-card-in {
  from { opacity: 0; transform: translateY(12px) scale(.94); filter: blur(2px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes vy-eco-icon-pulse {
  0% { opacity: .55; transform: scale(.86); }
  55% { opacity: 0; transform: scale(1.28); }
  100% { opacity: 0; transform: scale(1.28); }
}
@keyframes vy-eco-glyph-breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-1px) scale(1.06); }
}
@keyframes vy-eco-status-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.35); opacity: .72; }
}
@keyframes vy-eco-aurora {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: .9; }
  50% { transform: translate(-18px, 12px) scale(1.08); opacity: 1; }
}
@keyframes vy-eco-logo-spin {
  to { transform: rotate(360deg); }
}
@keyframes vy-eco-assist-shine {
  0%, 100% { transform: translate(-20%, -10%); opacity: .35; }
  50% { transform: translate(30%, 20%); opacity: .7; }
}

@media (prefers-reduced-motion: reduce) {
  .vy-product-panel::after,
  .vy-product-panel__logo::after,
  .vy-product-card,
  .vy-product-card__pulse,
  .vy-product-card__pulse-2,
  .vy-product-card__icon svg,
  .vy-product-status::before,
  .vy-product-assist__mark::after {
    animation: none !important;
  }
  .vy-product-card:hover,
  .vy-product-panel__close:hover { transform: none !important; }
}

:root[data-theme="dark"] .vy-product-panel,
:root[data-theme="dark"] .vy-product-panel[data-vy-portaled="1"] {
  background:
    radial-gradient(120% 80% at 8% -10%, rgba(56, 189, 248, 0.12), transparent 46%),
    linear-gradient(180deg, #121826, #0f141d 70%) !important;
  color: #e8eef7;
  border-color: rgba(56, 189, 248, 0.18) !important;
}
:root[data-theme="dark"] .vy-product-card {
  background: rgba(26, 32, 48, 0.92) !important;
  border-color: rgba(148, 163, 184, 0.16) !important;
}
:root[data-theme="dark"] .vy-product-card__meta b { color: #e8eef7; }
:root[data-theme="dark"] .vy-product-card[data-current="true"] {
  background: linear-gradient(180deg, rgba(30, 58, 138, 0.45), rgba(15, 23, 42, 0.9)) !important;
}

/* ===== folded from ecopulse1 (live ring + icon breathe) ===== */
/* ecopulse1→ecoone1 fold · VYSHKA services status pulse · ?v=20260803-ecoqa1
 * live = realtime green ring · beta = subtle opacity pulse · others calm
 * live cards: icon container gentle breathe. prefers-reduced-motion off. */
:root {
  --vy-ecopulse-live: #16a34a;
  --vy-ecopulse-beta: #059669;
  --vy-ecopulse-dev: #1d4ed8;
  --vy-ecopulse-soon: #64748b;
  --vy-ecopulse-public: #b45309;
  --vy-ecopulse-b2b: #15803d;
}

.vy-product-status,
.vy-eco-sheet .vy-product-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--vy-ecopulse-live);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.01em;
}

.vy-product-status::before,
.vy-eco-sheet .vy-product-status::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: none;
  background: currentColor;
  box-shadow: 0 0 0 0 transparent;
  transform-origin: center;
  will-change: transform, box-shadow, opacity;
}

.vy-product-status[data-status="live"] { color: var(--vy-ecopulse-live); }
.vy-product-status[data-status="beta"] { color: var(--vy-ecopulse-beta); }
.vy-product-status[data-status="development"],
.vy-product-status[data-status="dev"],
.vy-product-status[data-status="waitlist"] { color: var(--vy-ecopulse-dev); }
.vy-product-status[data-status="planned"] { color: var(--vy-ecopulse-soon); }
.vy-product-status[data-status="public-beta"] { color: var(--vy-ecopulse-public); }
.vy-product-status[data-status="b2b"] { color: var(--vy-ecopulse-b2b); }

/* Calm statuses: static dot (no animation) */
.vy-product-status[data-status="development"]::before,
.vy-product-status[data-status="dev"]::before,
.vy-product-status[data-status="waitlist"]::before,
.vy-product-status[data-status="planned"]::before,
.vy-product-status[data-status="public-beta"]::before,
.vy-product-status[data-status="b2b"]::before {
  animation: none;
  opacity: 1;
  box-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
  .vy-product-status[data-status="live"]::before,
  .vy-eco-sheet .vy-product-status[data-status="live"]::before {
    animation: vy-ecopulse-live-dot 1.45s cubic-bezier(.22,.68,0,1) infinite;
  }

  .vy-product-status[data-status="beta"]::before,
  .vy-eco-sheet .vy-product-status[data-status="beta"]::before {
    animation: vy-ecopulse-beta-dot 2.75s ease-in-out infinite;
  }

  /* Icon containers gently breathe when card status=live */
  .vy-product-card[data-status="live"] .vy-product-card__icon,
  .vy-product-card:has(> .vy-product-status[data-status="live"]) .vy-product-card__icon,
  .vy-eco-sheet .vy-product-card[data-status="live"] .vy-product-card__icon,
  .vy-eco-sheet .vy-product-card:has(> .vy-product-status[data-status="live"]) .vy-product-card__icon {
    animation: vy-ecopulse-icon-breathe 2.6s ease-in-out infinite;
    transform-origin: center;
    will-change: transform, filter;
  }
}

@keyframes vy-ecopulse-live-dot {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.55);
    opacity: 1;
  }
  65% {
    transform: scale(1.12);
    box-shadow: 0 0 0 7px rgba(22, 163, 74, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
    opacity: 1;
  }
}

@keyframes vy-ecopulse-beta-dot {
  0%, 100% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes vy-ecopulse-icon-breathe {
  0%, 100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.055);
    filter: brightness(1.05);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vy-product-status::before,
  .vy-product-card[data-status="live"] .vy-product-card__icon,
  .vy-product-card:has(> .vy-product-status[data-status="live"]) .vy-product-card__icon,
  .vy-eco-sheet .vy-product-status::before,
  .vy-eco-sheet .vy-product-card[data-status="live"] .vy-product-card__icon {
    animation: none !important;
    transform: none !important;
    filter: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
  }
}

/* hardseal marker */
html[data-vy-ecoone1="20260803-ecoqa1"] .vy-product-panel,
body[data-vy-ecoone1="20260803-ecoqa1"] .vy-product-panel {
  --vy-ecopulse-seal: 20260803-ecoqa1;
}

html[data-vy-ecopulse1] .vy-product-panel,
body[data-vy-ecopulse1] .vy-product-panel {
  --vy-ecopulse-seal: var(--vy-ecopulse-seal, 20260803-ecoqa1);
}

