*{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 20px;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-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;margin:0 20px;color:#fdd800;font-weight:700}.queue-result{font-size:24px;font-weight:700;min-width:60px;text-align:center}.queue-item.ac .queue-result{color:#0f0}.queue-item.wa .queue-result{color:red}
