/**
 * Конструктор листов (/sheet-constructor): тёмная тема.
 * Общие правила — constructor-app-shared-dark.css.
 * Модалка PDF→PNG — css/pdf-to-png-lk.css (подключается на странице раньше, тёмные правила там же).
 */
@import url('constructor-app-shared-dark.css');
@import url('crop-modals-shared-dark.css');

[data-theme="dark"] body.sheet-constructor-page .sheet-constructor-unlimited-notice {
  border-color: rgba(126, 182, 255, 0.35);
  background: linear-gradient(100deg, rgba(0, 91, 255, 0.15) 0%, rgba(46, 125, 50, 0.1) 100%);
  color: #cbd5e1;
}

[data-theme="dark"] body.sheet-constructor-page .sheet-constructor-unlimited-notice strong {
  color: #e8efff;
}

[data-theme="dark"] body.sheet-constructor-page .sheet-constructor-unlimited-notice i {
  color: #7eb6ff;
}
