.admin-toggle { position: fixed; bottom: 18px; right: 18px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #e3d4bd; background: rgba(255, 255, 255, 0.9); color: #6c5a42; font-weight: 700; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18); z-index: 30; } #admin-player-table { width: 100%; border-collapse: collapse; } #admin-player-table th, #admin-player-table td { padding: 10px; } #admin-player-table tr { border-bottom: 1px solid #e3d4bd; } #admin-player-table th { text-align: left; color: #7a6a53; font-size: 12px; letter-spacing: 0.3px; } .admin-panel { position: fixed; bottom: 70px; right: 18px; width: 640px; z-index: 40; display: flex; flex-direction: column; gap: 10px; } .panel-header { display: flex; justify-content: space-between; align-items: center; } #admin-linker select { width: 100%; padding: 8px; border-radius: 8px; border: 1px solid #e3d4bd; background: #fffaf3; }