/* Same-day stability layer: prevent prototype flashes without blanking the application. */
html:not(.amoda-live-ready) #dashboard > *,
html:not(.amoda-live-ready) #tasks > *,
html:not(.amoda-live-ready) #mytasks > * { visibility:hidden; }
html:not(.amoda-live-ready) #dashboard::before,
html:not(.amoda-live-ready) #tasks::before,
html:not(.amoda-live-ready) #mytasks::before {
  content:'Loading current workspace…'; visibility:visible; display:block;
  background:#fff; border:1px solid #eadfd8; border-radius:14px; padding:24px;
  color:#6b4b44; font-weight:600;
}
.amoda-saving{opacity:.72;pointer-events:none}
