.container{min-height:100vh;padding:0;margin:0;background-color:#18245D;color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Courier New,Courier,monospace}.title{font-size:2.5rem;margin-bottom:40px;text-align:center}.groupList{width:100%;max-width:700px;display:flex;flex-direction:column;gap:20px}.card{display:flex;align-items:center;justify-content:space-between;padding:20px 30px;border-radius:20px;font-size:1.2rem}.topThree{background-color:#DE974F}.fourth{background-color:#4F8DDE}.rank{flex:0 0 50px}.name,.rank{font-weight:700;color:#000}.name{flex:1 1;text-align:center}.points{font-weight:700;display:flex;align-items:center;gap:6px;color:#000}.moreButton{margin-top:40px;padding:10px 30px;font-size:1.1rem;border:none;border-radius:12px;background-color:#ccc;color:#000;cursor:pointer;transition:background-color .3s ease}.moreButton:hover{background-color:#aaa}