.moni-wrapper {
    border:1px solid #e1e7f0;
    border-radius:8px;
    background:white;
    padding:12px;
    max-width:600px;
}

.moni-header {
    display:flex;
    justify-content:space-between;
    margin-bottom:6px;
}

.moni-chat {
    height:260px;
    overflow-y:auto;
    padding:10px;
    background:#f8fbff;
    border:1px solid #e9eef6;
    margin-bottom:10px;
}

.moni-controls {
    display:flex;
    gap:8px;
}

#moni-msg {
    flex:1;
    padding:8px;
    border-radius:6px;
}

#moni-send {
    background:#1e73be;
    color:white;
    border:none;
    border-radius:6px;
    padding:8px 14px;
    cursor:pointer;
}

.moni-msg-user {
    text-align:right;
    background:#dff1ff;
    padding:8px;
    margin:5px 0;
    border-radius:6px;
}

.moni-msg-assistant {
    background:#edf6ff;
    padding:8px;
    margin:5px 0;
    border-radius:6px;
}
