.access{position:fixed;inset:0;z-index:40;background:var(--bg);
  display:flex;flex-direction:column}
.access .topbar{position:static}
.access .tabs{border:0;padding:0 0 0 var(--s4)}
.accessbody{flex:1;overflow:auto;padding:var(--s3)}
.accessbody.screening{display:flex;flex-direction:column;gap:var(--s2);overflow:hidden}
.screenwrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;
  overflow:hidden;background:#000;border:1px solid var(--line);border-radius:var(--r)}
.screenimg{display:block;width:auto;height:auto;max-width:100%;max-height:100%;
  object-fit:contain}
