html,body{margin:0;padding:0}*{box-sizing:border-box}body{font-family:Arial,sans-serif}*{scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}.team-members-list{flex-direction:column;gap:.5rem;margin:.5rem 0;display:flex}.team-member-item{background:#ff9fcf0d;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.member-name{color:#fff;font-size:.9rem}.visibility-toggle{width:44px;height:24px;display:inline-block;position:relative}.visibility-toggle input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#ccc;border-radius:24px;transition:all .3s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.visibility-toggle input:checked+.toggle-slider{background-color:#ff9fcf}.visibility-toggle input:checked+.toggle-slider:before{transform:translate(20px)}.team-leaderboards{background:#ff9fcf0d;border-radius:8px;margin-top:1rem;padding:1rem}.team-leaderboards h5{color:#ff9fcf;margin:0 0 .75rem;font-size:1rem}.leaderboard-section{margin-bottom:1rem}.leaderboard-section:last-child{margin-bottom:0}.leaderboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.leaderboard-title{color:#fff;font-size:.95rem;font-weight:700}.leaderboard-controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.leaderboard-select,.leaderboard-input{background:#fff;border:1px solid #ddd;border-radius:4px;padding:.25rem .5rem;font-size:.85rem}.leaderboard-input{width:70px}.mode-toggle{gap:.25rem;display:flex}.mode-toggle button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:.25rem .5rem;font-size:.8rem}.mode-toggle button.active{color:#fff;background:#ff9fcf;border-color:#ff9fcf}.leaderboard-entries{flex-direction:column;gap:.25rem;display:flex}.leaderboard-entry{background:#fff;border-radius:4px;justify-content:space-between;align-items:center;padding:.4rem .5rem;font-size:.85rem;display:flex}.leaderboard-rank{color:#ff9fcf;width:24px;font-weight:700}.leaderboard-member{flex:1}.leaderboard-value{color:#fff;font-weight:700}.leaderboard-empty{color:#999;padding:.5rem;font-size:.85rem;font-style:italic}
