*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;font-family:Arial,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width:768px){body{font-size:14px}}@media (max-width:480px){body{font-size:12px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}.App{align-items:center;background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;display:flex;flex-direction:column;font-family:Arial,sans-serif;justify-content:center;max-width:100vw;min-height:100vh;overflow-x:hidden;text-align:center;width:100%}.fade-in{animation:fadeIn .5s ease-in}.slide-in{animation:slideIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pulse{animation:pulse 2s infinite}.glow{box-shadow:0 0 20px #ffd70080}@media (max-width:768px){.App{padding:10px}}@media (max-width:480px){.App{padding:5px}}.game-screen{background:linear-gradient(135deg,#1e3c72,#2a5298);display:flex;flex-direction:column;min-height:100vh;padding:20px}.game-header{align-items:center;background:#0000004d;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px 25px}.question-info{display:flex;flex-direction:column;gap:5px}.question-number{color:gold;font-size:1.1rem;font-weight:700}.current-prize{color:orange;font-size:1.3rem;font-weight:700}.timer-container{align-items:center;display:flex}.timer{background:#4caf50;border-radius:50px;color:#fff;font-size:1.5rem;font-weight:700;min-width:80px;padding:10px 20px;text-align:center;transition:all .3s ease}.timer-warning{animation:pulse 1s infinite;background:#f44336}.game-content{display:flex;flex:1 1;gap:30px}.main-game{display:flex;flex:2 1;flex-direction:column;gap:30px}.question-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:30px}.question-text{color:#fff;font-size:1.8rem;line-height:1.4;margin:0;text-align:center}.answers-container{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.answer-button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;gap:15px;padding:20px;text-align:left;transition:all .3s ease}.answer-button:hover:not(:disabled){background:#fff3;border-color:gold;transform:translateY(-2px)}.answer-button:disabled{cursor:not-allowed}.answer-button.eliminated{background:#f003;cursor:not-allowed;opacity:.3}.answer-button.selected{background:#ffd7004d;border-color:gold}.answer-button.correct{animation:correctPulse .5s ease-in-out;background:#4caf5080;border-color:#4caf50}.answer-button.wrong{animation:wrongShake .5s ease-in-out;background:#f4433680;border-color:#f44336}.answer-letter{background:gold;border-radius:50%;color:#000;font-weight:700;min-width:40px;padding:8px 12px;text-align:center}.answer-text{flex:1 1}.game-controls{align-items:center;display:flex;gap:20px;justify-content:space-between}.walk-away-button{background:linear-gradient(45deg,#ff6b6b,#ee5a24);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px 25px;transition:all .3s ease}.walk-away-button:hover:not(:disabled){box-shadow:0 5px 15px #ff6b6b4d;transform:translateY(-2px)}.walk-away-button:disabled{cursor:not-allowed;opacity:.5}.sidebar{flex:1 1;min-width:300px}.lifeline-result{animation:slideIn .5s ease-out;background:#0006;border-radius:10px;margin-top:20px;padding:20px}.lifeline-result h3{color:gold;margin-bottom:15px;text-align:center}.poll-results{display:flex;flex-direction:column;gap:10px}.poll-item{align-items:center;display:flex;gap:10px}.poll-option{font-size:.9rem;min-width:120px}.poll-bar{background:#fff3;border-radius:12px;flex:1 1;height:25px;overflow:hidden}.poll-fill{background:linear-gradient(45deg,#4caf50,#8bc34a);height:100%;transition:width 1s ease-out}.poll-percentage{color:gold;font-weight:700;min-width:40px;text-align:right}.friend-advice{color:#e3f2fd;font-size:1.1rem;font-style:italic;line-height:1.5;text-align:center}@keyframes correctPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes wrongShake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@media (max-width:1024px){.game-content{flex-direction:column}.sidebar{min-width:auto}}@media (max-width:768px){.game-screen{padding:10px}.game-header{flex-direction:column;gap:15px;text-align:center}.answers-container{grid-template-columns:1fr}.question-text{font-size:1.4rem}.game-controls{flex-direction:column;gap:15px}}@media (max-width:480px){.question-container{padding:20px}.question-text{font-size:1.2rem}.answer-button{font-size:1rem;padding:15px}.current-prize{font-size:1.1rem}}.money-ladder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:1px solid #fff3;border-radius:15px;height:-webkit-fit-content;height:fit-content;padding:20px}.ladder-title{color:gold;font-size:1.5rem;font-weight:700;margin-bottom:20px;text-align:center}.ladder-container{display:flex;flex-direction:column;gap:5px;max-height:400px;overflow:hidden;padding-right:5px}.ladder-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;justify-content:space-between;padding:10px 15px;position:relative;transition:all .3s ease}.ladder-item.current{animation:glow 2s infinite alternate;background:#ffd7004d;border-color:gold;box-shadow:0 0 15px #ffd70080}.ladder-item.completed{background:#4caf5033;border-color:#4caf50;opacity:.8}.ladder-item.safe-haven{background:#ff980033;border-color:#ff9800}.ladder-item.safe-haven.completed{background:#ff98004d;border-color:#ff9800}.question-num{background:gold;border-radius:50%;color:#000;font-size:.9rem;font-weight:700;min-width:35px;padding:5px 10px;text-align:center}.ladder-item.current .question-num{animation:pulse 1s infinite;background:orange}.ladder-item.completed .question-num{background:#4caf50;color:#fff}.prize-amount{color:#fff;flex:1 1;font-size:1rem;font-weight:700;text-align:center}.ladder-item.current .prize-amount{color:gold;font-size:1.1rem}.safe-indicator{font-size:1.2rem;margin-left:5px}.current-score{background:#ffd7001a;border:2px solid gold;border-radius:10px;margin-top:20px;padding:15px;text-align:center}.score-label{font-size:.9rem;margin-bottom:5px}.score-amount{color:#fff;font-size:1.4rem;font-weight:700}.ladder-container::-webkit-scrollbar{width:6px}.ladder-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.ladder-container::-webkit-scrollbar-thumb{background:#ffd70080;border-radius:3px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:1024px){.ladder-container{flex-direction:row;flex-wrap:wrap;justify-content:center;max-height:none;overflow-y:visible}.ladder-item{flex-direction:column;min-width:80px;padding:8px;text-align:center}.prize-amount{font-size:.8rem;margin-top:5px}.question-num{margin-bottom:5px}}@media (max-width:768px){.money-ladder{padding:15px}.ladder-title{font-size:1.2rem}.current-score{padding:10px}.score-amount{font-size:1.2rem}}@media (max-width:480px){.ladder-item{min-width:70px;padding:6px}.question-num{font-size:.8rem;min-width:30px;padding:3px 6px}.prize-amount{font-size:.7rem}}.lifeline-buttons{display:flex;flex-direction:column;gap:15px}.lifelines-title{color:gold;font-size:1.2rem;margin:0;text-align:center}.lifelines-container{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.lifeline-button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffd70033;border:2px solid gold;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:8px;min-width:100px;padding:15px;transition:all .3s ease}.lifeline-button:hover:not(:disabled){background:#ffd7004d;box-shadow:0 5px 15px #ffd7004d;transform:translateY(-2px)}.lifeline-button:disabled{cursor:not-allowed;opacity:.5}.lifeline-button.used{background:#80808033;border-color:grey;opacity:.4}.lifeline-button.used .lifeline-icon{filter:grayscale(100%)}.lifeline-icon{background:#ffd7004d;font-size:1.5rem;height:50px;padding:8px;transition:all .3s ease;width:50px}.lifeline-button:hover:not(:disabled) .lifeline-icon{background:#ffd70080;transform:scale(1.1)}.lifeline-title{font-size:.9rem;font-weight:700;line-height:1.2;text-align:center}@media (max-width:768px){.lifelines-container{gap:10px}.lifeline-button{min-width:80px;padding:10px}.lifeline-icon{font-size:1.2rem;height:40px;width:40px}.lifeline-title{font-size:.8rem}}@media (max-width:480px){.lifelines-container{flex-direction:row;justify-content:space-around}.lifeline-button{min-width:70px;padding:8px}.lifeline-icon{font-size:1rem;height:35px;width:35px}.lifeline-title{font-size:.7rem}}.welcome-screen{align-items:center;background:linear-gradient(135deg,#1e3c72,#2a5298);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.welcome-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;max-width:800px;padding:40px;text-align:center}.game-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,orange);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 4px #0000004d}.game-subtitle{color:gold;font-size:1.8rem;font-style:italic;margin-bottom:30px}.game-description{font-size:1.2rem;line-height:1.6;margin-bottom:30px}.game-description p{margin-bottom:10px}.mission-text{background:#ffd7001a;border-left:4px solid gold;border-radius:8px;font-style:italic;margin-top:15px;padding:15px}.rules-section{background:#0003;border-radius:10px;margin-bottom:30px;padding:20px;text-align:left}.rules-section h3{color:gold;margin-bottom:15px;text-align:center}.rules-section ul{list-style-type:none;padding:0}.rules-section li{margin-bottom:8px;padding-left:20px;position:relative}.rules-section li:before{color:#4caf50;content:"✓";font-weight:700;left:0;position:absolute}.lifelines-preview{margin-bottom:40px}.lifelines-preview h3{color:gold;margin-bottom:20px}.lifeline-icons{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.lifeline-item{flex-direction:column;gap:10px}.lifeline-icon,.lifeline-item{align-items:center;display:flex}.lifeline-icon{background:#ffd70033;border:2px solid gold;border-radius:50%;font-size:2rem;height:70px;justify-content:center;padding:15px;width:70px}.lifeline-name{color:gold;font-size:.9rem}.start-button{background:linear-gradient(45deg,gold,orange);border:none;border-radius:50px;box-shadow:0 5px 15px #ffd7004d;color:#000;cursor:pointer;font-size:1.5rem;font-weight:700;padding:20px 50px;transition:all .3s ease}.start-button:hover{box-shadow:0 7px 20px #ffd70080;transform:translateY(-2px)}.start-button:active{transform:translateY(0)}@media (max-width:768px){.welcome-container{margin:10px;padding:20px}.game-title{font-size:2.5rem}.game-subtitle{font-size:1.4rem}.lifeline-icons{gap:20px}.lifeline-icon{font-size:1.5rem;height:60px;width:60px}}@media (max-width:480px){.game-title{font-size:2rem}.game-subtitle,.start-button{font-size:1.2rem}.start-button{padding:15px 30px}.lifeline-icons{align-items:center;flex-direction:column}}.game-over-screen{align-items:center;background:linear-gradient(135deg,#1e3c72,#2a5298);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.game-over-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 30px #0000004d;max-width:600px;padding:40px;text-align:center}.result-header{margin-bottom:30px}.result-header.winner{animation:celebration 2s ease-in-out infinite}.result-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,orange);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:10px}.result-subtitle{color:gold;font-size:1.5rem;font-style:italic;margin-bottom:0}.score-display{margin-bottom:30px;position:relative}.final-score{background:#0000004d;border:2px solid gold;border-radius:15px;margin-bottom:20px;padding:20px}.score-label{color:gold;display:block;font-size:1.2rem;margin-bottom:10px}.score-value{color:#fff;display:block;font-size:3rem;font-weight:700;text-shadow:2px 2px 4px #00000080}.winner-badge{margin:20px auto;position:relative}.badge-content{align-items:center;animation:glow 2s infinite alternate;background:linear-gradient(45deg,gold,orange);border-radius:50px;box-shadow:0 5px 20px #ffd70080;color:#000;display:flex;font-size:1.2rem;font-weight:700;gap:10px;justify-content:center;padding:15px 30px}.crown{animation:bounce 1s infinite;font-size:1.5rem}.winner-text{font-weight:700}.result-message{color:#e3f2fd;font-size:1.2rem;line-height:1.6;margin-bottom:30px}.game-stats{grid-gap:20px;background:#0003;border-radius:10px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:30px;padding:20px}.stat-item{display:flex;flex-direction:column;gap:5px}.stat-label{color:gold;font-size:.9rem}.stat-value{color:#fff;font-size:1.3rem;font-weight:700}.action-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:30px}.restart-button{background:linear-gradient(45deg,#4caf50,#8bc34a);border:none;border-radius:25px;box-shadow:0 5px 15px #4caf504d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;padding:15px 30px;transition:all .3s ease}.restart-button:hover{box-shadow:0 7px 20px #4caf5080;transform:translateY(-2px)}.encouragement{color:#b0bec5;font-size:1rem;font-style:italic;line-height:1.5}@keyframes celebration{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes glow{0%{box-shadow:0 5px 20px #ffd70080}to{box-shadow:0 5px 30px #ffd700cc}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width:768px){.game-over-container{margin:10px;padding:20px}.result-title{font-size:2rem}.result-subtitle{font-size:1.2rem}.score-value{font-size:2.5rem}.game-stats{gap:15px;grid-template-columns:1fr}.action-buttons{align-items:center;flex-direction:column}.restart-button{max-width:250px;width:100%}}@media (max-width:480px){.result-title{font-size:1.8rem}.score-value{font-size:2rem}.final-score{padding:15px}.restart-button{font-size:1.1rem;padding:12px 25px}}
/*# sourceMappingURL=main.016aad52.css.map*/