.hall-of-fame{padding:20px;font-size:1.1rem}.hall-of-fame h2{text-align:center;margin-bottom:30px}.hall-of-fame .records-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.hall-of-fame .stat-card{background-color:#403f44;border-radius:8px;padding:15px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.hall-of-fame .stat-card h3{margin-top:0;margin-bottom:15px;font-size:1.3rem;border-bottom:1px solid #ddd;padding-bottom:8px}.hall-of-fame .stat-card .top-players{list-style:none;padding:0;margin:0}.hall-of-fame .stat-card .top-players li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee}.hall-of-fame .stat-card .top-players li:last-child{border-bottom:none}.hall-of-fame .stat-card .top-players li.rank-1{font-weight:700;color:gold}.hall-of-fame .stat-card .top-players li.rank-2{color:silver}.hall-of-fame .stat-card .top-players li.rank-3{color:#cd7f32}.hall-of-fame .stat-card .top-players li .position{flex:0 0 30px}.hall-of-fame .stat-card .top-players li .player-name{flex:1;overflow:hidden;text-overflow:ellipsis;margin:0 10px}.hall-of-fame .stat-card .top-players li .score{flex:0 0 auto;text-align:right}.hall-of-fame .stat-card .show-all-btn{width:100%;margin-top:10px;padding:8px 12px;background-color:#555;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.hall-of-fame .stat-card .show-all-btn:hover{background-color:#666}.hall-of-fame .stat-card .show-all-btn:focus{outline:2px solid #007bff;outline-offset:2px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background-color:#403f44;border-radius:8px;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(0,0,0,.3)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #555}.modal-header h3{margin:0;font-size:1.4rem}.modal-header .modal-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.modal-header .modal-close:hover{background-color:#555;color:#fff}.modal-header .modal-close:focus{outline:2px solid #007bff;outline-offset:2px}.modal-body{padding:20px;overflow-y:auto;flex:1}.modal-body .all-players-list{list-style:none;padding:0;margin:0}.modal-body .all-players-list li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #555}.modal-body .all-players-list li:last-child{border-bottom:none}.modal-body .all-players-list li.rank-1{font-weight:700;color:gold}.modal-body .all-players-list li.rank-2{color:silver}.modal-body .all-players-list li.rank-3{color:#cd7f32}.modal-body .all-players-list li .position{flex:0 0 40px;font-weight:700}.modal-body .all-players-list li .player-name{flex:1;margin:0 15px;overflow:hidden;text-overflow:ellipsis}.modal-body .all-players-list li .score{flex:0 0 auto;text-align:right;font-weight:700}