@font-face{font-family:Orbitron;src:url(/fonts/Orbitron-VariableFont_wght.ttf) format("truetype");font-weight:600 700;font-style:normal;font-display:swap}.game-container{font-family:Orbitron,sans-serif;background-color:#000;color:#fc0;padding:clamp(12px,4vw,40px);min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;min-height:100svh}.guess-input,.reveal-container,.scoreboard{margin-bottom:clamp(1rem,3vh,2rem);gap:clamp(.5rem,1.5vw,1rem)}.scoreboard{position:relative;background-color:#111;border:6px solid #fff;padding:2rem 1rem;border-radius:12px;max-width:850px;width:100%;display:flex;flex-direction:column;align-items:center;box-shadow:0 0 20px #fc0;margin-bottom:2rem}h1{font-size:clamp(1.2rem,2.5vw,2rem);letter-spacing:.05em;color:#fc0;margin-top:.5rem;margin-bottom:1rem;text-transform:uppercase}@media (max-width:480px){h1{margin-top:2rem}}h3{font-size:clamp(1.4rem,3vw,2rem)}h4{font-size:clamp(1.1rem,2.5vw,1.5rem)}.meta-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(75px,1fr));justify-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:0 1rem}.column{display:flex;flex-direction:column;gap:1rem}.box-label{font-size:clamp(10px,1.5vw,14px);margin-bottom:.25rem}.info-box{font-size:clamp(12px,2vw,20px);padding:.75rem 1rem;border-radius:6px;border:2px solid #fc0;background:#222;color:#fff;width:100%;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:60px;display:flex;justify-content:center;align-items:center}.strike-dot{width:clamp(8px,1.5vw,14px);height:clamp(8px,1.5vw,14px);background-color:#fff;border:2px solid #ff4a4a;border-radius:50%;transition:transform .3s ease,background-color .3s ease}.strike-dot.filled{transform:scale(1.2);background-color:#ff4a4a}@keyframes strike-shake{0%{transform:translate(0)}25%{transform:translate(-2px,2px)}50%{transform:translate(2px,-2px)}75%{transform:translate(-2px,1px)}to{transform:translate(0)}}.strike-dot.filled.animated-strike{animation:strike-shake .3s ease-in-out}@keyframes strike-flash{0%,to{background-color:#ff4a4a;box-shadow:0 0 6px red}50%{background-color:red;box-shadow:0 0 14px red}}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-3px)}50%{transform:translateX(3px)}75%{transform:translateX(-2px)}to{transform:translateX(0)}}.guess-input{width:100%;max-width:850px;margin-bottom:1rem}.guess-input input{max-width:850px;width:100%;font-size:clamp(1rem,3.5vw,1.25rem);padding:.6rem;text-align:center;background:#000;color:#fff;border:2px solid #fc0;border-radius:6px;outline:none}.guess-input input.dimmed-input{opacity:.4}.dropdown{list-style:none;padding:0;margin:0 auto 1rem;background-color:#1a1a1a;border:2px solid #fc0;border-radius:4px;text-align:left;width:100%;max-width:850px}.reveal-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem;width:100%;max-width:850px}@media (min-width:768px){.reveal-container{flex-direction:row;align-items:flex-start}}.dropdown li{padding:.6rem 1rem;cursor:pointer;border-bottom:1px solid #333;color:#fc0}.dropdown li:hover{background-color:#333}.start-button{background-color:#fc0;color:#000;font-size:1.3rem;padding:.6rem 1.2rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:1rem;width:90%;max-width:400px}.start-button:hover{background-color:#fff2a3}.guess-history,.reveal{width:100%;border:3px solid #fc0;border-radius:12px;padding:1rem;background-color:#0d0d0d;animation:fadeIn .6s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.guess-history h4,.reveal h3{color:#fc0;font-size:1.4rem;margin-bottom:.75rem;text-align:center;font-weight:700}.guess-history ul,.reveal ol{list-style:none;padding:0;margin:0}.guess-history li,.reveal li{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:clamp(.95rem,2.8vw,1.1rem);color:#fff;border-bottom:1px solid #333;word-break:break-word;gap:.5rem}.reveal li span:last-child{margin-left:auto}.reveal li.correct{opacity:1;color:#0f9}.reveal li.dimmed{opacity:.3}.footer-buttons{display:flex;justify-content:center;gap:.75rem;padding:1rem;flex-wrap:wrap;flex-direction:row}.footer-buttons::-webkit-scrollbar{display:none}.footer-buttons button{background-color:#fc0;color:#000;font-size:clamp(12px,2.8vw,15px);flex-grow:1;padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;flex-shrink:1;min-width:100px}.footer-buttons button:focus,.footer-buttons button:hover{background-color:#000;color:#fc0;border:1px solid #fc0}.modal-overlay{display:none;position:fixed;z-index:9999;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.75);justify-content:center;align-items:center}.modal-overlay.show{display:flex}.modal-content{background-color:#1c1c1c;border:2px solid gold;padding:2rem;max-width:90%;width:500px;border-radius:10px;font-family:Orbitron,sans-serif;color:#fff;text-align:center;box-shadow:0 0 12px rgba(255,204,0,.4)}.modal-content h3{font-size:clamp(1.6rem,3vw,2rem);margin-bottom:1rem;color:#ffc425;text-shadow:0 0 6px #ffc425aa}.modal-content p{font-size:clamp(.9rem,2vw,1rem);line-height:1.5;color:#fff;text-align:left}.modal-content a{font-size:clamp(1rem,3vw,1.2rem)}.modal-content button{font-size:clamp(.8rem,2vw,1rem);margin-top:1rem;background:#fc0;color:#000;border:none;padding:.5rem 1.25rem;border-radius:6px;cursor:pointer}.hinted{color:#fa0;font-style:italic}@keyframes scoreboardPulse{0%{transform:scale(1);box-shadow:0 0 0 rgba(255,204,0,.6)}50%{transform:scale(1.1);box-shadow:0 0 15px #fc0}to{transform:scale(1);box-shadow:0 0 0 rgba(255,204,0,.6)}}.hint-warning{animation:scoreboardPulse 1.2s ease-in-out infinite;border:2px solid #fc0;background-color:rgba(255,204,0,.1)}.animated-strike{animation:strike-shake .3s ease-in-out}@keyframes handwritingReveal{0%{opacity:0;transform:scaleX(0);transform-origin:left}to{opacity:1;transform:scaleX(1)}}.reveal-animation{animation:handwritingReveal .6s ease-out}.dropdown{animation:fadeIn .3s ease-in}.reveal li.correct{animation:popCorrect .3s ease-in}@keyframes popCorrect{0%{transform:scale(1.1);opacity:.5}to{transform:scale(1);opacity:1}}.career-modal{background-color:#1a1a1a;border:4px solid #ffc425;padding:24px;border-radius:12px;max-width:400px;max-height:80vh;overflow-y:auto;width:90%;font-family:Orbitron,sans-serif;color:#fff;box-shadow:0 0 20px rgba(255,196,37,.5)}.career-title{font-size:clamp(1.5rem,2.5vw,2.2rem);text-align:center;margin-bottom:20px;color:#ffc425;text-shadow:0 0 8px #ffc425aa}.career-scoreboard{font-family:Orbitron,sans-serif;background-color:#111;color:#fff;border:2px solid #444;text-align:center;width:100%;font-size:clamp(14px,3vw,18px)}.career-scoreboard td,.career-scoreboard th{border:1px solid #444;padding:12px;text-align:center;font-size:clamp(1rem,2vw,1.2rem)}.career-scoreboard thead th{background-color:#222;color:#ffc425;font-weight:700}.career-scoreboard tbody tr:nth-child(2n){background-color:#2a2a2a}.slugger-label{color:gold;font-weight:700;text-shadow:0 0 5px #ffd700aa}.modal-close{background-color:#ffc425;color:#1a1a1a;font-weight:700;border:none;border-radius:8px;width:100%;cursor:pointer;padding:1rem;font-size:clamp(1rem,3vw,1.25rem);touch-action:manipulation}.career-modal .modal-close{position:static;margin-top:1rem}.center-strikes{flex-direction:column}.center-strikes,.strike-box{display:flex;align-items:center;justify-content:center}.strike-box{background-color:#222;border:2px solid #fc0;padding:.5rem 1rem;border-radius:8px;gap:.5rem;min-height:60px;min-width:100px}@media (min-width:768px){.reveal{flex:2;margin-right:1rem}.guess-history{flex:1}}.victory-modal{background-color:#111;border:4px solid #fc0;padding:2rem;border-radius:12px;color:#fc0;text-align:center;font-family:Orbitron,sans-serif;box-shadow:0 0 20px rgba(255,204,0,.8);max-width:90%;width:400px}.victory-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem;letter-spacing:.05em;text-transform:uppercase;animation:scoreboardPulse 1.2s ease-in-out infinite}.victory-sub{font-size:clamp(1.2rem,3vw,1.6rem)}