/* Comandi sul telefono reale; nessun popup al posto della stanza. */
.fisso-vista { position:absolute; inset:0; z-index:25; touch-action:none; color:#fff8eb; }
.fisso-vista:focus { outline:none; }
.fisso-tasto { position:absolute; left:0; top:0; width:44px; height:44px; border-radius:3px; border:1px solid #ffffff70; opacity:0; pointer-events:none; padding:7px; }
.fisso-vista--pronta .fisso-tasto { opacity:1; pointer-events:auto; }
.fisso-tasto--chiama { background:#b13b22dd; color:#fff; box-shadow:0 0 12px #ed6f3460; }
.fisso-tasto--audio { background:#d7d7ccf0; color:#202a2d; }
.fisso-tasto--musica { background:#c5d6daf0; color:#202a2d; }
.fisso-tasto svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.fisso-tasto__nome { position:absolute; left:calc(100% + 16px); top:50%; transform:translateY(-50%); font:500 16px/1.3 'Archivo',sans-serif; color:#fff; background:#152025d9; padding:6px 10px; border-radius:3px; white-space:nowrap; pointer-events:none; }
.fisso-tasto__nome::before { content:''; position:absolute; top:50%; left:-16px; width:16px; height:1px; background:#fff8eb; }
.fisso-tasto--musica .fisso-tasto__nome { left:auto; right:calc(100% + 16px); }
.fisso-tasto--musica .fisso-tasto__nome::before { left:auto; right:-16px; }
.fisso-tasto[aria-pressed="false"] svg { opacity:.45; }
.fisso-tasto[aria-pressed="false"]::after { content:''; position:absolute; left:9px; top:18px; width:25px; height:2px; background:#983722; transform:rotate(-45deg); }
.fisso-tasto:disabled { cursor:wait; }
.fisso-vista button:focus-visible { outline:3px solid #fff8cb; outline-offset:4px; }
.fisso-sottotitolo { position:fixed; z-index:65; bottom:80px; left:50%; transform:translateX(-50%); width:max-content; max-width:calc(100% - 48px); padding:12px 22px 15px; text-align:center; background:#101819ed; color:#fff8ed; border-radius:4px; pointer-events:none; }
.assistenza-narrata .lettura { padding-bottom:210px; }
.assistenza-narrata .lettura__foglio { max-height:calc(100svh - 245px); }
.fisso-sottotitolo__nome { font:500 11px/1.5 'IBM Plex Mono',monospace; letter-spacing:.18em; color:#ecd1a0; }
.fisso-sottotitolo p { font:400 clamp(18px,1.7vw,23px)/1.4 'Archivo',sans-serif; margin:6px 0 0; max-width:64ch; }
.fisso-aperto .contorni { visibility:hidden; }
.fisso-aperto:not(.fisso-in-linea) .hot { visibility:hidden; }
@media(max-width:700px) {
  .fisso-tasto__nome { font-size:12px; left:calc(100% + 8px); padding:4px; white-space:normal; width:90px; }
  .fisso-sottotitolo { bottom:8px; padding:6px 10px; max-width:95%; }
  .fisso-sottotitolo p { font-size:15px; }
  .assistenza-narrata .lettura { padding-bottom:170px; }
  .assistenza-narrata .lettura__foglio { max-height:calc(100svh - 205px); }
}
