/* Product-grade editor base layer. Keep structural legacy rules in editor.css until the full split is safe. */
:root{
  --editor-surface:#0b1220;
  --editor-panel:#111827;
  --editor-panel-soft:#0f172a;
  --editor-line:rgba(148,163,184,.16);
  --editor-line-strong:rgba(96,165,250,.34);
  --editor-text:#f8fafc;
  --editor-muted:#cbd5e1;
  --editor-pass:#22c55e;
  --editor-warn:#f59e0b;
  --editor-fail:#ef4444;
}

body{
  background:#0b0f1a!important;
}

body:before{
  opacity:.12!important;
}

.properties,
.properties details,
.panel-subgroup,
.live-preview-card,
.processing-status,
.post-download-card{
  text-shadow:none!important;
}
