/* ===== AIKANO UI STABLE LAYOUT ===== */

/* AUTO BUTTON */
#autoModeBtn{
position:fixed;
top:12px;
left:12px;
z-index:9999;
padding:8px 14px;
border-radius:8px;
font-weight:600;
background:#777;
color:#fff;
border:none;
cursor:pointer;
}

/* AUTO ON */
#autoModeBtn.auto-on{
background:#ff4fa3;
}

/* MIC BUTTON */
#micBtn{
width:52px;
height:52px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
}

/* SEND BUTTON */
#sendBtn{
width:52px;
height:52px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

/* button group */
#chatInputArea{
display:flex;
align-items:center;
gap:8px;
}
