*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background-color:#050505;background-image:url(/bg.jpg);background-position:50%;background-size:cover;font-family:Montserrat,sans-serif;overflow:hidden}.screen{width:100vw;height:100vh;position:relative}.overlay-gradient{z-index:1;background:radial-gradient(circle,#0f0f0fb3 0%,#050505fa 100%);position:absolute;inset:0}.content-wrapper{z-index:2;flex-direction:column;align-items:center;width:100%;height:100%;padding:15px 30px;display:flex;position:relative}.club-title{letter-spacing:15px;color:orange;text-shadow:0 0 30px #ffa50099;text-transform:uppercase;margin-bottom:30px;font-size:3rem;font-weight:900}.waiting-screen .content-wrapper{justify-content:center}.spinner{border:4px solid #ffa5001a;border-top-color:orange;border-radius:50%;width:70px;height:70px;margin-bottom:30px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.glitch-text{letter-spacing:8px;color:#888;font-size:1.8rem;font-weight:700;animation:2.5s infinite pulse}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}.players-container{flex-direction:column;gap:12px;width:100%;max-width:1800px;margin-bottom:20px;display:flex}.players-row{justify-content:center;gap:12px;width:100%;display:flex}.player-tile-mini{background:linear-gradient(145deg,#323c4bf2,#1e232df2);border:1px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;width:75px;height:75px;display:flex;box-shadow:0 5px 15px #0009}.table-number{color:#000;background:orange;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:26px;font-weight:900;display:flex;box-shadow:0 0 15px #ffa50099}.player-tile-mini.dead{opacity:.35;box-shadow:none;background:#1e000099;border-color:#500}.player-tile-mini.dead .table-number{color:#222;box-shadow:none;background:#444;text-decoration:line-through}.intro-container{flex-direction:column;align-items:center;margin-top:5vh;display:flex}.club-title-big{letter-spacing:20px;color:orange;text-shadow:0 0 50px #ffa50080;text-transform:uppercase;margin-bottom:40px;font-size:4.5rem;font-weight:900}.deck-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#0009;border:1px solid #ffa50033;border-radius:20px;max-width:1400px;padding:30px 50px}.deck-info h2{letter-spacing:4px;color:orange;margin-bottom:30px;font-size:2rem;font-weight:900}.roles-count{color:#fff;flex-wrap:wrap;justify-content:center;gap:20px;font-size:1.5rem;font-weight:700;display:flex}.role-badge{text-transform:uppercase;background:#ffa50026;border:1px solid #ffa5004d;border-radius:12px;padding:12px 25px}.matrices-wrapper{flex-direction:row;justify-content:center;align-items:flex-start;gap:20px;width:100%;max-width:1900px;display:flex}.matrix-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0abf;border:1px solid #ffa50033;border-radius:12px;flex:1;overflow:hidden;box-shadow:0 10px 40px #00000080}.nomination-matrix{border-collapse:collapse;table-layout:fixed;width:100%}.nomination-matrix th{color:orange;letter-spacing:.5px;text-transform:uppercase;background:#ffa5001a;border-bottom:2px solid #ffa50066;padding:4px 2px;font-size:.8rem}.th-player{width:100px;text-align:center!important}.th-round{border-left:2px solid #ffa50033}.nomination-matrix td{text-align:center;border-bottom:1px solid #ffffff0d;padding:0}.nomination-matrix tr:last-child td{border-bottom:none}.matrix-player{justify-content:center;align-items:center;gap:8px;height:100%;display:flex;padding:4px 5px!important}.table-number-matrix{color:#000;background:orange;border-radius:50%;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:13px;font-weight:900;display:flex}.player-name-matrix{color:#fff;letter-spacing:1px;font-size:.9rem;font-weight:700}.matrix-cell-group{border-left:2px solid #ffffff0d}.nom-slot{color:#fff;width:50%;padding:4px 0;font-size:1.1rem;font-weight:900;line-height:1;display:inline-block}.nom-slot:first-child{border-right:1px solid #ffffff0d}.dead-row td{background:#1e00004d}.dead-row .table-number-matrix{color:#777;background:#333;border:1px solid #400;text-decoration:line-through}.dead-row .player-name-matrix{color:#555;text-decoration:line-through}.dead-row .nom-slot{color:#555}.modal-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:100;background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal{text-align:center;background:#111;border:2px solid orange;border-radius:20px;padding:60px 80px;box-shadow:0 0 60px #ffa5004d}.modal h1{color:orange;letter-spacing:6px;margin-bottom:10px;font-size:3.5rem;font-weight:900}.modal-subtitle{color:#888;margin-bottom:40px;font-size:1.5rem;font-weight:700}.killed-name{color:#f33;text-transform:uppercase;margin-bottom:15px;font-size:3rem;font-weight:900}.killed-name.success{color:#00c851}.fade-in{animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
