/* Пипетка поверх коллажа истории (ui/story-pick.js): офскрин-снимок
   на весь экран и лупа у пальца. Литералы цвета — только themes.css. */

.story-pick {
  position: fixed;
  inset: 0;
  z-index: 34;
  background: var(--bg-app);
  touch-action: none;
}

.story-pick__scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.story-pick__loupe {
  position: fixed;
  z-index: 35;
  width: 30cqw;
  height: 30cqw;
  border-radius: 50%;
  border: 2px solid var(--on-badge);
  box-shadow: 0 .8cqw 2.4cqw var(--card-shadow);
  translate: -50% -100%;
  pointer-events: none;
}
