/* Состояние сетевого снимка: изображение остаётся настоящим, пока браузер его получает. */
[data-photo-loading] { position: relative; isolation: isolate; background: var(--tint, var(--panel, var(--paper))); }
[data-photo-loading]::before {
  content: "Фотография загружается"; position: absolute; inset: 0; z-index: 0;
  display: grid; place-items: center; padding: 24px;
  color: var(--muted, var(--ink)); background: var(--tint, var(--panel, var(--paper)));
  text-align: center; font-size: 1rem;
}
[data-photo-loading] > img { position: relative; z-index: 1; }
