/* screen-art · the host decides the frame; the module only fills its box */
.sa { position: relative; display: block; overflow: hidden; background: #140F12; contain: layout paint; }
.sa__canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
