.end-screen-container{display:flex;flex-direction:column;width:100%}.end-screen-content-row{display:flex;flex:1}.end-screen-left-panel{background-color:#000;color:#fff;padding:20px;display:flex;flex-direction:column;align-items:center;position:relative}.end-screen-name-league-container{position:relative;width:100%;text-align:center;margin-bottom:6px}.end-screen-username{font-size:2rem;margin:0}.end-screen-league-top{position:absolute;top:0;right:10px;width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.end-screen-university{color:grey;font-size:.9rem;margin-bottom:15px;text-align:center}.end-screen-row{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px}.end-screen-avatar{width:150px;height:150px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.end-screen-level-icon-sm{width:80px;height:80px;-o-object-fit:contain;object-fit:contain}.end-screen-level-circle{width:170px;height:170px;margin:10px auto 20px}.end-screen-level-circle-svg{width:100%;height:100%}.end-screen-medals-row{display:flex;gap:20px;justify-content:center;margin-bottom:20px}.end-screen-medal-cell{text-align:center}.end-screen-medal-img{width:35px;height:35px}.end-screen-medal-value{margin-top:2px;font-size:1.1rem}.end-screen-right-panel{background-color:#fff;color:#000;padding:20px;width:50%;display:flex;flex-direction:column;align-items:center}.end-screen-scale-img{width:100px;height:auto;margin-bottom:20px}.end-screen-questions-answered{margin:10px 0;font-size:1rem;color:#000}.end-screen-halfcircle-container{width:300px;height:150px;margin:0 auto 10px}.end-screen-halfcircle-svg{width:100%;height:100%}.end-screen-round-progress{font-size:1rem;margin-top:5px}.end-screen-medal-text{margin-bottom:10px;text-align:center}.end-screen-repeat-button{margin-top:auto;margin-bottom:20px;padding:12px 20px;font-size:1.1em;cursor:pointer;background:green;color:#fff;border:none;border-radius:5px}.end-screen-repeat-button:hover{background-color:#006600}.quiz-container{max-width:1000px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3);min-height:600px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width:768px){.quiz-container{height:auto;border-radius:0;max-width:100%}}