.uhr-verticale{position:fixed;top:0;right:0;bottom:0;left:0;min-width:100vw;min-height:100vh;min-height:100lvh;z-index:3000;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:16px 24px;background:var(--bg-pagina, #ffffff);color:var(--testo, #000000);font-family:Ubuntu,system-ui,sans-serif;touch-action:pinch-zoom;overscroll-behavior:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;cursor:default}.uhr-verticale__card{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:340px;text-align:center}.uhr-verticale__icona{width:min(64px,20vh);height:min(64px,20vh);color:var(--blu, #007aff);transform:rotate(-90deg);animation:uhr-verticale-gira 2.8s ease-in-out infinite}.uhr-verticale__titolo{margin:4px 0 0;font-size:20px;font-weight:600;line-height:1.25}.uhr-verticale__testo{margin:0;font-size:15px;line-height:1.4;color:var(--testo-grigio, #8e8e93)}@keyframes uhr-verticale-gira{0%{transform:rotate(-90deg)}30%{transform:rotate(0)}80%{transform:rotate(0)}to{transform:rotate(-90deg)}}@media (prefers-reduced-motion: reduce){.uhr-verticale__icona{animation:none;transform:rotate(0)}}@media (orientation: landscape){html[data-orientamento]:not([data-uhr-veto]):not([data-uhr-cartello]):not(.scn-lock):after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;min-width:100vw;min-height:100vh;min-height:100lvh;z-index:3000;background:var(--bg-pagina, #ffffff);pointer-events:auto}}
