.home{max-width:1200px;margin:0 auto;padding:2rem}.home-header{text-align:center;margin-bottom:3rem}.home-header h1{font-size:2.5rem;color:var(--jeopardy-blue);margin-bottom:.5rem}.home-header p{font-size:1.2rem;color:#6c757d}.home-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.games-section h2{margin-bottom:1.5rem;color:#333}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.game-card{background:#fff;border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;transition:box-shadow .2s}.game-card:hover{box-shadow:0 4px 8px #00000026}.game-card-header h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--jeopardy-blue)}.game-card-header .game-description{color:#6c757d;font-size:.9rem;margin-bottom:1rem}.game-card-info{display:flex;gap:.5rem;color:#6c757d;font-size:.9rem;margin-bottom:1rem;align-items:center;flex-wrap:wrap}.final-jeopardy-badge{background:linear-gradient(135deg,var(--jeopardy-blue),var(--jeopardy-dark));color:#b8a6d9;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.game-card-meta{padding-top:1rem;border-top:1px solid var(--border-color);margin-bottom:1rem}.game-card-meta small{color:#6c757d}.game-card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.home .btn-primary{background:linear-gradient(135deg,#2d3c7a,#4a2c5e);color:#fff;border:none}.home .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2d3c7a80}.home .btn-secondary{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff;border:none}.home .btn-secondary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6c757d66}.home .btn-danger{background:linear-gradient(135deg,#ff3b30,#ff6b6b);color:#fff;border:none}.home .btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #ff3b3066}.home .btn-success{background:linear-gradient(135deg,#4cd964,#5ac8fa);color:#fff;border:none}.home .btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #4cd96466}.game-card-actions button{flex:1;min-width:80px}.category-editor{background:#f8f9fa;border:1px solid var(--border-color);border-radius:8px;margin-bottom:1rem;overflow:hidden}.category-header{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-bottom:1px solid var(--border-color)}.category-toggle{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem .5rem;color:#333}.category-number{font-weight:600;color:#6c757d;min-width:100px}.category-name-input{flex:1;padding:.5rem;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;font-weight:500}.questions-list{padding:1rem}.question-item{background:#fff;border:1px solid var(--border-color);border-radius:4px;padding:1rem;margin-bottom:1rem}.question-header{margin-bottom:.75rem}.question-value{display:inline-block;background:var(--jeopardy-blue);color:#b8a6d9;padding:.25rem .75rem;border-radius:4px;font-weight:600;font-size:1.1rem}.question-fields{display:flex;flex-direction:column;gap:.75rem}.multiple-choice-options{display:flex;flex-direction:column;gap:.75rem;padding:.5rem;background-color:#f8f9fa;border-radius:4px}.option-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#fff;border:1px solid var(--border-color);border-radius:4px}.option-letter{font-weight:700;min-width:25px;color:var(--jeopardy-blue);font-size:1.1em}.option-text{flex:1}.option-correct{display:flex;align-items:center;gap:.5rem;white-space:nowrap;font-size:.9em;color:#28a745;font-weight:500}.option-correct input[type=radio]{margin:0;cursor:pointer}.image-upload-section{display:flex;flex-direction:column;gap:1rem}.image-upload-input{display:none}.image-preview{margin-top:1rem;padding:1rem;background:#f8f9fa;border:2px solid var(--border-color);border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:1rem}.image-preview img{max-height:200px;max-width:100%;border-radius:4px;border:1px solid var(--border-color)}.remove-image-btn{align-self:center}.option-image-item{flex-direction:column;align-items:stretch;gap:1rem}.option-image-upload{display:flex;flex-direction:column;gap:.75rem;padding:.5rem;background:#f8f9fa;border-radius:4px}.option-image-upload-btn{align-self:flex-start}.option-image-preview{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border:1px solid var(--border-color);border-radius:4px}.option-image-preview img{max-height:100px;max-width:100%;border-radius:4px;object-fit:contain}.hints-inputs{display:flex;flex-direction:column;gap:1rem;padding:.5rem;background-color:#f8f9fa;border-radius:4px}.hint-input-row{display:flex;flex-direction:column;gap:.5rem}.hint-label{font-weight:600;color:var(--jeopardy-blue);font-size:.95rem}.creator{max-width:1400px;margin:0 auto;padding:2rem}.creator-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.creator-header h1{font-size:2rem;color:var(--jeopardy-blue)}.creator-actions{display:flex;gap:1rem}.game-info,.rounds-section{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid var(--border-color)}.round-actions{display:flex;gap:.5rem}.round-tabs{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.round-tab-group{display:flex;gap:.25rem;align-items:stretch}.round-tab{padding:.75rem 1.5rem;background:#f8f9fa;border:2px solid var(--border-color);border-radius:8px 8px 0 0;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;font-weight:600}.round-tab:hover{background:#e9ecef}.round-tab.active{background:var(--jeopardy-blue);color:#b8a6d9;border-color:var(--jeopardy-blue)}.round-tab.final-jeopardy-tab{background:linear-gradient(135deg,var(--jeopardy-blue),var(--jeopardy-dark));color:#b8a6d9;border-color:#b8a6d9}.round-tab.final-jeopardy-tab:hover{box-shadow:0 0 15px #ffcc0080}.round-multiplier{background:#b8a6d9;color:var(--jeopardy-blue);padding:.25rem .5rem;border-radius:12px;font-size:.85rem;font-weight:700}.round-tab.active .round-multiplier{background:#ffffffe6}.round-delete{border-radius:0 8px 0 0;padding:.5rem .75rem}.final-jeopardy-section{background:#fff;padding:2rem;border-radius:8px;border:3px solid #b8a6d9;box-shadow:0 0 20px #ffcc004d}.final-jeopardy-section h2{color:var(--jeopardy-blue);text-align:center;margin-bottom:2rem;font-size:2rem}.final-jeopardy-editor{max-width:800px;margin:0 auto}.categories-section{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid var(--border-color)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{color:#333}.creator .btn-primary{background:linear-gradient(135deg,#2d3c7a,#4a2c5e);color:#fff;border:none}.creator .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2d3c7a80}.creator .btn-secondary{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff;border:none}.creator .btn-secondary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #6c757d66}.creator .btn-danger{background:linear-gradient(135deg,#ff3b30,#ff6b6b);color:#fff;border:none}.creator .btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #ff3b3066}.creator .btn-success{background:linear-gradient(135deg,#4cd964,#5ac8fa);color:#fff;border:none}.creator .btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #4cd96466}.game-board{max-width:1400px;margin:0 auto;overflow-x:auto;padding:.5rem}.board-grid{display:flex;gap:1rem;min-width:min-content}.category-column{display:flex;flex-direction:column;gap:1rem;flex:1;min-width:150px}.category-header{background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;padding:1rem;text-align:center;border-radius:16px;height:100px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0003}.category-header h3{font-size:1.1rem;text-transform:uppercase;word-wrap:break-word;text-shadow:0 2px 8px rgba(0,0,0,.3);font-weight:700}.question-cell{background:linear-gradient(135deg,#1a1a4de6,#2d1b4ee6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#d4af37;border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem 1rem;font-size:2rem;font-weight:700;height:100px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-shadow:0 2px 8px rgba(0,0,0,.4);box-shadow:0 8px 32px #0003;position:relative}.question-cell:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 12px 40px #2d1b4e99,0 0 30px #d4af3766;border-color:#d4af3799}.question-cell:disabled{background:#1a1a1a99;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff3;cursor:not-allowed;opacity:.6;border-color:#ffffff1a}.question-cell.answered{background:#1a1a1a99;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff3;cursor:not-allowed;border-color:#ffffff1a}.question-cell.daily-double:not(.answered){box-shadow:0 0 30px #d4af3780,0 8px 32px #0000004d;animation:pulse 2s infinite;border-color:#d4af3799}@keyframes pulse{0%,to{box-shadow:0 0 20px #d4af3766,0 8px 32px #0000004d;border-color:#d4af3780}50%{box-shadow:0 0 40px #d4af37cc,0 8px 32px #2d1b4ecc;border-color:#d4af37cc}}.modal-overlay{position:fixed;inset:0;background:#0a0a1ef2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:linear-gradient(135deg,#1a1a4d,#2d1b4e);color:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #000000b3;border:1px solid rgba(255,255,255,.1)}.daily-double-banner{background:#b8a6d9;color:var(--jeopardy-blue);text-align:center;padding:1rem;font-size:2rem;font-weight:700;animation:flash 1s ease-in-out 3}@keyframes flash{0%,to{opacity:1}50%{opacity:.5}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #b8a6d9;border-radius:16px 16px 0 0;background:#0003}.modal-header h2{color:#b8a6d9;font-size:2.5rem}.close-btn{background:none;border:none;color:#b8a6d9;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#fff}.modal-body{padding:2rem}.clue-section{margin-bottom:2rem}.clue-section h3{color:#b8a6d9;margin-bottom:1rem}.clue-text{font-size:1.5rem;line-height:1.6;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;min-height:100px;border:1px solid rgba(255,255,255,.1)}.answer-section{margin-top:2rem}.answer-section h3{color:#b8a6d9;margin-bottom:1rem}.answer-text{font-size:1.8rem;font-weight:600;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;margin-bottom:2rem;border:1px solid rgba(212,175,55,.3)}.player-selection{background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;margin-bottom:1rem;border:1px solid rgba(255,255,255,.1)}.player-selection label{display:block;color:#b8a6d9;margin-bottom:.5rem;font-weight:600}.player-select{margin-bottom:1rem;background:#fff;color:#333}.player-select option:disabled{color:#999;font-style:italic}.attempted-info{margin-bottom:1rem;padding:.75rem;background:#ffc10733;border-left:3px solid #b8a6d9;border-radius:4px}.attempted-info small{color:#b8a6d9;font-size:.95rem}.answer-buttons{display:flex;gap:1rem;margin-top:1rem}.answer-buttons button{flex:1;font-size:1.1rem}.btn-lg{width:100%;padding:1rem;font-size:1.2rem}.multiple-choice-section{margin:1.5rem 0}.multiple-choice-section h3{color:#b8a6d9;margin-bottom:1rem}.choice-buttons{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.btn-choice{display:flex!important;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#1a1a4d99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(212,175,55,.4);border-radius:12px;cursor:pointer;transition:all .3s;text-align:left;color:#fff}.btn-choice:hover{background:#2d2d64cc;border-color:#d4af37b3;transform:translate(5px);box-shadow:0 4px 16px #d4af374d}.btn-choice.selected{background-color:#ffcc004d;border-color:#b8a6d9;border-width:3px}.choice-letter{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#b8a6d9;color:var(--jeopardy-blue);font-weight:700;font-size:1.3rem;border-radius:50%;flex-shrink:0}.choice-text{flex:1;font-size:1.1rem}.multiple-choice-answer{margin:1.5rem 0}.choice-results{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0 1.5rem}.choice-result{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background-color:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:8px}.choice-result.correct{background-color:#28a7454d;border-color:#28a745;border-width:3px}.choice-result.selected:not(.correct){background-color:#dc35454d;border-color:#dc3545}.correct-indicator{margin-left:auto;color:#28a745;font-weight:700;font-size:1.1rem;background:#ffffffe6;padding:.25rem .75rem;border-radius:4px}.image-question-section{margin:1.5rem 0}.question-image-container{display:flex;justify-content:center;margin:1.5rem 0;padding:1rem;background:#ffffff1a;border-radius:8px}.question-image{max-width:600px;max-height:400px;width:100%;height:auto;border:3px solid #b8a6d9;border-radius:4px;box-shadow:0 4px 12px #0000004d}.image-clue{text-align:center;font-size:1.2rem;font-style:italic;margin-top:1rem;color:#b8a6d9}.image-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}@media(max-width:600px){.image-choice-grid{grid-template-columns:1fr}}.image-choice-button{position:relative;aspect-ratio:1;min-height:150px;padding:0;background:#ffffff1a;border:3px solid #b8a6d9;border-radius:8px;cursor:pointer;overflow:hidden;transition:all .3s}.image-choice-button img{width:100%;height:100%;object-fit:cover}.image-choice-button:hover{transform:scale(1.05);border-color:#fff}.image-choice-selected{border-color:#fff;border-width:4px;box-shadow:0 0 20px #fc09}.image-choice-label{position:absolute;top:10px;left:10px;background:#b8a6d9;color:var(--jeopardy-blue);font-weight:700;font-size:1.5rem;padding:.5rem .75rem;border-radius:50%;min-width:45px;min-height:45px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d}.image-choice-result{cursor:default;pointer-events:none}.image-choice-correct{border-color:#28a745;border-width:4px;box-shadow:0 0 20px #28a74599}.image-choice-wrong{border-color:#dc3545;border-width:4px;opacity:.7}.image-choice-result .correct-indicator{position:absolute;top:10px;right:10px;background:#28a745;color:#fff;font-size:2rem;padding:.5rem;border-radius:50%;min-width:50px;min-height:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000080}.three-hints-section{margin:2rem 0}.hint-progress{background:#b8a6d9;color:#1a1a4d;text-align:center;padding:.75rem;border-radius:12px 12px 0 0;font-weight:700;font-size:1.2rem;margin-bottom:0}.hints-revealed{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#0003;border-radius:0 0 12px 12px}.hint-item-display{background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:12px;border-left:4px solid #b8a6d9}.hint-item-display .hint-number{display:block;font-weight:700;color:#b8a6d9;margin-bottom:.5rem;font-size:1.1rem}.hint-item-display .hint-text{font-size:1.3rem;line-height:1.6;margin:0;color:#fff}.current-hint{background:#0000004d;padding:2rem;border-radius:0 0 8px 8px;margin-bottom:1.5rem;min-height:120px;display:flex;align-items:center;justify-content:center}.current-hint p{font-size:1.5rem;line-height:1.6;margin:0;text-align:center}.three-hints-answer{margin:1.5rem 0}.all-hints{background:#0000004d;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.all-hints h4{color:#b8a6d9;margin-bottom:1rem;font-size:1.2rem}.hint-item{display:flex;gap:1rem;padding:.75rem;margin-bottom:.5rem;background:#ffffff1a;border-radius:4px;border-left:3px solid #b8a6d9}.hint-number{font-weight:600;color:#b8a6d9;min-width:80px}.hint-text{flex:1;font-size:1.1rem}.daily-double-announcement{text-align:center;padding:3rem}.daily-double-banner.large{font-size:3rem;padding:2rem;margin-bottom:2rem}.daily-double-announcement-content{padding:2rem}.announcement-text{font-size:1.5rem;color:#b8a6d9;margin-bottom:2rem;line-height:1.6}.wager-section{max-width:500px;margin:0 auto}.wager-section .form-group{margin-bottom:2rem}.wager-section label{display:block;color:#b8a6d9;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.player-select,.wager-input{width:100%;padding:1rem;font-size:1.2rem;border:2px solid #b8a6d9;border-radius:4px;background:#ffffff1a;color:#fff}.player-select option{background:var(--jeopardy-blue);color:#fff}.wager-input:focus,.player-select:focus{outline:none;border-color:#b8a6d9;box-shadow:0 0 10px #ffc1074d}.wager-info{margin-top:.5rem}.wager-info small{color:#ffffffb3;font-size:.9rem}.player-panel{width:350px;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.2);padding:1.5rem;overflow-y:auto;box-shadow:-8px 0 32px #0003}.player-panel h2{color:#fff;margin-bottom:1.5rem;text-align:center;font-weight:700;font-size:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.add-player-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.add-player-form input{flex:1;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:.75rem;color:#fff;font-size:1rem;transition:all .3s ease}.add-player-form button{padding:.75rem 1rem;white-space:nowrap;font-size:.9rem}.add-player-form input::placeholder{color:#fff9}.add-player-form input:focus{outline:none;border-color:#ffd70099;background:#fff3;box-shadow:0 0 20px #ffd7004d}.players-list{display:flex;flex-direction:column;gap:1rem}.empty-message{text-align:center;color:#ffffffb3;padding:2rem 0;font-style:italic}.player-card{background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1rem;transition:all .3s ease;box-shadow:0 4px 16px #0000001a}.player-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea4d;border-color:#ffffff4d}.player-info{margin-bottom:.75rem}.player-name{display:block;font-weight:700;font-size:1.1rem;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 8px rgba(0,0,0,.3)}.player-score{display:flex;align-items:center;gap:.5rem}.score-label{font-size:1.2rem;font-weight:600;color:#d4af37;text-shadow:0 2px 8px rgba(0,0,0,.3)}.score-input{width:120px;padding:.5rem;font-size:1.2rem;font-weight:600;text-align:right;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;transition:all .3s ease}.score-input:focus{outline:none;border-color:#ffd70099;box-shadow:0 0 15px #ffd7004d;background:#fff3}.final-jeopardy-modal{max-width:900px}.final-jeopardy-banner{background:linear-gradient(135deg,var(--jeopardy-blue),var(--jeopardy-dark));text-align:center;padding:2rem;animation:pulse-border 2s ease-in-out infinite}.final-jeopardy-banner h1{color:#b8a6d9;font-size:3rem;text-shadow:3px 3px 6px rgba(0,0,0,.7);margin:0;letter-spacing:.1em}@keyframes pulse-border{0%,to{box-shadow:0 0 20px #ffcc0080}50%{box-shadow:0 0 40px #fc0c}}.stage-instructions{text-align:center;font-size:1.1rem;margin:1rem 0 2rem;color:#ffffffe6;font-style:italic}.betting-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.player-bet-card{background:#0000004d;border:2px solid #b8a6d9;border-radius:8px;padding:1.5rem}.player-bet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,204,0,.3)}.player-name{font-weight:700;font-size:1.2rem;color:#b8a6d9}.player-score{font-size:.9rem;color:#fffc}.bet-input-group label{display:block;color:#b8a6d9;margin-bottom:.5rem;font-weight:600}.bet-input-wrapper{display:flex;align-items:center;gap:.5rem}.dollar-sign{font-size:1.5rem;font-weight:700;color:#b8a6d9}.bet-input{flex:1;padding:.75rem;font-size:1.3rem;font-weight:700;text-align:right;background:#fff;color:#333;border:2px solid var(--border-color);border-radius:4px}.bet-input:focus{outline:none;border-color:#b8a6d9}.final-clue-text{font-size:1.8rem;line-height:1.6;background:#0006;padding:2rem;border-radius:8px;text-align:center;margin:1.5rem 0}.answer-grid{display:grid;gap:1rem;margin:2rem 0}.player-answer-card{background:#0000004d;border:2px solid rgba(255,204,0,.5);border-radius:8px;padding:1rem}.player-answer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.player-wager{font-size:.9rem;color:#fffc}.answer-input{width:100%;padding:.75rem;font-size:1.1rem;background:#fff;color:#333;border:2px solid var(--border-color);border-radius:4px;resize:vertical}.answer-input:focus{outline:none;border-color:#b8a6d9}.answer-reveal{background:#28a74533;border:3px solid #28a745;border-radius:8px;padding:2rem;margin-bottom:2rem;text-align:center}.answer-reveal h3{color:#28a745;margin-bottom:1rem}.correct-answer-text{font-size:2rem;font-weight:700;color:#fff}.judging-grid{display:grid;gap:1.5rem;margin:2rem 0}.player-judging-card{background:#0000004d;border:3px solid rgba(255,204,0,.5);border-radius:8px;padding:1.5rem;transition:all .3s}.player-judging-card.correct{border-color:#28a745;background:#28a74533}.player-judging-card.incorrect{border-color:#dc3545;background:#dc354533}.player-judging-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,204,0,.3)}.player-answer-display{margin:1rem 0;padding:1rem;background:#ffffff1a;border-radius:4px}.player-answer-display strong{display:block;color:#b8a6d9;margin-bottom:.5rem}.player-answer-display p{font-size:1.1rem;margin:0}.judging-buttons{display:flex;gap:1rem;margin-top:1rem}.judging-buttons .btn{flex:1}.final-scores{display:grid;gap:1.5rem;margin:2rem 0}.final-score-card{background:#0000004d;border:3px solid #b8a6d9;border-radius:8px;padding:1.5rem}.final-score-player{font-size:1.5rem;font-weight:700;color:#b8a6d9;margin-bottom:1rem;text-align:center}.score-breakdown{display:flex;flex-direction:column;gap:.5rem}.score-line{display:flex;justify-content:space-between;padding:.5rem;font-size:1.1rem}.score-line.correct{color:#28a745;background:#28a7451a;border-radius:4px}.score-line.incorrect{color:#dc3545;background:#dc35451a;border-radius:4px}.score-line.final-total{margin-top:.5rem;padding-top:1rem;border-top:2px solid #b8a6d9;font-weight:700;font-size:1.3rem}.final-score-amount{color:#b8a6d9;font-size:1.5rem}.host{height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1a1a4d,#2d1b4e,#4a2c5e);position:relative}.host:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(45,55,120,.4) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(74,44,94,.4) 0%,transparent 50%);pointer-events:none}.host-header{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 32px #0000001a;position:relative;z-index:10}.host-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#8b9eff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.game-description{color:#ffffffe6;margin-top:.5rem;font-size:1rem;font-weight:300}.round-indicator{display:flex;align-items:center;gap:1rem;margin-top:.75rem;font-size:1.1rem;font-weight:500;color:#fffffff2}.multiplier-badge{background:linear-gradient(135deg,#2d3c7a,#4a2c5e);color:#fff;padding:.35rem 1rem;border-radius:20px;font-size:.95rem;font-weight:600;box-shadow:0 4px 15px #2d3c7a80;border:1px solid rgba(255,255,255,.2)}.host-content{flex:1;display:flex;overflow:hidden;position:relative;z-index:1}.game-area{flex:1;padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem}.round-navigation{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;margin-top:auto;border:1px solid rgba(255,255,255,.2)}.round-complete-message{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#4cd96433,#34d39933);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(76,217,100,.5);border-radius:16px;flex:1}.round-complete-message span:first-child{font-size:1.4rem;font-weight:700;color:#4cd964;text-shadow:0 2px 10px rgba(76,217,100,.5)}.game-over{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#d4af37,#f4d792);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 4px 20px rgba(212,175,55,.5)}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}justify-content: center; align-items: center; height: 100vh; font-size: 1.5rem; color: #6c757d; }#root{width:100%;min-height:100vh}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;--jeopardy-blue: #060ce9;--jeopardy-gold: #d4af37;--jeopardy-dark: #0a0a5c;--success-green: #28a745;--danger-red: #dc3545;--primary-blue: #007bff;--secondary-gray: #6c757d;--light-bg: #f8f9fa;--border-color: #dee2e6}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100vh;background-color:#f5f5f5;color:#333}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}button{border-radius:12px;border:1px solid transparent;padding:.75em 1.5em;font-size:1em;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000026}button:disabled{opacity:.5;cursor:not-allowed}.btn{display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle}.btn-primary{background:linear-gradient(135deg,#2d3c7a,#4a2c5e);color:#fff;border:none}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2d3c7a80}.btn-secondary{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover:not(:disabled){background:#ffffff4d;transform:translateY(-2px)}.btn-success{background:linear-gradient(135deg,#4cd964,#5ac8fa);color:#fff;border:none}.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #4cd96466}.btn-danger{background:linear-gradient(135deg,#ff3b30,#ff6b6b);color:#fff;border:none}.btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #ff3b3066}.btn-lg{padding:.75em 1.5em;font-size:1.1em}.btn-sm{padding:.25em .5em;font-size:.875em}.input-text,.input-textarea,.player-select,.score-input{width:100%;padding:.5em;border:1px solid var(--border-color);border-radius:4px;font-family:inherit;font-size:1em}.input-text:focus,.input-textarea:focus,.player-select:focus,.score-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 .2rem #007bff40}.input-textarea{resize:vertical}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group-inline{display:flex;align-items:center;gap:.5rem}.empty-state{text-align:center;padding:3rem;color:#6c757d;font-size:1.1em}
