/* Regustat · variant E · frame harmoniser for the app replicas.
   Loaded after replicas.css. The five apps keep their own palettes and interfaces,
   because that is what a customer receives. This file only lines up what sits
   around and between them: corner radii, drop shadows inside the site's window
   frames, the shared Windows-style notification, and the scanning highlight, so the
   showcase reads as one suite without repainting any product. */

/* the site's window frame already draws the corner and the shadow */
.v-wbody .app,.scene .app{border-radius:0;box-shadow:none}
.app{--radius:10px;--radius-sm:8px}

/* the one element that is the same OS feature in every app: the Windows toast */
.app .wintoast{background:#15171E;border-color:rgba(162,146,255,.28);box-shadow:0 18px 50px rgba(0,0,0,.6),0 0 0 1px rgba(110,86,248,.12)}
.app .wt-app{color:rgba(162,146,255,.85)}

/* progress bars and the row-scanning sweep share one timing so the apps feel in step */
.app .pbar span{transition:width .35s cubic-bezier(.2,.65,.3,1)}
.app tr.scanning td{transition:background .25s}
