body,html{height:100%;margin:0;background:radial-gradient(circle at center,#0b1220 0,#050a14 100%);color:#ecf2ff}.tv-main{min-height:100vh;display:flex;align-items:center;justify-content:center}.tv-card{max-width:1200px;width:100%;background:rgba(16,26,43,.9);color:#ecf2ff;border-radius:1.5rem;box-shadow:0 1rem 3rem rgba(0,0,0,.25)}.equal-cols>[class*=col-]{display:flex;flex-direction:column;justify-content:center;align-items:center}.qr #qr-code-container{display:block;width:100%;height:100%;object-fit:contain;margin:0}.loader-inline{display:flex;align-items:center;justify-content:center;position:relative;width:220px;height:220px}.loader-inline .spinner{width:200px;height:200px;animation:2s linear infinite rotate;transform-origin:center}.loader-inline .path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite,colorChange 1.5s ease-in-out infinite;stroke-linecap:round;stroke-width:2;stroke-miterlimit:10}.loader-inline .loader-logo{width:150px;height:150px;position:absolute;background:center 22px/70% var(--logodc) no-repeat}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes colorChange{0%{stroke:#0d6efd}50%{stroke:#00c3ff}100%{stroke:#0d6efd}}@media (max-width:992px){.tv-card{padding:2rem}}body{opacity:0;animation:fadeInBody 1s ease-out forwards}@keyframes fadeInBody{to{opacity:1}}.qrCard{display:grid;place-items:center;min-height:270px}.d-none{display:none!important}.qrCard.fade-out{animation:fadeOut .25s ease-out forwards}@keyframes fadeOut{to{opacity:0;transform:scale(.98)}}.loader-inline.expired .loader-logo{filter:grayscale(1)}.loader-inline.expired .spinner{display:none}