*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh;width:100%}.public-screen,.public-screen-container{min-height:100vh;position:relative;width:100%}.public-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;padding:20px}.public-finished,.public-playing,.public-waiting{max-width:1200px;text-align:center;width:100%}.main-title{font-size:4rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.subtitle{font-size:1.5rem;margin-bottom:3rem}.queue-info{margin:3rem 0}.queue-status{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;padding:2rem}.queue-label{display:block;font-size:1.3rem;margin-bottom:1rem}.queue-progress{align-items:center;display:flex;gap:1rem}.queue-bar{background:#fff3;border-radius:15px;flex:1 1;height:30px;overflow:hidden}.queue-fill{background:linear-gradient(90deg,#4ade80,#22c55e);border-radius:15px;height:100%;transition:width .3s ease}.queue-count{font-size:1.5rem;font-weight:700;min-width:80px}.qr-section{margin-top:3rem}.qr-label{font-size:1.2rem;margin-bottom:1rem}.qr-placeholder{background:#fff;border-radius:10px;display:inline-block;margin:1rem 0;padding:20px}.qr-image,.qr-loading{height:200px;width:200px}.qr-loading{align-items:center;color:#333;display:flex;justify-content:center}.register-link{color:#fff;display:inline-block;font-size:1.1rem;margin-top:1rem;text-decoration:underline}.public-playing{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-radius:20px;padding:2rem}.timer-display{font-size:1.5rem;font-weight:700}.question-display{margin:2rem 0}.question-text{font-size:2.5rem}.options-grid{grid-template-columns:repeat(2,1fr);margin-top:2rem}.option{background:#ffffff1a;border:2px solid #0000;border-radius:10px;font-size:1.3rem;padding:1.5rem;transition:all .3s}.option:hover{background:#ffffff26;border-color:#ffffff80}.ranking-display{background:#0000004d;border-radius:15px;margin-top:3rem;padding:2rem}.ranking-display h3{font-size:2rem;margin-bottom:1.5rem}.ranking-list{gap:1rem}.ranking-item{font-size:1.2rem}.public-finished{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-radius:20px;padding:3rem}.winner-announcement{margin-bottom:3rem}.winner-title{font-size:3rem;margin-bottom:2rem}.winner-name{color:#fbbf24;margin:1rem 0}.winner-stats{font-size:1.3rem;margin:2rem 0}.winner-stats p{margin:.5rem 0}.prize-message{color:#4ade80;font-size:1.5rem;margin-top:2rem}@media (max-width:768px){.main-title{font-size:2.5rem}.subtitle{font-size:1.2rem}.question-text{font-size:1.8rem}.options-grid{grid-template-columns:1fr}.game-header{flex-direction:column;gap:1rem}}.countdown-display-large{color:#fff;text-align:center}.countdown-number-large{animation:scale-in .5s ease-out;font-size:15rem;text-shadow:0 0 30px #ffffff80}.countdown-label-large{font-size:2.5rem;margin-top:2rem;opacity:.9}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.countdown-number-large{font-size:10rem}.countdown-label-large{font-size:1.8rem}}.player-screen{background:linear-gradient(135deg,#1e3a8a,#3b82f6);min-height:100vh;padding:20px;width:100%}.player-finished,.player-playing,.player-waiting{margin:0 auto;max-width:800px;text-align:center}.player-waiting{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;margin-top:5rem;padding:3rem}.player-waiting h1{font-size:2.5rem;margin-bottom:1rem}.player-playing{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-radius:20px;padding:2rem}.game-header{align-items:center;border-bottom:2px solid #fff3;display:flex;justify-content:space-between;padding-bottom:1rem}.question-counter{font-size:1.2rem;font-weight:700}.timer{background:#ffffff1a;border-radius:10px;padding:.5rem 1rem}.timer.warning{background:#ef44444d}.question-container{margin:2rem 0}.options-container{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.option-button{background:#ffffff1a;border:2px solid #0000;border-radius:10px;color:#fff;font-size:1.2rem;padding:1.5rem}.option-button:hover:not(.disabled){background:#fff3;border-color:#ffffff80}.option-button.selected{background:#22c55e4d;border-color:#22c55e}.option-button.disabled{opacity:.5}.option-letter{font-size:1.5rem}.ranking-container{background:#0000004d;border-radius:15px;margin-top:3rem;padding:1.5rem}.ranking-container h3{font-size:1.5rem;margin-bottom:1rem}.ranking-list{display:flex;flex-direction:column;gap:.5rem}.ranking-item{background:#ffffff1a;border-radius:10px}.ranking-item.you{background:#3b82f64d;border:2px solid #3b82f6}.ranking-item.winner{background:linear-gradient(90deg,#fbbf24,#f59e0b);color:#000;font-weight:700}.rank-pos{font-weight:700;min-width:40px}.rank-name{flex:1 1;text-align:left}.rank-score{font-weight:700}.answer-feedback{border-radius:10px;font-size:1.3rem;font-weight:700;margin-top:2rem}.answer-feedback.correct{background:#22c55e4d;border:2px solid #22c55e;color:#22c55e}.answer-feedback.incorrect{background:#ef44444d;color:#ef4444}.player-finished{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;margin-top:2rem;padding:3rem}.player-finished h1{font-size:2.5rem;margin-bottom:2rem}.winner-section{background:#fbbf2433;border-radius:15px;margin:2rem 0;padding:2rem}.winner-section h2{color:#fbbf24;font-size:2rem;margin-bottom:1rem}.winner-stats{font-size:1.2rem}.final-ranking{margin-top:3rem}.final-ranking h3{font-size:1.8rem;margin-bottom:1.5rem}.play-again-button{background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.2rem;margin-top:2rem;padding:1rem 2rem;transition:all .3s}.play-again-button:hover{background:#2563eb;transform:scale(1.05)}.loading{font-size:1.5rem;padding:3rem;text-align:center}@media (max-width:768px){.question-text{font-size:1.4rem}.option-button{font-size:1rem;padding:1rem}.game-header{flex-direction:column;gap:1rem}}.player-waiting .info-text{font-size:1.1rem;margin:1rem 0;opacity:.9}.action-buttons{flex-direction:column;gap:1rem;margin-top:2rem;max-width:300px;width:100%}.play-button,.secondary-button{border:none;border-radius:10px;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s}.play-button{background:linear-gradient(90deg,#4ade80,#22c55e);color:#000}.play-button:hover{box-shadow:0 4px 20px #4ade8066;transform:scale(1.05)}.secondary-button{background:#ffffff1a;border:2px solid #ffffff4d;color:#fff}.secondary-button:hover{background:#fff3;border-color:#ffffff80}.queue-info{color:#4ade80;font-size:1.2rem;font-weight:700;margin:1rem 0}.loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:50vh}.loading p{font-size:1.2rem;opacity:.9}.register-screen{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px;width:100%}.register-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;box-shadow:0 8px 32px #0000004d;max-width:500px;padding:3rem;width:100%}.register-container h1{font-size:2.5rem;margin-bottom:.5rem;text-align:center}.subtitle{margin-bottom:2rem;opacity:.9;text-align:center}.register-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-size:1.1rem;font-weight:700}.form-group input,.form-group select{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:10px;color:#fff;font-size:1rem;padding:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus{background:#ffffff26;border-color:#fff9}.form-group input::placeholder{color:#fff9}.payment-amount{background:#fbbf2433;border-radius:10px;font-size:1.2rem;padding:1rem;text-align:center}.payment-info{color:#fbbf24;font-size:2rem;font-weight:700;margin:2rem 0;text-align:center}.payment-instructions{font-size:1.1rem;margin:1rem 0;text-align:center}.payment-note{background:#ffffff0d;border-radius:10px;font-size:.9rem;margin:1rem 0;opacity:.7;padding:1rem;text-align:center}.payment-button,.submit-button{background:linear-gradient(90deg,#4ade80,#22c55e);border:none;border-radius:10px;color:#000;cursor:pointer;font-size:1.2rem;font-weight:700;margin-top:1rem;padding:1rem 2rem;transition:all .3s}.payment-button:hover:not(:disabled),.submit-button:hover:not(:disabled){box-shadow:0 4px 20px #4ade8066;transform:scale(1.05)}.payment-button:disabled,.submit-button:disabled{cursor:not-allowed;opacity:.6}.error-message{background:#ef444433;color:#ef4444;margin-top:1rem}.loading-spinner{margin:2rem auto}@media (max-width:768px){.register-container{padding:2rem}.register-container h1{font-size:2rem}.form-row{grid-template-columns:1fr}}.field-error{color:#ef4444;display:block;font-size:.85rem;margin-top:.25rem}.form-group input.error{background:#ef44441a;border-color:#ef4444}.login-link{margin-top:1.5rem;opacity:.9;text-align:center}.login-link a{color:#4ade80;font-weight:700;text-decoration:none}.login-link a:hover{text-decoration:underline}.photo-preview img{border:2px solid #ffffff4d}.photo-preview span{opacity:.8}.form-group input[type=file]::-webkit-file-upload-button{background:#fff3;border:1px solid #ffffff4d}.form-group input[type=file]::-webkit-file-upload-button:hover{background:#ffffff4d}.login-screen{align-items:center;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-container{max-width:400px;width:100%}.login-box{background:#1e293b;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 10px 25px #0000004d;padding:40px}.logo-container{margin-bottom:24px}.triviasgo-logo{max-width:250px}.login-box h1{color:#fff;font-size:2rem;margin-bottom:8px;text-align:center}.login-box .subtitle{color:#94a3b8;margin-bottom:32px;text-align:center}.form-group{margin-bottom:20px}.form-group label{color:#e2e8f0;margin-bottom:8px}.form-group input{background:#0f172a;border:1px solid #334155;color:#fff;padding:12px 16px;transition:border-color .2s;width:100%}.error-banner{background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#ef4444;font-size:.9rem;margin-bottom:20px;padding:12px;text-align:center}.login-button{background:#3b82f6;border-radius:8px;font-size:1rem;font-weight:600;padding:14px;transition:background .2s;width:100%}.login-button:hover:not(:disabled){background:#2563eb}.login-footer{color:#94a3b8;font-size:.9rem;margin-top:32px;text-align:center}.register-link{color:#3b82f6;display:block;font-weight:600;margin-top:8px;text-decoration:none}.register-link:hover{text-decoration:underline}.user-nav-container{position:fixed;right:20px;top:20px;z-index:1000}.user-nav-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e3a8a);border:none;border-radius:50%;box-shadow:0 4px 12px #3b82f666;cursor:pointer;display:flex;height:56px;justify-content:center;position:relative;transition:all .3s ease;width:56px}.user-nav-button:hover{box-shadow:0 6px 16px #3b82f699;transform:scale(1.1)}.user-nav-button:active{transform:scale(.95)}.user-nav-icon{font-size:28px;line-height:1}.user-nav-overlay{animation:fadeIn .2s ease;background:#0000004d;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.user-nav-menu{animation:slideDown .2s ease;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:200px;overflow:hidden;position:absolute;right:0;top:70px;z-index:1001}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-nav-menu-item{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;padding:14px 20px;text-align:left;transition:all .2s ease;width:100%}.user-nav-menu-item:hover{background:#f3f4f6}.user-nav-menu-item:active{background:#e5e7eb}.user-nav-menu-item.logout{color:#ef4444}.user-nav-menu-item.logout:hover{background:#fee2e2}.menu-icon{font-size:20px;line-height:1;text-align:center;width:24px}.user-nav-menu-divider{background:#e5e7eb;height:1px;margin:4px 0}@media (max-width:768px){.user-nav-container{right:15px;top:15px}.user-nav-button{height:48px;width:48px}.user-nav-icon{font-size:24px}.user-nav-menu{min-width:180px;top:60px}.user-nav-menu-item{font-size:.95rem;padding:12px 16px}}.login-nav-button{background:#3b82f6;border:none;border-radius:8px;box-shadow:0 4px 6px #3b82f633;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:10px 20px;transition:all .2s ease}.login-nav-button:hover{background:#2563eb;box-shadow:0 6px 8px #3b82f64d;transform:translateY(-1px)}.user-nav-container.guest{background:#0000}.home-screen{background:#1a1a1a;min-height:100vh;padding:2rem}.home-screen .table-card,.home-screen .table-image,.home-screen .table-image img{border:none!important;box-shadow:none!important;outline:none!important}.home-header{color:#fff;margin-bottom:3rem}.header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.triviasgo-logo{max-width:375px}.header-title-section{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1rem;text-align:center;width:100%}.tab-buttons{margin-bottom:1rem}.header-title-section h1{color:#fff;margin-bottom:.5rem}.header-title-section p{color:#fffc;font-size:1rem}.profile-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.profile-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.home-header h1{font-size:3rem;margin-bottom:.5rem;text-shadow:2px 2px 4px #0000004d}.home-header p{font-size:1.2rem;opacity:.9}.retry-button{background:#fff3;border:2px solid #ffffff80;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:all .3s}.retry-button:hover{background:#ffffff4d}.empty-state{color:#fff}.empty-subtitle{opacity:.8}.tables-grid{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:1400px;padding:0;width:100%}.table-card{background:#0000!important;border:none!important;border-radius:0;box-shadow:none!important;box-sizing:border-box;cursor:pointer;margin:0!important;max-width:1200px;outline:none!important;overflow:visible;padding:0!important;transition:transform .3s;width:100%}.table-card:hover{transform:translateY(-4px)}.table-image-direct{aspect-ratio:1200/410;background:#0000!important;border:none!important;border-radius:12px;box-shadow:none!important;box-sizing:border-box!important;display:block;height:auto;margin:0!important;max-width:1200px;object-fit:cover;outline:none!important;padding:0!important;transition:transform .3s;width:100%}.table-card:hover .table-image-direct{transform:translateY(-4px) scale(1.02)}.table-image{background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;box-sizing:border-box;font-size:0;line-height:0;margin:0!important;overflow:hidden;padding-left:0!important;padding-right:0!important;padding-top:0!important;width:100%}.table-image,.table-image-placeholder{height:0;padding-bottom:34.17%;position:relative}.table-image-placeholder{align-items:center;background:#2a2a2a;border:none;display:flex;justify-content:center}.table-image-placeholder span{color:#fff;font-size:1.2rem;opacity:.8;position:absolute}@media (max-width:768px){.home-screen{padding:1rem}.home-header h1{font-size:2rem}.home-header p{font-size:1rem}.tables-grid{gap:.75rem}.table-card{max-width:100%}}.table-join-screen{align-items:center;background:#1a1a1a;display:flex;justify-content:center;min-height:100vh;padding:2rem}.join-container{background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000004d;max-width:800px;padding:2rem;width:100%}.back-button{background:#0000001a;margin-bottom:1.5rem}.back-button:hover{background:#0003}.table-header{margin-bottom:2rem;text-align:center}.table-image-large{background:#2a2a2a;border-radius:15px;height:0;margin:0 auto 1.5rem;max-width:1200px;overflow:hidden;padding-bottom:34.17%;position:relative;width:100%}.table-image-large img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.table-code-display{text-align:center}.table-header h1{color:#333;font-size:2.5rem;margin-bottom:.5rem}.table-description{font-size:1.1rem}.table-details{background:#f8f9fa;border-radius:15px;margin-bottom:2rem;padding:1.5rem}.detail-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.75rem 0}.detail-item:last-child{border-bottom:none}.detail-item.prize{border-top:2px solid #f59e0b;margin-top:.5rem;padding-top:1rem}.detail-label{color:#555;font-weight:600}.detail-value{font-weight:500}.detail-value.price{color:#22c55e;font-size:1.2rem;font-weight:700}.full-message{background:#fee2e2;border:2px solid #ef4444;border-radius:10px;margin-bottom:1.5rem;padding:1rem;text-align:center}.full-message p{color:#dc2626;font-weight:600;margin:0}.error-message-box{background:#fee2e2;border:2px solid #ef4444;border-radius:10px;color:#dc2626;margin-bottom:1.5rem;padding:1rem;text-align:center}.payment-section{border-top:2px solid #e0e0e0;padding-top:2rem;text-align:center}.payment-section h2{color:#333;font-size:1.8rem;margin-bottom:1rem}.payment-info{color:#555;font-size:1.2rem;margin-bottom:.5rem}.payment-note{color:#666;font-size:.95rem;font-style:italic;margin-bottom:1.5rem}.join-button{background:linear-gradient(90deg,#4ade80,#22c55e);border-radius:10px;color:#000;font-size:1.3rem;font-weight:700;padding:1.2rem;transition:all .3s;width:100%}.join-button:hover:not(:disabled){box-shadow:0 4px 20px #4ade8066;transform:scale(1.02)}.join-button:disabled{background:#ccc;cursor:not-allowed;opacity:.6}@media (max-width:768px){.table-join-screen{padding:1rem}.join-container{padding:1.5rem}.table-header h1{font-size:2rem}.table-image-large{padding-bottom:34.17%}}.prize-receipt-form-overlay{align-items:center;background:#000c;display:flex;height:100vh;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;top:0;width:100vw;z-index:10000}.prize-receipt-form-container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.prize-receipt-form-content{padding:40px}.prize-receipt-form-content h1{color:#333;font-size:24px;font-weight:700;letter-spacing:1px;margin-bottom:30px;text-align:center;text-transform:uppercase}.receipt-section{color:#333;line-height:1.8;margin-bottom:25px}.receipt-section p{font-size:14px;margin-bottom:10px}.receipt-section ul{margin-bottom:10px;margin-left:20px;margin-top:10px}.receipt-section ul li{font-size:14px;margin-bottom:8px}.receipt-section strong{font-weight:600}.acceptance-section{background:#f8f9fa;border:2px solid #e0e0e0;margin:30px 0;padding:20px}.accept-checkbox{align-items:center;cursor:pointer;display:flex;gap:12px;-webkit-user-select:none;user-select:none}.accept-checkbox input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:24px;width:24px}.checkbox-label{color:#333;font-size:18px;font-weight:600}.system-data{background:#e8f4f8;border-left:4px solid #667eea;margin-top:30px;padding:20px}.system-data p{color:#333;font-weight:600;margin-bottom:15px}.system-data ul{list-style:none;margin-left:0}.system-data ul li{font-size:14px;margin-bottom:8px}.form-actions{border-top:1px solid #e0e0e0;gap:15px;margin-top:30px;padding-top:20px}.accept-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px;transition:background .3s}.accept-button:hover:not(:disabled){background:#5568d3}.accept-button:disabled{background:#ccc;cursor:not-allowed}.close-button{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px;transition:background .3s}.close-button:hover{background:#5a6268}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin-bottom:20px;padding:15px}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;margin-bottom:20px;padding:15px}.success-message p{font-weight:600;margin:0}.loading-spinner{border:4px solid #f3f3f3;border-top-color:#667eea;height:40px;margin:20px auto;width:40px}@media (max-width:768px){.prize-receipt-form-content{padding:20px}.prize-receipt-form-content h1{font-size:20px}.receipt-section{font-size:13px}.form-actions{flex-direction:column}.accept-button,.close-button{width:100%}}.game-table-screen-container{min-height:100vh;position:relative;width:100%}.game-table-screen{background:#1a1a1a;min-height:100vh;padding:2rem}.countdown-overlay-global{align-items:center;background:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:99999!important}.countdown-number-big{color:#fff;font-size:15rem;font-weight:700;text-shadow:0 0 20px #ffffff80}.game-container{margin:0 auto;max-width:1400px}.game-header{background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000004d;margin-bottom:2rem;padding:2rem}.game-header.waiting-header{display:flex;flex-direction:column;gap:1.5rem}.game-header.playing-header{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:space-between}.table-image-container{background:#f0f0f0;border-radius:12px;box-shadow:0 4px 12px #0003;max-width:100%;overflow:hidden;padding-bottom:34.17%;position:relative;width:100%}.playing-header .table-image-container{display:none}.table-image-header{display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.table-image-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:none;font-size:1.2rem;padding:3rem 2rem;text-align:center;width:100%}.table-image-placeholder.show{display:block}.table-info{width:100%}.playing-header .table-info{flex:1 1;min-width:300px}.table-code-display{color:#666;font-family:Courier New,monospace;font-size:.85rem;font-weight:500;letter-spacing:.05em;margin-bottom:.5rem}.table-info h1{color:#333;font-size:2rem;margin:0 0 .5rem}.table-description{color:#666;line-height:1.6;margin:0 0 1rem}.table-details{border-top:1px solid #0000001a;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem}.table-detail-item{align-items:center;display:flex;font-size:.95rem;gap:.5rem}.detail-icon{flex-shrink:0;font-size:1.2rem}.detail-label{color:#666;font-weight:500;min-width:140px}.detail-value{color:#333;font-weight:600}.question-counter{text-align:center}.counter-label{color:#666;display:block;font-size:.9rem;margin-bottom:.25rem}.counter-numbers{color:#3b82f6;display:block;font-size:2rem;font-weight:700}.game-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.question-panel{background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000004d;padding:2rem}.waiting-state,.winner-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:12px;box-shadow:0 4px 15px #fbbf244d;color:#fff;margin-bottom:1.5rem;padding:1.5rem;text-align:center}.winner-badge h3{font-size:1.5rem;margin:0 0 .5rem}.winner-badge p{font-size:1rem;margin:0 0 1rem}.prize-receipt-button{background:#fff;border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#f59e0b;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.prize-receipt-button:hover{background:#fef3c7;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.prize-receipt-button-small{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:.5rem;padding:.5rem 1rem;transition:background .3s}.prize-receipt-button-small:hover{background:#5568d3}.finished-state{padding:4rem 2rem;text-align:center}.finished-icon,.waiting-icon{font-size:4rem;margin-bottom:1rem}.finished-state h2,.waiting-state h2{color:#333;font-size:2rem;margin-bottom:1rem}.countdown-display{padding:3rem 2rem;text-align:center}.countdown-number{animation:pulse 1s ease-in-out infinite;color:#3b82f6;font-size:8rem;font-weight:700;line-height:1;margin-bottom:1rem}.countdown-display p{color:#666;font-size:1.5rem;margin:0}.question-header{justify-content:flex-end;margin-bottom:2rem}.timer-display{background:#f3f4f6;border-radius:12px;padding:.75rem 1.5rem}.timer{color:#3b82f6;font-family:Courier New,monospace;font-size:1.5rem;font-weight:700}.timer.warning{animation:pulse 1s infinite;color:#ef4444}.question-text{font-size:1.8rem}.options-grid,.question-text{margin-bottom:2rem}.option-button{align-items:center;background:#f9fafb;border:3px solid #e5e7eb;border-radius:12px;color:#1f2937!important;cursor:pointer;display:flex;font-size:1.1rem;gap:1rem;padding:1.25rem 1.5rem;text-align:left;transition:all .3s}.option-button:hover:not(.disabled){background:#f3f4f6;border-color:#3b82f6;transform:translateX(5px)}.option-button.selected{background:#eff6ff;border-color:#3b82f6;color:#1f2937!important;font-weight:600}.option-button.disabled{cursor:not-allowed;opacity:.6}.option-button.correct{background:#dcfce7;border-color:#10b981;color:#1f2937!important}.option-button.incorrect{background:#fee2e2;border-color:#ef4444;color:#1f2937!important}.option-letter{font-size:1.3rem;min-width:40px}.option-text{color:#1f2937!important}.answer-indicator{font-size:1.5rem;font-weight:700}.answer-feedback{border-radius:12px;margin-top:1rem;padding:1.5rem;text-align:center}.answer-feedback.correct{background:#dcfce7;border:2px solid #10b981;color:#065f46}.answer-feedback.incorrect{background:#fee2e2;border:2px solid #ef4444;color:#991b1b}.feedback-icon{font-size:2rem;font-weight:700;margin-bottom:.5rem}.feedback-details p{font-size:1rem;margin:.5rem 0}.ranking-panel{display:flex;flex-direction:column;gap:1.5rem}.my-stats-card,.ranking-list-card{background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000004d;padding:1.5rem}.my-stats-card h3,.ranking-list-card h3{color:#333;font-size:1.5rem;margin:0 0 1.5rem;text-align:center}.stats-grid{grid-gap:1rem;gap:1rem;grid-template-columns:1fr 1fr}.stat-item{align-items:center;background:#f9fafb;flex-direction:column}.stat-label{color:#666;font-size:.85rem;margin-bottom:.5rem}.stat-value{color:#3b82f6;font-size:1.5rem}.stat-value.position{font-size:2rem}.ranking-list{max-height:500px;overflow-y:auto}.empty-ranking{color:#666;padding:2rem;text-align:center}.ranking-item{align-items:center;background:#f9fafb;border:2px solid #0000;border-radius:8px;color:#1f2937;display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem;transition:all .3s}.ranking-item:hover{background:#f3f4f6}.ranking-item.my-position{background:#eff6ff;border-color:#3b82f6;font-weight:600}.ranking-item.position-1{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fbbf24}.ranking-item.position-2{background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-color:#9ca3af}.ranking-item.position-3{background:linear-gradient(135deg,#fed7aa,#fdba74);border-color:#fb923c}.rank-position{color:#1f2937;font-size:1.5rem;font-weight:700;min-width:50px;text-align:center}.rank-info{color:#1f2937;flex:1 1}.rank-name{font-size:1.1rem;margin-bottom:.25rem}.rank-name,.rank-player-header .rank-name,.ranking-player-detailed .rank-name{color:#1f2937!important}.you-badge{color:#3b82f6;font-size:.85rem;margin-left:.5rem}.rank-details{color:#1f2937;display:flex;font-size:.9rem;gap:1rem}.rank-score{color:#3b82f6;font-weight:600}.rank-correct{color:#10b981}.rank-time{color:#6b7280}.final-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin:2rem 0}.stat-card{background:#f9fafb;flex-direction:column}.stat-card .stat-label{color:#666;font-size:.9rem;margin-bottom:.5rem}.stat-card .stat-value{color:#3b82f6;font-size:2rem;font-weight:700}.back-button{background:#3b82f6;font-size:1.1rem;margin-top:2rem;padding:1rem 2rem}.back-button:hover{background:#2563eb;transform:scale(1.05)}@media (max-width:1024px){.game-content{grid-template-columns:1fr}.ranking-panel{order:-1}}@media (max-width:768px){.game-table-screen{padding:1rem}.game-header{flex-direction:column;gap:1rem;text-align:center}.question-text{font-size:1.4rem}.final-stats,.stats-grid{grid-template-columns:1fr}.player-questions-details{font-size:.75rem}.question-detail-item{padding:.4rem}.question-detail-header{gap:.5rem}.question-detail-header,.question-info{align-items:flex-start;flex-direction:column}.question-info{gap:.4rem;width:100%}.question-text-display{font-size:.8rem;width:100%}.player-response-detail{gap:.4rem;grid-template-columns:1fr}.response-points,.response-time{text-align:left}}.ranking-player-detailed{background:#fffffff2;border:1px solid #0000001a;border-radius:12px;color:#1f2937;margin-bottom:1rem;padding:1rem}.ranking-player-detailed.my-position{background:#eff6fff2;border:2px solid #3b82f6;color:#1f2937}.rank-player-header{border-bottom:1px solid #0000001a;color:#1f2937;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem}.question-detail-item{background:#f9fafbcc;border:1px solid #0000001a;color:#1f2937;font-size:.85rem}.question-detail-header{font-size:.8rem}.question-number-badge{border-radius:3px;font-size:.65rem;padding:.08rem .3rem}.question-text-display{font-size:.7rem}.player-questions-details .question-text-display,.question-detail-item .question-text-display,.question-text-display,.ranking-player-detailed .question-text-display{color:#1f2937!important}.correct-answer-label{border-radius:3px;font-size:.65rem;padding:.08rem .3rem}.player-response-detail{font-size:.75rem;gap:.5rem;height:1.1rem}.player-response-detail.no-response{border-left:2px solid #9ca3af;opacity:.6;padding-left:.3rem}.response-answer{color:#1f2937;font-size:.75rem}.response-answer strong{font-size:.8rem}.player-response-detail.correct .response-answer,.player-response-detail.correct .response-answer strong{color:#10b981!important}.player-response-detail.incorrect .response-answer,.player-response-detail.incorrect .response-answer strong{color:#ef4444!important}.response-time{color:#90cdf4;font-size:.7rem;min-width:50px}.response-points{font-size:.7rem;min-width:45px}.profile-screen{background:#1a1a1a;color:#333;min-height:100vh;padding:2rem}.profile-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.profile-header h1{color:#fff;font-size:2rem;margin:0}.back-button{border:1px solid #ffffff4d;transition:all .3s ease}.profile-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;display:flex;gap:1rem;margin-bottom:2rem;padding:.5rem}.tab-button{background:#0000;border:none;flex:1 1;font-weight:500;padding:.75rem 1.5rem}.tab-button:hover{background:#ffffff1a}.tab-button.active{background:#fff;color:#667eea;font-weight:600}.profile-content{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:2rem}.profile-section{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.section-header h2{color:#333;font-size:1.5rem;margin:0}.edit-button{background:#667eea;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.edit-button:hover{background:#5568d3;transform:translateY(-2px)}.profile-info{display:flex;flex-direction:column;gap:1rem}.info-row{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;padding:1rem}.info-label{color:#666;font-weight:600;min-width:180px}.info-value{color:#333;flex:1 1}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;gap:1rem}.form-group label{font-size:.9rem}.form-group input{border-radius:8px;padding:.75rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group select{font-size:1rem;transition:all .3s ease}.form-group input[type=file],.form-group select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.75rem}.form-group input[type=file]::-webkit-file-upload-button{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;margin-right:1rem;padding:.5rem 1rem}.form-group input[type=file]::-webkit-file-upload-button:hover{background:#5568d3}.photo-preview{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.photo-preview img{border:2px solid #e0e0e0;border-radius:10px;max-height:200px;max-width:100%;object-fit:contain}.photo-preview span{color:#666;font-size:.85rem}.document-photo-preview{border:2px solid #e0e0e0;border-radius:8px;margin-top:.5rem;max-height:150px;max-width:200px;object-fit:contain}.form-actions{margin-top:1rem}.cancel-button,.save-button{transition:all .3s ease}.cancel-button{background:#e0e0e0}.cancel-button:hover:not(:disabled){background:#d0d0d0}.save-button{background:#667eea}.save-button:hover:not(:disabled){background:#5568d3}.cancel-button:disabled,.save-button:disabled{cursor:not-allowed;opacity:.6}.alert{border-radius:8px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.alert-error{background:#fee;border:1px solid #fcc;color:#c33}.alert-success{background:#efe;border:1px solid #cfc;color:#3c3}.tables-list{display:flex;flex-direction:column;gap:1rem}.table-card{border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.table-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}.table-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.table-card-header h3{color:#333;font-size:1.25rem;margin:0}.status-badge{border-radius:20px;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.status-scheduled{background:#e3f2fd;color:#1976d2}.status-playing{background:#fff3e0;color:#f57c00}.status-finished{background:#e8f5e9;color:#388e3c}.status-unknown{background:#f5f5f5;color:#666}.table-card-body{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.table-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.table-info p{color:#666;font-size:.9rem;margin:0}.join-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.join-button:hover{background:#5568d3;transform:translateY(-2px)}.join-button.playing{animation:pulse 2s infinite;background:#f57c00}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 12px #667eea4d;color:#fff;gap:1rem;padding:1.5rem;transition:all .3s ease}.stat-card:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-4px)}.stat-icon{font-size:2.5rem}.stat-content{flex:1 1}.stat-content h3{font-size:.9rem;font-weight:500;margin:0 0 .5rem;opacity:.9}.stat-value{font-size:2rem;margin:0}.empty-state{padding:3rem}.empty-state p{font-size:1.1rem;margin-bottom:1.5rem}.primary-button{background:#667eea;color:#fff;padding:.75rem 2rem;transition:all .3s ease}.primary-button:hover{background:#5568d3}.error-container,.loading-container{color:#fff;min-height:50vh}.error-message{margin-bottom:1rem}@media (max-width:768px){.profile-screen{padding:1rem}.form-row{grid-template-columns:1fr}.table-card-body{flex-direction:column}.stats-grid{grid-template-columns:1fr}.profile-tabs{flex-direction:column}.response-row,.responses-header{gap:.5rem;grid-template-columns:1fr}.response-row span,.responses-header span{padding:.25rem 0}.player-name{align-items:flex-start;flex-direction:column}}.section-description{color:#999;font-size:.95rem;margin-bottom:1.5rem}.table-card.clickable{cursor:pointer;transition:transform .2s,box-shadow .2s}.table-card.clickable:hover{box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.click-hint{background:#3b82f633;border-radius:8px;color:#60a5fa;font-size:.9rem;font-weight:500;margin-top:1rem;padding:.75rem;text-align:center}.game-history-detail{width:100%}.game-stats-detail{margin-top:1rem}.game-stats-detail .back-button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;transition:background .2s}.game-stats-detail .back-button:hover{background:#2563eb}.table-header-stats{background:#ffffff0d;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.table-header-stats h3{color:#60a5fa!important;font-size:1.5rem;margin:0 0 .5rem}.table-date{color:#60a5fa!important;margin:0}.questions-stats{display:flex;flex-direction:column;gap:2rem}.full-ranking-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:3rem;padding:2rem}.section-subtitle{color:#60a5fa!important;font-size:1.5rem;margin:0 0 1.5rem;text-align:center}.full-ranking-table{width:100%}.ranking-table-header{background:#ffffff1a;font-size:.95rem;font-weight:600;margin-bottom:.75rem}.ranking-table-header,.ranking-table-row{grid-gap:1rem;border-radius:8px;color:#60a5fa!important;display:grid;gap:1rem;grid-template-columns:100px 2fr 1.5fr 1.5fr 1.5fr;padding:1rem;text-align:center}.ranking-table-row{align-items:center;background:#ffffff08;margin-bottom:.5rem;transition:all .2s}.ranking-table-row:hover{background:#ffffff14;transform:translateX(5px)}.ranking-table-row.winner{background:#3b82f633;border:2px solid #3b82f680;font-weight:600}.rank-position-badge{color:#60a5fa!important;font-size:1.2rem;font-weight:700}.rank-player-name{color:#60a5fa!important;font-weight:500;text-align:left}.rank-total-score{color:#3b82f6;font-size:1.1rem;font-weight:600}.rank-correct-answers{color:#10b981;font-weight:500}.rank-total-time{color:#f59e0b;font-weight:500}.question-stats-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.question-stats-header{border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:1rem}.question-stats-header h4{color:#3b82f6;font-size:1.2rem;margin:0 0 .5rem}.question-stats-header .question-text{color:#60a5fa!important;font-size:1rem;line-height:1.5;margin:0}.responses-list{margin-top:1rem}.responses-header{background:#ffffff0d;font-size:.9rem;font-weight:600;padding:.75rem 1rem}.response-row,.responses-header{grid-gap:1rem;border-radius:8px;color:#60a5fa!important;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;margin-bottom:.5rem}.response-row{align-items:center;background:#ffffff08;padding:1rem;transition:background .2s}.response-row span{color:#60a5fa!important}.response-row:hover{background:#ffffff14}.response-row.first{background:#3b82f633;border:1px solid #3b82f680}.response-row.correct{border-left:3px solid #10b981}.response-row.incorrect{border-left:3px solid #ef4444}.player-name{align-items:center;color:#60a5fa!important;display:flex;font-weight:500;gap:.5rem}.first-badge{background:#3b82f6;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.answer-letter{font-size:1.1rem}.answer-letter,.points-earned{color:#60a5fa!important;font-weight:600}.answer-status{color:#60a5fa!important;font-weight:500}.answer-status.correct{color:#10b981}.correct-answer-info{border-top:1px solid #ffffff1a;font-weight:500;margin-top:1rem;padding-top:1rem}.correct-answer-info,.correct-answer-info strong,.no-responses{color:#60a5fa!important}.no-responses{padding:2rem}.no-data,.no-responses p{color:#60a5fa!important}.no-data{font-size:1rem;padding:2rem;text-align:center}.game-rules-screen{background:#1a1a1a;min-height:100vh;padding:2rem}.rules-container{margin:0 auto;max-width:1200px}.rules-header{color:#fff;margin-bottom:3rem;text-align:center}.logo-container{align-items:center;display:flex;justify-content:center;margin-bottom:2rem;width:100%}.triviasgo-logo{height:auto;max-width:300px;object-fit:contain;width:100%}.tab-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.tab-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;padding:12px 32px;text-transform:uppercase;transition:all .3s ease}.tab-button:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.tab-button.active{background:linear-gradient(135deg,#3b82f6,#1e3a8a);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f666}.tab-button.active:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 6px 16px #3b82f699;transform:translateY(-2px)}.rules-header h1{color:#fff;font-size:2.5rem;margin-bottom:.5rem}.subtitle{color:#fffc;font-size:1.1rem}.rules-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:4rem 2rem}.rules-placeholder{color:#fff;text-align:center}.rules-placeholder p{color:#fff;font-size:1.5rem;margin-bottom:1rem}.placeholder-subtitle{color:#ffffffb3;font-size:1rem;line-height:1.6;margin:0 auto;max-width:600px}@media (max-width:768px){.game-rules-screen{padding:1rem}.rules-header h1{font-size:2rem}.tab-buttons{gap:.5rem}.tab-button{font-size:.9rem;padding:10px 24px}.rules-content{padding:2rem 1.5rem}.rules-placeholder p{font-size:1.2rem}}.admin-login-screen{align-items:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);display:flex;justify-content:center;min-height:100vh;padding:2rem}.admin-login-container{background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000004d;color:#333;max-width:450px;padding:3rem;width:100%}.admin-login-header{margin-bottom:2rem;text-align:center}.admin-login-header h1{color:#1e3a8a;font-size:2.5rem;margin-bottom:.5rem}.admin-login-header p{color:#666;font-size:1.1rem}.admin-login-form{gap:1.5rem}.admin-login-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-size:1rem}.form-group input{border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;padding:1rem;transition:all .3s}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.error-message{font-weight:500}.login-button{background:linear-gradient(90deg,#3b82f6,#1e3a8a);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;margin-top:.5rem;padding:1rem 2rem;transition:all .3s}.login-button:hover:not(:disabled){box-shadow:0 4px 20px #3b82f666;transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.6}.login-note{background:#fef3c7;border:2px solid #fbbf24;border-radius:10px;margin-top:1.5rem;padding:1rem;text-align:center}.login-note p{color:#92400e;font-size:.9rem;margin:.25rem 0}@media (max-width:768px){.admin-login-container{padding:2rem}.admin-login-header h1{font-size:2rem}}.admin-dashboard{background:#f5f5f5;min-height:100vh}.admin-dashboard,.admin-dashboard .action-icon,.admin-dashboard .action-text,.admin-dashboard .quick-actions,.admin-dashboard .quick-actions h2,.admin-dashboard .stat-card,.admin-dashboard .stat-info p{color:#333!important}.admin-header-actions{align-items:center}.admin-username{font-size:1rem;opacity:.9}.logout-button{background:#fff3;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;padding:.5rem 1.5rem;transition:all .3s}.logout-button:hover{background:#ffffff4d;border-color:#ffffff80}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.stat-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;display:flex;gap:1.5rem;padding:2rem;transition:transform .3s}.stat-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-5px)}.stat-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e3a8a);border-radius:15px;display:flex;font-size:3rem;height:80px;justify-content:center;width:80px}.stat-info h3{color:#1e3a8a;font-size:2.5rem;margin:0}.stat-info p{color:#666;font-size:1rem;margin:.5rem 0 0}.quick-actions{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;padding:2rem}.quick-actions h2{color:#333;font-size:1.5rem;margin:0 0 1.5rem}.actions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.action-button{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #e0e0e0;border-radius:10px;color:#333;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .3s}.action-button:hover{background:linear-gradient(135deg,#3b82f6,#1e3a8a);border-color:#3b82f6;box-shadow:0 4px 15px #3b82f64d;color:#fff;transform:translateY(-3px)}.action-button:hover .action-icon,.action-button:hover .action-text{color:#fff}.action-icon{color:inherit;font-size:2rem}.action-text{color:inherit;font-size:1rem;font-weight:600}.led-editor-section{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;margin-top:2rem;padding:2rem}.led-editor-section h2{color:#333;font-size:1.5rem;margin:0 0 .5rem}.led-editor-description{color:#666;font-size:.95rem;margin:0 0 1.5rem}.led-editor-toolbar{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:.75rem}.toolbar-button{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:all .2s}.toolbar-button:hover{background:#e9ecef;border-color:#999}.toolbar-color-select{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.9rem;padding:.5rem}.speed-control{align-items:center;border-left:1px solid #ddd;display:flex;gap:.5rem;margin-left:auto;padding-left:1rem}.speed-label{color:#333;font-size:.9rem;font-weight:500;white-space:nowrap}.speed-slider{-webkit-appearance:none;background:#ddd;border-radius:3px;height:6px;outline:none;width:150px}.speed-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#3b82f6;border-radius:50%;cursor:pointer;height:18px;-webkit-transition:background .2s;transition:background .2s;width:18px}.speed-slider::-webkit-slider-thumb:hover{background:#1e3a8a}.speed-slider::-moz-range-thumb{background:#3b82f6;border:none;border-radius:50%;cursor:pointer;height:18px;-moz-transition:background .2s;transition:background .2s;width:18px}.speed-slider::-moz-range-thumb:hover{background:#1e3a8a}.speed-value{color:#3b82f6;font-size:.9rem;font-weight:600;min-width:35px;text-align:right}.led-editor-content:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.led-editor-actions{display:flex;gap:1rem;margin-top:1.5rem}.cancel-button,.save-button{padding:.75rem 1.5rem}.save-button{background:linear-gradient(135deg,#3b82f6,#1e3a8a)}.save-button:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-2px)}.cancel-button{background:#e9ecef}.cancel-button:hover{background:#dee2e6}.led-preview{border-top:2px solid #e9ecef;margin-top:2rem;padding-top:2rem}.led-preview h3{color:#333;font-size:1.2rem;margin:0 0 1rem}.led-preview-container{background:#2a2a2a;border:2px solid #3a3a3a;border-radius:4px;height:40px;overflow:hidden;position:relative;width:100%}.led-preview-scroll{align-items:center;display:flex;height:100%;white-space:nowrap;will-change:transform}.led-preview-content{color:#0f0;display:inline-block;flex-shrink:0;font-size:1.2rem;font-weight:600;letter-spacing:2px;padding-right:100%;text-shadow:0 0 10px #0f0c,0 0 20px #00ff0080;white-space:nowrap}@keyframes scroll-left-preview{0%{transform:translateX(100%)}to{transform:translateX(-33.333%)}}@media (max-width:768px){.admin-header-content{align-items:flex-start;flex-direction:column;gap:1rem}.admin-nav{flex-wrap:wrap;padding:0 1rem}.admin-content{padding:1rem}.stats-grid{grid-template-columns:1fr}}.admin-tables-list{background:#f5f5f5;min-height:100vh}.admin-tables-list,.admin-tables-list .empty-state,.admin-tables-list .empty-state p,.admin-tables-list .table-title-cell,.admin-tables-list .table-title-cell span,.admin-tables-list .tables-table td,.admin-tables-list .tables-table th,.admin-tables-list .tables-table-container{color:#333!important}.primary-button{background:#fff;border:none;border-radius:8px;color:#3b82f6;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.primary-button:hover{background:#f0f7ff;box-shadow:0 4px 15px #ffffff4d;transform:translateY(-2px)}.nav-button.primary:hover{background:linear-gradient(90deg,#2563eb,#1e40af)}.empty-state{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;padding:4rem}.empty-state p{color:#666;font-size:1.5rem;margin-bottom:2rem}.tables-table-container{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;overflow-x:auto;padding:1.5rem}.tables-table{border-collapse:collapse;width:100%}.tables-table thead{background:#f8f9fa}.tables-table th{border-bottom:2px solid #e0e0e0;color:#333;font-weight:600;padding:1rem;text-align:left}.tables-table td{border-bottom:1px solid #f0f0f0;color:#333;padding:1rem}.tables-table td span{color:#333}.tables-table tbody tr:hover{background:#f8f9fa}.table-title-cell{align-items:center;display:flex;gap:.75rem}.table-title-content{display:flex;flex-direction:column;gap:.25rem}.table-code-small{color:#666;font-size:.75rem;font-weight:500}.receipts-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background .3s}.receipts-button:hover{background:#5568d3}.no-receipts{color:#999;font-style:italic}.receipts-modal-overlay{align-items:center;background:#000000b3;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}.receipts-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;width:90%}.modal-header{border-bottom:1px solid #e0e0e0}.modal-header h2{color:#333}.close-modal{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:background .3s;width:30px}.close-modal:hover{background:#f0f0f0}.modal-content{color:#333;padding:1.5rem}.modal-content p{margin-bottom:1rem}.receipts-list{margin-top:1.5rem}.receipt-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:1rem;padding:1rem}.receipt-item h3{color:#333;font-size:1.1rem;margin:0 0 .75rem}.receipt-details{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.receipt-details p{color:#666;font-size:.9rem;margin:0}.transfer-receipt-button{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background .3s}.transfer-receipt-button:hover{background:#059669}.no-receipt{color:#999;font-size:.875rem;font-style:italic}.transfer-receipt-modal-overlay{align-items:center;background:#000000b3;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}.transfer-receipt-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;width:90%}.transfer-receipt-preview{margin-top:1.5rem;text-align:center}.receipt-image{border:2px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;height:auto;max-width:100%}.summary-btn{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;margin-right:.5rem;padding:.5rem 1rem;transition:background .3s}.summary-btn:hover{background:#2563eb}.game-summary-modal{max-height:90vh;max-width:1200px;overflow-y:auto}.summary-info{margin-bottom:1.5rem}.financial-section h3,.receipts-section h3,.summary-info h3{font-size:1.3rem}.transfer-receipt-section h3{font-size:1.3rem;margin-bottom:1rem}.table-thumbnail{border-radius:8px;height:27px;object-fit:cover;width:80px}.badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.badge-scheduled{background:#dbeafe;color:#1e40af}.badge-starting{background:#fef3c7;color:#92400e}.badge-playing{background:#d1fae5;color:#065f46}.badge-finished{background:#e5e7eb;color:#374151}.badge-cancelled{background:#fee2e2;color:#991b1b}.badge-default{background:#f3f4f6;color:#6b7280}.action-buttons{display:flex;gap:.5rem}.action-btn{background:#0000;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;font-size:1.2rem;padding:.5rem;transition:all .3s}.action-btn:hover{transform:scale(1.1)}.edit-btn:hover{background:#dbeafe;border-color:#3b82f6}.delete-btn:hover{background:#fee2e2;border-color:#ef4444}@media (max-width:768px){.admin-content{padding:1rem}.tables-table-container{overflow-x:scroll}.tables-table{min-width:800px}}.admin-table-form{background:#f5f5f5;min-height:100vh}.admin-table-form,.admin-table-form .available-questions h3,.admin-table-form .empty-message,.admin-table-form .form-group label,.admin-table-form .form-section h2,.admin-table-form .question-text,.admin-table-form .selected-questions h3,.admin-table-form .table-form{color:#333!important}.back-button{background:#fff3;border:2px solid #ffffff4d;font-size:.95rem;padding:.5rem 1rem;transition:all .3s}.back-button:hover{background:#ffffff4d}.table-form{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;padding:2rem}.form-section{border-bottom:2px solid #f0f0f0;margin-bottom:3rem;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none}.form-section h2{color:#1e3a8a;font-size:1.5rem;margin-bottom:1.5rem}.form-group label{color:#333}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;transition:all .3s}.form-group input[type=file]{background:#f8f9fa;border:2px dashed #d1d5db;cursor:pointer;padding:.5rem}.form-group input[type=file]:hover{background:#eff6ff;border-color:#3b82f6}.form-group input[type=file]:disabled{cursor:not-allowed;opacity:.6}.form-group input::placeholder,.form-group textarea::placeholder{color:#999;opacity:1}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;color:#333;outline:none}.form-help-text{color:#666;font-size:.9rem;line-height:1.5;margin-top:.5rem}.form-help-text a{color:#3b82f6;text-decoration:underline}.form-help-text a:hover{color:#2563eb}.info-message{background:#eff6ff;border:1px solid #3b82f6;border-radius:6px;margin-top:1rem;padding:1rem}.info-message p{color:#1e40af;margin:0}.info-message a{color:#3b82f6;font-weight:600;text-decoration:underline}.info-message a:hover{color:#2563eb}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.image-preview-container{margin-top:1rem}.image-preview{background:#f3f4f6;border:2px solid #e0e0e0;border-radius:8px;display:block;height:0;margin-bottom:1rem;max-width:1200px;overflow:hidden;padding-bottom:34.17%;position:relative;width:100%}.image-preview img{display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.image-loading{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;margin-bottom:.5rem;padding:1rem;text-align:center}.image-conversion-info{background:#d1fae5;border:1px solid #10b981;border-radius:8px;color:#065f46;margin-bottom:.5rem;padding:.75rem}.image-conversion-info small{display:block;font-size:.875rem;margin-bottom:.25rem}.image-conversion-info .converted-url{color:#047857;font-family:monospace;font-size:.75rem;word-break:break-all}.image-error-message{background:#fee2e2;border:2px solid #ef4444;border-radius:8px;color:#991b1b;margin-top:1rem;padding:1rem}.image-error-message p{font-weight:600;margin:0 0 .75rem}.image-help-text{color:#7f1d1d;font-size:.875rem}.image-help-text strong{display:block;margin-bottom:.5rem}.image-help-text ul{margin:.5rem 0 0 1.5rem;padding:0}.image-help-text li{margin-bottom:.5rem}.image-help-text code{background:#f3f4f6;border-radius:4px;color:#1f2937;display:block;font-size:.75rem;margin-top:.5rem;padding:.25rem .5rem;word-break:break-all}.prize-info{background:#dbeafe;border:2px solid #3b82f6;border-radius:8px;color:#1e40af;margin-bottom:1.5rem;margin-top:1rem;padding:1rem}.prize-info strong{display:block;font-size:1.2rem;margin-bottom:.25rem}.prize-info small{display:block;opacity:.8}.form-group:has(#transfer_receipt){border-top:1px solid #e0e0e0;margin-top:1.5rem;padding-top:1.5rem}.form-group:has(#transfer_receipt) label{color:#1e3a8a;font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.questions-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.available-questions,.selected-questions{background:#f8f9fa;border-radius:10px;padding:1.5rem}.available-questions h3,.selected-questions h3{color:#333;font-size:1.2rem;margin:0 0 1rem}.empty-message{color:#666;font-style:italic;padding:2rem;text-align:center}.selected-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.selected-question-item{align-items:center;background:#fff;border:2px solid #3b82f6;border-radius:8px;display:flex;gap:1rem;padding:1rem}.question-order{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:30px;justify-content:center;width:30px}.question-text{flex:1 1;font-size:.95rem}.question-actions{gap:.25rem}.move-btn,.remove-btn{background:#f0f0f0;border:1px solid #e0e0e0;border-radius:4px;color:#333;cursor:pointer;font-size:.9rem;padding:.25rem .5rem;transition:all .3s}.move-btn:hover:not(:disabled){background:#dbeafe;border-color:#3b82f6}.move-btn:disabled{cursor:not-allowed;opacity:.3}.remove-btn:hover{background:#fee2e2;border-color:#ef4444;color:#dc2626}.questions-list{display:flex;flex-direction:column;gap:.75rem;max-height:500px;overflow-y:auto}.question-item{align-items:flex-start;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .3s}.question-item:hover{background:#f0f7ff;border-color:#3b82f6}.question-item.selected{background:#dbeafe;border-color:#3b82f6}.question-item input[type=checkbox]{cursor:pointer;margin-top:.25rem}.question-content{flex:1 1}.question-content .question-text{color:#333;font-weight:500;margin-bottom:.5rem}.question-meta{display:flex;font-size:.85rem;gap:1rem}.category{background:#e0e0e0;border-radius:4px;color:#666;padding:.25rem .5rem}.correct-answer{color:#22c55e}.form-actions{border-top:2px solid #f0f0f0;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.cancel-button,.save-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s}.cancel-button{background:#f0f0f0;color:#666}.cancel-button:hover{background:#e0e0e0}.save-button{background:linear-gradient(90deg,#3b82f6,#1e3a8a);color:#fff}.save-button:hover:not(:disabled){box-shadow:0 4px 15px #3b82f666;transform:translateY(-2px)}.save-button:disabled{cursor:not-allowed;opacity:.6}.error-message{background:#fee2e2;border:2px solid #ef4444;border-radius:10px;margin-bottom:2rem;padding:1rem;text-align:center}@media (max-width:1024px){.questions-container{grid-template-columns:1fr}}@media (max-width:768px){.admin-content{padding:1rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.cancel-button,.save-button{width:100%}}.admin-table-summary{background:#f3f4f6;color:#1f2937;min-height:100vh;padding:2rem}.summary-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem 2rem}.summary-header h1{color:#1e3a8a;font-size:2rem;margin:0}.back-button{background:#6b7280;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background .3s}.back-button:hover{background:#4b5563}.summary-content{margin:0 auto;max-width:1400px}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:60vh}.loading-spinner{border:4px solid #e5e7eb}.error-message{color:#dc2626;font-size:1.2rem;font-weight:600}.summary-info{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.summary-info h3{color:#1e3a8a;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.info-item{background:#fff;border:1px solid #dbeafe;border-radius:6px;color:#1f2937;padding:.75rem}.info-item.full-width{grid-column:1/-1}.info-item strong{color:#1e40af;display:block;margin-bottom:.25rem}.financial-section{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #10b981;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.financial-section h3{color:#065f46;font-size:1.5rem;margin-bottom:1.5rem;margin-top:0}.financial-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.financial-card{background:#fff;border:2px solid #d1fae5;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#1f2937;padding:1.25rem;text-align:center}.financial-card.total{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;grid-column:1/-1}.financial-card.organization{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#f59e0b}.financial-card.prize{background:linear-gradient(135deg,#fce7f3,#fbcfe8);border-color:#ec4899}.financial-label{color:#6b7280;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.financial-value{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0}.financial-value.highlight{color:#10b981}.financial-value.large{color:#1e40af;font-size:2rem}.financial-amount{color:#92400e;font-size:1.25rem;font-weight:600;margin-top:.5rem}.receipts-section{background:#fef3c7;border:2px solid #f59e0b;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.receipts-section h3{color:#92400e;font-size:1.5rem;margin-top:0}.receipts-list-summary{grid-gap:1rem;display:grid;gap:1rem}.receipt-item-summary{background:#fff;border:1px solid #fde68a;border-radius:8px;padding:1rem}.receipt-item-summary p{color:#374151;margin:.5rem 0}.receipt-item-summary strong{color:#92400e}.transfer-receipt-section{background:#ede9fe;border:2px solid #8b5cf6;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.transfer-receipt-section h3{color:#6b21a8;font-size:1.5rem;margin-bottom:1.5rem;margin-top:0}.transfer-receipt-image-container{align-items:center;background:#fff;border:2px solid #c4b5fd;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:center;padding:1.5rem;width:100%}@media print{.transfer-receipt-image-container{border:1px solid #000;padding:1rem;page-break-inside:avoid}}.transfer-receipt-image{border:2px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 8px #00000026;cursor:pointer;height:auto;max-width:100%;transition:transform .2s,box-shadow .2s;width:auto}@media print{.transfer-receipt-image{border:1px solid #000;box-shadow:none;max-width:100%;page-break-inside:avoid}}.transfer-receipt-image:hover{box-shadow:0 6px 12px #00000040;transform:scale(1.02)}@media print{.transfer-receipt-image:hover{transform:none}}.loading-receipt{color:#6b21a8;font-weight:600;padding:2rem;text-align:center}.receipt-error{color:#dc2626;padding:1rem;text-align:center}.view-receipt-button{background:#8b5cf6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background .3s}.view-receipt-button:hover{background:#7c3aed}.winner-section{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.winner-section h3{color:#92400e;font-size:1.5rem;margin-top:0}.winner-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:1.5rem}.winner-info{margin-bottom:1.5rem}.winner-card p{color:#1f2937;font-size:1.1rem;margin:.75rem 0}.winner-documents{border-top:2px solid #fde68a;margin-top:1.5rem;padding-top:1.5rem}.winner-documents h4{color:#92400e;font-size:1.2rem;margin-bottom:1rem}.documents-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:1rem}@media print{.documents-grid{gap:1rem;grid-template-columns:repeat(2,1fr);page-break-inside:avoid}}.document-photo-item{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:1.5rem}@media print{.document-photo-item{border:1px solid #000;padding:1rem;page-break-inside:avoid}}.document-photo-item p{color:#374151;font-size:1.1rem;font-weight:700;margin-bottom:1rem}@media print{.document-photo-item p{font-size:14pt;margin-bottom:.5rem}}.document-photo{background:#fff;border:3px solid #1f2937;border-radius:6px;box-shadow:0 4px 8px #0003;cursor:pointer;height:auto;max-width:100%;min-width:500px;transition:transform .2s;width:100%}@media print{.document-photo{border:2px solid #000;box-shadow:none;max-width:100%;min-width:auto;page-break-inside:avoid;width:100%}}.document-photo:hover{box-shadow:0 6px 12px #0000004d;transform:scale(1.02)}@media print{.document-photo:hover{transform:none}}.winner-prize-receipt{border-top:2px solid #fde68a;margin-top:1.5rem;padding-top:1.5rem;width:100%}.winner-prize-receipt h4{color:#92400e;font-size:1.2rem;margin-bottom:1.5rem}.prize-receipt-info{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:1rem}.prize-receipt-info p{color:#92400e;font-weight:600;margin:.5rem 0}.prize-receipt-full{background:#fff;border:3px solid #1f2937;border-radius:8px;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;margin-top:1rem;max-width:100%;padding:2.5rem;width:100%}@media print{.prize-receipt-full{border:2px solid #000;box-shadow:none;margin:1rem 0;padding:1.5rem;page-break-inside:avoid}}.receipt-header{border-bottom:3px solid #1f2937;margin-bottom:2rem;padding-bottom:1rem;text-align:center}@media print{.receipt-header{border-bottom:2px solid #000;margin-bottom:1.5rem;padding-bottom:.75rem}}.receipt-header h2{color:#1f2937;font-size:1.8rem;font-weight:900;letter-spacing:1px;margin:0;text-transform:uppercase}@media print{.receipt-header h2{font-size:18pt;font-weight:700}}.receipt-content{color:#1f2937;font-size:1rem;line-height:1.8;max-width:100%;width:100%}@media print{.receipt-content{font-size:11pt;line-height:1.6}}.receipt-section{margin-bottom:1.5rem}@media print{.receipt-section{margin-bottom:1rem;page-break-inside:avoid}}.receipt-text{margin-bottom:1rem;text-align:justify}@media print{.receipt-text{font-size:11pt;text-align:justify}}.receipt-section p{color:#1f2937;font-size:1rem;margin:.75rem 0}@media print{.receipt-section p{font-size:11pt;margin:.5rem 0}}.receipt-section strong{color:#000;font-weight:700}@media print{.receipt-section strong{font-weight:700}}.receipt-list{list-style-type:disc;margin:1rem 0;padding-left:2rem}@media print{.receipt-list{margin:.75rem 0;padding-left:1.5rem}}.receipt-list li{color:#1f2937;font-size:1rem;margin:.5rem 0}@media print{.receipt-list li{font-size:11pt;margin:.4rem 0}}.acceptance-section{background:#f0fdf4;border:2px solid #22c55e;border-radius:8px;margin:2rem 0;padding:1.5rem;text-align:center}@media print{.acceptance-section{background:#f0fdf4;border:2px solid #000;margin:1.5rem 0;padding:1rem}}.acceptance-confirmation{color:#166534;font-size:1.3rem;font-weight:900;margin:0}@media print{.acceptance-confirmation{font-size:14pt;font-weight:700}}.system-data{background:#f3f4f6;border:2px solid #6b7280;border-radius:8px;margin-top:2rem;padding:1.5rem}@media print{.system-data{background:#f9fafb;border:1px solid #000;margin-top:1.5rem;padding:1rem}}.system-data p:first-child{color:#1f2937;font-size:1.1rem;font-weight:700;margin-bottom:1rem}@media print{.system-data p:first-child{font-size:12pt;margin-bottom:.75rem}}.ranking-section{margin-bottom:2rem}.ranking-section h3{color:#1e3a8a;font-size:1.5rem;margin-bottom:1rem}.summary-ranking-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;width:100%}.summary-ranking-table thead{background:#1e3a8a;color:#fff}.summary-ranking-table th{font-weight:600;padding:1rem;text-align:left}.summary-ranking-table td{border-bottom:1px solid #e5e7eb;color:#1f2937;padding:.75rem 1rem}.summary-ranking-table tbody tr:hover{background:#f3f4f6}.summary-ranking-table .winner-row{background:#fef3c7;font-weight:600}.questions-section{margin-top:2rem}.questions-section h3{color:#1e3a8a;font-size:1.5rem;margin-bottom:1.5rem}.question-summary-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#1f2937;margin-bottom:1.5rem;padding:1.5rem}.question-header{border-bottom:2px solid #e5e7eb}.question-header h4{color:#1e3a8a;font-size:1.2rem;margin:0 0 .5rem}.question-text{color:#374151;font-weight:500;margin:.5rem 0}.question-options{background:#f9fafb;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.question-options ul{list-style:none;margin:.5rem 0;padding:0}.question-options li{color:#4b5563;padding:.5rem 0}.correct-answer{background:#d1fae5;border:1px solid #10b981;border-radius:6px;color:#065f46;font-weight:600;margin-top:1rem;padding:.75rem}.question-responses{margin-top:1rem}.responses-table{background:#fff;border-collapse:collapse;border-radius:6px;margin-top:.5rem;overflow:hidden;width:100%}.responses-table thead{background:#4b5563;color:#fff}.responses-table th{font-size:.875rem;font-weight:600;padding:.75rem;text-align:left}.responses-table td{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:.875rem;padding:.5rem .75rem}.responses-table .correct-response{background:#d1fae5}.responses-table .incorrect-response{background:#fee2e2}.no-responses{background:#f3f4f6;border-radius:6px;color:#6b7280;font-style:italic;padding:1rem;text-align:center}.admin-questions{background:#f5f5f5;min-height:100vh}.admin-questions,.admin-questions .question-card,.admin-questions .question-card .option,.admin-questions .question-card .question-text,.admin-questions .question-header,.admin-questions .questions-info{color:#333!important}.questions-count{font-size:1rem;margin:0;opacity:.9}.admin-nav{border-bottom:2px solid #e0e0e0;padding:0 2rem}.nav-button{border:none;border-bottom:3px solid #0000;color:#666;font-size:1rem;font-weight:500;padding:1rem 1.5rem}.nav-button:hover{background:#f0f7ff;color:#3b82f6}.nav-button.active{border-bottom-color:#3b82f6;color:#3b82f6}.nav-button.primary{background:linear-gradient(90deg,#3b82f6,#1e3a8a);border-bottom:none;border-radius:8px 8px 0 0;margin-left:auto}.questions-info{background:#dbeafe;border:2px solid #3b82f6;border-radius:10px;color:#1e40af;margin-bottom:2rem;padding:1.5rem}.questions-info code{background:#ffffff80;border-radius:4px;font-family:monospace;padding:.25rem .5rem}.questions-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.question-card{background:#fff;border-radius:15px;box-shadow:0 2px 10px #0000001a;transition:transform .3s}.question-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-5px)}.question-header{border-bottom:2px solid #f0f0f0;margin-bottom:1rem;padding-bottom:.75rem}.question-id{background:#3b82f6;color:#fff;font-weight:600}.question-category,.question-id{border-radius:20px;font-size:.85rem;padding:.25rem .75rem}.question-category{background:#e0e0e0;color:#666}.question-text{line-height:1.5;margin:0 0 1rem}.question-options{gap:.5rem}.option{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;color:#333;font-size:.95rem}.option.correct{background:#d1fae5;border-color:#22c55e}.question-footer{border-top:2px solid #f0f0f0;padding-top:.75rem}.correct-badge{background:#22c55e;border-radius:20px;padding:.5rem 1rem}.loading-container{gap:1rem}.loading-spinner{border:4px solid #e0e0e0}@media (max-width:768px){.questions-grid{grid-template-columns:1fr}.admin-content{padding:1rem}}.admin-themes{background:#f5f5f5;min-height:100vh}.admin-themes,.admin-themes .empty-state p,.admin-themes .form-group label,.admin-themes .theme-card,.admin-themes .theme-description,.admin-themes .theme-footer,.admin-themes .theme-header h3{color:#333!important}.create-button{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:all .3s}.create-button:hover{background:#ffffff4d}.admin-nav{background:#fff;box-shadow:0 2px 4px #0000001a;display:flex;gap:1rem;margin:0 auto;max-width:1400px;padding:1rem 2rem}.nav-button{background:#0000;border:1px solid #ddd;border-radius:6px;color:#333;cursor:pointer;font-size:.95rem;padding:.5rem 1rem;transition:all .3s}.nav-button:hover{background:#f0f0f0}.nav-button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.nav-button.primary{background:#10b981;border-color:#10b981;color:#fff}.create-theme-form{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.create-theme-form h2{color:#333;margin-bottom:1.5rem;margin-top:0}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem;width:100%}.themes-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.theme-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .3s,box-shadow .3s}.theme-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.theme-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.theme-header h3{color:#333;flex:1 1;font-size:1.5rem;margin:0}.theme-actions{display:flex;gap:.5rem}.delete-button,.edit-button{background:#0000;font-size:1.2rem;padding:.25rem;transition:transform .2s}.delete-button:hover,.edit-button:hover{transform:scale(1.2)}.theme-description{color:#666;line-height:1.5;margin-bottom:1rem}.theme-footer{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;padding-top:1rem}.theme-date{color:#999;font-size:.85rem}.manage-questions-button{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.manage-questions-button:hover{background:#2563eb}.empty-state{grid-column:1/-1}@media (max-width:768px){.themes-grid{grid-template-columns:1fr}.admin-nav{flex-wrap:wrap}}.admin-theme-questions{background:#f5f5f5;min-height:100vh}.admin-theme-questions,.admin-theme-questions .empty-state p,.admin-theme-questions .form-group label,.admin-theme-questions .question-card,.admin-theme-questions .question-options,.admin-theme-questions .question-text{color:#333!important}.admin-header{background:linear-gradient(135deg,#1e3a8a,#3b82f6);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1.5rem 2rem}.admin-header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.admin-header h1{color:#fff;font-size:2rem;margin:0}.admin-header-actions{display:flex;gap:1rem}.back-button,.create-button{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:all .3s}.back-button:hover,.create-button:hover{background:#ffffff4d}.admin-content{margin:0 auto;max-width:1400px;padding:2rem}.question-form{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.question-form h2{color:#333;margin-top:0}.form-group,.question-form h2{margin-bottom:1.5rem}.form-group label{color:#555;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem;width:100%}.form-group textarea{resize:vertical}.options-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-actions{display:flex;gap:1rem}.submit-button{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s}.submit-button:hover{background:#2563eb}.cancel-button{background:#e5e7eb;border:none;border-radius:6px;color:#333;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:all .3s}.cancel-button:hover{background:#d1d5db}.questions-list{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.questions-header{margin-bottom:2rem}.questions-header h2{color:#333;margin:0}.questions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.question-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:transform .3s,box-shadow .3s}.question-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.question-number{font-size:.85rem;font-weight:600;margin-bottom:.5rem}.question-text{color:#333;font-size:1.1rem;font-weight:600}.question-options,.question-text{margin-bottom:1rem}.option{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#555;margin-bottom:.5rem;padding:.75rem}.option.correct{background:#dcfce7;border-color:#10b981;color:#065f46;font-weight:600}.question-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-top:1rem}.correct-badge{color:#10b981}.question-actions{display:flex;gap:.5rem}.delete-button,.edit-button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.edit-button{background:#3b82f6;color:#fff}.edit-button:hover{background:#2563eb}.delete-button{background:#ef4444;color:#fff}.delete-button:hover{background:#dc2626}.empty-state{color:#666;padding:4rem 2rem;text-align:center}.empty-state p{font-size:1.2rem;margin-bottom:.5rem}.empty-subtitle{color:#999;font-size:1rem}.loading-container{color:#333}.loading-spinner{border:4px solid #3b82f64d;border-top-color:#3b82f6}@media (max-width:768px){.options-grid,.questions-grid{grid-template-columns:1fr}}.admin-screen{align-items:center;background:#1a1a1a;color:#fff;display:flex;flex-direction:column;min-height:100vh;width:100%}.led-message-container{background:#2a2a2a;border-bottom:2px solid #3a3a3a;border-top:2px solid #3a3a3a;box-shadow:inset 0 0 10px #00000080;height:40px;margin:0 auto;max-width:1080px;overflow:hidden;position:relative;width:100%}.led-message-scroll{align-items:center;display:flex;height:100%;white-space:nowrap;will-change:transform}.led-message-content{color:#0f0;display:inline-block;flex-shrink:0;font-size:1.2rem;font-weight:600;letter-spacing:2px;padding-right:1080px;text-shadow:0 0 10px #0f0c,0 0 20px #00ff0080;white-space:nowrap}@keyframes scroll-left{0%{transform:translateX(100%)}to{transform:translateX(-33.333%)}}.led-message-container:hover .led-message-scroll{animation-play-state:paused}.admin-screen,.admin-screen .question-text,.admin-screen .ranking-placeholder p,.admin-screen .rule-text h3,.admin-screen .rule-text p,.admin-screen .section-title,.admin-screen .table-slide-details span,.admin-screen .table-slide-info h2,.admin-screen .table-slide-info p{color:#fff!important}.admin-screen .live-ranking-detailed .question-text-display,.admin-screen .option-text,.admin-screen .player-questions-details .question-text-display,.admin-screen .question-detail-header .question-text-display,.admin-screen .question-detail-item .question-text-display,.admin-screen .question-info .question-text-display,.admin-screen .question-option .option-text,.admin-screen .question-text-display,.admin-screen .rank-player-header+.player-questions-details .question-text-display,.admin-screen .ranking-player-card .question-text-display,.admin-screen .ranking-player-detailed .question-text-display,.admin-screen span.question-text-display,.question-option .option-text,span.option-text{color:#60a5fa!important}.admin-screen-header{align-items:center;background:#0000;display:flex;height:10px!important;justify-content:flex-end;left:0;min-height:10px!important;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.admin-screen-header,.admin-screen-header *{margin:0!important;max-height:10px!important;padding:0!important}.admin-screen-header *{font-size:.5rem!important;line-height:10px!important}.admin-screen-header h1{display:none!important}.admin-screen-header-content,.back-button,.panel-button{height:10px!important;margin:0!important;max-height:10px!important;padding:0!important}.back-button,.panel-button{align-items:center;background:#1e3a8ae6;border:1px solid #3b82f680;border-radius:2px;box-shadow:0 1px 2px #0003;color:#fff;cursor:pointer;display:flex;font-size:.5rem!important;font-weight:500;justify-content:center;line-height:10px!important;margin-right:5px;min-width:30px;overflow:hidden;transition:all .2s ease}.back-button:hover,.panel-button:hover{background:#1e3a8a;border-color:#3b82f6cc;box-shadow:0 2px 3px #0000004d}.screen-container{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1080px;padding:1rem;width:100%}.screen-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 20px #0000004d;padding:1.5rem;width:100%}.tables-carousel-section{min-height:200px}.carousel-container{border-radius:8px;overflow:hidden;position:relative}.carousel-container,.carousel-slide{align-items:center;display:flex;justify-content:center;width:100%}.carousel-slide{transition:transform .5s ease-in-out,opacity .5s ease-in-out}.carousel-slide.sliding-out{opacity:0;transform:translateX(-100%)}.carousel-slide.sliding-in{animation:slideInFromRight .5s ease-in-out;opacity:1;transform:translateX(0)}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.table-slide{flex-direction:column}.table-slide,.table-slide-image{align-items:center;display:flex;justify-content:center;width:100%}.table-slide-image{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;overflow:hidden;position:relative}.table-slide-image img{display:block;height:auto;object-fit:contain;width:100%}.table-slide-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;justify-content:center;min-height:200px;position:relative;width:100%}.table-slide-placeholder span{color:#fff;font-size:1.2rem;opacity:.8}.carousel-indicator{color:#ffffffb3;font-size:1rem;margin-top:1rem;text-align:center}.carousel-empty{color:#ffffffb3;font-size:1.2rem;padding:4rem 2rem;text-align:center}.ranking-section{min-height:150px}.ranking-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.view-mode-toggle{background:#2a2a2a;border-radius:8px;display:flex;gap:.5rem;padding:.25rem}.toggle-button{background:#0000;border:none;border-radius:6px;color:#fff9;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.toggle-button:hover{background:#ffffff1a;color:#ffffffe6}.toggle-button.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d;color:#fff}.section-title{color:#fff;font-size:1.5rem;margin:0;text-align:center}.ranking-content{min-height:150px}.ranking-placeholder{color:#ffffffb3;padding:2rem 1rem;text-align:center}.ranking-placeholder p{color:#ffffffb3!important;font-size:1rem;margin-bottom:.5rem}.ranking-note{color:#fff9!important;font-size:.9rem;opacity:.6}.live-ranking-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.live-ranking-list .ranking-item{align-items:center;background:#ffffff1a;border:2px solid #0000;border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:all .3s}.live-ranking-list .ranking-item:hover{background:#ffffff26}.live-ranking-list .ranking-item.position-1{background:linear-gradient(135deg,#fbbf244d,#f59e0b4d);border-color:#fbbf2480}.live-ranking-list .ranking-item.position-2{background:linear-gradient(135deg,#e5e7eb4d,#d1d5db4d);border-color:#9ca3af80}.live-ranking-list .ranking-item.position-3{background:linear-gradient(135deg,#fed7aa4d,#fdba744d);border-color:#fb923c80}.live-ranking-list .rank-position{color:#fff;font-size:2.1rem;font-weight:700;min-width:70px;text-align:center}.live-ranking-list .rank-info{color:#60a5fa!important;flex:1 1}.live-ranking-list .rank-name{color:#60a5fa!important;font-size:1.54rem;font-weight:600;margin-bottom:.35rem}.rank-name{color:#60a5fa!important;font-size:1.4rem;font-weight:600}.live-ranking-list .rank-details{display:flex;gap:1.4rem}.live-ranking-list .rank-details,.rank-details{color:#60a5fa!important;font-size:1.26rem}.rank-details .rank-correct,.rank-details .rank-score{font-size:1.26rem}.rank-info{color:#60a5fa!important}.live-ranking-list .rank-score{color:#3b82f6;font-size:1.26rem;font-weight:600}.live-ranking-list .rank-correct{color:#10b981;font-size:1.26rem}.live-ranking-list .rank-time,.rank-time{color:#60a5fa!important;font-size:1.26rem}.rules-questions-section{min-height:250px}.rules-content{padding:1rem 0}.rules-list{display:flex;flex-direction:column;gap:1.5rem}.rule-item{align-items:flex-start;background:#ffffff0d;border-left:4px solid #3b82f6;border-radius:8px;display:flex;gap:1rem;padding:1rem}.rule-number{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:32px;justify-content:center;width:32px}.rule-text{flex:1 1}.rule-text h3{color:#fff;font-size:1.1rem;margin-bottom:.4rem}.rule-text p{color:#ffffffe6;font-size:.95rem;line-height:1.5}.question-content{padding:1rem 0}.question-header{align-items:center;border-bottom:2px solid #fff3;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.question-number{background:#3b82f633;border-radius:8px;color:#3b82f6;font-size:1.3rem;font-weight:700;padding:.5rem 1rem}.question-table{color:#ffffffb3;font-size:1rem}.question-text{color:#fff;font-size:1.4rem;line-height:1.4;margin-bottom:1.5rem;text-align:center}.question-options{background:#0000;display:flex;flex-direction:column;gap:1rem}.question-option{align-items:center;background:#2a2a2a!important;border:2px solid #fff3;border-radius:8px;display:flex;gap:.75rem;padding:.9rem 1rem;transition:all .3s}.question-option:hover{background:#3a3a3a!important;border-color:#ffffff4d}.option-letter{color:#3b82f6;font-size:1.2rem;font-weight:700;min-width:30px}.option-text{color:#60a5fa!important;flex:1 1;font-size:1rem}.question-placeholder{color:#ffffffb3;font-size:1.2rem;padding:3rem 2rem;text-align:center}.view-mode-selector{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.mode-button{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s}.mode-button:hover{background:#fff3;border-color:#ffffff80}.mode-button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.next-question-button{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:1rem 2rem;transition:all .3s}.next-question-button:hover{background:#059669;transform:scale(1.05)}.table-display-content{padding:1rem 0}.table-display-image{border-radius:8px;margin-bottom:1.5rem;overflow:hidden;width:100%}.table-display-image img{display:block;height:auto;object-fit:contain;width:100%}.table-display-info{text-align:center}.table-display-info h3{color:#fff;font-size:1.8rem;margin-bottom:1.5rem}.countdown-display{margin-top:1.5rem}.countdown-label{color:#fffc;font-size:1rem;margin-bottom:.5rem}.countdown-time{color:#3b82f6;font-family:Courier New,monospace;font-size:3rem;font-weight:700;letter-spacing:.1em;text-shadow:0 0 10px #3b82f680}.start-game-section{margin-top:1.5rem}.start-game-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 4px 20px #10b98166;color:#fff;cursor:pointer;font-size:1.5rem;font-weight:700;padding:1.2rem 3rem;transition:all .3s}.start-game-button:hover{box-shadow:0 6px 30px #10b98199;transform:scale(1.05)}.winner-content{display:flex;justify-content:center;padding:2rem 0}.winner-card{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:20px;box-shadow:0 8px 32px #fbbf2466;max-width:500px;padding:3rem;text-align:center;width:100%}.winner-crown{animation:bounce 2s infinite;font-size:4rem;margin-bottom:1rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.winner-name{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-shadow:2px 2px 4px #0000004d}.winner-stats{display:flex;flex-direction:column;gap:1rem}.stat-item{background:#fff3;border-radius:8px;color:#fff;display:flex;justify-content:space-between;padding:1rem}.stat-label{font-weight:600}.stat-value{font-size:1.2rem;font-weight:700}.prize-item{border-top:2px solid #fff3;margin-top:1rem;padding-top:1rem}.prize-amount{color:#10b981!important;font-size:2rem!important;font-weight:900!important;text-shadow:0 0 10px #10b98180}.no-table-message{color:#ffffffb3;font-size:1.2rem;padding:3rem 2rem;text-align:center}.loading-container{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:50vh}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.screen-container{gap:1.5rem;padding:1rem}.screen-section{padding:1.5rem}.table-slide-info h2{font-size:1.8rem}.table-slide-info p{font-size:1.1rem}.table-slide-details{flex-direction:column;gap:.75rem}.table-slide-details span{font-size:1rem}.question-text,.section-title{font-size:1.5rem}.option-text{color:#60a5fa!important}.option-text,.rule-text h3{font-size:1.1rem}.rule-text p{font-size:1rem}}.game-start-countdown-display{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:60px 20px;text-align:center}.countdown-number-large{color:#3b82f6;font-family:Courier New,monospace;font-size:8em;font-weight:700;line-height:1;margin-bottom:20px;text-shadow:0 0 20px #3b82f680}.countdown-label-large{color:#e5e7eb;font-size:1.5em;font-weight:500}.question-countdown-display{margin-bottom:1.5rem;text-align:center}.countdown-timer{background:#3b82f61a;border:2px solid #3b82f6;border-radius:12px;color:#3b82f6;display:inline-block;font-family:Courier New,monospace;font-size:2.5rem;font-weight:700;padding:.5rem 1.5rem}.countdown-timer.warning{animation:pulse-warning 1s infinite;background:#ef44441a;border-color:#ef4444;color:#ef4444}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.7}}.show-answer-button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;margin-right:1rem;padding:1rem 2rem;transition:all .3s}.show-answer-button:hover:not(:disabled){background:#2563eb;transform:scale(1.05)}.show-answer-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.question-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.question-option.correct-answer{background:#10b9814d!important;border:3px solid #10b981!important;box-shadow:0 0 10px #10b98180;transform:scale(1.02)}.question-option,.question-option:not(.correct-answer){background:#2a2a2a!important}.question-option:not(.correct-answer):hover{background:#3a3a3a!important}.correct-badge{background:#10b981;border-radius:6px;color:#fff;font-size:.9rem;font-weight:600;margin-left:.5rem;padding:.25rem .75rem}.live-ranking-detailed{display:flex;flex-direction:column;gap:1rem}.ranking-player-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#60a5fa!important;padding:1.4rem}.rank-player-header{align-items:center;border-bottom:1px solid #ffffff1a;color:#60a5fa!important;display:flex;gap:1.4rem;margin-bottom:1.4rem;padding-bottom:1.4rem}.rank-player-header .rank-position{font-size:2.1rem;min-width:70px}.rank-details .rank-time,.rank-player-header .rank-name,.ranking-player-card .rank-name,.ranking-player-card .rank-time{color:#60a5fa!important}.player-questions-details{display:flex;flex-direction:column;gap:.15rem;margin-top:.4rem}.question-detail-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;flex-direction:column;gap:.05rem;margin-bottom:.15rem;padding:.2rem .35rem}.question-detail-header,.question-detail-item{color:#60a5fa!important;display:flex;line-height:1}.question-detail-header{align-items:center;gap:.3rem;height:1.1rem;justify-content:space-between;margin:0;padding:0}.question-detail-header .question-text-display,.question-info{color:#60a5fa!important}.question-info{align-items:center;display:flex;flex:1 1;gap:.35rem;line-height:1.1}.question-info .question-text-display{color:#60a5fa!important}.question-number-badge{background:#4a5568;border-radius:4.2px;color:#fff;flex-shrink:0;font-size:.91rem;font-weight:600;line-height:1.1;padding:.112rem .42rem}.question-text-display{flex:1 1;font-size:.98rem;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-ranking-detailed span.question-text-display,.player-questions-details span.question-text-display,.question-detail-header span.question-text-display,.question-detail-item span.question-text-display,.question-info span.question-text-display,.question-text-display,.ranking-player-card span.question-text-display,.ranking-player-detailed span.question-text-display,span.question-text-display{color:#60a5fa!important}.correct-answer-label.waiting{color:#888;font-style:italic}.correct-answer-label{background:#48bb7826;border-radius:4.2px;color:#48bb78;flex-shrink:0;font-size:.91rem;font-weight:600;line-height:1.1;padding:.112rem .42rem}.player-response-detail{align-items:center;display:flex;font-size:1.05rem;gap:.7rem;height:1.54rem;justify-content:space-between;line-height:1;margin:0;padding:0}.player-response-detail.correct{border-left:2px solid #48bb78;padding-left:.3rem}.player-response-detail.incorrect{border-left:2px solid #f56565;padding-left:.3rem}.response-answer{color:#fff!important;flex:1 1;font-size:1.05rem;font-weight:600;line-height:1.1}.response-answer strong{color:#fff!important;font-size:1.12rem;font-weight:700}.response-time{color:#60a5fa!important;font-family:Courier New,monospace;font-weight:500;min-width:70px}.response-points,.response-time{font-size:.98rem;line-height:1.1;text-align:right}.response-points{color:#9ae6b4;font-weight:600;min-width:32px}@media (max-width:768px){.question-controls{flex-direction:column}.show-answer-button{margin-bottom:.5rem;margin-right:0}.question-detail-header{gap:.5rem}.question-detail-header,.question-info{align-items:flex-start;flex-direction:column}.question-info{gap:.4rem;width:100%}.question-text-display{color:#60a5fa!important;font-size:.8rem;width:100%}.player-response-detail{gap:.4rem;grid-template-columns:1fr}.response-points,.response-time{text-align:left}}.players-responses-integrated{width:100%}.responses-list-large{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.response-item-large{grid-gap:1.5rem;align-items:center;background:#2a2a2a;border:2px solid #3a3a3a;border-radius:12px;display:grid;gap:1.5rem;grid-template-columns:2fr 2fr 1fr;padding:1.5rem;transition:all .3s ease}.response-item-large:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}.response-player-name-large{color:#fff;font-size:1.05rem;font-weight:700;letter-spacing:-.5px}.response-answer-large{align-items:center;display:flex;gap:1rem}.answer-letter-large{border-radius:8.4px;box-shadow:0 4px 8px #0000004d;display:inline-block;font-size:1.75rem;font-weight:800;min-width:56px;padding:.56rem .84rem;text-align:center}.answer-letter-large.correct{background:linear-gradient(135deg,#22c55e,#16a34a);border:3px solid #10b981;color:#fff}.answer-letter-large.incorrect{background:linear-gradient(135deg,#ef4444,#dc2626);border:3px solid #f87171;color:#fff}.answer-letter-large.pending{background:linear-gradient(135deg,#60a5fa,#3b82f6);border:3px solid #93c5fd;box-shadow:0 0 15px #60a5fa66;color:#fff}.answer-status{border-radius:5.6px;font-size:.84rem;font-weight:600;padding:.35rem .7rem}.answer-status.correct{background:#22c55e26;color:#22c55e}.answer-status.incorrect{background:#ef444426;color:#ef4444}.answer-status.pending{background:#60a5fa26;border:1px solid #60a5fa4d;color:#60a5fa}.no-response-large{color:#ffffff80;font-size:.91rem;font-style:italic}.response-time-large{font-feature-settings:"tnum";color:#60a5fa;font-size:1.26rem;font-variant-numeric:tabular-nums;font-weight:700;text-align:right;text-shadow:0 0 10px #60a5fa80}@media (max-width:1200px){.response-item-large{gap:1rem;grid-template-columns:1fr;text-align:center}.response-time-large{text-align:center}.response-answer-large{justify-content:center}}.no-responses-placeholder{color:#fff9;font-size:1.2rem;padding:3rem 1rem;text-align:center}.modal-overlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.question-responses-modal{background:#2a2a2a;border-radius:16px;box-shadow:0 8px 32px #00000080;display:flex;flex-direction:column;max-height:90vh;max-width:900px;width:90%}.modal-header{align-items:center;border-bottom:2px solid #3a3a3a;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h2{color:#fff;font-size:1.5rem;margin:0}.modal-close{align-items:center;background:#0000;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:background .2s;width:32px}.modal-close:hover{background:#3a3a3a}.modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.current-question-info{border-bottom:2px solid #3a3a3a;margin-bottom:2rem;padding-bottom:1.5rem}.question-header-modal{margin-bottom:1rem}.question-number-modal{background:#667eea;border-radius:6px;color:#fff;font-size:.9rem;font-weight:600;padding:.4rem .8rem}.question-text-modal{color:#fff;font-size:1.3rem;line-height:1.5;margin:1rem 0}.question-options-modal{display:flex;flex-direction:column;gap:.8rem;margin:1rem 0}.option-item-modal{background:#3a3a3a;border:2px solid #0000;border-radius:8px;color:#fff;padding:.8rem 1rem}.option-item-modal.correct-option{background:#22c55e33;border-color:#22c55e;color:#fff}.correct-answer-badge-modal{background:#22c55e33;border:1px solid #22c55e;border-radius:8px;color:#22c55e;font-size:.95rem;margin-top:1rem;padding:.6rem 1rem}.players-responses-list h4{color:#fff;font-size:1.2rem;margin-bottom:1rem}.responses-table{display:flex;flex-direction:column;gap:.5rem}.responses-table-header{background:#3a3a3a;color:#fff;font-size:.95rem;font-weight:600;padding:.8rem}.responses-table-header,.responses-table-row{grid-gap:1rem;border-radius:8px;display:grid;gap:1rem;grid-template-columns:2fr 1.5fr 1fr}.responses-table-row{align-items:center;background:#353535;padding:1rem;transition:background .2s}.responses-table-row:hover{background:#3f3f3f}.response-col-answer,.response-col-player{color:#fff;font-weight:500}.response-col-answer.correct{color:#22c55e}.response-col-answer.incorrect{color:#ef4444}.response-col-answer.no-response .no-response-text{color:#888;font-style:italic}.response-col-time{color:#fff;font-family:monospace;text-align:right}.no-responses-text{color:#888;font-style:italic;padding:2rem;text-align:center}
/*# sourceMappingURL=main.2da1815e.css.map*/