.tv-shell{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg-primary);display:flex;flex-direction:column;overflow:hidden}.app-header-tv{flex:0 0 auto;height:7vh;min-height:56px;display:flex;align-items:center;justify-content:center;background:var(--bg-header);border-bottom:1px solid var(--border-subtle)}.app-header-tv .app-header-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.22em;font-weight:600;font-size:clamp(.9rem,1.6vh,1.4rem)}.tv-grid{position:relative;flex:1 1 auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-template-areas:"first  first  second second" ".      last   last   .";gap:0}.tv-grid:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--border-subtle);pointer-events:none}.tv-grid .country:nth-child(1){grid-area:first;border-right:1px solid var(--border-subtle)}.tv-grid .country:nth-child(2){grid-area:second}.tv-grid .country:nth-child(3){grid-area:last}.tv-grid.full>.country{border:1px solid var(--border-subtle)}.country-tv{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.4vh 2vw}.country-tv .country-inner{display:flex;flex-direction:column;align-items:center;gap:2vh;width:fit-content;margin-inline:auto}.country-tv .country-titolo{margin:0;font-size:clamp(1.6rem,3.2vh,3rem);font-weight:800;letter-spacing:.12em;padding-left:.12em;text-transform:uppercase;text-align:center;color:var(--text-primary)}.country-tv .country-liste{display:grid;grid-template-columns:clamp(120px,14vh,220px) clamp(120px,14vh,220px);gap:clamp(4rem,7vw,10rem);justify-content:center}.country-tv .lista{display:flex;flex-direction:column;align-items:center;gap:1.4vh;min-width:0;width:100%}.country-tv .lista-logo-wrap{flex-shrink:0;width:clamp(120px,14vh,220px);height:clamp(120px,14vh,220px);display:flex;align-items:center;justify-content:center;background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:16px;padding:10px;overflow:hidden}.country-tv .lista-logo{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 2px 12px rgba(0,0,0,.4))}.country-tv .lista-nome{font-size:clamp(.85rem,1.6vh,1.2rem);text-transform:uppercase;letter-spacing:.1em;padding-left:.1em;color:var(--text-muted);text-align:center;white-space:nowrap;align-self:center}.country-tv .lista-voti{font-size:clamp(2.4rem,7vh,6rem);line-height:1;white-space:nowrap}.app-footer-tv{flex:0 0 auto;height:5.5vh;min-height:40px;background:var(--bg-header);border-top:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;padding:0 2vw}.app-footer-tv .footer-left,.app-footer-tv .footer-right{display:flex;align-items:center;gap:.5rem}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--text-muted);margin-right:.4rem}.status-dot.on{background:var(--success);box-shadow:0 0 8px #4ade8099}.status-dot.off{background:var(--danger)}.loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-secondary);font-size:1rem;letter-spacing:.1em;text-transform:uppercase}.mobile-shell{min-height:100dvh;display:flex;flex-direction:column;background:var(--bg-primary)}.app-header-mobile{position:sticky;top:0;z-index:10;background:var(--bg-header);border-bottom:1px solid var(--border-subtle);padding:14px 16px;display:flex;align-items:center;justify-content:center}.app-header-mobile .app-header-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.2em;font-weight:600;font-size:.78rem;text-align:center;line-height:1.3}.mobile-list{flex:1 1 auto;display:flex;flex-direction:column}.country-mobile{padding:28px 18px;border-bottom:1px solid var(--border-subtle)}.country-mobile:last-child{border-bottom:none}.country-mobile .country-inner{display:flex;flex-direction:column;align-items:center;gap:18px;width:100%}.country-mobile .country-titolo{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:.16em;padding-left:.16em;text-transform:uppercase;text-align:center;color:var(--text-primary)}.country-mobile .country-liste{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;max-width:480px}.country-mobile .lista{display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 8px;border-radius:14px;background:var(--bg-elevated);border:1px solid var(--border-subtle)}.country-mobile .lista-logo-wrap{width:96px;height:96px;display:flex;align-items:center;justify-content:center;padding:6px}.country-mobile .lista-logo{max-width:100%;max-height:100%;object-fit:contain}.country-mobile .lista-nome{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;padding-left:.08em;color:var(--text-muted);text-align:center;min-height:2.2em}.country-mobile .lista-voti{font-size:2.4rem;line-height:1}.app-footer-mobile{padding:14px 16px 22px;background:var(--bg-header);border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.app-footer-mobile .footer-left,.app-footer-mobile .footer-right{font-size:.7rem}@media (min-width: 520px){.country-mobile .lista-logo-wrap{width:120px;height:120px}.country-mobile .lista-voti{font-size:2.8rem}}.admin-shell{min-height:100dvh;background:var(--bg-primary);display:flex;flex-direction:column}.admin-header{background:var(--bg-header);border-bottom:1px solid var(--border-subtle);padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-header h1{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.22em;font-weight:600;color:var(--text-secondary)}.admin-header .header-actions{display:flex;align-items:center;gap:10px}.admin-main{flex:1 1 auto;width:100%;max-width:980px;margin:0 auto;padding:28px 20px 80px;display:flex;flex-direction:column;gap:22px}.admin-card{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:18px;padding:22px 22px 18px;box-shadow:var(--shadow-card)}.admin-card h2{margin:0 0 16px;font-size:1.4rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-primary)}.admin-liste{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:16px}.admin-lista{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:14px;border-radius:14px;background:#ffffff05;border:1px solid var(--border-subtle)}.admin-lista-head{display:flex;align-items:center;gap:12px}.admin-lista-logo{width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);border-radius:10px;padding:6px;border:1px solid var(--border-subtle)}.admin-lista-logo img{max-width:100%;max-height:100%;object-fit:contain}.admin-lista-meta{display:flex;flex-direction:column;min-width:0}.admin-lista-meta .lista-numero{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted)}.admin-lista-meta .lista-nome{font-size:.95rem;font-weight:600;color:var(--text-primary);line-height:1.2}.admin-input{width:100%;background:var(--bg-primary);border:1px solid var(--border-medium);color:var(--text-primary);font-size:1.8rem;font-weight:800;font-variant-numeric:tabular-nums;text-align:center;padding:12px 10px;border-radius:10px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;-moz-appearance:textfield}.admin-input::-webkit-outer-spin-button,.admin-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.admin-input:focus{border-color:var(--text-primary);box-shadow:0 0 0 3px #ffffff14}.admin-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.btn{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;border-radius:10px;padding:12px 22px;border:1px solid var(--border-medium);background:transparent;color:var(--text-primary);transition:background .15s ease,border-color .15s ease,color .15s ease,transform .05s ease}.btn:hover{background:#ffffff0f;border-color:var(--text-primary)}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.btn-primary:hover{background:#e8eef5;color:var(--bg-primary)}.btn-ghost{border-color:var(--border-subtle);color:var(--text-secondary)}.btn:disabled{opacity:.5;cursor:not-allowed}.admin-bulk{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:18px}.admin-bulk .bulk-text{font-size:.85rem;color:var(--text-secondary);letter-spacing:.06em}.toasts{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:10px;z-index:100}.toast{padding:12px 18px;border-radius:10px;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--bg-elevated);border:1px solid var(--border-medium);color:var(--text-primary);box-shadow:var(--shadow-card);animation:toastIn .2s ease-out}.toast.success{border-color:var(--success);color:var(--success)}.toast.error{border-color:var(--danger);color:var(--danger)}@keyframes toastIn{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.login-shell{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg-primary)}.login-card{width:100%;max-width:380px;background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:18px;padding:30px 28px;box-shadow:var(--shadow-card)}.login-card h2{margin:0 0 6px;font-size:1.2rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.login-card p{margin:0 0 22px;color:var(--text-secondary);font-size:.85rem;letter-spacing:.04em}.login-card .admin-input{font-size:1.5rem;letter-spacing:.4em}.login-error{color:var(--danger);font-size:.78rem;margin-top:10px;text-transform:uppercase;letter-spacing:.08em;text-align:center;min-height:1.2em}.login-actions{margin-top:16px;display:flex;justify-content:stretch}.login-actions .btn{width:100%}.login-shell .brand-footer{position:absolute;bottom:20px;left:0;right:0;text-align:center}.public-links{display:flex;gap:12px}.public-links a{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-secondary);padding:6px 12px;border:1px solid var(--border-subtle);border-radius:8px}.public-links a:hover{color:var(--text-primary);border-color:var(--text-primary)}:root{--bg-primary: #0a1929;--bg-elevated: #0f2236;--bg-header: #081320;--border-subtle: rgba(255, 255, 255, .08);--border-medium: rgba(255, 255, 255, .16);--text-primary: #ffffff;--text-secondary: #8a98a8;--text-muted: #5a6878;--accent: #ffffff;--success: #4ade80;--danger: #ef4444;--shadow-card: 0 4px 24px rgba(0, 0, 0, .35);--font-sans: "Inter", "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01" on,"cv11" on}button{font-family:inherit;cursor:pointer}input,button{font-family:inherit}a{color:var(--text-secondary);text-decoration:none;transition:color .15s ease}a:hover{color:var(--text-primary)}.numero-voti{font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.02em;color:var(--text-primary)}.brand-footer{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}
