/* ===================================================================
   /collabora/ — la destinazione del QR: il video E' il pulsante. Nessuna
   CTA separata sotto: su un telefono il video da solo puo' gia' superare
   l'altezza visibile, e un bottone dopo restava fuori schermo (Omar,
   2026-09-07).

   Pagina indipendente da style.css, come /ff/: niente intestazione, menu o
   piede, quindi i caratteri e i colori si dichiarano qui.
   =================================================================== */

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url('../fonts/plexmono-600.woff2') format('woff2');
}

html, body {
  margin: 0;
  min-height: 100%;
  background: #0b1528;
}
*, *::before, *::after { box-sizing: border-box; }

.cb-scena {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1.5rem;
}

.cb-link {
  display: block;
  line-height: 0;
}

.cb-video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 92vh;
  border-radius: 4px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.45);
}
