/* headerlite.css — 상단은 [로그인·가입] 또는 [잔액+입금][프로필] 만.
   테마·언어는 좌측 메뉴 맨 아래로 내려간다(자리만 옮김, 기능 그대로). */

/* 좌측 메뉴로 내려간 도구 (메뉴 갱신에 안 쓸려가도록 nav 바깥에 둔다) */
#sideTools { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
#sideTools .side-tool { margin-top: 10px; }
#sideTools .lang { position: relative; width: 100%; }
#sideTools .lang .lang-btn { width: 100%; justify-content: flex-start; gap: 8px; height: 38px; }
#sideTools .lang .lang-menu { bottom: 44px; top: auto; left: 0; right: auto; }
#sideTools .theme-btn { width: 100%; justify-content: flex-start; height: 38px; padding: 0 12px; border-radius: 10px; }

/* 잔액 알약 안에 들어간 입금 버튼 */
.hud .btn.dep { margin-left: 2px; }
