:root{--mil-deep-blue: #020b20;--mil-blue-glow: #102652;--mil-gold: #d4af37;--mil-gold-bright: #ffd700;--mil-orange: #ff9d00;--mil-green: #0f0;--mil-red: #f00;--mil-text: #ffffff;--shape-bg: linear-gradient(180deg, #102652 0%, #051026 50%, #102652 100%);--shape-border: #8096bb}body{margin:0;background:radial-gradient(circle at center,#1b3a75,#020b20 80%);color:var(--mil-text);font-family:Verdana,Inter,sans-serif;overflow:hidden;height:100vh}#root{height:100%;display:flex;justify-content:center;align-items:center}.game-container{width:100%;max-width:1200px;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;box-sizing:border-box}.header-info{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:2px solid var(--mil-gold)}.money-display{font-size:1.5rem;font-weight:700;color:var(--mil-gold-bright);text-shadow:0 0 10px rgba(212,175,55,.5);background:#00000080;padding:.5rem 1rem;border-radius:20px;border:1px solid var(--mil-gold)}.money-display.large{font-size:3rem;margin-top:1rem}.main-stage{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.lifelines-container{display:flex;gap:1.5rem;margin-bottom:2rem;justify-content:center}.btn-lifeline{width:70px;height:45px;border-radius:50%;border:2px solid var(--mil-gold);background:radial-gradient(circle at 30% 30%,#2a4a8a,#020b20);padding:0;cursor:pointer;box-shadow:0 4px 8px #00000080,inset 0 2px 4px #ffffff4d;transition:transform .1s,box-shadow .1s;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.btn-lifeline svg{filter:drop-shadow(1px 1px 1px rgba(0,0,0,.8))}.btn-lifeline:hover:not(:disabled){transform:scale(1.05);box-shadow:0 0 15px var(--mil-blue-glow);border-color:#fff}.btn-lifeline:disabled{cursor:not-allowed;opacity:.7}.btn-lifeline.used{filter:grayscale(100%);border-color:#555;background:#222}.btn-lifeline.used:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;background:red;transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 0 5px red}.btn-lifeline.used:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;background:red;transform:translate(-50%,-50%) rotate(-45deg);box-shadow:0 0 5px red}.question-area{width:100%;display:flex;flex-direction:column;gap:1rem}.question-box-shape{background:var(--shape-bg);border:2px solid var(--shape-border);border-radius:30px;padding:1.5rem 3rem;text-align:center;margin-bottom:2rem;position:relative;box-shadow:0 0 15px #00000080}.question-box-shape:before,.question-box-shape:after{content:"";position:absolute;top:50%;width:100%;height:2px;background:var(--shape-border);z-index:-1;left:0}.question-text{font-size:1.8rem;margin:0;text-shadow:1px 1px 2px #000}.options-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.answer-option-shape{background:var(--shape-bg);border:2px solid var(--shape-border);border-radius:30px;padding:1rem 2rem;text-align:left;color:#fff;font-size:1.2rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:1rem;position:relative}.answer-option-shape:hover:not(:disabled){background:linear-gradient(180deg,#2a4a8a,#102652);border-color:#fff}.option-letter{color:var(--mil-gold-bright);font-weight:700}.answer-option-shape.selected{background:var(--mil-orange);color:#000;border-color:#fff}.answer-option-shape.selected .option-letter{color:#000}.answer-option-shape.correct{background:var(--mil-green);box-shadow:0 0 20px var(--mil-green);color:#000;border-color:#fff;animation:blink .2s 3}.answer-option-shape.correct .option-letter{color:#000}.answer-option-shape.wrong{background:var(--mil-red);color:#fff;border-color:#fff}@keyframes blink{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.summary-screen{text-align:center;justify-content:center;gap:2rem}.btn-primary{background:var(--mil-gold);color:#000;font-weight:700;padding:1rem 2rem;border-radius:8px;font-size:1.2rem;border:none}.btn-primary:hover{background:#fff;cursor:pointer}@media(max-width:768px){.options-grid{grid-template-columns:1fr}.question-text{font-size:1.2rem}}.btn-secondary{background:transparent;border:2px solid var(--mil-gold);color:var(--mil-gold);font-weight:700;padding:1rem 2rem;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#d4af3733}.team-info-display{display:flex;flex-direction:column;align-items:center}.team-label{font-size:.9rem;color:#aaa}.team-names{font-size:1.2rem;color:#fff;font-weight:700}.timer-container{display:flex;flex-direction:column;align-items:center;gap:5px;margin-bottom:20px;width:100%}.timer-progress-bar{width:100%;max-width:600px;height:10px;background:#fff3;border-radius:5px;overflow:hidden;box-shadow:inset 0 0 5px #00000080}.timer-progress-fill{height:100%;transition:width 1s linear,background-color .3s ease;box-shadow:0 0 10px currentColor}
