*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#1c3cb2;overflow:hidden}.container{width:1450px;height:54px;overflow:hidden;position:relative}.scroll-wrapper{transition:transform .3s ease-in-out}.scroll-wrapper.no-transition{transition:none}.page{height:54px;display:flex}.box-container{width:290px;height:54px;flex-shrink:0}.dividers{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.divider{position:absolute;top:0;width:3px;height:34px;margin-top:10px;background-color:#fdd800}.box{width:100%;height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;margin-top:10px;color:#fff;font-weight:600}.rank{font-size:28px;display:flex;align-items:center;font-style:italic}.team-info{flex:1;display:flex;flex-direction:column;justify-content:center;margin:0 10px}.team-name{font-size:18px;line-height:22px;white-space:nowrap}.school-name{font-size:10px;line-height:12px;color:#ccc;width:15em;white-space:nowrap}.score{font-size:28px;display:inline;align-items:center;font-style:italic}.score-pt{font-size:16px;font-style:italic;vertical-align:before-edge}.queue-container{width:100vw;height:100vh;overflow:hidden}.queue-list{display:flex;flex-direction:column;gap:10px;padding:20px}.queue-item{display:flex;align-items:center;justify-content:space-between;padding:15px 10px;background:#ffffff1a;border-radius:8px;color:#fff;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.queue-item.ac{border-left:5px solid #00ff00}.queue-item.wa{border-left:5px solid #ff0000}.queue-item.first-ac{border-left:5px solid #ffbf00;background:linear-gradient(90deg,#ffd70033,#ffffff1a);box-shadow:0 0 20px #ffd70080;animation:firstAcPulse 2s ease-in-out infinite}@keyframes firstAcPulse{0%,to{box-shadow:0 0 20px #ffd70080}50%{box-shadow:0 0 30px #ffd700cc}}.queue-team{flex:1;display:flex;flex-direction:column}.queue-team-name{font-size:20px;font-weight:700}.queue-school-name{font-size:14px;color:#ccc}.queue-question{font-size:18px;margin:0 20px}.queue-rank-change{font-size:20px;color:#fdd800;font-weight:700}.queue-result{font-size:24px;font-weight:700;min-width:100px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:5px}.queue-item.ac .queue-result{color:#0f0}.queue-item.wa .queue-result{color:red}.first-ac-badge{font-size:12px;font-weight:700;color:gold;background:#ffd70033;padding:2px 8px;border-radius:10px;border:1px solid #ffd700;white-space:nowrap}.scoreboard-container{width:100vw;height:100vh;overflow:auto;padding:20px;background-color:#1a1a1a}.scoreboard-table{width:100%;border-collapse:collapse;color:#fff;font-size:14px}.scoreboard-table thead{background-color:#2a2a2a;position:sticky;top:0;z-index:10}.scoreboard-table th{padding:12px 8px;text-align:center;border-top:1px solid #444;border-bottom:1px solid #444;font-weight:700}.scoreboard-table td{padding:8px;text-align:center;border-bottom:1px solid #333}.scoreboard-table td.col-team{text-align:left;padding-left:12px}.col-rank{width:45px;font-weight:700;color:#fdd800}.col-team{min-width:200px;text-align:left}.col-team .team-name{font-weight:700;font-size:14px;line-height:1.4}.col-team .school-name{color:#ccc;font-size:11px;line-height:1.4;margin-top:2px}.col-problem{width:45px;min-width:45px}.col-problem.solved{background-color:#0f03}.col-problem.attempted{background-color:#f003}.col-problem.unattempted{background-color:#8080801a}.col-score{width:75px;font-weight:700;font-size:16px;color:#fdd800}.problem-status{display:flex;flex-direction:column;align-items:center;gap:2px}.status-ac{color:#0f0;font-weight:700}.status-wa{color:#f66}.wrong-count{font-size:11px;color:#999}.scoreboard-table tbody tr:hover{background-color:#ffffff0d}
